Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fonts in webapp. #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix fonts in webapp. #15

wants to merge 5 commits into from

Commits on Feb 28, 2013

  1. Remove local()'s from font-face css. The webapp did not display

    the font correctly. This could be related to an old bug in webkit:
    https://bugs.webkit.org/show_bug.cgi?id=36351
    
    Signed-off-by: Juha Kallioinen <[email protected]>
    kaltsi committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    abcd191 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2013

  1. Added missing translations

    Signed-off-by: Juha Kallioinen <[email protected]>
    kaltsi committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    35dc718 View commit details
    Browse the repository at this point in the history
  2. Modified operation progress output to block the UI actions

    and bring the progress display more prominently to user's attention.
    
    Signed-off-by: Juha Kallioinen <[email protected]>
    kaltsi committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    990d8af View commit details
    Browse the repository at this point in the history
  3. Added clear_output method

    Signed-off-by: Juha Kallioinen <[email protected]>
    kaltsi committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    8f35bb9 View commit details
    Browse the repository at this point in the history
  4. Process exitstatus handling

    Signed-off-by: Juha Kallioinen <[email protected]>
    kaltsi committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    3e13174 View commit details
    Browse the repository at this point in the history