summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Don't cast away constness, and constify a function parameter.Guy Harris1-3/+3
2013-07-23The Qt documentation appears to indicate that you're expected to includeGuy Harris1-1/+1
2013-07-23Separate sources inJörg Mayer1-6/+6
2013-07-23Fix the following error with Duct Tape - long term solution stillJörg Mayer1-0/+1
2013-07-23Fix "missing sentinel in function call" with help ofJörg Mayer1-2/+2
2013-07-23Sort alphabeticallyJörg Mayer1-3/+3
2013-07-23From Thomas ERSFELD (GSoC13) Apply changes of revision 50107 to qtshark man p...Alexis La Goutte3-18/+40
2013-07-23From Thomas ERSFELD (GSoC13) via remark of Gerald Use QDialogButtonBox for Su...Alexis La Goutte3-36/+28
2013-07-23Fix warning when build QtsharkAlexis La Goutte1-5/+5
2013-07-23Fix warning from Windows Buildbot (when build qtshark) .\print_dialog.cpp(41)...Alexis La Goutte1-1/+2
2013-07-23From Thomas ERSFELD (GSoC13) Qtshark : Columns in the packet list table are n...Alexis La Goutte4-0/+10
2013-07-22Fix includes to get things compiling.Michael Tüxen1-1/+1
2013-07-21Update rtp_player for rel_ts move.Evan Huus1-2/+2
2013-07-21Fix error when compiled with --enable-packet-editorJakub Zawadzki1-0/+2
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki29-85/+121
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2-6/+6
2013-07-21Some work on multi file dissectionJakub Zawadzki10-14/+17
2013-07-19Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-RightJakub Zawadzki1-3/+1
2013-07-19Fix gtk warnings when clicking on some byte on byte pane.Jakub Zawadzki1-2/+2
2013-07-18Fix errors :Alexis La Goutte1-9/+9
2013-07-18Try to fix 'old-style function definition' warningPascal Quantin1-1/+1
2013-07-18From Cal Turney:Anders Broman2-14/+93
2013-07-17Initially select the default item. Don't try to delete the default itemGerald Combs1-5/+9
2013-07-17Use the valid/invalid/deprecated backround color preferences.Gerald Combs4-30/+25
2013-07-17Add filter color preferences to the Qt UI similar to r50203. Fixes bugGerald Combs3-4/+108
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman2-93/+14
2013-07-17From Cal Turney:Anders Broman4-14/+97
2013-07-16g711.c and u3.c are now in wsutil.Jeff Morriss1-2/+0
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss5-8/+12
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss6-19/+18
2013-07-15Use PIE_CFLAGS when building qt-shark, since otherwise I get errors like:Evan Huus1-1/+1
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard1-5/+5
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard1-5/+5
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs4-9/+20
2013-07-15Expand the big comment about launching browsers.Guy Harris1-0/+39
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler2-21/+5
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss4-4/+9
2013-07-15One more try at fixing all the issues reported inJeff Morriss1-8/+14
2013-07-14Fix whitespace.Guy Harris1-1/+1
2013-07-12As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+9
2013-07-12print.c and ps.c are in libwirshark now.Jeff Morriss1-2/+0
2013-07-12Move the print modules into epan.Jeff Morriss11-13/+14
2013-07-12Fix building ui/qt out of the source tree.Jeff Morriss1-4/+4
2013-07-12disabled_protos.c is in libwireshark now.Jeff Morriss1-1/+0
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss4-4/+4
2013-07-12frame_data_sequence.c and packet-range.c moved to epan.Guy Harris1-2/+0
2013-07-12packet-range.h moved to the epan directory.Guy Harris2-2/+2
2013-07-11Move some more modules into epan.Jeff Morriss6-6/+2
2013-07-11Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-47/+51
2013-07-11Throw in a cast to squelch warnings about a value not fitting in aGuy Harris1-4/+2