wireshark/ui/qt
Gerald Combs b0063a025b Highlight selected sequence diagram items.
Create a new dialog each time the user follows a stream. A lot of the
follow code seems to assume one and only one dialog so there are likely
outstanding bugs.

Don't use the global cfile (should we deprecate its usage?). We want to
move closer to multiple documents, not further away.

Clean up after ourselves. Free our payload list and unlink our temp
file. Make a bunch of gchar*s QStrings. Make sure our destructor gets
called and use it.

Make member variable and method names more consistent.

svn path=/trunk/; revision=53306
2013-11-13 22:18:01 +00:00
..
CMakeLists.txt Initial and woefully incomplete flow graph support. 2013-10-24 22:52:30 +00:00
Makefile.am From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9341 : 2013-10-28 18:01:09 +00:00
Makefile.common From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9341 : 2013-10-28 18:01:09 +00:00
Makefile_custom.common Add in the Makefile_custom.common file. 2012-03-18 23:39:23 +00:00
QtShark.pro Add sequence_dialog.ui. 2013-10-24 23:11:09 +00:00
accordion_frame.cpp Set SVN properties 2012-12-19 02:56:01 +00:00
accordion_frame.h Set SVN properties 2012-12-19 02:56:01 +00:00
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 Show the byte view when we select a packet. Update some method and 2012-11-06 21:49:16 +00:00
byte_view_text.cpp Reduce the scope of one variable definition slightly. 2012-12-03 23:15:59 +00:00
byte_view_text.h Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +00:00
capture_file_dialog.cpp Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec. 2013-11-09 10:38:02 +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 And a few more fixes. Put wrappers in capture_session.h to make it work 2013-05-22 11:53:36 +00:00
capture_info_dialog.h Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
capture_interface_dialog.cpp Fix another discarded qualifier error. 2012-12-26 12:24:55 +00:00
capture_interface_dialog.h Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
capture_preferences_frame.cpp One more HAVE_LIBPCAP. 2013-10-11 21:42:49 +00:00
capture_preferences_frame.h Add interface prefs. Adjust some spacing and resize behavior. 2013-02-01 00:14:15 +00:00
capture_preferences_frame.ui Add interface prefs. Adjust some spacing and resize behavior. 2013-02-01 00:14:15 +00:00
color_dialog.cpp We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 02:03:38 +00:00
color_dialog.h Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
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 Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
column_preferences_frame.ui Add column preferences. 2013-01-23 19:04:36 +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 Have separate lists of recent capture filters for all interfaces, in 2013-07-27 22:37:26 +00:00
display_filter_combo.h Implement the items under "Edit→Copy", "Analyze→Apply as Filter" and 2012-12-07 01:46:20 +00:00
display_filter_edit.cpp The porting guide for Qt5 requires that Q_OS_ be used instead 2013-04-24 11:07:25 +00:00
display_filter_edit.h Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
doxygen.cfg.in Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with qt). The doxygen stuff doesn't work, but at least we'll be able to build the source tarball. 2012-03-19 01:15:26 +00:00
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 Include ui/util.h. 2013-10-11 17:47:43 +00:00
export_dissection_dialog.h Move the print modules into epan. 2013-07-12 03:50:50 +00:00
export_object_dialog.cpp Fix Dead Store (Dead assignement/Dead increment) warning found by Clang 2013-10-26 17:20:18 +00:00
export_object_dialog.h Set SVN properties. 2012-10-31 15:40:55 +00:00
export_object_dialog.ui Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +00:00
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 Set SVN properties. 2012-10-31 15:40:55 +00:00
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 Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +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 Highlight selected sequence diagram items. 2013-11-13 22:18:01 +00:00
follow_stream_dialog.h Highlight selected sequence diagram items. 2013-11-13 22:18:01 +00:00
follow_stream_dialog.ui Highlight selected sequence diagram items. 2013-11-13 22:18:01 +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 Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
i18n.qrc 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
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 Add checkbox for the direction indication to the "Import from Hex Dump" dialog. 2013-04-05 06:43:38 +00:00
interface_tree.cpp Try to fix Qt compilation when libpcap is disabled. 2013-10-11 21:26:26 +00:00
interface_tree.h Try to fix Qt compilation when libpcap is disabled. 2013-10-11 21:26:26 +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 GTK+: 2013-01-22 18:27:18 +00:00
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 Add an initial layout preference pane. Set SVN properties. 2013-01-21 05:29:14 +00:00
main.cpp Move the geometry shenanigans a bit further ahead in the startup 2013-10-30 23:54:46 +00:00
main_status_bar.cpp Clean up warnings when we don't HAVE_LIBPCAP. 2013-10-18 21:32:59 +00:00
main_status_bar.h More capture_options -> capture_session changes. 2013-05-22 08:47:17 +00:00
main_welcome.cpp Fill in the help links. Make sure they do something when they're clicked. 2013-10-15 00:48:34 +00:00
main_welcome.h Add initial capture filter support. 2013-08-08 00:26:57 +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 Highlight selected sequence diagram items. 2013-11-13 22:18:01 +00:00
main_window.h Highlight selected sequence diagram items. 2013-11-13 22:18:01 +00:00
main_window.ui Initial and woefully incomplete flow graph support. 2013-10-24 22:52:30 +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 Highlight selected sequence diagram items. 2013-11-13 22:18:01 +00:00
module_preferences_scroll_area.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
module_preferences_scroll_area.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
module_preferences_scroll_area.ui Add a ModulePreferencesScrollArea widget which builds a scrollable frame 2013-02-08 01:16:46 +00:00
packet_comment_dialog.cpp Qt: Implement packet comments. Fix packet detail updates. 2012-12-23 04:37:58 +00:00
packet_comment_dialog.h Qt: Implement packet comments. Fix packet detail updates. 2012-12-23 04:37:58 +00:00
packet_comment_dialog.ui Qt: Implement packet comments. Fix packet detail updates. 2012-12-23 04:37:58 +00:00
packet_format_group_box.cpp Add a license header. 2013-04-10 21:20:33 +00:00
packet_format_group_box.h Add a license header. 2013-04-10 21:20:33 +00:00
packet_format_group_box.ui Add a packet format group box, similar to the packet range group box. 2012-10-12 23:40:29 +00:00
packet_list.cpp After looking for something in the column-*.h files and 2013-10-18 13:06:05 +00:00
packet_list.h From Thomas ERSFELD (GSoC13) 2013-09-09 19:30:30 +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 Add a print dialog to the Qt UI. Add support for null page element 2012-11-01 20:57:45 +00:00
packet_range_group_box.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
packet_range_group_box.ui Add a PacketRangeGroupBox widget. Use it to implement "Export Selected 2012-10-08 20:01:59 +00:00
preferences_dialog.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
preferences_dialog.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
preferences_dialog.ui Add a ModulePreferencesScrollArea widget which builds a scrollable frame 2013-02-08 01:16:46 +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 Add Modelines infos to new Qtshark file (print_dialog.*) 2012-11-04 16:01:11 +00:00
print_dialog.ui Add a print dialog to the Qt UI. Add support for null page element 2012-11-01 20:57:45 +00:00
profile_dialog.cpp Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
profile_dialog.h Move profile deletion code from profile_dlg.c to profile.c. Add left 2012-12-30 19:33:05 +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 Set the progress bar animation behavior to match other parts of the 2013-10-31 00:05:59 +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 PacketList and ProtoTree need access to MainWindow at initialization 2013-10-14 16:54:41 +00:00
proto_tree.h New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
qcustomplot.cpp Add TCP sequence number (Stevens-style) graphs. 2013-08-27 18:13:20 +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 Add initial support for geometry settings in the main window. 2013-10-30 22:39:52 +00:00
qtshark_de.qm lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_de.ts lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_fr.qm lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_fr.ts lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt Files 2013-05-13 20:23:55 +00:00
qtshark_zh_CN.qm 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
qtshark_zh_CN.ts Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit. 2013-09-09 21:24:54 +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 New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
search_frame.cpp The porting guide for Qt5 requires that Q_OS_ be used instead 2013-04-24 11:07:25 +00:00
search_frame.h Add an AccordionFrame class which can animate showing and hiding (except 2012-12-18 17:21:20 +00:00
search_frame.ui Reduce the spacer height in the "go to" and search frames. Fix the 2012-12-21 04:42:05 +00:00
sequence_diagram.cpp Highlight selected sequence diagram items. 2013-11-12 22:50:26 +00:00
sequence_diagram.h Highlight selected sequence diagram items. 2013-11-12 22:50:26 +00:00
sequence_dialog.cpp Highlight selected sequence diagram items. 2013-11-13 22:18:01 +00:00
sequence_dialog.h Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
sequence_dialog.ui Sequence / flow diagram updates. 2013-11-12 01:08:08 +00:00
simple_dialog_qt.cpp simple_dialog_primary_start() and simple_dialog_primary_end() are now 2012-12-26 10:33:02 +00:00
simple_dialog_qt.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
sparkline_delegate.cpp Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
sparkline_delegate.h Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
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 Fix a variable name. 2012-11-05 22:25:06 +00:00
splash_overlay.ui Move the MWOverlay code into its own class, SplashOverlay. Use it to 2012-11-05 03:54:21 +00:00
summary_dialog.cpp The "file types" we have are actually combinations of types and 2013-11-08 09:53:01 +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 Add a license header. 2013-04-10 21:20:33 +00:00
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 Add Some missing text to translate 2013-01-20 18:33:06 +00:00
time_shift_dialog.h Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
time_shift_dialog.ui Don't use so much white space. 2012-12-21 23:57:51 +00:00
toolbar_24.svg
uat_dialog.cpp Fix segfault bug and show the combo-box. 2013-11-12 10:22:27 +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 Move the geometry shenanigans a bit further ahead in the startup 2013-10-30 23:54:46 +00:00
wireshark_application.h Move the geometry shenanigans a bit further ahead in the startup 2013-10-30 23:54:46 +00:00