- Aug 30, 2010
- Aug 29, 2010
-
-
Tobias Hunger authored
-
- Aug 27, 2010
-
-
Alessandro Portale authored
We may want to implement a proper Ui for this. Maybe not as modal message box.
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Tobias Hunger authored
* Add a small script that will generate a tasklist by running "git diff origin/master" and doing some simple checks on the newly added line. I run this script like that in the top level Qt creator source directory: while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done This updates the tasklist every 10min. Qt Creator will detect the change and reload the list.
-
Tobias Hunger authored
* Automatically reload task lists. * Add task handler to stop the reloading * Add some really simple API for other plugins to use.
-
hjk authored
-
hjk authored
-
hjk authored
-
Olivier Goffart authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
-
Christian Kandeler authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-2201
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2150 Reviewed-by: kh1
-
Victor Ostashevsky authored
Translated everything in app, libs, shared, tools. Also four main plugins (coreplugin, find, locator and texteditor) translated. Merge-request: 2174 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Christian Kandeler authored
- Set priority to "optional", as recommended for Maemo. - Fix rules file so it can be used for source packages.
-
dt authored
Patch by Jarek
-
Lasse Holmstedt authored
Related to Qt commit bd521ed56f8e4be7117dc3534c6fded68f7a70c5
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
We will now behave friendlier to projects that already have a debian directory. Also, building a source package will be more straightforward. Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Tobias Hunger authored
* This fixes export macro handling in windows which lead to Find Usages not working fully for header files on windows Done-with: Roberto Raggi
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2158 Reviewed-by: hjk
-
Friedemann Kleint authored
... by introducing signal ICore::showNewItemsDialog(). Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-