- 11 Jun, 2010 1 commit
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- 30 Mar, 2010 1 commit
-
-
kh1 authored
-
- 25 Mar, 2010 1 commit
-
-
kh1 authored
-
- 23 Mar, 2010 2 commits
-
-
kh1 authored
We now do as much as possible lazy initialisation, e.g only start the full text search indexer if we really access the search widget. Also moved the QFutur progress into the search widget. Changed all ctors to be called without an argument, since we share the help engines from help manager all over the place. Make use of the fact that we only need to call setupData on the gui engine if we access the help mode, otherwise all data is fetched thru the core engine whichs setupData is really fast.
-
kh1 authored
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 29 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 21 Jan, 2010 1 commit
-
-
kh1 authored
Task-number: QTCREATORBUG-235
-
- 18 Jan, 2010 1 commit
-
-
kh1 authored
Follow the text editor and provide a combo box for opened documents. We might consider removing the tabs all together to look more consistent. Task-number: QTCREATORBUG-584 Reviewed-by: ck
-
- 04 Nov, 2009 1 commit
-
-
dt authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 27 Jul, 2009 1 commit
-
-
kh authored
-
- 13 Jul, 2009 1 commit
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 26 Jun, 2009 1 commit
-
-
kh authored
-
- 25 Jun, 2009 2 commits
- 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
-
- 04 Jun, 2009 1 commit
-
-
kh authored
Reviewed-by: dt
-
- 03 Jun, 2009 1 commit
-
-
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
-
- 02 Jun, 2009 1 commit
-
-
kh authored
Reviewed-by: dt
-
- 07 May, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 25 Feb, 2009 2 commits
- 29 Jan, 2009 2 commits
-
-
Patrick Star authored
Task: - none RevBy: - Thorbjoern AutoTest: - compile Details: - remove font settings stuff, since we overwrite it in coreplugin
-
Patrick Star authored
Task: - none RevBy: - TrustMe
-
- 28 Jan, 2009 1 commit
-
-
Patrick Star authored
Task: - none RevBy: - me AutoTest: - manual
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-
- 02 Dec, 2008 4 commits
-
-
hjk authored
-
hjk authored
-
Patrick Star authored
Task: - none AutoTest: - compile test Details: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
-
con authored
-