aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Merge mainwindow and icore file pairshjk2023-09-261-1664/+0
* Core: Pimpl MainWindowhjk2023-09-251-129/+245
* Core: Disentangle SettingsDatabase accesshjk2023-09-211-8/+0
* Core: Revert unintended changeMarcus Tillmanns2023-09-191-2/+2
* Core: Cosmetics and unused #includeshjk2023-09-151-24/+14
* Core: Remove SettingsDatabase QObject basehjk2023-09-151-2/+4
* Remove unused variableEike Ziller2023-09-141-2/+0
* Use Nanotrace to generate startup performance reportEike Ziller2023-09-121-0/+3
* Core: Never call QMainWindow::menuBar()Eike Ziller2023-09-081-7/+12
* Core: Add action to hide the menu barCristian Adam2023-09-081-0/+34
* Core: Add clearAboutInformation functionArtem Sokolovskii2023-09-071-0/+5
* Utils: Use QtcSettingsMarcus Tillmanns2023-09-051-2/+2
* Utils: Cache theme icon accesshjk2023-09-011-20/+17
* Add CompilerExplorer pluginMarcus Tillmanns2023-08-171-2/+2
* Core: Move SystemSettings page closer to current setuphjk2023-07-281-21/+1
* Core: Move GeneralSettings setup structure closer to new normalhjk2023-07-271-6/+0
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-07-131-0/+1
|\
| * Fix order of session vs recent files/projects menuEike Ziller2023-07-121-0/+1
* | Reduce usage of app_version headerEike Ziller2023-06-261-14/+17
|/
* Change log: Add links to the bugreportsEike Ziller2023-06-121-2/+4
* Terminal: Clean up settingsEike Ziller2023-06-081-0/+9
* 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