aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-3/+3
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-3/+3
* Todo plugin: Replace foreach with ranged for loopJarek Kobus2022-10-074-6/+9
* Use SPDX license identifiersLucie GĂ©rard2022-08-2635-868/+98
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-273-5/+5
* Utils: Introduce Layouting::{br,st}hjk2022-07-252-2/+2
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-1/+1
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-203-4/+10
|\
| * Project settings: Fix missing IDs for global settings linksEike Ziller2022-07-133-1/+4
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-132-6/+7
* | ToDo: Convert to Tr::trhjk2022-07-138-54/+44
* | Todo: Inline todoprojectsettingswidget.uihjk2022-07-135-110/+57
* | Todo: Inline optiondialog.uihjk2022-07-125-162/+88
* | Todo: Inline keyworddialog.uihjk2022-07-125-166/+89
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-2/+3
* ProjectExplorer: Add a common template for project settingsArtem Sokolovskii2022-05-241-1/+3
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* Remove qmake build filesEike Ziller2022-01-202-55/+0
* Merge CppTools into CppEditorChristian Kandeler2021-09-016-11/+11
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-1/+1
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-3/+2
* 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
* Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-092-6/+0
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+3
* Todo: Replace QRegExp by QRegularExpressionChristian Stenger2020-06-162-4/+4
* Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-011-1/+1
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-1/+1
* Todo: Pimpl plugin and move OptionPage to new schemehjk2020-02-109-281/+134
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-5/+0
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-3/+3
* CMake Build: rename target qmljs to QmlJSCristian Adam2020-01-161-1/+1
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-124-8/+8
* Remove unused QObject parent arguments on options pageshjk2019-09-112-3/+2
* Remove usages of deprecated APIsSona Kurazyan2019-09-032-2/+2
* Fix crash in TODO pluginEike Ziller2019-08-051-1/+1
* Todo: Compile fixhjk2019-07-291-1/+1
* Todo: Replace last use of Java-style iteratorshjk2019-07-291-10/+6
* Compile fix with recent Qt devhjk2019-07-291-6/+2
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-2/+2
|\
| * Todo: Avoid some deprecation warningshjk2019-07-231-2/+2
* | Avoid warning on empty expressionshjk2019-07-233-4/+4
|/
* Remove more deprecation warningshjk2019-07-051-2/+2
* Todo: Avoid deprecation warningshjk2019-07-051-2/+2