aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo/todooutputpane.cpp
Commit message (Expand)AuthorAgeFilesLines
* Todo: Fix includeChristian Stenger2024-01-311-1/+1
* Todo: Simplify settings constructionhjk2024-01-301-1/+1
* Todo: Use free function to setup TodoOutputPanehjk2024-01-301-8/+39
* Todo: Use a free function to access the global settings instancehjk2024-01-301-4/+3
* OutputPane: Use setter for priority and fix default visibilityEike Ziller2023-09-181-5/+2
* OutputPane: Add an id() for the settingsEike Ziller2023-09-181-0/+1
* OutputPane: Use setter for display nameEike Ziller2023-09-181-5/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+3
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* ToDo: Convert to Tr::trhjk2022-07-131-8/+10
* Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-091-5/+0
* Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-011-1/+1
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-1/+1
* Avoid overloading superclass methodEike Ziller2019-06-181-5/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-2/+2
* Todo: ModernizeAlessandro Portale2018-12-111-4/+4
* Make TODO plugin theme awareUlf Hermann2017-03-161-1/+1
* Todo: Use "toolbar" style icons in the toolbarAlessandro Portale2016-08-241-1/+1
* Todo: added ability to filter todo list by keywordsSerhii Moroz2016-07-211-13/+79
* Core: Use QList's initializer list contructor for output paneshjk2016-07-111-5/+1
* Todo: non-alien dir separators in To-Do entries listAlessandro Portale2016-03-171-1/+1
* Todo: Support find in paneOrgad Shaneh2016-02-081-0/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-19/+14
* Todo: Store icons in the settings via index instead of stringsAlessandro Portale2015-11-181-1/+2
* Todo Plugin: Add showing To-Do Entries for current sub-project onlyJochen Becher2015-10-071-1/+13
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-7/+7
|\
| * Update LicenseEike Ziller2015-01-161-7/+7
* | Port to new connect apiMontel Laurent2015-01-291-4/+7
* | Todo: Remove executable attribute from source filesMontel Laurent2015-01-291-0/+0
|/
* OutputPanes::hasFocus() needs to check the window's focus widgetDaniel Teske2014-11-121-1/+1
* License updateEike Ziller2014-10-091-7/+8
* TodoView: Make behavior consistent with other viewsDaniel Teske2014-04-161-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-2/+2
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-2/+2
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-181-2/+8
|\|
| * Todo: Fix goToNext/Prev behaviorOrgad Shaneh2013-12-121-2/+8
* | TODO: Fix some UI textEike Ziller2013-12-091-4/+4
|/
* Use text instead of icons for todo scanning scope buttons.Dmitry Savchenko2013-03-061-2/+2
* Add resize feature for TODO output paneSergey Shambir2013-02-171-14/+2
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-2/+2
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Support badge on output panel buttons.Francois Ferrand2012-07-051-0/+7
* ToDo: don't show focus rect on MacEike Ziller2012-05-041-0/+1
* Initial cleanup of the Todo-plugin.Friedemann Kleint2012-02-241-4/+8
* To-do plugin added.Dmitry Savchenko2012-02-241-102/+176