Commit graph

15 commits

Author SHA1 Message Date
7bdd8225cb fixing some unused imports 2023-10-01 06:39:52 -05:00
affaf7a53b make adding presentations properly add the right number of slides
To make sure we know how many slides are in a presentation we needed
to ensure we are using Urls appropriately and that we are looking in
the correct key in the QVariantMap
2023-09-29 16:32:45 -05:00
7dfb4caeaf making presentations use reveal_js.rs for getting slide_count 2023-09-29 11:45:13 -05:00
4499d1a957 making sure sql models are in lumina folder 2023-09-13 14:58:13 -05:00
a1d4dc6e52 bug: db is now dynamic for user 2023-05-18 06:40:04 -05:00
e87f1094a9 bug: forgot page_count method 2023-05-17 17:04:15 -05:00
56c7dc8541 bug: fixing updating of properties in presentation_model 2023-05-17 17:01:34 -05:00
8af7c9bb6d need to change the way page_count is made in presentations 2023-05-16 13:27:53 -05:00
b234795a36 trying to add a way for rust to find number of slides in reveal.js 2023-05-16 09:55:26 -05:00
68b30877ed fixing more of pres model and setting up song model 2023-05-04 09:30:03 -05:00
c33b5af588 basic implementation of having reveal.js slides working
There is still a lot of work needed to be done here, but the basics
are laid out.
2023-05-01 06:20:45 -05:00
b05af23ffa feat: reveal.js presentations are viewable in editor
I have gotten reveal.js presentations to be viewable. I'll still need
to work with how to present them, and fix the presenter piece as well,
but for now, it works.
2023-04-29 07:13:04 -05:00
e8b042df54 Preparing to add html as a presentation option 2023-04-27 14:17:59 -05:00
1a9b7b0bd7 using setup instead of test_database 2023-04-17 11:30:26 -05:00
4f58d6e1fd adding basic presentation_model.rs 2023-04-06 20:44:04 -05:00