aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-0/+2
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-4/+4
2014-01-07include config.h at the top of the file.Jörg Mayer1-1/+2
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-22/+22
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-4/+5
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+24
2013-11-21Tap listeners have to be registered before we read our prefs.Gerald Combs1-17/+17
2013-11-21Add a statistics tree dialog.Gerald Combs1-3/+1
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris1-8/+7
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs1-0/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-8/+2
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-0/+7
2013-10-27Remove U3 code and packaging.Gerald Combs1-7/+0
2013-10-18Clean up warnings when we don't HAVE_LIBPCAP.Jeff Morriss1-1/+1
2013-10-12Solaris Studio C++ won't let us pass the address of main() toGerald Combs1-1/+1
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-1/+1
2013-09-30Strip out references to PortAudio. Qt has its own audio module (Phonon).Gerald Combs1-13/+0
2013-09-09add qtshark /path/mycap.pcapng support (from GTK code...)Alexis La Goutte1-0/+48
2013-09-09Use the same variable name than GTK (cf_name)Alexis La Goutte1-4/+5
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte1-0/+3
2013-09-09Add Preference to change Language (in QtShark)Alexis La Goutte1-13/+27
2013-09-03Correctly update the pane layout whenever the preferences are changed, you noEvan Huus1-1/+0
2013-09-03Separate window creation from the laying out of the list/tree/byte panes. ThisEvan Huus1-9/+9
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus1-11/+12
2013-09-02Add long-opts support to qtshark. Take -r or --read-file to open a capture fileEvan Huus1-15/+17
2013-09-02Remove a bunch of commented code copied from the GTK version. We don't need itEvan Huus1-146/+0
2013-08-31Set our connection capture filter in main() similar to the GTK+ version.Gerald Combs1-1/+10
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-1/+2
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-2/+2
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-06-27Propagate the main_window_update change of few commits ago into the qt clientLuis Ontanon1-2/+2
2013-05-22And handle the no-libpcap case here as well.Guy Harris1-0/+2
2013-05-22More capture_options -> capture_session changes.Guy Harris1-2/+2
2013-05-22And reflect the new capture_options structure here.Guy Harris1-0/+3
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-1/+3
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+4
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-46/+35
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-5/+5
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss1-1/+1
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard1-1/+1
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-02-02In Qt 4, C strings are, by default, treated as 7-bit ASCII whenGuy Harris1-0/+7
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-22/+20
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-1/+2
2013-01-16Add some routines to wsutil to, at least on some platforms, addGuy Harris1-11/+20
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-114/+9