aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/supported_protocols_dialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-10-17Fix a Qt 5.3 + MSVC 2013 + 64-bit warning.Gerald Combs1-0/+10
Change-Id: I60837ce9e9a65f6bf318cab5bbacf9e3f4be5553 Reviewed-on: https://code.wireshark.org/review/11108 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-10-15Qt: Add another missing #include <algorithm>Michal Labedzki1-0/+1
It seems that sme (for example: my...) configurations need it to build Wireshark. Change-Id: I3d4c8c84d705fd0b99b100b1e2173819f62936d9 Reviewed-on: https://code.wireshark.org/review/11024 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2015-10-05Show progress in the Supported Protocols dialog.Gerald Combs1-1/+2
Make sure we update the UI when building our tree. Change-Id: I8b24e5c017c9521a00e3dfcb48afe0e6b6124aa2 Reviewed-on: https://code.wireshark.org/review/10806 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-10-01Add the supported protocols internals dialog.Gerald Combs1-0/+136
Includes a bonus search field. Change-Id: I0b101b725d531a59c8a2fdbfbf4690b507135546 Reviewed-on: https://code.wireshark.org/review/10731 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>