wireshark/ui/qt
Alexis La Goutte 94cbe0ce2c Add Q&A icon for qtshark
svn path=/trunk/; revision=44713
2012-08-31 12:11:44 +00:00
..
CMakeLists.txt The proper way to set compiler flags in cmake is not by using 2012-08-23 12:30:16 +00:00
Makefile.am Make qtshark build again with autotools - possibly. Completely untested. 2012-08-18 19:45:09 +00:00
Makefile.common ui_main_welcome.h is another file generated by uic, so list it in 2012-08-18 22:25:50 +00:00
Makefile_custom.common Add in the Makefile_custom.common file. 2012-03-18 23:39:23 +00:00
QtShark.pro Lay out the welcome screen using Qt Designer. 2012-08-17 00:58:50 +00:00
byte_view_tab.cpp Add automatic tree expansion. Get rid of some unnecessary void * casts. 2012-08-19 20:47:11 +00:00
byte_view_tab.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
byte_view_text.cpp Fixes for warnings: unused-but-set-variable 2012-08-23 10:30:37 +00:00
byte_view_text.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_file_dialog.cpp Grow the dialog to account for our added widgets. 2012-07-30 21:22:53 +00:00
capture_file_dialog.h Add a preview to the common file dialog. Adjust the win32 file dialog 2012-07-27 21:43:02 +00:00
capture_info_dialog.cpp Fix compilation warnings. 2012-08-14 16:01:47 +00:00
capture_info_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_interface_dialog.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_interface_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_dialog.cpp Fix compilation warnings. 2012-08-14 16:01:47 +00:00
color_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_utils.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_utils.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
display_filter_16.svg
display_filter_combo.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
display_filter_combo.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
display_filter_edit.cpp Catch key events where needed and direct them to the display filter 2012-08-23 02:59:31 +00:00
display_filter_edit.h Catch key events where needed and direct them to the display filter 2012-08-23 02:59:31 +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
fileset_dialog.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
fileset_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +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
interface_tree.cpp More welcome screen layout updates. Instantiate the welcome screen 2012-08-17 19:37:18 +00:00
interface_tree.h Move capture_globals.h from ui/gtk/ to ui/. Show interface activity 2012-08-03 23:30:47 +00:00
label_stack.cpp Adjust the text size on OS X. This introduces an artifact that affects 2012-08-01 00:06:21 +00:00
label_stack.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
main.cpp Fixes for warnings: unused-but-set-variable 2012-08-23 10:30:37 +00:00
main_status_bar.cpp Stylize the "go to packet" bar. 2012-08-20 17:55:43 +00:00
main_status_bar.h Add an expert level indicator. Move a bunch of resources to image/. 2012-07-31 20:00:25 +00:00
main_welcome.cpp Allow focus in the task list, which in turn allows keyboard navigation. 2012-08-23 17:42:02 +00:00
main_welcome.h Lay out the welcome screen using Qt Designer. 2012-08-17 00:58:50 +00:00
main_welcome.ui Allow focus in the task list, which in turn allows keyboard navigation. 2012-08-23 17:42:02 +00:00
main_window.cpp File => Open (Ctrl+O) on Qtshark (broke with last change...) 2012-08-31 07:56:24 +00:00
main_window.h File => Open (Ctrl+O) on Qtshark (broke with last change...) 2012-08-31 07:56:24 +00:00
main_window.ui Add Q&A icon for qtshark 2012-08-31 12:11:44 +00:00
monospace_font.cpp Font size + hint updates for Windows. 2012-07-31 00:13:34 +00:00
monospace_font.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list.cpp Fill in some missing functionality. Rename some variables and rearrange 2012-08-23 17:29:05 +00:00
packet_list.h Fill in some missing functionality. Rename some variables and rearrange 2012-08-23 17:29:05 +00:00
packet_list_model.cpp Fill in some missing functionality. Rename some variables and rearrange 2012-08-23 17:29:05 +00:00
packet_list_model.h Fill in some missing functionality. Rename some variables and rearrange 2012-08-23 17:29:05 +00:00
packet_list_record.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list_record.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
progress_bar.cpp More style tweaks. 2012-08-01 16:17:47 +00:00
progress_bar.h Remove some debugging statements. Fix the fade-in animation. 2012-07-19 22:33:47 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp Basic "Go to Packet" implementation. 2012-08-20 04:34:23 +00:00
proto_tree.h Handle double-clicks in the tree. 2012-08-19 23:52:08 +00:00
qt_ui_utils.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
qt_ui_utils.h More welcome screen layout updates. Instantiate the welcome screen 2012-08-17 19:37:18 +00:00
qtshark.rc Add icon to QtShark.exe for Windows 2012-07-31 20:50:24 +00:00
qtshark_de.qm Beginnings of a German translation (review/improvements welcome) 2012-07-20 11:58:16 +00:00
qtshark_de.ts lupdate QtShark.pro 2012-08-07 16:08:23 +00:00
qtshark_fr.qm Fix some Gui Text not translate and update french translation 2012-03-16 18:54:01 +00:00
qtshark_fr.ts lupdate QtShark.pro 2012-08-07 16:08:23 +00:00
recent_file_status.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
recent_file_status.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
simple_dialog_qt.cpp Add automatic tree expansion. Get rid of some unnecessary void * casts. 2012-08-19 20:47:11 +00:00
simple_dialog_qt.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
sparkline_delegate.cpp More welcome screen layout updates. Instantiate the welcome screen 2012-08-17 19:37:18 +00:00
sparkline_delegate.h Minor cleanup: Get rid of unnecessary signal+slot customization and mark 2012-08-14 00:25:42 +00:00
tango_colors.h Be more specific. 2012-08-19 21:52:57 +00:00
toolbar_24.svg
welcome.qrc
wireshark_application.cpp Make the changes of r44165 build with autofoo and cmake as well 2012-08-01 18:27:57 +00:00
wireshark_application.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00