diff options
| author | Andrius Ramanauskas <knutux@gmail.com> | 2006-03-31 11:50:44 +0000 |
|---|---|---|
| committer | knutux <knutux@users.sourceforge.net> | 2006-03-31 11:50:44 +0000 |
| commit | 70cbab466d2a3e414b3b75584f6ef0f2d8d2fcb5 (patch) | |
| tree | a4a9893ff183ecb63275ed59195e91da54e76ccd /ChangeLog | |
| parent | cleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, unset=... (diff) | |
| download | inkscape-70cbab466d2a3e414b3b75584f6ef0f2d8d2fcb5.tar.gz inkscape-70cbab466d2a3e414b3b75584f6ef0f2d8d2fcb5.zip | |
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)
(bzr r380)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-03-29 Andrius R. <knutux@gmail.com> + * src/layer-fns.h, src/dialogs/layer-properties.cpp, + src/dialogs/layer-properties.h, src/layer-fns.cpp: + + patch #1450307 - option for select all to work in layer with it's sub-layers + +2006-03-29 Andrius R. <knutux@gmail.com> + * po/lt.po: Translated and added new language - Lithuanian. 2006-03-28 Jon A. Cruz <jon@joncruz.org> |
