Re: Shortcut for changing between tabs in integrated UI

2011-06-03 Thread Alejandro Ignacio Egas Biava
El 03/06/11 13:51, Hans Breuer escribió: At 22.05.2011 02:15, Alejandro Ignacio Egas Biava wrote: Hello, I use Dia in both Linux and Windows, and though I've searched and experimented a lot, I haven't found any way to change between opened tabs through a keyboard shortcut. Is there really some w

Re: Shortcut for changing between tabs in integrated UI

2011-06-03 Thread Hans Breuer
At 22.05.2011 02:15, Alejandro Ignacio Egas Biava wrote: Hello, I use Dia in both Linux and Windows, and though I've searched and experimented a lot, I haven't found any way to change between opened tabs through a keyboard shortcut. Is there really some way to do it? You could select one of the

Shortcut for changing between tabs in integrated UI

2011-05-21 Thread Alejandro Ignacio Egas Biava
Hello, I use Dia in both Linux and Windows, and though I've searched and experimented a lot, I haven't found any way to change between opened tabs through a keyboard shortcut. Is there really some way to do it? ___ dia-list mailing list dia-list@gnome.or

Re: Integrated UI

2009-04-25 Thread Slavko
On Saturday 25 April 2009 19:10:56 Hans Breuer wrote: > Maybe you should try: > > dia --help thank you, i find it -- S pozdravom Slavko signature.asc Description: This is a digitally signed message part. ___ dia-list mailing list dia-list@gno

Re: Integrated UI

2009-04-25 Thread Hans Breuer
At 25.04.2009 17:15, Slavko wrote: hi, i compile new pre3 from git and i can't find how to switch to the Integrated UI mode. Please, has it been removed? Sorry, no. Maybe you should try: dia --help Alternatively you could look with git log or read the NEWS fi

Integrated UI

2009-04-25 Thread Slavko
hi, i compile new pre3 from git and i can't find how to switch to the Integrated UI mode. Please, has it been removed? -- S pozdravom Slavko signature.asc Description: This is a digitally signed message part. ___ dia-list mailing list dia

Re: Integrated UI layers patch

2008-07-14 Thread Hans Breuer
g_new0 (struct LayerDialog, 1); but afterwards there are warnings from Gtk+. Obviously the whole option menu to select the diagram in the layer dialog does not make sense for the integrated case. Hi Hans, I fixed the warnings and removed the labels from the layer panel in the integrated UI

Re: Integrated UI layers patch

2008-07-13 Thread Patrick Hallinan
ct the diagram in the layer dialog does not make sense for the > integrated case. > Hi Hans, I fixed the warnings and removed the labels from the layer panel in the integrated UI. The only cosmetic change I made was to move the LayerDialog from the .h file to the .c fil

Re: Integrated UI layers patch

2008-07-12 Thread Patrick Hallinan
On Sat, 2008-07-12 at 09:15 +0200, Hans Breuer wrote: > Am 12.07.2008 01:44, Patrick Hallinan schrieb: > >>> Are you committing your not-so-crashing patch to SVN? > >>> > >> Better not because ... > >>> I know that there are a LOT of gtk warnings. I was planning to work on > >>> those after layer

Re: Integrated UI layers patch

2008-07-12 Thread Hans Breuer
Am 12.07.2008 01:44, Patrick Hallinan schrieb: Are you committing your not-so-crashing patch to SVN? Better not because ... I know that there are a LOT of gtk warnings. I was planning to work on those after layer stuff was roughed out. ... every gtk+/glib warning is a potential crash and I

Re: Integrated UI layers patch

2008-07-11 Thread Patrick Hallinan
> > > > Are you committing your not-so-crashing patch to SVN? > > > Better not because ... > > I know that there are a LOT of gtk warnings. I was planning to work on > > those after layer stuff was roughed out. > > > ... every gtk+/glib warning is a potential crash and I really don't like to >

Re: Integrated UI layers patch

2008-07-11 Thread Hans Breuer
Am 11.07.2008 21:22, Patrick Hallinan schrieb: On Fri, 2008-07-11 at 20:58 +0200, Hans Breuer wrote: I have tried your patch as well, but it needs some work before it can be commited. It first crashed on me due to uninitialized LayerDialog::diagram_omenu. I worked around it by using

Re: Integrated UI layers patch

2008-07-11 Thread Patrick Hallinan
On Fri, 2008-07-11 at 20:58 +0200, Hans Breuer wrote: > I have tried your patch as well, but it needs some work before it can be > commited. It first crashed on me due to uninitialized > LayerDialog::diagram_omenu. I worked around it by using > g_new0 (struct LayerDialog, 1); > but afterw

Re: Integrated UI layers patch

2008-07-11 Thread Hans Breuer
Am 05.07.2008 20:53, Patrick Hallinan schrieb: On Sat, 2008-07-05 at 18:36 +0200, Fred Morcos wrote: Just applied the patch. Looks good. thx. I have tried your patch as well, but it needs some work before it can be commited. It first crashed on me due to uninitialized LayerDialog::diagram_

Re: Integrated UI layers patch

2008-07-05 Thread Fred Morcos
On Sat, Jul 5, 2008 at 8:53 PM, Patrick Hallinan <[EMAIL PROTECTED]> wrote: > On Sat, 2008-07-05 at 18:36 +0200, Fred Morcos wrote: >> Just applied the patch. Looks good. > > thx. > No problem but just to clear out a - probable - misunderstanding, I am not a Dia developer :) I applied the patch to

Re: Integrated UI layers patch

2008-07-05 Thread Patrick Hallinan
On Sat, 2008-07-05 at 18:36 +0200, Fred Morcos wrote: > Just applied the patch. Looks good. thx. > Would be nice to have it resizable > though (you might want to get rid of the labels on the > add/up/down/delete buttons). > I don't really know how to make it resizable. I considered putting th

Re: Integrated UI layers patch

2008-07-05 Thread Fred Morcos
Just applied the patch. Looks good. Would be nice to have it resizable though (you might want to get rid of the labels on the add/up/down/delete buttons). 2008/7/5 Patrick Hallinan <[EMAIL PROTECTED]>: > Hi, > > I have a patch which removes the layer dialog from the integrated UI

Integrated UI layers patch

2008-07-05 Thread Patrick Hallinan
Hi, I have a patch which removes the layer dialog from the integrated UI and creates a layer widget which appears on the right side of the window. It's shown/hidden from the View pull down menu instead of the Edit menu. This patch is against the last svn pulled today. Pat. Index

Re: very small patch for integrated UI

2008-04-04 Thread Steffen Macke
Hi Patrick, > This patch makes the notebook scrollable for tabs that would fall outside Thanks for the patch! I've committed it. Steffen ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gno

very small patch for integrated UI

2008-04-03 Thread Patrick Hallinan
Hi, This patch makes the notebook scrollable for tabs that would fall outside the size of the notebook space. The current notebook will grow past the size of the window if enough tabs are added. Pat. Index: app/interface.c === --- a

Re: Zoom combo for integrated UI toolbar

2007-09-30 Thread Patrick Hallinan
On 9/30/07, Patrick Hallinan <[EMAIL PROTECTED]> wrote: > > > On 9/22/07, Lars Clausen <[EMAIL PROTECTED]> wrote: > > > > On Sat, 2007-09-22 at 08:49 -0500, Patrick Hallinan wrote: > > > Yours does look better than the existing one, so I'm > > > all for replacing it and reducing the

Re: Zoom combo for integrated UI toolbar

2007-09-30 Thread Patrick Hallinan
(); + zoom_hbox = gtk_hbox_new(FALSE, 0); zoom_label = gtk_label_new(_("Zoom")); gtk_box_pack_start (GTK_BOX(zoom_hbox), zoom_label, Index: app/interface.h ======= --- app/interface.h (revision 3796) +++ app/interface.h (working

Re: Zoom combo for integrated UI toolbar

2007-09-22 Thread Lars Clausen
cator label to a combo_entry so zoom > in the > > integrated UI is at parity with the distributed UI. > > It looks nice, and I particularly like the "Fit" entry, but > I'm a bit > surprised that you didn't either use

Re: Zoom combo for integrated UI toolbar

2007-09-22 Thread Patrick Hallinan
On 9/22/07, Lars Clausen <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-09-15 at 20:15 -0500, Patrick Hallinan wrote: > > Hi, > > > > I changed the zoom indicator label to a combo_entry so zoom in the > > integrated UI is at parity with the distributed UI. > &

Re: Zoom combo for integrated UI toolbar

2007-09-22 Thread Lars Clausen
On Sat, 2007-09-15 at 20:15 -0500, Patrick Hallinan wrote: > Hi, > > I changed the zoom indicator label to a combo_entry so zoom in the > integrated UI is at parity with the distributed UI. It looks nice, and I particularly like the "Fit" entry, but I'm a bit surprised

Zoom combo for integrated UI toolbar

2007-09-15 Thread Patrick Hallinan
Hi, I changed the zoom indicator label to a combo_entry so zoom in the integrated UI is at parity with the distributed UI. Pat. Index: app/commands.c === --- app/commands.c (revision 3781) +++ app/commands.c (working copy

Re: Integrated UI patch

2007-08-05 Thread Patrick Hallinan
a tab is still not working for me. > > > I've attached a patch to fix the "x" close tab problem. It couldn't work > on any system the way it was. I must have made a last minute change and > tested the change without compiling or something. > &

Re: Integrated UI patch

2007-08-05 Thread Patrick Hallinan
On 7/22/07, Steffen Macke <[EMAIL PROTECTED]> wrote: > > Hi Patrick, > > the patch looks fine, I've applied it to the SVN repository. > > The "x" to close a tab is still not working for me. I've attached a patch to fix the "x" close tab problem. It couldn't work on any system the way it was. I

Re: Integrated UI patch

2007-07-22 Thread Patrick Hallinan
On 7/22/07, Steffen Macke <[EMAIL PROTECTED]> wrote: Hi Patrick, the patch looks fine, I've applied it to the SVN repository. Thanks! The "x" to close a tab is still not working for me. What are you running? Under debian Etch and fc7 it's working. I'll install whatever you running and m

Re: Integrated UI patch

2007-07-22 Thread Steffen Macke
Hi Patrick, the patch looks fine, I've applied it to the SVN repository. The "x" to close a tab is still not working for me. Steffen ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.o

Integrated UI patch

2007-07-22 Thread Patrick Hallinan
++ makefile.mingw (working copy) @@ -43,6 +43,7 @@ disp_callbacks.o \ display.o \ dynamic_refresh.o \ + exit_dialog.o \ export_png.o \ filedlg.o \ grid.o \ Index: disp_callbacks.c ======= --- disp_callbacks.c (revision 3721) +++