Skip to content
Snippets Groups Projects
  1. Dec 14, 2010
  2. Dec 08, 2010
  3. Nov 15, 2010
  4. Nov 12, 2010
  5. Nov 11, 2010
  6. Nov 02, 2010
  7. 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
  8. Oct 12, 2010
  9. Sep 30, 2010
  10. Sep 24, 2010
  11. Sep 23, 2010
  12. Sep 16, 2010
  13. Sep 01, 2010
  14. Aug 19, 2010
  15. Aug 17, 2010
  16. Aug 13, 2010
  17. Aug 12, 2010
  18. Aug 04, 2010
  19. 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
  20. Jul 26, 2010
  21. Jul 14, 2010
  22. Jul 13, 2010
  23. Jul 08, 2010
  24. Jun 25, 2010
  25. Jun 07, 2010
  26. Jun 03, 2010
  27. May 11, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed completion settings to also apply to the QML code completion · e53b5bc9
      Thorbjørn Lindeijer authored
      
      By moving the completion settings into the TextEditor plugin, so that
      both the CppTools and the QmlJSEditor plugins can access the settings.
      
      The user-interface to edit the settings is still in the CppTools plugin,
      since we're in string freeze at the moment. It should be moved to the
      TextEditor plugin later.
      
      For now the QML completion only supports the case-sensitivity and
      partial completion options, since there is no automatic insertion of
      brackets.
      
      Task-number: QTCREATORBUG-1327
      Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
      e53b5bc9
  28. Apr 23, 2010
  29. Apr 01, 2010
  30. Mar 18, 2010
  31. Mar 05, 2010
  32. Mar 04, 2010
  33. Feb 15, 2010
Loading