Re: ./configure -C

2011-08-09 Thread Stefan Kost
On 08/07/11 14:46, Andy Wingo wrote: > Hello all, > > Brian Gough wrote, back in February [0]: > > In his talk about Autotools at the FOSDEM GNU Dev Room, Ralf > Wildenheus mentioned an autoconf option that I wasn’t aware of. It’s > the “-C” option and it enables caching, which speeds up mult

Re: Make a UML model from GObject-Introspection Gir files

2011-04-26 Thread Stefan Kost
Hi, Am 15.04.2011 03:01, schrieb John Ralls: > I don't know if anyone else will find this useful, but I've written a perl > program to translate gir files into xmi files which can be imported into > ArgoUML or KDE Umbrello. It follows include elements, putting each Gir > namespace into a separa

Re: GProperty -- a proposal on top of GParamSpec (with code)

2011-03-26 Thread Stefan Kost
Hi Rob, Am 06.12.2010 11:46, schrieb Rob Staudinger: > Hello, > > I've written out so many gobject property handlers in the last few > years, and they are always looking similar, so the desire to prune some > boilerplate code has been growing. The idea behind GProperty (actually > GProperty) is t

Re: Sliders and marks

2011-03-02 Thread Stefan Kost
Am 02.03.2011 15:11, schrieb Bastien Nocera: > Heya, > > Looking at bug https://bugzilla.gnome.org/show_bug.cgi?id=643487 and the > original https://bugzilla.gnome.org/show_bug.cgi?id=643486 we figured > that it would be best for sliders to point to their marks instead of > trying to add labels on

Re: microseconds update

2010-11-04 Thread Stefan Kost
On 03.11.2010 04:39, Ryan Lortie wrote: > hi everyone, > > I wrote an email yesterday detailing my goals to reduce GLib to having a > single type for time. The work just landed on master. > > Of course, there were complications. > > Status report: > > - GTimeSpec is gone > > - g_get_monotonic_ti

Re: threading / timers / etc

2010-10-25 Thread Stefan Kost
hi, Am 22.10.2010 18:06, schrieb Ryan Lortie: > Hello > > We have an agreement at the hackfest that I will do the following things > now: > > - Starting immediately, glib will depend on librt (and therefore > libpthread) on systems that have it. > > - We will add GTimeSpec which is GTime

Re: Minutes of the GTK+ Team Meeting - 2010-09-21

2010-09-22 Thread Stefan Kost
Am 22.09.2010 22:21, schrieb Behdad Esfahbod: > On 09/21/10 18:02, Emmanuele Bassi wrote: >> - possibly deprecate ::destroy altogether: use weak-pointer/weak-ref > > Everyone knows that weak pointers as implemented currently are racy and > unsafe, right? this one: https://bugzilla.gnome.org/sho

Re: padding cleanup

2010-09-14 Thread Stefan Kost
On 13.09.2010 04:50, Havoc Pennington wrote: > Hi, > > I merged the main patch to master. I wrote docs (see attached) but did > not push them yet because I can't figure out how to actually document > a non-signal virtual function in a non-interface. > Yes, docuemnt is as part of the class struct

Re: Gtk-OSX

2010-09-06 Thread Stefan Kost
Am 03.09.2010 02:48, schrieb John Ralls: > > On Sep 1, 2010, at 7:53 PM, John Ralls wrote: > >> >> On Sep 1, 2010, at 12:38 PM, Olav Vitters wrote: >> >>> On Tue, Aug 31, 2010 at 09:56:12AM -0700, John Ralls wrote: It's now on Sourceforge because when Richard decided with his partner wi

Re: Website proposal for usability

2010-08-22 Thread Stefan Kost
Am 21.08.2010 14:12, schrieb Devin Samarin: > I thought I'd give up update of what the site is looking like now, and > I hope everyone is fine with using this mailing list. > > I have integrated tweets from identi.ca in the News Feed on the main page. > > I finished the re-design of the GTK-Doc a

Re: disabling GTK+ features to shrink GTK+

2010-08-16 Thread Stefan Kost
On 15.06.2010 02:16, Matthias Clasen wrote: > On Mon, Jun 14, 2010 at 7:02 PM, Alberto Ruiz wrote: > >> 2010/6/14 Sam Thursfield : >> >>> A more socially-minded approach would be to work on the problem of >>> sharing a GTK+ runtime between all apps on a system. It's perhaps not >>> an easy

Re: Minutes of the gtk+ team IRC meeting - 2010-05-25

2010-08-16 Thread Stefan Kost
On 01.06.2010 23:45, Stefan Kost wrote: > Am 01.06.2010 15:50, schrieb Matthias Clasen: > >> On Mon, May 31, 2010 at 10:28 AM, Paul Davis >> wrote: >> >>> >> >>> ardour uses a modified version (GtkCustomRuler along with its H

Re: Minutes of the gtk+ team IRC meeting - 2010-05-25

2010-06-01 Thread Stefan Kost
Am 01.06.2010 15:50, schrieb Matthias Clasen: > On Mon, May 31, 2010 at 10:28 AM, Paul Davis > wrote: >> > >> >> ardour uses a modified version (GtkCustomRuler along with its H&V >> derivatives) in ardour, because the stock ruler is not flexible enough for >> our needs. the primary difference (

Re: Scrollable interface for 3.0?

2010-05-24 Thread Stefan Kost
On 17.05.2010 23:07, Shaun McCance wrote: > http://library.gnome.org/devel/gtk/stable/GtkScrolledWindow.html#ftn.id1043260 > > The scrolled window installs GtkAdjustment objects in the child > window's slots using the set_scroll_adjustments_signal, found > in GtkWidgetClass. (Conceptually, th

Re: When deprecating, always say what the replacement is.

2010-02-26 Thread Stefan Kost
Am 25.02.2010 18:58, schrieb Dan Winship: > On 02/25/2010 10:52 AM, Christian Dywan wrote: >> In this case I don't know what someone would use flags for. If you need >> to test a value such as visibility or sensitivity, you normally use the >> specific macros. > > "Deprecated: use the specific mac

Re: When deprecating, always say what the replacement is.

2010-02-26 Thread Stefan Kost
Am 23.02.2010 20:28, schrieb Claudio Saavedra: > El mar, 23-02-2010 a las 19:17 +0100, Javier Jardón escribió: >> 2010/2/23 Murray Cumming : >>> When we deprecate API, please remember to document what the replacement >>> is. People forget this quite often. >>> >>> A small recent example that doesn'

Re: Proposal: Enable threads by default

2009-12-07 Thread Stefan Kost
Am 06.12.2009 21:22, schrieb Dan Winship: > On 12/06/2009 10:05 AM, Adam Goode wrote: >> I guess what I really would like is a way that I can use GLib privately >> from my library and have it be thread-safe without requiring users of my >> library have to link against gthread and call g_thread_init

Re: gobject-performance

2009-10-08 Thread Stefan Kost
A. Walton schrieb: > On Thu, Sep 24, 2009 at 9:37 AM, Benjamin Otte wrote: > >> Hi, >> >> I'd like to move the work done on the gobject-performance branch to >> master now that 2.22.0 is out. It contains tremendous improvements for >> threaded applications and even noticably speeds up non-threa

Re: Configuring GTK source code with Eclipse CDT

2009-09-26 Thread Stefan Kost
Praveen Innamuri schrieb: > 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

Re: gnome-canvas and scroll events

2009-09-08 Thread Stefan Kost
Paul Davis schrieb: > On Mon, Sep 7, 2009 at 10:30 PM, Paul Davis wrote: >> so, suppose i submit a patch that makes gnome-canvas forward scroll >> events to its items. what would the likely timeframe be for adoption >> and release? > > btw, just to be clear - i'm talking about cases where an item

Re: gtk-doc for non-library.

2009-07-16 Thread Stefan Kost
hi, Ali Abdallah schrieb: > Hi, > > I want to document C code written let's say in files obj.c obj.h > contain GObject, signals, properties, in order to doc these gtk-doc > needs the _get_type function to produce GObject doc, but this code is > not a library and i don't want to have .la library i

Re: generating documentation in a printable format...

2009-07-07 Thread Stefan Kost
Stefan Kost schrieb: > Stefan Kost schrieb: > >> Simos Xenitellis schrieb: >> >> >>> On Wed, Jul 1, 2009 at 8:41 PM, Stefan Kost wrote: >>> >>> >>> >>>> hi, >>>> >>>> Sim

Re: generating documentation in a printable format...

2009-07-07 Thread Stefan Kost
Stefan Kost schrieb: > Simos Xenitellis schrieb: > >> On Wed, Jul 1, 2009 at 8:41 PM, Stefan Kost wrote: >> >> >>> hi, >>> >>> Simos Xenitellis schrieb: >>> >>> >>>> On Wed, Jul 1, 2009 at 12:1

Re: generating documentation in a printable format...

2009-07-07 Thread Stefan Kost
Simos Xenitellis schrieb: > On Wed, Jul 1, 2009 at 8:41 PM, Stefan Kost wrote: > >> hi, >> >> Simos Xenitellis schrieb: >> >>> On Wed, Jul 1, 2009 at 12:11 AM, Simos >>> Xenitellis wrote: >>> >>>> On Tue, Jun 30,

Re: generating documentation in a printable format...

2009-07-01 Thread Stefan Kost
hi, Simos Xenitellis schrieb: > On Wed, Jul 1, 2009 at 12:11 AM, Simos > Xenitellis wrote: >> On Tue, Jun 30, 2009 at 9:39 PM, Stefan Kost wrote: >>> Murray Cumming schrieb: >>>> On Mon, 2009-06-29 at 22:23 +0300, Stefan Kost wrote: >>>>> Unfor

Re: generating documentation in a printable format...

2009-06-30 Thread Stefan Kost
Murray Cumming schrieb: > On Mon, 2009-06-29 at 22:23 +0300, Stefan Kost wrote: >> Unfortunately the docbook to pdf chain is in terrible state these >> days. > > It's not that bad if you can use fop. And that's not as difficult as it > once was. I think most of

Re: generating documentation in a printable format...

2009-06-29 Thread Stefan Kost
Manu schrieb: > Hi, > > I would like to print the GTK+ documentation : > http://www.gtk.org/documentation.html > > I successfully built GTK+ from sources with the following : > ./configure --without-libtiff --without-libjasper --enable-gtk-doc && make > > The HTML documentation were generated su

Re: client side windows - request for testing and reviewing

2009-06-19 Thread Stefan Kost
Mikkel Kamstrup Erlandsen schrieb: > 2009/6/17 Alexander Larsson : >> The client side window branch is now feature complete on X11, and >> includes API to do offscreen window embedding (with patches for >> clutter-gtk availible to test this). Today I merged the latest master >> into the branch to m

Re: 3.0-related deprecations

2009-05-17 Thread Stefan Kost
Cody Russell schrieb: > Hi all, > > gtk+ currently does not build with GSEAL enabled, and I want to remedy > this so we can make progress on 3.0. I'm planning to post a large > series of patches unless someone has a suggestion for how better to do > proceed with this. > > Right now I was thinkin

Re: Review of gnio, round 1

2009-05-15 Thread Stefan Kost
Alexander Larsson schrieb: > On Mon, 2009-05-11 at 10:49 -0400, Dan Winship wrote: >> On 05/11/2009 10:30 AM, Stefan Kost wrote: >>> Alexander Larsson schrieb: >>>> GResolver is already in gio, yes. NameResolver isn't really less generic >>>> than G

Re: Review of gnio, round 1

2009-05-11 Thread Stefan Kost
Alexander Larsson schrieb: > On Sun, 2009-05-10 at 17:29 +0300, Stefan Kost wrote: > >> Alexander Larsson schrieb: >> >>> With gnome 2.26 out and the GResolver branch landed it is time to start >>> look at merging the gnio network code into gio. I'

Re: Review of gnio, round 1

2009-05-10 Thread Stefan Kost
Alexander Larsson schrieb: > With gnome 2.26 out and the GResolver branch landed it is time to start > look at merging the gnio network code into gio. I'm posting this here, > plus CC:ing the involved people instead of on bugzilla in order to get > feedback from others who may be interested but una

Re: Moving GLib and GTK+ to git

2009-04-06 Thread Stefan Kost
Edward Hervey schrieb: > On Tue, 2009-03-31 at 21:29 +0200, Martin Nordholts wrote: > >> Matthias Clasen wrote: >> >>> - First line (the brief description) must only be one sentence and >>>must not start with a capital letter. Don't use a trailing period >>>either. Don't exceed 76

Re: GObject Introspection as part of the GNOME platform

2009-03-20 Thread Stefan Kost
Emmanuele Bassi schrieb: > On Tue, 2009-03-10 at 15:18 -0300, Johan Dahlin wrote: >> Hi, >> >> We think GObject Introspection adds a lot to the GNOME platform and >> would like to >> discuss how it can be integrated. > > yey! > > absolutely agree about finally having G-I integrated in the platfor

Re: gtk+ documentation wikified

2009-03-04 Thread Stefan Kost
Maciej Piechotka schrieb: > On Fri, 2009-02-20 at 10:37 +, Alberto Ruiz wrote: > >> 2009/2/20 Maciej Piechotka : >> >>> Eugene Gorodinsky writes: >>> >>> Hi all Since you guys are discussing the redesign of the gtk+ website, I'd like to propose an idea that I

Re: gtk+ documentation wikified

2009-02-22 Thread Stefan Kost
Piechotka schrieb: > Stefan Kost writes: > >> hi, >> >> Maciej Piechotka schrieb: >>> Eugene Gorodinsky writes: >>> >>>> Hi all >>>> >>>> Since you guys are discussing the redesign of the gtk+ website, I'

Re: gtk+ documentation wikified

2009-02-20 Thread Stefan Kost
hi, Maciej Piechotka schrieb: > Eugene Gorodinsky writes: > >> Hi all >> >> Since you guys are discussing the redesign of the gtk+ website, I'd >> like to propose an idea that I have. I've seen quite a lot of comments >> saying gtk+ documentation isn't as good as qt's. What do you think of >> ha

Re: GLib plans for the next cycle

2009-02-14 Thread Stefan Kost
Matthias Clasen schrieb: > On Fri, Feb 13, 2009 at 11:52 AM, Stefan Kost wrote: >> hi, >> Matthias Clasen schrieb: >>> With 2.20 winding down, I think now would be a good time to talk about >>> what should happen in Glib 2.22. >> What about >> htt

Re: GLib plans for the next cycle

2009-02-13 Thread Stefan Kost
hi, Matthias Clasen schrieb: > With 2.20 winding down, I think now would be a good time to talk about > what should happen in Glib 2.22. What about http://bugzilla.gnome.org/show_bug.cgi?id=348080 "GObject property bindings like in libexo" there is a patch attached. This is one of the feature tha

Re: Decorating scales

2009-01-21 Thread Stefan Kost
Matthias Clasen schrieb: > On Tue, Jan 6, 2009 at 12:31 AM, Matthias Clasen > wrote: >> I'd like to get this functionality into 2.16, if nobody objects, but >> I'm not entirely sure that I have managed to come up with the best >> possible api for this yet: > > > To wrap up this discussion: > >

Re: Decorating scales

2009-01-06 Thread Stefan Kost
Matthias Clasen schrieb: > Over the Christmas vacation, I spent a day adding marks to scales. The > motivation for this came from the new sound preferences capplet, which > uses a GtkHScale for balance control. Jon did a nice job of adding > Left/Right labels (see the screenshot), but what is reall

Commenting online docs [Was: Howto retrieve selected font size from GtkFontButton]

2008-12-09 Thread Stefan Kost
Nelson Benítez León schrieb: > 2008/12/3 Christian Dywan <[EMAIL PROTECTED]>: > >> Am Wed, 3 Dec 2008 12:31:23 +0100 >> schrieb "Nelson Benítez León" <[EMAIL PROTECTED]>: >> >> >>> 2008/12/2 Stefan Kost <

Re: [Patch] Re: Howto retrieve selected font size from GtkFontButton

2008-12-02 Thread Stefan Kost
Nelson Benítez León schrieb: > 2008/12/2 Sven Herzberg <[EMAIL PROTECTED]> >> http://bugzilla.gnome.org/show_bug.cgi?id=562998 > > Ok, thank you!, I was about to suggest that, because I thought > gtk_font_button_get_font_name just returned the font name, thanks for > this doc improvements, it wou

Re: [REMINDER] GTK+ Team Meeting - October 21st

2008-10-21 Thread Stefan Kost
hi, Emmanuele Bassi schrieb: > On Mon, 2008-10-20 at 14:34 +0300, Stefan Kost wrote: > > >> I'd like to discuss these gobject related tickets. What do glib >> maintainers think about them? Something left to do or can they go in? >> >> http://bug

Re: [REMINDER] GTK+ Team Meeting - October 21st

2008-10-20 Thread Stefan Kost
Hi, Emmanuele Bassi schrieb: > hi everyone; > > this is the usual reminder for the IRC GTK+ Team Meeting. the meeting > will be held in the #gtk-devel channel on irc.gnome.org, at 20:00 > UTC[1]. > > the points are: > > o Miscellaneous > > eventual changes will be notified on the wiki page[0]. >

Re: pre-summit introspection status

2008-10-16 Thread Stefan Kost
hi, Gustavo J. A. M. Carneiro schrieb: > On Fri, 2008-10-10 at 17:19 -0400, Behdad Esfahbod wrote: > >> Colin Walters wrote: >> >>> On Thu, Oct 9, 2008 at 9:34 PM, Behdad Esfahbod <[EMAIL PROTECTED]> wrote: >>> But most recently I was reading the static analysis literature and

Re: Theming API hackfest: last call

2008-10-16 Thread Stefan Kost
hi, Robert Staudinger schrieb: > ... > > Finally, regarding the SVG theming efforts that are floating around > [2, 3], I think that CSS and SVG are mostly orthogonal rather than > competing with each other. SVG is great for graphics, and CSS is made > for things like expressing that the GtkButton

Re: g_assert() semantics is changed without announce

2008-09-26 Thread Stefan Kost
Tim Janik schrieb: > On Fri, 26 Sep 2008, Andrew Cowie wrote: > >> On Thu, 2008-09-25 at 13:06 -0400, Matthias Clasen wrote: >>> The important part of the assert semantics are: if the assertion >>> fails, the program aborts. >>> >>> If you are using assertions in a way that make it important where

Re: g_assert() semantics is changed without announce

2008-09-25 Thread Stefan Kost
Hi, Matthias Clasen schrieb: > The important part of the assert semantics are: if the assertion > fails, the program aborts. > > If you are using assertions in a way that make it important where or > how the message is reported, I suggest that you are using it wrong... There is still a breakage.

Re: embedding G-I into apps

2008-09-10 Thread Stefan Kost
Hi, Johan Dahlin schrieb: Colin Walters wrote: (Using this list for gobject-introspection development for now, probably ignore if you're not jdahlin =)) I was looking a bit today about applying our shiny new introspection tool to Totem, with an eye to eliminating the manual binding infrastruct

sealing glib:GParamSpec

2008-08-14 Thread Stefan Kost
hi, when sealing GParamSpec, could we discuss my proposal in: http://bugzilla.gnome.org/show_bug.cgi?id=536939 namly exposing param_id via getter (read-only is enough). Stefan ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.o

Re: On Emblems

2008-08-06 Thread Stefan Kost
Hi, Clemens Buss schrieb: Hello, may I briefly introduce myself, for those who don't know me and who are probably the majority as I suppose. My name is Clemens Buss and I currently do a Summer of Code for GNOME ( http://code.google.com/soc/2008/gnome/appinfo.html?csaid=C4B0B39CD64C9CE6 ) mentor

Re: Color naming overview

2008-08-05 Thread Stefan Kost
Hi Alberto, Alberto Ruiz schrieb: Hi there: I just saw the latest John Stowers'[0] post regarding his new themed widget/canvas his is the first time that I actually have an overview of what the colors are and their naming[1] > I had the same issue once a while agao and wrote this toy: http://bu

Re: Let gtk-doc grok GSEAL

2008-08-05 Thread Stefan Kost
hi, Tim Janik schrieb: Hi Stefan, as mentioned during the last IRC meeting: http://live.gnome.org/GTK%2B/Meetings?action=AttachFile&do=view&target=20080722.txt It'd be nice if gtk-doc understood the GSEAL macros. I guess the handling would be best, if: - GSEAL(field); is treated like /*

Re: g_app_launch_context_get_startup_notify_id

2008-07-11 Thread Stefan Kost
hi, Murray Cumming schrieb: On Mon, 2008-07-07 at 10:38 -0400, Matthias Clasen wrote: On Mon, Jul 7, 2008 at 8:02 AM, Murray Cumming <[EMAIL PROTECTED]> wrote: I thought we were talking about g_app_launch_context_get_startup_notify_id() and g_app_launch_context_get_display(). They do not say

Re: GTK+ 3.x wiki page

2008-07-11 Thread Stefan Kost
hi, Kristian Rietveld schrieb: Hi all, As promised in my previous e-mail I would create a wiki page over at live.gnome.org to track the tasks and progress to get to GTK+ 3.0. This page can now be found here: http://live.gnome.org/GTK+/3.0/Tasks GSEAL also removed the ability to do e.g. stat

Re: GTK-Docc setup: Documentation not generated for some functions

2008-07-11 Thread Stefan Kost
Hi, Saravanan Shanmugham (sarvi) schrieb: Hi, I am new the GTK-Doc tools. I am trying to add gtk-doc support to generate API documentation for the Upstart project(an open source Init replacement). The code seems to already be heavily commented for the GTK-Doc tool but the GTK-Doc to

Re: GTK-Doc homepage updated

2008-06-26 Thread Stefan Kost
Hej Martyn, Martyn Russell schrieb: Martyn Russell wrote: Hi, While updating the devhelp link for the gtk-doc pages, we noticed that they were still old school and not up to date with the new style on gtk.org. Thanks a lot! Stefan Perhaps I should add, the GTK-Doc homepage is at: http

Re: gtk-doc installation broken

2008-06-23 Thread Stefan Kost
Hi Tim, Tim Janik schrieb: Hi Stefan. gtk-doc continues to produce problems when compiling the gtk.modules module from jhbuild, this time it's during installaiton: *** Installing gtk-doc *** [5/14] make install Making install in help make[1]: Entering directory `/usr/src/gtk+head/gtk-doc/hel

Re: gtk-doc migration

2008-06-22 Thread Stefan Kost
hi, Stefan Kost schrieb: hi, as discussed in the team meeting on 2008 june, 3rd, we will move all api docs from tmpl files to inline source comments. This is the wiki page for coordination : http://live.gnome.org/GTK%2B/TaskAPIDocMigration I'll start with glib/gobject today. I'll

gtk-doc migration

2008-06-21 Thread Stefan Kost
hi, as discussed in the team meeting on 2008 june, 3rd, we will move all api docs from tmpl files to inline source comments. This is the wiki page for coordination : http://live.gnome.org/GTK%2B/TaskAPIDocMigration I'll start with glib/gobject today. I'll be on irc the whole weekend (ensonic)

Re: gobject property system performance

2008-06-21 Thread Stefan Kost
the property id public. Stefan Stefan Kost schrieb: hi, as promissed in [1] here [2] is the test and the results. I'll try to so some more serious profiling and analysis next week. Stefan [1] http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00090.html [2] http://bugzilla.gnom

gobject property system performance

2008-06-06 Thread Stefan Kost
hi, as promissed in [1] here [2] is the test and the results. I'll try to so some more serious profiling and analysis next week. Stefan [1] http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00090.html [2] http://bugzilla.gnome.org/show_bug.cgi?id=536939 ___

Re: Steps to get to GTK+ 3.0

2008-06-05 Thread Stefan Kost
hi, Brian J. Tarricone schrieb: > Jean-Yves Lefort wrote: >> On Wed, 04 Jun 2008 15:18:45 -0400 >> Paul Davis <[EMAIL PROTECTED]> wrote: >> >>> On Wed, 2008-06-04 at 20:57 +0200, Jean-Yves Lefort wrote: >>> Rather than calling my suggestions silly, why don't you actually try to explain ho

Re: Steps to get to GTK+ 3.0

2008-06-04 Thread Stefan Kost
hi, Felipe Contreras schrieb: > On Tue, Jun 3, 2008 at 3:23 PM, Tim Janik <[EMAIL PROTECTED]> wrote: >> On Tue, 3 Jun 2008, Alberto Mardegan wrote: >> >>> ext Kristian Rietveld wrote: 10. Remove all structure fields from the public API. There are two ways this can be done: a) Mov

Re: Minutes of the GTK+ Team IRC meeting - 2008-05-13

2008-05-14 Thread Stefan Kost
Hi, A. Walton schrieb: > On Wed, May 14, 2008 at 3:15 PM, Stefan Kost <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Emmanuele Bassi schrieb: >>> = minutes for the 2008-05-13 meeting = >>> >> 8< snip 8< >> >>> * rework the gobjec

Re: Minutes of the GTK+ Team IRC meeting - 2008-05-13

2008-05-14 Thread Stefan Kost
Hi, Emmanuele Bassi schrieb: > = minutes for the 2008-05-13 meeting = > 8< snip 8< > > * rework the gobject tutorial > - it is old and unmaintained > - the signals section is broken > - teaches bad practises I can go over it. Please send me pointers to what you want to have changed. From my

Re: proposal: substantial change to keyboard-driven action handling

2008-05-07 Thread Stefan Kost
Hi, Paul Davis schrieb: > (I've been grousing about the way GTK's handles keyboard bindings in the > most general sense for some time now, and was suddenly motivated to try > to write up a proposal for what I think needs to be done. Feel free to > shoot me down) > > CLAIM > - > > GTK's handli

gtk website bug

2008-05-06 Thread Stefan Kost
hi, the gtk website has no bugzilla entry. Could someone have a look at this bug (files for www.gnome.org right now), http://bugzilla.gnome.org/show_bug.cgi?id=531754 Stefan ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.or

http://bugzilla.gnome.org/show_bug.cgi?id=348080

2008-03-31 Thread Stefan Kost
hi, libexo has a nice implementation for binding properties together, so that one syncs the other or they both sync each other. The implementation is used in xfce for some years. I was about to copy that into my app, but then I wonder if that would be accepted in glib. I could prepare a patch

Re: Gtk+ stock-icons how r they supposed 2b installed?

2008-03-22 Thread Stefan Kost
Hi, Yotam Medini יותם מדיני schrieb: > Hello Gtk+ developpers. > > The gtk+2.12 (or similar versions) source tree, > contains the sub directories gtk/stock-icons{16,20,24,32,48} > with rich set of icons. > When building and installing it (using say, prefix=/home/local) > these icons (at least in

Re: Help required to compile example_wavelaunch

2008-02-03 Thread Stefan Kost
hi, you probably miss the development packages of the used libraries. Please also sent mails to maemo-devel list instead. Stefan nisha jain schrieb: > Hi All, > > I am trying to compile example_wavelaunch.c file given in Maemo site. > I am getting so many errors and all are as it is not able to

Re: GTK+ Website - Current status of gtk.org/gtk-doc/

2008-01-29 Thread Stefan Kost
Hi Martyn, Martyn Russell schrieb: > Hi, > > This evening, we discovered http://www.gtk.org/gtk-doc/ and it looks > like it is holding the project files for gtk-doc. > > Does anyone know anything about this? Tim and I don't. > Do we need to keep it? If so, we can revamp these pages too. > Who ma

Re: Get rid of deprecated widgets

2007-12-06 Thread Stefan Kost
Hi, Xavier Bestel schrieb: > On mer, 2007-12-05 at 14:09 +0100, Alexander Larsson wrote: >> The only way to make this backwards compatible is to make >> libgtk-2.0.so.0 have the deprecated symbols and link to >> libgtk-no-compat-2.0.so.0 which doesn't. Then normal apps will keep >> working, and app

Re: RFC: Gtk+ testing utilities

2007-11-19 Thread Stefan Kost
Tim Janik schrieb: > On Sat, 17 Nov 2007, Stefan Kost wrote: > >> Hi, >> >> Tim Janik schrieb: >>> hey All. >>> >>> first, a quick update on the GLib testing framework. allmost all of it >>> has been implemented at this point and

Re: RFC: Gtk+ testing utilities

2007-11-17 Thread Stefan Kost
Hi, Tim Janik schrieb: > hey All. > > first, a quick update on the GLib testing framework. allmost all of it > has been implemented at this point and is available here: > http://git.imendio.com/?p=timj/glib-testing.git;a=shortlog;h=gtester2 > we're currently working on finishing the documentati

Re: bug test links (Re: RFC: GLib testing framework)

2007-11-06 Thread Stefan Kost
Hej, wouldn't it make sense to move setting the bug-tracker url to spme normal g_lib module, like where g_(g|s)et_application_name() is. he g_option stuff could display the link when running --help. We would need two urls: one template to get a report by id and one to file a bug. Stefan Q

Re: RFC: GLib testing framework

2007-11-06 Thread Stefan Kost
Hi Matthias, Matthias Clasen schrieb: > On 11/1/07, Tim Janik <[EMAIL PROTECTED]> wrote: > > I don't have much in terms of comments. My general reaction to > grandiose test frameworks is that fixtures, setup/teardown, > hierarchical test suites are too much overhead for me. Maybe this > approach

Re: RFC: GLib testing framework

2007-11-03 Thread Stefan Kost
Hi Tim, Tim Janik schrieb: > On Thu, 1 Nov 2007, Stefan Kost wrote: > >> Hi Tim, > >> Now some comments about the API >> g_test_create_case -> g_test_case_create >> g_test_create_suite -> g_test_suite_create > > i think this is a bit of a philos

Re: RFC: GLib testing framework

2007-11-01 Thread Stefan Kost
Hi Tim, thanks for the work you put into this already! First some comment regarding check. We use check in gstreamer and I use that in buzztard too. I can understand that some people see an issue with having this as a dependency. Besides also the api is a bit chaotic (no namespace prefix). Beside

Re: Chaining Up (GLib Tutorial Error)

2007-10-28 Thread Stefan Kost
Yevgen Muntyan schrieb: > Phil Lello wrote: >> According to the GObject tutorial, chaining-up in >> constructor/dispose/finalize code should be handled as follows: >> >> static void >> b_method_to_call (B *obj, int a) >> { >> BClass *klass; >> AClass *parent_class; >> klass = B_GET_CLASS (ob

Re: Bug 490017 -- Feature Request: GTK MIDI-Learn functionality

2007-10-27 Thread Stefan Kost
Hi, ricardo colon schrieb: > I just submitted a feature request to bugzilla. > I chose to post this message to gtk-devel-list since the feature > is related to the gtk input method API. > > I'd like to hear your comments. > I currently do this in buzztard [1] with a helper subsystem (btic). The

Re: turning g_assert* into warnings

2007-10-15 Thread Stefan Kost
hi, Marco Barisione schrieb: > Il giorno ven, 12/10/2007 alle 15.16 +0200, Tim Janik ha scritto: >> please reread my reasoning about G_DISABLE_ASSERT, there already is no >> behavior >> of g_assert() you could rely on. (and some distributions do build their >> binaries with G_DISABLE_ASSERT and/o

Re: some bugs that would nice to get fixed for GNOME 2.20

2007-09-07 Thread Stefan Kost
Hi Sebastian, Sebastien Bacher wrote: > Hi, > > I'm not sure when GTK 2.12.0 is due but there is some annoying bugs with > 2.11 at the moment and people on IRC said it would be nice to make a > list and send it on the mailing-list > > * http://bugzilla.gnome.org/show_bug.cgi?id=471340 > "Documen

Re: Multimedia widgets in GTK+?

2007-07-20 Thread Stefan Kost
Hi, Tim Janik wrote: > On Fri, 9 Mar 2007, Stefan Kost wrote: > ... >> * better ruler widgets >> yes, I reead the comments that rules wont be extended. > > the gtk rulers have recently been extended to at least support fill-level. > >> anyway, I miss there

Re: installing gtk+-1.2.0

2007-07-10 Thread Stefan Kost
hej, this list is about development of the gtk-doc utillity (documentation generator). Please note that the version 1.2.X of glib/gtk+ is realy old. In your case the gtk+-1.2.X-devel package is missing. If you develop an application consider porting it to gtk+-2.X. Stefan Quoting uma G <[

GtkRange fill-level vs. fill-range

2007-06-07 Thread Stefan Kost
hi, I haven't tried the fill-level, but I am wondering if it shouldn't be better a fill-range (min,max). The current would be [0,max]. I could imagine that a canvas would use this to indicate the region of the canvas that is covered by objects. A timeline could show a selection. Just a thought. D

Re: questioning glib r5316 by mclasen

2007-05-14 Thread Stefan Kost
Hi, Quoting Behdad Esfahbod <[EMAIL PROTECTED]>: > On Mon, 2007-05-14 at 06:49 -0400, Tim Janik wrote: >> hi Matthias. >> >> can you please explain your glib change from 2007-01-26 where you're making >> function-scoped symbols non-static without any obvious need? >> >> i'm sorry to have to bring

Re: shortcuts for g_type_register_static_simple

2007-05-08 Thread Stefan Kost
we can save 2 relocs and there are 16bytes moved from (RELSZ) to (PLTRELSZ). Stefan Quoting Stefan Kost <[EMAIL PROTECTED]>: > hi, > > I just converted one of my classes to use G_DEFINE_TYPE to benefit > from less typing and from the less relocations. When trying it I was >

Re: shortcuts for g_type_register_static_simple

2007-05-08 Thread Stefan Kost
: 31894:final number of relocations: 7785 31894: final number of relocations from cache: 2407 Anyone an idea whats causing this? Matthis do you remember how you verified that this helps? Stefan Quoting Tim Janik <[EMAIL PROTECTED]>: > On Tue, 8 May 2007, Stefan K

Re: shortcuts for g_type_register_static_simple

2007-05-08 Thread Stefan Kost
two top in the report for libgobject which itself has 7 % of the total time. 168 11.2299 g_type_check_instance_is_a 118 7.8877 g_type_is_a Nothing big to gain here, so it seems. Stefan Quoting Tim Janik <[EMAIL PROTECTED]>: > On Mon, 7 May 2007, Stefan Kost wrote

shortcuts for g_type_register_static_simple

2007-05-07 Thread Stefan Kost
hi, wasn't the g_type_register_static_simple() meant to avoid the memcpy() of filling the GTypeInfo only to pass it to type_data_make_W, which then copies most filed from this elsewhere? Then shouldn't type_data_make_W() be reflowed. There is a big if() elseif(), elseif() else in there. Imp

Re: Gnome Development Site

2007-03-14 Thread Stefan Kost
Hi, please file a bug into bugzilla - there is a website module: http://bugzilla.gnome.org/enter_bug.cgi?product=website Stefan Henk Freimuth wrote: > dear sir or madam, > > i'm trying to get into gtk-programming and while i was trying to get > information from the gnome development sites i di

Re: G_PARAM_STATIC_*

2007-03-13 Thread Stefan Kost
Hi Tim, http://bugzilla.gnome.org/show_bug.cgi?id=418021 I can commit if thats okay. Stefan Tim Janik wrote: > On Sat, 10 Mar 2007, Stefan Kost wrote: > >> hi, >> >> I just found G_PARAM_STATIC_NAME, G_PARAM_STATIC_NICK, >> G_PARAM_STATIC_BLURB >&

G_PARAM_STATIC_*

2007-03-10 Thread Stefan Kost
hi, I just found G_PARAM_STATIC_NAME, G_PARAM_STATIC_NICK, G_PARAM_STATIC_BLURB flags. Does it mean that if I do: g_param_spec_string("name", "name prop", "name for blabla", NULL, G_PARAM_READWRITE); I can apply them to save a g_strdup? If so wouldn't it make send to have: #define G_PARAM_STA

Re: Multimedia widgets in GTK+?

2007-03-09 Thread Stefan Kost
Hi Bastien, I found the BaconVolume quite useful So +1 from myself too. Other things that I miss: * a volume-meter I use GtkVUMeter right now, I would like to see a input/output vu-meters in the mixer. this is a good indicator for people to trac down why the don't hear their music. is the mi

Re: gvfs status report

2007-02-15 Thread Stefan Kost
Hi Alex, Alexander Larsson wrote: > ... > GIO > === > > The gio library is meant to be a part of glib. Its a generic I/O > library similar to e.g. java.io.*. Its a "modern" gobject-based > library using things like inheritance and interfaces. As such it can't > be in the main glib library (since

Re: undefined reference to `g_sequence_*'

2007-02-11 Thread Stefan Kost
Argh, got it. I tried to be lazy and because it does not need new atk, I did not build a new atk and thus when linking to old atk it pulls in the old glib :( Thanks for you help! Stefan Brian J. Tarricone wrote: > Stefan Kost wrote: >> I said from *svn*. I've build glib, pango an

Re: undefined reference to `g_sequence_*'

2007-02-11 Thread Stefan Kost
hi brian and emmanuele, I said from *svn*. I've build glib, pango and gtk from svn - all of today Stefan Brian J. Tarricone wrote: > Stefan Kost wrote: >> when building glib/gtk+ (into a local dir) from svn I get: >> ../../gtk/.libs/libgtk-x11-2.0.so: undefined reference

undefined reference to `g_sequence_*'

2007-02-11 Thread Stefan Kost
when building glib/gtk+ (into a local dir) from svn I get: ../../gtk/.libs/libgtk-x11-2.0.so: undefined reference to `g_sequence_free' ../../gtk/.libs/libgtk-x11-2.0.so: undefined reference to `g_sequence_sort_changed_iter' ../../gtk/.libs/libgtk-x11-2.0.so: undefined reference to `g_sequence_swap'

  1   2   >