Commit graph

14 commits

Author SHA1 Message Date
Chris Cochrun
f34e8cbd7e adding some tweaks to making song_editor working better 2023-10-09 15:11:55 -05:00
Chris Cochrun
8efabbdf68 maintenance: adding all models as types for direct access
If each model is registered as a QML type, we can pass the model back
to QML from each proxy model to have more direct access to it. This
enables us to use it's functions and properties better.
2023-05-17 10:11:33 -05:00
Chris Cochrun
184ad4fe57 using song_model now 2023-05-12 17:00:23 -05:00
Chris Cochrun
6c33e52ea3 a working multi delete in libraries 2023-03-05 06:51:47 -06:00
Chris Cochrun
5cc531f046 adding a way to get modelIndex from songProxyModel 2023-03-02 05:56:21 -06:00
Chris Cochrun
1b080e9822 removing a lot of noise in debugging 2023-02-28 06:21:57 -06:00
Chris Cochrun
903cee065b removing junk 2023-02-24 15:38:06 -06:00
Chris Cochrun
a80cad73eb adding a getLyricList function to songProxyModel 2023-02-24 15:02:05 -06:00
Chris Cochrun
787b0eea42 no selectionModel in c++ 2023-02-23 14:54:43 -06:00
Chris Cochrun
27b3d1d9d1 in progress selection model 2023-02-21 09:56:37 -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
45fbbde792 making songModel a pointer 2023-02-17 09:44:15 -06:00
Chris Cochrun
13c8704bdc adding a proxyModel 2023-02-17 09:38:20 -06:00
Chris Cochrun
7eba697dc2 moving code around for a better file structure 2022-12-09 10:55:50 -06:00
Renamed from src/songsqlmodel.cpp (Browse further)