summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdockarealayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-5/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-16/+37
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-16/+37
| |\
| | * Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-301-16/+37
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\| |
| * | Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-051-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+3
| |\|
| | * QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-251-0/+3
* | | Add signal QMainWindow::tabifiedDockWidgetActivatedAleksei Ilin2016-06-241-2/+9
|/ /
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-2/+3
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-6/+2
|\|
| * QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-6/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-1/+2
|\|
| * QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-151-1/+2
* | QtWidgets: mark some constructors explicitMarc Mutz2015-12-071-6/+6
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-4/+4
* | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-2/+2
|/
* QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+5
* Add QMainWindow::resizeDocksOlivier Goffart2015-08-161-0/+47
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-1/+3
* Make sure the QDockAreaLayoutInfo item_list is detached when we are going to ...Olivier Goffart2015-06-161-2/+2
* Add QMainWindow::GroupedDragging DockOptionOlivier Goffart2015-05-121-22/+60
* Allow for rearranging tabified QDockWidgetsOlivier Goffart2015-04-111-0/+16
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+5
|\
| * Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-5/+5
|/
* QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-2/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QMainWindow:::restoreDockWidget(): Restore to correct screen.Friedemann Kleint2014-07-241-3/+5
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-6/+6
* QDockAreaLayout: use QSignalBlockerMarc Mutz2013-10-301-3/+1
* Check if the widgetItem is valid before accessing widget() on itAndy Shaw2013-07-311-1/+1
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-1/+0
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix dockwidgets behavior when window resized or central widgets is set.Debao Zhang2012-03-071-2/+0
* Fix conflict between QMainWindow::restoreState() and QWidget::setStylesheet()Debao Zhang2012-02-231-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-2/+2
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-5/+0