aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Qt: Update UAT clear button enablingStig Bjørlykke1-0/+1
2017-11-15UI: Fix seg fault of software update language initUli Heilmeier1-2/+2
2017-11-13Remove circuit APIMichael Mann1-2/+0
2017-11-13Qt: Really fix the packet list selectionRoland Knall3-5/+5
2017-11-12Qt: ToolbarMimeData and displayRoland Knall3-17/+34
2017-11-12Qt: Show ByteView for first packetStig Bjørlykke1-1/+1
2017-11-12Qt: Select correct packet from listStig Bjørlykke1-2/+1
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall15-59/+81
2017-11-12Qt: Fix DragDrop on ProtoTreeRoland Knall1-0/+11
2017-11-12Qt: Clear up the labelRoland Knall1-1/+1
2017-11-12Qt: Add Modifier to drop only fieldRoland Knall4-11/+39
2017-11-12Qt: do not crash when selecting a field without tvbPeter Wu1-2/+2
2017-11-12[Automatic update for 2017-11-12]Gerald Combs7-144/+177
2017-11-11autotools: rename libui_dirty to libui_generatedJoão Valverde1-13/+7
2017-11-11Qt: Fix use-after-free crashes when changing packetsPeter Wu1-0/+2
2017-11-11Qt: avoid undefined behavior in ProtoTree::eventFilterPeter Wu1-2/+4
2017-11-10Add frame number to packet comment dialogMichael Mann3-4/+10
2017-11-09qt: add constructor to proto_tree (CID: 1420705).Dario Lombardo1-1/+2
2017-11-09UI: Use configured language for software update dialogUli Heilmeier1-0/+4
2017-11-09autotools: Fix build for unknown Qt interfaceJoão Valverde2-2/+2
2017-11-09Qt: Give focus to preference value in PreferenceEditorFrameStig Bjørlykke2-0/+9
2017-11-09Qt: Give focus to Title in ColumnEditorFrameStig Bjørlykke3-1/+10
2017-11-08iograph: Use default graph values if io_graphs UAT file doesn't pass validationPeter Wu1-1/+2
2017-11-08Qt: Further cleanup ByteViewRoland Knall25-460/+1113
2017-11-08Qt: ReleaseNotes and reformatting of Drag n' DropRoland Knall1-3/+1
2017-11-08Qt: Clean Drag-n-Drop Mimetype for toolbarRoland Knall3-10/+40
2017-11-08Qt: Drag n Drop Filter expression from Packet TreeRoland Knall15-4/+431
2017-11-07Open Windows CHM Help from Help menu.Graham Bloice1-1/+5
2017-11-07Improvement to plugin_if_get_ws_info(...) functionalityPaul Offord3-12/+69
2017-11-07wireless_timeline: fix blank displaySimon Barber1-11/+2
2017-11-05Qt: Fix drag-n-drop in toolbarRoland Knall1-6/+16
2017-11-05[Automatic update for 2017-11-05]Gerald Combs7-24/+128
2017-10-31HTTP: Update status codesUli Heilmeier1-0/+23
2017-10-31Qt: ByteViewTab Fix tabs creationRoland Knall1-0/+2
2017-10-31ByteViewText: Remove epan dependancyRoland Knall10-344/+393
2017-10-30Make FT_IPv4 a bit more like FT_IPv6.Guy Harris1-3/+2
2017-10-30Get rid of ipv4_get_net_order_addr() and ipv4_get_host_order_addr().Guy Harris1-1/+2
2017-10-29Get rid of unused #defines.Guy Harris2-5/+0
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann6-22/+22
2017-10-29[Automatic update for 2017-10-29]Gerald Combs7-9/+65
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-10-28Privatize the conversation_key structureMichael Mann2-9/+5
2017-10-28Remove display of "old" key in GTK configuration hashtable dialogMichael Mann1-16/+1
2017-10-28Share use of conversation_hash_exactMichael Mann1-59/+0
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann2-4/+2
2017-10-28Always provide value for Decode As selector columnMichael Mann1-13/+9
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris4-4/+4
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs2-3/+1
2017-10-25Clean up white space.Guy Harris1-3/+3
2017-10-25Use a union for the IPv4/IPv6 address.Guy Harris1-6/+8