summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace Freenode with Libera.ChatKai Köhne2021-06-231-3/+3
* 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
* Core: Apply new settings page pattern to Tool settings pagehjk2020-01-291-1/+1
* Fix Edit View 3D on top of Some widgets issueMahmoud Badri2020-01-161-3/+15
* Set application details earlierEike Ziller2020-01-141-4/+0
* Provide "Restart Now" functionalityEike Ziller2020-01-071-2/+18
* Improve edit view 3D "on top" logicqds/v1.4.0-rc1Mahmoud Badri2019-12-131-0/+13
* Set QGuiApplication::applicationDisplayName propertyKai Koehne2019-10-291-0/+1
* Add option for shortcut visibility in context menusEike Ziller2019-09-111-0/+2
* Add global notification area and use for UI Tour infoEike Ziller2019-08-121-0/+5
* Core: Give a hint why saving of settings are requestedhjk2019-06-031-1/+1
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-19/+20
* Add macOS touch bar supportEike Ziller2019-01-151-0/+11
* Core: Modernize (minor)Orgad Shaneh2018-09-211-3/+2
* Make Core independent from QtHelpEike Ziller2018-09-041-4/+0
* Core: ModernizeAlessandro Portale2018-08-081-3/+3
* Remove unneeded checks for validity of mime typesEike Ziller2018-06-251-9/+4
* CorePlugin: Switch split if remote command tries to open an already opened fileRazi Alavizadeh2018-06-221-0/+2
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-4/+1
* Core: Icon-only option for the mode selection barAlessandro Portale2018-05-091-12/+68
* Fix that menus didn't show ampersands in files namesEike Ziller2018-03-261-1/+2
* OutputPaneManager: Use a structure for related pieceshjk2018-03-221-2/+1
* Core: Simplify MainWindow::init() signaturehjk2018-02-121-4/+1
* Core: Remove a few explicit uses of the global plugin poolhjk2018-02-121-16/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-071-0/+26
|\
| * ModelEditor: Move export actions to File menuEike Ziller2018-02-051-0/+2
| * Unify zooming actions of image viewer and model editorEike Ziller2018-02-051-0/+24
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-7/+7
* | Core: Reduce code path ping-pong between ICore and MainWindowhjk2018-02-011-37/+1
* | Core: Move left navigation view toggle button back to the lefthjk2018-01-301-1/+1
* | Core: Force and rely on mode creation before extensionsInitializedhjk2018-01-291-0/+2
* | Core: Detach status bar handling from global object poolhjk2018-01-261-16/+2
* | Core: Cut explicit interface between MainWindow and StatusBarManagerhjk2018-01-241-2/+1