summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-203-1/+35
| * | Text editors: Prevent autoscroll timer triggering from synth mouse eventsFriedemann Kleint2014-11-202-12/+16
| * | Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-192-9/+16
| * | Fix broken resource cleanup in QOpenGLWidgetLaszlo Agocs2014-11-171-0/+10
| * | QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-174-20/+40
| * | QFusionStyle: properly indent an if statementGiuseppe D'Angelo2014-11-141-1/+3
| * | send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-132-3/+11
| * | a widget's window is transient for its parent's top-level windowShawn Rutledge2014-11-131-2/+3
| * | Fix MinGW compiler warning in qwindowsxpstyle.cpp.Friedemann Kleint2014-11-131-1/+1
| * | Prevent a crash when buffer() returns 0Andy Shaw2014-11-131-1/+2
| * | QGraphicsTextItem: document that adjustSize can center/right align textGiuseppe D'Angelo2014-11-121-0/+1
| * | QGraphicsItem: document that setOpacity(0) almost makes the item invisibleGiuseppe D'Angelo2014-11-111-2/+11
| * | Document unified title and toolbar limitations.Morten Johan Sørvig2014-11-111-0/+7
| * | Compile fix for QT_NO_TEXTHTMLPARSER in QtWidgetsJulien Brianceau2014-11-111-0/+2
| |/
| * Compile fix for QT_NO_DOCKWIDGET in QtWidgetsJulien Brianceau2014-11-081-1/+1
| * QGraphicsItem: clarify the documentation about caching modes and update()Giuseppe D'Angelo2014-11-071-2/+20
| * Windows: fix unreadable white text for focused combo boxesJ-P Nurmi2014-11-051-1/+5
| * QMenu check for null result from QPlatformMenu::menuItemForTagDyami Caliri2014-11-051-2/+4
| * New Qt logoAlessandro Portale2014-11-051-0/+0
| * Fix too many resizes and move events for native widgetsJørgen Lind2014-11-044-20/+50
| * Fix tab icon vertical alignmentMarko Kangas2014-11-041-1/+1
| * QFileDialog: prevent section collapsing in the main selection areaGiuseppe D'Angelo2014-11-033-1/+7
| * Regenerate qfiledialog_embedded.uiGiuseppe D'Angelo2014-11-031-96/+108
| * Doc: corrected wrong equivalent of obsolete QGraphicsItem::rotateNico Vertriest2014-11-031-1/+1
| * QMacStyle: More tweaks for editable QComboBoxGabriel de Dietrich2014-11-021-5/+18
| * Cleanup: Remove some obsolete code supporting a pre-4.3 formatLars Knoll2014-10-314-32/+16
| * QWindowsStyle: fix CE_ComboBoxLabel text colorJ-P Nurmi2014-10-301-0/+14
| * QMacStyle: Several fixes for QtQuick Controls on YosemiteGabriel de Dietrich2014-10-302-15/+12
| * QMacStyle: Fix QCombobox offsets in YosemiteGabriel de Dietrich2014-10-301-3/+6