- Sep 22, 2010
-
-
kh1 authored
-
- Jul 15, 2010
-
-
con authored
For later use in IFindFilter.
-
- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- Jun 01, 2010
-
-
kh1 authored
Reviewed-by: ck
-
- Mar 30, 2010
-
-
kh1 authored
-
- Mar 25, 2010
-
-
kh1 authored
-
- Mar 23, 2010
-
-
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
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 21, 2010
-
-
kh1 authored
Task-number: QTCREATORBUG-235
-
- Jan 18, 2010
-
-
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
-
- Nov 04, 2009
-
-
dt authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 27, 2009
-
-
kh authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jun 26, 2009
-
-
kh authored
-
- Jun 25, 2009
- 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 04, 2009
-
-
kh authored
Reviewed-by: dt
-
- Jun 03, 2009
-
-
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
-
-
kh authored
Reviewed-by: dt
-
- May 07, 2009
-
-
Friedemann Kleint authored
-
- Feb 25, 2009
- Jan 29, 2009
-
-
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
-
- Jan 28, 2009
-
-
Patrick Star authored
Task: - none RevBy: - me AutoTest: - manual
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 02, 2008
-
-
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
-