master2be1 / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Move glades to glade-3 #233

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Glade-3 should now be so stable we can begin to move our UI layouts to this
new better featured platform.

Original issue reported on code.google.com by lobais on 7 Oct 2007 at 5:26

GoogleCodeExporter commented 9 years ago
In http://code.google.com/p/pychess/issues/detail?id=441&q=glade#c1 you 
mentioned we'd move to glade-3 
in the next version. I'm assuming you mean before or after 0.10?

Original comment by mattgatto on 13 Dec 2009 at 6:02

GoogleCodeExporter commented 9 years ago
glade-2 isn't even available anymore in Ubuntu 9.10 Karmic (my system) or 
Debian unstable.
https://bugs.launchpad.net/ubuntu/+source/glade/+bug/358502/comments/5

Original comment by mattgatto on 13 Dec 2009 at 6:17

GoogleCodeExporter commented 9 years ago
Damn this is old, but glade-3 wasn't really that stable at the time.
We could give it another try now, but then we would also have to change format 
into 
uimanager? And that would require some code changes, since the formats don't 
support 
the same features, right?

Original comment by lobais on 8 Feb 2010 at 8:43

GoogleCodeExporter commented 9 years ago
I don't think we have to change format into uimanager/gtkbuilder/whatever just 
yet.  For now we could 
start using glade-3 to edit glade files but still use libglade file format, and 
then wait until releasing 0.10 to 
convert to GtkBuilder. I attached a screenshot of what happens when I open a 
glade file in glade-3 and 
edit its properties (via "Edit > Preferences").

Original comment by mattgatto on 23 Feb 2010 at 2:03

Attachments:

GoogleCodeExporter commented 9 years ago
I've moved the files.
There was a convertion problems on vboxes, that mistakingly got the attribute 
<property name="orientation">horizontal</property> instead of <property 
name="orientation">vertical</property>, but otherwise I think it went fine.
I can't test the fics lounge though.

Original comment by lobais on 24 May 2010 at 1:45

GoogleCodeExporter commented 9 years ago
You can't test fics_lounge.glade? Why not?

Original comment by mattgatto on 27 May 2010 at 8:42

GoogleCodeExporter commented 9 years ago
Because my internet connection is not good enough to run PyChess fics :)
Maybe I need to disable a few dynamic options.

Original comment by lobais on 27 May 2010 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by lobais on 24 Jun 2010 at 8:17

GoogleCodeExporter commented 9 years ago
I'm unable to open any of the .glade files from the glade/ directory in the 
glade
editor in Ubuntu 11.10. I always get a bunch of warnings and errors and then 
finally,
for example:
(glade:25064): GladeUI-WARNING **: Couldnt recognize GtkBuilder xml, skipping
/home/gatto/code/hg/pychess-uimanager/glade/promotion.glade

Original comment by mattgatto on 25 Feb 2012 at 6:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision #44fa6b4f1185.

Original comment by gbtami on 13 Nov 2012 at 11:19

GoogleCodeExporter commented 9 years ago
I don't think this is fixed. I still can't edit glades with glade-3.XXX:

When I try to open PyChess.glade, I get this error message:
"PyChess.glade targets Gtk+ 2.18
But this version of Glade is for GTK+ 3 only.
Make sure you can run this project with Glade 3.8 with no deprecated widgets 
first."

Original comment by mattgatto on 21 Feb 2014 at 4:00

GoogleCodeExporter commented 9 years ago
Glade 3.15, that is.

Original comment by mattgatto on 21 Feb 2014 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by mattgatto on 21 Feb 2014 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 25 May 2014 at 8:57

GoogleCodeExporter commented 9 years ago
After pygi branch merge this should be OK.
Matt, can you confirm?

Original comment by gbtami on 20 Jan 2015 at 4:11