summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/navigationwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Tr::trhjk2023-01-171-1/+1
* 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
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* NavigationWidget: Avoid using sender()Jarek Kobus2022-07-251-22/+11
* CorePlugin: Use Tr::tr instead of QCoreApplication::translate("Core"...Eike Ziller2022-07-061-5/+6
* CorePlugin: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-041-4/+4
* Add Show in File System View to project tree context menuCristian Adam2021-09-281-2/+1
* Core: Show keyboard sequence for navigation widgetsEike Ziller2021-09-221-0/+1
* Core: Save less settingsEike Ziller2020-12-111-7/+18
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-2/+2
* Remove usages of Core::IdEike Ziller2020-09-211-1/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Core: ModernizeAlessandro Portale2018-08-081-5/+5
* Fix close icon for right side navigation panesEike Ziller2017-07-281-7/+12
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-041-31/+32
|\
| * Fix left sidebar width after switching modesEike Ziller2017-05-021-31/+32
* | Remove unused "suppressed" property from navigation widgetEike Ziller2017-04-201-17/+1
|/
* TextEditor: add right sidebarSerhii Moroz2017-03-091-76/+208
* Move icons to UtilsUlf Hermann2016-08-051-6/+7
* Use Core::Id in ModeManager interfacehjk2016-04-081-2/+2
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-10/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-16/+8
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-5/+12
* NavigationWidget: Add missing return statement.Christian Kandeler2015-08-251-0/+1
* Open Project: Don't show a error dialog for duplicated projectsDaniel Teske2015-08-241-2/+3
* Fix untranslated messagesSergey Belyashov2015-05-191-2/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Make "close view" buttons more consistentEike Ziller2015-01-211-1/+12
* | NavigationWidget: Add menu to split buttonEike Ziller2014-12-081-3/+4
* | Core: CosmeticsOrgad Shaneh2014-11-261-8/+9
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Add index and filter combo box to external help windowEike Ziller2014-10-131-2/+2
* | Navigation side bar: It is "View", not "Pane"Eike Ziller2014-10-131-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-2/+2
* ActionManager: Remove QShortcut registration APIEike Ziller2014-03-031-9/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* NavigationWidget: Pass reference into functionTobias Hunger2013-11-131-1/+1
* NavigationWidget: Do not leak the factorymodelTobias Hunger2013-11-131-1/+2
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* Make a few more shortcuts/actions raise the main window.Eike Ziller2013-05-211-0/+3
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-6/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\