summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: ensure we listen for changes to cursorFlashTimeChangedRichard Moe Gustavsen2016-05-092-15/+3
* Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-081-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+5
|\
| * QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
* | Add Qt::ImInputItemClipRectangle support to widgetsJan Arve Saether2016-05-022-2/+12
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-025-13/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-295-13/+13
| |\|
| | * Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-2/+3
| | * Fix clang developer build due to -Winconsistent-missing-overrideSérgio Martins2016-04-281-8/+7
| | * Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-263-3/+3
* | | QWidgetTextControl: only show cursor when having focusRichard Moe Gustavsen2016-04-302-6/+18
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-261-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+3
| |\|
| | * QTabBar: Fix crash when the tab being dragged is deleted programmatically.Friedemann Kleint2016-04-191-0/+3
* | | QWidgetTextControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-252-6/+22
* | | QWidgetLineControl: respect run-time changes to cursorFlashTimeRichard Moe Gustavsen2016-04-253-28/+45
|/ /
* | QtWidgets: Fix qdoc warnings related to inputMethodQuery().Friedemann Kleint2016-04-212-1/+5
* | 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 remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-133-24/+22
|\|
| * 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
* | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-6/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-075-5/+23
|\|
| * 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
| * Fix regression in scaled QLabel on hi-res display.Jason Haslam2016-04-051-2/+4
| * Accept partial line scrollsAllan Sandfeld Jensen2016-04-051-1/+9
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-064-5/+5
* | 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-045-41/+65
|\|
| * 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-291-1/+1
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-0/+1
|\|
| * Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-232-5/+7
|\|
| * QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-221-4/+7
| * Remove unused QButtonGroupPrivate::notifyChecked()Marc Mutz2016-03-201-1/+0
* | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-212-7/+15
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2138-150/+261
|\|
| * Move QButtonGroup implementation from qabstractbutton.cpp to qbuttongroup.cppMarc Mutz2016-03-185-148/+198