Remaining GTK+ deprecation issues
Hi All,
We're very nearly clear of deprecated symbols now, but the last few are maybe a bit tricky. Can anyone see an easy way to deal with these three remaining issues?
* Stop using GtkObject in SPCanvas hierarchy. See bug #813232
* Stop using GtkCList/GtkCTree in sp-xmlview-tree.cpp. See bug #903676
* Draw images from data with Cairo in sp-cursor and sp-color-slider. See bug #943207
Would be good to iron out these final creases, so we can start work on the actual GTK+3 migration
Cheers,
AV
On Apr 6, 2012, at 10:54 AM, Alex Valavanis wrote:
Hi All,
We're very nearly clear of deprecated symbols now, but the last few are maybe a bit tricky. Can anyone see an easy way to deal with these three remaining issues?
- Stop using GtkObject in SPCanvas hierarchy. See bug #813232
This one might be the more complicated one.
With events, C-style casts, etc, a conversion might be as simple as one would like.
- Stop using GtkCList/GtkCTree in sp-xmlview-tree.cpp. See bug #903676
Might just need someone to do a bit of debugging.
- Draw images from data with Cairo in sp-cursor and sp-color-slider.
See bug #943207
Looks like one that's in line with my areas. If anyone was thinking of trying this, I can give some help.
On Mon, Apr 9, 2012 at 8:29 PM, Krzysztof Kosiński <tweenk.pl@...400...> wrote:
W dniu 6 kwietnia 2012 19:54 użytkownik Alex Valavanis <valavanisalex@...400...> napisał:
Would be good to iron out these final creases, so we can start work on the actual GTK+3 migration
Does GTK+3 finally work on Windows?
That was one of the stronger things about 3.4, apparently it's the first GTK 3 release to work on Windows. Did you see those links I sent you regarding the devlibs?
http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_12.... http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_12....
I am wondering if we can use the libs produced by opensuse's build service. They do have both 32 and 64bit... It seems like if someone were inclined to write a script to download and unpackage the libs into a sane location, it would make devlibs updates easier.
Cheers, Josh
On Mon, Apr 9, 2012 at 8:29 PM, Krzysztof Kosiński <tweenk.pl@...400...> wrote:
W dniu 6 kwietnia 2012 19:54 użytkownik Alex Valavanis <valavanisalex@...400...> napisał:
Would be good to iron out these final creases, so we can start work on the actual GTK+3 migration
Does GTK+3 finally work on Windows?
Should have included the following in the previous message, see the second bullet under "Platform support":
https://mail.gnome.org/archives/gnome-announce-list/2012-March/msg00074.html
Cheers, Josh
participants (4)
-
Alex Valavanis
-
Jon Cruz
-
Josh Andler
-
Krzysztof Kosiński