summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8
| * Fixed small bug in code snippet for QGraphicsItemBenjamin Summerton2014-12-101-1/+1
| * Removed redundancy in QGraphicsItem documentation.Benjamin Summerton2014-12-102-16/+1
* | QHeaderView: check that length is correct during restoreState.Arnaud Bienner2014-12-171-23/+52
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-11/+3
* | Add NoPartialUpdate support to QOpenGLWidgetJørgen Lind2014-12-112-5/+101
* | Make the defaultSectionSize property of QHeaderView style dependentAlexander Volkov2014-12-116-3/+59
* | Use categorized logging for QGestureManager.Friedemann Kleint2014-12-111-29/+24
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1018-80/+77
|\|
| * Android: Make cursor keys work againPaul Olav Tvete2014-12-091-1/+1
| * Support vertical sliders on AndroidPaul Olav Tvete2014-12-091-6/+26
| * QHeaderView: take the sort indicator into account when eliding textGiuseppe D'Angelo2014-12-092-3/+10
| * Styles: improve SH_Header_ArrowAlignment handlingGiuseppe D'Angelo2014-12-093-2/+9
| * Widgets: be more careful when setting focus on touch releaseRichard Moe Gustavsen2014-12-081-0/+7
| * Update window flags from QToolBarPrivate::endDrag().Friedemann Kleint2014-12-081-2/+0
| * QMacStyle: Fix 32-bit buildGabriel de Dietrich2014-12-051-1/+1
| * QColumnView: don't set an invalid index as the current oneGiuseppe D'Angelo2014-12-051-2/+5
| * QDockWidget: Prevent repetitive unplugging of floating dock widgets.Friedemann Kleint2014-12-041-0/+2
| * Revert "Use single finger pan to scroll text edits on touch screens."Tor Arne Vestbø2014-12-041-21/+2
| * Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-043-35/+1
| * QMenuBar: fix extra indent on the right with a TopLeftCorner widget.Friedemann Kleint2014-12-041-3/+2
| * Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-031-0/+6
| * QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-1/+2
| * QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-021-1/+1
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-2/+2
| |\
| | * iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
* | | xcb: Fix transparent tray backgrounds with 24bpp tray visualsUli Schlachter2014-12-091-2/+25
* | | Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-084-12/+10
* | | QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-032-2/+16
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-03169-1464/+1464
* | | QTreeWidget: optimize childrenCheckStatejkobus2014-12-021-2/+3
* | | Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-013-9/+0
* | | Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-11-291-2/+4
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-277-3/+53
|\| |
| * | Implement heightForWidth().Friedemann Kleint2014-11-271-0/+31
| * | fix the build with animation omittedShawn Rutledge2014-11-273-0/+12
| * | Fix build of QGestureRecognizer on OS XSamuel Gaist2014-11-271-0/+2
| * | QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-271-1/+4
| * | Widgets, iOS: don't tell the input panel to hide on focus outRichard Moe Gustavsen2014-11-261-1/+3
| * | Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* | | Remove unnecessary indirect accessAllan Sandfeld Jensen2014-11-251-6/+3
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2456-755/+666
|\| |
| * | QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-243-7/+7
| * | QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-247-13/+34
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-213-329/+63
| |\|
| | * Correct the signature and access rights for the protected constructorLars Knoll2014-11-191-1/+1
| | * Android: Fix QSlider appearanceBogDan Vatra2014-11-151-6/+5
| | * Fix crash on Android L and list view items.BogDan Vatra2014-11-152-78/+42
| | * Set Android palette and fonts in QPA plugin.BogDan Vatra2014-11-142-244/+15
| * | Use single finger pan to scroll text edits on touch screens.Friedemann Kleint2014-11-201-2/+21