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

Optimisations #1335

Merged
merged 15 commits into from Jan 22, 2013
Merged

Optimisations #1335

merged 15 commits into from Jan 22, 2013

Commits on Jan 17, 2013

  1. Copy the full SHA
    b894644 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e8907dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b643b46 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2013

  1. use GZip compression for URL Connections to QSApp.com

    Don't use Gzip compression for the QSUrlParser, since it's actually slower
    pjrobertson committed Jan 20, 2013
    Copy the full SHA
    23b6058 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    558189b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    03d921f View commit details
    Browse the repository at this point in the history
  4. Various Fixes

    * Do not close/open the 3rd pane for indirect optional actions when in text mode in the 1st pane (e.g. create Calendar To-Do)
    * Pop history off stack when browsing ←
    * Optimisations
    pjrobertson committed Jan 20, 2013
    Copy the full SHA
    00386df View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b47bd0e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3d10bfa View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2013

  1. Don't unload action icons

    Also - rename some vars (they're sets, NOT arrays!) and use blocks for getting vals
    pjrobertson committed Jan 21, 2013
    Copy the full SHA
    8d757a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9613d92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a796d05 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. Copy the full SHA
    42de5bd View commit details
    Browse the repository at this point in the history
  2. set meta using label instead of newLabel

    It's argued that this is easier to read
    pjrobertson committed Jan 22, 2013
    Copy the full SHA
    77b74d8 View commit details
    Browse the repository at this point in the history
  3. Improvements when extracting metadata

    Metadata is only ever stored in the 'meta' dict (not the 'data' dict), so only check there for object properties
    pjrobertson committed Jan 22, 2013
    Copy the full SHA
    b06e26c View commit details
    Browse the repository at this point in the history