Commit graph

1144 commits

Author SHA1 Message Date
Chris Cochrun
c9938df714 fixing presentation modes 2024-09-15 06:09:23 -05:00
Chris Cochrun
c2a56cd24b fixing serviceListItem:
Need to remember that list delegates need a component not a real item,
so the wrapper is necessary
2024-09-15 06:09:22 -05:00
Chris Cochrun
146f2df0c3 fixing a lot of plumbing code to use pure rust models 2024-09-15 06:09:06 -05:00
Chris Cochrun
433ccf345b fixing more of the VideoEditor 2024-09-15 06:09:03 -05:00
Chris Cochrun
c5ed583522 songEditor opens the song now 2024-09-15 06:08:44 -05:00
Chris Cochrun
f197099346 library is showing items and searching is working again 2024-09-15 06:08:43 -05:00
Chris Cochrun
b61e05a423 trying to fix models 2024-09-15 06:08:26 -05:00
Chris Cochrun
a1f18f803d things are building and running now
Now for all the issues of things not working
2024-09-15 06:08:24 -05:00
Chris Cochrun
f231b81bf4 remove fileDialog 2024-09-15 06:08:02 -05:00
Chris Cochrun
66f313675b updates to fix qml 2024-09-15 06:06:53 -05:00
Chris Cochrun
7b82202c51 starting to build 2024-09-15 06:06:13 -05:00
Chris Cochrun
61aef5c48f Moving to QT6: Read more
QT6 Apparently means a lot of changes, these are the changes I've
found to make at least CPP build. The problem is we just got rid of a
lot of CPP and I don't know if the application will work. On the other
hand, the QML isn't finished yet either, but this is the start of
updating the application for QT6 and using MpvQt which is being built
and maintained by KDE. This will be better as they'll keep the library
updated for future QT updates so long as I still track with Kirigami.
2024-09-15 06:05:56 -05:00
Chris Cochrun
398bc58525 build correctly for real now 2024-09-04 14:28:43 -05:00
Chris Cochrun
0ebdaf2921 builds correctly now 2024-09-04 14:17:59 -05:00
Chris Cochrun
bf9f65fade some thoughts? 2024-07-17 13:48:27 -05:00
Chris Cochrun
7302807f5f some prelim movement of slide_model controlling changes 2024-07-14 15:05:09 -05:00
Chris Cochrun
0a2b3259c9 clarify some changes to make 2024-07-14 14:45:40 -05:00
Chris Cochrun
4989380865 trying to simplify the way we create slides 2024-06-26 10:44:20 -05:00
Chris Cochrun
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
Chris Cochrun
f9e2d2c6dd fixing obs debug info 2024-06-26 09:12:00 -05:00
Chris Cochrun
cbf5fe3d9d clippy-fix 2024-06-25 23:04:30 -05:00
Chris Cochrun
3f2f57f8e7 remove all references to service_thing 2024-06-24 16:49:17 -05:00
Chris Cochrun
04c8e84eaa also remove the compile of the file 2024-06-24 16:44:05 -05:00
Chris Cochrun
fb0a2cb4ec remove old testing file 2024-06-24 16:42:53 -05:00
Chris Cochrun
aa0eeaaeed rename all cxx_qt::bridge modules to qobject for clarity 2024-06-24 16:40:37 -05:00
Chris Cochrun
f6964cf06a change back to working system in master 2024-06-23 06:56:18 -05:00
Chris Cochrun
ee9c1e82f4 some prelim enum stuff in service_item_model 2024-06-23 06:51:32 -05:00
Chris Cochrun
eef6d6d15a add emacs interface 2024-06-21 14:45:54 -05:00
Chris Cochrun
269db49fa4 using alternating colors 2024-06-21 14:45:54 -05:00
Chris Cochrun
79da2fbe65 adding some better ideas for types 2024-06-21 06:51:59 -05:00
Chris Cochrun
ad80604293 preparing settings to be used more 2024-06-17 17:05:41 -05:00
Chris Cochrun
bbb9f910d0 making loading work and allow for canceling 2024-06-17 16:52:31 -05:00
Chris Cochrun
cb47858c17 update todo.org 2024-06-17 16:28:26 -05:00
Chris Cochrun
6036240b02 move to using rust strings in the video struct 2024-06-17 16:28:08 -05:00
Chris Cochrun
3d09157be8 delete all selected items 2024-06-17 16:27:10 -05:00
Chris Cochrun
dead3a16bc adding some details to readme, todo, and emacs interface 2024-06-17 09:44:11 -05:00
Chris Cochrun
99178dbfe4 ui is done for asynchronous saving 2024-04-21 13:42:50 -05:00
Chris Cochrun
1105a061bf update todo.org 2024-04-20 07:23:10 -05:00
Chris Cochrun
defb73c0af trying to make a slide editing system 2024-04-17 15:58:25 -05:00
Chris Cochrun
df956af536 forgot to include header file 2024-04-17 11:23:15 -05:00
Chris Cochrun
b932f5a62b updating ideas on todo.org 2024-04-17 10:19:32 -05:00
Chris Cochrun
3b96885afd attempting to display to user which file was saved 2024-04-17 10:08:32 -05:00
Chris Cochrun
479c22087f updates to how logging works 2024-04-17 06:31:46 -05:00
Chris Cochrun
c7761b9787 Saving is multi threaded now 2024-04-17 06:31:23 -05:00
Chris Cochrun
60182e4d82 adding thoughts in todo.org of refactoring 2024-04-15 10:54:47 -05:00
Chris Cochrun
74f5596946 adding id to the service_item_model of the corresponding model 2024-04-15 10:54:28 -05:00
Chris Cochrun
a00f1b081a framework and basic example of qml tests 2024-04-14 10:52:36 -05:00
Chris Cochrun
9d9ecb3cc0 rustfmt things 2024-04-14 10:50:30 -05:00
Chris Cochrun
f2faa0564a adding framework to test saving files 2024-04-14 10:50:12 -05:00
Chris Cochrun
394914a72a backend for saving more asynchronously and showing progress 2024-04-14 10:49:27 -05:00