Commit graph

21 commits

Author SHA1 Message Date
Chris Cochrun
90c1825b10 a compiling and sorta working model
This model, built in Rust, works in that functions are getting called
and the right pieces are mapped into the model. I've yet to connect
things up to see if QML is talking to the model just yet.
2023-03-28 15:05:36 -05:00
Chris Cochrun
caa2e31d99 add looping for slides
This add looping primarily for videos but I've added in the groundwork
for looping through any kind of slide. This obviously will be
implemented differently for each type of slide, but this way the
groundwork is done already.
2023-03-06 15:06:18 -06:00
Chris Cochrun
0086ed3d5a fixing empty files not loading the application 2023-02-20 11:21:04 -06:00
Chris Cochrun
d97467ee63 Revert "fix dumb logic"
This reverts commit 7da3b3c8c9.
2023-02-19 21:14:48 -06:00
Chris Cochrun
7da3b3c8c9 fix dumb logic 2023-02-19 21:12:46 -06:00
Chris Cochrun
4bb48c8f06 adding loading validation to ensure run without a proper file 2023-02-19 21:10:50 -06:00
Chris Cochrun
441ec22542 adding a signal/slot for clearing all items 2023-01-27 16:44:46 -06:00
Chris Cochrun
7a8c7cc389 multi select and removal. Slides aren't perfect yet. 2023-01-24 15:29:56 -06:00
Chris Cochrun
08ed111efc moving slides after moving serviceItems, need to fix count of slides 2023-01-24 06:17:47 -06:00
Chris Cochrun
02c4c8a47a multi select for service item 2023-01-23 21:35:34 -06:00
Chris Cochrun
b40d9e11a6 adding of items now adds slides as well through signal/slot 2023-01-21 07:23:33 -06:00
Chris Cochrun
d1e0cc2fc0 almost a working signal and slot mechanism 2023-01-20 16:50:35 -06:00
Chris Cochrun
57485335e4 fixed bug in loading in reverse order 2023-01-20 11:51:52 -06:00
Chris Cochrun
983bb24259 fix indexes and debug info 2023-01-20 07:31:43 -06:00
Chris Cochrun
f503622287 backend now uses the new classes and compiles some functions
might still need reworking
2023-01-20 07:05:51 -06:00
Chris Cochrun
fd76b1f17c some beginning updates to the serviceitemmodel class 2023-01-18 15:58:09 -06:00
Chris Cochrun
92891128fe adding slidenumbers to serviceitems 2023-01-13 11:21:38 -06:00
Chris Cochrun
6271df91fc making serviceItem aware of how many slides are in an item 2023-01-13 09:22:38 -06:00
Chris Cochrun
278afe7989 I believe this fixes the bug of items coming back wrong 2023-01-13 05:49:56 -06:00
Chris Cochrun
28dadb880d trying to fix the dragging of items in the ServiceList 2023-01-11 13:44:34 -06:00
Chris Cochrun
7eba697dc2 moving code around for a better file structure 2022-12-09 10:55:50 -06:00
Renamed from src/serviceitemmodel.cpp (Browse further)