aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/profile_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+3
2009-02-26gtk_menu_append is deprecated and should not be used in newly-written code. U...Anders Broman1-2/+2
2008-10-29Fix a few (not all) of the current checkapi errors in gtk/Stephen Fisher1-1/+1
2008-10-27ETH -> WS updates.Gerald Combs1-6/+6
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-06-18Draw menu items with radio buttons.Stig Bjørlykke1-0/+2
2008-06-17Popup a menu with configuration profiles instead of the profile dlgStig Bjørlykke1-0/+58
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-23/+23
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-7/+9
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-13/+13
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-25/+25
2008-04-07remove GTK1 codeUlf Lamping1-6/+0
2008-02-04Improved the profile name check to popup a dialog when trying to apply anStig Bjørlykke1-34/+62
2008-02-01Disallow ending space was not such a good idea, chop it of before save instead.Stig Bjørlykke1-13/+24
2008-02-01Fixed a problem with renaming a profile after hitting apply.Stig Bjørlykke1-0/+27
2008-01-27Do not change profile if directory creation failed, and change to defaultStig Bjørlykke1-2/+5
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke1-2/+2
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke1-42/+15
2008-01-14Save the changes also when selecting a profile from the list.Stig Bjørlykke1-22/+20
2008-01-14Several profile enhancements:Stig Bjørlykke1-0/+31
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+791