Chris Cochrun
bb9fc3fd86
bug: fixing video issues between qml and rust
2023-05-17 16:38:40 -05:00
Chris Cochrun
666c22ae66
initial bits to make a ytdl addition
2023-04-21 13:42:18 -05:00
Chris Cochrun
eb15160201
some small tweaks to the rest of the UI of videoEditor
2023-04-19 06:34:43 -05:00
Chris Cochrun
81ea712c6b
feature: a much nicer qml rangedslider
...
In order to make start and end time setting far more efficient, I
decided to create my own RangeSlider called RangedSlider. This has a
moved signal for each handle and a released signal for each
handle. This allows us to change the video playback but not set the
value until released. Meaning only one access to the database.
2023-04-19 05:35:52 -05:00
Chris Cochrun
8b231de32b
adding a custom rangedslider
2023-04-18 15:32:42 -05:00
Chris Cochrun
4f081acd7a
adding footer information
2023-04-18 10:29:31 -05:00
Chris Cochrun
29607d954a
adding video times to service item for future
2023-04-18 06:29:08 -05:00
Chris Cochrun
90f551edff
attempting to modernize the VideoEditor.qml
2023-04-17 17:08:33 -05:00
Chris Cochrun
b037f1a91c
initial ability to update properties of video_model.rs
...
I've made it possible to update the properties of the videos. I'll
need to make sure title, start and end times, and paths all work as
well. Let's make videos really good and then move on to images and
presentations.
2023-04-17 11:22:07 -05:00
Chris Cochrun
9d05a7e655
using video_model.rs and presentation_model.rs
...
These are hopefully a better alternative than the cpp counterparts
after some more time
2023-04-16 15:09:09 -05:00
Chris Cochrun
7cd57e2376
making labels selectable
2023-03-06 11:08:18 -06:00
Chris Cochrun
1559c72618
clarify parameters
2023-03-05 21:35:49 -06:00
Chris Cochrun
2065a0f8aa
changeVideo works now
2023-03-05 07:17:19 -06:00
Chris Cochrun
5fe5a5b621
switching all layouts to newer layouts
2023-03-03 16:47:49 -06:00
Chris Cochrun
85318706fc
refactoring for proxy models
2023-02-17 13:12:55 -06:00
Chris Cochrun
d6da3b546c
better debugging: all print statements are now console.log
2023-01-17 05:52:34 -06:00
Chris Cochrun
0d483979cc
added basic video looping backend
2022-10-11 16:51:32 -05:00
Chris Cochrun
f23bbdf806
ui changes for video editor
2022-10-07 07:26:00 -05:00
Chris Cochrun
a3be06639b
ui components to control looping on the fly
2022-10-06 03:33:56 -05:00
Chris Cochrun
06f3832d76
adding beginnings of being able to set start and endtime of videos
2022-09-28 16:06:18 -05:00
Chris Cochrun
f69d17d08b
allow for udpating video and pres titles
2022-09-28 11:26:28 -05:00
Chris Cochrun
396cf7a9f8
some basic work for updating the videoeditor and video sql system
2022-09-06 20:36:25 -05:00
f1378cc1ff
making future proof refactor of image and video get system
2022-04-11 14:04:03 -05:00
8d07c7355d
fixed the leftdock to allow reordering and better dnd
2022-04-11 11:03:20 -05:00
c71356cac3
Seperating editors and making backgrounds work
2022-03-21 14:24:16 -05:00
24106c2c3c
trying to fix seg fault
2022-03-17 09:27:25 -05:00
5a1fa3fc75
fixing some small bugs
2022-03-16 07:21:30 -05:00
c35c0f6550
adding in a video model and editor
2022-03-15 15:08:17 -05:00