wireshark/ui/qt/models
Jaap Keuter 18f16c8b93 Qt: Fix crash when no plugins are configured
Configuring Wireshark with Cmake using -DENABLE_LUA:BOOL=OFF and
-DENABLE_PLUGINS:BOOL=OFF causes all plugin support to be removed.
The about Wireshark dialog wasn't made aware of that trying to
manipulate the related mdoel anyway, causing a crash.
Make the compilation of the offending code conditional.

Change-Id: Ifa51f40fda7f019d09327dc5650e5a55da2daf2a
Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Reviewed-on: https://code.wireshark.org/review/25517
Petri-Dish: Roland Knall <rknall@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@gmail.com>
2018-01-30 20:55:47 +00:00
..
astringlist_list_model.cpp Qt: Fix crash when no plugins are configured 2018-01-30 20:55:47 +00:00
astringlist_list_model.h Qt: About Dialog move to QTreeView and fix copy 2017-11-26 15:57:56 +00:00
cache_proxy_model.cpp
cache_proxy_model.h
decode_as_delegate.cpp Put the structure of a capture_file back in cfile.h. 2017-12-04 05:35:36 +00:00
decode_as_delegate.h Refactor Decode As dialog to use a model/delegate 2017-09-16 11:11:50 +00:00
decode_as_model.cpp Qt 4.8 compatibility fixes 2018-01-25 17:17:13 +00:00
decode_as_model.h Qt: Add support for DCE/RPC in Decode As 2017-11-28 16:32:57 +00:00
dissector_tables_model.cpp Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
dissector_tables_model.h Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
enabled_protocols_model.cpp Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
enabled_protocols_model.h Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
expert_info_model.cpp Fix memory leaks in Expert Info dialog 2017-12-16 15:41:21 +00:00
expert_info_model.h Fix memory leaks in Expert Info dialog 2017-12-16 15:41:21 +00:00
expert_info_proxy_model.cpp Replace a comma with a semicolon, which it presumably was intended to be. 2017-12-14 02:39:22 +00:00
expert_info_proxy_model.h Add a model to use for Expert Info dialog. 2017-12-13 16:07:07 +00:00
export_objects_model.cpp Convert Export Objects dialog to use a model. 2017-12-27 03:13:38 +00:00
export_objects_model.h Convert Export Objects dialog to use a model. 2017-12-27 03:13:38 +00:00
fileset_entry_model.cpp Qt 4.8 compatibility fixes 2018-01-25 17:17:13 +00:00
fileset_entry_model.h Qt 4.8 compatibility fixes 2018-01-25 17:17:13 +00:00
info_proxy_model.cpp InterfaceFrame: don't use pointers for models 2018-01-14 22:19:12 +00:00
info_proxy_model.h InterfaceFrame: don't use pointers for models 2018-01-14 22:19:12 +00:00
interface_sort_filter_model.cpp Qt: Reword text shown when no interfaces displayed 2018-01-14 08:33:41 +00:00
interface_sort_filter_model.h
interface_tree_cache_model.cpp Qt: add sanity check in InterfaceTreeCacheModel (found by clang). 2018-01-19 16:45:27 +00:00
interface_tree_cache_model.h
interface_tree_model.cpp Qt: change obsolete qVariantFromValue into QVariant::fromValue. 2018-01-15 12:20:32 +00:00
interface_tree_model.h extcap: remove conditional compilation. 2018-01-08 05:50:15 +00:00
numeric_value_chooser_delegate.cpp Qt: change obsolete qVariantFromValue into QVariant::fromValue. 2018-01-15 12:20:32 +00:00
numeric_value_chooser_delegate.h
packet_list_model.cpp Put the structure of a capture_file back in cfile.h. 2017-12-04 05:35:36 +00:00
packet_list_model.h
packet_list_record.cpp Have the frame_tvbuff.c routines not use the global cfile. 2017-12-08 08:31:41 +00:00
packet_list_record.h
path_chooser_delegate.cpp Qt: remove leak from PathChooserDelegate (found by clang). 2018-01-19 14:53:17 +00:00
path_chooser_delegate.h
percent_bar_delegate.cpp
percent_bar_delegate.h
pref_delegate.cpp Qt: Add manager for preference dialog 2018-01-05 11:13:21 +00:00
pref_delegate.h Qt: Add manager for preference dialog 2018-01-05 11:13:21 +00:00
pref_models.cpp Qt: add assert to avoid null dereference (CID: 1427426). 2018-01-15 15:43:34 +00:00
pref_models.h Qt: Add some translation hints. 2018-01-12 20:43:06 +00:00
proto_tree_model.cpp Qt 4.8 compatibility fixes 2018-01-25 17:17:13 +00:00
proto_tree_model.h Qt: Implement ProtoTreeModel::flags. 2018-01-21 14:20:17 +00:00
related_packet_delegate.cpp Show retx prev and next framenum types as chevrons 2017-12-04 05:51:55 +00:00
related_packet_delegate.h Show retx prev and next framenum types as chevrons 2017-12-04 05:51:55 +00:00
sparkline_delegate.cpp Qt: Main Welcome hover sparkline color fix. 2017-11-21 07:38:38 +00:00
sparkline_delegate.h
supported_protocols_model.cpp Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
supported_protocols_model.h Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
timeline_delegate.cpp
timeline_delegate.h
tree_model_helpers.h Add template helper for simple Qt tree models 2017-12-27 19:28:22 +00:00
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 Qt: I/O graph fixes. 2018-01-18 05:16:18 +00:00
uat_model.h Qt: I/O graph fixes. 2018-01-18 05:16:18 +00:00
url_link_delegate.cpp Qt: About Dialog move to QTreeView and fix copy 2017-11-26 15:57:56 +00:00
url_link_delegate.h Qt: About Dialog move to QTreeView and fix copy 2017-11-26 15:57:56 +00:00
voip_calls_info_model.cpp
voip_calls_info_model.h