Skip to content
Snippets Groups Projects
  1. Sep 10, 2010
  2. 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
    • Alessandro Portale's avatar
      Fix for QTCREATORBUG-1983 · 0a43a6fe
      Alessandro Portale authored
      Uis in the core plugin should not use icons from the help plugin.
      Also, let's use the Core::Constants::ICON_* instead of duplicated
      file name strings.
      0a43a6fe
  3. Jul 09, 2010
  4. Jun 25, 2010
  5. Apr 09, 2010
  6. Apr 07, 2010
  7. Mar 29, 2010
  8. Mar 26, 2010
  9. Mar 15, 2010
  10. Mar 12, 2010
  11. Mar 10, 2010
  12. Mar 09, 2010
    • Friedemann Kleint's avatar
      Design mode/Qt Designer: Clean up the widget part of it. · 1b86bc50
      Friedemann Kleint authored
      - Remove shared subwindow reparenting from EditorWidget, make EditorWidget
        inherit FancyMainWindow. and use just once instance of it instead of
        per-editor ones.
      - Embedded FormEditorStack into EditorWidget as a centralwidget.
      - Changed FormWindowEditor's base class from IEditor to SharedTools::FormWindowHost
        (Widget) to be embedded into FormEditorStack (no need to be an IEditor),
        Remove Designer::Internal::FormWindowHost which had little functionality.
      - Add Design Mode widget to FormEditorW which has FakeToolBar and EditorWidget
        (single instance) in a vertical layout.
      - Removed ProxyAction class handling dock view toggle actions of several EditorWidgets
        (no longer necessary since there is just once instance). Moved "View menu" to bottom.
      - Started to make FakeToolBar work as a single instance listening on changing
        xml editors
      - Include-file/slot connection clean-up.
      1b86bc50
  13. Feb 26, 2010
    • Lasse Holmstedt's avatar
      Design mode integration · df7a19de
      Lasse Holmstedt authored
      Moved Qt Designer to open from Design Mode. Also, Design mode is now global,
      and created in coreplugin. Other plugins can register themselves to it.
      df7a19de
Loading