- 22 Jan, 2019 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 06 Dec, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #29
-
Hugo Beauzée-Luyssen authored
-
- 30 Nov, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Oct, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 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
-
- 02 Aug, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 04 Jun, 2018 9 commits
-
-
Hugo Beauzée-Luyssen authored
-
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
-
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*)
-
Hugo Beauzée-Luyssen authored
-
- 01 Jun, 2018 6 commits
-
-
Hugo Beauzée-Luyssen authored
-
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
-
Hugo Beauzée-Luyssen authored
This is solely replacing direct members access with a pair of getters/setters
-
- 31 May, 2018 10 commits
-
-
Hugo Beauzée-Luyssen authored
This works now but is bound to fail at some point
-
Hugo Beauzée-Luyssen authored
Blind android build fix
-
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
-
- 20 Mar, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
It is now up to the user to request thumbnails generation. It allows lazy loading, and prevents us from potentially generating thousands of thumbnails for nothing when indexing an entire network drive.
-
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
-
- 05 Mar, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
This version will ensure all the File have an associated Task, to avoid some content not appearing because it wasn't analyzed
-
Hugo Beauzée-Luyssen authored
Which is more appropriate for what this function does
-