Re: API for putting close buttons on tabs (proposal)

2008-06-27 Thread Mikael Hermansson
On Fri, 2008-06-27 at 16:09 +0300, Alexander Semenov wrote: To summarize: /* Toggle show tabs close buttons globally */ void gtk_notebook_set_show_close_buttons (GtkNotebook *notebook, gboolean show); gboolean gtk_notebook_get_show_close_buttons (GtkNotebook *notebook); /* Toggle

Re: Steps to get to GTK+ 3.0

2008-06-09 Thread Mikael Hermansson
On Mon, 2008-06-09 at 13:13 +0100, Martyn Russell wrote: This allows for updating you application in two stages. 1. Stop using all deprecated widgets and update your application to use newer widgets or something else. Yes but the problem still is there how long should this be deprecated

Re: Steps to get to GTK+ 3.0

2008-06-07 Thread Mikael Hermansson
why this is needed :-) Kindly regards, Mikael Hermansson ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Steps to get to GTK+ 3.0

2008-06-05 Thread Mikael Hermansson
the librarys get bigger and bigger and at the end Gnome dies too... Regards Mikael Hermansson ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Finally we have gtk_show_uri great news :-)

2008-05-30 Thread Mikael Hermansson
Hopefully we soon could drop gnomelibs in lots of apps :-) (means we also kills alot of other dependies because libgnomeui depends on: libbonobo[ui]/gnomevfs/popt as far as I know) But maybe there should be an replacement for gnome_show_uri_with_enviroment too? greets Mikael

Re: Language bindings on gtk.org

2008-04-08 Thread Mikael Hermansson
Someone should add vala languge to the bindingspage. Its a very promising new language and supports Gtk/GObject bindings. Vala creates GObject based C code and the codesyntax is similar to C#/Java. http://live.gnome.org/Vala / Mikael Hermansson On Mon, 2008-04-07 at 18:03 +0200, Andreas

Re: Nautilus+GIO vs GnomeApps+GNOMEVFS (aka: the clash on trash)

2008-01-15 Thread Mikael Hermansson
IMHO ALL desktops like KDE/GNOME and others MUST agree too KILL ~/.trash totally and NOT support the old in GIO for example. instead we should use .local/share/trash (if this is the freedesktop standard?. We dont need backcompability mess on this the. dists should fix this by simple make a

g_build_filename and members

2008-01-06 Thread Mikael Hermansson
there should be an g_build_uri? or similar? Greets Mikael Hermansson ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GVolume

2007-12-30 Thread Mikael Hermansson
at 14:43 +0100, Mikael Hermansson wrote: I tried to figure out how the GIO's GVolume[Monitor] API works. It seems broken or maybe its HAL thats is buggy or maybe its me that is buggy and dont understand how it should work ;-) My mtab has this mountpoints: (unrelated system /proc etc

GVolume

2007-12-29 Thread Mikael Hermansson
discs (on my system /dev/sda (Harddrive) and dev/sdb (cdrom) and then calling g_volume_get_mounts() should list /dev/sdaX mounts above? This API seems kind of wierd to me any tutorials :-) Greets Mikael Hermansson ___ gtk-devel-list mailing list gtk

GtkFileChooser and GVFS backend

2007-12-17 Thread Mikael Hermansson
Hello! Is there any progress on the GtkFileChooserBackend for GIO? Now when we have a good VFS/GIO in glib why not just deprecate GtkFileSystem API and some of the GtkFileChooser API and only have one backend namely GIO. If I am correct GIO already working backends for native Windows/Unix and

Get rid of deprecated widgets

2007-12-05 Thread Mikael Hermansson
deprecated widgets) ;-) Greets Mikael Hermansson ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GtkBuilder

2007-11-24 Thread Mikael Hermansson
Hello! Just wondering when will libglade will be deprecated in favor of GtkBuilder API? I dont see any news about this on live.gnome.org atm. I am writing an application using GTKBuilder API and the convert scripts and it seems to work okey :-) I wonder if other developers has plans to replace

Canvas and Gladebuilder API in gtk??

2006-12-02 Thread Mikael Hermansson
Hello gtk developers. For a long time now I have study the gtk+ and its development. And here is some things we really need to make better in GTk+ to make it success as a good toolkit. Kill gnomecanvas and integrate a canvas widget in gtk+ * What is the status of foocancanvas goocanvas The