wireshark/ui/qt/widgets
Gerald Combs 0d59da3156 Qt: Fix the ByteViewText line height.
QFontMetrics::leading() was zero for Consolas on Windows in Qt5, but is
nonzero in Qt6. This revealed that we were inconsistently using height()
and leading() to calculate our line height. Just use lineSpacing()
instead.

Fixes #18438.
2022-10-19 01:06:37 +00:00
..
additional_toolbar.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
additional_toolbar.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
apply_line_edit.cpp Qt: Use QRegularExpression instead of QRegExp 2021-11-26 09:10:42 +00:00
apply_line_edit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
byte_view_text.cpp Qt: Fix the ByteViewText line height. 2022-10-19 01:06:37 +00:00
byte_view_text.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_filter_combo.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
capture_filter_combo.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_filter_edit.cpp Qt: Fix our filter edit line lengths. 2022-06-21 10:55:16 -07:00
capture_filter_edit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
clickable_label.cpp Qt: QMouseEvent::globalPos() is deprecated in Qt6. 2022-03-23 09:16:00 +00:00
clickable_label.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
copy_from_profile_button.cpp Qt: Qt6.2 compatibility fixes 2021-11-29 04:55:12 +00:00
copy_from_profile_button.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
detachable_tabwidget.cpp Add WS_DEPRECATED_X() function attribute 2022-10-10 20:27:33 +00:00
detachable_tabwidget.h Qt: Disable -Werror for a deprecated declaration 2022-10-04 17:35:55 +00:00
display_filter_combo.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
display_filter_combo.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
display_filter_edit.cpp Qt: Display filter edit - update status line only when on mainWindow. 2022-10-07 06:41:29 +00:00
display_filter_edit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
dissector_tables_view.cpp
dissector_tables_view.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
drag_drop_toolbar.cpp Qt: Fix more Qt6-related warnings. 2022-03-25 12:48:01 -07:00
drag_drop_toolbar.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
drag_label.cpp
drag_label.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
editor_file_dialog.cpp
editor_file_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
elided_label.cpp
elided_label.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
expert_info_view.cpp
expert_info_view.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
export_objects_view.cpp
export_objects_view.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
field_filter_edit.cpp Qt: Handle qsizetype. 2022-03-25 16:51:55 +00:00
field_filter_edit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
filter_expression_toolbar.cpp Qt: Fix compilation with Qt 6.4 2022-10-01 21:53:11 +01:00
filter_expression_toolbar.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
find_line_edit.cpp Qt: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
find_line_edit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
follow_stream_text.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
follow_stream_text.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
interface_toolbar_lineedit.cpp Qt: Use QRegularExpression instead of QRegExp 2021-11-26 09:10:42 +00:00
interface_toolbar_lineedit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
label_stack.cpp Qt: QMouseEvent::globalPos() is deprecated in Qt6. 2022-03-23 09:16:00 +00:00
label_stack.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
overlay_scroll_bar.cpp Qt: Set Packet List scrollbar page step only on macOS 2022-03-10 15:08:14 +01:00
overlay_scroll_bar.h Qt: Fix overlay scrollbar indicator 2022-03-08 10:31:25 +00:00
packet_list_header.cpp Qt: Clean a couple of context menus. 2022-09-12 20:16:23 +00:00
packet_list_header.h Qt: Cleanup PacketListHeader 2022-06-29 15:46:19 +02:00
path_selection_edit.cpp Qt: Fix some pathSelection warnings 2022-05-16 19:53:27 +02:00
path_selection_edit.h Qt: Fix some pathSelection warnings 2022-05-16 19:53:27 +02:00
pref_module_view.cpp
pref_module_view.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
profile_tree_view.cpp Qt: Fix more Qt6-related warnings. 2022-03-25 12:48:01 -07:00
profile_tree_view.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
qcustomplot.cpp qcustomsplot: revert for fix Clang Warnings[core.UndefinedBinaryOperatorResult] 2022-05-03 15:46:03 +02:00
qcustomplot.h Qt: Fix some QCustomPlot Qt 6 warnings. 2022-03-27 14:35:55 +00:00
range_syntax_lineedit.cpp
range_syntax_lineedit.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
rtp_audio_graph.cpp
rtp_audio_graph.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
splash_overlay.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
splash_overlay.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
splash_overlay.ui
stock_icon_tool_button.cpp Qt: Remove workaround for Qt bug fixed in Qt 5.5.1 2022-10-04 17:06:54 +00:00
stock_icon_tool_button.h Qt: Remove workaround for Qt bug fixed in Qt 5.5.1 2022-10-04 17:06:54 +00:00
syntax_line_edit.cpp Qt: Fix implicit conversion 2022-09-07 15:17:00 +00:00
syntax_line_edit.h Qt: Add dfilter error location to tooltip 2022-08-22 07:31:08 +00:00
tabnav_tree_view.cpp
tabnav_tree_view.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
traffic_tab.cpp Qt: Filter column information for traffic dialogs 2022-07-08 16:21:32 -05:00
traffic_tab.h Qt: Filter column information for traffic dialogs 2022-07-08 16:21:32 -05:00
traffic_tree.cpp Rename a bunch of things with "conversation". 2022-08-25 20:02:20 -07:00
traffic_tree.h Qt: Filter column information for traffic dialogs 2022-07-08 16:21:32 -05:00
traffic_types_list.cpp Qt6: add toInt() to QVariant == Qt::Checked 2022-09-14 20:49:54 +00:00
traffic_types_list.h Qt: Filter TrafficListTypes 2022-07-01 11:30:57 +02:00
wireless_timeline.cpp tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
wireless_timeline.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
wireshark_file_dialog.cpp
wireshark_file_dialog.h Fix more repeated words throughout 2021-12-31 22:50:40 +00:00