Commit graph

16 commits

Author SHA1 Message Date
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
b4ce082891 rename all cxx_qt::bridge modules to qobject for clarity 2024-09-15 06:10:06 -05:00
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
cbf5fe3d9d clippy-fix 2024-06-25 23:04:30 -05:00
aa0eeaaeed rename all cxx_qt::bridge modules to qobject for clarity 2024-06-24 16:40:37 -05:00
461d25a73d a somewhat working system of video start and end times 2024-04-07 21:34:31 -05:00
1117d6eea2 pdf and html now properly work in slides 2024-03-31 14:34:43 -05:00
15c657b81e fixing html slides not working through nextSlideAction() 2024-03-29 07:30:07 -05:00
64e10dd765 fixed slide_object tracking the index so the previewer can follow 2024-03-22 06:44:51 -05:00
da258433d9 Adding reveal next and previous buttons
In order to make this work, I had to determine in rust which were html
and essentially not call the change_slide function and instead call
the reveal_next/previous functions and then tweak it from there.
2024-01-17 11:26:04 -06:00
791bcc146e attempting to switch the next button to using slibe_object for a
cleaner interaction
2024-01-17 09:46:23 -06:00
744481587f initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
81b430e768 slides, settings, and file stuff ported 2023-11-21 17:31:19 -06:00
85136ddb94 rename slide_obj.rs to slide_object.rs 2023-11-17 06:07:59 -06:00
b32d35c385 adding a slide_obj in rust
This object is still unfinished, but it will later serve as our main
object to connect to for the slides that are shown on screen. All of
this needed some heavy tweaking and I still need to learn more about
rust, but the beginnings are there and it will be worth it to have the
safety and speed that rust provides
2023-03-21 10:34:54 -05:00
2011a176bf adding slide_object.rs 2023-03-14 14:40:30 -05:00