Commit Graph

34 Commits

Author SHA1 Message Date
fe8ee5b5cb add checkbox to skip marked 2022-02-18 10:22:58 +01:00
ee3f8fa6f4 save previous file on open 2022-02-17 11:38:35 +01:00
c9cbafb560 saving to light tmp file to speed up annotation 2022-02-17 11:32:53 +01:00
c049f3c50b add timing options and move open to seperate function 2022-02-16 17:31:32 +01:00
06c34950a7 use message passing instead of Arc to avoid panics 2022-02-16 17:23:22 +01:00
2c26155044 change image paths are handled relative from the data file 2022-02-09 17:03:56 +01:00
f31f63b4b0 rename window title 2022-02-07 11:40:31 +01:00
df6a619b2d added saving after marking 2022-02-07 10:22:19 +01:00
2938cedfdb moving UI into seperate module 2022-02-04 15:40:24 +01:00
841bcd67aa format file containing state module 2022-02-04 13:30:44 +01:00
4f9794442a refactor program and ui to be in separate structs 2022-02-04 12:05:30 +01:00
ccdd562766 refactor split off application state file 2022-02-03 13:29:10 +01:00
a62b40f822 change to use refcell for storing state 2022-02-03 13:09:16 +01:00
23e852b285 fix file choser only open and closable once 2022-02-03 09:31:47 +01:00
ab06e2907f split program setup logic into seperate functions 2022-02-02 13:40:39 +01:00
499000852b change placeholder image 2022-02-02 09:53:31 +01:00
995851413d add serialization, TODO: proper loading and saving 2022-02-01 16:54:18 +01:00
f08b5ba90c fix marking not disappearing for nonannotated images 2022-01-26 14:49:50 +01:00
ee1e25bba4 add back button 2022-01-26 14:49:25 +01:00
8413392de1 add file chooser button 2022-01-26 11:27:12 +01:00
e513c63af5 implement skip and mark actions and buttons 2022-01-26 10:56:44 +01:00
eaffa5ecba import arc properly and replace qualified names 2022-01-25 16:10:45 +01:00
ae0d598056 add fully functional z-stack scrolling 2022-01-25 16:02:16 +01:00
3ced071617 remove default images from ImageUI 2022-01-25 14:32:01 +01:00
de86d381e5 implement datastructures to make handling of imges easier 2022-01-25 14:30:44 +01:00
03b42d4b0e add code for keyboard shortcuts 2022-01-25 12:26:28 +01:00
3c46731d00 change grid implementation to arrays 2022-01-24 16:20:15 +01:00
cd36dc44d5 implement toogle button to show and hide neighbours 2022-01-24 14:16:50 +01:00
c6252375a9 add image grid code 2022-01-24 13:05:08 +01:00
decd0ad74e rename widgets and add comments to make code structure more easy to understand 2022-01-24 11:56:28 +01:00
89e3deaa35 add separator to slider 2022-01-24 11:47:13 +01:00
2b26e8a709 add bottom toolbar 2022-01-24 11:06:38 +01:00
732236b19d add basic UI of scrolling through focus layers 2022-01-24 09:09:59 +01:00
f5986336ad Create libadwaita example 2021-12-19 20:19:59 +01:00