|
|
5da62888d1
|
add scrolled window to allow more toolboxes'
|
2024-03-19 17:31:24 +01:00 |
|
|
|
e998b6f1a9
|
disable selection for listbox
|
2024-03-19 17:21:00 +01:00 |
|
|
|
5f2819f0b8
|
add some more icons
|
2024-03-17 18:15:16 +01:00 |
|
|
|
b52232a4cb
|
remove unused imports
|
2024-03-17 17:55:01 +01:00 |
|
|
|
f9d2fb9c0b
|
use different filenames for modules instead of mod.rs
|
2024-03-17 17:43:10 +01:00 |
|
|
|
8c3db04c3e
|
migrate to relm 0.8.1
|
2024-03-17 17:41:05 +01:00 |
|
|
|
5c5241cdc1
|
convert to hashmap isntead of list
|
2024-03-10 20:43:12 +01:00 |
|
|
|
3b20535b5a
|
move factory to use listbox
|
2024-03-02 19:34:02 +01:00 |
|
|
|
da5fcc9887
|
added simple factory
|
2024-03-02 19:18:18 +01:00 |
|
|
|
a8bde9b439
|
add command to check if required tools are installed
|
2024-02-29 18:39:26 +01:00 |
|
|
|
a2f544dac5
|
add closing functionality to dialgoue
|
2024-02-29 18:04:09 +01:00 |
|
|
|
914b5899f1
|
add unsupported dialogue to be shown if not all prerequisits are fulfilled
|
2024-02-26 23:42:55 +01:00 |
|
|
|
9704b8f166
|
run cargo fmt
|
2024-02-26 20:53:56 +01:00 |
|
|
|
3826726b84
|
remove all code and start with relm4 0.6
|
2024-02-26 19:48:54 +01:00 |
|
|
|
67a80edc9d
|
toolbx list is not prefetched before the app launches
|
2024-02-18 19:12:03 +01:00 |
|
|
|
282134cdf8
|
add meson build options to build for flathub
|
2024-02-18 14:04:47 +01:00 |
|
|
|
132860c33f
|
cleanup code and simplify application to be ready for restructuring and refactoring
|
2023-07-15 13:00:12 +02:00 |
|
Kian-Meng Ang
|
572ff2b5b7
|
Fix typos
Found via `typos --format brief`.
|
2022-10-22 22:41:02 +08:00 |
|
|
|
171c4dee12
|
restructure the rest of the files
|
2022-08-07 13:12:34 +02:00 |
|
|
|
5049762167
|
Added internal messaging and workers to handle per toolbx settings, actual settings handling still missing
|
2022-08-05 12:47:48 +02:00 |
|
|
|
0ecaf40ad6
|
comment out application menu as it currently does not have any functionality
|
2022-07-29 18:48:23 +02:00 |
|
|
|
eaed5b6117
|
update command to use flatpak-spawn
|
2022-07-17 19:36:51 +02:00 |
|
|
|
f622509b0f
|
change commands to use flatpak-spawn --host
|
2022-07-17 14:14:40 +02:00 |
|
|
|
4adb9a9708
|
make application runnable under flatpak, correct permission missing
|
2022-07-17 14:14:40 +02:00 |
|
|
|
f1fa7ffac3
|
add new and create function for ToolboxContainer struct (#16)
|
2022-07-17 14:09:51 +02:00 |
|
|
|
3222712de8
|
fix failing test
|
2022-07-15 22:10:10 +02:00 |
|
|
|
fb538a36bb
|
add image to run tests, however, toolbox commands cannot be tested properly as of now
|
2022-07-15 22:04:33 +02:00 |
|
|
|
64017daa09
|
add created ToolboxStatus as it was missing
|
2022-06-22 19:44:05 +02:00 |
|
|
|
321fb23661
|
add update_status function to toolbox to refresh status on individual toolbox (#16)
|
2022-06-22 19:43:50 +02:00 |
|
|
|
047b44a91f
|
refresh toolbox list every 10s #5
|
2022-06-19 21:11:48 +02:00 |
|
|
|
3fec9bee21
|
move starting of terminal to main thread #4
|
2022-06-06 00:27:43 +02:00 |
|
|
|
77d09397aa
|
add first hacky implementaion that opens terminal, #4
|
2022-06-06 00:27:31 +02:00 |
|
|
|
1487ad5bd3
|
implement background message handler (worker)
|
2022-05-22 13:27:53 +02:00 |
|
|
|
6366932aca
|
seperate toolbox and app model to be able to store additional data per toolbox
|
2022-05-21 19:11:03 +02:00 |
|
|
|
4366ec578d
|
a toolbox can now be stopped and started (blocking)
|
2022-05-01 19:59:14 +02:00 |
|
|
|
f111fea698
|
handle toolbox start/stop through app messages
|
2022-05-01 19:56:24 +02:00 |
|
|
|
c9074634cb
|
implement proper handling of errors for start and stop
|
2022-04-29 21:24:48 +02:00 |
|
|
|
f154d36e59
|
change toolbox status to be enum
|
2022-04-23 22:04:10 +02:00 |
|
|
|
e731426650
|
load real toolbx information on startup
|
2022-04-21 21:03:49 +02:00 |
|
|
|
fec7f6271f
|
add stubs for start and stop methods of toolbx
|
2022-04-21 20:17:47 +02:00 |
|
|
|
85dc276b1b
|
WIP: parser toolbox list comand
|
2022-04-21 20:17:01 +02:00 |
|
|
|
cab28345d7
|
run cargo fmt on code
|
2022-04-21 20:01:29 +02:00 |
|
|
|
0648ec2dce
|
implement factory for toolbox_apps
|
2022-04-18 12:02:33 +02:00 |
|
|
|
a3eb0e6ae2
|
add app dialogue concept
|
2022-04-10 22:09:30 +02:00 |
|
|
|
410e41a0ab
|
refactor into separate files for app structure
|
2022-04-05 01:05:24 +02:00 |
|
|
|
d0349356a3
|
add icon to open folder button in toolbox preferences
|
2022-04-03 11:30:11 +02:00 |
|
|
|
d4192aeaa4
|
change to dropdown for updates
|
2022-04-02 23:21:37 +02:00 |
|
|
|
f8c2087934
|
Add basic settings to toolbox page
|
2022-04-02 23:08:40 +02:00 |
|
|
|
4a424e2d84
|
add first action row to settings
|
2022-04-02 13:11:01 +02:00 |
|
|
|
55b8bc7c96
|
add empty settings dialogue
|
2022-04-01 23:38:13 +02:00 |
|