aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fancymainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Fix DockWidgetBogDan Vatra2015-05-201-3/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | FancyMainWindow: Delay auto-collapsing of headershjk2015-01-201-7/+4
|/
* Always show title of floating dockwidget.David Schulz2014-11-041-2/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
| * FancyMainWindow: Don't relay enter events as leave eventsUlf Hermann2014-08-261-1/+1
* | FancyMainWindow: Fix method naminghjk2014-10-101-3/+3
* | Re-introduce option to toggle FancyMainWindow auto-hidinghjk2014-10-091-119/+201
* | FancyMainWindow: Don't relay enter events as leave eventsUlf Hermann2014-08-261-1/+1
* | FancyMainWindow: Qt5-ifyhjk2014-08-261-31/+24
|/
* {Fancy,Debugger}MainWindow: Consolidate dock actions menu populationhjk2014-07-181-6/+4
* FancyMainWindow: Polish dockwidget titlebar displayhjk2014-07-171-13/+68
* FancyMainWindow: Use auto-hiding dock title barshjk2014-07-151-85/+199
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* Clean headers in Utils.Friedemann Kleint2013-03-191-4/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2