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