Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#129 closed defect (released)

Change notifications are slow in GTK app

Reported by: ibboard Owned by:
Priority: major Milestone: WarFoundry 0.1
Component: WarFoundry-GUI-GTK# Version:
Keywords: gui repaint slow Cc:
Blocked By: Blocking: #86

Description

Changing the number of troopers in a unit or changing the name of a unit should trigger updates that repaint (amongst other things) the name in the unit tree and the name in the tabs. These do seem to occur eventually after other events, but they should be instant.

It is unknown whether these are related to Debug mode, just delayed repaints but the data has changed already, or very slow message propogation.

Change History (5)

comment:1 Changed 10 years ago by ibboard

Update of unit name on tab seems instant (but see #125) but the tree doesn't seem to repaint until hover over that specific item.

comment:2 Changed 10 years ago by ibboard

Blocking: 86 added

comment:3 Changed 10 years ago by ibboard

Status: newconfirmed

Move tickets to new "confirmed" status to show that they've been checked

comment:4 Changed 9 years ago by ibboard

Resolution: fixed
Status: confirmedclosed

(In r645) Fixes #129: Change notifications are slow in GTK app

  • Kick tree with a "queue draw" call to queue a redrawing of the widget

comment:5 Changed 9 years ago by ibboard

Resolution: fixedreleased

Released in WF GTK v0.1 beta 1

Note: See TracTickets for help on using tickets.