summaryrefslogtreecommitdiffstats
path: root/accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
Commit message (Collapse)AuthorAgeFilesLines
* merge vosremoval-mutex.diffNorbert Thiebaud2010-10-251-1/+1
| | | | | In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
* migrate use of OClearableGuard(SolarMutex) to SolarMutexGuardNorbert Thiebaud2010-10-251-7/+2
| | | | | | 3 helper class and a site were using OClearableGuard on the SolarMutex None of these actually needed the Clearable feature, so they were replaced by a simple SolarMutexGuard.
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]Frank Schoenheit [fs]2010-04-281-1/+0
|
* slidecopy: silence warning 'bout unused parametersFrank Schoenheit [fs]2010-04-061-0/+4
|
* slidecopy: improved A11Y API implementations for the ToolPanelDeckFrank Schoenheit [fs]2010-04-011-39/+34
| | | | | | items left: - A11Y representation of the scroll buttons of the PanelTabBar - AccessibleToolPanelTabBar event notifications - consolidate AccessibleToolPanelDeck/TabBar/Item?
* slidecopy: initial version of the A11Y API for the tool panel deck's tab ↵Frank Schoenheit [fs]2010-04-011-0/+457
layouter. Effectively, the implementation showed that the current appraoch of the Deck having n+1 children (n panel selector items, plus one active panel) doesn't work. So, a next step will be a re-factoring so that the PanelDeck has 1+x children, where x children are provided by the layouter.