- 22 Jan, 2019 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 11 Dec, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
Fix #47
-
Hugo Beauzée-Luyssen authored
-
- 06 Dec, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #29
-
- 30 Nov, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 05 Sep, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 03 Sep, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Bypass those tables and directly propagate the presence state in the media
-
- 10 Aug, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Reparse them instead of deleting/re-adding them. This allows us to keep any potential meta information set by the user on the reloaded media
-
- 09 Aug, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 08 Aug, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 02 Aug, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 04 Jun, 2018 6 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since this type is also meant to be public
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This allows a reference to be returned (without wrapping all subitems in a unique_ptr or a reference_wrapper, or a manually heap allocated Item*)
-
- 01 Jun, 2018 6 commits
-
-
Hugo Beauzée-Luyssen authored
Incidentally, this fixes a missing file_id update when associating a file with a playlist
-
Hugo Beauzée-Luyssen authored
Delegate subitem creation to the parent item. This way we can access the internals of the parent item upon creation, and the item is created in place. This will also ease up privatization of the Item type, since we don't want it to be publicly available for creation
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Prepare all entities and re-initialize the item. This way we can get rid of some unused setters
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This is solely replacing direct members access with a pair of getters/setters
-
- 31 May, 2018 9 commits
-
-
Hugo Beauzée-Luyssen authored
This works now but is bound to fail at some point
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 28 Mar, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Comparing for equality doesn't work anymore since we removed a Task. Simply check that all expected steps have been completed, regardless of another task being completed as well.
-
- 20 Mar, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
We now fallback to starting a playback early, no need for the old complicated and full of special case code
-
- 07 Mar, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-