merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / profile_dlg.c
2011-07-27 etxrabgtk_tree_view_column_get_button ()
2011-07-19 jmayerBack out parts of 38112, as pointed out by Stig Bj...
2011-07-19 jmayerFix access to the following stuctures:
2011-07-12 etxrabFix more tooltips.
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-20 jmayerGTK3 fixes:
2011-05-30 stigInclude the profile name in the Edit item in the profil...
2011-05-30 stigChanged "Rename" to "Edit" in profiles popup menu.
2011-05-27 stigAdded some row space to "Create New Profile".
2011-05-20 stiggtk_menu_item_set_label() is from gtk 2.16.
2011-05-20 stigInclude the profile name in the Delete item in the...
2011-05-18 stigRemoved "Copy" from the profiles popup menu in favour...
2011-02-26 stigAdded functionality for handling global profiles.
2011-02-25 stigEnsure we write the current recent file before copying.
2011-01-22 stigClose dir opened by ws_dir_open().
2010-10-01 martinmInitialize a variable to avoid a (bogus) gcc warning.
2010-10-01 stigAdd a new right-click popup menu for the statusbar...
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2009-12-21 stigAdded Copy Profile functionality.
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-04-08 wmeier(Trivial) Fix some spelling & etc in comments
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-02-26 etxrabgtk_menu_append is deprecated and should not be used...
2008-10-29 sfisherFix a few (not all) of the current checkapi errors...
2008-10-27 geraldETH -> WS updates.
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-18 stigDraw menu items with radio buttons.
2008-06-17 stigPopup a menu with configuration profiles instead of...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-14 sakeFrom Jim Young (bug 2212):
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-02-04 stigImproved the profile name check to popup a dialog when...
2008-02-01 stigDisallow ending space was not such a good idea, chop...
2008-02-01 stigFixed a problem with renaming a profile after hitting...
2008-01-27 stigDo not change profile if directory creation failed...
2008-01-24 stigAlways return a valid profile name from get_profile_name().
2008-01-19 stigFree allocated data in prefs_reset, removed need for...
2008-01-14 stigSave the changes also when selecting a profile from...
2008-01-14 stigSeveral profile enhancements:
2008-01-14 stigThis patch adds support for configuration profiles...