aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Add a routine to get application memory usage to epan.Anders Broman2013-07-301-105/+5
* support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser2013-07-291-0/+1
* Close a memory leak.Guy Harris2013-07-281-2/+3
* Remove unused variable caught by GCC 4.8.Evan Huus2013-07-281-3/+0
* Explain what the big loop in update_properties_all() is doing, andGuy Harris2013-07-281-24/+108
* Add a comment.Guy Harris2013-07-281-1/+3
* Looks like cfilter_combo_utils.c got removed.Jörg Mayer2013-07-281-1/+0
* Have separate lists of recent capture filters for all interfaces, inGuy Harris2013-07-278-135/+167
* Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus2013-07-261-0/+1
* Fix bug #8980 - IO graph/advanced, max/min/summ error on frames with multiple...Jakub Zawadzki2013-07-261-1/+1
* From Thomas ERSFELD (GSoC13)Alexis La Goutte2013-07-261-0/+6
* gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier2013-07-263-0/+16
* Oups... Revert my change (See revision 50905)Alexis La Goutte2013-07-261-0/+2
* Fix compilation of qtsharkAlexis La Goutte2013-07-261-3/+1
* Guess what the intent of the enable_ok Boolean was.Guy Harris2013-07-261-1/+1
* Call on_uatTreeWidget_itemActivated directly. Fixes compilation onGerald Combs2013-07-261-1/+1
* From Cal Turney and Jiří Engelthaler viaJeff Morriss2013-07-261-3/+0
* Add missing ui_uat_dialog.h dependency.Evan Huus2013-07-261-0/+2
* Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs2013-07-2516-25/+955
* Fix some warnings that show up on OS X.Guy Harris2013-07-251-121/+124
* Commiting Jakub Zawadzkis memory_dlg even if he does not think it's ready yet...Anders Broman2013-07-251-0/+834
* Add a note about possible improvements.Gerald Combs2013-07-241-0/+4
* Don't cast away constness, and constify a function parameter.Guy Harris2013-07-241-3/+3
* The Qt documentation appears to indicate that you're expected to includeGuy Harris2013-07-231-1/+1
* Separate sources inJörg Mayer2013-07-231-6/+6
* Fix the following error with Duct Tape - long term solution stillJörg Mayer2013-07-231-0/+1
* Fix "missing sentinel in function call" with help ofJörg Mayer2013-07-231-2/+2
* Sort alphabeticallyJörg Mayer2013-07-231-3/+3
* From Thomas ERSFELD (GSoC13) Apply changes of revision 50107 to qtshark man p...Alexis La Goutte2013-07-233-18/+40
* From Thomas ERSFELD (GSoC13) via remark of Gerald Use QDialogButtonBox for Su...Alexis La Goutte2013-07-233-36/+28
* Fix warning when build QtsharkAlexis La Goutte2013-07-231-5/+5
* Fix warning from Windows Buildbot (when build qtshark) .\print_dialog.cpp(41)...Alexis La Goutte2013-07-231-1/+2
* From Thomas ERSFELD (GSoC13) Qtshark : Columns in the packet list table are n...Alexis La Goutte2013-07-234-0/+10
* Fix includes to get things compiling.Michael Tüxen2013-07-221-1/+1
* Update rtp_player for rel_ts move.Evan Huus2013-07-211-2/+2
* Fix error when compiled with --enable-packet-editorJakub Zawadzki2013-07-211-0/+2
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-2129-85/+121
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-212-6/+6
* Some work on multi file dissectionJakub Zawadzki2013-07-2110-14/+17
* Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-RightJakub Zawadzki2013-07-191-3/+1
* Fix gtk warnings when clicking on some byte on byte pane.Jakub Zawadzki2013-07-191-2/+2
* Fix errors :Alexis La Goutte2013-07-181-9/+9
* Try to fix 'old-style function definition' warningPascal Quantin2013-07-181-1/+1
* From Cal Turney:Anders Broman2013-07-182-14/+93
* Initially select the default item. Don't try to delete the default itemGerald Combs2013-07-171-5/+9
* Use the valid/invalid/deprecated backround color preferences.Gerald Combs2013-07-174-30/+25
* Add filter color preferences to the Qt UI similar to r50203. Fixes bugGerald Combs2013-07-173-4/+108
* Backing out r50690 (exept simple_dialog)Anders Broman2013-07-172-93/+14
* From Cal Turney:Anders Broman2013-07-174-14/+97
* g711.c and u3.c are now in wsutil.Jeff Morriss2013-07-161-2/+0