Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread dmg
What type of tablet? Xournal has been working wel for me in a X201 and a X61. (Running ubuntu). the only issue I have is that when the resolution changes, xournal has to be restarted. --dmg On Tue, Jan 4, 2011 at 1:15 PM, Andreas Butti wrote: >> This has been fixed in xournal's CVS code base. T

Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Andreas Butti
> This has been fixed in xournal's CVS code base. The patch adds an X > error trap around the functions to enable/disable Xinput devices. This > is in xo-callbacks.c, more precisely in on_canvas_enter_notify_event() > and on_canvas_leave_notify_event(). (see how these have changed > between stock

Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Denis Auroux
On 01/04/2011 03:30 PM, Denis Auroux wrote: > Correct. It's a GTK+ bug (GTK+ doesn't update its information when the > screen gets rotated) that's really hard to overcome. > > Xournal should do very slightly better at it than GIMP and other > programs, because it bypasses GTK+'s event coordinate co

Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Denis Auroux
Dear Andreas, Life's a bit busy at the moment, but a couple of quick comments: >> 1) When I switch to portrait mode, the stylus doesn't draw in the correct >> place >> (orientation is correct but drawing is offset) > This is a problem, for me a really big problem, but this is also with > the old

Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Andreas Butti
Am 04.01.2011 17:29, schrieb Aniello Del Sorbo: > In my version for Maemo I added a few lines of code to support > different icon themes. As I wrote, you can now replace the Xournal Icons (in my Version), if you would change the GTK icons you have to choose another theme or write a custom gtkrc. >

Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Aniello Del Sorbo
In my version for Maemo I added a few lines of code to support different icon themes. And I also added some patches to support different toolbars ( I needed them for the Portrait mode and for some particular cases due to screen size constraints ). Btw, in portrait mode on the Nokia N8x0/N900 it wo

[Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Andreas Butti
And again, I didn't forgot to replay to the mailinglist... And an addition info: You can place Icons in ~/.xournalpp/ui/pixmaps then they will be loaded. This works only for Xournal Icons, not for this from stock. Am 04.01.2011 16:08, schrieb Bob McElrath: > Attached please find some icons I a

[Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread Andreas Butti
Sorry, I didn't replay to the Mailinglist... So, now... Am 04.01.2011 15:59, schrieb Bob McElrath: Very nice work. Thank your A couple of comments/bugs: 1) When I switch to portrait mode, the stylus doesn't draw in the co

Re: [Xournal-devel] Xournal++ online

2011-01-04 Thread Bob McElrath
Very nice work. A couple of comments/bugs: 1) When I switch to portrait mode, the stylus doesn't draw in the correct place (orientation is correct but drawing is offset) 2) xournalpp is refusing to open pdf's on the command line (it simply doesn't open them) and also refused to open some from th

Re: [Xournal-devel] Xournal++ online

2011-01-04 Thread Bob McElrath
And the file... -- Cheers, Bob McElrath [ Heidelberg University, Theoretical Physics ] "If you wish to make an apple pie from scratch, you must first invent the Universe." -- Carl Sagan xournalpp_bob_icons.tar.gz Description: Binary data -

Re: [Xournal-devel] Xournal++ online

2011-01-04 Thread Bob McElrath
Attached please find some icons I added to my personal fork of xournal, that I think are nicer than the included ones. Several are taken from the "Oxygen" icon set. One or two are taken from the application "inkscape" and several I drew myself. Many of these are "stock" icons that can be found i

[Xournal-devel] Xournal++ online

2011-01-04 Thread Andreas Butti
Hi everybody I checked in my current source to SVN. This is my current development state, it is not a working application! If you would see what I did you can look into the code, or to build it you need the commands: ./configure