Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Apr 04, 2013
  3. Jan 29, 2013
  4. Nov 28, 2012
  5. Oct 05, 2012
  6. Jul 19, 2012
  7. May 08, 2012
  8. Feb 15, 2012
  9. Jan 26, 2012
  10. Nov 03, 2011
  11. May 06, 2011
  12. Apr 13, 2011
  13. Mar 30, 2011
    • Friedemann Kleint's avatar
      Designer: Fix a crash when open() fails. · 776c5993
      Friedemann Kleint authored
      editorsClosed() is not emitted when open fails and thus
      the file was not removed from FormEditorStack.
      Add a connection from destroy to ensure the editor is removed.
      
      Happens when loading a session whose files no longer exists.
      
      Task-number: QTCREATORBUG-4266
      Reviewed-by: dt
      776c5993
  14. Mar 14, 2011
  15. Jan 24, 2011
  16. Jan 12, 2011
  17. Dec 17, 2010
  18. Jul 05, 2010
  19. Mar 17, 2010
    • Jens Bache-Wiig's avatar
      Clean up layouts and use minisplitter everywhere · d5818417
      Jens Bache-Wiig authored
      This patch replaces all uses of QSplitter with thin 1-pixel
      splitters. I also fixed dock widget layouts in main windows
      to do the same. Additionally I had to tweak the tabbars so
      they look good in mini splitter layouts to avoid a double
      left-border.
      
      Reviewed-by: thorbjorn
      d5818417
  20. Mar 10, 2010
  21. Mar 09, 2010
    • Friedemann Kleint's avatar
      Design mode/Qt Designer clean-up, part III: Resources. · c7e3e6ad
      Friedemann Kleint authored
      Move resource code to new ResourceHandler class and
      instantiate it on the form window.
      c7e3e6ad
    • Friedemann Kleint's avatar
      Design mode/Qt Designer: clean-up Part II: Fix undo. · 1c78e200
      Friedemann Kleint authored
      Re-introduce FormEditorFile that delegates dirty handling to the form
      window. Change DesignerXmlEditable to be an IEditor that embeds
      TextEditable so that the PlainTextEditor can work with it, but delegates
      relevant functionality to FormEditorFile.
      Centralize all form window creation code that was scattered around
      in FormEditorW::createEditor() and have that return a struct Editor
      data, which is passed to FormEditorStack.
      Update the text editor only on open/createNew/switch away from design
      mode.
      1c78e200
    • 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
  22. Mar 08, 2010
  23. Feb 26, 2010
Loading