| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
longer tied to Adobe).
(bzr r15723)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15720)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15719)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15718)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15716)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15715)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15714)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
improved to only perform path effet one time each
Fixed bugs:
- https://launchpad.net/bugs/1694111
(bzr r15713)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15712)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
values set yet to not LPE stored values when loading a previous file
(bzr r15711)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15710)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15709)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15708)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15707)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15706)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15705)
|
| | |_|_|_|_|/
|/| | | | |
| | | | | | |
(bzr r15704)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15703)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15702)
|
| |/ / / / /
| | | | |
| | | | | |
(bzr r15701)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
avoid unpredictable results in multi selections
(bzr r15698.1.13)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I'd like to see the crappy API fixed,
to avoid this stupid mistakes.
(bzr r15698.1.12)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
note: the actions "LayerNext"/"LayerPrev" (ctrl+pageup/down)
never clear the selection, they ignore the user setting
"clear selection on layer change"
So the object panel will only change if there is no selection!
(bzr r15698.1.11)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This implemetation respect the users action shortcuts,
handled in this order:
1) Two hardcoded keystrokes:
* crtl+f engage search on tree view
* esc: defocus: next keystrokes goes to desktop
2) Try to invoke user defined shortcut action
3) RETURN-key: activate action of selected column
currently works on the name-column only
4) shortcut goes to Treeview
For the testers:
The new verbs "stack up/down" are not bound to keystrokes. Set them up as you like via
preferences / interface / keyboard shortcuts / selection / stack up and down
Try keystrokes with focus on desktop, on object-panel and compare with layer-panel:
PageUp/Down + - shift, ctrl
esc esc
arrow esc arrow
ctrl+f
V, H - may(!) flip objects
ctrl+a (!)
! invert selection
Beside user definable keystrokes, there are some hardcoded:
arrow-up/down + shift,ctrl
[ ] - rotate objects - not user defined actions, so does not work in panel focus
/ * also keypad / * is usually fold/unfold tree but * actually selects the "star tool",
which can be disabled if you don't like that
Conflicts:
src/ui/dialog/objects.cpp
(bzr r15698.1.10)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15698.1.9)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
use ctrl+f to use search
Issue: select object in the object panel, focus stays on that widget.
Press "3" (zoom to object) used to open the search function.
(bzr r15698.1.8)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug #1395452
"raise and lower objects" used to stack objects above/below the next overlapping object,
which makes it impossible to change the z-order of objects that don't overlap.
Fixes also the object manager panel
Conflicts:
src/selection-chemistry.cpp
src/selection-chemistry.h
src/sp-item.cpp
(bzr r15698.1.7)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
don't jump too much around in the list
(bzr r15698.1.6)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15698.1.5)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
missing icon delayed inkscape startup of about 3-5 seconds
(bzr r15698.1.4)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
speed up inkscape startup
(bzr r15698.1.3)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15698.1.2)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
sp_svg_transform_write can return NULL and Glib::ustring blows up:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid
#0 0x00007fffed6ec067 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fffed6ed448 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007fffedac2b3d in __gnu_cxx::__verbose_terminate_handler() ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007fffedac0bb6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007fffedac0c01 in std::terminate() ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007fffedac0e19 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007fffedb168b6 in std::__throw_logic_error(char const*) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#7 0x00007ffff76e83d5 in char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) ()
from /usr/bin/../lib/inkscape/libinkscape_base.so
#8 0x00007fffedb22c46 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#9 0x00007ffff036055e in Glib::ustring::ustring(char const*) ()
from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
#10 0x00007ffff75650e3 in SPPattern::transform_multiply(Geom::Affine, bool) ()
from /usr/bin/../lib/inkscape/libinkscape_base.so
#11 0x00007ffff753d862 in SPItem::adjust_pattern(Geom::Affine const&, bool, PatternTransform) () from /usr/bin/../lib/inkscape/libinkscape_base.so
#12 0x00007ffff7562897 in SPPath::set_transform(Geom::Affine const&) ()
from /usr/bin/../lib/inkscape/libinkscape_base.so
(bzr r15698.1.1)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15697.1.2)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15697.1.1)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15697)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15696)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
for SVG files in the specified directories
(bzr r15695)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15694)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.15)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
displayed image
Fixed bugs:
- https://launchpad.net/bugs/1550897
(bzr r15690.1.14)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.13)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.12)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.11)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
around for over 10 years without implementation
(bzr r15690.1.10)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.9)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.8)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.7)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.6)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.5)
|