summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-097-11/+19
* | | | | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-058-9/+9
* | | | | | QGroupBox: Send unhandled mouse events to parent widgetAlex Henrie2015-09-031-0/+4
* | | | | | Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-2643-6989/+3
| |/ / / / |/| | | |
* | | | | Add QMainWindow::resizeDocksOlivier Goffart2015-08-164-0/+80
* | | | | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-08-131-50/+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