- May 12, 2010
-
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
Friedemann Kleint authored
Add verbosity option showing timestamps for PluginManager::addObject.
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
- Mar 30, 2010
- Mar 23, 2010
-
-
dt authored
Reviewed-By: Friedemann Kleint
-
- Mar 17, 2010
-
-
Jens Bache-Wiig authored
This patch replaces all uses of QSplitter with thin 1-pixel splitters. I also fixed dock widget layouts in main windows to do the same. Additionally I had to tweak the tabbars so they look good in mini splitter layouts to avoid a double left-border. Reviewed-by: thorbjorn
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 02, 2010
-
-
Friedemann Kleint authored
Reviewed-by: con
-
- Mar 01, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Feb 10, 2010
-
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
Make it possible to trigger a debug-attach in a running instance of Qt Creator by means of -client, use that in qtcdebugger, thus enabling it to attaching to crashing executables in run mode (Windows/CDB). Modify IPlugin and application so that the complete command line is serialized and transmitted to a running instance via QtSingleApplication if -client is specified. Introduce IPlugin::remoteArgument and use that in core for opening files and in the debugger for attaching. Use -client in qtcdebugger with some logic to keep it alive as long as the debuggee, make CDB break in that case as the events are not replayed correctly in case the debugger is not spawned by the registered handler. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Oct 28, 2009
-
-
con authored
-
- Oct 26, 2009
-
-
hjk authored
-
- Oct 06, 2009
-
-
Alessandro Portale authored
(..dir separator on Windows)
-
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- Sep 29, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
i really don't detest dirs ... :D
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 28, 2009
-
-
Daniel Molkentin authored
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
-
- Jul 27, 2009
-
-
dt authored
Thiago changed the way buildkeys are parsed, thus to reintroduce the patched plugin loader, the changes to the build parser must be ported to the patched plugin loader. Or the patches to make the plugin loader faster to the current state of the qt plugin loader.
-
- Jul 17, 2009
-
-
hjk authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jun 26, 2009
-
-
Oswald Buddenhagen authored
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Jun 12, 2009
-
-
Thorbjørn Lindeijer authored
Also fixed some it's -> its
-
- Jun 02, 2009
-
-
Daniel Molkentin authored
Asked-for-by and Reviewed-By: Alessandro Portale
-
- May 11, 2009
-
-
Enrico Ros authored
-
- May 08, 2009
-
-
Alessandro Portale authored
-
- Apr 15, 2009
-
-
Alessandro Portale authored
-
- Apr 07, 2009
-
-
hjk authored
-