56 Commits

Author SHA1 Message Date
35a47704db Commit icons file 2024-05-26 12:11:35 +02:00
f4080ca651 Fix alert dialog only showing once 2024-05-26 12:05:14 +02:00
fae93ee352 Update cargo dependencies, fix icons 2024-05-26 12:01:25 +02:00
011dab8d99 Add alert dialog when cancel with empty fields 2024-05-26 10:49:38 +02:00
0e34138a6a Make dialog look good 2024-05-26 09:36:57 +02:00
a7db35e8ac dialog: Make composer be read from database 2024-05-26 09:14:39 +02:00
ee8a887caa Make sheet edit dialog openable again 2024-05-26 08:50:29 +02:00
9692b1a825 First try in implementing sheet edit dialog 2024-05-25 23:11:33 +02:00
2ffd0bbbc3 First try in implementing sheet edit dialog 2024-05-25 23:10:47 +02:00
58901dae37 Scroll to top on sheet listing changed (e.g. sorted) 2024-05-25 22:01:42 +02:00
cfb3cc9835 Set last_opened of new sheets to now
Makes them appear at the top of the list
2024-05-25 21:30:08 +02:00
7cce6409b7 Run cargo and clippy fix 2024-03-02 18:58:11 +01:00
7b931fb033 Add reload button functionality 2024-03-02 18:56:02 +01:00
3f5e621b6b Finish implementing sort and shuffle features 2024-03-02 17:28:12 +01:00
f73cc8f7ea Start implementing sort and shuffle features 2024-03-02 14:45:31 +01:00
17f2985bb7 Run cargo and clippy fix 2024-02-11 09:38:42 +01:00
42b7d422a8 Remove BookSheet and make it normal Sheet
Simplifies code a lot
2024-02-11 09:35:32 +01:00
d3f2375995 Complete major sheet refactoring
Now using books etc is far easier
2024-02-10 21:49:46 +01:00
4ddfd75b2a Start major sheet refactoring 2024-02-10 00:58:40 +01:00
6cb7abad4c Mcdu: add margin and make all keys same size 2024-02-07 20:52:35 +01:00
fc61870b7e Delete stack layout, instead only show one listing 2024-02-07 20:48:34 +01:00
8343fb80dc Run cargo fix 2024-02-07 20:43:52 +01:00
6fc322f315 Fix updated orphans not displayed 2024-02-07 20:43:09 +01:00
b16eb710dd Put database into specified file directory 2024-02-07 20:31:07 +01:00
f9c2cfb618 Implement sorting by last_opened 2024-02-07 20:26:34 +01:00
bea97b55f3 Make relm4 app async and update last_opened in db 2024-02-07 20:05:20 +01:00
603864e7f6 Apply cargo and clippy fix 2024-02-07 19:23:22 +01:00
4d5e6f19fc Successfully implement orphan database inserting 2024-02-07 19:21:53 +01:00
b102906f11 Modify Sheet struct, add OrphanFile table and db 2024-02-07 18:40:58 +01:00
7120520347 Apply clippy fixes 2024-02-02 23:09:30 +01:00
015247b284 Apply cargo fixes 2024-02-02 23:08:44 +01:00
7e012e0ef0 Make it version 0.1.1 2024-02-02 23:06:47 +01:00
60649fe633 Re-implement file opening 2024-02-02 23:02:07 +01:00
0fe6bf1db2 Make search work again 2024-02-02 22:51:11 +01:00
5ee898c9c5 Use ListBox Widget 2024-02-02 21:17:03 +01:00
9069138255 Implement sheet listings with relm4 factory 2024-02-02 21:11:21 +01:00
6a6e1d03df Move ui files into separate folder 2024-02-02 19:30:52 +01:00
4f65715967 Implement sheet path validation 2024-02-02 17:27:24 +01:00
0addc7c4b9 Move Sheet and Composer to separate code file 2024-02-02 16:36:29 +01:00
3f7b45efda Clean up command line args usage 2024-02-02 16:33:14 +01:00
9ffdfa1a77 Improve database, add log and cli 2024-02-02 16:27:45 +01:00
4b6418c23a First try of implementing database 2024-02-02 09:18:45 +01:00
7217ce8bc1 Apply clippy lints 2024-02-01 20:49:52 +01:00
305d1e3f53 Add Spc and Clr buttons to MCDU 2024-01-23 21:09:30 +01:00
0f5d87eeba Make window open with maximum size 2024-01-23 20:56:29 +01:00
e4543ac66e Implement working search bar 2024-01-22 21:11:51 +01:00
e47c9afe33 Implemented opening of pdfs 2024-01-16 23:28:00 +01:00
f4bbbc330c Implement cargo and clippy fixes 2024-01-16 22:58:02 +01:00
015e40c187 Remove unnecessary nix buildInputs 2024-01-16 22:55:19 +01:00
4a41ce6cf3 Implement sheet listing
No click effect or filtering yet
2024-01-16 22:50:18 +01:00