Skip to content
Snippets Groups Projects
  1. Nov 27, 2009
  2. Nov 26, 2009
  3. Nov 25, 2009
  4. Nov 24, 2009
    • Friedemann Kleint's avatar
      Polish the settings dialog. · 65e11062
      Friedemann Kleint authored
      Add a title label to the pages. Use QGroupBoxes throughout.
      Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
      use common layout for VCS plugins. Performance: Apply only visited
      settings pages. Add search keywords.
      
      Task-number: QTCREATOR-26
      65e11062
  5. Nov 23, 2009
  6. Nov 20, 2009
    • hjk's avatar
      13ad6ef6
    • hjk's avatar
    • 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
  7. Nov 19, 2009
  8. Nov 13, 2009
  9. Nov 12, 2009
  10. Nov 11, 2009
    • Oswald Buddenhagen's avatar
      always clear pending command queue before posting shutdown commands · 4d45ad00
      Oswald Buddenhagen authored
      this ensures that, among other things, we won't get into this scenario:
      - process is running
      - interrupt is requested by user
      - termination is requested by user
      - before interrupt takes effect, the process terminates
      => shutdown is called
      => exit is also queued, as there is already a queued kill
      => nothing happens, as there will never be a stop response
      
      Reviewed-by: hjk
      4d45ad00
    • Oswald Buddenhagen's avatar
      be more lenient when matching the stops at _start · 5bd5fa63
      Oswald Buddenhagen authored
      archer reports stops at tbreaks properly, so checking for an empty stop
      reason is no particularly good idea. instead, we simply skip *all* stops
      at the entry point, assuming the user will not really set a breakpoint
      there anyway.
      
      Reviewed-by: hjk
      5bd5fa63
    • ck's avatar
      Debugging helpers: Don't use LD_PRELOAD mechanism for Maemo. · 50990ef9
      ck authored
      The LD_PRELOAD approach does not work for Maemo, because the
      "set environment" command seems to have no effect whatsoever.
      50990ef9
  11. Nov 10, 2009
  12. Nov 09, 2009
  13. Nov 06, 2009
  14. Nov 05, 2009
  15. Nov 04, 2009
Loading