summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-1/+1
* | | QMainWindow: allow dropping QDockWidget to floating docksOlivier Goffart2015-08-013-34/+153
* | | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-2/+4
* | | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-305-25/+32
* | | QDirModel: remove pointless user-defined QDirNode destructorMarc Mutz2015-07-201-1/+0
* | | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-1910-23/+23
* | | QFileSystemModel: reserve() a QListMarc Mutz2015-07-191-1/+3
* | | QFileSystemModel: avoid sibling() callsMarc Mutz2015-07-182-11/+6
* | | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+3