aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tasklist
Commit message (Expand)AuthorAgeFilesLines
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* TaskList: Do not save files in default sessionFriedemann Kleint2020-03-191-3/+5
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-2/+2
* Avoid warning on empty expressionshjk2019-07-232-4/+4
* Utils: Rename FileName to FilePathhjk2019-05-284-12/+12
* Qt Creator CMake portCristian Adam2019-05-171-0/+8
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-1/+1
* TaskList: ModernizeAlessandro Portale2018-11-261-2/+2
* TaskList: Pimpl and avoid using the global object poolhjk2018-02-212-17/+25
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-11/+11
* Move mimetype definitions to plugin specsEike Ziller2017-02-276-21/+13
* TaskList: Initialize membersTobias Hunger2016-12-051-1/+1
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-5/+3
* Wholesale conversion to #pragma oncehjk2016-03-304-16/+4
* Core: Make IDocument concreteOrgad Shaneh2016-03-172-23/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-198-122/+87
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-192-13/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-142-4/+4
* TaskList: Make relative paths relative to the tasks fileOrgad Shaneh2015-12-084-45/+16
* TaskList: QString -> FileNameOrgad Shaneh2015-12-084-29/+35
* TaskList: Use Qt5-style connectsTobias Hunger2015-11-201-2/+2
* Add override to IDocument hierarchyEike Ziller2015-06-112-11/+7
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-103-5/+4
* Move "open" from IEditor to IDocumentEike Ziller2015-06-103-4/+5
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* Use new mime databaseEike Ziller2015-02-171-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-128-46/+46
|\
| * Update LicenseEike Ziller2015-01-168-46/+46
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-5/+5
* | TaskList: Sprinkle with autoTobias Hunger2015-01-222-2/+2
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-122-3/+3
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-2/+2
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* License update.Eike Ziller2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-147-49/+56
|\
| * License updateEike Ziller2014-10-098-51/+58
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-16/+18
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | EditorManager: Don't derive IEditorFactory from IDocumentFactoryDaniel Teske2014-07-171-2/+0
|/
* TaskListPlugin: Adjust after changes to IDocumentFactoryhjk2014-07-088-165/+66
* ProjectExplorer: Fold in simple IDocumentFactory subclasseshjk2014-07-012-7/+4
* IDocument: Make mimeType a value memberhjk2014-07-012-6/+0
* Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-061-1/+1
* TaskList: Do not open the same file several timesTobias Hunger2014-04-291-0/+5
* TaskListPlugin: Use pointers to TaskFiles instead of IDocumentsTobias Hunger2014-04-292-2/+4
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-1/+1
|\
| * use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1