Commit Graph

84 Commits

Author SHA1 Message Date
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
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
81be4b5d24 change to use factory to create action rows 2022-03-29 16:24:09 +02:00
70727f9375 add first UI mockup of main screen 2022-03-20 22:12:24 +01:00