gtk_tree_view_scroll_to_cell() not scrolling

2010-05-16 Thread Daniel Leidert
Hi, I have the following problem. I have a list store with 4 columns. The application has a notebook with 4 tabs. Each tab has a scrolled window which shows one column of the list store. So for each column there is a sort_model on top of a filter_model on top of the list model and a tree_view per

Re: gtk_tree_view_scroll_to_cell() not scrolling

2010-05-16 Thread Tadej Borovšak
Hi. I guess the problem is related to the fact, that the tree_view is inside a GtkScrolledWindow (to precise: inside a GtkViewPort, which is inside the GtkScrolledWindow). What's necessary to get the scrolling to work here? Do you need the code? GtkTreeView has native scrolling ability and

Re: gtk_tree_view_scroll_to_cell() not scrolling

2010-05-16 Thread Daniel Leidert
Am Sonntag, den 16.05.2010, 15:26 +0200 schrieb Daniel Leidert: I have the following problem. I have a list store with 4 columns. The application has a notebook with 4 tabs. Each tab has a scrolled window which shows one column of the list store. So for each column there is a sort_model on

Re: on module cache files

2010-05-16 Thread Matthias Clasen
On Fri, May 14, 2010 at 9:21 PM, Behdad Esfahbod  - Including the cache file in the directory itself makes the directory timestamp useless for cache freshness checking.  Not a huge deal if require explicit calls to the caching tools upon any change.  But it still may be a good idea to keep

Ige-mac-integration: New version with Cocoa interface available.

2010-05-16 Thread John Ralls
The Gtk-OSX Project is very pleased to announce a major update to ige-mac-integration. The modulesets have been updated, so there's no need for most users to actually do anything except run jhbuild to retrieve, build, and install the new version. Version 0.9.0 is now available for download at

Re: Ige-mac-integration: New version with Cocoa interface available.

2010-05-16 Thread Bastien Nocera
On Sun, 2010-05-16 at 14:27 -0700, John Ralls wrote: The Gtk-OSX Project is very pleased to announce a major update to ige-mac-integration. The modulesets have been updated, so there's no need for most users to actually do anything except run jhbuild to retrieve, build, and install the new

Re: thoughts on GSettingsList

2010-05-16 Thread Behdad Esfahbod
On 05/15/2010 03:56 PM, Christian Persch wrote: Hi; Behdad Esfahbod behdad behdad org wrote: In g-t, the user names a profile and can rename it later. The name can have arbitrary Unicode characters. Logically it means that the name cannot be used directly in the conf database, so g-t

Re: Creating an app with optional GTK support

2010-05-16 Thread Andreas Falkenhahn
On 15.05.2010 at 21:14 Stanislav Maslovski wrote: On Fri, May 14, 2010 at 12:26:00PM +0200, Andreas Falkenhahn wrote: Hi, I'm currently developing an X11 app and would like to use GTK only for the file chooser dialog. Are you sure you want to use it? It is broken beyond repair in all

Re: Creating an app with optional GTK support

2010-05-16 Thread Andreas Falkenhahn
On 14.05.2010 at 18:34 Lothar Scholz wrote: Hello Andreas, Friday, May 14, 2010, 12:26:00 PM, you wrote: AF I'm currently developing an X11 app and would like to use GTK only for the AF file chooser dialog. The rest is done entirely in X11. However, the GTK AF support shall be optional. If GTK

Re: Creating an app with optional GTK support

2010-05-16 Thread Stanislav Maslovski
On Sun, May 16, 2010 at 11:02:48AM +0200, Andreas Falkenhahn wrote: On 15.05.2010 at 21:14 Stanislav Maslovski wrote: On Fri, May 14, 2010 at 12:26:00PM +0200, Andreas Falkenhahn wrote: Hi, I'm currently developing an X11 app and would like to use GTK only for the file chooser

Re: gmodule question

2010-05-16 Thread Kurucz István
Hello, On Sun, May 16, 2010 at 3:27 AM, Lex Trotman ele...@gmail.com wrote: On 16 May 2010 06:56, Kurucz István kurucz.ist...@gmail.com wrote: I would use a string in my module: in my module: G_MODULE_EXPORT extern const gchar *foobar_name = foobar; in main application: gchar* test;

Re: gmodule question

2010-05-16 Thread Lex Trotman
On 16 May 2010 19:45, Kurucz István kurucz.ist...@gmail.com wrote: Hello, On Sun, May 16, 2010 at 3:27 AM, Lex Trotman ele...@gmail.com wrote: On 16 May 2010 06:56, Kurucz István kurucz.ist...@gmail.com wrote: I would use a string in my modu in my module: G_MODULE_EXPORT extern const

Re: Creating an app with optional GTK support

2010-05-16 Thread Paul Davis
On Sun, May 16, 2010 at 5:31 AM, Stanislav Maslovski stanislav.maslov...@gmail.com wrote: File chooser dialog is for sure broken. Have you ever tried using it with a large directory, esp. on a network share? what version of GTK are you referring to? i've certainly seen the problems you are

Re: GTK setuid problem

2010-05-16 Thread robin
Thanks a lot Pádraig, after using the command you had suggested, my application is working in user mode. Thanks again, Robin On Thu, 2010-05-13 at 14:27 +0100, Pádraig Brady wrote: On 13/05/10 14:25, Pádraig Brady wrote: On 20/04/10 05:19, robin wrote: Hi, I have a GTK application that

Re: gmodule question

2010-05-16 Thread Kurucz István
Hello, On Sun, May 16, 2010 at 11:51 AM, Lex Trotman ele...@gmail.com wrote: On 16 May 2010 19:45, Kurucz István kurucz.ist...@gmail.com wrote: On Sun, May 16, 2010 at 3:27 AM, Lex Trotman ele...@gmail.com wrote: On 16 May 2010 06:56, Kurucz István kurucz.ist...@gmail.com wrote: I would use

Re: Unwrapped gtk+ API

2010-05-16 Thread Torsten Schoenfeld
On 13.05.2010 22:09, Quentin Sculo wrote: Ok, the attached patch should address all your comments. Committed. Thanks again! I forgot to ask, is there a better way to comment the signal callbacks ? I only found =for position post_signals, though it's not so bad in this case because these are

Re: [PATCH] allow undef as argument in a few functions

2010-05-16 Thread Torsten Schoenfeld
On 13.05.2010 22:45, Quentin Sculo wrote: A few more I found, in particular, it removes the comment saying gtk_widget_get_toplevel may return undef, when in fact it can't : http://library.gnome.org/devel/gtk/stable/GtkWidget.html#gtk-widget-get-toplevel the second patch wrap a forgotten widget

Gnome2::VFS-format_uri_for_display and UTF-8

2010-05-16 Thread Mario Kemper
Hi, I've a simple question about the correct usage of Gnome2::VFS-format_uri_for_display. This is what the docs say: Filter, modify, unescape and change URIs to make them appropriate to display to users. The conversion is done such that the roundtrip to UTF-8 is reversible. Returns : a newly

Cairo 1.070 (unstable) available

2010-05-16 Thread Torsten Schoenfeld
Overview of changes in Cairo 1.070 == * Wrap 1.8 API: - cairo_show_text_glyphs - cairo_scaled_font_text_to_glyphs and cairo_scaled_font_get_scale_matrix - cairo_surface_get_fallback_resolution and cairo_surface_has_show_text_glyphs * Make