[Freeciv-Dev] [patch #6572] Use gtk_builder instead of gtk_ui_manager

2015-12-09 Thread Marko Lindqvist
Update of patch #6572 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6572] Use gtk_builder instead of gtk_ui_manager

2015-12-06 Thread Marko Lindqvist
Update of patch #6572 (project freeciv):

  Status: In Progress => Ready For Test 

___

Follow-up Comment #3:

Commit candidate

(file #25919)
___

Additional Item Attachment:

File name: GtkBuilder.patch.bz2   Size:15 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6572] Use gtk_builder instead of gtk_ui_manager

2015-11-21 Thread Marko Lindqvist
Follow-up Comment #2, patch #6572 (project freeciv):

- Key accelerators work for those menu entries that are correctly set up
- Setup more menu entries correctly (those missing setup show in the menus by
their key-value and do nothing - neither do accelerator key that they should
provide)

TODO:
- Setup rest of the menu entries
- Correct callback function fingerprint (the unused parameter is *not*
GtkAction)
- Clean out other remnants of the old system


(file #25827)
___

Additional Item Attachment:

File name: GtkBuilderWIP2.patch.bz2   Size:11 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6572] Use gtk_builder instead of gtk_ui_manager

2015-11-15 Thread Marko Lindqvist
Update of patch #6572 (project freeciv):

  Status:None => In Progress
 Planned Release: => 3.0.0  

___

Follow-up Comment #1:

WIP patch

(file #25758)
___

Additional Item Attachment:

File name: GtkBuilderWIP.patch.bz2Size:10 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #6572] Use gtk_builder instead of gtk_ui_manager

2015-11-09 Thread Marko Lindqvist
URL:
  

 Summary: Use gtk_builder instead of gtk_ui_manager
 Project: Freeciv
Submitted by: cazfi
Submitted on: Tue 10 Nov 2015 08:40:55 AM EET
Category: client-gtk-3.0
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

gtk_ui_manager gets deprecated in gtk+-3.10, and gtk_builder should be used
instead. This obviously affects gtk3x-client, but as gtk_builder has already
existed for a long time we should consider making the switch in gtk3-client
too. Note that gtk+-3.10 *does* add a lot of stuff to gtk_builder, so we need
to be careful to use only those APIs available in 3.8 for gtk3-client.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev