aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/conversation_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-21Qt: fix "Follow stream" in Conversations dialogPeter Wu1-10/+4
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-1/+1
2017-12-29Qt: add check after cast.Dario Lombardo1-8/+10
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-9/+9
2017-07-26Qt: Create models directoryRoland Knall1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-1/+1
2016-11-28Qt: Fix conversation buttons.Gerald Combs1-15/+23
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-09-02Qt: Conversation time column updates.Gerald Combs1-2/+46
2016-09-02Qt: Add a timeline indicator to conversations.Gerald Combs1-3/+67
2016-08-02Qt: remove dead code.Dario Lombardo1-9/+0
2016-06-26Qt: Conversation and Endpoint dialog performance tweaks.Gerald Combs1-71/+66
2016-06-23Qt: Use queued signals+slots for filter actionsGerald Combs1-4/+4
2016-06-22Qt: Fix crash in Conversations and Endpoints dialogsGerald Combs1-26/+30
2016-04-23Get rid of unnecessary method override.Guy Harris1-5/+0
2016-04-23Forcibly update all items if name resolution is turned on or off.Guy Harris1-9/+12
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-9/+9
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-0/+1
2015-10-16RLC statistics window can now launch UL or DL graphsMartin Mathieson1-0/+2
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-12/+4
2015-08-26Add per-dialog progress frames.Gerald Combs1-1/+2
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-2/+2
2015-07-29Capture file retapping fixups.Gerald Combs1-2/+2
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-3/+1
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+2
2015-01-10Remove ep_ allocated memory from get_conversation_filter and just return a g_...Michael Mann1-1/+4
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-5/+15
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-5/+20
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs1-5/+5
2014-12-22Qt: Add methods to CaptureFile and WiresharkApplication.Gerald Combs1-25/+23
2014-12-01qt: fix use-after-free patternPeter Wu1-2/+6
2014-09-05Fix compiler warnings from g30f3d52.Gerald Combs1-7/+7
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-189/+418
2014-08-03Have ConversationDialog retain data between captures.Gerald Combs1-0/+6
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-108/+59
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-0/+516