Re: [Xournal-devel] update on my code

2015-12-03 Thread D M German
dmg twisted the bytes to say: dmg> On Thu, Dec 3, 2015 at 12:13 PM, Denis Auroux dmg> wrote: >> >> The UI is then reasonably intuitive: select strokes, click the thickness >> button you want once to "re-thicken" proportionally (keeping variable >> width), click a second time to "flatte

Re: [Xournal-devel] update on my code

2015-12-03 Thread dmg
On Thu, Dec 3, 2015 at 12:13 PM, Denis Auroux wrote: > > The UI is then reasonably intuitive: select strokes, click the thickness > button you want once to "re-thicken" proportionally (keeping variable > width), click a second time to "flatten" the widths to the nominal brush. I thought about i

Re: [Xournal-devel] update on my code

2015-12-03 Thread Denis Auroux
Hi Daniel, Regarding width change of variable-width strokes, I actually have thought about it and my conclusion was to not add menu options, but instead make it so that: - if the selection contains strokes whose nominal brush width is not the one that the user asks to change to, then we rescal

Re: [Xournal-devel] update on my code

2015-12-03 Thread dmg
I have fixed this and an "annoyance". when one selects one or more strokes with variable width and resets their width, it would change them from variable-width to fixed-width. This code fixes that. One issues is that there is no way now to change strokes from variable-width to fixed-width. One way

Re: [Xournal-devel] update on my code

2015-12-02 Thread dmg
No worries. This is probably more effective than github. I'll fix the code and push the changes. thanks again, --dmg On Wed, Dec 2, 2015 at 2:00 PM, Florian Bruhin wrote: > * D M German [2015-12-02 13:42:31 -0800]: > > Florian Bruhin twisted the bytes to say: > > > > Florian> * dmg [2015-1

Re: [Xournal-devel] update on my code

2015-12-02 Thread Florian Bruhin
* D M German [2015-12-02 13:42:31 -0800]: > Florian Bruhin twisted the bytes to say: > > Florian> * dmg [2015-12-02 12:28:38 -0800]: > >> it is world readable? > > Florian> Yep: > Florian> -rw-r--r-- 1 root root 212941 Dec 2 21:01 > /usr/share/xournal/xournal.ui > > Florian> Looking at

Re: [Xournal-devel] update on my code

2015-12-02 Thread D M German
Florian Bruhin twisted the bytes to say: Florian> * dmg [2015-12-02 12:28:38 -0800]: >> it is world readable? Florian> Yep: Florian> -rw-r--r-- 1 root root 212941 Dec 2 21:01 /usr/share/xournal/xournal.ui Florian> Looking at strace xournal, it only checks ./xournal.ui and Florian> ./..

Re: [Xournal-devel] update on my code

2015-12-02 Thread Florian Bruhin
* dmg [2015-12-02 12:28:38 -0800]: > it is world readable? Yep: -rw-r--r-- 1 root root 212941 Dec 2 21:01 /usr/share/xournal/xournal.ui Looking at strace xournal, it only checks ./xournal.ui and ./../xournal.ui, but doesn't actually check in /usr/share like it says. Florian -- http://www.the

Re: [Xournal-devel] update on my code

2015-12-02 Thread Florian Bruhin
* D M German [2015-12-02 11:48:57 -0800]: > I have rebased Denis code to my experimental branches and merged some > new features in to my xournal-next branch. This sounds interesting! I tried to package it for Archlinux - the package installs the glade file to /usr/share/xournal/xournal.ui (and i

Re: [Xournal-devel] update on my code

2015-12-02 Thread dmg
On Wed, Dec 2, 2015 at 12:24 PM, Denis Auroux wrote: > On 12/02/2015 11:48 AM, D M German wrote: > >> by the way, does anybody have any idea why the right/middle button of >> the stylus make xournal un-usable? > > Oops. Sorry, Denis, I meant to say in the surface 3. Once you click the button in t

Re: [Xournal-devel] update on my code

2015-12-02 Thread dmg
it is world readable? On Wed, Dec 2, 2015 at 12:08 PM, Florian Bruhin wrote: > * D M German [2015-12-02 11:48:57 -0800]: > > I have rebased Denis code to my experimental branches and merged some > > new features in to my xournal-next branch. > > This sounds interesting! I tried to package it fo

[Xournal-devel] update on my code

2015-12-02 Thread D M German
Hi everybody, I have rebased Denis code to my experimental branches and merged some new features in to my xournal-next branch. I have been trying to keep the branches clean so they can be merged easily to Denis code. https://github.com/dmgerman/xournal/ this is the summary of features. They ar