aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Remove what appear to be two redundant lines of code (AFAIKT).Bill Meier1-6/+6
2010-09-09Resolve another issue the Windows buildbots are having after rev 34084:Stephen Fisher1-1/+1
2010-09-07These two capture option variables are defined by capture_opts_init(), soStephen Fisher1-3/+0
2010-09-07Start adding GTKUIManager code.(#IF 0'ed out.).Anders Broman1-0/+238
2010-09-06Change bandwidth labels, and update stop time even on first frame.Martin Mathieson2-28/+24
2010-09-03Add bandwidth figures per UE.Martin Mathieson1-23/+68
2010-09-03Try to cast away windows buildbot problems.Martin Mathieson1-2/+2
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson1-29/+117
2010-09-03Increase maximum number of nodes to 40.Stig Bjørlykke1-1/+1
2010-09-03Remove the depricated GtkItemFactory code.Anders Broman1-64/+1
2010-09-03Add doxygen coments.Anders Broman1-7/+7
2010-09-03Add a commentAnders Broman1-1/+28
2010-09-02Add commentsAnders Broman1-9/+24
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-67/+1
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-60/+2
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-347/+0
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-100/+27
2010-09-011.4 version does not display the t.38 graph.Anders Broman1-0/+2
2010-09-01Expand and update comments.Guy Harris1-6/+24
2010-09-01From Jaap Keuter:Anders Broman1-6/+12
2010-08-31Ensure we always update the display filter when changing profile.Stig Bjørlykke3-1/+3
2010-08-31Remove the depricated GtkItemFactory code.Anders Broman1-186/+11
2010-08-30Add #include <stdio.h> for fprintfBill Meier1-0/+1
2010-08-30Remove the depricated GtkItemFactory code.Anders Broman1-110/+1
2010-08-30Switch to GTK UIManager.Anders Broman1-3/+223
2010-08-30Include stdio.h. Fixup indent some.Jeff Morriss1-34/+35
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss107-703/+563
2010-08-30Remove a redundant callback.Anders Broman1-5/+0
2010-08-30Convert to GTKUIManagerAnders Broman1-0/+223
2010-08-30Always update the display filter when changing a display filter macroStig Bjørlykke3-4/+22
2010-08-30Make a note about how to "activare" the filter popup.Anders Broman1-0/+5
2010-08-29Switch to GTK UIManager.Anders Broman1-0/+224
2010-08-29Doxygen changes.Anders Broman10-35/+45
2010-08-29Doxygen changes.Anders Broman3-70/+70
2010-08-27Forward-port r33953.Gerald Combs1-11/+5
2010-08-26Fix a number of doxygen directives.Anders Broman15-23/+48
2010-08-26- Try to fix a couple of doxygen comments.Anders Broman2-5/+1
2010-08-26- Try to fix a couple of doxygen comments. Anders Broman2-14/+13
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-1/+1
2010-08-24Partial fix for bug 5133. On Windows, call SetDllDirectory at startup ifGerald Combs1-2/+12
2010-08-24Make the expert filter popup behave as in filter_utils.Anders Broman1-10/+4
2010-08-24Change the wording in the menu.Anders Broman1-6/+7
2010-08-24Use consistent indentation;Bill Meier1-203/+204
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier15-78/+82
2010-08-23[Trivial] Use g_signal_connect() instead of g_signal_connect_data().Bill Meier1-3/+3
2010-08-23(Trivial) Use consistent indentation.Bill Meier1-9/+9
2010-08-23Remove #if 0'd out code (dfilter_combo_add_empty()).Jeff Morriss1-9/+0
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier13-15/+15
2010-08-23(Trivial) Whitespace cleanup.Bill Meier1-56/+56
2010-08-23new_packet_list_column_button_pressed_cb(): return gboolean (not void): it's ...Bill Meier1-6/+4