- Dec 19, 2011
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-621 Change-Id: I6fb7df3d943353497b73b9813684ae973b708913 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Nov 03, 2011
-
-
Robert Loehning authored
Browse button opens a dialog so it should have the dots... Change-Id: Ic58134b61e0543b7cb1981029d8faa0366123727 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 20, 2011
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-6119 Change-Id: I894da0f77e484fe0785ece8039f46233e05c5c91 Reviewed-on: http://codereview.qt-project.org/5063 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
- Sep 19, 2011
-
-
Leandro Melo authored
Since the find widget is no longer a dialog, a few accelerators "conflict" with others from the main menu and global Creator's. This doesn't really stop them from working, but it would be better to have different ones. The new values are not the most obvious ones, but there's not too many options. Task-number: QTCREATORBUG-6114 Change-Id: Idbc885abad9b78dad7685568a9524066dc075694 Reviewed-on: http://codereview.qt-project.org/5147 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 13, 2011
-
-
Eike Ziller authored
Change-Id: I6e024583c0d778a65007eb4590118c4329b2118a Reviewed-on: http://codereview.qt-project.org/4554 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 06, 2011
-
-
Eike Ziller authored
Change-Id: I7e64701e8833ad38b9ac01d316bd00302602a390 Rubber-stamped-by: Daniel Teske Reviewed-on: http://codereview.qt.nokia.com/4179 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 05, 2011
-
-
Daniel Teske authored
And also to the filesystem view. Task-Nr: QTCREATORBUG-5879 Change-Id: I27bfe05808182f56deafd6ceab474894631f0a26 Reviewed-on: http://codereview.qt.nokia.com/4185 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 21, 2011
-
-
Leandro Melo authored
With some refactorings to make the code look better. Reviewed-by: con
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Oct 11, 2010
- Jul 23, 2010
-
-
con authored
Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
-
- Jul 15, 2010
- Jul 12, 2010
-
-
con authored
-
- Jun 24, 2010
-
-
con authored
Especially for the file system filter, it's better not to block while collecting all the file names by first iterating over the file system. Now, the filters return an iterator, and the search thread takes a file from it, searches it, and takes the next file. This also unifies the file iterator for the custom locator filters and the find in files on file system search filter. Task-number: QTCREATORBUG-1690
-
- May 27, 2010
-
-
Robert Loehning authored
-
- May 21, 2010
-
-
Robert Loehning authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 11, 2010
-
-
con authored
-
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- 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
-
- Apr 03, 2009
-
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Feb 25, 2009
- Jan 20, 2009
-
-
hjk authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 03, 2008
-
-
Oswald Buddenhagen authored
-
- Dec 02, 2008