Skip to content
Snippets Groups Projects
  1. Nov 17, 2010
    • Thomas Hartmann's avatar
      QmlDesigner: adding a distinguished context for the form editor · 71d98970
      Thomas Hartmann authored
      Since Actions like copy/paste and delete interfiere
      with controls like LineEdit, I added a special context
      for the form editor. Now copy/paste/delete on the Qml items
      are only registered for the form editor context and copying the contens
      of a LineEdit will not lead to copy an item instead, anymore.
      
      Reviewed-by: Kai Koehne
      71d98970
  2. Sep 24, 2010
  3. Sep 06, 2010
    • dt's avatar
      Remove EditorManager::ensureEditorManagerVisible() · bde1ebaa
      dt authored
      The function always switched to Edit Mode, which was the cause for
      several bugs. Since openEditor() already does switch to the right mode,
      the function is not really needed.
      
      The following actions now respect the prefered mode of the editor:
      "f file"-locator
      The Open Documents list
      Editor history navigation
      bde1ebaa
  4. Jun 25, 2010
  5. Apr 29, 2010
  6. Apr 26, 2010
  7. Apr 23, 2010
  8. Apr 16, 2010
    • Kai Koehne's avatar
      QmlDesigner: Fix crash on exit · db2fcdb4
      Kai Koehne authored
      QtCreator crashed on exit when the library/navigator/sidebar wasn't
      visible in the Design mode. This is caused by a double deletion: The
      widgets have the DesignModeWidget as the default parent + the side bar
      items try to delete them on exit.
      
      Fixed by removing default parent.
      
      Task-number: QTCREATORBUG-1197
      Reviewed-by: Christiaan Janssen
      db2fcdb4
  9. Apr 12, 2010
  10. Apr 08, 2010
  11. Apr 07, 2010
  12. Apr 06, 2010
  13. Mar 26, 2010
  14. Mar 25, 2010
  15. Mar 24, 2010
  16. Mar 23, 2010
  17. Mar 15, 2010
  18. Mar 10, 2010
  19. Mar 08, 2010
  20. Mar 05, 2010
  21. Mar 01, 2010
  22. Feb 28, 2010
  23. 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
  24. Feb 10, 2010
  25. Feb 09, 2010
  26. Jan 28, 2010
  27. Jan 25, 2010
  28. Jan 18, 2010
  29. Jan 13, 2010
    • Kai Koehne's avatar
      Let the DesignMode recover when the qml contains an error on first load · 84c30ea9
      Kai Koehne authored
      If the qml contains an error on frist call of
      DesignDocumentController::loadMaster, we did not wire up the components
      to the model. If the user then fixed the qml, the Design mode widgets
      were 'enabled', but didn't contain any meaningful input.
      
      Fixed by always wiring up the components. Unfortunately this shows the
      'default' model with just a Rectangle.
      84c30ea9
  30. Jan 11, 2010
Loading