summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-0316-44/+130
|\| |
| * | QGuiApplication: don't force lower case styleOverrideJ-P Nurmi2016-04-151-1/+1
| * | QComboBox: Implement support for IM queries with QVariant argumentRichard Moe Gustavsen2016-04-142-0/+9
| * | QTextEdit: update cursor and anchor rect upon scrollingRichard Moe Gustavsen2016-04-132-0/+2
| * | QWidgetTextControl: implement support for pos argument to ImAbsolutePositionRichard Moe Gustavsen2016-04-131-4/+10
| * | QTextEdit: translate IM argument before passing it on to QWidgetTextControlRichard Moe Gustavsen2016-04-132-2/+38
| * | QLineEdit: add support for Qt::ImAnchorRectangleRichard Moe Gustavsen2016-04-133-6/+31
| * | QLineEdit: add support for ImCursorPosition with position argumentRichard Moe Gustavsen2016-04-132-3/+12
| * | QWidgetTextControl: implement support for Qt::ImAnchorRectangleRichard Moe Gustavsen2016-04-131-0/+2
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-135-26/+24
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-135-26/+24
| | |\|
| | | * 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
| * | | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-131-2/+1
| |/ /
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-035-9/+12
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-0223-100/+33
* | | QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-264-10/+13
* | | QAbstractItemView - Fix docs to match behavior (SelectionMode)Thorbjørn Martsum2016-04-241-2/+2
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-244-6/+54
* | | Removes spacing when widget is hidden in QGridLayoutKarim Pinter2016-04-211-3/+7
* | | Implement QFormLayout row removalSamuel Gaist2016-04-142-12/+326
* | | Windows CE cleanup.Friedemann Kleint2016-04-148-10226/+0
* | | Take the size and the icon size for MDI buttons from a styleAlexander Volkov2016-04-135-22/+39
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1124-155/+216
|\| |
| * | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-083-16/+22
| * | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0714-119/+168
| |\|
| | * 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
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-068-20/+24
| * | Fix slow scrolling by wheel after setting a custom scrollbarAlexander Volkov2016-04-051-0/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-0747-2139/+50
* | | QAbstractScrollArea: Remove needless static_cast for QWheelEventAlexander Volkov2016-04-051-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-05178-622/+1976
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0413-57/+93
| |\|
| | * QAbstractItemView: don't call restart() on invalid QElapsedTimerMarc Mutz2016-04-032-2/+10
| | * QGraphicsView: clarify documentation for viewportTransformGiuseppe D'Angelo2016-04-021-1/+1