aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/profile_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27gtk_tree_view_column_get_button ()etxrab1-2/+2
2011-07-19Back out parts of 38112, as pointed out by Stig Bj\370rlykke:jmayer1-1/+1
2011-07-19Fix access to the following stuctures:jmayer1-1/+1
2011-07-12Fix more tooltips.etxrab1-21/+14
2011-06-28Replace all strerror() with g_strerror().stig1-9/+9
2011-06-20GTK3 fixes:jmayer1-0/+3
2011-05-30Include the profile name in the Edit item in the profiles popup.stig1-1/+7
2011-05-30Changed "Rename" to "Edit" in profiles popup menu.stig1-2/+2
2011-05-27Added some row space to "Create New Profile".stig1-0/+1
2011-05-20gtk_menu_item_set_label() is from gtk 2.16.stig1-1/+3
2011-05-20Include the profile name in the Delete item in the profiles popup.stig1-8/+15
2011-05-18Removed "Copy" from the profiles popup menu in favour of a "Create from"stig1-48/+106
2011-02-26Added functionality for handling global profiles.stig1-42/+145
2011-02-25Ensure we write the current recent file before copying.stig1-0/+4
2011-01-22Close dir opened by ws_dir_open().stig1-0/+1
2010-10-01Initialize a variable to avoid a (bogus) gcc warning.martinm1-1/+1
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsstig1-1/+225
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:wmeier1-3/+3
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