wireshark/ui/qt/models
Joerg Mayer 5bb7e1606b Fix some of the compile errors when compiling with Qt6
This is basically applying c knowledge and Google to the compiler
error messages. There is basically no understanding involved into
what I was doing:
- No idea why lots of #includes needed to be added for Qt6
- No idea how to actually fix the remaining problems, but it's a start

Things that need to be done:
- The AudioDeviceInfo thingy needs to be replaced by something new (as
  an interim solution another patch disables the audio player in Qt6).
- GRegExp eventually needs to be replaced by QRegularExpression
  (available since Qt5.0, so development can be done in Qt5).
- Solutions for the other problems like some methods no longer
  being available in Qt6 that have to sort of co-exist with Qt5.
2021-11-24 10:31:16 +00:00
..
astringlist_list_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
astringlist_list_model.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
cache_proxy_model.cpp Qt: Switch models and DataPrinter to new-style signals and slots. 2018-12-24 07:38:21 +00:00
cache_proxy_model.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
coloring_rules_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
coloring_rules_delegate.h spdx: use consistent formatting for GPL-2.0-or-later 2018-03-09 17:32:36 +00:00
coloring_rules_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
coloring_rules_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
column_list_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
column_list_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
credentials_model.cpp Refactor our logging and extend the wslog API 2021-06-11 09:40:28 +00:00
credentials_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
decode_as_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
decode_as_delegate.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
decode_as_model.cpp Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
decode_as_model.h Qt: fix leak in DecodeAsModel. 2021-01-07 08:37:22 +00:00
dissector_tables_model.cpp Qt: Add heuristic description to dissector tables 2021-09-26 10:36:44 +00:00
dissector_tables_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
enabled_protocols_model.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
enabled_protocols_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
expert_info_model.cpp Qt: Fix various compiler warnings. 2021-04-20 06:11:40 +00:00
expert_info_model.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
expert_info_proxy_model.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
expert_info_proxy_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
export_objects_model.cpp wsutil: Add filesystem write_file_binary_mode() 2021-06-07 06:24:28 +00:00
export_objects_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
fileset_entry_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
fileset_entry_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
filter_list_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
filter_list_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
info_proxy_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
info_proxy_model.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
interface_sort_filter_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
interface_sort_filter_model.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
interface_tree_cache_model.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
interface_tree_cache_model.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
interface_tree_model.cpp Merge the caputils/ and capchild/ directories 2021-03-29 06:08:02 +01:00
interface_tree_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
numeric_value_chooser_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
numeric_value_chooser_delegate.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
packet_list_model.cpp Qt: Use new-style signals+slots in more places. 2021-10-11 16:32:49 +00:00
packet_list_model.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
packet_list_record.cpp Qt: Fix column validation in columnString() 2021-11-20 17:22:33 +00:00
packet_list_record.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
path_chooser_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
path_chooser_delegate.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
percent_bar_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
percent_bar_delegate.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
pref_delegate.cpp Qt: Fix various compiler warnings. 2021-04-20 06:11:40 +00:00
pref_delegate.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
pref_models.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
pref_models.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
profile_model.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
profile_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
proto_tree_model.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
proto_tree_model.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
related_packet_delegate.cpp Qt: Restructure related-packet indicator drawing. 2021-09-13 20:59:52 +10:00
related_packet_delegate.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
resolved_addresses_models.cpp PortsModel: don't populate it by doing a lot of weird string-pushing. 2021-05-18 01:03:04 -07:00
resolved_addresses_models.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
sparkline_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
sparkline_delegate.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
supported_protocols_model.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
supported_protocols_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00
timeline_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
timeline_delegate.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
tree_model_helpers.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
uat_delegate.cpp Fix some of the compile errors when compiling with Qt6 2021-11-24 10:31:16 +00:00
uat_delegate.h Qt: IO Graph correct color selection 2019-01-16 18:40:10 +00:00
uat_model.cpp Qt: IOGraph - correctly add new graphs 2021-09-08 19:32:39 +00:00
uat_model.h Qt: Remove Q_OBJECT in a few places where it's not needed. 2021-10-08 03:29:30 +00:00
url_link_delegate.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
url_link_delegate.h Qt: Remove more Q_OBJECT macro calls. 2021-10-09 17:07:03 -07:00
voip_calls_info_model.cpp Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
voip_calls_info_model.h Qt: Add back some Q_OBJECT calls. 2021-10-22 16:47:38 -07:00