Chris Cochrun
d8d1071c77
fixing looping not working after switching to Rust
2023-09-28 05:22:16 -05:00
Chris Cochrun
ffb4da1432
fixing html visibility in live mode
2023-08-07 07:33:41 -05:00
Chris Cochrun
d16550b980
making htmlVisible work in PresWindow
2023-08-06 13:10:24 -05:00
Chris Cochrun
ea74fda363
🐛 need to get video start and end times working
...
This is waiting till service_item_model.rs is the model actually used
for ServiceList. Right now we are still using C++ so once that
switches, we can add it in service_item_model.
This way we don't add anymore C++ code that we are likely to throw away.
2023-05-19 16:01:08 -05:00
Chris Cochrun
b74e85bfe6
🎉 FINALLY! Extra window in any wayland compositor
...
This required switching from a QML Window to a QQuickView in C++. I
want to try to eventually subclass that in Rust, but for now it works.
I'll have to still tinker with this to find out how to specifically
set the screen in certain environments, but for now the user will need
to move the window on their own.
2023-05-19 13:01:15 -05:00
Chris Cochrun
e8b042df54
Preparing to add html as a presentation option
2023-04-27 14:17:59 -05:00
Chris Cochrun
802f3ffbde
bug: fixed presentation not looping
2023-04-19 11:59:05 -05:00
Chris Cochrun
0936490bee
attempt use slide_obj in qml
...
QML doesn't understand QMap_QString_QVariant yet.
2023-03-23 19:09:32 -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
2c539e7618
switching to newer qt quick window
2023-03-03 16:56:13 -06:00
Chris Cochrun
5fe5a5b621
switching all layouts to newer layouts
2023-03-03 16:47:49 -06:00
Chris Cochrun
a19c36bdee
trying to make the window work on non kde wayland wms
2023-01-31 13:55:02 -06:00
Chris Cochrun
ec30515c67
making fontSize work right on presentation
2023-01-20 14:19:27 -06:00
Chris Cochrun
d6da3b546c
better debugging: all print statements are now console.log
2023-01-17 05:52:34 -06:00
Chris Cochrun
a3be06639b
ui components to control looping on the fly
2022-10-06 03:33:56 -05:00
Chris Cochrun
1804addb1b
fixing bug where we weren't adding the right songs to servicelist
2022-10-02 07:09:19 -05:00
Chris Cochrun
ed632e0733
adding font and fontSize support
2022-09-26 10:35:44 -05:00
Chris Cochrun
2711bde130
ensuring audio only plays in proper places
2022-09-26 06:38:11 -05:00
Chris Cochrun
d8aca3d149
a bit of updating and making pdfs work better
2022-09-24 14:58:17 -05:00
Chris Cochrun
c2c26bddaf
fixing some small code smells
2022-09-19 16:45:58 -05:00
Chris Cochrun
8b9bcd5a89
fixed loading of extra mpv window
2022-09-19 16:36:18 -05:00
Chris Cochrun
a6d2eb28fd
adding functionality to preview slider
2022-09-19 16:19:43 -05:00
Chris Cochrun
edc0af3690
trying to force second window to use the right screen
2022-09-16 16:45:38 -05:00
Chris Cochrun
b27b83988b
fixing deprecated Connections syntax
2022-09-16 06:56:26 -05:00
Chris Cochrun
9f9026105f
making the window close and stop audio properly
2022-09-16 06:03:41 -05:00
Chris Cochrun
9a180f7df0
adding a playpause ability in videos
2022-09-15 17:06:04 -05:00
Chris Cochrun
2f0ce840be
adding a connection for the presentationWindow
2022-08-24 11:14:29 -05:00
Chris Cochrun
25b07dbab9
adding text to the SlideObject
2022-07-13 14:28:51 -05:00
Chris Cochrun
51f8488089
follow the SlideObject for more parts
2022-07-13 10:44:13 -05:00
Chris Cochrun
db70ac90f2
PresentWindow follows variables instead
2022-07-07 10:44:46 -05:00
Chris Cochrun
8d61d2f638
adding some files
2022-05-24 10:05:08 -05:00