aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fancymainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Projects mode: Fix invisible tool bar above build system outputEike Ziller2024-01-261-6/+4
* FancyMainWindow: Save collapse stateEike Ziller2024-01-111-11/+51
* FancyMainWindow: Remove unused private memberEike Ziller2024-01-081-1/+0
* FancyMainWindow: Restore dock sizes when hiding/showing areasEike Ziller2024-01-081-25/+58
* FancyMainWindow: Keep collapse state when toggling dock areaEike Ziller2023-12-141-1/+13
* FancyMainWindow: Move collapse functions to DockWidgetEike Ziller2023-12-141-113/+138
* Support view/hide right side bar in Debug modeEike Ziller2023-12-111-2/+6
* FancyMainWindow: Use "Store" type for settings instead of custom QHashEike Ziller2023-12-111-5/+5
* Use sidebar buttons for hiding/showing dock areasEike Ziller2023-11-281-20/+99
* FancyMainWindow: Improve positioning of docks when (un)collapsingEike Ziller2023-11-271-19/+92
* Dock widgets: Add collapse/uncollapse functionalityEike Ziller2023-11-101-1/+93
* Improve styling of dock title widgetsEike Ziller2023-11-101-22/+17
* FancyMainWindow: Remove auto-hide title bars functionalityEike Ziller2023-11-071-133/+32
* Utils: Allow hiding Dock close / float buttonsMarcus Tillmanns2023-09-281-3/+12
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-16/+16
* Utils: Warn if restoring FancyMainWindow failsMarcus Tillmanns2023-08-251-2/+4
* Utils: Fix FancyMainWindowMarcus Tillmanns2023-08-041-1/+17
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-1/+3
* Pdb: Fix debugger start for python debuggingChristian Stenger2023-02-161-1/+1
* Utils: Tr::trAlessandro Portale2023-02-011-3/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Pass context object to lambda connectionsJarek Kobus2022-12-071-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Remove remaining includes of porting.hJarek Kobus2022-07-201-1/+0
* FancyMainWindow: Avoid using sender()Jarek Kobus2022-07-201-17/+9
* Drop Qt5: Utils: Get rid of QOverloadJarek Kobus2022-07-201-7/+4
* Utils: Collapse most of porting,hhjk2022-07-131-4/+4
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-2/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-1/+0
* Qt6: enterEvent now gets passed a QEnterEventEike Ziller2020-09-291-4/+5
* Use QStyleOption::initFrom() instead of init()hjk2020-07-091-1/+1
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-3/+3
* Use less nullptr for empty flagshjk2020-01-211-2/+2
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-281-1/+0
|\
| * Remove extra setMargin(..) Some lines after we can see aLaurent Montel2019-10-171-1/+0
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* | Compile fix with recent Qt devhjk2019-07-291-5/+2
|/
* Debugger: Re-organize dock widget persistinghjk2019-04-051-0/+15
* Utils: Return a const list for FancyMainWindow::dockWidgetshjk2018-09-261-7/+7
* Utils: ModernizeAlessandro Portale2018-07-201-24/+24
* Do not show accelerators in dock window titleshjk2017-11-301-3/+9
* FancyMainWindow: Disregard accelerators when sorting docksOrgad Shaneh2017-07-071-1/+2
* FancyMainWindow: Limit DockWidget title popup areaAlessandro Portale2016-12-141-1/+1
* FancyMainWindow: Add an option to hide the central widgetUlf Hermann2016-10-041-0/+19
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-8/+6
* FancyMainWindow: Add a way to make the layout immutablehjk2016-07-261-20/+29
* Fix compilation with QT_NO_ACCESSIBILITYEike Ziller2016-06-241-2/+5
* FancyMainWindow: Move toolbarDockWidget "property" to subclasshjk2016-03-091-12/+0