- Apr 23, 2009
-
-
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.
-
- Apr 22, 2009
-
-
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
-
- Apr 21, 2009
-
-
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
-
Thorbjørn Lindeijer authored
Reviewed-by: con
-
Friedemann Kleint authored
Log exceptions with stacktrace.
-
Friedemann Kleint authored
-
- Apr 20, 2009
-
-
dt authored
And there seems to be no value in the code anyway.
-
dt authored
-
dt authored
It should not be used outside of the ProjectExplorer and is likewise not exported.
-
dt authored
Rename (Q)MakeBuildStepFactory to (Q)MakeStepFacotry Move the factories to the same files as (Q)MakeStep Delete the old qmakebuildstepfactory.(h|cpp)
-
dt authored
Task: 250418 This also moves us closer to supporting multiple build configurations properly.
-
con authored
Task-number: 251307
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
... which i of course promptly managed to do. argh.
-
Oswald Buddenhagen authored
by axasia
-
Oswald Buddenhagen authored
-