Révision | l'heure | Auteur |
---|---|---|
5f8467f | 2022-01-10 20:57:09 | mio |
add missing copyright header to unittests.d |
||
798f624 | 2022-01-10 20:55:25 | mio |
update version and copyright in main.d |
||
7a57ad5 | 2022-01-10 20:49:17 | mio |
add copy of the Boost License (1.0) |
||
9550224 | 2022-01-10 20:47:28 | mio |
move the execution of unit tests into a separate file. |
||
2c55e3c | 2022-01-10 20:46:34 | mio |
change unit tests in medialist.d to use the tap library. |
||
d4e54a6 | 2022-01-10 20:45:10 | mio |
change unit tests in "update.d" to use the medialist library and the tap library. |
||
a277ef2 | 2022-01-10 20:43:19 | mio |
add a basic (and incomplete) TAP library. will be used for unit testing. |
||
ca80224 | 2022-01-10 15:14:12 | mio |
replace usage of 'del.d' with the equivalent from medialist.d |
||
1e15817 | 2022-01-10 15:09:22 | mio |
add an implementation for the MLCommand.delete_ command. This also changes the MediaList structure to use public members instead of package. |
||
64fe042 | 2022-01-10 11:39:54 | mio |
add error message for missing title when calling the "add" comand |
||
e0b55c6 | 2022-01-10 11:32:54 | mio |
fix ml_send_command not returning correct MLError value |
||
a03b813 | 2022-01-10 11:19:45 | mio |
replace add.d with equivalent from medialist.d |
||
a2a8a23 | 2022-01-10 10:44:57 | mio |
add missing license header |
||
9e9949a | 2022-01-10 10:43:36 | mio |
add the initial version of medialist.d (the library version of medialist) |
||
c0069f2 | 2022-01-08 15:39:38 | mio |
fix configparser.d style and typos |
||
54eca34 | 2022-01-08 15:27:15 | mio |
Add a configuration option to verify deleting lists and list items. |
||
3bdc1b3 | 2022-01-08 15:18:19 | mio |
Add .getBool(string,string[,bool]) to ConfigParser. |
||
0765bb9 | 2022-01-08 14:22:15 | mio |
Re-structure xdg.d to only support linux. |
||
2d42cf9 | 2022-01-08 14:19:13 | mio |
Add missing cells when updating a list item. |
||
8122681 v0.2 | 2021-11-28 14:26:47 | mio |
0.2 release commit |
||
95ac63a | 2021-11-25 15:11:51 | mio |
Update TODO for current 0.3 goals |
||
a5c4a46 | 2021-11-25 15:06:46 | mio |
Update the man file. |
||
67cbcd4 | 2021-11-25 14:30:02 | mio |
Update the MakeAppImage script. |
||
672f6f6 | 2021-11-25 14:29:23 | mio |
Add a version statement for building the AppImage. |
||
01790d4 | 2021-11-25 13:20:59 | mio |
Add a unittest for checking the "last_updated" field. |
||
1dd4363 | 2021-11-25 12:47:35 | mio |
Add unittest for --start-date and --end-date options in update. |
||
613b68b | 2021-11-25 11:43:03 | mio |
Provide --start-date and --end-date options for the update command. |
||
7645bca | 2021-11-21 19:09:36 | mio |
Share the code for adding missing headers between add.d and update.d (now located in util.d). These are the only places where the code should be required. |
||
39cbb54 | 2021-11-21 16:40:35 | mio |
Update TODO (Support mTSV "human" headers (show)) |
||
4a360b9 | 2021-11-21 16:37:38 | mio |
Add some more variables to the Makefile (prefix, bindir, etc.) |