gio enhancement.

2017-04-12 Thread Bruggemann Eddie
Hi to everybody, Some ideas for enhance GIO. --- Why not include encrypting into GIO per example a function: ```C GFile *g_file_encrypt(GFile *file, GEnryptAlgo algorithm) ; ``` --- Or For multimedia files (Video, Music, Image) providing a way to access the meta-data: in a type like thi

Re: Migrating from GTK+ 2.x to GTK+ 3

2017-04-12 Thread Sébastien Wilmet
Hi, On Tue, Feb 14, 2017 at 12:25:32PM +, Rúben Rodrigues wrote: > i'm new on Linux and gtk+. I'm trying to migrate an application make > with gtk+2.0, and i'm following this tutorial > https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html There is also this guide that may be usef

Re: how to customise gtk-doc output

2017-04-12 Thread jcupitt
On 12 April 2017 at 13:23, Sébastien Wilmet wrote: > On Wed, Apr 05, 2017 at 10:24:00AM +0100, jcup...@gmail.com wrote: >> I'd like to customise the gtk-doc output for my project: I'd like a >> new header, and some tracker stuff in the footer. >> xslt and the configure options to gtk-doc? > > I do

Re: how to customise gtk-doc output

2017-04-12 Thread Sébastien Wilmet
Hi, On Wed, Apr 05, 2017 at 10:24:00AM +0100, jcup...@gmail.com wrote: > I'd like to customise the gtk-doc output for my project: I'd like a > new header, and some tracker stuff in the footer. > > I see glib does this. The online docs here: > > https://developer.gnome.org/gobject/unstable/ > >

Re: Moving to glade and GtkInspector

2017-04-12 Thread Alberto Ruiz
Hey Martin, When I maintained gnome-calculator I ported a bunch of Widgets to use GtkBuilder templates: https://blogs.gnome.org/tvb/2013/04/09/announcing-composite-widget-templates/ This allowed me to massively reduce my codebase as I turned the UI into content, I also used the chance to port man

Re: Moving to glade and GtkInspector

2017-04-12 Thread Sébastien Wilmet
Hi, On Mon, Apr 03, 2017 at 01:29:01AM -0400, Martin Owens wrote: > I'm brining this up in devel mailing list because it might not be > possible to do well enough, but I'm interested in raising the question > of moving projects from widget code to glade ui files. > > I work on Inkscape. The next

Re: Migrating from GTK+ 2.x to GTK+ 3

2017-04-12 Thread Emmanuele Bassi
On 14 February 2017 at 12:25, Rúben Rodrigues wrote: > Hi,It gives me this error: >  > I'm sorry for this basic questions for you but i don't see tutorials that > explains more detailed to understand.. > > > i'm new on Linux and gtk+. I'm trying to migrate an application make with > gtk+2.0, an

Moving to glade and GtkInspector

2017-04-12 Thread Martin Owens
Hi Gtk Devs, I'm brining this up in devel mailing list because it might not be possible to do well enough, but I'm interested in raising the question of moving projects from widget code to glade ui files. I work on Inkscape. The next version of Inkscape (0.93) will be Gtk3 and Gtk2 is now removed

gdk-pixbuf - JPEG comments patch

2017-04-12 Thread Pawel
Hi, I'm looking for someone who can commit my small patch to official repository. The patch it's a partial solution for this: https://bugzilla.gnome.org/show_bug.cgi?id=143608 Originally I've made the change as a pull request on GitHub: https://github.com/GNOME/gdk-pixbuf/pull/2/commits/1cede2503