- 20 Mar, 2019 1 commit
-
-
Steve Lhomme authored
-
- 19 Mar, 2019 5 commits
-
-
Steve Lhomme authored
We don't use tchar APIs anymore and always have UNICODE set.
-
Steve Lhomme authored
No need to guess using tchar and it won't work if _UNICODE is not defined.
-
Steve Lhomme authored
-
Steve Lhomme authored
The use of FromWide and L'\\' already implied it was the case.
-
Steve Lhomme authored
-
- 14 Mar, 2019 10 commits
-
-
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
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 13 Mar, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
When inserting, we just need to ensure the trigger won't modify the newly inserted row. When deleting, we don't care about the old row since it's already gone when the trigger fires. What we always care about is the position of the modified items relative to the inserted/deleted row. The media ID doesn't matter since a single media ID might be inserted multiple times in a single playlist
-
- 11 Mar, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
When a folde represent a mountpoint, we can't generate its name upon insertion, as the mountpoint path is only known at runtime. Fix #72
-
Hugo Beauzée-Luyssen authored
-
- 05 Mar, 2019 1 commit
-
-
Hugo Beauzée-Luyssen authored
Or rather that concurrent thumbnail request won't cause the 2nd thread to call std::terminate
-
- 04 Mar, 2019 1 commit
-
-
Steve Lhomme authored
-
- 01 Mar, 2019 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 26 Feb, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
The windows tests sometimes fail because of a timeout, increase it to account for the shared runner running the tests on wine, with an unoptimized build
-
Hugo Beauzée-Luyssen authored
-
- 20 Feb, 2019 10 commits
-
-
Hugo Beauzée-Luyssen authored
ref #67
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
media_id isn't relevent anymore, and when looking up using only playlist_id, this index will still help there fix #67
-
Hugo Beauzée-Luyssen authored
refs #67
-
Hugo Beauzée-Luyssen authored
This allows media inserted multiple time to be removed/moved one at a time, while all the media occurences were removed before refs #67
-
Hugo Beauzée-Luyssen authored
refs #67
-
Hugo Beauzée-Luyssen authored
Instead of [1;N] This is more natural and more in par with most languages & array/list indexing. refs #67
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 19 Feb, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
Fix #69
-
Hugo Beauzée-Luyssen authored
Otherwise we end up deadlocking while acquiring the context. Might as well fail harder & sooner
-