wireshark/ui/qt
Irene Rüngeler b26c445910 Limit the range to the TSNs provided.
Change-Id: Ibf72fb60d06baa7a9590a303f2e10e5a86c61093
Reviewed-on: https://code.wireshark.org/review/254
Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
2014-02-20 17:22:56 +00:00
..
CMakeLists.txt Add About window for Wireshark Qt 2014-01-02 17:04:10 +00:00
Makefile.am Add About window for Wireshark Qt 2014-01-02 17:04:10 +00:00
Makefile.common Add About window for Wireshark Qt 2014-01-02 17:04:10 +00:00
Makefile_custom.common
QtShark.pro Add About window for Wireshark Qt 2014-01-02 17:04:10 +00:00
about_dialog.cpp About box: make sure we read AUTHORS-SHORT as UTF-8. 2014-02-13 07:46:36 +00:00
about_dialog.h Add About window for Wireshark Qt 2014-01-02 17:04:10 +00:00
about_dialog.ui Apply layouts in Qt Creator. Fix a tooltip. 2014-01-17 09:33:45 -08:00
accordion_frame.cpp
accordion_frame.h
byte_view_tab.cpp Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it. 2013-08-06 20:10:59 +00:00
byte_view_tab.h
byte_view_text.cpp
byte_view_text.h
capture_file_dialog.cpp Add a statistics tree dialog. 2013-11-21 01:28:17 +00:00
capture_file_dialog.h For open dialogs, offer a list of sets of extensions, not of file types; 2013-11-08 01:08:42 +00:00
capture_filter_combo.cpp Compile on Qt < 5.0. 2013-08-08 00:46:19 +00:00
capture_filter_combo.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
capture_filter_edit.cpp Try to fix Qt compilation when libpcap is disabled. 2013-10-11 21:26:26 +00:00
capture_filter_edit.h Set our connection capture filter in main() similar to the GTK+ version. 2013-08-31 16:53:24 +00:00
capture_filter_syntax_worker.cpp Add initial capture filter support. 2013-08-08 00:26:57 +00:00
capture_filter_syntax_worker.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
capture_info_dialog.cpp
capture_info_dialog.h
capture_interface_dialog.cpp
capture_interface_dialog.h
capture_interfaces_dialog.cpp From Ville Skyttä: Spelling Fixes 2013-12-23 15:53:13 +00:00
capture_interfaces_dialog.h Capture Interfaces dialog cleanup. 2013-12-13 18:36:59 +00:00
capture_interfaces_dialog.ui Fix typo (Direcly => Directly) 2014-01-14 20:48:30 +00:00
capture_preferences_frame.cpp One more HAVE_LIBPCAP. 2013-10-11 21:42:49 +00:00
capture_preferences_frame.h
capture_preferences_frame.ui
color_dialog.cpp
color_dialog.h
color_utils.cpp Add some missing parenthesis. Make sure we set our font in the right place. 2013-10-15 15:22:03 +00:00
color_utils.h Add some missing parenthesis. Make sure we set our font in the right place. 2013-10-15 15:22:03 +00:00
column_preferences_frame.cpp After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
column_preferences_frame.h
column_preferences_frame.ui From Ville Skyttä: Spelling Fixes 2013-12-23 15:53:13 +00:00
decode_as_dialog.cpp From Ville Skyttä: Spelling Fixes 2013-12-23 15:53:13 +00:00
decode_as_dialog.h Add "Decode As" to the packet list and protocol tree context menus. 2013-12-10 21:07:26 +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
display_filter_combo.cpp Add a statistics tree dialog. 2013-11-21 01:28:17 +00:00
display_filter_combo.h
display_filter_edit.cpp Include <epan/dfilter/dfilter.h> in files that use display filter 2013-12-03 23:08:46 +00:00
display_filter_edit.h Add a statistics tree dialog. 2013-11-21 01:28:17 +00:00
doxygen.cfg.in
elided_label.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
elided_label.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
export_dissection_dialog.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
export_dissection_dialog.h
export_object_dialog.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
export_object_dialog.h
export_object_dialog.ui
file_set_dialog.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
file_set_dialog.h
file_set_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
filter_expressions_preferences_frame.cpp Add support for Qt5 (tested with 5.1.1). 2013-08-29 22:15:40 +00:00
filter_expressions_preferences_frame.h
filter_expressions_preferences_frame.ui
follow_stream_dialog.cpp Add tooltips for the total number of streams. 2014-01-04 01:13:01 +00:00
follow_stream_dialog.h Follow dialog data display improvements. 2013-11-18 23:39:47 +00:00
follow_stream_dialog.ui Follow dialog data display improvements. 2013-11-18 23:39:47 +00:00
follow_stream_text.cpp Add packet information and selection to the Follow Stream dialog. 2013-11-14 17:37:40 +00:00
follow_stream_text.h Add packet information and selection to the Follow Stream dialog. 2013-11-14 17:37:40 +00:00
font_color_preferences_frame.cpp Use the valid/invalid/deprecated backround color preferences. 2013-07-17 21:55:38 +00:00
font_color_preferences_frame.h Add filter color preferences to the Qt UI similar to r50203. Fixes bug 2013-07-17 20:58:56 +00:00
font_color_preferences_frame.ui Add filter color preferences to the Qt UI similar to r50203. Fixes bug 2013-07-17 20:58:56 +00:00
gpl-template.txt
i18n.qrc Create a plural-only English translation. Use it to pluralize the Follow 2013-11-14 22:35:10 +00:00
import_text_dialog.cpp The "file types" we have are actually combinations of types and 2013-11-08 09:53:01 +00:00
import_text_dialog.h Add support for Qt5 (tested with 5.1.1). 2013-08-29 22:15:40 +00:00
import_text_dialog.ui
interface_tree.cpp Comment debug... 2013-11-25 15:43:16 +00:00
interface_tree.h From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
label_stack.cpp Add initial capture filter support. 2013-08-08 00:26:57 +00:00
label_stack.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
layout_preferences_frame.cpp
layout_preferences_frame.h Respect the layout preference (just the horizontal/vertical splitting of the 2013-09-02 16:03:13 +00:00
layout_preferences_frame.ui
main.cpp Replace "svn" with "git" all over the place. 2014-02-07 23:03:03 +00:00
main_status_bar.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
main_status_bar.h
main_welcome.cpp From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
main_welcome.h From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
main_welcome.ui Fill in the help links. Make sure they do something when they're clicked. 2013-10-15 00:48:34 +00:00
main_window.cpp On 'You have unsaved packets' dialog, expected D or <Alt>D to use as accelerator to discard and S or <Alt>S of save [Wireshark Qt]. 2014-02-17 21:46:06 +00:00
main_window.h <Ctrl>R to restart does not work [Wireshark Qt] 2014-02-17 21:46:58 +00:00
main_window.ui <Ctrl>R to restart does not work [Wireshark Qt] 2014-02-17 21:46:58 +00:00
main_window_preferences_frame.cpp Add Preference to change Language (in QtShark) 2013-09-09 16:20:45 +00:00
main_window_preferences_frame.h Add Preference to change Language (in QtShark) 2013-09-09 16:20:45 +00:00
main_window_preferences_frame.ui From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qtshark: Chinese Simp translation 2013-09-09 17:49:15 +00:00
main_window_slots.cpp Menu cannot be reached using accelerators, for example <Alt-F> does not open File [Wireshark Qt]. 2014-02-17 21:45:18 +00:00
module_preferences_scroll_area.cpp Add a bunch of tooltips. 2013-12-14 00:07:27 +00:00
module_preferences_scroll_area.h
module_preferences_scroll_area.ui
packet_comment_dialog.cpp
packet_comment_dialog.h
packet_comment_dialog.ui
packet_format_group_box.cpp
packet_format_group_box.h
packet_format_group_box.ui
packet_list.cpp Stack overflow after selecting data when filter is applied that has no results (Wireshark Qt) 2014-02-16 14:07:37 +00:00
packet_list.h Add "Decode As" to the packet list and protocol tree context menus. 2013-12-10 21:07:26 +00:00
packet_list_model.cpp After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
packet_list_model.h Fix PacketList::goToPacket work correctly. Minor screen graph 2013-09-07 00:33:41 +00:00
packet_list_record.cpp Comment out some unused variables. 2013-08-28 01:38:23 +00:00
packet_list_record.h After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
packet_range_group_box.cpp
packet_range_group_box.h
packet_range_group_box.ui
preferences_dialog.cpp Do not show uat preferences if not registered for the gui. 2013-12-10 15:29:43 +00:00
preferences_dialog.h From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window 2013-11-25 14:15:49 +00:00
preferences_dialog.ui Get the "Decode As" dialog working, albeit with a few warts. It differs 2013-12-10 19:23:26 +00:00
print_dialog.cpp Fix warning from Windows Buildbot (when build qtshark) .\print_dialog.cpp(41) : warning C4100: 'version_string' : unreferenced formal parameter 2013-07-23 08:56:38 +00:00
print_dialog.h
print_dialog.ui
profile_dialog.cpp Move the epan/filesystem.c routines to wsutil; they're not specific to 2013-11-17 02:55:14 +00:00
profile_dialog.h
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 Include ui/progress_dlg.h to get the declaration of 2014-01-14 01:26:51 +00:00
progress_bar.h Use more consistent naming. 2013-09-03 16:14:38 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp Add "Decode As" to the packet list and protocol tree context menus. 2013-12-10 21:07:26 +00:00
proto_tree.h Add "Decode As" to the packet list and protocol tree context menus. 2013-12-10 21:07:26 +00:00
qcustomplot.cpp From Ville Skyttä: Spelling Fixes 2013-12-23 15:53:13 +00:00
qcustomplot.h Add TCP sequence number (Stevens-style) graphs. 2013-08-27 18:13:20 +00:00
qt_ui_utils.cpp More size and position tweaks. 2013-10-28 01:39:20 +00:00
qt_ui_utils.h Fix warning found by doxygen 2013-12-15 19:07:26 +00:00
qtshark_de.qm
qtshark_de.ts lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
qtshark_en.qm lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
qtshark_en.ts lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
qtshark_fr.qm lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
qtshark_fr.ts lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
qtshark_zh_CN.qm lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
qtshark_zh_CN.ts lupdate / lrelease ui/qt/Qtshark.pro 2014-01-26 18:24:56 +00:00
recent_file_status.cpp Add initial capture filter support. 2013-08-08 00:26:57 +00:00
recent_file_status.h Add initial capture filter support. 2013-08-08 00:26:57 +00:00
related_packet_delegate.cpp Add a note about possible improvements. 2013-07-24 17:05:20 +00:00
related_packet_delegate.h
sctp_all_assocs_dialog.cpp Add 'Filter Association' to context menu in packet list. 2013-12-18 13:49:10 +00:00
sctp_all_assocs_dialog.h Add Copyright and modelines (Fix also indent to use 4 spaces) 2013-12-13 11:29:11 +00:00
sctp_all_assocs_dialog.ui Add dialogs and graphs to analyse SCTP behavior similar to the GTK version. 2013-12-13 07:25:30 +00:00
sctp_assoc_analyse_dialog.cpp fix warnings. 2013-12-21 18:19:07 +00:00
sctp_assoc_analyse_dialog.h Add 'Filter Association' to context menu in packet list. 2013-12-18 13:49:10 +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 Ignore the first line of the chunk statistics file. 2013-12-18 08:04:01 +00:00
sctp_chunk_statistics_dialog.h Ignore the first line of the chunk statistics file. 2013-12-18 08:04:01 +00:00
sctp_chunk_statistics_dialog.ui Add dialogs and graphs to analyse SCTP behavior similar to the GTK version. 2013-12-13 07:25:30 +00:00
sctp_graph_arwnd_dialog.cpp Add 'Filter Association' to context menu in packet list. 2013-12-18 13:49:10 +00:00
sctp_graph_arwnd_dialog.h Add Copyright and modelines (Fix also indent to use 4 spaces) 2013-12-13 11:29:11 +00:00
sctp_graph_arwnd_dialog.ui Add dialogs and graphs to analyse SCTP behavior similar to the GTK version. 2013-12-13 07:25:30 +00:00
sctp_graph_byte_dialog.cpp Add 'Filter Association' to context menu in packet list. 2013-12-18 13:49:10 +00:00
sctp_graph_byte_dialog.h Add Copyright and modelines (Fix also indent to use 4 spaces) 2013-12-13 11:29:11 +00:00
sctp_graph_byte_dialog.ui Add dialogs and graphs to analyse SCTP behavior similar to the GTK version. 2013-12-13 07:25:30 +00:00
sctp_graph_dialog.cpp Limit the range to the TSNs provided. 2014-02-20 17:22:56 +00:00
sctp_graph_dialog.h Add Copyright and modelines (Fix also indent to use 4 spaces) 2013-12-13 11:29:11 +00:00
sctp_graph_dialog.ui Add dialogs and graphs to analyse SCTP behavior similar to the GTK version. 2013-12-13 07:25:30 +00:00
search_frame.cpp
search_frame.h
search_frame.ui
sequence_diagram.cpp From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509 2013-12-08 11:10:04 +00:00
sequence_diagram.h Highlight selected sequence diagram items. 2013-11-12 22:50:26 +00:00
sequence_dialog.cpp Statistics->Flow Graph in qtshark crashes with a segfault 2014-02-11 18:11:04 +00:00
sequence_dialog.h Add packet information and selection to the Follow Stream dialog. 2013-11-14 17:37:40 +00:00
sequence_dialog.ui Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
simple_dialog_qt.cpp Fix indent (Use 4 spaces) and add modelines 2014-01-26 12:56:16 +00:00
simple_dialog_qt.h Fix indent (Use 4 spaces) and add modelines 2014-01-26 12:56:16 +00:00
sparkline_delegate.cpp
sparkline_delegate.h
splash_overlay.cpp Fix the white-rectangle-at-startup artifact with the help of GammaRay[1]. 2013-10-05 22:39:49 +00:00
splash_overlay.h
splash_overlay.ui
stats_tree_dialog.cpp fix warnings. 2013-12-21 18:19:07 +00:00
stats_tree_dialog.h From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452 2013-12-08 11:09:54 +00:00
stats_tree_dialog.ui From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452 2013-12-08 11:09:54 +00:00
summary_dialog.cpp Replace "svn" with "git" all over the place. 2014-02-07 23:03:03 +00:00
summary_dialog.h Add support for Qt5 (tested with 5.1.1). 2013-08-29 22:15:40 +00:00
summary_dialog.ui From Thomas ERSFELD (GSoC13) via remark of Gerald Use QDialogButtonBox for Summary Dialog 2013-07-23 08:56:56 +00:00
syntax_line_edit.cpp Use the valid/invalid/deprecated backround color preferences. 2013-07-17 21:55:38 +00:00
syntax_line_edit.h
tango_colors.h Use the valid/invalid/deprecated backround color preferences. 2013-07-17 21:55:38 +00:00
tcp_stream_dialog.cpp Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
tcp_stream_dialog.h Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
tcp_stream_dialog.ui Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
time_shift_dialog.cpp
time_shift_dialog.h
time_shift_dialog.ui
toolbar_24.svg
uat_dialog.cpp missing include 2013-12-21 18:00:00 +00:00
uat_dialog.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +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
welcome.qrc
wireshark_application.cpp In a source file that defines external functions, the header file that 2014-01-14 01:29:16 +00:00
wireshark_application.h Remove (ugly) hack in about_dialog.cpp (include main.cpp to have function to set comp_info_str and runtime_info_str variable) 2014-01-11 12:16:56 +00:00