summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Simplify PM_TitleBarHeight calculation.Jake Petroules2015-10-091-26/+3
* qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-024-0/+4
* Get scroll bar metrics from public API instead of hardcoded numbers.Jake Petroules2015-10-012-23/+18
* Mark some obsolete enum items from QStyle for removal in Qt 6Alexander Volkov2015-09-301-9/+9
* Allow to minimize frameless MDI subwindowsSerge Lysenko2015-09-302-3/+3
* Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-291-1/+3
* Fix building with QT_NO_IMUlf Hermann2015-09-281-0/+2
* Save one full iteration and memory allocation with std::find()Sérgio Martins2015-09-251-1/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2530-91/+184
|\
| * Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-9/+13
| * Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
| * Allow vertical resizing of wizard pages with water markLouai Al-Khanji2015-09-241-1/+0
| * Close QWidgetWindows by closing the windowMorten Johan Sørvig2015-09-231-2/+2
| * QWidgetWindow: call base class close event implMorten Johan Sørvig2015-09-231-0/+1
| * QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+13
| * QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-1/+10
| * Make QWidget::grab work with graphics effectsPaul Olav Tvete2015-09-221-1/+1
| * Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-221-0/+1
| * QLineEdit: Don't include left and right minimum bearing when drawing textTor Arne Vestbø2015-09-221-12/+6
| * Fix QT_NO_ACCESSIBILITY build on windowsLiang Qi2015-09-151-0/+2
| * Fix some doc warnings.Friedemann Kleint2015-09-112-3/+2
| * Fix QT_NO_ACCESSIBILITY build on linuxLiang Qi2015-09-111-0/+2
| * Notify when the primary screen changesAleix Pol2015-09-083-0/+16
| * QMacStyle: Fix splitter handle background on 10.10 or laterGabriel de Dietrich2015-09-071-16/+11
| * QMacStyle: Call subElementRect() on proxy style for SE_TabBarTabTextGabriel de Dietrich2015-09-071-1/+1
| * Fix some qdoc warnings.Friedemann Kleint2015-09-073-10/+10
| * Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-073-3/+3
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2712-26/+77
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2612-26/+77
| | |\
| | | * Fix unnecessary enter leave eventsJorgen Lind2015-08-201-2/+2
| | | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
| | | * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-182-4/+36
| | | * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-1/+1
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-6/+10
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-6/+10
| | | | |\
| | | | | * Make QStyle::itemPixmapRect handle devicePixelRatioDavid Edmundson2015-06-011-6/+10
| | | * | | QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
| | | * | | QLineEdit: update IM status after selection changeRichard Moe Gustavsen2015-08-111-0/+3
| | | * | | Fix link to QQ articleAndy Shaw2015-08-071-1/+1
| | | * | | QTreeView: add size hint handling information to uniformRowHeightsSamuel Gaist2015-08-061-0/+3
| | | * | | Doc: Fix wrong reference QApplication::setStandardPaletteSamuel Gaist2015-08-061-1/+2
| | | * | | QMacStyle: Disable progress bar animationsMorten Johan Sørvig2015-08-061-1/+2
| | | * | | Fix crash when mixing widgets with QtQuick 1 and Qt Quick 2Simon Hausmann2015-08-062-8/+14
| * | | | | Fix some qdoc-warnings.Friedemann Kleint2015-08-273-6/+6
| |/ / / /
| * | | | Set QAction::NoRole on dock widget view actions.Friedemann Kleint2015-08-221-0/+1
| * | | | Merge dev into 5.6Oswald Buddenhagen2015-08-175-50/+81
| |\ \ \ \
| * | | | | Fix -Wcast-qual warningsThiago Macieira2015-08-131-1/+1
* | | | | | QWidget: Update systemClip restoreTuomas Heimonen2015-09-141-1/+1
* | | | | | QFileSystemModel: reimplement sibling for same-rowMarc Mutz2015-09-132-0/+16
* | | | | | Add attribute to enable font and palette propagation in QSS.Aaron Kennedy2015-09-105-35/+151