wireshark/ui/qt
Guy Harris 6c5c65b486 Add a setTitlebarForCaptureFile() and have it set the titlebar and the
"modified" indicator.  For some reason, it's not getting called in all
the right places.

svn path=/trunk/; revision=48682
2013-03-31 22:59:56 +00:00
..
CMakeLists.txt Add module_preferences_scroll_area.*. 2013-02-08 01:30:31 +00:00
Makefile.am main_window_slots.cpp includes ui_main_window.h, so make sure we build 2013-02-14 19:56:21 +00:00
Makefile.common Put NODIST_ at the beginning of macro names, as was done for the plugins 2013-02-09 23:35:30 +00:00
Makefile_custom.common Add in the Makefile_custom.common file. 2012-03-18 23:39:23 +00:00
QtShark.pro Add support for software updates. Remove qtshark.rc and use 2013-03-06 22:04:17 +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 Copy over r47277 from ui/gtk. 2013-01-30 00:07:57 +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 Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +00:00
capture_file_dialog.h Add more missing #includes. 2012-12-05 20:33:40 +00:00
capture_info_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
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 Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +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 font and color preferences. Unfortunately Qt doesn't have a color 2013-01-24 01:10:12 +00:00
color_utils.h Add font and color preferences. Unfortunately Qt doesn't have a color 2013-01-24 01:10:12 +00:00
column_preferences_frame.cpp Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +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 Rename the "saved_val" preference element to "stashed_val" in order to 2013-01-18 00:50:14 +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 Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +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
export_dissection_dialog.cpp Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +00:00
export_dissection_dialog.h Set SVN properties. 2012-10-31 15:40:55 +00:00
export_object_dialog.cpp Set SVN properties. 2012-10-31 15:40:55 +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 Set SVN properties. 2012-10-31 15:40:55 +00:00
file_set_dialog.h Set SVN properties. 2012-10-31 15:40:55 +00:00
file_set_dialog.ui Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +00:00
filter_expressions_preferences_frame.cpp Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +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
font_color_preferences_frame.cpp Fix [ 68%] Building CXX object ui/qt/CMakeFiles/qtui.dir/font_color_preferences_frame.cpp.o ui/qt/font_color_preferences_frame.cpp: In member function ‘void FontColorPreferencesFrame::updateWidgets()’: ui/qt/font_color_preferences_frame.cpp:84:54: error: ‘class QFont’ has no member named ‘styleName’ make[2]: *** [ui/qt/CMakeFiles/qtui.dir/font_color_preferences_frame.cpp.o] Erreur 1 make[1]: *** [ui/qt/CMakeFiles/qtui.dir/all] Error 2 2013-02-01 09:21:38 +00:00
font_color_preferences_frame.h Add font and color preferences. Unfortunately Qt doesn't have a color 2013-01-24 01:10:12 +00:00
font_color_preferences_frame.ui Add font and color preferences. Unfortunately Qt doesn't have a color 2013-01-24 01:10:12 +00:00
gpl-template.txt Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
i18n.qrc Remove an empty line 2012-08-08 12:33:13 +00:00
import_text_dialog.cpp Fix some C++ abuses that Guy found via LLVM. 2012-12-05 19:04:59 +00:00
import_text_dialog.h Fix some C++ abuses that Guy found via LLVM. 2012-12-05 19:04:59 +00:00
import_text_dialog.ui Make the menu item for importing a hex dump text file be "Import from 2013-03-31 04:17:47 +00:00
interface_tree.cpp Automatically size the interface column. 2012-12-03 20:38:32 +00:00
interface_tree.h Automatically size the interface column. 2012-12-03 20:38:32 +00:00
label_stack.cpp Move profile deletion code from profile_dlg.c to profile.c. Add left 2012-12-30 19:33:05 +00:00
label_stack.h Move profile deletion code from profile_dlg.c to profile.c. Add left 2012-12-30 19:33:05 +00:00
layout_preferences_frame.cpp GTK+: 2013-01-22 18:27:18 +00:00
layout_preferences_frame.h Add an initial layout preference pane. Set SVN properties. 2013-01-21 05:29:14 +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 Add support for software updates. Remove qtshark.rc and use 2013-03-06 22:04:17 +00:00
main_status_bar.cpp tr() not work with #define 2013-01-20 18:33:15 +00:00
main_status_bar.h Move profile deletion code from profile_dlg.c to profile.c. Add left 2012-12-30 19:33:05 +00:00
main_welcome.cpp Use more restrictive selectors, otherwise we end up styling things we 2012-12-04 00:24:25 +00:00
main_welcome.h Update the interface list to reflect the recent interface name changes. 2012-12-03 19:58:55 +00:00
main_welcome.ui Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +00:00
main_window.cpp Add a setTitlebarForCaptureFile() and have it set the titlebar and the 2013-03-31 22:59:56 +00:00
main_window.h Add a setTitlebarForCaptureFile() and have it set the titlebar and the 2013-03-31 22:59:56 +00:00
main_window.ui Make the menu item for importing a hex dump text file be "Import from 2013-03-31 04:17:47 +00:00
main_window_preferences_frame.cpp GTK+: 2013-01-22 18:27:18 +00:00
main_window_preferences_frame.h GTK+: 2013-01-22 18:27:18 +00:00
main_window_preferences_frame.ui Add a directory name preference type (PREF_DIRNAME) and registration 2013-02-08 18:07:34 +00:00
main_window_slots.cpp Add a setTitlebarForCaptureFile() and have it set the titlebar and the 2013-03-31 22:59:56 +00:00
module_preferences_scroll_area.cpp Add a directory name preference type (PREF_DIRNAME) and registration 2013-02-08 18:07:34 +00:00
module_preferences_scroll_area.h Add a directory name preference type (PREF_DIRNAME) and registration 2013-02-08 18:07:34 +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 Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
packet_format_group_box.h Add a packet format group box, similar to the packet range group box. 2012-10-12 23:40:29 +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 Add font and color preferences. Unfortunately Qt doesn't have a color 2013-01-24 01:10:12 +00:00
packet_list.h Rename the "saved_val" preference element to "stashed_val" in order to 2013-01-18 00:50:14 +00:00
packet_list_model.cpp Implement the frame mark, ignore, and time reference actions. Update the 2012-12-17 23:03:21 +00:00
packet_list_model.h Implement the frame mark, ignore, and time reference actions. Update the 2012-12-17 23:03:21 +00:00
packet_list_record.cpp Implement the frame mark, ignore, and time reference actions. Update the 2012-12-17 23:03:21 +00:00
packet_list_record.h Implement the frame mark, ignore, and time reference actions. Update the 2012-12-17 23:03:21 +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 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.ui Add a PacketRangeGroupBox widget. Use it to implement "Export Selected 2012-10-08 20:01:59 +00:00
preferences_dialog.cpp Add a directory name preference type (PREF_DIRNAME) and registration 2013-02-08 18:07:34 +00:00
preferences_dialog.h Add an "Appearance" (aka "User Interface") preference pane. Having an 2013-01-19 00:57:57 +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 Make new text translatable for Qtshark (print_dialog) 2012-11-04 16:01:20 +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 Break out preference type names, type descriptions, string 2013-01-05 02:30:58 +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 Remove some duplicate code from ui/profile.c and move in more code from 2012-12-29 01:39:02 +00:00
progress_bar.cpp Minor cleanup. 2012-10-26 18:31:00 +00:00
progress_bar.h Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp Qt: Implement packet comments. Fix packet detail updates. 2012-12-23 04:37:58 +00:00
proto_tree.h Implement the items under "Edit→Copy", "Analyze→Apply as Filter" and 2012-12-07 01:46:20 +00:00
qt_ui_utils.cpp Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
qt_ui_utils.h Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
qtshark_de.qm lupdate -no-obsolete QtShark.pro Updating 'qtshark_de.ts'... Found 328 source text(s) (8 new and 320 already existing) Removed 10 obsolete entries Updating 'qtshark_fr.ts'... Found 328 source text(s) (8 new and 320 already existing) Removed 10 obsolete entries Same-text heuristic provided 5 translation(s) 2012-12-04 16:43:45 +00:00
qtshark_de.ts Make the menu item for importing a hex dump text file be "Import from 2013-03-31 04:17:47 +00:00
qtshark_fr.qm Update French translations with last change and update of Qtshark 2013-01-20 18:33:23 +00:00
qtshark_fr.ts Make the menu item for importing a hex dump text file be "Import from 2013-03-31 04:17:47 +00:00
recent_file_status.cpp Always initiailize member variables in constructors, even if it's just to NULL. 2012-10-13 01:37:48 +00:00
recent_file_status.h Add modelines for Qtshark file 2012-09-04 08:18:31 +00:00
search_frame.cpp Remove one unneeded initializer and add one missing initializer, as found 2012-12-22 20:53:09 +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
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 Add Some missing text to translate 2013-01-20 18:33:06 +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
syntax_line_edit.cpp Remove some duplicate code from ui/profile.c and move in more code from 2012-12-29 01:39:02 +00:00
syntax_line_edit.h Add a PacketRangeGroupBox widget. Use it to implement "Export Selected 2012-10-08 20:01:59 +00:00
tango_colors.h Remove some duplicate code from ui/profile.c and move in more code from 2012-12-29 01:39:02 +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
welcome.qrc
wireshark_application.cpp Add support for software updates. Remove qtshark.rc and use 2013-03-06 22:04:17 +00:00
wireshark_application.h Add support for software updates. Remove qtshark.rc and use 2013-03-06 22:04:17 +00:00