Skip to content
Snippets Groups Projects
  1. Nov 30, 2010
    • con's avatar
      Window title didn't show nice name for e.g. diff views. · af99e09b
      con authored
      Use the editor's displayName for the window title.
      Also there were missing change signal emissions in setDisplayName
      implementations.
      Moves the actual handling of the window title from Session to
      EditorManager (so it now is also done for the hypothetical case of no
      project explorer plugin).
      
      Task-number: QTCREATORBUG-3207
      af99e09b
  2. Nov 11, 2010
    • con's avatar
      Fix ui language for custom wizards. · 17fb150f
      con authored
      Introduces a ICore::userInterfaceLanguage method, which centralizes the
      previous qApp property hack for help and designer integration.
      
      Reviewed-by: Friedemann Kleint
      17fb150f
  3. Nov 03, 2010
  4. Nov 02, 2010
  5. Nov 01, 2010
  6. Oct 21, 2010
  7. Oct 19, 2010
    • Friedemann Kleint's avatar
      Wizards: Remove settings buttons. · d4c18621
      Friedemann Kleint authored
      As they do not look nice in the layouts and several
      options pages are involved in the case of the form
      class wizard.
      
      Reviewed-by: con
      Task-number: QTCREATORBUG-2778
      d4c18621
  8. Oct 08, 2010
  9. Oct 07, 2010
  10. Oct 04, 2010
  11. Sep 30, 2010
  12. Sep 27, 2010
  13. Sep 24, 2010
  14. 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
  15. 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
  16. Sep 10, 2010
  17. Sep 08, 2010
    • Leandro Melo's avatar
      Do not force a specific editor for a file created from a wizard. · f7532a02
      Leandro Melo authored
      The wizards already provide a default suffix for file creation.
      But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor.
      After all, this reflects how the file will be treated by Creator (including the next time it's opened).
      
      Task-number: QTCREATORBUG-2006
      f7532a02
  18. Sep 03, 2010
  19. Aug 30, 2010
  20. Aug 27, 2010
  21. Aug 25, 2010
  22. Aug 23, 2010
  23. Aug 12, 2010
  24. Aug 10, 2010
  25. Aug 09, 2010
  26. Jul 28, 2010
  27. Jul 22, 2010
  28. Jul 19, 2010
  29. Jul 16, 2010
  30. Jul 05, 2010
  31. Jun 29, 2010
  32. Jun 28, 2010
Loading