Re: Bug in GtkTreeView or programming bug?

2009-09-18 Thread Kristian Rietveld
On Wed, Sep 16, 2009 at 10:56 PM, Daniel Leidert daniel.leidert.s...@gmx.net wrote: Doh! Attached. The program in the attachment tries to set the cursor on a path that does not exist in the tree view. This path does not exist in the view, because the view is not connected to a model. Because

Setting data in a Treeview cell

2009-09-18 Thread dhk
How can I set the data in a treeview cell when going from data entry to clicking a button? When I click off the cell being edited, but the click is somewhere inside the treeview I can set the data. However, when the mouse clicks an object outside the treeview the data in the cell is lost. So

Re: Bug in GtkTreeView or programming bug?

2009-09-18 Thread Daniel Leidert
Am Freitag, den 18.09.2009, 13:23 +0200 schrieb Kristian Rietveld: On Wed, Sep 16, 2009 at 10:56 PM, Daniel Leidert daniel.leidert.s...@gmx.net wrote: Doh! Attached. The program in the attachment tries to set the cursor on a path that does not exist in the tree view. This path does not

Re: Bug in GtkTreeView or programming bug?

2009-09-18 Thread Kristian Rietveld
On Fri, Sep 18, 2009 at 6:22 PM, Daniel Leidert daniel.leidert.s...@gmx.net wrote: Thanks for your hints. Yes, the code was incomplete. But I think the attached code should work. It still returns: (unknown:20960): Gtk-CRITICAL **: gtk_tree_path_to_string: assertion `path != NULL' failed

Re: Bug in GtkTreeView or programming bug?

2009-09-18 Thread Daniel Leidert
Am Freitag, den 18.09.2009, 21:44 +0200 schrieb Kristian Rietveld: On Fri, Sep 18, 2009 at 6:22 PM, Daniel Leidert daniel.leidert.s...@gmx.net wrote: Thanks for your hints. Yes, the code was incomplete. But I think the attached code should work. It still returns: (unknown:20960):

Re: [Vala] Wrapping Errors

2009-09-18 Thread Phil Housley
2009/8/22 Jan Hudec b...@ucw.cz: On Thu, Aug 20, 2009 at 22:09:21 -0400, Yu Feng wrote: GError doesn't support error wrapping as Java does. Is GLib is purposely avoiding it? If not, it will become a useful feature as the number of libraries that uses GError grows, as the feature has already

Gtk at SFD

2009-09-18 Thread Damian Piotr Melniczuk
Hi, my name is Damian Melniczuk and I'm president of AASOC - student organization which main purpose is to promote FLOSS. We are organizing celebration of SFD in Wroclaw in Poland. I think, it will be good idea to promote Gtk at this event. So, we are looking for developer or user who could

Configuring GTK source code with Eclipse CDT

2009-09-18 Thread Praveen Innamuri
Hi All, I have been using GTK APIs close to an year and now, it grabs my interest for contributing to GTK code. I would like to start off working/playing with GTK code. In order to accomplish this, I would like to set up GTK code in Eclipse CDT. Do anyone out there had tried setting up GTK code

libeggdbus v. libdbus-glib

2009-09-18 Thread Denys Vlasenko
You wrote: * From: David Zeuthen david fubar dk * To: gtk-devel-list gnome org * Subject: EggDBus * Date: Sun, 21 Dec 2008 21:48:25 -0500 Hey, For the past 5 weeks or so, I've been working on a new (as compared to dbus-glib) D-Bus binding for GObject. The work on this has finally reached

Re: libeggdbus v. libdbus-glib

2009-09-18 Thread Colin Walters
On Thu, Sep 17, 2009 at 1:58 PM, David Zeuthen da...@fubar.dk wrote: Yes, EggDBus only uses the mainloop integration from dbus-glib. Yes, there's a reason for why this is so. Yes, the explanation is in the archives. Can we stick just the mainloop integration in Gio? I'd be happy to change

Re: libeggdbus v. libdbus-glib

2009-09-18 Thread David Zeuthen
On Fri, 2009-09-18 at 15:04 +, Colin Walters wrote: On Thu, Sep 17, 2009 at 1:58 PM, David Zeuthen da...@fubar.dk wrote: Yes, EggDBus only uses the mainloop integration from dbus-glib. Yes, there's a reason for why this is so. Yes, the explanation is in the archives. Can we stick

Re: libeggdbus v. libdbus-glib

2009-09-18 Thread Colin Walters
On Fri, Sep 18, 2009 at 5:08 PM, David Zeuthen da...@fubar.dk wrote: On Fri, 2009-09-18 at 15:04 +, Colin Walters wrote: On Thu, Sep 17, 2009 at 1:58 PM, David Zeuthen da...@fubar.dk wrote: Yes, EggDBus only uses the mainloop integration from dbus-glib. Yes, there's a reason for why

[OSX]Simple Patch

2009-09-18 Thread John Ralls
I've opened https://bugzilla.gnome.org/show_bug.cgi?id=595641, a very trivial bug and patch which unfortunately breaks the build on OS-X. Could someone with git write privs please apply the patch ASAP? Thanks Regards, John Ralls ___

Re: [OSX]Simple Patch

2009-09-18 Thread Cody Russell
On Fri, 2009-09-18 at 19:46 -0700, John Ralls wrote: I've opened https://bugzilla.gnome.org/show_bug.cgi?id=595641, a very trivial bug and patch which unfortunately breaks the build on OS-X. Could someone with git write privs please apply the patch ASAP? I went ahead and committed this.

Re: GtkTreeView : Create a child row with different model than it's parent row?

2009-09-18 Thread Kristian Rietveld
Hi, On Thu, Sep 17, 2009 at 10:49 PM, Paul Stuart paul_stu...@seektech.com wrote: Hi,   I have a treeview interface with five or so columns of  stuff (text) that spans the screen -easy- but I'd like to have the child of that row be a single progress bar that also spans the length of the

Re: GtkTreeView and column resize signal

2009-09-18 Thread Kristian Rietveld
On Wed, Sep 16, 2009 at 10:05 PM, Wesley Smith wesley.h...@gmail.com wrote: Sorry about all of these tree view questions, but I'm almost there. One last thing to resolve and that's how to get a signal notification when a GtkTreeColumn is resized.  There doesn't seem to be anything in

Pango and font path

2009-09-18 Thread Marcin Krystian Krzywonos
Hello, I'm creating an application in GTK+ (It's GTK# actually but it doesn't matter. I know both libraries.) and there I've made some font selector. It gets font list from Pango. So, user selects a font and now I have to use file (i.e. *.ttf) of the selected font. How can I get font path? Best

Configuring cairo for GTK on DirectFB

2009-09-18 Thread Subhash_Patil
Dear Team, I am trying to build midori browser on the MIPS processor target (on a 686 workstation). I have messed up with cairo configuration. Can you help me in this regard. Thanks inadvance. Regards, Subhash Patil DISCLAIMER: This email (including any

Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Hi, I need to compile a software which requires a recent version of the GTK library. Being on debian stable, I am in the process of compiling from source the gtk library which doesn't have a large set a of dependencies(just his glib). My wish is to keep things well contained, so as suggested here

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: Hi, I need to compile a software which requires a recent version of the GTK library. Being on debian stable, I am in the process of compiling from source the gtk library which doesn't have a large set a of dependencies(just his glib). My

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Javier Jardón
2009/9/18 Marco Vittorini Orgeas ma...@mavior.eu: I need to install in parallel to my system gtk old libraries a newer version of gtk libraries, because I need to compile against it a software: how can I proceed to let only that software using the newer libraries without messing all the

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
On Fri, September 18, 2009 4:54 pm, Javier Jardón wrote: Hello Marco, I'm not a expert, so maybe there is a better ways to do this. I have this in my .bashrc: (I install the programs/libraries in ~/local) export PATH=~/local/bin:~/bin:${PATH} export

How to get the font parameter

2009-09-18 Thread ikorot
Hi, ALL, I am developing a font property page and have a question. I have a panel where I put 3 list boxes for font name, font type and font size. I know there is currently no public API to retrieve an available font sizes from the font name. However is it possible to retrieve an available font

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: Result: the software is running but its look and feel is all but not GTK...it seems like the x11 xterm,like if was not able to dinamically load the right libraries... On this, I got this message after installing gtk: Libraries have been

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that links to the system gtk library...it seems like a bit more rudimental ...like and old gtk 1 interface.(don't know how to explain here

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Matthew Talbert
On Fri, Sep 18, 2009 at 6:07 PM, Marco Vittorini Orgeas ma...@mavior.eu wrote: Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that links to the system gtk library...it seems like a bit more