Fix comment end after SPDX identifier
[metze/wireshark/wip.git] / ui / qt / conversation_dialog.cpp
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-03-21 Peter WuQt: fix "Follow stream" in Conversations dialog
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario LombardoQt: use SPDX identifiers.
2018-01-15 Dario LombardoQt: change obsolete qVariantFromValue into QVariant...
2017-12-29 Dario LombardoQt: add check after cast.
2017-12-04 Guy HarrisPut the structure of a capture_file back in cfile.h.
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-10-29 Michael MannUse endpoint_type in conversation tables and hostlists
2017-07-26 Roland KnallQt: Create models directory
2017-07-26 Roland KnallQt: Move utils to separate utils directory
2017-03-06 Michael MannSwitch conversations to use wmem_tree_t instead of...
2016-11-28 Gerald CombsQt: Fix conversation buttons.
2016-09-14 Stig BjørlykkeQt: Set Close as default button
2016-09-02 Gerald CombsQt: Conversation time column updates.
2016-09-02 Gerald CombsQt: Add a timeline indicator to conversations.
2016-08-02 Dario LombardoQt: remove dead code.
2016-06-26 Gerald CombsQt: Conversation and Endpoint dialog performance tweaks.
2016-06-23 Gerald CombsQt: Use queued signals+slots for filter actions
2016-06-22 Gerald CombsQt: Fix crash in Conversations and Endpoints dialogs
2016-04-23 Guy HarrisGet rid of unnecessary method override.
2016-04-23 Guy HarrisForcibly update all items if name resolution is turned...
2016-01-21 João ValverdeAvoid returning malloced memory as const [-Wcast-qual]
2016-01-12 Michael MannRefactor "Follow Stream" functionality on all GUI inter...
2015-10-16 Martin MathiesonRLC statistics window can now launch UL or DL graphs
2015-08-26 Gerald CombsRework tapping in Qt dialogs.
2015-08-26 Gerald CombsAdd per-dialog progress frames.
2015-07-31 Gerald CombsUse an ellipsis character instead of three dots.
2015-07-29 Gerald CombsCapture file retapping fixups.
2015-07-07 Joerg MayerFinish removal of Q_UNUSED.
2015-02-10 Gerald CombsQt/C++: Change a bunch of includes to forward declarations.
2015-01-10 Michael MannRemove ep_ allocated memory from get_conversation_filte...
2015-01-08 Michael Mannep_<protocol>_port_to_display -> <protocol>_port_to_display
2015-01-05 Michael MannReplace ep_display_to_address with wmem equivalent...
2014-12-29 Gerald CombsQt: Add a WiresharkDialog convenience class.
2014-12-22 Gerald CombsQt: Add methods to CaptureFile and WiresharkApplication.
2014-12-01 Peter Wuqt: fix use-after-free pattern
2014-09-05 Gerald CombsFix compiler warnings from g30f3d52.
2014-09-05 Gerald CombsQt: Refactor ConversationDialog for endpoints.
2014-08-03 Gerald CombsHave ConversationDialog retain data between captures.
2014-07-26 Michael MannRefactor "common" Conversation table functionality.
2014-07-21 Gerald Combs[WIP] Add a conversation dialog.