aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo/settings.h
Commit message (Collapse)AuthorAgeFilesLines
* To-Do: save the settings only if they've been "apply"dUlf Hermann2017-01-091-0/+2
| | | | | | | | | The colors don't play very well with the theme support. We want to switch the colors according to the current theme if the user doesn't care for them. Not saving the default colors achieves that. Change-Id: Idafc13e561d33736eb21b26944756291449594b5 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Todo: Avoid issues with screwing up or screwed settingsEike Ziller2016-09-011-2/+3
| | | | | | | | | | If for some reason the todo settings are borked, do not crash/assert. Also, avoid overwriting existing settings with default settings, if for some reason the todo plugin is never initialized (because a dependency fails to load). Change-Id: Id7815b799adaff3dcdf00fedb9ade3ced01e23b9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
| | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-19/+14
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Todo Plugin: Add showing To-Do Entries for current sub-project onlyJochen Becher2015-10-071-1/+2
| | | | | | Change-Id: Ia0c84ef62f833b7967985c0913584ca6ccb03ed1 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-7/+7
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-2/+2
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-2/+2
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Initial cleanup of the Todo-plugin.Friedemann Kleint2012-02-241-2/+3
| | | | | | | | | | | | | - 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/+66
Change-Id: Ideaf91b2f9ce3d9252ca40b7224a2ab4238341f1 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>