summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QTreeView: re-use cached values in rowsInserted()Marc Mutz2016-04-111-1/+1
* Improve grammar in QUndoStack::beginMacro() documentationMitch Curtis2016-04-111-1/+1
* Remove QDateTimeEditPrivate's duplication of QDateTimeParser code.Edward Welbourne2016-04-081-5/+0
* QDateTimeEditPrivate: make clear which overrides are for which base.Edward Welbourne2016-04-081-12/+15
* QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-7/+7
* QFontDialog: re-enable X close button in window decorationMarc Mutz2016-04-061-1/+1
* Refactor QWindowsXPStylePrivate::drawBackground() and helpers.Friedemann Kleint2016-04-062-9/+7
* Add some QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
* QToolButton: always restart the menu popup timerGiuseppe D'Angelo2016-04-062-1/+9
* QListView: propagate the source of wheel eventsAlexander Volkov2016-04-061-1/+1
* Make sure QStyleOption is correctly initialized.Hannah von Reth2016-04-051-7/+3
* Fix regression in scaled QLabel on hi-res display.Jason Haslam2016-04-051-2/+4
* QHeaderView::setStretchLastSection: make it a noop when setting the same valueGiuseppe D'Angelo2016-04-051-0/+2
* Accept partial line scrollsAllan Sandfeld Jensen2016-04-051-1/+9
* Vista style animation: Create images with device pixel ratio.Friedemann Kleint2016-04-052-17/+18
* Windows XP style: Change theme logic to use qreal.Friedemann Kleint2016-04-055-69/+65
* Windows XP style: Allow High DPI scaling to draw directly.Friedemann Kleint2016-04-052-11/+51
* QAbstractItemView: don't call restart() on invalid QElapsedTimerMarc Mutz2016-04-032-2/+10
* QGraphicsView: clarify documentation for viewportTransformGiuseppe D'Angelo2016-04-021-1/+1
* QScrollerTimer: fix a memory leakGiuseppe D'Angelo2016-04-021-1/+1
* QGraphics*Layout: fix memory leaksGiuseppe D'Angelo2016-04-012-9/+10
* Refactor methods QTextEdit/QPlainTextEdit::inputMethodQuery().Friedemann Kleint2016-03-302-33/+29
* QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-5/+5
* QMacStyle: Return a guess for SE_ProgressBarGroove's rectGabriel de Dietrich2016-03-292-1/+4
* QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-5/+5
* QTabBar: enable high dpi moving of a tabGiuseppe D'Angelo2016-03-252-7/+35
* Allow to style arrows drawn with drawPrimitive in QCommonStyle.Hannah von Reth2016-03-251-3/+3
* Don't propagate unsolicited events from QWidgetWindow to QWidgetAlexander Volkov2016-03-241-5/+19
* Fix Fusion style combobox dirty lines in HiDPI mode.Marko Kangas2016-03-241-7/+1
* QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+9
* Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+1
* QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
* QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-224-13/+39
* Remove unused QButtonGroupPrivate::notifyChecked()Marc Mutz2016-03-201-1/+0
* QtWidgets: Change QTLWExtra::window from QWidgetWindow to QWindow.Friedemann Kleint2016-03-191-2/+1
* Move QButtonGroup implementation from qabstractbutton.cpp to qbuttongroup.cppMarc Mutz2016-03-185-148/+198
* QtWidgets: includemocsMarc Mutz2016-03-1880-1/+151
* QToolBarExtension: remove unused member 'orientation'Marc Mutz2016-03-181-1/+0
* QWindows(XP)Style: fix build with Clang after includemocs runMarc Mutz2016-03-182-2/+0
* QMacStyle: Ensure proper focus ring clippingGabriel de Dietrich2016-03-172-22/+70
* Fix QAbstractItemView dragged item pixmaps to be HighDPI aware.Alexandru Croitor2016-03-171-1/+14
* Revert "Handle the QWidgetPrivate::mapper structure"Marc Mutz2016-03-151-1/+0
* Remove Qt::WA_OutsideWSRange flag even if the widget is not yet visible.Błażej Szczygieł2016-03-151-1/+1
* Add argument names to the function signatures in headersOlivier Goffart2016-03-102-31/+31
* Wheel event widget: Harden logic an extra bitGabriel de Dietrich2016-03-092-25/+53
* QGestureManager: fix UB in filterEvent()Marc Mutz2016-03-091-2/+2
* Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+8
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-073-31/+0
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-072-11/+8
* QCompleter: QMatchData: init all fields in default ctorMarc Mutz2016-03-061-1/+1