Re: Bug 324228 – support threadpool exiting idle threads

2005-12-23 Thread Tim Janik
On Fri, 23 Dec 2005, Martyn Russell wrote: Guys, I am keen to get this thread pool patch committed to CVS before the GLib API freeze over Christmas. If it could be reviewed so this would be possible I would appreciate it. The bug report associated with this patch is here:

Asynchronous FileChooser -- Progress

2005-12-23 Thread Kristian Rietveld
Hello All, Just in time for Christmas, I managed to complete a basic implementation of the changes to the GtkFileSystem API as discussed earlier on this mailing list. This basic implementation contains the modification of the GtkFileSystem API and adapting the file system back ends and the

Re: Bug 324228 – support threadpool exiting idle threads

2005-12-23 Thread Matthias Clasen
On Fri, 2005-12-23 at 14:53 +0100, Tim Janik wrote: On Fri, 23 Dec 2005, Martyn Russell wrote: Guys, I am keen to get this thread pool patch committed to CVS before the GLib API freeze over Christmas. If it could be reviewed so this would be possible I would appreciate it. The bug

Re: Bug 324228 – support threadpool exiting idle threads

2005-12-23 Thread Martyn Russell
On Fri, 2005-12-23 at 12:24 -0500, Matthias Clasen wrote: For the idle timeout patch, I think we need to understand the desired behaviour a bit better, before rushing it in. My understanding of the current threadpool behaviour is the following: 1) there is a global pool of idle threads,

Re: Bug 324228 – support threadpool exiting idle threads

2005-12-23 Thread Martyn Russell
On Fri, 2005-12-23 at 19:48 +, Martyn Russell wrote: On Fri, 2005-12-23 at 12:24 -0500, Matthias Clasen wrote: For the idle timeout patch, I think we need to understand the desired behaviour a bit better, before rushing it in. My understanding of the current threadpool behaviour is the

Re: MacOSX gtk-doc installation problems...

2005-12-23 Thread Mikael Hallendal
amir wrote: Hi, Hi, Are you sure that you run autogen.sh with the correct path so that you use the manually installed auto* tools? Best Regards, Mikael Hallendal I'm having difficulties installing the gtk-doc on MacOSX 10.4.3. I have followed the instruction listed on:

Re: Bug 324228 – support threadpool exiting idle threads

2005-12-23 Thread Sebastian Wilhelmi
Hi, On Fri, 2005-12-23 at 12:24 -0500, Matthias Clasen wrote: On Fri, 2005-12-23 at 14:53 +0100, Tim Janik wrote: On Fri, 23 Dec 2005, Martyn Russell wrote: Guys, I am keen to get this thread pool patch committed to CVS before the GLib API freeze over Christmas. If it could be

Re: Proposition for platform maximum filename/pathname length symbols

2005-12-23 Thread Tor Lillqvist
Chris Morrison writes: Has anyone else been frustrated by the absence of such symbols or have I missed something? There is no single maximum length of a path name or path name component that would be valid for all machines on which the binaries corresponding so a certain GLib header

Re: Proposition for platform maximum filename/pathname length symbols

2005-12-23 Thread Matthias Clasen
On 12/23/05, Chris Morrison [EMAIL PROTECTED] wrote: Hi all, I would like to make a suggestion for a small but useful addition GLib, which I think is a glaring omission and which I have found myself needing for a current development project. I propose that the following symbols

Change the behaviour of a button

2005-12-23 Thread David Rosal
Hi. In my gtk app I have a long list of files that I want to remove. I have a button with the label Remove and the icon of a trash bin beside the label. I have put both together in a GtkBox and I've packed the GtkBox into the button with gtk_container_add(). Then I've g_signal_connect()'ed the

Re: Change the behaviour of a button

2005-12-23 Thread Chad Robinson
David Rosal wrote: Ok. Then I wanted to be able to stop the file removing with the same button, so I wanted it to have the label Stop and the Stop gtk icon inside. I know how to change the callbacks with g_signal_block() and g_signal_unblock(), but I don't know which is the best way to change

Re: Change the behaviour of a button

2005-12-23 Thread David Rosal
Chad Robinson wrote: David Rosal wrote: Ok. Then I wanted to be able to stop the file removing with the same button, so I wanted it to have the label Stop and the Stop gtk icon inside. I know how to change the callbacks with g_signal_block() and g_signal_unblock(), but I don't know which is

gtk expander

2005-12-23 Thread Fernando Apesteguía
Hi, I have a problem with gtk expander. I create that object and put it in the window, using Glade. But how can I attach controls to the expander so when I click on it the controls are showed and when click again they aren't? I've visited http://developer.gnome.org/doc/API/gtk/ but there is no

Re: gtk expander

2005-12-23 Thread Luca Cavalli
On Fri, 2005-12-23 at 15:31 +0100, Fernando Apesteguía wrote: Hi, I have a problem with gtk expander. I create that object and put it in the window, using Glade. But how can I attach controls to the expander so when I click on it the controls are showed and when click again they aren't?

Re: gtk expander

2005-12-23 Thread David Necas (Yeti)
On Fri, Dec 23, 2005 at 03:31:41PM +0100, Fernando Apesteguía wrote: I have a problem with gtk expander. I create that object and put it in the window, using Glade. But how can I attach controls to the expander so when I click on it the controls are showed and when click again they aren't?

Re: New to GTK+, please help

2005-12-23 Thread Tor Lillqvist
Jun Shen writes: ** (gtk.exe): WARNING **: The specified module could not be found. Failed to load Pango module for id: 'BasicScriptEngineWin32' What does your pango.modules file look like? Have you moved or copied the Pango (and other) DLLs around from where they were after unzipping the

Re: New to GTK+, please help

2005-12-23 Thread Jun Shen
Thanks Tor. It is working now. Like you said the problem is in my pango.modules file. Thanks again, Jun On 12/23/05, Tor Lillqvist [EMAIL PROTECTED] wrote: Jun Shen writes: ** (gtk.exe): WARNING **: The specified module could not be found. Failed to load Pango module for id:

Re: New to GTK+, please help

2005-12-23 Thread Tor Lillqvist
Jun Shen writes: It is working now. Like you said the problem is in my pango.modules file. It would be interesting to know if the problem is in a distributed pango.modules file (from where did you get it?), or if you just had edited it earlier and made some mistake. --tml

Re: New to GTK+, please help

2005-12-23 Thread Jun Shen
Tor, I am using pango.modules from pango-1.4.1\etc\pango. But I forgot to modify the directories for dlls since I put all dll files in Debug directory. Thanks, Jun On 12/23/05, Tor Lillqvist [EMAIL PROTECTED] wrote: Jun Shen writes: It is working now. Like you said the problem is in my