summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Add QMainWindow::resizeDocksOlivier Goffart2015-08-164-0/+80
| * | | | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-08-131-50/+1
* | | | | Fix -Wcast-qual warningsThiago Macieira2015-08-131-1/+1
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-099-18/+78
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-069-18/+78
| |\| | |
| | * | | QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
| | * | | Doc: QFileDialog::ShowDirsOnly not supported on WindowsLeena Miettinen2015-07-301-5/+10
| | * | | Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
| | * | | Clear qt_tablet_target only when all buttons are released.Friedemann Kleint2015-07-271-1/+1
| | * | | Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-232-9/+9
| | * | | Doc:added doc to undocumented functionsNico Vertriest2015-07-222-0/+54
| | * | | Protect against a null widget pointer.Volker Krause2015-07-211-1/+1
| | |/ /
* | / / Fix a memory leakTimur Pocheptsov2015-08-062-2/+3
|/ / /
* | | Avoid multisampled contexts in QOpenGLWidgetLaszlo Agocs2015-08-051-2/+11