Open GoogleCodeExporter opened 9 years ago
Original comment by fourdollars
on 28 Aug 2012 at 2:25
Original comment by fourdollars
on 28 Aug 2012 at 2:36
Original comment by fourdollars
on 28 Aug 2012 at 2:38
I think we should start from eliminating the usage of Gtk+ deprecated functions.
Original comment by jserv.tw@gmail.com
on 28 Aug 2012 at 8:39
I removed some GTK+ deprecated functions in pcmanx-gtk2.
Original comment by lantw44
on 8 Nov 2013 at 3:23
Attachments:
What a coincident, I did the similar work yesterday.
Some suggestion :
1. separate your patch by different function change.
ex : patch 1 : handle all GTK_WIDGET_SET_FLAGS (widget, GTK_CAN_DEFAULT) ->
gtk_widget_set_can_default(widget, TRUE)
pathc 2 : GTK_WIDGET_VISIBLE(m_Name) -> gtk_widget_get_visible(m_Name)
2. gnome has provide a porting guide at
https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html
To add what rule you use to the commit comment make commit reason more clear (I
think)
Original comment by cmc...@gmail.com
on 8 Nov 2013 at 6:06
Some work about this issue and they are located in
https://github.com/cmchao/pcmanx-gtk2
There are two branch, no2,22 and gtk3
https://github.com/cmchao/pcmanx-gtk2/tree/no2.22
https://github.com/cmchao/pcmanx-gtk2/tree/gtk3
no2.22 remove support for GTK version < 2.22
gtk3 is based on no2.22 and do gtk3 migration by following gtk migrating guide
If the above work is acceptable, the last step is to rewrite the gdk with
cairo.
Need someone to do that ...:P
Original comment by cmc...@gmail.com
on 27 Feb 2014 at 4:01
Maybe you can put these branches to here:
https://github.com/pcman-bbs/pcmanx
Original comment by wander...@gmail.com
on 3 Mar 2014 at 3:05
done ..:P
Original comment by cmc...@gmail.com
on 13 Mar 2014 at 3:44
Great work! I have only one question: how is it going to this project? I mean,
pcmanx-gtk2 project will be renamed or just kept?
Original comment by jserv.tw@gmail.com
on 13 Mar 2014 at 3:48
I think that renaming is better, so I create the repo on github.
Original comment by wander...@gmail.com
on 13 Mar 2014 at 3:53
I prefer moving to https://code.google.com/p/pcmanx/. :P
Original comment by fourdollars
on 14 Mar 2014 at 1:59
Original issue reported on code.google.com by
wander...@gmail.com
on 23 Aug 2012 at 3:43