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