- 24 Apr, 2009 4 commits
-
-
Friedemann Kleint authored
-
con authored
You can switch between sorted/unsorted via the method overview's context menu.
-
con authored
Patch received by Kris Wong.
-
con authored
Older qmake versions have different output, don't be case sensitive. Problems were reported with Qt Embedded 4.1.4.
-
- 23 Apr, 2009 16 commits
-
-
mae authored
-
mae authored
is at the beginning of the next block. Join the undo commands for subsequent moves.
-
mae authored
-
Oswald Buddenhagen authored
-
mae authored
turned a new block highlighting mechanism on.
-
Oswald Buddenhagen authored
the qt layout system is pixel-based, so using point sizes doesn't work for anyone with a different resolution (DPI) than me
-
con authored
-
dt authored
Allows removing getting the instance once.
-
dt authored
Move 3 functions to private, declare 2 which don't need any instance to staic methods.
-
dt authored
-
dt authored
They aren't used anymore.
-
dt authored
More accurate name.
-
dt authored
QtOptionsPage now has its own page.
-
dt authored
-
Friedemann Kleint authored
Cleanup, remove unused options page file.
-
- 22 Apr, 2009 12 commits
-
-
mae authored
-
mae authored
-
Oswald Buddenhagen authored
pros: - the non-webkit version is not castrated any more - i18n should become simpler - but need to make the buttons non-labels for optimal results - if we introduce delayed loading of the help plugin, we would get webkit loading out of the startup's critical path alltogether cons: - the page might be a bit harder to modify for some
-
dt authored
The settings page does not need to be exported and should be seperate from the actual manager. This also makes further refactorings of QtVersionManager easier and of QtDirWidget. More to come.
-
Thorbjørn Lindeijer authored
Fixes slowness when switching menus and allows menu actions to be used that have a context that depends on the currently focused object. Reviewed-by: con
-
Friedemann Kleint authored
Load in a 'well-defined' (temporary) breakpoint at main().
-
dt authored
And add a instance() method to it.
-
dt authored
Hopefully i didn't miss a plugin.
-
dt authored
The Debugger, cmake and Qt4 plugin all need it. More refactoring to it coming.
-
dt authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 21 Apr, 2009 6 commits
-
-
con authored
Conflicts: doc/qtcreator.qdoc doc/qtcreator.qdocconf src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/debugger/gdbengine.cpp src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/qtscripteditor/QtScriptEditor.pluginspec src/plugins/quickopen/QuickOpen.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec
-
con authored
The missing type information lead to non-relocatable debugging helpers on the Mac. Reviewed-by: Oswald Buddenhagen
-
Thorbjørn Lindeijer authored
Reviewed-by: con
-
Friedemann Kleint authored
Log exceptions with stacktrace.
-
Friedemann Kleint authored
-
- 20 Apr, 2009 2 commits