Skip to content
Snippets Groups Projects
  1. 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
    • Kai Koehne's avatar
      New QmlDesigner plugin & Design mode · 818a7b22
      Kai Koehne authored
      This adds a new "Design" mode that can be used to manipulate qml files
      in a visual way. It will only get build if you have the declarativeui
      module in Qt.
      
      This is a squashed import from the Bauhaus project. Share & enjoy :)
      818a7b22
  2. Jan 04, 2010
  3. Dec 18, 2009
    • Bea Lam's avatar
      Fix QmlInspector to work properly now that QmlProjectManager · 200a03ed
      Bea Lam authored
      no longer uses LocalAppRunConfiguration. QmlInspector now uses
      the qmlviewer started by QmlProjectManager instead of starting
      its own, and clicking the Start Debug button within a QML
      project will switch to QML Inspect mode and start the inspector.
      200a03ed
  4. Dec 17, 2009
  5. Dec 16, 2009
    • Kai Koehne's avatar
      Fix various crashes for QmlProject · 80963107
      Kai Koehne authored
      QmlProject used LocalApplicationRunCOnfiguration, but didn't provide
      e.g. an associated BuildConfiguration. Fix this by implementing it's
      own QmlRunControlFactory, QmlRunControl.
      80963107
  6. Dec 09, 2009
  7. Dec 02, 2009
  8. Nov 30, 2009
  9. Nov 27, 2009
  10. Nov 26, 2009
    • Friedemann Kleint's avatar
      Project Wizards: Introduce notion of project directory, polish. · 3e34a9ae
      Friedemann Kleint authored
      
      - Introduce project directory and "use" flag to file manager, use that
        in new item dialog
      - Add configuration under Project settings, rename it to "General"
      - Make wizards create project names as "untitled1.."
      - Remove modules page from Qt application wizards (parametrizable)
      - Give Utils::ProjectIntroPage a "Set as default location" toggle.
      - Introduce wizard dialog base classes for handling that.
      - Introduce notion of "last visited directory to file manager" for
        open and non-project wizards, route open through file manager.
      - Clean out QmlAppWizard
      
      Task-number: QTCREATORBUG-333
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      3e34a9ae
  11. 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
  12. Nov 19, 2009
  13. Nov 11, 2009
  14. Nov 10, 2009
  15. Nov 03, 2009
  16. Oct 29, 2009
  17. Oct 23, 2009
  18. Oct 14, 2009
  19. Oct 09, 2009
  20. Oct 05, 2009
  21. Oct 02, 2009
  22. Oct 01, 2009
  23. Sep 30, 2009
  24. Sep 29, 2009
  25. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  26. Sep 23, 2009
  27. Sep 10, 2009
  28. Sep 08, 2009
  29. Sep 04, 2009
  30. Sep 01, 2009
Loading