- Feb 21, 2020
-
-
Hugo Beauzée-Luyssen authored
There's no point in having a try block when the condition is false, so invert the if & try to avoid handling exceptions for nothing
-
Hugo Beauzée-Luyssen authored
Instead, fetch the row fields, and update the mrl only. Otherwise, we can't edit the Task schema as we'd fail to load any task using the updated task class with an outdated database schema
-
Hugo Beauzée-Luyssen authored
This is the only class doing it, it clutters the code for not much gain, and would enforce unique constraint we don't need for the backup table
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
fsDir can't be null, as createDirectory always returns an IDirectory instance
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jan 31, 2020
-
-
Hugo Beauzée-Luyssen authored
Fix #213
-
- Jan 27, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
They were missing an 'S'
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
codec is already assigned below, in a correct way, while this is assigning an integer to an std::string
-
- Jan 24, 2020
-
-
Hugo Beauzée-Luyssen authored
To avoid passing duplicated IDs to the applications Fix #180
-
Hugo Beauzée-Luyssen authored
Instead of reimplementing all callbacks
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jan 23, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
To ensure we don't read out of bounds. This isn't fixing any actual (known) defect, but it makes more sense from a logical point of view, and fixes a warning with cppcheck
-
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
In this scope, oldThumbnail is always nullptr
-
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
As is the regular std::mutex implementation
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
size() might take linear time to count all the items, while we're only interested in the empty state.
-
Hugo Beauzée-Luyssen authored
-