aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/profile_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-21Added Copy Profile functionality.stig1-15/+72
2009-11-10Removed some unused variables and unused assignments.stig1-2/+0
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-5/+3
2009-02-26gtk_menu_append is deprecated and should not be used in newly-written code. U...etxrab1-2/+2
2008-10-29Fix a few (not all) of the current checkapi errors in gtk/sfisher1-1/+1
2008-10-27ETH -> WS updates.gerald1-6/+6
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-06-18Draw menu items with radio buttons.stig1-0/+2
2008-06-17Popup a menu with configuration profiles instead of the profile dlgstig1-0/+58
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-23/+23
2008-04-14From Jim Young (bug 2212):sake1-1/+1
2008-04-13sort #includes by directoriesulfl1-7/+9
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-13/+13
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-25/+25
2008-04-07remove GTK1 codeulfl1-6/+0
2008-02-04Improved the profile name check to popup a dialog when trying to apply anstig1-34/+62
2008-02-01Disallow ending space was not such a good idea, chop it of before save instead.stig1-13/+24
2008-02-01Fixed a problem with renaming a profile after hitting apply.stig1-0/+27
2008-01-27Do not change profile if directory creation failed, and change to defaultstig1-2/+5
2008-01-24Always return a valid profile name from get_profile_name().stig1-2/+2
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and stig1-42/+15
2008-01-14Save the changes also when selecting a profile from the list.stig1-22/+20
2008-01-14Several profile enhancements:stig1-0/+31
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-0/+791