wireshark/ui/qt/models
Michael Mann 5b3e3ee587 Use UAT model for I/O graph
Convert from using TreeWidgetItems to UAT model/delegate.  More of the GUI
is "just handled" within the table.
Required to add support for "colors" and "protocol fields" to UAT types.
Also needed to add some hacks for "custom" UAT field handlers for
backwards compatibility with the existing UAT structure used.

Because UAT functionality was switched completely to the model, some
information in the table was "lost in translation" because the UATs
themselves aren't translated to other languages.

TODO:
2. Better "order of operations"?  A bunch of NULL/size checks needed to be added to prevent crashing.
Now with model/"view" should events/functions be reordered?

Bug: 13585
Change-Id: I2bbba78182317c4fada07b927c05d0c6f4cdc0fe
Reviewed-on: https://code.wireshark.org/review/22766
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-08-07 17:25:02 +00:00
..
cache_proxy_model.cpp
cache_proxy_model.h
interface_sort_filter_model.cpp
interface_sort_filter_model.h
interface_tree_cache_model.cpp
interface_tree_cache_model.h
interface_tree_model.cpp
interface_tree_model.h
numeric_value_chooser_delegate.cpp
numeric_value_chooser_delegate.h
packet_list_model.cpp
packet_list_model.h
packet_list_record.cpp
packet_list_record.h
path_chooser_delegate.cpp
path_chooser_delegate.h
percent_bar_delegate.cpp
percent_bar_delegate.h
related_packet_delegate.cpp
related_packet_delegate.h
sparkline_delegate.cpp
sparkline_delegate.h
timeline_delegate.cpp
timeline_delegate.h
uat_delegate.cpp Use UAT model for I/O graph 2017-08-07 17:25:02 +00:00
uat_delegate.h Use UAT model for I/O graph 2017-08-07 17:25:02 +00:00
uat_model.cpp Use UAT model for I/O graph 2017-08-07 17:25:02 +00:00
uat_model.h
voip_calls_info_model.cpp
voip_calls_info_model.h