Code

patch #1450307 - option for select all to work in layer with it's sub-layers:
authorknutux <knutux@users.sourceforge.net>
Fri, 31 Mar 2006 11:50:44 +0000 (11:50 +0000)
committerknutux <knutux@users.sourceforge.net>
Fri, 31 Mar 2006 11:50:44 +0000 (11:50 +0000)
commitde85b07c6395bae59577144d3fb48a8f60975edb
treea4a9893ff183ecb63275ed59195e91da54e76ccd
parentdb0144125d7c210c9deb4dd4fbfd5b10a62a9430
patch #1450307 - option for select all to work in layer with it's sub-layers:
* Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers)
* Altered "Select all" functionality to include objects in sub-layers (if preference is on)
* Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press)
ChangeLog
src/enums.h
src/selection-chemistry.cpp
src/selection.cpp
src/selection.h
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/inkscape-preferences.h