Re: [Xournal-devel] Xournal++ State

2011-04-20 Thread Andreas Butti
Am 20.04.2011 15:40, schrieb Michael J Gruber: >>> >> I can't get pdf-backgrounds to work - I always get "You don't have any >>> >> PDF pages to select from" (Journal->Paper background->PDF) even when the >>> >> "insert type" is set to PDF. Does this work when annotating only? >> > >> > I'm not fa

Re: [Xournal-devel] Xournal++ State

2011-04-20 Thread Michael J Gruber
Hi Denis: Denis Auroux venit, vidit, dixit 19.04.2011 19:42: > Michael: > >>> A) refer to (relative or absolute) location (include path in xoj) >>> B) include in xoj (as encoded content of an element) >>> C) copy file to foo.xoj. and refer to that >>> C') derive a rendered version and apply C to

Re: [Xournal-devel] Xournal++ State

2011-04-19 Thread Denis Auroux
Michael: >> A) refer to (relative or absolute) location (include path in xoj) >> B) include in xoj (as encoded content of an element) >> C) copy file to foo.xoj. and refer to that >> C') derive a rendered version and apply C to that * About B: The standard version of xournal never does B, becau

Re: [Xournal-devel] Xournal++ State

2011-04-19 Thread Andreas Butti
If you implement it: Why not. If I have to implement it: No. My target is to support multiple PDFs, so this is not possible in my view, but is there is somebody who wants to do that, we can also support this, so you can choose the save format. Andreas Am 19.04.2011 18:31, schrieb Bob McElrath:

Re: [Xournal-devel] Xournal++ State

2011-04-19 Thread Bob McElrath
Andreas Butti [andreasbu...@gmail.com] wrote: > > First: I'll complete compatible, Second: I have to change things which > are incompatible anyway => create a new file format without these problems. > > But Second will be in a later release Why isn't anyone talking about storing xournal strikes

Re: [Xournal-devel] Xournal++ State

2011-04-19 Thread Andreas Butti
> I can't get pdf-backgrounds to work - I always get "You don't have any > PDF pages to select from" (Journal->Paper background->PDF) even when the > "insert type" is set to PDF. Does this work when annotating only? Yes, but may I should change this... > For annotating, I have a pdf which poppler

Re: [Xournal-devel] Xournal++ State

2011-04-19 Thread Michael J Gruber
To follow up on my observations: Michael J Gruber venit, vidit, dixit 19.04.2011 08:49: [snip snip] > Sure, but "attach" does something different from what I expected. My > fault... There are 3 ways in which an image (inserted or background) or > pdf (annotated or background) can be treated: > >

Re: [Xournal-devel] Xournal++ State

2011-04-18 Thread Michael J Gruber
Andreas Butti venit, vidit, dixit 18.04.2011 17:12: > Regarding Images: Having the option to not attach them (just like backgrounds) would be really nice, with an element like: >>> filename="bg_1.png"/> >>> why? >>> >>> The Image format I use is 100% compatible with the pa

Re: [Xournal-devel] Xournal++ State

2011-04-18 Thread Bob McElrath
I used xournal++ for a few hours yesterday to test, here are some notes/bugs about it: 1) Using rectangle select as middle mouse button (pen button) doesn't work. 2) Undo seems to redraw in 2 steps, separated by a second or two, and a crash always soon follows. 3) The Autosave/restore needs a UI

Re: [Xournal-devel] Xournal++ State

2011-04-18 Thread Michael J Gruber
Andreas Butti venit, vidit, dixit 18.04.2011 12:41: > > > Am 18.04.2011 11:32, schrieb Michael J Gruber: >> Andreas Butti venit, vidit, dixit 31.03.2011 19:06: >>> Hello >>> >>> I'm still working on a new release, I did some re-factoring: >> ... >>> And there are also some things not working with

Re: [Xournal-devel] Xournal++ State

2011-04-18 Thread Andreas Butti
>>> Regarding Images: >>> Having the option to not attach them (just like backgrounds) would be >>> really nice, with an element like: >>> >>> >> filename="bg_1.png"/> >> why? >> >> The Image format I use is 100% compatible with the pach which is >> available for Xournal on sf.net > It's good to h

Re: [Xournal-devel] Xournal++ State

2011-04-18 Thread Andreas Butti
Am 18.04.2011 11:32, schrieb Michael J Gruber: > Andreas Butti venit, vidit, dixit 31.03.2011 19:06: >> Hello >> >> I'm still working on a new release, I did some re-factoring: > ... >> And there are also some things not working with "make install", if >> somebody has time or good knowledge of au

Re: [Xournal-devel] Xournal++ State

2011-04-18 Thread Michael J Gruber
Andreas Butti venit, vidit, dixit 31.03.2011 19:06: > Hello > > I'm still working on a new release, I did some re-factoring: ... > And there are also some things not working with "make install", if > somebody has time or good knowledge of autotools I would appreciate some > help;-) Ciao Andreas,

[Xournal-devel] Xournal++ State

2011-03-31 Thread Andreas Butti
Hello I'm still working on a new release, I did some re-factoring: Now all pages are only one Widget, instead of using GTK for calculating, painting, scrolling etc. I did an own implementation. There was a lot of flickering on zooming / scrolling, b