Commit graph

84 commits

Author SHA1 Message Date
Chris Cochrun
e0bcce3f72 removing some cruft 2024-09-17 10:07:36 -05:00
Chris Cochrun
50fc745335 add the song_editor's embedded song_model and use it 2024-09-17 06:24:28 -05:00
Chris Cochrun
c5ed583522 songEditor opens the song now 2024-09-15 06:08:44 -05:00
Chris Cochrun
66f313675b updates to fix qml 2024-09-15 06:06:53 -05:00
Chris Cochrun
564aec2bda fix updating properties from the SongEditor.qml
Since we get the original songID from the proxy model, it somehow
differs from the song_model.rs id. So, in the future, I should figure
out how to get the original id and use that so that these sorts of
bugs aren't quite as hard to find
2024-04-03 06:37:31 -05:00
Chris Cochrun
428386a25b fixing a lot of debug info 2024-03-25 18:35:58 -05:00
Chris Cochrun
85b9f9cede simplifying qml response to changes in songs 2024-03-21 20:59:32 -05:00
Chris Cochrun
3f9a1714c4 trying to tweak song editor to work 2023-12-01 09:54:16 -06:00
Chris Cochrun
744481587f initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
Chris Cochrun
39ef6ed492 smaller font picker so it fits better on SongEditor.qml 2023-11-21 06:34:32 -06:00
Chris Cochrun
76ebefb6fb some clarity and testing out a better tooltip idea 2023-11-19 07:15:40 -06:00
Chris Cochrun
511c34ee41 a nicer split handle 2023-10-30 06:33:57 -05:00
Chris Cochrun
af9974600b Using the right id rather than the index from the item 2023-10-27 15:10:24 -05:00
Chris Cochrun
28958721f2 tweaks to how we change to a different song 2023-10-27 15:05:43 -05:00
Chris Cochrun
c97a98a3a7 adding the ability to set font in song by editable field 2023-10-23 14:40:54 -05:00
Chris Cochrun
d82a0ac503 Tweaking verse_order in the songEditor.qml so it shows up 2023-10-11 09:35:24 -05:00
Chris Cochrun
f34e8cbd7e adding some tweaks to making song_editor working better 2023-10-09 15:11:55 -05:00
Chris Cochrun
96d5bdac73 update to make song_editor ready 2023-10-09 13:53:09 -05:00
Chris Cochrun
19e3c71ff2 small ui tweaks and fixes 2023-10-06 08:34:02 -05:00
Chris Cochrun
cc3f87e6f5 making the icons in the toolbar work a little better 2023-10-05 17:04:25 -05:00
Chris Cochrun
301306c9f2 using rfd in more places and fixing non hovering buttons 2023-10-05 10:12:58 -05:00
Chris Cochrun
da361a55a7 fixing a lot of small ui pieces with gridUnits and colors
May need to change TextBackground to just ControlBackground, and use
it in more than just text controls
2023-09-29 06:45:51 -05:00
Chris Cochrun
7e6e8c71e0 small changes and the beginning of a TextBackground.qml 2023-09-28 15:17:35 -05:00
Chris Cochrun
9f4d426a8f fixing small ui things and making audio picking use portal 2023-09-28 06:31:29 -05:00
Chris Cochrun
61ed155903 rename SlideEditor.qml to SongEditorSlideList.qml 2023-09-22 15:56:50 -05:00
Chris Cochrun
4aafe6e86f tweaks to SongEditor 2023-05-19 15:39:03 -05:00
Chris Cochrun
bbc5bf3d7c 🐛 QVariantMap still seems to not work... 2023-05-19 09:54:07 -05:00
Chris Cochrun
38ae7c9850 switching back until I finish upgrading to 0.5.3 cxx-qt
This is where they made sure QVariantMap maps to QMap_QString_QVariant
in Rust.
2023-05-19 09:18:34 -05:00
Chris Cochrun
e5a2e063fc 🐛 using songModel so we can start to remove more c++ functions 2023-05-18 15:57:05 -05:00
Chris Cochrun
eb899a9965 tweaks to making songs work 2023-05-16 15:31:09 -05:00
Chris Cochrun
184ad4fe57 using song_model now 2023-05-12 17:00:23 -05:00
Chris Cochrun
3809e697e8 add labels to SongEditor.qml
This makes it more clear what each field is for
2023-03-14 14:40:43 -05:00
Chris Cochrun
5fe5a5b621 switching all layouts to newer layouts 2023-03-03 16:47:49 -06:00
Chris Cochrun
cb58cac8bf making the newSong function show appropriate slides 2023-03-02 06:13:25 -06:00
Chris Cochrun
3cd6a75f4b fixing the SongEditor after library changes 2023-03-02 05:57:08 -06:00
Chris Cochrun
d63b3faec1 making a more streamlined newSong function 2023-02-20 11:25:53 -06:00
Chris Cochrun
c9f6fc4d1b ok I added some proxy models to all sql models, but they aint done.. 2023-02-17 16:14:50 -06:00
Chris Cochrun
d6da3b546c better debugging: all print statements are now console.log 2023-01-17 05:52:34 -06:00
Chris Cochrun
19c1a015cc trying to discover the broken part in getLyricList 2022-09-29 13:00:44 -05:00
Chris Cochrun
4d9236e02c fixing getSong not working after deleting songs 2022-09-29 05:58:06 -05:00
Chris Cochrun
a8943b86cf adding an audio picker for songs 2022-09-22 05:59:21 -05:00
Chris Cochrun
e05beb3857 ensure the text fits properly and better control over text size 2022-09-16 16:45:18 -05:00
Chris Cochrun
4954f108a6 fixing a bug in the getLyricList command and clear on lyric edits 2022-09-07 14:30:19 -05:00
Chris Cochrun
e758958dca fixing the crashes and maybe speed up loading of objects in slides 2022-09-07 13:32:36 -05:00
Chris Cochrun
da1fb49c64 fixed slides not being cleared in SongEditor, still have crashes 2022-09-07 05:38:08 -05:00
Chris Cochrun
d0d66a5d54 fixed video and images loading after changing in toolbar 2022-08-30 17:15:24 -05:00
Chris Cochrun
7237601a3b some minor ui fixes and ui for play/pause button for first slide 2022-08-29 11:38:34 -05:00
Chris Cochrun
e1095817b0 added some lyric checks to update the slides in songeditor 2022-08-28 14:54:56 -05:00
39fc19dff2 making songs have a list of slides visible to assist in editing 2022-04-26 13:10:26 -05:00
ceefbebe23 reorganizing 2022-04-23 06:18:25 -05:00