aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Some work on multi file dissectionJakub Zawadzki2013-07-2110-14/+17
* Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-RightJakub Zawadzki2013-07-191-3/+1
* Fix gtk warnings when clicking on some byte on byte pane.Jakub Zawadzki2013-07-191-2/+2
* Fix errors :Alexis La Goutte2013-07-181-9/+9
* Try to fix 'old-style function definition' warningPascal Quantin2013-07-181-1/+1
* From Cal Turney:Anders Broman2013-07-182-14/+93
* Initially select the default item. Don't try to delete the default itemGerald Combs2013-07-171-5/+9
* Use the valid/invalid/deprecated backround color preferences.Gerald Combs2013-07-174-30/+25
* Add filter color preferences to the Qt UI similar to r50203. Fixes bugGerald Combs2013-07-173-4/+108
* Backing out r50690 (exept simple_dialog)Anders Broman2013-07-172-93/+14
* From Cal Turney:Anders Broman2013-07-174-14/+97
* g711.c and u3.c are now in wsutil.Jeff Morriss2013-07-161-2/+0
* Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss2013-07-165-8/+12
* Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss2013-07-166-19/+18
* Use PIE_CFLAGS when building qt-shark, since otherwise I get errors like:Evan Huus2013-07-151-1/+1
* Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard2013-07-151-5/+5
* Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard2013-07-151-5/+5
* Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs2013-07-154-9/+20
* Expand the big comment about launching browsers.Guy Harris2013-07-151-0/+39
* Do not hide the interface name in capture options.Irene Rüngeler2013-07-152-21/+5
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-154-4/+9
* One more try at fixing all the issues reported inJeff Morriss2013-07-151-8/+14
* Fix whitespace.Guy Harris2013-07-141-1/+1
* As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss2013-07-121-6/+9
* print.c and ps.c are in libwirshark now.Jeff Morriss2013-07-121-2/+0
* Move the print modules into epan.Jeff Morriss2013-07-1211-13/+14
* Fix building ui/qt out of the source tree.Jeff Morriss2013-07-121-4/+4
* disabled_protos.c is in libwireshark now.Jeff Morriss2013-07-121-1/+0
* Move disabled_protos.{h,c} into epan.Jeff Morriss2013-07-124-4/+4
* frame_data_sequence.c and packet-range.c moved to epan.Guy Harris2013-07-121-2/+0
* packet-range.h moved to the epan directory.Guy Harris2013-07-122-2/+2
* Move some more modules into epan.Jeff Morriss2013-07-116-6/+2
* Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss2013-07-111-47/+51
* Throw in a cast to squelch warnings about a value not fitting in aGuy Harris2013-07-111-4/+2
* You now have to update three count 'em three files when adding a newGuy Harris2013-07-111-0/+1
* Get rid of an unused variable.Guy Harris2013-07-111-3/+4
* packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki2013-07-1110-14/+30
* From Cal Turney:Anders Broman2013-07-101-62/+113
* Use QHeaderView::setSectionResizeMode on Qt >= 5.Gerald Combs2013-07-101-0/+10
* From Joe McEachern:Anders Broman2013-07-101-1/+1
* Fix bug #8908: Strange behavior of tree expand/collapse in packet detailsJakub Zawadzki2013-07-101-13/+37
* Avoid having double "Default" entry in "Create New Profile".Stig Bjørlykke2013-07-091-2/+0
* From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte2013-07-0911-4/+1430
* Another change that should have been part of r50465, which removed the limits...Chris Maynard2013-07-091-9/+14
* Use sizeof() instead of hard-coded values. Other minor whitespace cleanup.Chris Maynard2013-07-091-29/+28
* Remove the advanced filter field arbitrary text limit of 100 and remove the f...Chris Maynard2013-07-091-3/+0
* From Cal Turney:Anders Broman2013-07-092-17/+31
* New Qt feature: Show related packet list items in the frame numberGerald Combs2013-07-0816-96/+490
* From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss2013-07-081-3/+4
* Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki2013-07-072-22/+18