summaryrefslogtreecommitdiff
path: root/src/plugins/todo/todo.pro
Commit message (Collapse)AuthorAgeFilesLines
* Todo: Store icons in the settings via index instead of stringsAlessandro Portale2015-11-181-2/+4
| | | | | | | | | | | | This allows us to use something else than a string in order to reference icons. For an upcoming patch this will be necessary. Since this patch introduces a settings structure change, a migration feature from the old "Keyword\iconResource" string to the new "Keyword \iconType" int is implemented. Change-Id: Ia5695418fb135510ed549cf9a7cb59aab5389f31 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* TODO plugin: Add file patterns to exclude from parsingDenis Kormalev2015-06-011-3/+7
| | | | | | | | Additional list of regular expressions added to TODO plugin settings to allow set patterns to be excluded from file list to parse by this plugin. Change-Id: I718f111ac7592557a6aa86865283468c53d58078 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* ToDo: Proper filenames elidingDenis Kormalev2015-05-081-2/+4
| | | | | | | It is more reasonable to elide filenames at left and messages at right Change-Id: I980026eb558c6528da85a5ddb1a7125bb3d7fdce Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Cleanup PythonEditor and Todo project filesOrgad Shaneh2013-05-231-2/+0
| | | | | | | pluginspec.in and dependencies.pri are included by qtcreatorplugin.pri Change-Id: I05a0ffba320e470216f2272ad39390d04b7f54e2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-2/+0
| | | | | | | | the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
| | | | | Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
| | | | | Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Add resize feature for TODO output paneSergey Shambir2013-02-171-2/+4
| | | | | | | | | Settings will be saved between restarts Change-Id: Id7924dc5e7f52045e77ebe45ff6c30f6f6003c14 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-161-2/+0
| | | | | Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by: hjk <qthjk@ovi.com>
* Initial cleanup of the Todo-plugin.Friedemann Kleint2012-02-241-0/+2
| | | | | | | | | | | | | - Compile with QT_NO_CAST_FROM_ASCII, fix single character strings - Remove special character from constants.h, fix constant names - Fix tr() errors. - Clean include directives - struct -> class (coding style) Change-Id: Id6108a03312bdecc6df3015b5a12653c95390647 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* To-do plugin added.Dmitry Savchenko2012-02-241-0/+43
Change-Id: Ideaf91b2f9ce3d9252ca40b7224a2ab4238341f1 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>