Commit graph

369 commits

Author SHA1 Message Date
cmclark00
aabb284f60 more typos 2024-10-14 00:47:20 -04:00
cmclark00
2f260cf516 another typo 2024-10-14 00:41:08 -04:00
cmclark00
cfc177555c fixed spacing 2024-10-14 00:36:33 -04:00
cmclark00
eadcc42be9 another typo 2024-10-14 00:16:53 -04:00
cmclark00
e1f90d5929 add preliminary support for xu mini m 2024-10-14 00:03:46 -04:00
cmclark00
f5654cc436 fixed a typo 2024-10-14 00:01:43 -04:00
cmclark00
9edd65d91a add rocknix devices 2024-10-13 23:50:57 -04:00
cmclark00
ca7b93c911 adding rocknix logo 2024-10-13 22:40:40 -04:00
cmclark00
0a248c9a53 updated windows build 2024-10-13 22:30:07 -04:00
cmclark00
db97aa68ac more name changes 2024-10-13 20:53:32 -04:00
cmclark00
6760ba778f some name changes 2024-10-13 20:33:13 -04:00
cmclark00
4d008ac052 fixed logo 2024-10-12 21:37:50 -04:00
cmclark00
a0550b0fd9 lgog path 2024-10-12 20:46:54 -04:00
cmclark00
937cec710f typo 2024-10-12 20:44:52 -04:00
cmclark00
dfb4e027f4 update logo path 2024-10-12 20:41:53 -04:00
cmclark00
ff30fdc01c add muos logo 2024-10-12 20:39:12 -04:00
cmclark00
be9c7ab930 almost got it 2024-10-12 20:33:17 -04:00
cmclark00
1422abc6e4 blegh 2024-10-12 20:30:00 -04:00
cmclark00
87310d5392 df 2024-10-12 20:27:08 -04:00
cmclark00
0f8d1f1e44 sdfsdf 2024-10-12 20:12:29 -04:00
cmclark00
d30adb496f dsdf 2024-10-12 20:05:19 -04:00
cmclark00
096e640852 logo work 2024-10-12 20:00:30 -04:00
cmclark00
d7c28d834c almost there 2024-10-12 00:42:16 -04:00
cmclark00
4aa35bc642 sdg 2024-10-12 00:29:39 -04:00
cmclark00
b278229302 bleck 2024-10-12 00:20:26 -04:00
cmclark00
8ba05f5736 hj 2024-10-12 00:15:22 -04:00
cmclark00
6e8cb1b359 idk anymore 2024-10-12 00:08:07 -04:00
cmclark00
51b0949733 dfgdfg 2024-10-12 00:03:59 -04:00
cmclark00
b39659519d afefewf 2024-10-12 00:00:17 -04:00
cmclark00
51940a6104 logo work 2024-10-11 23:51:11 -04:00
cmclark00
ae784592a8 ughhh 2024-10-11 23:43:37 -04:00
cmclark00
5b8fe6701c changing logo 2024-10-11 23:37:31 -04:00
cmclark00
308488226e banner change 2024-10-11 23:20:39 -04:00
cmclark00
9a34c84a17 found it! 2024-10-11 22:56:49 -04:00
cmclark00
5a8a257174 another oopsie 2024-10-11 22:36:01 -04:00
cmclark00
e2246d2e8d fixed an oopsie 2024-10-11 22:31:37 -04:00
cmclark00
07c7903b8e fix hash 2024-10-11 22:26:58 -04:00
cmclark00
25cb6c1cfc Banana Release! 2024-10-11 21:52:48 -04:00
cmclark00
da0c04b437 update os_list.json for banana 2024-10-11 03:26:49 -04:00
cmclark00
4240c0abf2 catching back up 2024-10-11 02:24:56 -04:00
Tom Dewey
5b7ae19e1c v1.9.2: Public release 2024-10-07 11:21:14 +01:00
Tom Dewey
3e79a8cf2a CMake: Display v1.9.1 2024-10-02 14:32:53 +01:00
Dmytro Aleksandrov
701f03ec94 Explicitly add '--tree' to the lsblk to remove partitions from top level output
After trimming the lsblk output by listing only required columns (see [1]), the output includes not only the disk devices, but also their partitions, which significantly clutters the device selection dialog.

This happens becuase the "--output" argument [2] defaults to using "--tree", but only if the column "NAME" is outputed, which in current state doesn't (only "kname" is used). So that all child elements (e.g. partitions) are listed on the same level with disk devices.

Thus ist's proposed to explicitly add "--tree" argument, so that we don't
rely on lsblk CLI intricacies

[1] baae3c7641
[2] https://www.mankier.com/8/lsblk#--output
2024-09-30 12:05:28 +01:00
Tom Dewey
49534d2f4b help: Don't infer the name
Inferring the name doesn't work on AppImage platforms, so instead refer to the project name
2024-09-26 13:31:26 +01:00
Tom Dewey
25822d50ed cmake: Whitespace cleanup 2024-09-26 13:31:26 +01:00
Tom Dewey
9756d0b645 cmake: Disable building static curl binary 2024-09-26 13:31:26 +01:00
Tom Dewey
759c947c4f cmake: Disable building shared libs 2024-09-26 13:31:26 +01:00
Tom Dewey
35ba24cb82 cmake: Prune install directives, enforce static libs. 2024-09-26 13:31:26 +01:00
Tom Dewey
0f56dea4bf deps: xz: Disable install directives 2024-09-26 13:31:26 +01:00
Tom Dewey
c66947d72a qml: MessagePopup: Make message bounds explicit 2024-09-26 13:31:26 +01:00