wireshark/ui
Jörg Mayer 9db6d700cd The porting guide for Qt5 requires that Q_OS_ be used instead
of Q_WS_ in Qt4 projects
See:
http://qt-project.org/doc/qt-5.0/qtdoc/portingguide.html

svn path=/trunk/; revision=49013
2013-04-24 11:07:25 +00:00
..
cli Rename value string (and similar) functions to use a consistent pattern. This 2013-03-29 00:26:23 +00:00
gtk Add a "hidden" array of UAT entry data to allow separation between UAT file syntax errors and "syntactically correct, but invalid field". Now UAT files load all entries into the "hidden" array (raw_data), but only adds valid ones to the user_data, which is used by the dissectors. 2013-04-22 02:10:49 +00:00
qt The porting guide for Qt5 requires that Q_OS_ be used instead 2013-04-24 11:07:25 +00:00
win32 Add a wtap_dump_can_write() routine that indicates whether Wiretap 2013-04-01 21:17:50 +00:00
CMakeLists.txt Revert 2013-04-22 19:00:29 +00:00
Makefile.am libgtkui_dirty → libui_dirty. 2012-09-14 21:06:26 +00:00
Makefile.common Add automatic software update checks for Win32 using WinSparkle. Add 2013-02-19 22:21:17 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
alert_box.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:26 +00:00
alert_box.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:26 +00:00
capture_globals.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
doxygen.cfg.in Add @configure_input@ to a bunch of .in files that didn't have it. 2012-03-16 03:39:51 +00:00
export_object.c Fix numerous instances of a variable/parameter name "shadowing" a library function name; 2012-12-05 15:56:36 +00:00
export_object.h From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 NEW FEATURE IMPLEMENTED: SMB2 SUPPORT FOR EXPORT->OBJECTS->SMB 2013-03-09 08:44:14 +00:00
export_object_dicom.c From beroset: 2013-03-20 01:18:10 +00:00
export_object_http.c From beroset: 2013-03-20 01:18:10 +00:00
export_object_smb.c Rename value string (and similar) functions to use a consistent pattern. This 2013-03-29 00:26:23 +00:00
file_dialog.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
help_url.c From Chris Maynard Wireshark crashes when attempting to obtain help from various dialogs 2013-01-03 10:49:32 +00:00
help_url.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
iface_lists.c Re-add format argument that appears to have been accidentally 2013-04-16 15:30:59 +00:00
iface_lists.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
last_open_dir.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
main_statusbar.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
preference_utils.c From beroset: 2013-03-20 01:18:10 +00:00
preference_utils.h Add column preferences. 2013-01-23 19:04:36 +00:00
profile.c From beroset: 2013-03-20 01:18:10 +00:00
profile.h Move profile deletion code from profile_dlg.c to profile.c. Add left 2012-12-30 19:33:05 +00:00
progress_dlg.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
recent.c Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written to 2013-04-09 02:48:03 +00:00
recent.h Move the GUI-independent window geometry stuff to ui/recent.c, so we 2013-02-02 05:34:31 +00:00
recent_utils.h Move the GUI-independent window geometry stuff to ui/recent.c, so we 2013-02-02 05:34:31 +00:00
simple_dialog.h Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
software_update.c "HKEY_CURRENT_USER\Software\The Wireshark developer community, http://www.wireshark.org/\Wireshark\WinSparkle" isn't the prettiest registry path. 2013-03-05 18:46:50 +00:00
software_update.h Add automatic software update checks for Win32 using WinSparkle. Add 2013-02-19 22:21:17 +00:00
ssl_key_export.c Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
ssl_key_export.h Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
text_import.c Match the new text2pcap max packet import size of 65KiB-1 from r48738. 2013-04-05 14:30:33 +00:00
text_import.h Match the new text2pcap max packet import size of 65KiB-1 from r48738. 2013-04-05 14:30:33 +00:00
text_import_scanner.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
text_import_scanner.l Create a common libui using CMake similar to what we do with Autotools. 2012-09-14 20:23:18 +00:00
time_shift.c Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
time_shift.h Move common time shifting code to ui/time_shift.[ch]. Change the 2012-12-21 17:37:57 +00:00
ui_util.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
utf8_entities.h Move utf8_entities.h to the "ui" directory. Separate packet information 2012-08-01 19:18:49 +00:00
util.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:35 +00:00
util.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:35 +00:00