Re: [Xournal-devel] another annoyance: show layers above current

2014-03-24 Thread romanocomp
On 2014-03-22 22:46, Denis Auroux wrote: [layer visibility] > > Ultimately ultimately, there should just be something smarter, where > one > has the ability to make layers visible/invisible independently of each > other, and also to change the order of layers or flatten several layers > onto one.

Re: [Xournal-devel] another annoyance: show layers above current

2014-03-23 Thread D M German
Denis> In the mode where changing the active layer doesn't automatically Denis> show/hide those between the old and new active layers, ultimately one Denis> might want to change slightly the logic of on_viewShowLayer_activate() Denis> and on_viewHideLayer_activate(). I took a stab at it las

Re: [Xournal-devel] another annoyance: show layers above current

2014-03-22 Thread dmg
On Sat, Mar 22, 2014 at 8:46 PM, Denis Auroux wrote: > > Ultimately ultimately, there should just be something smarter, where one has > the ability to make layers visible/invisible independently of each other, > and also to change the order of layers or flatten several layers onto one. > This will

Re: [Xournal-devel] another annoyance: show layers above current

2014-03-22 Thread Denis Auroux
In the mode where changing the active layer doesn't automatically show/hide those between the old and new active layers, ultimately one might want to change slightly the logic of on_viewShowLayer_activate() and on_viewHideLayer_activate(). (on_viewHideLayer() without change is still reasonable,