summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editortoolbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-6/+7
* Core: Tr::trhjk2023-01-171-18/+19
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Core: Rename DocumentModel::fileName() to filePath()hjk2022-11-251-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Set ElideMiddle for the editor comboboxTasuku Suzuki2022-08-261-0/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: Include more utils/filepaths.h instead of utils/fileutils.hAlessandro Portale2022-07-281-1/+1
* EditorToolBar: Avoid using sender()Jarek Kobus2022-07-211-5/+5
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+2
* Drop Qt5: Core: Get rid of QOverloadJarek Kobus2022-07-201-6/+4
* Utils: Use FilePath in DropSupporthjk2021-08-021-1/+1
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-181-11/+4
|\
| * Fix disabled close button in designer editor tool barEike Ziller2019-06-181-11/+4
* | Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-3/+0
* | Allow pinning files to ensure that they are always openMitch Curtis2019-04-031-0/+2
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-251-6/+0
|\ \ | |/
| * Fix soft assert when opening widget designer formEike Ziller2019-03-251-6/+0
* | Replace static_casts by QOverload where possiblehjk2019-02-261-3/+3
|/
* Core: ModernizeAlessandro Portale2018-08-081-12/+12
* EditorToolBar: Replace another optional::value to not throwRobert Loehning2018-04-231-1/+1
* EditorToolBar: Replace optional::value by non-throwing alternativeRobert Loehning2018-04-161-1/+1
* Document model: Use optional for "indexOf" kind of methodsEike Ziller2018-02-161-4/+11
* Avoid resizing of document dropdownEike Ziller2016-11-241-0/+1
* macOS: Fix that some actions still had icon in menuEike Ziller2016-11-151-6/+0
* Move icons to UtilsUlf Hermann2016-08-051-6/+7
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-4/+5
* Core: Improved vertical/horizontal split icons in menusAlessandro Portale2016-04-271-2/+2
* Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-5/+5
* Core: Dedicated lock/unlock icons for toolbar and documents viewAlessandro Portale2016-04-011-2/+4
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-25/+29
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Core: Unify the close iconsAlessandro Portale2015-12-041-1/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-12/+8
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-7/+11
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-1/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* EditorToolBarPrivate: initialize members in ctorNikita Baryshnikov2015-02-251-2/+3
* Core: Use FileName for DocumentModel::Entry::fileNameOrgad Shaneh2015-02-161-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-5/+4
* | Core: CosmeticsOrgad Shaneh2014-11-261-2/+2
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-231-2/+4
* | EditorToolBar: Show editor context menu when clicking on file iconEike Ziller2014-09-121-18/+33