summaryrefslogtreecommitdiffstats
path: root/src/config/profiles.c
Commit message (Collapse)AuthorAgeFilesLines
* mq_profiles_insert(): Split out insertion into new static functionPatrick McDermott2017-11-101-13/+25
|
* mq_profiles_new(): Free a created GFilePatrick McDermott2017-11-101-0/+1
|
* mq_profiles_get_default(): Handle case of no profiles marked defaultPatrick McDermott2017-11-081-0/+6
|
* mq_config_deref(): Rename to mq_config_free()Patrick McDermott2017-11-081-2/+2
|
* mq_profile_launch(): New functionPatrick McDermott2017-11-071-0/+32
|
* mq_profiles_new(): Save created configsPatrick McDermott2017-11-061-4/+9
|
* mq_profiles_new(): Close file creation output streamPatrick McDermott2017-11-061-0/+1
|
* mq_profiles_new(): Don't load profiles if just createdPatrick McDermott2017-11-061-1/+1
|
* mq_profiles_insert(): Fix directory creationPatrick McDermott2017-11-061-1/+5
| | | | Wow that was stupid.
* mq_profiles_new(): Free configs after creationPatrick McDermott2017-11-061-2/+4
|
* mq_profiles_new(): Create profile configsPatrick McDermott2017-11-061-4/+11
|
* mq_profiles_insert(): Make sure directory can be createdPatrick McDermott2017-11-061-5/+16
|
* src/config/profiles.c: Set default profile after all insertionsPatrick McDermott2017-11-061-8/+7
|
* src/config/profiles.c: Add a blank linePatrick McDermott2017-11-061-0/+1
|
* src/config/profiles.c: Insert default profilesPatrick McDermott2017-11-061-0/+10
|
* mq_profiles_[gs]et_current(): New functionsPatrick McDermott2017-11-051-0/+19
|
* mq_profiles_insert(): Replace disallowed characters with "_", not "-"Patrick McDermott2017-11-041-1/+1
|
* mq_profiles_insert(): New functionPatrick McDermott2017-11-041-0/+19
|
* mq_profiles_get_default(): New functionPatrick McDermott2017-11-041-0/+23
|
* mq_profiles_remove(): New functionPatrick McDermott2017-11-041-0/+6
|
* mq_profiles_set_default(): FixPatrick McDermott2017-11-041-1/+1
|
* mq_profiles_set_default(): New functionPatrick McDermott2017-11-041-0/+17
|
* mq_profiles_is_default(): New functionPatrick McDermott2017-11-041-0/+7
|
* mq_profiles_new(): Call g_key_file_new()Patrick McDermott2017-11-041-0/+1
|
* [WIP] src/config/profiles.[ch]: New filesPatrick McDermott2017-11-041-0/+124