Skip to content
Snippets Groups Projects
  1. Sep 21, 2010
  2. 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
  3. Sep 10, 2010
  4. 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
  5. Aug 19, 2010
  6. Jul 05, 2010
  7. Jun 25, 2010
  8. May 25, 2010
  9. Apr 26, 2010
  10. Apr 07, 2010
  11. Mar 19, 2010
  12. Mar 18, 2010
  13. Feb 15, 2010
  14. Feb 12, 2010
  15. Jan 12, 2010
    • Friedemann Kleint's avatar
      VCS[hg, git]: Add support for repository creation. · d5271a08
      Friedemann Kleint authored
      Add repository creation operation to IVersionControl, implement for hg
      and git, add convenience slot with prompts to VCSBasePlugin.
      Add respective menu options and make menus are visible in case no VCS is
      active.
      Change project wizards extension page to list VCS that are capable of
      repository creation in a QComboBox in case the directory is not managed
      by another VCS (in which case it lists that one for operation 'add').
      On that occasion, polish the Project selection to use a QComboBox as
      well and add some smartness to find the most suitable project to add via
      path matching.
      d5271a08
  16. Jan 11, 2010
  17. Jan 08, 2010
  18. Jan 07, 2010
  19. Dec 14, 2009
  20. Dec 08, 2009
  21. Dec 04, 2009
  22. Nov 06, 2009
  23. Nov 05, 2009
  24. Nov 03, 2009
  25. Nov 02, 2009
  26. Sep 21, 2009
Loading