how to get a selected filter to save

2009-02-17 Thread frederico schardong
Hello, I need to get the filter selected by user on a saving file chooser. How I do It?? Thanks! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Maximize problem

2009-02-17 Thread Rudolfo Pinewood
Hello, it's me again. I have another problem regarding maximization. We store state + position/size of our main window via WindowPositionTracker, using these values for proper init on next application start. Now we have the problem, that our code does not work for GTK 2.12.12 on slackware

Re: Embedded Gtk+ system moving to 2.14

2009-02-17 Thread Chris Vine
On Mon, 16 Feb 2009 12:09:05 -0800 (PST) John Boncek jbon...@hunter.com wrote: Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times)

re: problems updating statusbar

2009-02-17 Thread Garth's KidStuff
add: while (gtk_events_pending()) gtk_main_iteration(); to your code where you want to make sure a UI change appears. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Embedded Gtk+ system moving to 2.14

2009-02-17 Thread Emmanuele Bassi
On Mon, 2009-02-16 at 12:09 -0800, John Boncek wrote: Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times) in screen transitions and

Re: Embedded Gtk+ system moving to 2.14

2009-02-17 Thread John Boncek
Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times) in screen transitions and a definite overall sluggishness to the systems.

Re: Embedded Gtk+ system moving to 2.14

2009-02-17 Thread michael
Hi, John Boncek wrote: Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times) in screen transitions and a definite overall

Tooltips blown away by ProgressBar

2009-02-17 Thread Jeffrey Barish
When I hover over any of a number of widgets in my application, a tooltip appears. However, as soon as a progressbar updates, the tooltip disappears. Is there a way to get the tooltips to stick around the way they do when there is no progressbar update? -- Jeffrey Barish

GLib 2.19.8 released

2009-02-17 Thread Matthias Clasen
GLib 2.19.8 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.8.tar.bz2 md5sum: b2898de261b212dcc1244b624ed756a5 glib-2.19.8.tar.gz md5sum: 4a087c57405b8135d610d94fe43e76da This is the a development release leading up

GTK+ 2.15.4 released

2009-02-17 Thread Matthias Clasen
GTK+ 2.15.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://download.gnome.org/sources/gtk+/2.15/ gtk+-2.15.4.tar.bz2 md5sum: 663b63d82d88215c1cc0c53390bf9512 gtk+-2.15.4.tar.gz md5sum: 249832a8076156458dd5b53145080a4e This is another development release leading up

GLib 2.19.8 released

2009-02-17 Thread Matthias Clasen
GLib 2.19.8 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.8.tar.bz2 md5sum: b2898de261b212dcc1244b624ed756a5 glib-2.19.8.tar.gz md5sum: 4a087c57405b8135d610d94fe43e76da This is the a development release leading up

minutes of the gtk+ team meeting - 2009-02-17

2009-02-17 Thread Emmanuele Bassi
= gtk+ meeting 2009-02-17 = + migration to git after GNOME 2.26 - same as the rest of the platform - no specific objections + branch for alexl client-side-window work - branch in the main repository for merge in 2.17 - pending on the repository move + release plan for GNOME 2.26

minutes of the gtk+ team meeting - 2009-01-20

2009-02-17 Thread Emmanuele Bassi
[the minutes for the 2009-01-20 meeting sat in my queue for almost a month. I'm very sorry] = gtk+ meeting 2009-01-20 = + GTK+ Marketing (diegoe) - crank up the marketing to 11 - portability: what needs to be done to easily develop applications on win32 and quartz - win32 installers?

GTK+ 2.15.4 released

2009-02-17 Thread Matthias Clasen
GTK+ 2.15.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://download.gnome.org/sources/gtk+/2.15/ gtk+-2.15.4.tar.bz2 md5sum: 663b63d82d88215c1cc0c53390bf9512 gtk+-2.15.4.tar.gz md5sum: 249832a8076156458dd5b53145080a4e This is another development release leading up

Using Pango for Batch Processing

2009-02-17 Thread Joshua Harvey
Hi guys, I'm interested in using Pango to set type in OpenType fonts to be saved as PNG images. I've done some googling and I can't find any examples on how to use the library or pango-view to do this without GTK. The idea is to use either pango-view or the Pango Ruby wrapper to convert text into

Re: Using Pango for Batch Processing

2009-02-17 Thread Dave Crossland
2009/2/17 Joshua Harvey jos...@gmail.com: I'm interested in using Pango to set type in OpenType fonts to be saved as PNG images. I've done some googling and I can't find any examples on how to use the library or pango-view to do this without GTK. The OpenFontLibrary.org has developed a pango

Re: Using Pango for Batch Processing

2009-02-17 Thread Wouter Bolsterlee
2009-02-17 klockan 18:23 skrev Joshua Harvey: I'm interested in using Pango to set type in OpenType fonts to be saved as PNG images. I've done some googling and I can't find any examples on how to use the library or pango-view to do this without GTK. The idea is to use either pango-view or the

Re: Using Pango for Batch Processing

2009-02-17 Thread Owen Taylor
On Tue, 2009-02-17 at 19:23 +0200, Joshua Harvey wrote: Hi guys, I'm interested in using Pango to set type in OpenType fonts to be saved as PNG images. I've done some googling and I can't find any examples on how to use the library or pango-view to do this without GTK. The idea is to

Re: Using Pango for Batch Processing

2009-02-17 Thread Jamie Guinan
On Tue, 17 Feb 2009, Joshua Harvey wrote: Hi guys, I'm interested in using Pango to set type in OpenType fonts to be saved as PNG images. I've done some googling and I can't find any examples on how to use the library or pango-view to do this without GTK. The idea is to use either pango-view

Load a font from a specific path

2009-02-17 Thread Robert Kerr
Hi all, I was browsing the archives of the mailing list, and found an email that asked the same question I'm interested in: http://mail.gnome.org/archives/gtk-i18n-list/2008-June/msg00015.html It's entitled: Load a font from a specific file path Anyway, the gist of it is that I want to be

Re: Load a font from a specific path

2009-02-17 Thread Wouter Bolsterlee
2009-02-17 klockan 21:49 skrev Robert Kerr: It's entitled: Load a font from a specific file path You are interested in http://bugzilla.gnome.org/show_bug.cgi?id=347237 — Wouter signature.asc Description: Digital signature ___ gtk-i18n-list

Re: Load a font from a specific path

2009-02-17 Thread Behdad Esfahbod
Robert Kerr wrote: Hi all, I was browsing the archives of the mailing list, and found an email that asked the same question I'm interested in: http://mail.gnome.org/archives/gtk-i18n-list/2008-June/msg00015.html It's entitled: Load a font from a specific file path Anyway, the gist of it

GLib 2.19.8 released

2009-02-17 Thread Matthias Clasen
GLib 2.19.8 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.8.tar.bz2 md5sum: b2898de261b212dcc1244b624ed756a5 glib-2.19.8.tar.gz md5sum: 4a087c57405b8135d610d94fe43e76da This is the a development release leading up

GTK+ 2.15.4 released

2009-02-17 Thread Matthias Clasen
GTK+ 2.15.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://download.gnome.org/sources/gtk+/2.15/ gtk+-2.15.4.tar.bz2 md5sum: 663b63d82d88215c1cc0c53390bf9512 gtk+-2.15.4.tar.gz md5sum: 249832a8076156458dd5b53145080a4e This is another development release leading up