- 21 Apr, 2010 4 commits
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Be more paranoid when checking parameters * Use QAbstractTableModel instead of ItemModel, remove methods no longer needed * Update to newer interfaces for reseting the model * rename index() method which shadows the index from QAbstractTableModel Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger 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
-
- 11 Jan, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 14 Dec, 2009 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-277
-
- 10 Dec, 2009 2 commits
- 07 Dec, 2009 1 commit
-
-
dt authored
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
-
- 19 Nov, 2009 1 commit
-
-
Tobias Hunger authored
* Ignore steData calls that do not actually change any data in the EnvironmentEditorModel. This prevents all variables touched from getting marked up as changed. Reviewed-By: con
-
- 01 Oct, 2009 4 commits
-
-
dt authored
-
dt authored
-
Friedemann Kleint authored
-
dt authored
-
- 29 Sep, 2009 1 commit
-
-
Friedemann Kleint authored
.. and purge unneeded includes.
-
- 17 Sep, 2009 1 commit
-
-
dt authored
This splits up the edit and active settings. Let people try it and report usability problems. I'm not 100% convinced of the layout either.
-
- 20 Aug, 2009 1 commit
-
-
con authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 11 Aug, 2009 1 commit
-
-
dt authored
This isn't a nice fix but the least evil version of a hack i could come up. The source of the flickering is: We have a deeply nested structure of widgets on the project pane. If we call hide() on such a deeply nested widget, it will activate() it's parent layout synchronously. That will then post an event (via updateGeometries() ) to its parent layout that it needs relayouting. Which then will post to its parent layout the same. And for each LayoutRequested, there's a painting in between. The fix instead calls activate() up the chain until we are at the viewport. This immediately relayouts everything. This adds a non obvoius potentially for breakeage if the widgets are embedded in a different widget hierarchy. But well, that's life.
-
- 10 Aug, 2009 1 commit
-
-
Sergey Belyashov authored
Covers <UNSET>, <VARIABLE>, <VALUE>. Merge-request: 1156 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 06 Aug, 2009 1 commit
-
-
dt authored
-
- 05 Aug, 2009 2 commits
- 23 Jul, 2009 1 commit
-
-
con authored
-
- 22 Jul, 2009 1 commit
-
-
con authored
-
- 20 Jul, 2009 1 commit
-
-
dt authored
Hides the gory details, and in most cases the user doesn't care anyway.
-
- 13 Jul, 2009 1 commit
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 16 Jun, 2009 3 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
-
Friedemann Kleint authored
Acked-by:
dt <qtc-committer@nokia.com>
-
- 27 May, 2009 4 commits
- 25 Feb, 2009 2 commits
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-