aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Remove not needed ';'Jakub Zawadzki2-2/+2
2013-12-14Add a bunch of tooltips.Gerald Combs1-7/+30
2013-12-13Simplify column sizing.Gerald Combs1-10/+5
2013-12-13Capture Interfaces dialog cleanup.Gerald Combs3-653/+630
2013-12-13May this silences a warning of code that will go out next week.Michael Tüxen1-1/+4
2013-12-13Try to silence warnings and add a comment for Irene toMichael Tüxen2-3/+3
2013-12-13Try to silence a warning due to a temporary workaround.Michael Tüxen1-0/+2
2013-12-13Add Copyright and modelines (Fix also indent to use 4 spaces)Alexis La Goutte12-34/+466
2013-12-13Fix typoIrene Rüngeler1-1/+1
2013-12-13Fix typo.Irene Rüngeler1-0/+2
2013-12-13Fix gboolean bool conflict.Irene Rüngeler1-6/+6
2013-12-13Fix build when use Qt4Alexis La Goutte1-0/+6
2013-12-13Add sctp files to Makefile.amIrene Rüngeler1-0/+12
2013-12-13"Fix"Jörg Mayer1-3/+4
2013-12-13"Fix" 'set but not used' warning turning error.Jörg Mayer1-7/+7
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler25-5/+3623
2013-12-12Fix the path to dumpcap.Gerald Combs1-1/+1
2013-12-12Remove the checks for ../../lib. If it still exists it likely means thatGerald Combs1-10/+1
2013-12-12Update library searches to reflect r53780.Gerald Combs1-1/+10
2013-12-10From Deon van der Westhuysen via bug 9537:Gerald Combs1-3/+10
2013-12-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs7-12/+24
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs6-61/+479
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-0/+2
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler1-3/+5
2013-12-08From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509Alexis La Goutte1-1/+1
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte3-94/+143
2013-12-06From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+2
2013-12-06Fix warning when launch Qt PortAlexis La Goutte2-4/+5
2013-12-06Fix ui/qt/capture_interfaces_dialog.ui: Warning: The name 'layoutWidget' (QWi...Alexis La Goutte1-10/+10
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-4/+5
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-12-03- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :Jörg Mayer1-1548/+1548
2013-12-02Link with -lcodecs on UN*X as well. Link with -lwsutil afterGuy Harris1-1/+1
2013-12-02We need to link with the codecs library.Guy Harris1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+24
2013-11-29When clean remove also *.moc.cpp / *.rrc.ccp and ui_*.h ...Alexis La Goutte1-3/+6
2013-11-26Initialize more values and set the current item explicitly.Irene Rüngeler1-2/+12
2013-11-26Use prefs_to_capture_opts(); there's no harm in settingGuy Harris2-16/+2
2013-11-25capture_interfaces_dialog.h is processed by moc, so it has to includeGuy Harris1-0/+2
2013-11-25Have to include config.h before including headers that use #defines,Guy Harris1-2/+1
2013-11-25No libpcap, no capturing, no capture interfaces. Ifdef the entireGuy Harris5-22/+19
2013-11-25From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap.....Alexis La Goutte2-9/+29
2013-11-25Try to fix OSX-10.6-x64 BuildbotAlexis La Goutte1-0/+2
2013-11-25Comment debug...Alexis La Goutte1-3/+3
2013-11-25From Thomas ERSFELD (GSoC13) : Try to fix Windows buildbotAlexis La Goutte1-0/+2
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte16-60/+1361
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki1-2/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-23Replace similar code with a common routine.Gerald Combs4-86/+5