aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Distribute i18n.qrc.in in the release tarball.Guy Harris1-0/+1
2016-06-29Don't assume GNU sed.Guy Harris1-2/+2
2016-06-28Qt: Generate .qm files during buildJoão Valverde12-37/+40
2016-06-28Qt: Make the packet map work with Qt 5.7.Gerald Combs3-7/+12
2016-06-28Qt: Make recent preferences changes work with Qt4.Gerald Combs1-9/+11
2016-06-28Qt: Add a missing Q_DECLARE_METATYPE to fix a compile error on RHEL 7.Jens Kilian1-0/+1
2016-06-28Qt: Preferences dialog performance improvements.Gerald Combs2-190/+285
2016-06-28Global, not static.Guy Harris2-1/+3
2016-06-28Have commandline_other_options() directly fill in the global structure.Guy Harris3-34/+34
2016-06-28Don't set quit_after_cap if no pcap, as it's not present.Guy Harris1-1/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris5-58/+57
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris6-8/+29
2016-06-27We need global_capture_opts if we have extcap, even without pcap.Guy Harris1-1/+1
2016-06-27Qt: Clean up capture file callbacks.Gerald Combs1-4/+5
2016-06-27There's no need to check the return from g_array_index().Jeff Morriss1-8/+0
2016-06-27endpoint dialog: fix compilation when we don't HAVE_GEOIP.Jeff Morriss1-3/+7
2016-06-26[Automatic update for 2016-06-26]Gerald Combs13-4458/+4576
2016-06-26Qt: Don't use QStyleOptionViewItemV4.Gerald Combs3-39/+47
2016-06-26Add an RA_INTERFACES register action.Gerald Combs3-3/+11
2016-06-26Qt: Handle unhandled filter actions.Gerald Combs7-21/+29
2016-06-26Qt: Try to fix un-maximize behavior on OS X.Gerald Combs4-11/+40
2016-06-26Qt: Conversation and Endpoint dialog performance tweaks.Gerald Combs9-170/+209
2016-06-26filter: rename shadow varDario Lombardo2-5/+5
2016-06-26srt: rename shadow variableDario Lombardo1-3/+3
2016-06-25Minor UI locale updates.Gerald Combs3-9/+6
2016-06-24Qt: Fix "-l" behavior.Gerald Combs3-10/+3
2016-06-24Qt: Keep the syntax line edit cursor active.Gerald Combs2-0/+12
2016-06-23No pcap, no live capture, so no auto_scroll_live.Guy Harris1-0/+2
2016-06-23Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPTURE is set (offline mode too).Dario Lombardo2-4/+16
2016-06-23Qt: Use queued signals+slots for filter actionsGerald Combs10-35/+43
2016-06-23RTP player: increase the maximum number of silence frames to 30 minutes worth.Jeff Morriss3-2/+3
2016-06-23Qt: Support the -j, -J, and -l command line flagsGerald Combs4-4/+5
2016-06-22Don't close Wireshark (GTK) if user cancels Save on Close.Michael Mann1-13/+18
2016-06-22Don't close Wireshark (Qt) if user cancels Save on Close.Michael Mann2-16/+18
2016-06-22No GeoIP, no need for geoip_none_.Guy Harris1-0/+2
2016-06-22Qt: Fix crash in Conversations and Endpoints dialogsGerald Combs2-53/+58
2016-06-22Qt: Make the syntax line edit less greedy.Gerald Combs1-8/+27
2016-06-22GTK: Keep display filter applied when switching profilesBalint Reczey1-2/+8
2016-06-22Qt: Clear the packet list selection before freezing it.Gerald Combs1-0/+2
2016-06-21Check for negative nanoseconds in io,stat tap.Michael Mann1-1/+1
2016-06-20Pull the options structure initialization into commandline_other_options().Guy Harris2-15/+15
2016-06-20Add display filter completion suggestions to color filters.Michael Mann1-1/+2
2016-06-20Add field completion suggestions when adding a Display filter or Y Field to t...Michael Mann1-2/+4
2016-06-20GTK+: Truncate simple_message_box messages.Gerald Combs1-6/+28
2016-06-20qt: reset the column sorting when a new file is loadedMartin Kaiser1-0/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin10-6/+110
2016-06-20Protect some code that's only for Wireshark-with-pcap.Guy Harris1-0/+2
2016-06-19Move some option checking to common code.Guy Harris2-47/+48
2016-06-19Don't assume we successfully read the configuration files.Guy Harris1-1/+3
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris3-17/+11