- 31 Jan, 2019 9 commits
-
-
Hugo Beauzée-Luyssen authored
For consistency with media and album Fix #58
-
Hugo Beauzée-Luyssen authored
refs #58
-
Hugo Beauzée-Luyssen authored
For consistency with media refs #58
-
Hugo Beauzée-Luyssen authored
refs #58
-
Hugo Beauzée-Luyssen authored
fix #65
-
Hugo Beauzée-Luyssen authored
Wait until the refresh query is processed, otherwise we could lose some changes
-
Hugo Beauzée-Luyssen authored
refs #65
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 22 Jan, 2019 6 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
-
- 21 Jan, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 18 Jan, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
"Failed to compile/prepare request [SELECT COUNT(DISTINCT id_media ) FROM Media m LEFT JOIN File f ON m.id_media = f.media_id WHERE folder_id = ?]: ambiguous column name: folder_id(1)"
-
- 17 Jan, 2019 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Jan, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 14 Jan, 2019 5 commits
-
-
Hugo Beauzée-Luyssen authored
refs #55
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This allows us to pass a unix path that will be converted as a wine path, without cluttering the actual code.
-
- 11 Jan, 2019 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 10 Jan, 2019 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 08 Jan, 2019 1 commit
-
-
Hugo Beauzée-Luyssen authored
ref #56
-
- 27 Dec, 2018 1 commit
-
-
Until C++17, a function could not return a tuple using list-initialization. g++ (Debian 6.3.0-18) has no problem with -std=c++11. g++ (Ubuntu 5.4.0-6ubuntu1~16.04.11) failed with: ../src/filesystem/common/CommonDevice.cpp:85:30: error: converting to ‘std::tuple<bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >’ from initializer list would use explicit constructor ‘constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = bool; _U2 = const std::__cxx11::basic_string<char>&; <template-parameter-2-3> = void; _T1 = bool; _T2 = std::__cxx11::basic_string<char>]’ return { true, m }; Fix #54 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 19 Dec, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 13 Dec, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 11 Dec, 2018 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Chapters are not yet analyzed or inserted by the medialibrary, but the entity type is now supported. refs #52
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-