aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo/todoplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Todo: Rename todoprojectsettingswidget.{h,cpp} to todoprojectpanel.{h,cpp}hjk2024-01-301-1/+1
* Todo: Simplify TodoProjectPanelFactory setuphjk2024-01-301-1/+1
* Todo: Remove plugin pimplhjk2024-01-301-28/+8
* Todo: Simplify settings constructionhjk2024-01-301-17/+2
* Todo: Use free function to setup TodoOutputPanehjk2024-01-301-33/+2
* Todo: Use a free function to access the TodoItemsProviderhjk2024-01-301-11/+4
* Todo: Use a free function to access the global settings instancehjk2024-01-301-16/+13
* Todo: Merge optionsdialog to settings file pairhjk2023-11-211-2/+2
* Todo: Move TodoPlugin class definition to .cpphjk2023-11-201-18/+27
* Todo: Use new construction pattern for project panel factoryhjk2023-11-161-10/+2
* All: Remove some unneeded #includeshjk2023-09-271-2/+0
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+3
* ToDo: Convert to Tr::trhjk2022-07-131-6/+3
* Core: Use Utils::Link for openEditorAtDavid Schulz2021-05-251-1/+2
* Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-1/+1
* Todo: Pimpl plugin and move OptionPage to new schemehjk2020-02-101-25/+42
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-4/+0
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Todo: ModernizeAlessandro Portale2018-12-111-7/+2
* Todo: Remove nowadays unneeded use of global object poolhjk2018-02-091-6/+3
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* ProjectExplorer: Remove PropertiesPanel structhjk2016-10-041-1/+0
* Todo: Avoid issues with screwing up or screwed settingsEike Ziller2016-09-011-1/+2
* ProjectExplorer: Rework mode main windowhjk2016-07-261-11/+7
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-221-4/+2
|\
| * Todo: Fix crash after user discards open very big file dialogSerhii Moroz2016-07-191-4/+2
* | Todo: added ability to filter todo list by keywordsSerhii Moroz2016-07-211-1/+1
|/
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-1/+1
|\
| * Todo: Remove "Settings" from project settings panel titleNikolai Kosjar2016-04-061-1/+1
* | Todo: non-alien dir separators in To-Do entries listAlessandro Portale2016-03-171-2/+2
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-19/+14
* TODO plugin: Add file patterns to exclude from parsingDenis Kormalev2015-06-011-0/+19
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-7/+7
|\
| * Update LicenseEike Ziller2015-01-161-7/+7
* | Port to new connect apiMontel Laurent2015-01-291-3/+6
* | Todo: Remove executable attribute from source filesMontel Laurent2015-01-291-0/+0
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-2/+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
* editormanager: simplify use of interfacehjk2012-05-111-1/+1
* Initial cleanup of the Todo-plugin.Friedemann Kleint2012-02-241-0/+4
* To-do plugin added.Dmitry Savchenko2012-02-241-326/+79
* Initial commit for TODO PluginVasiliy Sorokin2012-02-241-0/+376