Commit graph

193 commits

Author SHA1 Message Date
1b3e67ada1 testing: some other test data fixes
Some checks failed
/ clippy (push) Successful in 4m44s
/ test (push) Failing after 5m29s
2026-02-23 12:01:39 -06:00
24b444567a testing: fix the testing data to allow the fontdb to choose a font
Some checks failed
/ test (push) Waiting to run
/ clippy (push) Has been cancelled
2026-02-23 11:59:58 -06:00
df1e247576 testing: loading test is more robust around size
Some checks failed
/ test (push) Waiting to run
/ clippy (push) Has been cancelled
2026-02-23 11:57:46 -06:00
0710eb9609 bugfix: adding TextSvg to the saving and loading functions
Some checks failed
/ clippy (push) Failing after 4m59s
/ test (push) Failing after 5m29s
2026-02-23 10:01:34 -06:00
d7061508f5 getting closer to some tests that may help with proper loading 2026-02-20 22:55:44 -06:00
985710b7c5 bugs: loading is nearly working...
There is a bug with the slides not containing the text portions of the
songs. There is also perhaps a bug in the logic to move to the next
and previous slides
2026-02-18 13:35:46 -06:00
3e9882ba75 adding a semi working load function with some testing 2026-02-18 11:45:49 -06:00
56d5e684b9 building a loading function
Some checks failed
/ clippy (push) Failing after 5m14s
/ test (push) Failing after 10m48s
2026-02-18 10:07:03 -06:00
c6ae2a0fbd updating db to allow for changing the style and weight of the font
Also, fixed a bug in showing the stroke and shadow size if set to 0
2026-02-17 14:22:34 -06:00
02773f068f lints: Fixed the rest of the lints and some bugs along the way 2026-02-17 11:18:21 -06:00
452f1fc0c7 fix imports format 2026-02-17 09:47:00 -06:00
2112eb1d19 more linties
All checks were successful
/ test (push) Successful in 5m50s
2026-02-17 09:46:20 -06:00
40ae229391 fix more broken tests
All checks were successful
/ test (push) Successful in 5m32s
2026-02-16 10:40:56 -06:00
475896f754 CI tests should skip some that are reliant on filesystem of user
Some checks failed
/ test (push) Failing after 6m2s
2026-02-16 10:25:03 -06:00
6aa6f94e05 fix failing test in CI
Some checks failed
/ test (push) Failing after 5m29s
2026-02-16 10:09:07 -06:00
1c8a0bf450 mor lint fixes
Some checks failed
/ test (push) Failing after 5m41s
2026-02-15 22:06:55 -06:00
66cea56767 fixing song_editor not using real dropdown values and some lints
Some checks failed
/ test (push) Has been cancelled
2026-02-15 14:40:28 -06:00
0d7e5b9285 fixing a lot of lints
Some checks failed
/ test (push) Failing after 5m47s
2026-02-15 11:17:30 -06:00
bf2fa842cd feature: font style and weight is configurable but not persistant
Some checks failed
/ test (push) Failing after 5m27s
2026-02-13 14:44:28 -06:00
4ae0fea807 add bigbuckbunny as a test video for creating thumbnails
Some checks failed
/ test (push) Failing after 5m20s
2026-02-13 11:55:54 -06:00
595769ddd9 remove lots of old dead code in file saving system
Some checks failed
/ test (push) Failing after 28s
2026-02-13 10:33:50 -06:00
e44fb3a3e1 fixtest: test_song_from_db
Some checks are pending
/ test (push) Waiting to run
2026-02-13 10:28:15 -06:00
c4c4cd7cc3 fixing more file saving
Some checks are pending
/ test (push) Waiting to run
2026-02-13 10:23:49 -06:00
0d799f7ee3 some work on the saving system
Some checks are pending
/ test (push) Waiting to run
2026-02-12 15:48:58 -06:00
2ca91dbc44 some clippy stuff
Some checks are pending
/ test (push) Waiting to run
2026-02-12 15:48:43 -06:00
28d09120e0 clippy fix
Some checks are pending
/ test (push) Waiting to run
2026-02-12 13:52:52 -06:00
0b71cab26e remove some unwraps
Some checks are pending
/ test (push) Waiting to run
2026-02-12 11:44:04 -06:00
4fd73eec0b bugfix: storing of song details was not working in some edge cases
Some checks are pending
/ test (push) Waiting to run
This fix is using the names of columns in sqlite to make sure we are
only grabbing the right values
2026-02-12 11:28:06 -06:00
2d3ba561c0 bugfix: verse change to blank now deletes the lyrics
Some checks are pending
/ test (push) Waiting to run
2026-02-11 16:11:23 -06:00
0d18724859 update stroke and shadow and fixing tests for it 2026-02-11 14:14:55 -06:00
4bd8cf04d4 update slides and songs to generate strokes and shadows in text_svg
Some checks are pending
/ test (push) Waiting to run
2026-02-11 06:25:55 -06:00
b2dd665e63 more testing framework
Some checks are pending
/ test (push) Waiting to run
2026-02-10 14:24:46 -06:00
203bfad894 setup a noncached svg generator and test its speed
Some checks are pending
/ test (push) Waiting to run
2026-02-10 13:46:07 -06:00
9d3fd7f8de some possible benching later 2026-02-10 11:49:57 -06:00
77af991b2b make test_song public 2026-02-10 09:54:54 -06:00
50b26d59d9 tests are passing
Some checks are pending
/ test (push) Waiting to run
2026-02-10 09:37:50 -06:00
1acec2c950 some work on tests
Some checks are pending
/ test (push) Waiting to run
2026-02-10 06:40:50 -06:00
86bec476b8 remove dbg! calls after tests have passed
Some checks are pending
/ test (push) Waiting to run
2026-02-09 19:16:41 -06:00
e006068863 make TextSvg and Slide better designed 2026-02-09 15:04:07 -06:00
d902a47aba meh 2026-02-09 13:54:32 -06:00
46433f5fbe text alignment is saving properly now
Some checks are pending
/ test (push) Waiting to run
2026-02-08 07:26:55 -06:00
f3d7c2a6d6 remove unnecessary trimming 2026-02-06 10:06:09 -06:00
14e8923c23 making the lyrics trimmed 2026-02-06 09:53:34 -06:00
c3de2aced4 verse editing and slide creation is more streamlined 2026-02-06 07:05:20 -06:00
bb4f402803 performance and styling tweaks
Some checks are pending
/ test (push) Waiting to run
2026-02-05 17:07:03 -06:00
6d8a24ea38 updating verse_editor to be able to make verse changes betterrererer
Some checks are pending
/ test (push) Waiting to run
2026-02-05 15:25:33 -06:00
6c623eadcc updating verse_names many times and styling of text_editors
Some checks are pending
/ test (push) Waiting to run
2026-02-04 15:01:01 -06:00
ca69112d6d clippy fix
Some checks are pending
/ test (push) Waiting to run
2026-02-04 10:24:35 -06:00
b70c4130c1 a way to create verses
Some checks are pending
/ test (push) Waiting to run
2026-02-03 15:20:38 -06:00
c85ab8beda adding verse functions and tests 2026-02-03 13:27:28 -06:00