175b327c5c
refocus the presentation item
...
This command sets the keyboard focus to the presentation item which
controls when slides are changed. It ensures that after every action
you can use the arrow keys to switch the slides.
2023-03-20 11:38:07 -05:00
58a85bcc01
add forceLayout
...
This was an attempt at forcing the layout of the ListView so that it
will adjust to model changes properly. It only sort of works. There
are still occasional overlapping items.
2023-03-12 06:31:06 -05:00
a946db072d
add loadingItem to serviceList
...
The loading item will show as things are dropped into the
listview. This makes sure the user sees a loading bit as things are
happening in the background to add the new serviceItem
2023-03-07 12:53:27 -06:00
d349e0a572
better adding animations
2023-03-07 12:23:08 -06:00
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
fa427c31bb
same color as labels
2023-03-05 21:42:19 -06:00
2c539e7618
switching to newer qt quick window
2023-03-03 16:56:13 -06:00
5fe5a5b621
switching all layouts to newer layouts
2023-03-03 16:47:49 -06:00
2e6e1407dc
switching to a reusable LibraryItem component for easier refactoring
2023-02-28 06:22:16 -06:00
4f10f53ff5
adding returns to case statements to stop processing
2023-02-24 16:48:44 -06:00
d6a92ee3cb
switching to a more model based adding of items to serviceListModel
2023-02-24 16:01:11 -06:00
bac52666c8
proof of concept for getting the item from the appropriate place
2023-02-24 14:54:30 -06:00
571d74306d
switching to right model
2023-02-23 14:55:31 -06:00
1dfe58c996
some debugging helpful pieces to be removed later
2023-01-27 16:45:38 -06:00
45da1ff33d
getting rid of unneccesary debug info
2023-01-27 16:45:24 -06:00
e355f28146
adding icon for clear all button
2023-01-27 16:45:10 -06:00
a798427d5b
bug in appending songs fixed
2023-01-27 16:25:53 -06:00
4910a40fbe
adding icons to the serviceListItem
2023-01-27 15:59:12 -06:00
7a8c7cc389
multi select and removal. Slides aren't perfect yet.
2023-01-24 15:29:56 -06:00
02c4c8a47a
multi select for service item
2023-01-23 21:35:34 -06:00
b40d9e11a6
adding of items now adds slides as well through signal/slot
2023-01-21 07:23:33 -06:00
46f2d9d42f
making some better inserting patterns in serviceList
2023-01-20 16:50:17 -06:00
f535bc1500
a lot of tweaks to make changing slides work
2023-01-20 13:38:40 -06:00
453c67f237
changed all serviceItemModel to singleton ServiceItemModel
2023-01-20 07:06:25 -06:00
d6da3b546c
better debugging: all print statements are now console.log
2023-01-17 05:52:34 -06:00
d868571d72
adding presentations with multiple slides
2023-01-17 05:09:16 -06:00
8442913576
more ui setup for viewing all slides in item
2023-01-13 21:13:14 -06:00
29348d59e7
the sizes of things were wrong with a bad env variable
2023-01-13 05:49:15 -06:00
a146d702dd
some unit size changes
2023-01-12 13:42:56 -06:00
8e57630973
fixing minor bug in mouseHandler and delete popup
2023-01-11 14:11:21 -06:00
daa7e9e192
making some sizing differences to be using Kirigami.Units
2023-01-11 13:44:34 -06:00
cc28788163
cleaning up old empty code
2022-12-05 11:29:07 -06:00
d02998400a
cleaning up some commented code
2022-12-04 06:39:36 -06:00
766dc02b91
fixing the dragHighlight a bit... needs more work
2022-12-01 17:02:57 -06:00
181ece9244
removing the canvas and trying a shape
2022-11-30 12:32:37 -06:00
010e194d1c
fixing highlightline not following the drag position
2022-11-30 11:34:26 -06:00
37c7038f6f
fixing bug drag highlight doesn't disappear after canceling drag
2022-11-30 11:25:12 -06:00
2002c67b24
fixing drag to use Kirigami.dragHandler properly - WOOHOO!
2022-11-29 15:06:45 -06:00
72a0c8c4c8
serviceListItem in an easier to drag container
2022-10-25 10:13:58 -05:00
e60fcb8f56
putting ServiceList scrollbar outside listview
2022-10-23 06:34:36 -05:00
d49d7b207e
attempting to add native shapes as opposed to svgs
2022-10-21 10:39:00 -05:00
3d231f6830
clearing some cruft to prepare to overhaul drag and drop
2022-10-18 14:16:52 -05:00
2d276a3c1f
attempting to add some more blur to servicelist
2022-10-13 16:30:20 -05:00
1cac1e071a
adding a blurred rect for background but it's not doing what I want
2022-10-13 13:23:47 -05:00
4c5847c12f
removing BasicListItem and making a simple item instead
2022-10-13 12:50:35 -05:00
3b0403fed6
ensuring focus and making nextSlideAction not crash
2022-10-06 06:34:30 -05:00
3e9f8974c9
cleaning up ServiceList
2022-10-06 06:05:10 -05:00
fbdd31ff2b
making serviceList smaller
2022-10-06 06:03:35 -05:00
04e3d95a0c
servicelist above the mainpage and wrapper for servicelist
2022-10-02 14:32:41 -05:00
e2b8992a7f
fixing text color in servicelist
2022-10-02 14:21:36 -05:00