Commit Graph

54 Commits

Author SHA1 Message Date
49e18ace17 use template from appicon preview 2022-07-29 19:24:35 +02:00
6891daff5a add first version of application icons 2022-07-29 19:24:35 +02:00
a5c1fc67a5 added screemshots to description 2022-07-29 19:23:53 +02:00
ebcf28b518 add dark and light screenshot of the main window 2022-07-29 18:51:06 +02:00
0ecaf40ad6 comment out application menu as it currently does not have any functionality 2022-07-29 18:48:23 +02:00
fe7bf2b94e add lfs to repository in preparation for adding screenshots 2022-07-29 17:40:16 +02:00
05bcb628c1 change flatpack to use master branch in manifest 2022-07-27 17:51:28 +02:00
286ea0d2c4 add ability to install from local dev dir 2022-07-27 17:50:40 +02:00
a957b64543 add script to install flatpack from repository 2022-07-27 17:50:18 +02:00
57225bf3a5 fix manifest to build correct metadata 2022-07-27 17:49:15 +02:00
7c3ac49a25 add .flatpak-build directory to gitignore 2022-07-27 17:48:52 +02:00
40fda11134 fix hhttps should be https 2022-07-27 16:57:19 +02:00
f544437324 add some additional descriptions 2022-07-17 19:36:51 +02:00
8c04a56c07 add po similar to template 2022-07-17 19:36:51 +02:00
eaed5b6117 update command to use flatpak-spawn 2022-07-17 19:36:51 +02:00
1ec3c7803e add additional metadata 2022-07-17 18:25:55 +02:00
d6f9703cb8 rename application name in .desktop file 2022-07-17 14:14:40 +02:00
3134a0e627 give proper permissions to allow access to flatpak-spawn 2022-07-17 14:14:40 +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
a8eddcb25a rename executable to toolbx-tuner 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
Hannes Kuchelmeister
94c38ee221 Fix readme link to toolbx 2022-04-18 17:20:00 +02:00
Hannes Kuchelmeister
b95416572a Create README.md 2022-04-18 13:55:40 +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
d46261792d change version to 0.0.0 as it is the UI mockup version 2022-04-03 11:48:51 +02:00
Hannes Kuchelmeister
1c668544c8 Create LICENSE.md 2022-04-03 11:48:51 +02:00
c82ccb3c4e add docker-compose to build appimage 2022-04-03 11:31:58 +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