summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-1/+1
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25migrate use of OClearableGuard(SolarMutex) to SolarMutexGuardNorbert Thiebaud1-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.
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-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>
2010-04-28slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]Frank Schoenheit [fs]1-1/+0
2010-04-06slidecopy: silence warning 'bout unused parametersFrank Schoenheit [fs]1-0/+4
2010-04-01slidecopy: improved A11Y API implementations for the ToolPanelDeckFrank Schoenheit [fs]1-39/+34
items left: - A11Y representation of the scroll buttons of the PanelTabBar - AccessibleToolPanelTabBar event notifications - consolidate AccessibleToolPanelDeck/TabBar/Item?
2010-04-01slidecopy: initial version of the A11Y API for the tool panel deck's tab ↵Frank Schoenheit [fs]1-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.