summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-307-5/+28
|\|
| * Fix build with -no-feature-lineeditPaul Olav Tvete2017-01-261-0/+4
| * Fix build with -no-feature-whatsthisPaul Olav Tvete2017-01-251-0/+2
| * Compile with -no-feature-tooltipPaul Olav Tvete2017-01-252-0/+4
| * Fix build with -no-feature-sliderPaul Olav Tvete2017-01-252-1/+3
| * Fix build with -no-feature-menubarPaul Olav Tvete2017-01-251-2/+9
| * Fix build with -no-feature-menuPaul Olav Tvete2017-01-252-2/+6
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-132-36/+8
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-242-36/+8
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-232-36/+8
| | |\
| | | * Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-172-36/+8
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-4/+3
|\| | |
| * | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-4/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+1
|\| | |
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-315-5/+37
|\| | |
| * | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-265-5/+37
* | | | QAccessibleDisplay: don't use a container for just one elementMarc Mutz2016-08-251-9/+3
|/ / /
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-6/+6
|\| |
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-6/+6
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-148-0/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-233-2/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-193-2/+24
| |\|
| | * QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+16
| | * QAccessibleWidget: Retrieve window from native parent widget.Friedemann Kleint2016-05-061-2/+8
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-2/+2
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-241-6/+18
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-6/+13
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-6/+4
| * Don't create accessible interface for QWidgets being destroyedGabriel de Dietrich2016-03-021-0/+9
| * Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-021-9/+0
| * QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-291-0/+9
* | Updated license headersJani Heikkinen2016-01-1516-224/+320
* | Don't re-evaluate QTextCharFormat::font() all the time in QAccessibleTextWidg...Marc Mutz2015-12-211-5/+7
* | Remove a use of a QMap in QAccessibleTextWidget::attributes()Marc Mutz2015-12-211-7/+49
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-163-16/+12
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-253-7/+7
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0214-19/+85
|\
| * Do not install headers for private classesFrederik Gladhorn2015-09-0715-19/+96
| * Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-251-1/+14
| * Fix QAccessibleTextWidget::characterRect for complex linesBoris Dušek2015-03-251-1/+1
| * Support all underline types in accessibilityBoris Dušek2015-03-251-1/+36
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | Fix inefficient code foreaching on container.values()Sérgio Martins2015-07-082-3/+3
* | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-061-7/+7
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-5/+11
* | Fix crash during autotest execution on Mac OS XLars Knoll2015-06-021-0/+3
* | Support "writing-mode" accessibility text attributeBoris Dušek2015-03-051-0/+3
* | Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-051-1/+14