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
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
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
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
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
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
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
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
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
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
> >
> > 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
>
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
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
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_
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
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
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
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
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
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
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
();
+
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
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
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.
>
&
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
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
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.
>
&
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
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
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
++ 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)
+++
31 matches
Mail list logo