summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
Commit message (Expand)AuthorAgeFilesLines
...
* Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}Jan Arve Saether2012-11-012-7/+0
* Remove unneded forward declaration.Frederik Gladhorn2012-10-161-2/+0
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-132-121/+175
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-288/+288
* Add TableModelChange event for accessibility.Frederik Gladhorn2012-09-111-0/+40
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* Doc: Fix misc. documentation errorsaavit2012-08-302-16/+3
* doc: Fixed qdoc errorsMartin Smith2012-08-212-107/+78
* Group functions in QAccessibleTextInterfaceJan-Arve Saether2012-08-141-9/+16
* Improve qDebug() << QAccessibleEvent() to display state changesJan-Arve Saether2012-07-161-0/+44
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-112-133/+1
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-282-0/+8
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-086-52/+11
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-9/+9
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-231-0/+4
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-221-5/+3
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-222-30/+2
* Replace (un)checkAction with toggleAction (1/3)Jan-Arve Saether2012-05-222-0/+14
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-1/+1
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-1/+1
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-092-23/+22
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-074-4/+4
|/
* Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-022-10/+15
* Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-271-1/+1
* Do not map LayeredPane and Terminal to the wrong MSAA roleJan-Arve Saether2012-04-251-3/+5
* Add QDebug operator<< for QAccessibleEventJan-Arve Saether2012-04-242-0/+17
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-173-4/+6
|\
| * Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+3
| * Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+1
| |\
| * \ Merge master into api_changesKent Hansen2012-03-271-9/+3
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-232-15/+157
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-191-2/+4
| |\ \ \ \
| * \ \ \ \ Merge master into api_changesKent Hansen2012-03-167-9/+12
| |\ \ \ \ \
| * | | | | | QtGui: make some constructors explicitMarc Mutz2012-03-141-1/+1
| * | | | | | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-123-30/+46
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-083-24/+30
| |\ \ \ \ \ \ \
| * | | | | | | | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-2/+2
* | | | | | | | | Add 'we mean it' header to qpa headersGirish Ramakrishnan2012-04-161-0/+11
* | | | | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-161-3/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add missing accessible child id.Frederik Gladhorn2012-03-281-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-241-9/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-192-17/+20
* | | | | | Accessibility: add text update eventsFrederik Gladhorn2012-03-192-11/+150
| |_|_|_|/ |/| | | |
* | | | | Make copy and assign private for QAccessibleEvent.Frederik Gladhorn2012-03-181-2/+4
| |_|_|/ |/| | |
* | | | Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-156-9/+9
* | | | Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-131-0/+3
| |_|/ |/| |
* | | Add documenation about QAccessibleStateChange event.Frederik Gladhorn2012-03-121-0/+23
* | | Remove QAccessible2::TableModelChange.Frederik Gladhorn2012-03-121-29/+0