Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_profiles_insert(): Replace disallowed characters with "_", not "-" | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | mq_profiles_insert(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+22 |
| | |||||
* | mq_profiles_get_default(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+26 |
| | |||||
* | mq_profiles_remove(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+9 |
| | |||||
* | mq_profiles_set_default(): Fix | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | mq_profiles_set_default(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+20 |
| | |||||
* | mq_profiles_is_default(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+10 |
| | |||||
* | mq_profiles_new(): Call g_key_file_new() | Patrick McDermott | 2017-11-04 | 1 | -0/+1 |
| | |||||
* | [WIP] src/config/profiles.[ch]: New files | Patrick McDermott | 2017-11-04 | 3 | -0/+181 |
| | |||||
* | Add missing #endif comments to headers | Patrick McDermott | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | Add missing G_BEGIN_DECLS/G_END_DECLS to headers | Patrick McDermott | 2017-11-03 | 1 | -0/+4 |
| | |||||
* | src/config/local.mk: Add file to repository | Patrick McDermott | 2017-11-03 | 1 | -0/+3 |
| | | | | Oops. | ||||
* | MqConfig: Add default cases to switches | Patrick McDermott | 2017-11-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Fixes: CC src/config/marquee-config.o src/config/config.c: In function ‘set_type_or_run_callbacks’: src/config/config.c:332:4: warning: switch missing default case [-Wswitch-default] switch (item->type) { ^ src/config/config.c: In function ‘mq_config_set’: src/config/config.c:429:2: warning: switch missing default case [-Wswitch-default] switch (item->type) { ^ | ||||
* | mq_settings_connect_config(): Add default case to switch | Patrick McDermott | 2017-11-01 | 1 | -0/+3 |
| | | | | | | | | | | Fixes: CC src/config/marquee-settings.o src/config/settings.c: In function ‘mq_settings_connect_config’: src/config/settings.c:365:3: warning: switch missing default case [-Wswitch-default] switch (mappings[i].type) { ^ | ||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 4 | -0/+1135 |