wireshark/ui
Gerald Combs 5b2890e573 Move the main window creation to the top of main() in anticipation of a
splash pane.

Add an "initialized" state to WiresharkApplication and set it when we're
done calling our init routines. Handle FileOpen events. Wait until we're
initialized to try to open the files. On OS X

    open -a /path/to/qtshark.app /path/to/some/file.pcap
    
now works as expected, and

    osascript -e 'tell application "qtshark" to open posix file "'"/path/to/some/file.pcap"'"'
    
works but returns "missing value". 

svn path=/trunk/; revision=45885
2012-11-03 22:48:29 +00:00
..
cli Allow <interval> to be successfully sscanf'd no matter the locale for the 2012-10-24 17:46:16 +00:00
gtk From Jim Young and updated by Max Romanov: 2012-11-02 09:58:43 +00:00
qt Move the main window creation to the top of main() in anticipation of a 2012-11-03 22:48:29 +00:00
win32 Simplify #ifdef blocks 2012-10-21 19:17:36 +00:00
CMakeLists.txt Move ui-independent object export routines to the common ui directory. 2012-10-18 21:14:43 +00:00
Makefile.am libgtkui_dirty → libui_dirty. 2012-09-14 21:06:26 +00:00
Makefile.common Revert r45692 and try to fix link failure another way: console_win32.[ch] definitely belong to ui/win32 2012-10-21 19:12:18 +00:00
Makefile.nmake Don't redefine WIRESHARK_UI_SRC 2012-09-15 10:01:21 +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 indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object_dicom.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object_http.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +00:00
export_object_smb.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:51:59 +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 Add help buttons. Ifdef out some code on Windows. 2012-10-15 18:32:51 +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 Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +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
progress_dlg.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
recent.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
recent_utils.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +00:00
simple_dialog.h Add Modelines info for new common ui source file(s) 2012-10-24 15:52:45 +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 Add Modelines info for new common ui source file(s) 2012-10-24 15:52:17 +00:00
text_import.c Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:08 +00:00
text_import.h Fix indent and add Modelines info for new common ui source file(s) 2012-10-24 15:52:08 +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
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