Skip to content
Snippets Groups Projects
  1. Jun 12, 2009
  2. May 28, 2009
  3. May 26, 2009
    • Thorbjørn Lindeijer's avatar
      Rely on lazy instantiation of text editor actions · 5b132339
      Thorbjørn Lindeijer authored
      The actions are already lazily instantiated in
      TextEditorActionHandler::setupActions(), so there should be no need to
      call initializeActions() in all plugins on startup. Only the main text
      editor plugin will still initialize its actions, to make sure the menu
      items are there.
      5b132339
  4. May 19, 2009
    • Friedemann Kleint's avatar
      Added 'Open with ->Qt Designer' in Project Explorer. · 19663fee
      Friedemann Kleint authored
      
      Added IExternalEditor which knows a kind and a mimetype.
      Make EditorManager and ProjectExplorer "Open With" query
      the interface and add the respective kinds.
      Add "openExternalEditor" to EditorManager.
      Add External editors for Designer and Linguist,
      making use of Mac 'open' or Designer's Tcp socket mechanism
      to ensure files are opened in the same instance (per Qt version).
      
      Task-number: 249392
      Reviewed-by: default avatarcon <qtc-committer@nokia.com>
      19663fee
  5. May 07, 2009
  6. Apr 28, 2009
  7. Apr 22, 2009
  8. Apr 20, 2009
  9. Mar 25, 2009
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
  10. Mar 04, 2009
  11. Feb 25, 2009
  12. Feb 16, 2009
    • dt's avatar
      Fixes: Move Buildparser to the projectexplorer, use in cmakeplugin · c6a02170
      dt authored
      Details:  This enables us to parse the build errors correctly.
                The makesteps of the qt4project and cmakeproject have some
                code dupliaction, which could be refactored. And the code
                to find out the correct build parser could probably also
                be done better, but we are now parsing the build output for
                cmake.
      c6a02170
  13. Jan 20, 2009
  14. Jan 14, 2009
  15. Jan 13, 2009
  16. Dec 16, 2008
  17. Dec 02, 2008
Loading