summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-252-6/+22
* Darwin: set SH_BlinkCursorWhenTextSelected to false on DarwinRichard Moe Gustavsen2016-04-251-0/+4
* QWidgetLineControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-253-28/+45
* Android: don't iterate over .keys()Marc Mutz2016-04-251-2/+3
* Android: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-3/+3
* Android: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-9/+9
* QtWidgets: Fix qdoc warnings related to inputMethodQuery().Friedemann Kleint2016-04-212-1/+5
* 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 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
* | 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
| * 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