Re: [Xournal-devel] Xournal double

2016-10-17 Thread David van rijn
Hi Torsten, I have answered your questions below. And i realized that i really don't have time to start writing on this again, but i would be happy to answer any other questions, or help debugging. Hope it helps. 2016-10-13 16:05 GMT+02:00 Torsten Wagner : > Hi again, > I gave it a try again. >

Re: [Xournal-devel] Xournal double

2016-10-13 Thread Torsten Wagner
Hi again, I gave it a try again. I still struggle to get it working. However, it could be due to my tiling window manager (i3wm). 1. I did not find a way to get the second screen really in full screen. I always end up with some gray boarders. 2. I can see a kind of frame but independently of what I

Re: [Xournal-devel] Xournal double

2016-10-13 Thread Torsten Wagner
I am not a developer but I am highly interested in this. For the moment I use Xorg capabilities to show a part of the main screen on the secondary screen. This works surprisingly well but requires tweaking whenever the display resolution of the projector changes. In addition to have a second screen

Re: [Xournal-devel] Xournal double

2016-10-10 Thread Immi Halupczok
Hi, I also tried it, and I'd also like to use it (and to improve it, if I find time). I created a new branch xournal-double in my repository (github.com/immi-h/xournal) which is the master branch with the changes from xournal-double merged in. (I also tried to rebase xournal-double to master,

Re: [Xournal-devel] Xournal double

2016-10-09 Thread David
Hi Daniel, It is nice to hear someone likes the changes. By now my working on this has stalled, so if you want to write some stuff it would be awesome. I would also like to write some more but i have too many projects as it is so it won't be much :( Answers to your questions below : On Sun

Re: [Xournal-devel] Xournal double

2016-10-09 Thread Immi Halupczok
Hi, I'm also very interested in this feature, and I'm happy to help integrating it into next - though I cannot guarantee yet that I'll find time for that. Best, Immi Am 09.10.2016 um 01:35 schrieb D M German: > David van rijn twisted the bytes to say: > > > David> Hello Xournal develo

Re: [Xournal-devel] Xournal double

2016-10-08 Thread D M German
David van rijn twisted the bytes to say: David> Hello Xournal developers, David> I have been working on XournalDouble David> . A version of xournal which has David> a separate *presentation window* for giving live presentations. I think David> wit

Re: [Xournal-devel] Xournal for Touch

2016-08-07 Thread D M German
Denis Auroux twisted the bytes to say: Denis> Hi Daniel, Denis> If there's some reasonably easy explanation, can you briefly describe Denis> what's the key point in improving responsiveness -- does it involve some Denis> actual optimization and writing serious code, or is it just changing

Re: [Xournal-devel] Xournal for Touch

2016-08-05 Thread Denis Auroux
Hi Daniel, If there's some reasonably easy explanation, can you briefly describe what's the key point in improving responsiveness -- does it involve some actual optimization and writing serious code, or is it just changing some gtk or canvas parameters? In case I ever get to it and hit the sa

Re: [Xournal-devel] Xournal for Touch

2016-08-04 Thread dmg
Just to add to this discussion. I finally figured out how to improve responsiveness on gtk3. I looked at mypaint and the way they resolved the same I issue I had. I have been doing some tests that look very promising, but I have not have time to test it with the gtk3 branch of xournal In theory,

Re: [Xournal-devel] Xournal for Touch

2016-08-03 Thread Denis Auroux
Xournal is intricately dependent on GTK+ (version 2) and a few other libraries. If these GTK libraries are available on Ubuntu Touch then likely Xournal can easily be compiled on that OS, it should just be a matter of getting the right dependencies installed first and compiling the code. I do n

Re: [Xournal-devel] Xournal presentation mode

2016-05-11 Thread Axel Kittenberger
I suppose yes, there should be a seperate datastructure that describes stuff on the document, and a whole sperate code part that is responsible to put it on screen(s), another one to write it in files etc. Especially with network implementation stuff needs to have for example ids rather than just

Re: [Xournal-devel] Xournal - Stroke smoothing

2016-05-10 Thread Denis Auroux
Dear Patrick, Stroke smoothing would indeed be a useful feature for users of tablet devices that suffer either from a low resolution or from poor linux device support -- sorry to hear that your HP is among those. (It hasn't been acted on yet because for those of us lucky enough to have a Wacom

Re: [Xournal-devel] Xournal presentation mode

2016-05-10 Thread Denis Auroux
Thanks! Yes, as you have noted it is currently nearly impossible to do this cleanly due to poor code separation between xournal and gnome-canvas. At the same time, I am not sure that just placing the gnome-canvas calls and data structures in wrappers would be the right thing -- it won't in itsel

Re: [Xournal-devel] Xournal presentation mode

2016-05-10 Thread Benjamin Blanz
Thank you, I look forward to trying this. I have previously used an automatically updating pdf-viewer and periodically export the document, to achieve similar functionality. But this appears to be a much more comfortable solution. Kind Regards Benjamin On 10.05.2016 10:29, Axel Kittenberger wrot

[Xournal-devel] Xournal presentation mode

2016-05-10 Thread Axel Kittenberger
Dear list, attached is a patch that adds presentation mode capabilities to Xournal. It opens a second window in full screen mode on another monitor with the zoom level fixed to one. The standard window on the monitor with the pen enabled is zoomable. This is intended to be used as teaching tool as

[Xournal-devel] Xournal double

2016-04-18 Thread David van rijn
Hello Xournal developers, I have been working on XournalDouble . A version of xournal which has a separate *presentation window* for giving live presentations. I think with some work, it could be merged back into the original, making the second window an

Re: [Xournal-devel] Xournal handling a changing PDF background

2016-03-01 Thread arian
>> The point is that you just shouldn't expect good behavior when the PDF >> changes anyway I don't expect that. When I stumbled upon this, I was not aware I changed the PDF - xournal was not even running on the same machine as pdflatex (sshfs, yay), this simply caught me off guard. >

Re: [Xournal-devel] Xournal handling a changing PDF background

2016-03-01 Thread dmg
On Wed, Mar 2, 2016 at 5:29 AM, Denis Auroux wrote: > > The point is that you just shouldn't expect good behavior when the PDF > changes anyway -- if the number of pages changes, xournal won't modify > the xoj to reflect that anyway and we don't really want it to unless > we're sure the user want

Re: [Xournal-devel] Xournal handling a changing PDF background

2016-03-01 Thread Denis Auroux
Hi Arian, Xournal is not set up to handle a changing PDF background. It opens the file via poppler_document_new_from_file() and lets poppler take care of it, but the behavior when the file subsequently changes is undefined as far as I can tell -- in practice current version of poppler seems to

[Xournal-devel] Xournal handling a changing PDF background

2016-03-01 Thread Arian Sanusi
Hi all, I annotated a PDF I later regenerated using pdflatex. When scrolling off the region xournal already rendered and has in cache it shows a white background. It also errored out before, saying something along "could not render PDF", but I currently cannot reproduce this. This does not mak

Re: [Xournal-devel] xournal crash on changing PDF background

2015-03-21 Thread Denis Auroux
Hi Romano, > In the case of the paper style templates, the direct editing of the XML > is probably the easier way to go. Just one question though... the line > looks like: > > > filename="/home/romano/software/bugs/xournal/bg.pdf" pageno="1" /> > > which I understand quite well. It is p

Re: [Xournal-devel] xournal crash on changing PDF background

2015-03-21 Thread Denis Auroux
On 03/21/2015 08:07 AM, Romano Gtti (comp) wrote: > Ok, checked. Now it doesn't crash, but the result is that only the page > where I am on is changed --- basically, the PDF which is annotated do > not change. Ah, yes indeed -- the "Apply to all pages" option is only effective for plain (non-PDF)

Re: [Xournal-devel] xournal crash on changing PDF background

2015-03-21 Thread Denis Auroux
On 03/21/2015 08:02 AM, Romano Gtti (comp) wrote: > Will check the patch as soon as possible. > > Ok, I understand the resolution/conversion problem. Which is the > recommended way to change the background of a notebook? Suppose I have > a 20 page notebook with a background page, and I need to cha

Re: [Xournal-devel] xournal crash on changing PDF background

2015-03-21 Thread Romano Gtti (comp)
Ok, checked. Now it doesn't crash, but the result is that only the page where I am on is changed --- basically, the PDF which is annotated do not change. Thanks a lot, better this that a crash! Romano On 21/03/15 04:28, Denis Auroux wrote: > Dear Romano, > > Thanks very much for pointing this

Re: [Xournal-devel] xournal crash on changing PDF background

2015-03-21 Thread Romano Gtti (comp)
Will check the patch as soon as possible. Ok, I understand the resolution/conversion problem. Which is the recommended way to change the background of a notebook? Suppose I have a 20 page notebook with a background page, and I need to change it with a new background. What I am doing now is to

Re: [Xournal-devel] xournal crash on changing PDF background

2015-03-20 Thread Denis Auroux
Dear Romano, Thanks very much for pointing this out. I believe the bug was introduced in 0.4.6 when, for Windows compatibility, a lot of file-reading modes were changed from "r" to "rb" ("binary", i.e. don't attempt end-of-line character conversions). For fopen() this is innocent, but for some

[Xournal-devel] xournal crash on changing PDF background

2015-03-20 Thread Romano Gtti (comp)
I have a very easy to reproduce crash with xournal 0.4.8 (it is really 59f59806864ebb from git source), on a Linux machine (Ubuntu 14.04.2). I normally write notes by loading a PDF page as background, select "all page same background", and start writing things. Now, If I try to change the backgr

Re: [Xournal-devel] Xournal on touchscreen laptops - questions

2015-01-05 Thread Denis Auroux
Clearly it should be possible to patch the wacom driver or the X server to make this work again with non-wacom touchscreens. Or perhaps it's the job of the window-manager. Fully in userland, one could try to write a small X app that simply requests to notified of ProximityIn/Out events on the w

Re: [Xournal-devel] Xournal on touchscreen laptops - questions

2015-01-05 Thread dmg
Thanks Denis, this solves some of the issues i was having. I wish Lenovo would keep using the Wacom touchscreen, which did this automatically. But this work. I'll be curious to see how much power this consumes. --dmg On Wed, Dec 24, 2014 at 4:44 AM, Denis Auroux wrote: > See e.g. > http://ubunt

Re: [Xournal-devel] Xournal on touchscreen laptops - questions

2014-12-24 Thread Denis Auroux
See e.g. http://ubuntuforums.org/showthread.php?t=2193327 about halfway down, search for "# Deactivate touchscreen when wacom pen is in proximity" You'll need to adjust the device names ("Wacom ISDv4 ...", "ELAN Touchscreen") to the ones you need for your system. I haven't tested this one myself

Re: [Xournal-devel] Xournal on touchscreen laptops - questions

2014-12-24 Thread Leo Alekseyev
Denis, can you point me to the scripts that you mentioned, the ones that disable touch when pen is in proximity? Multitouch really gets in the way of inking in Unity. On Fri, Dec 12, 2014 at 11:40 PM, Denis Auroux wrote: > > On 12/13/2014 02:04 AM, Leo Alekseyev wrote: > >> I recently got around

Re: [Xournal-devel] Xournal on touchscreen laptops - questions

2014-12-12 Thread Denis Auroux
On 12/13/2014 02:04 AM, Leo Alekseyev wrote: > I recently got around to installing Ubuntu on the original Microsoft > Surface Pro. It's a nice piece of hardware, with the proviso that the > kernel wifi drivers are flaky and it's easiest to use an external USB > dongle. Touch functionality, howeve

[Xournal-devel] Xournal on touchscreen laptops - questions

2014-12-12 Thread Leo Alekseyev
I recently got around to installing Ubuntu on the original Microsoft Surface Pro. It's a nice piece of hardware, with the proviso that the kernel wifi drivers are flaky and it's easiest to use an external USB dongle. Touch functionality, however, makes Xournal hard to use for 2 reasons: (1) Xourn

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-14 Thread Denis Auroux
On 10/14/2014 10:19 PM, D M German wrote: > Denis, is there a way to specify that you don't want compresses xoj > files? Alas not. This should be no big deal, but it'd require a wrapper for fprintf()/gzprintf() to allow writing either in gzipped or uncompressed format. (gzopen() can read uncom

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-14 Thread D M German
Shuhao twisted the bytes to say: Shuhao> Hey, Shuhao> I'm curious to how the xournal line drawing algorithm works. Is there a Shuhao> document somewhere documenting its process? This algorithm is the best Shuhao> I've seen from a couple of programs and I'm wondering how exactly it's Sh

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-14 Thread D M German
Shuhao Wu twisted the bytes to say: Shuhao> Another question is how do you enabled efficient erasing? How is the Shuhao> line segments stored so they can be efficiently looked up for erasing? I have the feeling you are writing an application to do pen annotations :) --dmg Shuhao> Thanks,

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-14 Thread D M German
Denis Auroux twisted the bytes to say: Denis> On 10/01/2014 05:20 PM, Shuhao Wu wrote: >> I'm also impressed by the fact that the anti aliasing looks very good. I >> assume this is handled by gnome Denis> Yes -- by libgnomecanvas specifically (with the help of libart_lgpl Denis> again).

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-07 Thread Denis Auroux
Dear Shuhao, It's not all that efficient in fact -- but each item (e.g. a pen stroke) has a bounding box (i.e. the smallest rectangle containing it entirely) that xournal keeps track of. So when one uses the eraser, xournal scans through all items on the page (actually just the current layer) a

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-07 Thread Shuhao Wu
Another question is how do you enabled efficient erasing? How is the line segments stored so they can be efficiently looked up for erasing? Thanks, Shuhao On 10/01/2014 05:00 PM, Denis Auroux wrote: > On 10/01/2014 05:20 PM, Shuhao Wu wrote: >> I'm also impressed by the fact that the anti aliasin

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-01 Thread Denis Auroux
On 10/01/2014 05:20 PM, Shuhao Wu wrote: > I'm also impressed by the fact that the anti aliasing looks very good. I > assume this is handled by gnome Yes -- by libgnomecanvas specifically (with the help of libart_lgpl again). Xournal doesn't do any antialiasing of its own. Libgnomecanvas has so

Re: [Xournal-devel] Xournal line drawing algorithm

2014-10-01 Thread Shuhao Wu
Ah I was referring to the drawing with a pen process. That's was very helpful. I'm also impressed by the fact that the anti aliasing looks very good. I assume this is handled by gnome and the fact that the line segment is so small? (0.3px?) Furthermore is pressure sensitivity data recorded per li

Re: [Xournal-devel] Xournal line drawing algorithm

2014-09-30 Thread Denis Auroux
I'm not sure what you mean exactly by "line drawing algorithm". Do you mean just the process of drawing with the pen? If so: position data is received from the stylus or other input devices; if there hasn't been enough motion since the last point (by default 0.3 pixel) we discard the information

[Xournal-devel] Xournal line drawing algorithm

2014-09-30 Thread Shuhao
Hey, I'm curious to how the xournal line drawing algorithm works. Is there a document somewhere documenting its process? This algorithm is the best I've seen from a couple of programs and I'm wondering how exactly it's accomplished. Unfortunately my C skills are not as good and somewhat rusty

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread D M German
I think I understand. But... what about simply being able to start editing the text? Once in the box I don't need the stylus (i can use arrows and shift) but the problem is that one cannot get into the text-edit mode --dmg Denis> Ah, I see. I think the problem is that the text editing widget i

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread Denis Auroux
Ah, I see. I think the problem is that the text editing widget is still not compatible with XInput (the mouse actions to select text inside the box and drag it around don't all work properly); presumably it never will be, since GTK+ 2.x isn't evolving much anymore. So we need to disable XInput

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread dmg
On Mon, Jun 30, 2014 at 10:56 AM, dmg wrote: > > The main issue I have found is a problem when selecting "use touch as > handtool" where I can't add a text box with the stylus. > I need to switch the option off before I can do it. It only happens in windows. I am using "core pointer" as the desi

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread dmg
Hi Denis, The main issue I have found is a problem when selecting "use touch as handtool" where I can't add a text box with the stylus. I need to switch the option off before I can do it. Other than that things seem to be working well. Macos is now able to read the pdfs with text boxes without an

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread Denis Auroux
Hi again, I've decided it's time to put a release out, and will do so tomorrow unless last-minute testing shows something doesn't work well. Feel free to try out http://math.berkeley.edu/~auroux/software/xournal/xournal-0.4.8.tar.gz (candidate source distribution release) http://math.berkeley.

[Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-28 Thread Denis Auroux
Hi everyone, Two significant updates to the xournal code base today (in cvs and git on sourceforge.net): 1. the auto-save feature. I wasn't happy with the (several) existing patches so I wrote my own code. If the option is enabled (Options -> Auto-Save Files), Xournal will check periodically (

Re: [Xournal-devel] xournal windows text hangs

2014-06-16 Thread D M German
Denis Auroux twisted the bytes to say: Denis> Hi all, Denis> About the win32 issue with xournal hanging at the end of the first Denis> text selection item: I have confirmed that this is indeed an issue Denis> with creation of the fontconfig library cache. It seems to take Denis> several min

Re: [Xournal-devel] xournal windows text hangs

2014-06-16 Thread Denis Auroux
Hi all, About the win32 issue with xournal hanging at the end of the first text selection item: I have confirmed that this is indeed an issue with creation of the fontconfig library cache. It seems to take several minutes; once the cache is created everything runs smoothly again (perhaps until

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread Denis Auroux
On 06/09/2014 06:03 PM, Michael Walter wrote: > Dear Denis, > > could I quickly ask if Fedora 20 has been working fine for you out of > the box, or whether setting it up required some tricks or tweaks? (I had > some mixed experiences with Ubuntu.) > > Thanks a lot. > > Best wishes, > Michael For m

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread D M German
Hi Denis, everybody, > Dear all, > > I finally have a laptop with dual pen+touch input (a Thinkpad Yoga), so > some updates have been happening to how xournal handles input events. > > 1. Touch device options and tweaks: > > You'll see from the last few commits (in the git and cvs repositories a

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread Denis Auroux
Hi Daniel, > are you using linux on the yoga? Yes, linux (Fedora 20) 99% of the time... the rest of the time is whenever I'm trying to test/debug xournal in windows :) >> I'm also now addicted to "Pen disables touch". It's a lifesaver for me >> -- no more inadvertent scrolling while I'm about t

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread D M German
romanoc...@rgtti.com writes: >> Ah, another note: those of you who report that the beginning of pen >> strokes is sloppy / missing / slow to appear: >> in Windows 8.1 at least, I solved this by going to Control Panel -> Pen >> and Touch -> disable Flicks > > Yep --- even with the current version I

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread D M German
Hi Denis > A quick response: > >> Sorry Denis, everybody else. I have been quiet because I have been >> traveling and I have been using a macAir during these last weeks (in >> part due to its battery life, in part due to my X220 thinkpad having its >> battery dying--i hate how lenovo kills batter

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread Denis Auroux
Hi Daniel, A quick response: > Sorry Denis, everybody else. I have been quiet because I have been > traveling and I have been using a macAir during these last weeks (in > part due to its battery life, in part due to my X220 thinkpad having its > battery dying--i hate how lenovo kills batteries wh

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-06-09 Thread D M German
Sorry Denis, everybody else. I have been quiet because I have been traveling and I have been using a macAir during these last weeks (in part due to its battery life, in part due to my X220 thinkpad having its battery dying--i hate how lenovo kills batteries while they are still useful). I might ne

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-05-31 Thread Arian Sanusi
On 31.05.2014 09:36, Arian Sanusi wrote: > Hi Edward >> This is perhaps a little off topic, but how are you liking the Thinkpad >> Yoga? I heard that the Thinkpad Yoga stylus doesn't have an eraser. >> > What put me off ... Oh and honestly, lenovo are idiots for scrapping trackpoint buttons. Wi

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-05-31 Thread Arian Sanusi
Hi Edward > This is perhaps a little off topic, but how are you liking the Thinkpad > Yoga? I heard that the Thinkpad Yoga stylus doesn't have an eraser. > I tried the Yoga and found it mostly really nice. I like the 360° display hinges. build quality, keyboard, display are good. What put me off

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-05-30 Thread Edward Z . Yang
Hello Denis, > I finally have a laptop with dual pen+touch input (a Thinkpad Yoga), so > some updates have been happening to how xournal handles input events. This is perhaps a little off topic, but how are you liking the Thinkpad Yoga? I heard that the Thinkpad Yoga stylus doesn't have an eras

Re: [Xournal-devel] xournal touchscreen updates / windows to-do

2014-05-30 Thread romanocomp
Hi, On 2014-05-27 22:50, Denis Auroux wrote: > > It would be great if some of you with various touch/pen devices can > test > in the coming days and confirm that the new behavior doesn't cause any > annoying regressions, and that the various new options do make life > with > a touchscreen somew

Re: [Xournal-devel] xournal auto-save patch

2014-05-28 Thread Michael Cronenworth
Denis Auroux wrote: > Thanks for updating this patch. There are various things I'll want to change > before this can get into the official code base. You don't need to do any of > these yourself unless you feel strongly motivated -- my approach is always to > rewrite patches as I incorporate them.

Re: [Xournal-devel] xournal auto-save patch

2014-05-28 Thread Denis Auroux
Hi Michael, Thanks for updating this patch. There are various things I'll want to change before this can get into the official code base. You don't need to do any of these yourself unless you feel strongly motivated -- my approach is always to rewrite patches as I incorporate them. A few main

[Xournal-devel] xournal touchscreen updates / windows to-do

2014-05-27 Thread Denis Auroux
Dear all, I finally have a laptop with dual pen+touch input (a Thinkpad Yoga), so some updates have been happening to how xournal handles input events. 1. Touch device options and tweaks: You'll see from the last few commits (in the git and cvs repositories at sourceforge.net) that there's now

Re: [Xournal-devel] xournal crash

2013-12-15 Thread D M German
Sorry, I should have read all the threat before starting to reply... Denis Auroux twisted the bytes to say: Denis> I would tend to agree that you likely ran into an extremely bad case of Denis> this bug that caused a gigantic shape to be created. (for the memory Denis> allocation to reque

Re: [Xournal-devel] xournal crash

2013-12-15 Thread D M German
Arian Sanusi twisted the bytes to say: Arian> dmesg: Arian> [36032.805679] traps: xournal[9685] trap int3 ip:7f9acdba6e8d sp:7fff18cf51b0 error:0 Arian> xsession-errors: Arian> (xournal:9685): GLib-ERROR **: /tmp/buildd/glib2.0-2.36.4/./glib/gmem.c:165: failed to allocate 3667587280 byte

Re: [Xournal-devel] xournal crash

2013-12-11 Thread Denis Auroux
Hi Arian, I'm aware that there is a bug in the shape recognizer that sometimes (fairly rarely, but often enough that it comes up once every few hours for me) creates inappropriate large shapes out of short lines. I hope to fix this bug sometime -- but that part of the code is very finicky. Even

[Xournal-devel] xournal crash

2013-12-11 Thread Arian Sanusi
Hi all, I had xournal crashing on me this morning. The document I was writing was new, so was completely lost. happened after about 14 min oft quite fast writing (notetaking during lecture). Might have been something like an Out-Of-Memory kill, the machine was heavily swapping before crash ('He

[Xournal-devel] xournal rectangle tool

2012-12-11 Thread John Smith
Hi, I'd like to have in xournal beside the ruler tool a rectangle tool. This would be most useful when highlighting formulas. I'm currently using Shape Recognizer trying to make a rectangle with it. But it only works sometimes, and there's no more frustrating tool than the one that works only some

Re: [Xournal-devel] Xournal-devel Digest, Vol 22, Issue 2

2012-05-28 Thread Andreas Butti
Sorry I reply late, I have not much time at the moment. In 3 or 4 week I have more time and then I'll work again on Xournal++. I think we should use git instead of SVN, I know now git, with git it's much easier to share and merge, and I hope I get a little bit help from you;-) But not now...

Re: [Xournal-devel] Xournal-devel Digest, Vol 22, Issue 2

2012-05-27 Thread Alexander Huang
Another vote to move to git. A lot of people scratching their own itches on the Xournal codebase here. If you think our time is better spent improving Xournal++, start the mainline and we'll scratch our itches with forks (we're doing that now anyway), and hopefully of those itches will include

[Xournal-devel] xournal

2012-04-21 Thread D M German
Hi Leo, I spent some time looking at your branch of xournal. I am very impressed with the way the images are handled. It really makes xournal useful now to prepare presentations. I fixed a small bug that stopped it from running in my computer (linux) and added an extra feature (if the same image

Re: [Xournal-devel] Xournal++ drawing problem

2011-05-10 Thread gi1242+xournal-devel
On Tue, May 10, 2011 at 09:17:58AM -0400, Ryan Lewis wrote: > use the 'right' click button. Yikes. Any way I can get lines drawn without holding down a button. My stylus only has one button, which I like to use to switch to the selection tool. I'd hate to have a button held down the *entire* tim

Re: [Xournal-devel] Xournal++ drawing problem

2011-05-10 Thread Ryan Lewis
use the 'right' click button. -rhl On Tue, May 10, 2011 at 3:48 AM, Jonas wrote: > > Same here, > > Jonas > > gi1242+xournal-de...@gmail.com writes: > > > OK -- I don't know if this is related to my previous "delayed drawing" > > posts or not. But I just compiled Xournal++. (The UI is really

Re: [Xournal-devel] Xournal++ drawing problem

2011-05-10 Thread Jonas
Same here, Jonas gi1242+xournal-de...@gmail.com writes: > OK -- I don't know if this is related to my previous "delayed drawing" > posts or not. But I just compiled Xournal++. (The UI is really great! > Thanks for all the improvements). > > However, I was unable to draw anything with the pen (u

[Xournal-devel] Xournal++ drawing problem

2011-05-09 Thread gi1242+xournal-devel
OK -- I don't know if this is related to my previous "delayed drawing" posts or not. But I just compiled Xournal++. (The UI is really great! Thanks for all the improvements). However, I was unable to draw anything with the pen (using my stylus, or mouse). All that happens is that I see a "." where

Re: [Xournal-devel] Xournal-devel Digest, Vol 17, Issue 12

2011-04-27 Thread Andreas Butti
thew Chan) >>2. Re: xournal++ cairoOutputDev.h build error (Matthew Chan) >>3. developer consensus on XMPP library (Matthew Chan) >>4. Re: developer consensus on XMPP library (Andreas Butti) >> >> >> -

Re: [Xournal-devel] Xournal-devel Digest, Vol 17, Issue 12

2011-04-27 Thread Ryan Lewis
ew Chan) >   2. Re: xournal++ cairoOutputDev.h build error (Matthew Chan) >   3. developer consensus on XMPP library (Matthew Chan) >   4. Re: developer consensus on XMPP library (Andreas Butti) > > > ------ > >

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-23 Thread Matthew Chan
On Sat, Apr 23, 2011 at 3:22 PM, Andreas Butti wrote: > > May we can add all function which is needed to poppler, but then poppler is > a PDF editing library and not only a PDF parser and renderer. > > But I thought we can ask the poppler team, what they think. > > What I do now: > > Take two popp

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-23 Thread Matthew Chan
On Sat, Apr 23, 2011 at 4:54 AM, Andreas Butti wrote: > Am 23.04.2011 03:37, schrieb Matthew Chan: > > Hi Andreas, > > Last email of the night, promise =P > > http://thread.gmane.org/gmane.comp.freedesktop.poppler/1130/focus=1143 > > It looks like it's an internal poppler header. We're going to n

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-22 Thread Matthew Chan
Hi Andreas, Ok, so it wasn't the last one. Here's a patch for the configure.ac that removes the need to add -lz after @LIBS@ in Makefile.in. Using the AC_CHECK_LIB macro, it automatically links it? I'm not totally sure how it works, someone in the #autotools channel at freenode suggested it and i

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-22 Thread Matthew Chan
Hi Andreas, Last email of the night, promise =P http://thread.gmane.org/gmane.comp.freedesktop.poppler/1130/focus=1143 It looks like it's an internal poppler header. We're going to need to find a way around it, or the distributions won't include xournal in their repos. Also, if it's internal, I'

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-22 Thread Matthew Chan
Hi Andreas, I talked to the fedora devs and the header won't get included unless poppler includes it upstream. I don't mind making a case for including the header to the poppler devs, but I'd like to know what it does exactly before writing the email. Could you give me a brief description of what

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-22 Thread Andreas Butti
Am 22.04.2011 08:20, schrieb Matthew Chan: > Hi Andreas, > > **cc'ing list incase someone looks for directions to build on F13 in > the future** I'm also working on a website for Xournal++, this website will contain a Wiki so we can share such information for the future... But the website is also

Re: [Xournal-devel] xournal++ cairoOutputDev.h build error

2011-04-21 Thread Matthew Chan
Hi Andreas, **cc'ing list incase someone looks for directions to build on F13 in the future** I found the original email on poppler again. I've managed to get it to build on command line, but eclipse is still giving me problems. I'll figure it out. Here are the changes I needed to make to build o

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-devel Digest, Vol 17, Issue 3

2011-04-19 Thread Ryan Lewis
------ > > Message: 1 > Date: Mon, 18 Apr 2011 17:12:16 +0200 > From: Andreas Butti > Subject: Re: [Xournal-devel] Xournal++ State > To: Michael J Gruber > Cc: xournal-devel@lists.sourceforge.net > Message-ID: <4dac54d0.1080...@g

Re: [Xournal-devel] Xournal-devel Digest, Vol 17, Issue 3

2011-04-19 Thread Ryan Lewis
gt;>   6. Re: Xournal++ State (Michael J Gruber) >> >> >> -- >> >> Message: 1 >> Date: Mon, 18 Apr 2011 17:12:16 +0200 >> From: Andreas Butti >> Subject: Re: [Xournal-devel] Xournal++

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

  1   2   >