- 30 Aug, 2010 1 commit
-
-
hjk authored
-
- 24 Aug, 2010 1 commit
-
-
Olivier Goffart authored
Discovered with change b7fd293098 in Qt master
-
- 30 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- 22 Jul, 2010 1 commit
-
-
con authored
-
- 15 Jul, 2010 1 commit
-
-
con authored
-
- 01 Jul, 2010 1 commit
-
-
con authored
Also unify some method naming. Use the new feature to add clear buttons to the Locator, and the find tool bar. Task-number: QTCREATORBUG-705
-
- 28 Jun, 2010 1 commit
-
-
hjk authored
-
- 25 Jun, 2010 2 commits
- 24 Jun, 2010 1 commit
-
-
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
-
- 11 Jun, 2010 3 commits
- 07 Jun, 2010 2 commits
- 02 Jun, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 18 May, 2010 1 commit
-
-
con authored
-
- 14 May, 2010 1 commit
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- 30 Apr, 2010 1 commit
-
-
con authored
-
- 15 Apr, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 13 Apr, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Jens Bache-Wiig
-
- 12 Apr, 2010 1 commit
-
-
Jens Bache-Wiig authored
- fixed some RTL issues. I removed isSideStored and useLayoutDirection. Instead we simply flip the sides if RTL is in use. - added the fader animation and clear icon that we use in Designer already. - fixed the double toplevel popup focus issues we had with the locator menu. - removed some redundant labels and reset buttons
-
- 31 Mar, 2010 1 commit
-
-
con authored
-
- 26 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- 24 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 19 Mar, 2010 1 commit
-
-
Tobias Hunger authored
Do some focus handling hacks on windows (only) Reviewed-by: jbache
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 16 Mar, 2010 1 commit
-
-
dt authored
Reviewed-By: con
-
- 12 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 01 Mar, 2010 1 commit
-
-
con authored
-
- 26 Feb, 2010 1 commit
-
-
Lasse Holmstedt authored
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
-
- 25 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 19 Feb, 2010 1 commit
-
-
con authored
-
- 15 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 12 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
Make it possible to trigger actions from the locator bar by registering an instance of Locator::CommandLocator by prefix. Currently used for VCS systems. Acked-by: con Initial-patch-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 03 Feb, 2010 1 commit
-
-
con authored
session restore
-
- 02 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
- 01 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- 07 Jan, 2010 1 commit
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-