Skip to content
Snippets Groups Projects
  1. Feb 09, 2011
  2. Feb 04, 2011
  3. Feb 03, 2011
  4. Jan 24, 2011
  5. Jan 18, 2011
  6. Jan 12, 2011
  7. Jan 10, 2011
  8. Jan 05, 2011
  9. Jan 04, 2011
  10. Dec 17, 2010
  11. Dec 16, 2010
  12. Dec 06, 2010
  13. Dec 03, 2010
  14. Dec 02, 2010
  15. 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
  16. 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
  17. Nov 03, 2010
  18. Nov 02, 2010
  19. Nov 01, 2010
  20. Oct 21, 2010
  21. 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
  22. Oct 08, 2010
  23. Oct 07, 2010
  24. Oct 04, 2010
  25. Sep 30, 2010
  26. Sep 27, 2010
  27. Sep 24, 2010
  28. 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
  29. 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
  30. Sep 10, 2010
  31. 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
Loading