Re: Building from SVN

2009-01-13 Thread Hans Breuer
At 13.01.2009 04:34, Young, Robert wrote: I've been trying to build the latest dia from SVN on Open Suse 10.1 The INSTALL file doesn't exactly reflect the current requirements, and I've found the following problems along the way: Intltool >= 0.35 is required see configure.in ;) Objects/stand

Re: Hotkey for Send Backwards/Bring Forwards

2009-01-13 Thread Hans Breuer
At 13.01.2009 13:06, Lars Ræder Clausen wrote: On Tue, 2009-01-13 at 09:16 +0100, GÃŒnter Dannoritzer wrote: [...] Works for me... Is there another setting I need to do in order to keep the changes in menurc permanent? I don't think so -- I'm having it work fine on a fresh Ubuntu 8.10 with

Re: dia future

2009-01-13 Thread Hans Breuer
At 13.01.2009 03:47, Sameer Sahasrabuddhe wrote: On Mon, Jan 12, 2009 at 11:13 PM, Steffen Macke wrote: [...] I guess the discussion will still continue. And keep Hans from fixing bugs :-) Yeah, but maybe I simply stop in participating in the discussion. One request for Hans: can you spend

Building for Mac OSX

2009-01-13 Thread Cong-Kien DANG
Hi all, I am trying to build Dia for my OS X Leopard on GTK+ native for Mac OS instead of use the one port to Mac with X11 server. I downloaded the source from SVN and use Xcode to rebuild. At this time, we can compile the source but I have problem when linking and I may find the solution i

Re: Hotkey for Send Backwards/Bring Forwards

2009-01-13 Thread Allan Gottlieb
At Tue, 13 Jan 2009 13:06:41 +0100 Lars Ræder Clausen wrote: > On Tue, 2009-01-13 at 09:16 +0100, Günter Dannoritzer wrote: >> Lars Ræder Clausen wrote: >> ... >> > You can add them by editing ~/.dia/menurc. Either edit and uncomment >> > the appropriate lines, or just add the following: >> > >

Re: Dia for Windows 0.96.1-9 installer

2009-01-13 Thread Steffen Macke
Michael, > It installed fine. Let me know if you want me to try something in > particular. Thanks for the feedback. I've updated the links on dia-installer.de Regards, Steffen ___ dia-list mailing list dia-list@gnome.org http://mail.gnome.org/mailman

Re: Hotkey for Send Backwards/Bring Forwards

2009-01-13 Thread Lars Ræder Clausen
On Tue, 2009-01-13 at 09:16 +0100, Günter Dannoritzer wrote: > Lars Ræder Clausen wrote: > ... > > You can add them by editing ~/.dia/menurc. Either edit and uncomment > > the appropriate lines, or just add the following: > > > > (gtk_accel_path "/display-actions/ObjectsBringforwards" > > "f") >

Re: Hotkey for Send Backwards/Bring Forwards

2009-01-13 Thread Günter Dannoritzer
Lars Ræder Clausen wrote: ... > You can add them by editing ~/.dia/menurc. Either edit and uncomment > the appropriate lines, or just add the following: > > (gtk_accel_path "/display-actions/ObjectsBringforwards" > "f") > (gtk_accel_path "/display-actions/ObjectsSendbackwards" > "b") Thanks for