summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Qt: add cache proxy model for Voip Calls dialogPeter Wu6-1/+184
2017-03-24Qt: refactor Voip Calls Dialog into Model/ViewPeter Wu7-285/+399
2017-03-24Rename a few variables to look more similar to the qt implementationJoerg Mayer1-18/+20
2017-03-24[RTP Analysis] Remove check for duplicated MAC (duplicated packetAndersBroman1-3/+7
2017-03-24Remove the last HAVE_PCAP_REMOTE inside HAVE_PCAP_REMOTE for this file.Joerg Mayer1-3/+1
2017-03-24Clean up gtk/capture_dlg.c insert_new_rows a bit.Joerg Mayer1-42/+40
2017-03-23Clean up updateRemoteInterfaceList a bit more.Joerg Mayer1-9/+8
2017-03-23Split interface update code into its own routineJoerg Mayer2-1/+7
2017-03-23Fix QT UI bugs in RTP dialogsErik de Jong3-5/+6
2017-03-22Restore interface selection after interface refreshPeter Wu1-21/+50
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on macOS with clang-800.0.42.1.Guy Harris1-0/+4
2017-03-19response_time_delay_dialog (Qt): fix typo reponse -> responseAlexis La Goutte1-3/+3
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on Linux with gcc6Joerg Mayer2-22/+26
2017-03-19[Automatic update for 2017-03-19]Gerald Combs7-50/+143
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-8/+8
2017-03-19Fix warning turning error:Joerg Mayer1-3/+4
2017-03-17Qt: Pluralize packet count in Size stringStig Bjørlykke2-9/+25
2017-03-16proto_dlg.c: Convert GSList into wmem_treeMichael Mann1-156/+173
2017-03-16g_assert on device.if_info.name to prevent undefined behaviour.Joerg Mayer1-0/+1
2017-03-15Qt: Disable "Show hidden interfaces"Stig Bjørlykke2-0/+6
2017-03-13tap-iostat (cli): fix this statement may fall through [-Werror=implicit-fallt...Alexis La Goutte1-1/+1
2017-03-13Qt: Use em dash when hide the "Show" checkboxStig Bjørlykke1-1/+2
2017-03-12Qt: hide the "Show" checkbox for default devicesPeter Wu2-11/+14
2017-03-12[Automatic update for 2017-03-12]Gerald Combs7-210/+210
2017-03-12Qt: Give discard button focus (but not as default)Stig Bjørlykke2-0/+6
2017-03-10io_graph_item: fix false positive array subscript is above array bounds [-Wer...Alexis La Goutte1-0/+1
2017-03-09RTP streams dialog: Fix find reverse buttonErik de Jong1-1/+3
2017-03-09Qt: Fix heap-use-after-free when deleting IO graphStig Bjørlykke1-1/+1
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann7-34/+59
2017-03-05[Automatic update for 2017-03-05]Gerald Combs7-3766/+3906
2017-03-04Qt: Apply selected bookmark display filterStig Bjørlykke3-4/+12
2017-03-04pluginIF: Allow en-/disable of elementsRoland Knall1-5/+33
2017-03-03Qt: Fix goto next/prev packet toolbar buttonsStig Bjørlykke1-4/+6
2017-03-03Qt: reduce minimum window size requirementPeter Wu2-2/+2
2017-03-03pluginIf: Add/Remove single entries from selectorRoland Knall1-31/+51
2017-03-03Qt: Add selection history navigation.Gerald Combs5-2/+124
2017-03-03Qt: allow Packet Bytes view to be shrinkedPeter Wu2-0/+7
2017-03-02Use glib-compatAndersBroman1-5/+1
2017-03-02include <wsutil/glib-compat.h> to allow use of g_list_free_full() withAndersBroman1-0/+1
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke9-16/+16
2017-02-27Qt: Avoid null pointer dereference (CID 1401573)Stig Bjørlykke1-2/+3
2017-02-27print_stream: free memory on exit.Dario Lombardo1-0/+1
2017-02-26Fix error: extra ';' after member function definition [-Werror,-Wextra-semi]Joerg Mayer1-2/+2
2017-02-26Qt: Enable/disable Capture Interfaces buttons consistently.Gerald Combs1-6/+3
2017-02-26[Automatic update for 2017-02-26]Gerald Combs7-4423/+4621
2017-02-26apply_line_edit(.h): fix extra ';' inside a class [-Wextra-semi] (clang) / ex...Alexis La Goutte1-2/+2
2017-02-26preferences_dialog (Qt): fix commas at the end of enumerator lists are a C++1...Alexis La Goutte1-1/+1
2017-02-26pluginif: Adapt code for Qt4.8Roland Knall1-0/+15
2017-02-26Bugfix for extcap fileselect functionality, start button in extcap options di...Kim Bäckström1-1/+3
2017-02-25Revert "Qt: call cleanup from destructor in WiresharkApplication."Peter Wu1-2/+1