aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Remove autotools build system.Dario Lombardo3-1324/+0
2018-04-17Qt: fix remaining CaptureEvent signal connectionsPeter Wu8-15/+15
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall27-107/+117
2018-04-17Qt: Fix segfault bug when analysing SCTP packetsruengeler1-3/+3
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs4-174/+26
2018-04-17Remove some GTK+-only code.Gerald Combs13-81/+7
2018-04-16Qt: Rename packet_list_enable_colorStig Bjørlykke4-4/+3
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders5-8/+0
2018-04-16Qt: Do not show MaxMind DB path when not enabledStig Bjørlykke1-0/+2
2018-04-15More PortAudio removal.Gerald Combs2-2/+2
2018-04-15[Automatic update for 2018-04-15]Gerald Combs2-2/+2
2018-04-15Gtk: Remove source codeRoland Knall230-142700/+0
2018-04-11qt: capture file properties: add a splitterMartin Kaiser2-26/+52
2018-04-11Qt: Disable collapsible children in the main window.Gerald Combs4-0/+14
2018-04-10Qt: Enable Emoji & Symbols selector againRoland Knall1-1/+1
2018-04-09Qt: Fix MacOSX menu entriesRoland Knall2-0/+86
2018-04-09QT: keep cursor visible after completerion selectMichail Koreshkov1-0/+1
2018-04-09main window: don't keep a dangling freeze_focus_ pointerMartin Kaiser1-1/+2
2018-04-08[Automatic update for 2018-04-08]Gerald Combs7-40/+75
2018-04-06Remove some references to Qt4.Gerald Combs4-28/+5
2018-04-05QT: Copy as printableMichail Koreshkov1-1/+1
2018-04-05Qt: remove ws_buffer_start_ptr calls from clang-scan.Dario Lombardo2-0/+6
2018-04-05Qt: Remove checks for version below 5.2Roland Knall37-317/+52
2018-04-05extcap: Reload values on requestRoland Knall8-44/+212
2018-04-01[Automatic update for 2018-04-01]Gerald Combs7-34/+48
2018-03-29Extend 'HTTP Referer statistics' to sequence HTTP RedirectsMoshe Kaplan3-7/+7
2018-03-28Qt: keep the extension in CaptureFile::fileName().Dario Lombardo1-1/+1
2018-03-27tap: fix remaining potential memleaks with register_tap_listenerPeter Wu4-5/+33
2018-03-26Qt: TCP Stream Graphs dialog updates.Gerald Combs5-15/+73
2018-03-25[Automatic update for 2018-03-25]Gerald Combs6-96/+0
2018-03-25In some dialogs, have *no* auto-default buttons on macOS.Guy Harris2-2/+53
2018-03-24wslua: Fix loggingPeter Wu1-1/+1
2018-03-24OID name resolv: Fix MIB/PIB path presentationsJaap Keuter2-2/+4
2018-03-23Qt: Remove a redundant include.Gerald Combs1-1/+0
2018-03-23Qt: ensure that taps are invoked on reload/rescanPeter Wu1-1/+2
2018-03-21Qt: fix "Follow stream" in Conversations dialogPeter Wu4-16/+16
2018-03-20Note that exit_application() has UI-specific implementations.Guy Harris1-0/+1
2018-03-20Remove redundant declaration of exit_application().Guy Harris1-3/+0
2018-03-20gui_utils(.c): fix no previous prototype for ‘exit_application’ [-Wmissin...Alexis La Goutte1-0/+2
2018-03-18Qt: allow keyboard navigation in Unsaved packets dialogPeter Wu2-0/+4
2018-03-18[Automatic update for 2018-03-18]Gerald Combs7-60/+28
2018-03-18Qt: ensure field is visible on selection from bytes viewPeter Wu4-73/+5
2018-03-17tap-tcp-stream: fix indentation.Dario Lombardo1-17/+22
2018-03-17tap-tcp-stream: replace some g_malloc with g_new.Dario Lombardo1-3/+3
2018-03-17tap-iax2-analysis: fix minor indentation issues.Dario Lombardo1-5/+9
2018-03-17tap-sctp: replace g_malloc with g_new.Dario Lombardo1-15/+15
2018-03-17tap-sctp: remove guint32 unneeded allocations.Dario Lombardo1-9/+6
2018-03-15Qt 4.8 compatibility for escaping HTMLPeter Wu1-4/+4
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs7-12/+32
2018-03-15tap-sctp: remove leak of sack and tsn (found by clang).Dario Lombardo1-1/+8