Skip to content
Snippets Groups Projects
  1. Nov 04, 2010
  2. Nov 03, 2010
  3. Nov 02, 2010
  4. Nov 01, 2010
    • Friedemann Kleint's avatar
      Fix exported headers in Core and TextEditor. · 6063fb84
      Friedemann Kleint authored
      - Unexport Core::Internal::MainWindow and remove its includes.
      - Move RssFetcher from Core::Internal to Core.
      - Unexport CopyTaskHandler.
      - Move TextEditor's completion support and Refactor Overlay
        helper classes from TextEditor::Internal to TextEditor as they
        are exported.
      - Move internal BaseTextBlockSelection into private header.
      - Unexport TextEditorOverlay as they are not used.
      6063fb84
  5. Oct 08, 2010
  6. Oct 07, 2010
  7. Oct 05, 2010
  8. Sep 30, 2010
    • hjk's avatar
      version bump 2.0.91 -> 2.1.81 · e6dd3ff5
      hjk authored
      Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
      days, and we'd like to have odd subminor for 'working' and even subminor
      numbers for pure cherry-picking release branches anyway.
      e6dd3ff5
  9. Sep 27, 2010
  10. Sep 24, 2010
    • Daniel Molkentin's avatar
      Introduce featured items. · f64cf427
      Daniel Molkentin authored
      - Move RSSFetcher to CorePlugin
      - Rename RSSFetcher to RssFetcher
      - Make RssFetcher more generic, allow multiple sources to be fetched
      - Introduce Featured Items on Getting Started page
      - Introduce dummy entry for Mobile examples, needs implementation once they are ready
      f64cf427
  11. Sep 20, 2010
  12. Sep 16, 2010
    • Friedemann Kleint's avatar
      Further header cleanup. · bb13b69e
      Friedemann Kleint authored
      Introduce some more private classes for the coreplugin,
      use header include convention
      <QtModule/QClass>, de-qobjectify VariableManager.
      bb13b69e
  13. Sep 15, 2010
  14. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  15. Sep 10, 2010
    • Friedemann Kleint's avatar
      I10N: First translation fixes for 2.1 · 24cadd34
      Friedemann Kleint authored
      Fix README, some spelling errors, remove contractions,
      exclamation marks, correct some plural forms, join split messages.
      Add QCoreApplication::translate to non-Q_OBJECT-classes.
      Fix some lupdate warnings about discarding meta-data (//:).
      24cadd34
  16. Sep 07, 2010
  17. Sep 06, 2010
    • dt's avatar
      Ensure always having a mode · 5b1cebc9
      dt authored
      Switch to Edit Mode once we constructed it in Core::init(). Switch to a
      the Welcome Mode in Core::extensionsInitialized. Also works
      5b1cebc9
  18. Aug 30, 2010
  19. Aug 26, 2010
  20. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  21. Jul 22, 2010
  22. Jun 25, 2010
  23. Jun 11, 2010
  24. Jun 07, 2010
  25. May 27, 2010
  26. May 26, 2010
  27. May 11, 2010
  28. May 10, 2010
  29. May 05, 2010
  30. Apr 30, 2010
  31. Apr 27, 2010
  32. Apr 26, 2010
    • Jens Bache-Wiig's avatar
      Update welcomepage with a shiny background · ce082fe6
      Jens Bache-Wiig authored
      I introduced some graphical details in the background
      that replaces the gradient. I also fixed the foreground
      square a bit to get rid of the blurry line at the bottom.
      
      Reviewed-by: danimo
      ce082fe6
  33. Apr 21, 2010
  34. Apr 16, 2010
  35. Apr 15, 2010
Loading