wireshark/ui/qt
Gerald Combs bcaa5d84b1 Qt: Update and rename the summary dialog.
Go back to a single view similar to the GTK+ UI. Apply layouts using Qt
Designer.

Rename the menu item and class to "Capture File Properties". It's not
really a summary if it contains details such as "marked average bits
per second". We might want to move this to a "Properties" item under
the "File" menu similar to other applications.

Add the GTK+ summary icon (for now) to the toolbar and open the
properties dialog on clicking.

Singleton dialogs delenda est[1]. Let the user open as many summaries on
as many capture files as he or she wishes. Also, global cfile delenda
est[2].

Don't blindly include QtGui. Add specific components instead.

Use consistent method names, variable names, and patterns. Try to
document what "consistent" means.

Adjust the way we display some statistics to match the summary bar, e.g.
displayed = captured if we don't have a filter applied.

[1] Not really.
[2] Yes, really.

Change-Id: I11793b1d79dd0c3f70414ac8592b86181da59916
Reviewed-on: https://code.wireshark.org/review/5274
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-09 19:02:41 +00:00
..
CMakeLists.txt Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
Makefile.am Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
Makefile.common Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
Makefile_custom.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Wireshark.pro Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
about_dialog.cpp Fix compilation when we don't HAVE_LIBSMI or HAVE_GEOIP. 2014-08-21 14:35:25 +00:00
about_dialog.h Replace QTableWidgets with QLabels + HTML tables. 2014-04-13 18:32:55 +00:00
about_dialog.ui Replace QTableWidgets with QLabels + HTML tables. 2014-04-13 18:32:55 +00:00
accordion_frame.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
accordion_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
byte_view_tab.cpp Qt: ByteViewText hover information. 2014-10-27 02:05:13 +00:00
byte_view_tab.h Qt: ByteViewText hover information. 2014-10-27 02:05:13 +00:00
byte_view_text.cpp Qt: Better protocol highlight colors. 2014-10-29 00:16:01 +00:00
byte_view_text.h Qt: Add bits display support to the byte view. 2014-10-27 17:33:05 +00:00
capture_file_dialog.cpp Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." 2014-05-23 10:50:10 +00:00
capture_file_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_file_properties_dialog.cpp Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
capture_file_properties_dialog.h Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
capture_file_properties_dialog.ui Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
capture_filter_combo.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
capture_filter_combo.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_filter_edit.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_filter_edit.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_filter_syntax_worker.cpp The filter string can only be valid, if an interface is selected. 2014-05-14 10:46:15 +00:00
capture_filter_syntax_worker.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_info_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_info_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_interfaces_dialog.cpp Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
capture_interfaces_dialog.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
capture_interfaces_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
capture_preferences_frame.cpp Don't use capture_interface_list() in this dialog. 2014-07-25 22:49:35 +00:00
capture_preferences_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_preferences_frame.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
color_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_utils.cpp Qt: ByteViewText fixups. 2014-10-25 19:39:36 +00:00
color_utils.h Qt: ByteViewText fixups. 2014-10-25 19:39:36 +00:00
column_preferences_frame.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
column_preferences_frame.h Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
column_preferences_frame.ui From Ville Skyttä: Spelling Fixes 2013-12-23 15:53:13 +00:00
compiled_filter_output.cpp Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
compiled_filter_output.h Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
compiled_filter_output.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
conversation_dialog.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
conversation_dialog.h Fix error: parameter 'XX' not found in the function declaration (-Wdocumentation) 2014-11-08 20:55:03 +00:00
decode_as_dialog.cpp Write out decode_as entries from the actual dissector tables. 2014-08-04 23:38:13 +00:00
decode_as_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
decode_as_dialog.ui Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
display_filter_16.svg Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
display_filter_combo.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
display_filter_combo.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
display_filter_edit.cpp Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
display_filter_edit.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
doxygen.cfg.in Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
elided_label.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
elided_label.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
endpoint_dialog.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
endpoint_dialog.h Fix error: parameter 'XX' not found in the function declaration (-Wdocumentation) 2014-11-08 20:55:03 +00:00
export_dissection_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_dissection_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_object_dialog.cpp Add TFTP export for Qt too 2014-06-06 15:49:44 +00:00
export_object_dialog.h Add TFTP export for Qt too 2014-06-06 15:49:44 +00:00
export_object_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
export_pdu_dialog.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
export_pdu_dialog.h Add Export PDU Dialog (Wireshark Qt) 2014-03-12 09:29:43 +00:00
export_pdu_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
file_set_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_set_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_set_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
filter_action.cpp Qt: Refactor ConversationDialog for endpoints. 2014-09-05 01:06:53 +00:00
filter_action.h Qt: Refactor ConversationDialog for endpoints. 2014-09-05 01:06:53 +00:00
filter_expressions_preferences_frame.cpp Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
filter_expressions_preferences_frame.h Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
filter_expressions_preferences_frame.ui Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
follow_stream_dialog.cpp Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
follow_stream_dialog.h Qt: Limit the amount of Follow Stream text. 2014-11-01 16:57:24 +00:00
follow_stream_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
follow_stream_text.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_stream_text.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_color_preferences_frame.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
font_color_preferences_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_color_preferences_frame.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
gpl-template.txt Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
i18n.qrc Added italian translation to qt. 2014-10-16 18:55:33 +00:00
import_text_dialog.cpp Revert "Refactor Wiretap" 2014-05-09 05:21:01 +00:00
import_text_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
import_text_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
interface_tree.cpp Qt: Fix non-translate-able text 2014-11-14 10:27:34 +00:00
interface_tree.h Handle empty interface lists when the list changes. 2014-07-25 03:00:43 +00:00
io_graph_dialog.cpp Rename stat_cmd_args.[ch] to stat_tap_ui.[ch]. 2014-11-14 18:52:06 +00:00
io_graph_dialog.h Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
io_graph_dialog.ui Enhance translation (rename also pixel => Pixel to avoid similar string...) 2014-04-14 10:35:58 +00:00
label_stack.cpp Qt: ByteViewText hover information. 2014-10-27 02:05:13 +00:00
label_stack.h Qt: ByteViewText hover information. 2014-10-27 02:05:13 +00:00
layout_preferences_frame.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
layout_preferences_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
layout_preferences_frame.ui Add an initial layout preference pane. Set SVN properties. 2013-01-21 05:29:14 +00:00
lbm_lbtrm_transport_dialog.cpp Standardize the names of, and document, the taps and heuristic dissector tables made avaialble by these dissectors. 2014-06-29 00:03:35 +00:00
lbm_lbtrm_transport_dialog.h GUI modules for LBM aka 29West dissectors. 2014-05-04 02:55:45 +00:00
lbm_lbtrm_transport_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
lbm_lbtru_transport_dialog.cpp Standardize the names of, and document, the taps and heuristic dissector tables made avaialble by these dissectors. 2014-06-29 00:03:35 +00:00
lbm_lbtru_transport_dialog.h GUI modules for LBM aka 29West dissectors. 2014-05-04 02:55:45 +00:00
lbm_lbtru_transport_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
lbm_stream_dialog.cpp GUI modules for LBM aka 29West dissectors. 2014-05-04 02:55:45 +00:00
lbm_stream_dialog.h GUI modules for LBM aka 29West dissectors. 2014-05-04 02:55:45 +00:00
lbm_stream_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
lbm_uimflow_dialog.cpp Use GQueue for generating statistics 2014-06-27 08:55:11 +00:00
lbm_uimflow_dialog.h GUI modules for LBM aka 29West dissectors. 2014-05-04 02:55:45 +00:00
lbm_uimflow_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
main.cpp Qt: Add long option for -R (--read-filter) and -Y (--display-filter) 2014-11-27 16:24:12 +00:00
main_status_bar.cpp Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
main_status_bar.h Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
main_welcome.cpp Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
main_welcome.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
main_welcome.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
main_window.cpp Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
main_window.h Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
main_window.ui Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
main_window_preferences_frame.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
main_window_preferences_frame.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
main_window_preferences_frame.ui Call the default language preference setting "Use system setting". 2014-11-07 00:47:32 +00:00
main_window_slots.cpp Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
manage_interfaces_dialog.cpp Qt (manage interface): fix warning: comma at end of enumerator list [-Wpedantic] 2014-10-04 16:17:19 +00:00
manage_interfaces_dialog.h Qt: Rework the "Manage Interfaces" dialog. 2014-08-29 00:24:02 +00:00
manage_interfaces_dialog.ui Qt: Rework the "Manage Interfaces" dialog. 2014-08-29 00:24:02 +00:00
module_preferences_scroll_area.cpp Second attempt at putting a description in the preferences page 2014-11-24 17:28:22 +00:00
module_preferences_scroll_area.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
module_preferences_scroll_area.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
packet_comment_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_comment_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_comment_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
packet_format_group_box.cpp Qt: Flatten group boxes. 2014-11-12 22:42:46 +00:00
packet_format_group_box.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_format_group_box.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
packet_list.cpp Remove ipproto member of packet_info. 2014-11-16 13:45:18 +00:00
packet_list.h Qt: Simplify disabling entries in ContextMenu 2014-11-05 12:58:02 +00:00
packet_list_model.cpp Qt: Fill in time display menu items. Other fixes and updates. 2014-10-21 23:32:21 +00:00
packet_list_model.h Qt: Packet list column sorting. 2014-10-06 21:10:11 +00:00
packet_list_record.cpp Qt: Fill in time display menu items. Other fixes and updates. 2014-10-21 23:32:21 +00:00
packet_list_record.h Qt: Fill in time display menu items. Other fixes and updates. 2014-10-21 23:32:21 +00:00
packet_range_group_box.cpp Qt: Flatten group boxes. 2014-11-12 22:42:46 +00:00
packet_range_group_box.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_range_group_box.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
preferences_dialog.cpp Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
preferences_dialog.h Qt: Fix preference bugs. 2014-09-24 16:25:40 +00:00
preferences_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
print_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
print_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
print_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
profile_dialog.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
profile_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
profile_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
progress_bar.cpp Windows Qt: Add taskbar progress support 2014-08-13 23:00:25 +00:00
progress_bar.h Adjust some whitespace to match editor modelines. 2014-10-06 03:42:51 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
proto_tree.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
qcustomplot.cpp Update to QCustomPlot 1.2.0 2014-03-23 07:54:09 +00:00
qcustomplot.h Update to QCustomPlot 1.2.0 2014-03-23 07:54:09 +00:00
qt_ui_utils.cpp Qt: Fix when build with Qt < 4.8.0 2014-08-09 14:15:25 +00:00
qt_ui_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
recent_file_status.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
recent_file_status.h Fix a "recent items" crash. 2014-07-09 21:39:41 +00:00
related_packet_delegate.cpp Qt: Packet list column sorting. 2014-10-06 21:10:11 +00:00
related_packet_delegate.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
remote_capture_dialog.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
remote_capture_dialog.h Fix modeline (use Wireshark standard with C comment and no C++ comment) 2014-08-11 11:28:10 +00:00
remote_capture_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
remote_settings_dialog.cpp Qt: Rework the "Manage Interfaces" dialog. 2014-08-29 00:24:02 +00:00
remote_settings_dialog.h Fix modeline (use Wireshark standard with C comment and no C++ comment) 2014-08-11 11:28:10 +00:00
remote_settings_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_all_assocs_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_all_assocs_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_all_assocs_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_assoc_analyse_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_assoc_analyse_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_assoc_analyse_dialog.ui Translate a little leftover German to English. 2013-12-18 02:25:53 +00:00
sctp_chunk_statistics_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_chunk_statistics_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_chunk_statistics_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_graph_arwnd_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_graph_arwnd_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_graph_arwnd_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_graph_byte_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_graph_byte_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_graph_byte_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_graph_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_graph_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_graph_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
search_frame.cpp Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
search_frame.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
search_frame.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sequence_diagram.cpp Use GQueue for generating statistics 2014-06-27 08:55:11 +00:00
sequence_diagram.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sequence_dialog.cpp Use GQueue for generating statistics 2014-06-27 08:55:11 +00:00
sequence_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sequence_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
simple_dialog.cpp Be less lazy about disabling a Visual C++ warning. 2014-10-08 22:50:17 +00:00
simple_dialog.h Update the simple dialog code. 2014-09-25 22:02:43 +00:00
sparkline_delegate.cpp Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
sparkline_delegate.h Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
splash_overlay.cpp Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF. 2014-10-31 12:10:59 +00:00
splash_overlay.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
splash_overlay.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
stats_tree_dialog.cpp Add plumbing for stat commands ("-z ..."). 2014-07-11 20:52:10 +00:00
stats_tree_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
stats_tree_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
stock_icon.cpp Qt: Fix build with Qt < 4.8 2014-11-01 11:23:47 +00:00
stock_icon.h Qt: Add stock icons. 2014-09-20 19:54:04 +00:00
syntax_line_edit.cpp Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
syntax_line_edit.h Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
tango_colors.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
tcp_stream_dialog.cpp Typos in source code and in README.qt 2014-10-15 16:43:14 +00:00
tcp_stream_dialog.h [WIP] Add a conversation dialog. 2014-07-21 23:19:09 +00:00
tcp_stream_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
time_shift_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
time_shift_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
time_shift_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
toolbar_24.svg
traffic_table_dialog.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
traffic_table_dialog.h Fix error: parameter 'XX' not found in the function declaration (-Wdocumentation) 2014-11-08 20:55:03 +00:00
traffic_table_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
uat_dialog.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
uat_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
uat_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
wireshark_application.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
wireshark_application.h Improved deregistering fields. 2014-11-10 08:01:12 +00:00
wireshark_de.qm Qt → wireshark. GTK+ → wireshark-gtk. 2014-09-02 15:39:17 +00:00
wireshark_de.ts Call the default language preference setting "Use system setting". 2014-11-07 00:47:32 +00:00
wireshark_en.qm Qt → wireshark. GTK+ → wireshark-gtk. 2014-09-02 15:39:17 +00:00
wireshark_en.ts Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
wireshark_fr.qm Fix typo in French translation. 2014-09-16 15:41:54 +00:00
wireshark_fr.ts Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
wireshark_it.qm Updates in it translation. 2014-11-12 11:28:18 +00:00
wireshark_it.ts Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
wireshark_ja_JP.qm after an lupdate, I should also do an lrelease to keep the .ts file and 2014-10-06 22:05:02 +00:00
wireshark_ja_JP.ts Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00
wireshark_pl.qm Translations: Update Polish translation 2014-11-14 10:29:24 +00:00
wireshark_pl.ts Translations: Update Polish translation 2014-11-14 10:29:24 +00:00
wireshark_zh_CN.qm Qt → wireshark. GTK+ → wireshark-gtk. 2014-09-02 15:39:17 +00:00
wireshark_zh_CN.ts Qt: Update and rename the summary dialog. 2014-12-09 19:02:41 +00:00