Commit graph

25 commits

Author SHA1 Message Date
Chris Cochrun
5b0462db65 search function for all models... however...
There is some sort of problem. Somehow I sometimes get a signal 11
SEGV_MAPERR error and then it segfaults. *sigh*... So this function
needs some help yet.
2024-09-15 06:44:47 -05:00
Chris Cochrun
27acbdc866 fixing name clobbering in qobjects.
Apparently qobjects need unique names or else they will name clobber.
2024-09-15 06:11:34 -05:00
Chris Cochrun
b4ce082891 rename all cxx_qt::bridge modules to qobject for clarity 2024-09-15 06:10:06 -05:00
Chris Cochrun
da1c4f84b5 fixing name clobbering in qobjects.
Apparently qobjects need unique names or else they will name clobber.
2024-06-26 09:12:11 -05:00
Chris Cochrun
cbf5fe3d9d clippy-fix 2024-06-25 23:04:30 -05:00
Chris Cochrun
aa0eeaaeed rename all cxx_qt::bridge modules to qobject for clarity 2024-06-24 16:40:37 -05:00
Chris Cochrun
80f4b47fd0 making count update 2024-01-16 13:53:49 -06:00
Chris Cochrun
1de0058646 some possible ideas for how obs should work 2023-11-29 09:48:09 -06:00
Chris Cochrun
744481587f initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
Chris Cochrun
62daf316a3 Quite a few of the models have been ported.. need more though.
Still need all the songs and some small utility modules
2023-11-23 06:12:04 -06:00
Chris Cochrun
7bdd8225cb fixing some unused imports 2023-10-01 06:39:52 -05:00
Chris Cochrun
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
Chris Cochrun
7dfb4caeaf making presentations use reveal_js.rs for getting slide_count 2023-09-29 11:45:13 -05:00
Chris Cochrun
4499d1a957 making sure sql models are in lumina folder 2023-09-13 14:58:13 -05:00
Chris Cochrun
a1d4dc6e52 bug: db is now dynamic for user 2023-05-18 06:40:04 -05:00
Chris Cochrun
e87f1094a9 bug: forgot page_count method 2023-05-17 17:04:15 -05:00
Chris Cochrun
56c7dc8541 bug: fixing updating of properties in presentation_model 2023-05-17 17:01:34 -05:00
Chris Cochrun
8af7c9bb6d need to change the way page_count is made in presentations 2023-05-16 13:27:53 -05:00
Chris Cochrun
b234795a36 trying to add a way for rust to find number of slides in reveal.js 2023-05-16 09:55:26 -05:00
Chris Cochrun
68b30877ed fixing more of pres model and setting up song model 2023-05-04 09:30:03 -05:00
Chris Cochrun
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
Chris Cochrun
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
Chris Cochrun
e8b042df54 Preparing to add html as a presentation option 2023-04-27 14:17:59 -05:00
Chris Cochrun
1a9b7b0bd7 using setup instead of test_database 2023-04-17 11:30:26 -05:00
Chris Cochrun
4f58d6e1fd adding basic presentation_model.rs 2023-04-06 20:44:04 -05:00