summaryrefslogtreecommitdiff
path: root/ui/qt/capture_filter_edit.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-20memory leak: Qt code doesn't pass 'parent' argument to some Qt class construc...Max Dmitrichenko1-1/+1
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-12/+1
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2016-11-13Qt: populate Bookmarks menu in capture options dialogPeter Wu1-0/+1
2016-08-06Remove old Qt code.Gerald Combs1-26/+0
2016-02-26Qt: Update selected interface filter behavior.Gerald Combs1-14/+45
2016-02-25Qt: Emit textEdited from CaptureFilterEdit in more places.Gerald Combs1-1/+12
2016-01-30Update filter bookmark icons.Gerald Combs1-2/+2
2016-01-28Qt: Enable capture filter bookmarksStig Bjørlykke1-9/+149
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-1/+1
2016-01-08Add a Busy status to SyntaxLineEdit.Gerald Combs1-38/+9
2016-01-05Qt: Show capture filter warningStig Bjørlykke1-1/+1
2016-01-05Qt: Don't check capture filter for user DLTsStig Bjørlykke1-8/+8
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-11Make StockIconToolButton independent.Gerald Combs1-65/+35
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs1-32/+46
2015-05-21Fixup capture filter completion logic.Gerald Combs1-1/+7
2015-05-20Autocompleting "and" and "or" probably isn't useful.Gerald Combs1-2/+2
2015-05-20Add capture filter autocompletion.Gerald Combs1-4/+71
2015-05-11Use setPlaceholderText in CaptureFilterEdit.Gerald Combs1-2/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-0/+4
2013-08-31Set our connection capture filter in main() similar to the GTK+ version.Gerald Combs1-2/+7
2013-08-08Add initial capture filter support.Gerald Combs1-0/+354