Commit graph

65 commits

Author SHA1 Message Date
Chris Cochrun
00b2183750 add back deleting a single item 2023-09-13 13:39:53 -05:00
Chris Cochrun
8031c32a18 adding the save function working and adding to service items better 2023-09-13 13:22:02 -05:00
Chris Cochrun
455c83b000 make a spot for serviceItem info in the footer 2023-04-18 11:13:49 -05:00
Chris Cochrun
f8ac7feea0 adding the removal of items work on the slides
This isn't finished yet, but the core is there. I have yet to fully
remove slides after a service_item is removed.
2023-04-11 06:22:50 -05:00
Chris Cochrun
f17a88ff68 fix serviceList sometimes having overlapping items 2023-03-24 15:17:25 -05:00
Chris Cochrun
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
Chris Cochrun
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
Chris Cochrun
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
Chris Cochrun
d349e0a572 better adding animations 2023-03-07 12:23:08 -06: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
fa427c31bb same color as labels 2023-03-05 21:42:19 -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
2e6e1407dc switching to a reusable LibraryItem component for easier refactoring 2023-02-28 06:22:16 -06:00
Chris Cochrun
4f10f53ff5 adding returns to case statements to stop processing 2023-02-24 16:48:44 -06:00
Chris Cochrun
d6a92ee3cb switching to a more model based adding of items to serviceListModel 2023-02-24 16:01:11 -06:00
Chris Cochrun
bac52666c8 proof of concept for getting the item from the appropriate place 2023-02-24 14:54:30 -06:00
Chris Cochrun
571d74306d switching to right model 2023-02-23 14:55:31 -06:00
Chris Cochrun
1dfe58c996 some debugging helpful pieces to be removed later 2023-01-27 16:45:38 -06:00
Chris Cochrun
45da1ff33d getting rid of unneccesary debug info 2023-01-27 16:45:24 -06:00
Chris Cochrun
e355f28146 adding icon for clear all button 2023-01-27 16:45:10 -06:00
Chris Cochrun
a798427d5b bug in appending songs fixed 2023-01-27 16:25:53 -06:00
Chris Cochrun
4910a40fbe adding icons to the serviceListItem 2023-01-27 15:59:12 -06:00
Chris Cochrun
7a8c7cc389 multi select and removal. Slides aren't perfect yet. 2023-01-24 15:29:56 -06:00
Chris Cochrun
02c4c8a47a multi select for service item 2023-01-23 21:35:34 -06:00
Chris Cochrun
b40d9e11a6 adding of items now adds slides as well through signal/slot 2023-01-21 07:23:33 -06:00
Chris Cochrun
46f2d9d42f making some better inserting patterns in serviceList 2023-01-20 16:50:17 -06:00
Chris Cochrun
f535bc1500 a lot of tweaks to make changing slides work 2023-01-20 13:38:40 -06:00
Chris Cochrun
453c67f237 changed all serviceItemModel to singleton ServiceItemModel 2023-01-20 07:06:25 -06:00
Chris Cochrun
d6da3b546c better debugging: all print statements are now console.log 2023-01-17 05:52:34 -06:00
Chris Cochrun
d868571d72 adding presentations with multiple slides 2023-01-17 05:09:16 -06:00
Chris Cochrun
8442913576 more ui setup for viewing all slides in item 2023-01-13 21:13:14 -06:00
Chris Cochrun
29348d59e7 the sizes of things were wrong with a bad env variable 2023-01-13 05:49:15 -06:00
Chris Cochrun
a146d702dd some unit size changes 2023-01-12 13:42:56 -06:00
Chris Cochrun
8e57630973 fixing minor bug in mouseHandler and delete popup 2023-01-11 14:11:21 -06:00
Chris Cochrun
daa7e9e192 making some sizing differences to be using Kirigami.Units 2023-01-11 13:44:34 -06:00
Chris Cochrun
cc28788163 cleaning up old empty code 2022-12-05 11:29:07 -06:00
Chris Cochrun
d02998400a cleaning up some commented code 2022-12-04 06:39:36 -06:00
Chris Cochrun
766dc02b91 fixing the dragHighlight a bit... needs more work 2022-12-01 17:02:57 -06:00
Chris Cochrun
181ece9244 removing the canvas and trying a shape 2022-11-30 12:32:37 -06:00
Chris Cochrun
010e194d1c fixing highlightline not following the drag position 2022-11-30 11:34:26 -06:00
Chris Cochrun
37c7038f6f fixing bug drag highlight doesn't disappear after canceling drag 2022-11-30 11:25:12 -06:00
Chris Cochrun
2002c67b24 fixing drag to use Kirigami.dragHandler properly - WOOHOO! 2022-11-29 15:06:45 -06:00
Chris Cochrun
72a0c8c4c8 serviceListItem in an easier to drag container 2022-10-25 10:13:58 -05:00
Chris Cochrun
e60fcb8f56 putting ServiceList scrollbar outside listview 2022-10-23 06:34:36 -05:00
Chris Cochrun
d49d7b207e attempting to add native shapes as opposed to svgs 2022-10-21 10:39:00 -05:00
Chris Cochrun
3d231f6830 clearing some cruft to prepare to overhaul drag and drop 2022-10-18 14:16:52 -05:00
Chris Cochrun
2d276a3c1f attempting to add some more blur to servicelist 2022-10-13 16:30:20 -05:00
Chris Cochrun
1cac1e071a adding a blurred rect for background but it's not doing what I want 2022-10-13 13:23:47 -05:00
Chris Cochrun
4c5847c12f removing BasicListItem and making a simple item instead 2022-10-13 12:50:35 -05:00