aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix const warnings.Jakub Zawadzki16-19/+19
2013-12-14Fix warningsJakub Zawadzki1-3/+1
2013-12-14Remove not needed ';'Jakub Zawadzki2-2/+2
2013-12-14Fix some trivial warnings.Jakub Zawadzki6-6/+12
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-13Fix Visual Studio Code Analysis warning C6011: Dereferencing NULL pointer 're...Chris Maynard1-0/+8
2013-12-13Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'ke...Chris Maynard1-2/+2
2013-12-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
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-13Address more Windows errors.Irene Rüngeler2-2/+2
2013-12-13Address Windows warningIrene Rüngeler1-1/+1
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-13Address Windows warning. Irene Rüngeler1-1/+1
2013-12-13Take sctp_stat.c off the list because it has been removed.Irene Rüngeler1-2/+1
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler28-210/+3687
2013-12-12Create/use a number of extended value-strings;Bill Meier2-129/+145
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-10Trivial: The file name is prefs_capture.c, not capture_prefs.cChris Maynard1-1/+1
2013-12-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Fix prototypes.Gerald Combs2-4/+4
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs7-12/+24
2013-12-10Fix compilation on Windows.Gerald Combs2-4/+9
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs12-93/+881
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler2-1/+9
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler2-6/+9
2013-12-10Removed debug output.Stig Bjørlykke1-1/+0
2013-12-09Fix warningsJakub Zawadzki23-25/+25
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki8-9/+9
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 Goutte4-98/+145
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-2/+2
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-05Include epan/conv_id.h - some of the buildbot machines have errors without itMartin Mathieson1-0/+1
2013-12-05Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson4-4/+13