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 03, 2010
  3. Nov 02, 2010
  4. Oct 08, 2010
  5. Oct 07, 2010
  6. Sep 30, 2010
    • hjk's avatar
      version bump 2.0.91 -> 2.1.81 · e6dd3ff5
      hjk authored
      Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
      days, and we'd like to have odd subminor for 'working' and even subminor
      numbers for pure cherry-picking release branches anyway.
      e6dd3ff5
  7. Sep 27, 2010
  8. Sep 10, 2010
    • Friedemann Kleint's avatar
      I10N: First translation fixes for 2.1 · 24cadd34
      Friedemann Kleint authored
      Fix README, some spelling errors, remove contractions,
      exclamation marks, correct some plural forms, join split messages.
      Add QCoreApplication::translate to non-Q_OBJECT-classes.
      Fix some lupdate warnings about discarding meta-data (//:).
      24cadd34
  9. 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
  10. Aug 30, 2010
  11. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  12. Jul 22, 2010
  13. Jun 25, 2010
  14. Jun 11, 2010
  15. Jun 07, 2010
  16. May 28, 2010
    • Thorbjørn Lindeijer's avatar
      Make sure bookmarks survive a document reload · 76020b61
      Thorbjørn Lindeijer authored
      While reloading a text document, the bookmarks got lost since their
      associated QTextBlocks were deleted.
      
      This patch makes sure that before reloading, the bookmarks are removed
      non-persistently in the same way as when closing a document, and that
      they are restored after the document was reloaded.
      
      Currently, no effort is made to update the location of the bookmarks
      based on the way the file changed.
      
      Task-number: QTCREATORBUG-1281
      Reviewed-by: dt
      76020b61
  17. May 21, 2010
  18. May 12, 2010
    • Daniel Molkentin's avatar
      New texts for the wizard types in the new dialog · bf95a99c
      Daniel Molkentin authored
      Reviewed-by: Leena Miettinen
      bf95a99c
    • dt's avatar
      File renaming · 9bc9fe73
      dt authored
      Reviewed-By: con
      Reviewed-By: Friedemann Kleint
      
      We now support renaming files. The version control system tries first to
      rename, if that doesn't support or can't rename the file we do a normal
      rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not.
      (perforce untested)). We correctly notify all editors of the renamed
      file and tell the project manager to rename the file in the project.
      
      Note: Only the qt4projectmanager knows how to rename files.
      
      Note: renaming folders, moving files to different folders, renaming
      .pro/.pri files is not supported. Those things can be later added after
      this has proven to work correctly in the simple case.
      
      Also we don't do any actions based on the renaming like renaming
      classes, changing include guards or #include lines.
      9bc9fe73
  19. Apr 30, 2010
  20. Apr 16, 2010
    • Friedemann Kleint's avatar
      Wizards: Open a relevant file in editor after the wizard run · 0a643a19
      Friedemann Kleint authored
      Remove all hacks/conventions of considering the last generated
      file as project file, etc. and instead add attributes flags to
      Core::GeneratedFile, giving fine-grained control of what to do
      with the file. Implement static utility functions in wizards
      that handle it. Add boolean XML-attributes "openeditor"/"openproject"
      to the file elements used by the CustomWizard XML-specification.
      Manually set the attributes in all wizards.
      
      Task-number: QTCREATORBUG-1166
      0a643a19
  21. Mar 31, 2010
  22. Mar 24, 2010
  23. Mar 22, 2010
  24. Mar 12, 2010
  25. Mar 05, 2010
  26. Mar 01, 2010
  27. Jan 11, 2010
  28. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
    • con's avatar
      Version bump. · 2e495e70
      con authored
      2e495e70
  29. Nov 27, 2009
  30. Nov 20, 2009
    • Alessandro Portale's avatar
      Improved line wrapping of plugin license texts. · 20b20985
      Alessandro Portale authored
      The paragraphs are now long lines that get wrapped by the text browser.
      
      Reviewed-by: TrustMe
      
      	modified:   src/plugins/bineditor/BinEditor.pluginspec
      	modified:   src/plugins/bookmarks/Bookmarks.pluginspec
      	modified:   src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
      	modified:   src/plugins/coreplugin/Core.pluginspec
      	modified:   src/plugins/cpaster/CodePaster.pluginspec
      	modified:   src/plugins/cppeditor/CppEditor.pluginspec
      	modified:   src/plugins/cpptools/CppTools.pluginspec
      	modified:   src/plugins/cvs/CVS.pluginspec
      	modified:   src/plugins/debugger/Debugger.pluginspec
      	modified:   src/plugins/designer/Designer.pluginspec
      	modified:   src/plugins/fakevim/FakeVim.pluginspec
      	modified:   src/plugins/find/Find.pluginspec
      	modified:   src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
      	modified:   src/plugins/git/ScmGit.pluginspec
      	modified:   src/plugins/helloworld/HelloWorld.pluginspec
      	modified:   src/plugins/help/Help.pluginspec
      	modified:   src/plugins/locator/Locator.pluginspec
      	modified:   src/plugins/mercurial/Mercurial.pluginspec
      	modified:   src/plugins/perforce/Perforce.pluginspec
      	modified:   src/plugins/projectexplorer/ProjectExplorer.pluginspec
      	modified:   src/plugins/qmleditor/QmlEditor.pluginspec
      	modified:   src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
      	modified:   src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
      	modified:   src/plugins/qtscripteditor/QtScriptEditor.pluginspec
      	modified:   src/plugins/regexp/RegExp.pluginspec
      	modified:   src/plugins/resourceeditor/ResourceEditor.pluginspec
      	modified:   src/plugins/snippets/Snippets.pluginspec
      	modified:   src/plugins/subversion/Subversion.pluginspec
      	modified:   src/plugins/texteditor/TextEditor.pluginspec
      	modified:   src/plugins/vcsbase/VCSBase.pluginspec
      	modified:   src/plugins/welcome/Welcome.pluginspec
      20b20985
  31. Oct 29, 2009
  32. Oct 05, 2009
  33. Oct 02, 2009
Loading