- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- May 28, 2010
-
-
Friedemann Kleint authored
Wire QDesignerIntegration's help signal to help manager. Task-number: QTCREATORBUG-1505 Reviewed-by:
kh <qtc-committer@nokia.com>
-
- Mar 10, 2010
-
-
Friedemann Kleint authored
Re-introduce FormWindowEditor as IEditor used for Designer. Use SharedTools::WidgetHost directly for embedding into FormEditorStack, doing the geometry-changed handling in there as well.
-
- Mar 09, 2010
-
-
Friedemann Kleint authored
Move resource code to new ResourceHandler class and instantiate it on the form window.
-
Friedemann Kleint authored
- Remove shared subwindow reparenting from EditorWidget, make EditorWidget inherit FancyMainWindow. and use just once instance of it instead of per-editor ones. - Embedded FormEditorStack into EditorWidget as a centralwidget. - Changed FormWindowEditor's base class from IEditor to SharedTools::FormWindowHost (Widget) to be embedded into FormEditorStack (no need to be an IEditor), Remove Designer::Internal::FormWindowHost which had little functionality. - Add Design Mode widget to FormEditorW which has FakeToolBar and EditorWidget (single instance) in a vertical layout. - Removed ProxyAction class handling dock view toggle actions of several EditorWidgets (no longer necessary since there is just once instance). Moved "View menu" to bottom. - Started to make FakeToolBar work as a single instance listening on changing xml editors - Include-file/slot connection clean-up.
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 04, 2010
-
-
Friedemann Kleint authored
Check on path is too strict (since the documents are already limited to the ones including the header). Task-number: QTCREATORBUG-746
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Dec 07, 2009
-
-
Roberto Raggi authored
Encapsulate the details.
-
- Dec 03, 2009
-
-
Friedemann Kleint authored
...making use of the new code model features. Move code to separate file. Make it possible to obtain path to generated header file from project manager.
-
- Dec 01, 2009
-
-
Roberto Raggi authored
-
- Nov 18, 2009
-
-
Friedemann Kleint authored
Reviewed-by: con Task-number: QTCREATORBUG-245
-
- Nov 13, 2009
-
-
Jarek Kobus authored
When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment
-
- Sep 02, 2009
-
-
Jarek Kobus authored
Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse.
-
- Aug 14, 2009
-
-
hjk 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
-
- May 08, 2009
-
-
Alessandro Portale authored
-
- Mar 31, 2009
-
-
Jarek Kobus authored
Task: 249918
-
Jarek Kobus authored
Currently we use new method provided by Roberto: Symbol::getStartPosition() - it gives us the position of the returned type of the function.
-
- Mar 20, 2009
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- Mar 12, 2009
-
-
Friedemann Kleint authored
Task: 247782 Details: Check for inheritance as well as member when looking for UI::FormClass.
-
- Feb 25, 2009
- Feb 09, 2009
-
-
Roberto Raggi authored
-
- Feb 03, 2009
-
-
con authored
-
- Jan 21, 2009
-
-
Friedemann Kleint authored
-
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 18, 2008
-
-
Friedemann Kleint authored
Task: 205821 Details: Do not look only in the source file, but also in the first order includes for the class definition. Polish and simplify the thing a bit, do not check for Ui_foo.
-
- Dec 16, 2008
-
-
hjk authored
-
Friedemann Kleint authored
-
- Dec 12, 2008
-
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- Dec 11, 2008
-
-
Jarek Kobus authored
1) Ask Roberto for API for which would give position of class definition's end. 2) Don't guess generated ui_<>.h filename but take it from somewhere (project manager???). 3) 3 methods are taken from Thorbjorn's code. Make for it common public API.
-
Jarek Kobus authored
Finish "Go to slot" functionality. Currently it inserts declaration and definition if it doesn't exist, adds parameter names taken from designer, deal with namespaced ui class name. There are couple of TODOs left in code with hints on how to make it better.
-
- Dec 02, 2008