aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo
Commit message (Expand)AuthorAgeFilesLines
* 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
* More Utils::toSet/toListhjk2019-07-041-3/+2
* Avoid overloading superclass methodEike Ziller2019-06-182-7/+7
* Todo: Spread use of Utils::FilePath a bithjk2019-06-172-18/+14
* Utils: Rename FileName to FilePathhjk2019-05-285-8/+8
* Qt Creator CMake portCristian Adam2019-05-171-0/+25
* ProjectExplorer: Rename ProjectTree::findCurrentNode to currentNodehjk2019-04-301-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-1123-81/+69
* Update Options dialog iconsAlessandro Portale2018-04-245-2/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-232-4/+1
* Icons: Remove transition helperArnold Dumas2018-03-231-15/+1
* Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* Todo: Remove nowadays unneeded use of global object poolhjk2018-02-091-6/+3
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-082-4/+12
* TODO: Remove Latin1StringAndre Hartmann2017-10-067-46/+39
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* | ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-1/+1
|/
* Make TODO plugin theme awareUlf Hermann2017-03-166-21/+15
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | ProjectExplorer: Use visitor-by-lambda for project treehjk2017-03-081-8/+8
* | Delete dialogbox => avoid memory leakMontel Laurent2017-02-211-6/+6
* | To-Do: save the settings only if they've been "apply"dUlf Hermann2017-01-093-1/+13
* | Rename the "ERROR" icon to "CRITICAL"Ulf Hermann2017-01-021-2/+2
* | Todo: Simplify codeTobias Hunger2016-11-301-2/+0