aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change log browser: Make bug numbers clickable linksEike Ziller2022-07-041-4/+12
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-041-1/+1
|\
| * Fix mnemonic conflict between Edit > Preferences and PasteEike Ziller2022-07-011-1/+1
* | Install and ship change logsEike Ziller2022-06-291-5/+124
|/
* Move the options to the edit menuThomas Hartmann2022-06-161-4/+4
* Un-virtualize Command and remove an inheritanceEike Ziller2022-05-311-0/+2
* CorePlugin: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-131-6/+8
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-3/+3
* Collect Qt Creator debug menu items into common submenuEike Ziller2022-01-261-5/+10
* Core: Add LoggingView supportChristian Stenger2022-01-171-0/+7
* Fix some compiler warningsChristian Kandeler2021-12-151-8/+0
* Split "New File or Project" into "File" and "Project" partsEike Ziller2021-12-021-23/+23
* QtDesignStudio: Split "New Files" from "New Project"Thomas Hartmann2021-11-161-1/+21
* Implement the New Project creation wizard for QDSSamuel Ghinet2021-11-091-1/+10
* Fix that Restart Now might not close Qt CreatorEike Ziller2021-11-081-1/+24
* Allow the NewDialog to be overridden by other pluginsSamuel Ghinet2021-09-071-1/+1
* CorePlugin: Use FilePath istead of QStringArtem Sokolovskii2021-08-301-1/+1
* ProjectExplorer: Use FilePath for ProjectNode::{path,directory}hjk2021-08-061-1/+1
* Core: FilePathify MainWindow::openFiles()hjk2021-08-021-12/+14
* Utils: Use FilePath in DropSupporthjk2021-08-021-2/+2
* Core: Use FilePath in preferredEditorFactorieshjk2021-07-301-2/+3
* Core: Use FilePath in IDocumentFactory::open()hjk2021-07-301-1/+1
* Core: Use FilePath on findDocumentFactoryhjk2021-07-291-3/+3
* Core: Use FilePath in some functions related to opening fileshjk2021-07-291-9/+11
* Merge remote-tracking branch 'origin/4.15' into 5.0Eike Ziller2021-06-241-3/+3
|\
| * Replace Freenode with Libera.ChatKai Köhne2021-06-231-3/+3
* | Core: Update contact from freenode to libera.chathjk2021-06-231-2/+2
* | Add clear button to build system outputEike Ziller2021-06-221-1/+2
* | Core: Use FilePaths for recent documentsDavid Schulz2021-06-141-2/+1
* | Core: Remove EditorManager::CanContainLineAndColumnNumberDavid Schulz2021-06-071-15/+19
* | Core: Use FilePath in ExternalEditor interfacehjk2021-05-281-1/+1
* | Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-1/+1
|/
* Add some basic contact information in a new Help->Contact dialoghjk2021-02-261-0/+35
* Merge remote-tracking branch 'origin/4.14'Orgad Shaneh2021-02-081-0/+2
|\
| * Core: Do not remove context objects during shutdownEike Ziller2021-02-051-0/+2
* | Use invokeMethod instead of single shot timer with 0 timeoutJarek Kobus2021-01-291-4/+3
* | Core: Do not open documents for all dropped filesDavid Schulz2021-01-131-7/+15
* | Core: Make member functions const/staticAlessandro Portale2020-12-111-1/+1
* | Core: Save less settingsEike Ziller2020-12-111-4/+10
* | Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
|/
* Remove usages of Core::IdEike Ziller2020-09-211-1/+0
* MainWindow: ask confirmation before closing Qt CreatorAntonio Di Monaco2020-08-141-0/+27
* Various Qt6 compile fixeshjk2020-06-221-0/+1
* Unregister deleted IContext objects automaticallyEike Ziller2020-05-271-8/+16
* Disable "Save All" when there are no documents to be savedVille Nummela2020-03-301-10/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-2/+4
|\
| * Doc: Fix QDoc warnings in Core plugin classesLeena Miettinen2020-03-181-2/+4
* | Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+4
* | Move some actions to a "View" menuEike Ziller2020-03-061-9/+14
|/
* QmlDesigner: Remove the standalone view3D window implementationMahmoud Badri2020-03-051-25/+0