commit 8f5bd04251be58daaae55acc6bb4b2f54b789168 Author: Frederik Gladhorn Date: Fri Jan 6 01:05:37 2012 +0100 Remove debug function. commit 8edfa21c5f1ab653a117e7c13fea5a2e1a59dfe7 Author: Frederik Gladhorn Date: Fri Jan 6 01:06:55 2012 +0100 Remove old class. commit 0e6e5e0bb8c61c1f0000558384b284240b388cb2 Author: Frederik Gladhorn Date: Fri Jan 6 01:24:15 2012 +0100 Clean up and document. Add documentation in the cpp files. Add qdoc instructions to generate the documentation. commit 072cf4584375c8f005e780184e4da5e3295934d6 Author: Frederik Gladhorn Date: Fri Jan 6 01:54:56 2012 +0100 Remove more cruft. commit 558c5df2bd4e08ed2b038923aac3028703e5dd03 Author: Frederik Gladhorn Date: Fri Jan 6 10:59:15 2012 +0100 Add classes to be documented. commit 799950a0757650cf065deed97917eb365d56e940 Author: Frederik Gladhorn Date: Fri Jan 6 20:56:30 2012 +0100 Some more doc cleanup/improvement. commit 5c69f7c471ae417101a089eb3e7edeb744f20949 Author: Frederik Gladhorn Date: Fri Jan 6 20:56:47 2012 +0100 Add generated docs to gitignore. commit 426b2791273a5298311c4cf67f6a7ee4e2429893 Author: José Millán Soto Date: Wed Jan 11 03:26:29 2012 +0100 Handle QAccessible::Selection in AtSpiAdaptor::notify commit fadddbbd5cd21796491dd818c067639bb3ee4578 Author: José Millán Soto Date: Fri Jan 13 01:56:39 2012 +0100 Make AtSpiAdaptor::tableInterface use always table2Interface() - interface->table2Interface() is checked instead of tableInterface() - table2Interface() is used first when obtaining summary and caption commit bc8965e7872730ca97f8c12ad5d24cdea9b17170 Author: José Millán Soto Date: Fri Jan 13 01:47:16 2012 +0100 Added StandardActionWrapper class This class makes it possible to use the actions defined by implmenting QAccessibleInterface::doAction, QAccessibleInterface::actionText and QAccessibleInterface::userActionCount. This is important in complex widgets, as QAccessibleActionInterface does not define a way for an action to be executed on a child. commit 1be26df7a44cb8cbaa4997a0c4196b6f7a7f8d42 Author: José Millán Soto Date: Sun Jan 15 00:38:02 2012 +0100 Verify than an object is avaliable in AtSpiAdaptor::notify when reason is QAccessible::StateChanged commit 90caf9bb8bb8cebfe1ff81e2b20f35a9fb799d74 Author: José Millán Soto Date: Sun Jan 15 00:38:59 2012 +0100 Added break in QAccessible::Selection case in AtSpiAdaptor::notify commit be1e8803c64d67cd8ff9884528f1e52c1a0fc6e5 Author: José Millán Soto Date: Sun Jan 15 07:41:23 2012 +0100 Return a new QAccessibleInterface instance when child is set in accessibleParent commit 7f48c1b8c39a6203dc751724071830dbcf024929 Author: José Millán Soto Date: Wed Jan 18 13:02:41 2012 +0100 Implemented StandardActionWrapper::keyBindings commit efd7b8c0c8d9fad0e401ebf8d667c826c5e57a4d Author: José Millán Soto Date: Wed Jan 18 16:09:53 2012 +0100 Improved action detection Skip default action, when default action is SetFocus and widget is not focusable. Check for Press is element role is PushButton commit c6f8da699f3d248a74f6271e7314171cfdbe9f80 Merge: be1e880 efd7b8c Author: José Millán Soto Date: Wed Jan 18 16:54:42 2012 +0100 Merge branch 'StandardActionWrapper' commit 87f033fb0cf1efb3f111b5a0ca4493ee4fb5ed6b Author: Frederik Gladhorn Date: Fri Jan 20 18:11:08 2012 +0100 Send selection changed signals. commit afde6e3386bbb66a7776f7bec182401b68ae8c20 Author: Frederik Gladhorn Date: Fri Mar 2 11:59:54 2012 +0100 Set atspi role to password_text for password line edits. commit 011a2dfcf5dcc8c93246a032ea7560be3f0a1d61 Author: Frederik Gladhorn Date: Fri Mar 2 21:39:29 2012 +0100 Rename shared pointer for interfaces to QAIPointer. commit 5c42baf5dcd09b23b6d3a077313fba27dbfe79a3 Author: Frederik Gladhorn Date: Fri Mar 2 21:57:27 2012 +0100 Clean up interfaceForPath. commit 3d1f4cb01ba0c73a7a31fcdf3ff72fa3ee90408f Author: Frederik Gladhorn Date: Mon Mar 5 14:23:05 2012 +0100 Fix navigation to Menu and QAction. commit bd6d18614d417a8c75d111fe25a3a96ef61e799b Author: Frederik Gladhorn Date: Mon Mar 5 14:34:16 2012 +0100 Make sure that all classes inheriting QAction are treated right.