75 Commits

Author SHA1 Message Date
94de09f429 Remove hydra jobs 2025-03-21 18:11:45 +01:00
bdc2e7a050 Remove duplicate sheet db entries on sheet validation 2025-03-21 18:10:35 +01:00
67d5dac0d1 Remove xournalpp dependency in flake 2025-01-16 18:24:18 +01:00
d20bcf6a2d Update flake and cargo lock 2025-01-09 21:37:23 +01:00
808698dd1c Clean up flake code 2025-01-09 21:37:06 +01:00
59864de6bd flake: Limit hydra jobs to x86 and aarch64 2025-01-09 21:27:41 +01:00
dd36dab497 Add hydraJobs to nix flake 2024-12-06 19:26:28 +01:00
26133a692f Implement specifying working_directory in config file 2024-11-25 20:34:31 +01:00
9a212a85ea Add desktop file and icon 2024-11-24 21:29:31 +01:00
e201539219 Add possibility to open xournalpp directly 2024-06-28 11:19:56 +02:00
d7379a2a9f Open annotated versions if they exist 2024-06-27 22:00:28 +02:00
182675d14e Finally fix dependency crates being rebuilt by crane 2024-06-04 23:18:59 +02:00
de00301c39 Enhance flake with more robust setup 2024-06-04 22:30:18 +02:00
41f79a992e Fix icons not showing when using flake 2024-06-04 22:12:54 +02:00
367997839c Use crane instead of naersk fixing issues of relm4-icons 2024-05-27 12:38:27 +02:00
b01c08bdbe Use EntryCompletion instead of custom Popovers 2024-05-26 14:32:16 +02:00
c3e5db6889 Try out different autosuggestion methods 2024-05-26 14:29:16 +02:00
e0feae0546 Fix dialog entry buffers 2024-05-26 12:32:23 +02:00
48f789ca83 Clean up code 2024-05-26 12:12:33 +02:00
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