Re: GTK+ 2.13.6 released

2008-08-05 Thread Colin Leroy
On 05 August 2008 at 14h08, Matthias Clasen wrote: Hi, * GtkFileChooser has a GFile-oriented API now, functions for creating filechoosers with specific backends have been deprecated, since GIO is used directly. Is there any easier way to find out what's being deprecated with each

About GTK+ 3.0 and deprecated things

2008-07-16 Thread Colin Leroy
Hello, I've read the PDF at http://people.imendio.com/kris/gtk-state-of-the-union-2008.pdf I am wondering what the options will be for users of the GTK lib, that still use deprecated widgets? In the project I work for, we do have a lot of them: [claws-mail/src]$ grep -r GtkItemFactory *|wc -l

Re: About GTK+ 3.0 and deprecated things

2008-07-16 Thread Colin Leroy
On Wed, 16 Jul 2008 09:51:03 +0100, Bastien Nocera wrote: Hi, IMO, if you're still using GtkCTree and GtkCList, which were deprecated when GTK+ 2.0 was released 6 years ago, you're asking for trouble. Well, they do work for us. When GTK+ 2.0 was released six years ago, we were already too

Re: About GTK+ 3.0 and deprecated things

2008-07-16 Thread Colin Leroy
On Wed, 16 Jul 2008 12:18:24 +0200, Mikael Hallendal wrote: Hi, It sure would lessen the burden for applications still using deprecated widgets (which is the hard part of the ABI break). Well, the hardest part in my opinion, for free software at least, is the API break :-) There's something

Re: About GTK+ 3.0 and deprecated things

2008-07-16 Thread Colin Leroy
On Wed, 16 Jul 2008 09:25:43 -0400, Owen Taylor wrote: Hi, Hmm, strangely most code worked fine with GTK+ 2.0 with a recompile... (e.g., I remember doing that for gftp, not a trivial app.) Probably not trivial, but 30k LOCs is much less than Claws ;) Porting to GtkCList and GtkCTree was was

Just pointing out a GtkTextView micro-patch

2006-11-13 Thread Colin Leroy
Hi guys, Following a conversation on IRC's #bugs, i'd like to bring this little bug, that has an extremely simple patch to it, to your attention: http://bugzilla.gnome.org/show_bug.cgi?id=356255 The patch fixes the fact that the cursor goes one word to the right with Control+GDK_KP_Left

Re: suid

2002-05-29 Thread Colin Leroy
On Wed, 29 May 2002 10:25:10 +0200 Olaf Fr±czyk [EMAIL PROTECTED] wrote: I'm trying to write a program that modifies the crontab file of a user, these files are readable only by root, so as gtk can't iniciate bit suid programs, how can i carry out my goal??? Hi, 1. Use sudo. I think it

Menu accelerators

2002-04-12 Thread Colin Leroy
Hello, I couldn't find anything related to this in gtk.org's FAQ nor tutorial. Where could I find information about user-defined accelerators saving ? I looked in Pan and Sylpheed source, but didn't find the relevant things :-/ Thanks for any hint or pointer, -- Colin Dinner not ready:

Re: bugs or missing features ?

2002-04-10 Thread Colin Leroy
On 10 Apr 2002 10:24:55 -0400 Havoc Pennington [EMAIL PROTECTED] wrote: Hello, - User-definable accels (pointing on a menu item and hitting desired shortcut keys) do not work ; They should work, if they don't it's an application bug. Ok, I missed the gtk-can-change-accels = 1 thing in

bugs or missing features ?

2002-04-05 Thread Colin Leroy
Hello, I just installed gtk2 in order to test it, it seems to work well and faster than I thought. I tested it mainly with pan-0.11.90. However two displeasant things appear after these tests : - User-definable accels (pointing on a menu item and hitting desired shortcut keys) do not work ; -