Re: Sozi integration

2015-05-14 Thread Paul Chavent
Hi I did a merge request on github in order to solve this issue. The solution is that i've removed the configure option, and i've added the capabilities to find sozi engine in three pathes : home, install, or in DIA_SOZI_PATH env variable. Regards. Paul. On 01/27/2015 10:03 PM, Paul Chavent

Re: Sozi integration

2015-01-27 Thread Paul Chavent
On 01/25/2015 09:37 PM, Hans Breuer wrote: Am 23.01.2015 um 22:09 schrieb Paul Chavent: On 01/22/2015 09:19 PM, Hans Breuer wrote: Am 18.01.2015 um 22:36 schrieb Paul Chavent: [...] 3) the hardcoded SOZI_PATH wont work with free installation path I've tested with the configure option

Re: Sozi integration

2015-01-25 Thread Hans Breuer
Am 23.01.2015 um 22:09 schrieb Paul Chavent: On 01/22/2015 09:19 PM, Hans Breuer wrote: Am 18.01.2015 um 22:36 schrieb Paul Chavent: [...] 3) the hardcoded SOZI_PATH wont work with free installation path I've tested with the configure option --with-sozi-path= pointing to a path that contains

Re: Sozi integration

2015-01-23 Thread Paul Chavent
Hi On 01/22/2015 09:19 PM, Hans Breuer wrote: Am 18.01.2015 um 22:36 schrieb Paul Chavent: [...] 3) the hardcoded SOZI_PATH wont work with free installation path I've tested with the configure option --with-sozi-path= pointing to a path that contains the sozi player files (sozi.version

Re: Sozi integration

2015-01-23 Thread Andrey Repin
Greetings, Paul Chavent! 3) the hardcoded SOZI_PATH wont work with free installation path I've tested with the configure option --with-sozi-path= pointing to a path that contains the sozi player files (sozi.version sozi.js sozi_extras_media.js and sozi.css). It works as expected. However,

Re: Sozi integration

2015-01-22 Thread Hans Breuer
Am 18.01.2015 um 22:36 schrieb Paul Chavent: [...] OK, but the stuff within defined(SOZI_PATH) should be revisited for three reasons: 1) if all external files would be missing there will be four message_error() Not sure. The loop breaks upon first failure. You are right, I've should have read

Re: Sozi integration

2015-01-18 Thread Paul Chavent
Hi. On 01/16/2015 11:33 PM, Hans Breuer wrote: Am 15.01.2015 um 23:44 schrieb Paul Chavent: On 01/14/2015 09:40 PM, Hans Breuer wrote: [...] Please reconsider the importance of the message first. IMHO dumping random stuff to the console is almost never a good idea. The message should be less

Re: Sozi integration

2015-01-16 Thread Hans Breuer
Am 15.01.2015 um 23:44 schrieb Paul Chavent: On 01/14/2015 09:40 PM, Hans Breuer wrote: [...] Please reconsider the importance of the message first. IMHO dumping random stuff to the console is almost never a good idea. The message should be less verbose now. OK, but the stuff within

Re: Sozi integration

2015-01-15 Thread Paul Chavent
On 01/14/2015 09:40 PM, Hans Breuer wrote: [...] Please reconsider the importance of the message first. IMHO dumping random stuff to the console is almost never a good idea. The message should be less verbose now. [...] Now I see rotation to be also implemented by move_handle modifiers. I've

Re: Sozi integration

2015-01-13 Thread Paul Chavent
Hi Thank you for the integration in the master branch. On 01/11/2015 10:45 PM, Hans Breuer wrote: [...] There seem to be some more bugs: - g_warning(sozi-object : use builtin player); When running Dia in a debugger and with --g-fatal-warnings that's triggering a breakpoint. If it is

Re: Sozi integration

2015-01-11 Thread Paul Chavent
Hi On 01/10/2015 10:41 PM, Hans Breuer wrote: Am 10.01.2015 um 22:17 schrieb Paul Chavent: On 01/10/2015 03:50 PM, Hans Breuer wrote: As I said I'm fine with pushing what we currently have. It is probably more simple to improve from that common base. Any objections? So, i suggest to submit

Re: Sozi integration

2015-01-10 Thread Hans Breuer
Hi Paul, Am 10.01.2015 um 00:09 schrieb Paul Chavent: On 01/08/2015 11:24 PM, Hans Breuer wrote: Am 05.01.2015 um 15:47 schrieb Paul Chavent: [...] The media allows to insert video/audio in a presentation. I haven't extensively tested this object yet. Me neither. If it does not work out the

Re: Sozi integration

2015-01-10 Thread Paul Chavent
On 01/10/2015 03:50 PM, Hans Breuer wrote: - apparently bounding box calculation is not completely correct with rotation (try to rubber-band selecting sozi-frame #6) I don't understand how to rubber-band and how to reproduce what you mean. - with sozi-frame ? To select sozi-frame

Re: Sozi integration

2015-01-10 Thread Hans Breuer
Am 10.01.2015 um 22:17 schrieb Paul Chavent: On 01/10/2015 03:50 PM, Hans Breuer wrote: As I said I'm fine with pushing what we currently have. It is probably more simple to improve from that common base. Any objections? So, i suggest to submit patches that fix the bounding box issue, the

Re: Sozi integration

2015-01-10 Thread Paul Chavent
Hi On 01/10/2015 03:50 PM, Hans Breuer wrote: Hi Paul, Am 10.01.2015 um 00:09 schrieb Paul Chavent: On 01/08/2015 11:24 PM, Hans Breuer wrote: Am 05.01.2015 um 15:47 schrieb Paul Chavent: [...] The media allows to insert video/audio in a presentation. I haven't extensively tested this

Re: Sozi integration

2015-01-09 Thread Paul Chavent
Hi Hans. On 01/08/2015 11:24 PM, Hans Breuer wrote: Hi Paul, Am 05.01.2015 um 15:47 schrieb Paul Chavent: Hi Following this old thread (http://marc.info/?t=13120999131r=1w=4), I would like to re-submit a patch that brings Sozi (http://sozi.baierouge.fr/wiki/en:welcome) to Dia. [...] The

Re: Sozi integration

2015-01-08 Thread Hans Breuer
Hi Paul, Am 05.01.2015 um 15:47 schrieb Paul Chavent: Hi Following this old thread (http://marc.info/?t=13120999131r=1w=4), I would like to re-submit a patch that brings Sozi (http://sozi.baierouge.fr/wiki/en:welcome) to Dia. [...] The patch adds a Sozi sheet with Frame and Media objects.