- 14 Jul, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 13 Jul, 2010 2 commits
- 21 Jun, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 11 Jun, 2010 1 commit
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- 28 Apr, 2010 2 commits
- 30 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
-
- 16 Mar, 2010 5 commits
-
-
kh1 authored
-
kh1 authored
Reuse the core help engine in the settings pages. Do not setup the gui help engine at all since any getter will do so. Split update documentation into smaller pieces for better performance. Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
- 10 Mar, 2010 1 commit
-
-
kh1 authored
In case of split mode we did not check if the actual requested doc exists and thus did fail to open the browser if it could not be found. Reviewed-by: Daniel Molkentin
-
- 05 Mar, 2010 2 commits
- 04 Mar, 2010 1 commit
-
-
kh1 authored
After this change and the change we did to 4.7, we are down to ~100ms time in extensionsInitialized on Windows, should be even more on Linux.
-
- 02 Mar, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 02 Feb, 2010 2 commits
- 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
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 06 Aug, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
Reviewed-by: kh
-
- 28 Jul, 2009 1 commit
-
-
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
-
- 25 Jun, 2009 1 commit
-
-
kh authored
Task-number: 253365
-
- 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
-
- 02 Jun, 2009 1 commit
-
-
kh authored
Reviewed-by: Daniel Molkentin
-
- 29 May, 2009 1 commit
-
-
Daniel Molkentin authored
When an example is selected, help and the project are opened in a split view. We try to read the xml file provided for QtDemo to extract details about the examples provided. Will try all available Qts, starting with the default version. Will fail gracefully (provide a message and disable controls) if examples or demos cannot be found. Will work if help is not found, but show an error.
-
- 12 May, 2009 1 commit
-
-
Daniel Molkentin authored
-
- 11 May, 2009 1 commit
-
-
Daniel Molkentin authored
-
- 07 May, 2009 2 commits
-
-
hjk authored
-
Friedemann Kleint authored
-
- 13 Mar, 2009 1 commit
-
-
con authored
-
- 25 Feb, 2009 2 commits
- 20 Feb, 2009 1 commit
-
-
hjk authored
in place RevBy: con
-