Commit Graph

51 Commits

Author SHA1 Message Date
13hannes11 b64e9e766c build appimage in compose 2022-02-22 14:26:01 +01:00
13hannes11 76239b289c change command to build with icons (windows version) 2022-02-22 10:41:24 +01:00
13hannes11 b763bd6b43 add libs to gitignore 2022-02-22 10:40:41 +01:00
Hannes Kuchelmeister 3fe9894eb6 Update rust.yml 2022-02-21 16:50:39 +01:00
Hannes Kuchelmeister 206976f865 add docker compose to build linux version 2022-02-21 16:50:39 +01:00
Hannes Kuchelmeister 14dc7a6e10 remove branch restriction for running 2022-02-21 16:50:39 +01:00
Hannes Kuchelmeister 0a01ee4522 Create rust.yml 2022-02-21 16:50:39 +01:00
13hannes11 fe8ee5b5cb add checkbox to skip marked 2022-02-18 10:22:58 +01:00
13hannes11 ee3f8fa6f4 save previous file on open 2022-02-17 11:38:35 +01:00
13hannes11 c9cbafb560 saving to light tmp file to speed up annotation 2022-02-17 11:32:53 +01:00
13hannes11 c049f3c50b add timing options and move open to seperate function 2022-02-16 17:31:32 +01:00
13hannes11 06c34950a7 use message passing instead of Arc to avoid panics 2022-02-16 17:23:22 +01:00
Hannes Kuchelmeister 31e09f48eb add docker build instructions to readme 2022-02-11 12:14:13 +01:00
13hannes11 598e3da0e9 add docker-compose for building linux version 2022-02-11 11:23:03 +01:00
13hannes11 a9f7dac898 add docker-compose file for building windows executable (EXECUTABLE NOT TESTED) 2022-02-11 11:23:03 +01:00
Hannes Kuchelmeister bd35bdd192 Update build instructions 2022-02-10 17:03:07 +01:00
Hannes Kuchelmeister ef2265286a make clear that paths are relative 2022-02-09 21:28:07 +01:00
13hannes11 2c26155044 change image paths are handled relative from the data file 2022-02-09 17:03:56 +01:00
Hannes Kuchelmeister 94a41b5455 Fix installation and add compilation instructions to README 2022-02-09 13:39:57 +01:00
13hannes11 f31f63b4b0 rename window title 2022-02-07 11:40:31 +01:00
Hannes Kuchelmeister abe05d2661 Add screenshot to readme file 2022-02-07 10:59:50 +01:00
Hannes Kuchelmeister 420884edf5 Create LICENSE.md 2022-02-07 10:45:56 +01:00
Hannes Kuchelmeister 0896ad1a0a Fix neighbours in readme 2022-02-07 10:41:53 +01:00
13hannes11 1ea765d0a3 add readme file to repository 2022-02-07 10:40:03 +01:00
13hannes11 df6a619b2d added saving after marking 2022-02-07 10:22:19 +01:00
13hannes11 2938cedfdb moving UI into seperate module 2022-02-04 15:40:24 +01:00
13hannes11 841bcd67aa format file containing state module 2022-02-04 13:30:44 +01:00
13hannes11 4f9794442a refactor program and ui to be in separate structs 2022-02-04 12:05:30 +01:00
13hannes11 ccdd562766 refactor split off application state file 2022-02-03 13:29:10 +01:00
13hannes11 a62b40f822 change to use refcell for storing state 2022-02-03 13:09:16 +01:00
13hannes11 23e852b285 fix file choser only open and closable once 2022-02-03 09:31:47 +01:00
13hannes11 ab06e2907f split program setup logic into seperate functions 2022-02-02 13:40:39 +01:00
13hannes11 499000852b change placeholder image 2022-02-02 09:53:31 +01:00
13hannes11 995851413d add serialization, TODO: proper loading and saving 2022-02-01 16:54:18 +01:00
13hannes11 f08b5ba90c fix marking not disappearing for nonannotated images 2022-01-26 14:49:50 +01:00
13hannes11 ee1e25bba4 add back button 2022-01-26 14:49:25 +01:00
13hannes11 8413392de1 add file chooser button 2022-01-26 11:27:12 +01:00
13hannes11 e513c63af5 implement skip and mark actions and buttons 2022-01-26 10:56:44 +01:00
13hannes11 eaffa5ecba import arc properly and replace qualified names 2022-01-25 16:10:45 +01:00
13hannes11 ae0d598056 add fully functional z-stack scrolling 2022-01-25 16:02:16 +01:00
13hannes11 3ced071617 remove default images from ImageUI 2022-01-25 14:32:01 +01:00
13hannes11 de86d381e5 implement datastructures to make handling of imges easier 2022-01-25 14:30:44 +01:00
13hannes11 03b42d4b0e add code for keyboard shortcuts 2022-01-25 12:26:28 +01:00
13hannes11 3c46731d00 change grid implementation to arrays 2022-01-24 16:20:15 +01:00
13hannes11 cd36dc44d5 implement toogle button to show and hide neighbours 2022-01-24 14:16:50 +01:00
13hannes11 c6252375a9 add image grid code 2022-01-24 13:05:08 +01:00
13hannes11 decd0ad74e rename widgets and add comments to make code structure more easy to understand 2022-01-24 11:56:28 +01:00
13hannes11 89e3deaa35 add separator to slider 2022-01-24 11:47:13 +01:00
13hannes11 2b26e8a709 add bottom toolbar 2022-01-24 11:06:38 +01:00
13hannes11 732236b19d add basic UI of scrolling through focus layers 2022-01-24 09:09:59 +01:00