pasbi

Results 31 comments of pasbi

That would be a useful feature. It's already possible to change the rotation of the transformation (to translate/scale in object/global x/y-direction). It should be fairly simple to integrate a choice...

many __pycache__ directories are bundled currently, I presume they can be omitted as well.

since 1b16536792d1a57de596772129c4bbb916cc3c28, Managers shall not have menu bars anymore. Since then, the main menu bar is correctly displayed in Unity, too. However, most actions (those which are implemented as `QWidgetAction`)...

I already thought about that. It's no priority but I will give it a try in the near future.

0ea9a227db5774d2623ac7849488d937db358d2f implemented subdivide-path and remove-points features

Every command has a keyboard shortcut, at least user can assign keyboard shortcuts. That's by design. Even key-sequences are possible: E.g. - `pm` to merge selected points - `pi` to...

I think this is a bug in Qt. It also happens with a mwe. Just add a ListWidget with some items to your UI. Make sure ListWidget::selectionMode is extended and...

Currently one cannot ... - ... assign key-sequences containing `Tab` (because on tab, cursor jumps to next cell) - ... assign empty sequences

though the cloner generator is very flexible, its usage is often cumbersome and not intuitive. Hence, add * circular cloner (clone along circle with user-defined radius, phase, count) * linear...

@asmorkalov I vote to open this PR again. Having a handy way to access the size rather than just rows and cols would make our code more terse and avoids...