aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss3-3/+3
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki5-39/+36
2013-07-31From r50772 we don't need first_packet in modify_time_perform(), so we can re...Jakub Zawadzki1-34/+5
2013-07-31Add some very basic framework to fetch statistics of memory usage per component.Jakub Zawadzki1-31/+21
2013-07-30Add a routine to get application memory usage to epan.Anders Broman1-105/+5
2013-07-29support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser1-0/+1
2013-07-28Close a memory leak.Guy Harris1-2/+3
2013-07-28Remove unused variable caught by GCC 4.8.Evan Huus1-3/+0
2013-07-28Explain what the big loop in update_properties_all() is doing, andGuy Harris1-24/+108
2013-07-28Add a comment.Guy Harris1-1/+3
2013-07-28Looks like cfilter_combo_utils.c got removed.Jörg Mayer1-1/+0
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris8-135/+167
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-0/+1
2013-07-26Fix bug #8980 - IO graph/advanced, max/min/summ error on frames with multiple...Jakub Zawadzki1-1/+1
2013-07-26From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+6
2013-07-26gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier3-0/+16
2013-07-26Oups... Revert my change (See revision 50905)Alexis La Goutte1-0/+2
2013-07-26Fix compilation of qtsharkAlexis La Goutte1-3/+1
2013-07-26Guess what the intent of the enable_ok Boolean was.Guy Harris1-1/+1
2013-07-26Call on_uatTreeWidget_itemActivated directly. Fixes compilation onGerald Combs1-1/+1
2013-07-26From Cal Turney and Jiří Engelthaler viaJeff Morriss1-3/+0
2013-07-26Add missing ui_uat_dialog.h dependency.Evan Huus1-0/+2
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs16-25/+955
2013-07-25Fix some warnings that show up on OS X.Guy Harris1-121/+124
2013-07-25Commiting Jakub Zawadzkis memory_dlg even if he does not think it's ready yet...Anders Broman1-0/+834
2013-07-24Add a note about possible improvements.Gerald Combs1-0/+4
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