aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
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-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris2-5/+9
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris3-5/+18
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 Combs1-1/+4
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-26srt: rename shadow variableDario Lombardo1-3/+3
2016-06-25Minor UI locale updates.Gerald Combs2-2/+2
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 Morriss1-1/+1
2016-06-23Qt: Support the -j, -J, and -l command line flagsGerald Combs2-2/+3
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-22Qt: Clear the packet list selection before freezing it.Gerald Combs1-0/+2
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-20qt: reset the column sorting when a new file is loadedMartin Kaiser1-0/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin5-1/+20
2016-06-19[Automatic update for 2016-06-19]Gerald Combs13-1384/+1748
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin10-34/+33
2016-06-19Refactor command-line handling of GUI options.Michael Mann2-3/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo10-33/+34
2016-06-17Qt: Fix a compile error occurring on RedHat Enterprise Linux.Jens Kilian1-0/+1
2016-06-16Qt: Add "Copy As…" to VoIP Calls.Gerald Combs3-1/+121
2016-06-16Add a sequence analysis wishlist item.Gerald Combs1-0/+1
2016-06-16CID 1250642: check the return value of dup()Martin Kaiser1-1/+4
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo2-1/+12
2016-06-16Qt: Clarify follow stream dialog's format buttonBalint Reczey1-1/+1
2016-06-15Qt: Adjust the search frame layout.Gerald Combs1-12/+25
2016-06-15Remove Nmake build systemPascal Quantin2-187/+4
2016-06-15qt: add initializer to ExpertPacketTreeWidgetItem (CID 1362746).Dario Lombardo1-0/+1
2016-06-14Qt: fix crash when opening Expert Info dialogPascal Quantin1-3/+5
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo1-14/+14