- 05 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Namely: - path list separator - executable suffix - file name case sensitivity All of these are duplicated in various places in the current Creator code. Change-Id: I86eb4662fa3c2071759bd728cae1aaf7111ae686 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 17 Apr, 2012 1 commit
-
-
hjk authored
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 05 Oct, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: Ic41e71e0f21fbf000202e8fc05262f5615b46c1d Reviewed-on: http://codereview.qt-project.org/6066Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 08 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Iac1f12980bf47666007817cfb2c64a6d1e9b780e Reviewed-on: http://codereview.qt-project.org/4477Reviewed-by:
hjk <qthjk@ovi.com>
-
- 12 Jul, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I52cdcd2b34311796eff80cebd0b56f8996186fd0 Reviewed-on: http://codereview.qt.nokia.com/1446Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 14 Jun, 2011 1 commit
-
-
Orgad Shaneh authored
Prevents external process from waiting for user input. Merge-request: 347 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: Icfd3e39a83ba945ebf89c1cbb2157e2a1c9f4d89
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 15 Apr, 2011 2 commits
-
-
Tobias Hunger authored
Disconnect before deleting our data: Otherwise we will get called via our signals again and then access members that were already deleted. Task-number: QTCREATORBUG-4361 Reviewed-by: Friedemann Kleint (cherry picked from commit 72ae03ba)
-
Tobias Hunger authored
Disconnect before deleting our data: Otherwise we will get called via our signals again and then access members that were already deleted. Task-number: QTCREATORBUG-4361 Reviewed-by: Friedemann Kleint
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 02 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Fix API after doc template change.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 29 Sep, 2010 1 commit
-
-
Jarek Kobus authored
-
- 21 May, 2010 1 commit
-
-
Friedemann Kleint authored
Optionally prompt the user whether a process should be killed after being non-responsive. Do the same with readProcessData. Add a way of creating a process without terminal (UNIX) for suppressing SSH password prompts.
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 01 Mar, 2010 2 commits
-
-
Friedemann Kleint authored
Timeout handling cannot rely on bytesAvailable(), which applies to stdout only in the normal case. For 'git pull', which output its progress on stderr, stderr needs to be checked separately. Task-number: QTCREATORBUG-777
-
Friedemann Kleint authored
Introduce static utilities to Utils::SynchronousProcess for synchronous processes that mimicks the handling of Utils::SynchronousProcess (apply timeout after no more data are available on stdout/stderr as opposed to waitForFinished()). Task-number: QTCREATORBUG-777
-
- 11 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
Use relative paths with -d-option, check for symlinked depots. Add revert-actions. Use different context/kinds for editors, suppressing warnings. Introduce common run-function.
-
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 20 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 14 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Add some functionality needed for CVS.
-
- 16 Jun, 2009 2 commits
-
-
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
-
- 08 May, 2009 1 commit
-
-
Alessandro Portale authored
Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
-
- 25 Feb, 2009 2 commits
- 19 Feb, 2009 2 commits
-
-
Friedemann Kleint authored
Make the git plugin look for the binary in the path specified in the settings. Previously, the environment was passed to the process, but that did not affect the location of the binary.
-
hjk authored
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-
- 04 Dec, 2008 1 commit
-
-
Friedemann Kleint authored
Details: StartFailed is triggered before the event loop starts on Windows.
-