- Jan 14, 2010
-
-
Daniel Molkentin authored
Note that according to QSettings design, the file itself then is in $CREATORDIR/share/qtcreator/Nokia/QtCreator.ini. Note case (Unix) and Vendor dir!
-
- Jan 07, 2010
-
-
con authored
-
- Jan 05, 2010
-
-
Daniel Molkentin authored
Platform-dependent behavior is not good enough for a lot of people it seems. Reviewed-By: con
-
- 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 29, 2009
- Oct 15, 2009
-
-
con authored
-
- Oct 02, 2009
- Sep 29, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Sep 25, 2009
-
-
Daniel Molkentin authored
Reviewed-By: Oswald Buddenhagen
-
- Sep 15, 2009
-
-
con authored
It's now fixed in Qt, adb6eea3a135707a220c0b1c1cf8266321af9309.
-
- Sep 11, 2009
- Sep 10, 2009
-
-
con authored
-
- Sep 02, 2009
-
-
con authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 24, 2009
-
-
Robert Loehning authored
Reviewed-by: dt
-
- Jul 23, 2009
-
-
Robert Loehning authored
Converting plugin paths to native format only for displaying. Using '/' as separator until then, regardless of OS. Reviewed-by: hjk
-
Robert Loehning authored
separators / and \ on Windows. Reviewed-by: Friedemann Kleint
-
- Jul 20, 2009
-
-
con authored
-
- Jul 15, 2009
-
-
Norwegian Rock Cat authored
We now at least follow what other Mac applications do.
-
con 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 10, 2009
-
-
Daniel Molkentin authored
The qt_help cataloge is required to fully translate the help plugin. The additional lookup is mandated by the binary packages, where the translations are simply put in Creatrors translation directories and the Qt translation path is invalid. Reviewed-by:
con <qtc-committer@nokia.com>
-
- Jun 04, 2009
-
-
con authored
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- Jun 02, 2009
-
-
con authored
-
- May 12, 2009
-
-
dt authored
Instead use qmake IDE_LIBRARY_BASENAME=lib64 to set it to lib64.
-
- May 06, 2009
-
-
Oswald Buddenhagen authored
IDE_LIBEXEC_PATH is still the bindir, so it's kinda fake. oh, well.
-
Oswald Buddenhagen authored
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
now bin and share are not pegged to linking the executable any more, but are proper subdirs targets of their own. unforturnately, qmake is a bit tenacious, so we hack around a bit. :) more or less in passing by, i removed some superfluous trailing slashes and added path normalization as well.
-
- Apr 16, 2009
-
-
dt authored
Patch by Fathi Boudra.
-
- Apr 08, 2009
-
-
hjk authored
-
- Apr 03, 2009
-
-
con authored
-
- Mar 27, 2009
-
-
Oswald Buddenhagen authored
-