[Freeciv-Dev] [patch #5911] Load gfx files with gdk-pixbuf

2015-10-21 Thread Marko Lindqvist
Update of patch #5911 (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 #5911] Load gfx files with gdk-pixbuf

2015-10-17 Thread Marko Lindqvist
Update of patch #5911 (project freeciv):

  Status:None => In Progress

___

Follow-up Comment #2:

- Updated against svn
- Rewritten to use cairo_image_surface_create_for_data() for alreadyprepared
data instead of cairo_image_surface_create() and then modifying it
- Handle more error cases

> This doesn't quite work

This is still the case.

> gtk3-client API claims that it supports the same image formats
> as gdk-pixbuf (and not only png)

If this ticket is not going forward soon, we need to make temporary fix to the
reporting of supported types to list only 'png' again.

___

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 #5911] Load gfx files with gdk-pixbuf

2015-10-17 Thread Marko Lindqvist
Additional Item Attachment, patch #5911 (project freeciv):

File name: GdkPixbufGtk3-2.patch  Size:4 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 #5911] Load gfx files with gdk-pixbuf

2015-10-17 Thread Marko Lindqvist
Update of patch #5911 (project freeciv):

  Status: In Progress => Ready For Test 

___

Follow-up Comment #3:

Fixing the corruption was as simple as doing the opposite conversion to one we
already do in surface_get_pixbuf()

(file #25343, file #25344)
___

Additional Item Attachment:

File name: GdkPixbufGtk3-3.patch  Size:5 KB
File name: GdkPixbufGtk3-S2_6-3.patch Size:5 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 #5911] Load gfx files with gdk-pixbuf

2015-04-22 Thread Marko Lindqvist
Update of patch #5911 (project freeciv):

 Planned Release: = 2.6.0, 3.0.0   

___

Follow-up Comment #1:

Note that S2_6/TRUNK is currently broken without this as gtk3-client API
claims that it supports the same image formats as gdk-pixbuf (and not only
png)

___

Reply to this item at:

  http://gna.org/patch/?5911

___
  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 #5911] Load gfx files with gdk-pixbuf

2015-03-06 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?5911

 Summary: Load gfx files with gdk-pixbuf
 Project: Freeciv
Submitted by: cazfi
Submitted on: Fri 06 Mar 2015 04:26:43 PM 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:

Replace a toy api cairo_image_surface_create_from_png() with implementation
that uses gdk-pixbuf.

This doesn't quite work - it either has a bug or reveals existing bug in
handling of partial transparency. For example banks of the amplio2 rivers
stand out unlike they should.



___

File Attachments:


---
Date: Fri 06 Mar 2015 04:26:43 PM EET  Name: GdkPixbufGtk3.patch  Size: 4kB  
By: cazfi

http://gna.org/patch/download.php?file_id=24010

___

Reply to this item at:

  http://gna.org/patch/?5911

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


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