lumina/src/cpp
Chris Cochrun 3c09565a12 bug: fixed inserting slides in the middle of songs
Since songs had more than one slide, anything inserted after the first
multi-slide item would break the insertion. ServiceItem indexes are
not the same as the slide indexes so we needed to find the right
index, then properly change the other indexes in the right spot.

I think I've done this by using rust iterators better.
2023-04-19 15:03:32 -05:00
..
mpv attempting to modernize the VideoEditor.qml 2023-04-17 17:08:33 -05:00
filemanager.cpp moving code around for a better file structure 2022-12-09 10:55:50 -06:00
filemanager.h moving code around for a better file structure 2022-12-09 10:55:50 -06:00
framedecoder.cpp the addition of a thumbnailer that works for videos 2023-02-08 14:16:26 -06:00
framedecoder.h the addition of a thumbnailer that works for videos 2023-02-08 14:16:26 -06:00
imagesqlmodel.cpp using setup instead of test_database 2023-04-17 11:30:26 -05:00
imagesqlmodel.h add newItem function to interface with QML 2023-04-12 19:00:31 -05:00
presentationsqlmodel.cpp using setup instead of test_database 2023-04-17 11:30:26 -05:00
presentationsqlmodel.h using video_model.rs and presentation_model.rs 2023-04-16 15:09:09 -05:00
qsettingscxx.h trying to wrap qsettings in rust 2023-01-27 09:58:16 -06:00
serviceitem.cpp add looping for slides 2023-03-06 15:06:18 -06:00
serviceitem.h add looping for slides 2023-03-06 15:06:18 -06:00
serviceitemmodel.cpp bug: fixed inserting slides in the middle of songs 2023-04-19 15:03:32 -05:00
serviceitemmodel.h adding the removal of items work on the slides 2023-04-11 06:22:50 -05:00
slide.cpp add looping for slides 2023-03-06 15:06:18 -06:00
slide.h add looping for slides 2023-03-06 15:06:18 -06:00
slidemodel.cpp video_thumbnail works to be set in rust 2023-04-01 07:02:42 -05:00
slidemodel.h video_thumbnail works to be set in rust 2023-04-01 07:02:42 -05:00
slideobject.cpp remove old debug info 2023-03-31 09:54:47 -05:00
slideobject.h slide_obj.rs working 2023-03-24 11:31:18 -05:00
songsqlmodel.cpp a working multi delete in libraries 2023-03-05 06:51:47 -06:00
songsqlmodel.h a working multi delete in libraries 2023-03-05 06:51:47 -06:00
thumbnail.cpp moving code around for a better file structure 2022-12-09 10:55:50 -06:00
thumbnail.h moving code around for a better file structure 2022-12-09 10:55:50 -06:00
videosqlmodel.cpp use setup instead of test_database 2023-04-17 11:29:19 -05:00
videosqlmodel.h initial ability to update properties of video_model.rs 2023-04-17 11:22:07 -05:00