Update of patch #2443 (project freeciv):

                  Status:          Ready For Test => In Progress            

    _______________________________________________________

Follow-up Comment #1:

I really have to rethink Qt-client canvas implementation. There's conflict
between client common code philosophy and QtGraphicsScene philosophy that
makes it hard to fit them together.
Client common code assumes that one can simply draw over items on canvas and
their gone. In QtGraphicsScene objects remain even if they are hidden. As
client common code never explicitly removes anything, and it would be very
hard to implement such removal, there's just more and more items on
QtGraphicsScene after each redraw.

So, patches related to Qt-client mapview & other canvases are on hold.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?2443>

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


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

Reply via email to