aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_statusbar.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Simplified some GTK_CHECK_VERSION to improve readability.Stig Bjørlykke1-4/+2
2011-08-24GTK3 Remove gtk_window_set_has_resize_grip() as it createsAnders Broman1-1/+0
2011-08-24GTK3 Remove gtk_window_set_has_resize_grip() as it createsAnders Broman1-1/+0
2011-08-12Replace 2.x only gtk_statusbar_set_has_resize_grip by 3.x onlyJörg Mayer1-0/+8
2011-07-12Fix more tooltips.Anders Broman1-14/+6
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-4/+2
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen1-16/+16
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen1-2/+4
2011-05-19When capturing from multiple interface, indicate this in the main status bar.Michael Tüxen1-6/+41
2011-05-13More packets_bar_update improvements.Stig Bjørlykke1-4/+3
2011-05-13Simplified string handling in packets_bar_update to use GString.Stig Bjørlykke1-28/+21
2011-05-12Make the use of UIManager a configure option.Anders Broman1-1/+5
2011-03-31Use a common function, higher_priority_status_level() to determine whether orChris Maynard1-20/+23
2010-11-28Add GCC-style printf annotation to the routines that now take a formatGuy Harris1-0/+4
2010-11-27Make some other statusbar routines take a format string and format args,Guy Harris1-61/+56
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-3/+11
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsStig Bjørlykke1-1/+6
2010-08-19Use correct signature for "button-press-event" callback function;Bill Meier1-78/+83
2010-07-05- Show droped packets counter after stopping a live capture.Anders Broman1-12/+20
2010-05-14Don't include capture-related headers if we don't support capturingGuy Harris1-1/+1
2010-02-17Another Laura bug: Don't reset the file load time in the status bar whenGerald Combs1-3/+2
2010-01-20From Jim Young:Anders Broman1-0/+9
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+3
2009-12-14From Valerio Messina:Jaap Keuter1-13/+14
2009-11-10Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs1-11/+1
2009-11-09Instead of trying to change the background color of the info bar when weGerald Combs1-26/+37
2009-11-04Add a convenience routine to convert pixbuf data generated byGerald Combs1-20/+29
2009-11-04Add the ability to push temporary (and highlighted) messages onto theGerald Combs1-3/+53
2009-09-07Make sure that reset the elapsed time to load a file before we reload/rescan ...Kovarththanan Rajaratnam1-4/+3
2009-08-28Compute the loading time and show it in the main status bar.Anders Broman1-2/+8
2009-07-09Pop the welcome header when we are finished capture without updating packetStig Bjørlykke1-0/+1
2009-04-29Add the ability to push and pop messages in to and out of the welcomeGerald Combs1-1/+5
2009-04-10gtk_widget_ref() --> g_object_ref()Bill Meier1-11/+11
2009-01-18From Jim Young:Jaap Keuter1-4/+4
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris1-41/+62
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-6/+7
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris1-13/+12
2008-06-19Update the statusbar expert info icon when changing profile.Stig Bjørlykke1-1/+1
2008-06-17Popup a menu with configuration profiles instead of the profile dlgStig Bjørlykke1-2/+2
2008-06-15Cleanup return values from info_bar_new() and packets_bar_new().Stig Bjørlykke1-11/+9
2008-06-15Click on the profile in the statusbar will open Configuration Profiles dialog.Stig Bjørlykke1-8/+18
2008-04-13sort #includes by directoriesUlf Lamping1-10/+11
2008-04-12various code cleanupUlf Lamping1-5/+4
2008-04-12Include unistd.h, fix prototyping of static functions and mark someStig Bjørlykke1-8/+12
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-0/+764