aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_model.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Qt: fix possible crash on sorting custom columnsPeter Wu1-2/+4
2016-08-18Qt: fix crash on clearing dfilter after capture restartPeter Wu1-12/+24
2016-07-15Qt: Reserve packet list model vectors.Gerald Combs1-7/+15
2016-07-14Qt: Replace a QMap with a QVector.Gerald Combs1-2/+6
2016-07-12Add resource usage logging.Gerald Combs1-0/+13
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-1/+1
2015-11-26Qt: clear new_visible_rows_ when closing a capture filePascal Quantin1-0/+1
2015-11-23Qt: Revert to more optimized codeStig Bjørlykke1-8/+5
2015-11-23Qt: Set tooltip for packet list headerStig Bjørlykke1-4/+14
2015-10-19Qt: fix time shiftGerald Combs1-0/+6
2015-10-05Qt: fix control flow issues (UNREACHABLE) reported by Coverity (CID 1224614)Pascal Quantin1-2/+0
2015-09-23Qt: Always make the packet list row heights uniform.Gerald Combs1-22/+37
2015-09-21Qt: Add idle dissection.Gerald Combs1-1/+39
2015-09-17Packet list speedups.Gerald Combs1-19/+41
2015-09-13Don't invalidate the column cache when we filter packets.Gerald Combs1-4/+1
2015-09-11Try using GStringChunks in PacketListRecord.Gerald Combs1-0/+2
2015-09-11Make sure we delete our PacketListRecords.Gerald Combs1-0/+1
2015-08-31Redraw the packet list when name resolution changes.Gerald Combs1-5/+3
2015-08-28Speed up column sorting.Gerald Combs1-18/+55
2015-08-18Qt: Add another C++ missing header: <algorithm> for std::sort()Michal Labedzki1-0/+2
2015-07-20Try to minimize sorting overhead.Gerald Combs1-1/+3
2015-07-20Add general a busy progress indicator.Gerald Combs1-7/+22
2015-07-16Draw packet colors in the packet list scrollbar.Gerald Combs1-2/+16
2015-07-16Qt: Frame flag updates.Gerald Combs1-12/+113
2015-07-12Fixup packet list selection.Gerald Combs1-4/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-3/+3
2015-05-07Qt: Fix packet list column resizing.Gerald Combs1-10/+9
2015-03-12Qt: Allow multiple lines in the packet list.Gerald Combs1-12/+32
2015-02-24Qt: Apply recent settings.Gerald Combs1-1/+2
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-1/+3
2014-10-06Qt: QVector::length was added in Qt 5.2.Gerald Combs1-2/+2
2014-10-06Qt: Packet list column sorting.Gerald Combs1-3/+100
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-1/+15
2014-09-23Qt: Add the colorization action.Gerald Combs1-8/+13
2014-07-07Qt: Cache packet list column strings.Gerald Combs1-105/+15
2014-06-17Make sure we hide columns for live captures as well.Gerald Combs1-9/+5
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-09-07Fix PacketList::goToPacket work correctly. Minor screen graphGerald Combs1-0/+9
2013-07-23From Thomas ERSFELD (GSoC13) Qtshark : Columns in the packet list table are n...Alexis La Goutte1-0/+6
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-5/+33
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1