http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29705
User: krj
Date: 2009/09/05 03:36 AM
Log:
Get rid off GtkTreeModelFilter because the time to sort becomes unbearable when combined with GtkTreeSortable. This means that we now track which frames are visible in the our own packet list store. To do so, we now distinguish between physical and visible rows. All frames are added as physical rows. Only those that passes the display filter are marked as visible.
Directory: /trunk/gtk/
Changes Path Action
+12 -32 new_packet_list.c Modified
+159 -73 packet_list_store.c Modified
+14 -9 packet_list_store.h Modified
Directory: /trunk/
Changes Path Action
+2 -0 file.c Modified
+1 -0 ui_util.h Modified