aboutsummaryrefslogtreecommitdiffstats
path: root/ui/profile.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-7/+7
* Replace g_assert() with ws_assert()João Valverde2021-06-191-2/+3
* Remove unneeded modelines in ui.Gerald Combs2021-04-201-13/+0
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-1/+1
* Qt: Prevent loop in renames of profilesRoland Knall2019-08-131-8/+15
* Qt: Change from User/System to Personal/Global profile typesStig Bjørlykke2019-07-301-15/+15
* Qt: Rename profile global to systemStig Bjørlykke2019-07-291-15/+15
* Qt: Import Profile informationRoland Knall2019-07-171-0/+4
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-1/+2
* glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders2018-04-161-1/+0
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* ui: use SPDX identifiers.Dario Lombardo2018-02-021-14/+1
* UI: Rename profiles without deleteStig Bjørlykke2018-01-311-3/+3
* Make apply_profile_changes() return a non-const pointer.Guy Harris2018-01-181-3/+3
* [profile.c] glist_fre_full() is 2.28, include glib-compat.hAndersBroman2017-12-051-0/+1
* ui: Sort profile namesStig Bjørlykke2017-11-281-3/+19
* Clean up some memory leaks in wsutil/filesystem.cMichael Mann2017-02-191-2/+4
* Qt: Add check for valid profile nameStig Bjørlykke2017-02-081-2/+4
* ui: Write recent file when applying profile changesStig Bjørlykke2017-02-071-1/+6
* profile_name_is_valid() returns a malloced string [-Wcast-qual]João Valverde2016-01-211-1/+1
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+1
* Finish off emem_strbuf_t usage.Michael Mann2015-01-101-8/+6
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-3/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Include emem.hJörg Mayer2013-09-131-0/+1
* From beroset:Bill Meier2013-03-201-1/+1
* Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs2012-12-301-0/+18
* Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs2012-12-291-18/+136
* Fix [ 76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: I...Alexis La Goutte2012-12-281-4/+4
* Fix [76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: In...Alexis La Goutte2012-12-281-2/+2
* Move common profile code to ui/profile.[ch].Gerald Combs2012-12-271-0/+291