summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Markdown: Reuse Markdown highlighter from change log viewerEike Ziller2023-04-191-63/+1
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-103/+97
|\
| * Core: Tr::trhjk2023-01-171-87/+88
| * Utils: Consolidate Link::from{FilePath,String}hjk2023-01-171-1/+1
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| * Core: Remove unused KeyMarcus Tillmanns2022-12-091-1/+0
| * CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-3/+3
| * Merge remote-tracking branch 'origin/9.0'Orgad Shaneh2022-11-281-2/+12
| |\
| * | Core: Combine two code paths creating absolute pathshjk2022-11-211-7/+1
| * | Core: Use FilePath for working dir in MainWindow::openFiles()hjk2022-11-211-4/+4
* | | Add option to hide toolsThomas Hartmann2023-01-271-1/+8
| |/ |/|
* | Transform doc.qt.io/qt-creator links to internal qthelp links, for linksEike Ziller2022-11-241-2/+12
|/
* Utils: Allow mimetype deep-scan for remote filesMarcus Tillmanns2022-11-041-1/+2
* macOS: Fix missing "Search" item in help menuEike Ziller2022-11-011-0/+1
* Re-add "Toogle Bookmark" icon into touch barEike Ziller2022-10-171-1/+1
* MainWindow: Use FileUtils::get... functionsMarcus Tillmanns2022-10-131-31/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* CorePlugin: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-09-301-1/+1
* MainWindow: Disable TrimTimer on non Linux HostMarcus Tillmanns2022-09-271-5/+7
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* App: Use more local methods to trigger memory trim timerhjk2022-08-021-0/+29
* Drop Qt5: CorePlugin: Remove code below Qt 6.0.0Jarek Kobus2022-07-251-4/+0
* Utils: Use FilePaths alias instead of QList<FilePath>Alessandro Portale2022-07-211-2/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-9/+59
* Drop Qt5: Core: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Core: Fix build with Qt5Christian Stenger2022-07-071-0/+4
* Change log browser: Use the markdown renderer for the .md filesCristian Adam2022-07-071-7/+69
* CorePlugin: Use Tr::tr instead of QCoreApplication::translate("Core"...Eike Ziller2022-07-061-17/+17
* 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