- 31 Oct, 2011 1 commit
-
-
Daniel Teske authored
Task-Number: QTCREATORBUG-6365 Change-Id: I19a200e3c811eef83d591f6eacca3e48eb0fba8f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 12 Jul, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I11501635bc5c17db557ea8379eb63c9d3915a05e Reviewed-on: http://codereview.qt.nokia.com/1316Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 14 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
Reformat existing documentation to qdoc.
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 21 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 02 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 01 Feb, 2010 1 commit
-
-
Tobias Hunger authored
* Use new BuildSteps interface (as seen in ProjectConfiguration). * Use new factory to construct/clone/restore them. Reviewed-by: dt
-
- 30 Nov, 2009 2 commits
- 19 Nov, 2009 2 commits
- 01 Oct, 2009 2 commits
- 29 Sep, 2009 1 commit
-
-
Friedemann Kleint authored
.. and purge unneeded includes.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 12 Aug, 2009 1 commit
-
-
dt 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.
-
- 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
-
- 20 Apr, 2009 1 commit
-
-
dt authored
It should not be used outside of the ProjectExplorer and is likewise not exported.
-
- 25 Feb, 2009 2 commits
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 17 Dec, 2008 1 commit
-
-
dt authored
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-
- 09 Dec, 2008 2 commits
- 02 Dec, 2008 4 commits