aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_statusbar.c
AgeCommit message (Expand)AuthorFilesLines
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