lumina/src
Chris Cochrun fc2d0492fa the image_model.rs is working
The basic functions are all working properly. Now the model works by
using diesel to connect the sql database and retrieve all the items
and organize them. Then it'll ensure any additions and deletions are
correct and happen first on the database before adding them to the
model.

There is still a C++ proxyModel inbetween QML and Rust, but
this proxyModel interfaces with the Rust model instead of the C++
SqlTableModel.
2023-04-06 05:49:28 -05:00
..
assets gave the slide a black to put in front of loading videos 2022-04-04 06:43:05 -05:00
cpp the image_model.rs is working 2023-04-06 05:49:28 -05:00
qml the image_model.rs is working 2023-04-06 05:49:28 -05:00
rust the image_model.rs is working 2023-04-06 05:49:28 -05:00
CMakeLists.txt the addition of a thumbnailer that works for videos 2023-02-08 14:16:26 -06:00
main.cpp the image_model.rs is working 2023-04-06 05:49:28 -05:00
resources.qrc switching to a reusable LibraryItem component for easier refactoring 2023-02-28 06:22:16 -06:00