Commit graph

24 commits

Author SHA1 Message Date
da1c4f84b5 fixing name clobbering in qobjects.
Apparently qobjects need unique names or else they will name clobber.
2024-06-26 09:12:11 -05:00
cbf5fe3d9d clippy-fix 2024-06-25 23:04:30 -05:00
aa0eeaaeed rename all cxx_qt::bridge modules to qobject for clarity 2024-06-24 16:40:37 -05:00
bbb9f910d0 making loading work and allow for canceling 2024-06-17 16:52:31 -05:00
6177219482 fixing the spinner to always be the right size 2024-04-12 07:22:59 -05:00
ca6cccd24d tweaks to debugging file saving 2024-02-28 09:48:37 -06:00
ea686a9d9b adding debug info in file_helper.rs 2024-02-23 11:13:37 -06:00
744481587f initial port to cxx_qt 6.0 2023-11-27 11:07:55 -06:00
81b430e768 slides, settings, and file stuff ported 2023-11-21 17:31:19 -06:00
a0a8400d16 Revert "setting these two to do the same"
This reverts commit ba25cee53f
2023-10-11 20:22:26 +00:00
ba25cee53f setting these two to do the same 2023-10-11 11:37:00 -05:00
301306c9f2 using rfd in more places and fixing non hovering buttons 2023-10-05 10:12:58 -05:00
9f4d426a8f fixing small ui things and making audio picking use portal 2023-09-28 06:31:29 -05:00
a9b9bc1de0 fixing unused lines 2023-09-22 15:57:17 -05:00
cd8801af51 working loading and saving of files with dialog from rust
This means we are loading and saving files with the rfd crate which
utilizes platform appropriate dialogs for saving and loading files. We
can start to use this in all other file dialog locations to make sure
we are getting the right files.

It uses xdg-desktop-portals on linux so we will always use the
appropriate file dialog for each desktop environment.
2023-09-21 17:37:14 -05:00
d836f91425 saving file with file_helper to use rfd for portals
Using portals and rfd as our file selector to make sure that we can
utilize the appropriate file dialog on various platforms from
rust. This will eliminate some extra tomfoolery in QML.
2023-09-21 17:11:02 -05:00
f26b6fb66a fixing little tidbits 2023-09-21 12:11:38 -05:00
70eadeadb2 update width 2023-09-20 06:15:48 -05:00
4a118271c0 tweaks for update 2023-03-14 14:40:23 -05:00
c7b35f2b44 better debug messages in file validator 2023-02-17 15:01:38 -06:00
3b35424a0c adding validation for files to make sure the underlying filesystem
hasn't deleted or moved files in the database
2023-02-17 13:12:23 -06:00
50c17705f6 some tests and ideas for Rust 2023-01-23 17:10:49 -06:00
e6d480d678 some testing of file_helper.rs 2022-12-14 13:39:50 -06:00
8b4c348279 a lot of setup and testing work for rust 2022-12-13 09:33:47 -06:00