15:30:52] oh, I think its time [15:31:48] i did not send out an agenda, but I think the main topic should be the state of HEAD and how we get to 2.10 [15:32:34] carol: no idea what list you mean [15:32:50] could you squeeze in a summary of all that print-dialog mail that has been generated recently. one that is human readible? [15:32:58] no [15:33:05] really "no"? [15:33:52] if you want to know whats in the mail, read it... [15:34:20] i think what i wanted was someone who was concentrating on the whole project to summarize it [15:34:49] gtk does printing now. people are still discussing the details. [15:35:03] one-line summary [15:35:17] which is what i asked for. thank you. [15:35:34] *** ebassi|out is now known as ebassi. [15:36:22] kris: have you had a chance to look at the reported async filechooser crashes ? [15:41:24] elijah: are you around ? [15:41:50] *** J5 has joined chat #gtk-devel. [15:42:27] yup, I'm here [15:42:45] picking up the dnd-raise thing again ? [15:42:51] yeah [15:43:03] but, whittling it down to a manageabl ----- Log file opened 1999-11-30T00:02 ----- [00:03:17] *** You are now participating in the #gtk-devel discussion. Checking for current participants... [00:03:17] *** Users on #gtk-devel: @yosh bkor carol crazy___- deadchip diego ebassi elijah garnacho gmt grakic halfline ifoox_laptop ijuma ijuma_home J5 j_ali jpe jrydberg_ kris leio mclasen swany vektor [00:03:17] it just replaces the document with the preview [00:03:25] if you want to print the preview you go back up to the menu and select print [00:04:24] My idea is to attach the settings to the preview widget so applications can then send that into the dialog when they select print again. [16:08:54] another question remains. If the app does not take control during blocking operations and we show a print button in the toolbar, do we pop up the dialog in its previous state if they hit print. [16:09:08] mclasen: yes [16:12:42] ok [16:17:51] another printing thing we need to sort out is the async pagination/rendering [16:18:37] mclasen: paolo is writing code for the async and pagination stuff [16:19:32] at least he said he was [16:20:35] yes [16:23:02] ok, I hope we can make some progress on the async issue soon; once that is done, I'll do a 2.9.1 [16:24:27] anything else we should discuss today ? [16:25:08] when are you planning on api freeze? [16:26:03] * elijah wonders if he can finish 154260 and 341166 in time [16:28:07] I'd like to get some feedback on the patch in 154260 when you get some time (it's functional, but probably ugly), but that's probably something outside the scope of this meeting. [16:34:00] *** garnacho is now known as garnachAFK. [16:34:15] elijah: I'll try it sometime [16:34:41] if nobody else has something to bring up, lets consider the meeting closed [16:43:57] *** federico has joined chat #gtk-devel. [16:45:02] *** jpe has left chat #gtk-devel. [16:46:25] *** jdahlin has joined chat #gtk-devel. [16:47:25] oh, I missed the meeting [16:47:29] me too! [16:47:33] was having lunch [16:48:16] bummer [16:48:25] it should be announced in #gtk+ before [16:51:28] I sent mail... [16:51:44] do you have stuff to discuss ? [16:52:46] I wanted to mention the status of GtkBuilder [16:53:22] I'll just send a mail to the mailing list tomorrow instead [16:53:46] *** jean has joined chat #gtk-devel. [16:54:42] *** gmt has left chat #gtk-devel (Leaving). [16:55:29] jdahlin: thanks [16:55:32] which currently needs to be set on the action before it's attached to an action group [16:56:22] eg, in g_object_new [16:56:27] accelerators vs. actions is bigger problem complex [16:56:34] there are multiple issues [16:57:04] e.g. the need to associate multiple accelerators with one action [16:57:19] stock icons makes it quite fun too. [16:57:22] and the fact that you can't use actions for multiple toplevels [16:57:24] s/icons/items/ [16:58:14] hmm, then it can't be a property. [16:59:35] mclasen: do you know of a concrete use case of multiple accelerators per action? [17:02:40] I think the gnumeric guys brought that up [17:03:04] perhaps because they want to be compatible with excel keybindings, dunno [17:03:35] it might be out of the scope for gtkbuilder [17:09:11] mclasen: I'm having problems with gtk+ in rawhide. It is saying it can't link to pango [17:09:32] I'm compiling gtk+ from cvs [17:09:33] :-) [17:09:41] if it keeps saying that, try updating pango... [17:09:55] I just did, this is why I am getting the errors [17:09:58] I added a pango 1.13 requirement [17:10:22] what does it complain about in detail ? [17:10:59] in configure - checking Pango flags... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 [17:11:11] configure: error: [17:11:11] *** Can't link to Pango. Pango is required to build [17:11:11] *** GTK+. For more information see http://www.pango.org [17:12:24] ? [17:15:04] I can extract the test from the m4 files [17:15:13] give me a second [17:18:11] if GtkRecentMonitor absolutely needs to monitor the file, can we make it an implementation detail within gtk, and not put it in glib? [17:18:36] we do currently [17:19:07] the file monitor thing was an attempt to improve it and bring it out to the open [17:19:58] it currently does the usual lame stat-every-so-often thing [17:22:52] we can certainly make it less lame, but that does not help at all to avoid the 2-implementations problem [17:23:10] because we'll have 2 anyway, one in gnome-vfs and a private one in gtk [17:26:08] I'd like to use an exposed one in another library too. [17:27:52] *** jean has left chat #gtk-devel (Leaving). [17:28:18] mclasen: I really don't want to have yet another monitoring API. We have inotify, gnome-vfs, fam, glib's... [17:28:38] we don't have glibs [17:28:46] well, you know what I mean [17:29:10] you'd rather see people use inotify directly ? and have the ifdefs for the corresponding win32 apis in app code ? [17:29:12] in my case, I just can't afford and justify a gnome-vfs/fam dep [17:35:17] mclasen: I'd rather have them use gnome-vfs [17:36:55] I don't see gtk picking up a gnome-vfs dependency anytime soon [17:37:36] *** ifoox_laptop has left chat #gtk-devel (Leaving). [17:38:47] so this brings us back to the beginning. [17:39:08] mclasen: ahha, I found the issue, my rpm of gtk+ that I build from a CVS snap is versioned later than the one in rawhide. It is missing a symbol. [17:42:39] out of curiosity, what stops it happening? [17:43:03] People being against it for good reasons, or just lack of implementation on other platforms or similar? [17:43:51] the threading inside gnome-vfs is not exactly easy to understand and have confidence in... [17:44:58] maybe that needs to be reevaluated at some point [17:45:43] plus it needs libbonobo [17:45:47] in any case, it is not a dependency that we can add lightly [17:45:50] which brings in a lot of crap [17:46:35] why on earth does gnome-vfs need bonobo ? [17:47:15] ok, thanks, someone should perhaps do something about this situation [17:47:21] * leio looks around, and sees only mirrors [17:49:05] *** grakic has left chat #gtk-devel. [17:50:39] mclasen: it uses bonobo-activation to register/activate gnome-vfs-daemon [17:51:11] which handles certain backends like SMB, and does the volume-monitoring stuff [17:51:45] ah, right [17:54:07] * mclasen wonders why gnome-session can't start it