Commit Graph

67 Commits

Author SHA1 Message Date
Hannes Kuchelmeister ba2aa11e06 Comment out remove package in windows installer creation
This causes windows build errors and should not be necessary for the CI.
2023-02-09 10:37:32 +01:00
Hannes Kuchelmeister 803268b1b3 Fix windows build command 2023-02-09 09:54:33 +01:00
13hannes11 3a09e6f507 fix cargo appimage not building appimage 2022-10-08 17:02:05 +02:00
Hannes Kuchelmeister 1b861863d1 Add issue templates 2022-02-25 17:06:55 +01:00
Hannes Kuchelmeister ca4052eda2 bump application version also in setup 2022-02-25 10:24:39 +01:00
13hannes11 3de3949aa9 bump version as now a windows installer is provided as well v0.1.1 2022-02-24 17:40:45 +01:00
13hannes11 ba57ff2d82 build of setup .exe 2022-02-24 17:19:28 +01:00
Hannes Kuchelmeister 36db45d290 Update README.md 2022-02-22 17:05:25 +01:00
Hannes Kuchelmeister 70414c1d31 fix last commit files v0.1.0 2022-02-22 16:28:54 +01:00
Hannes Kuchelmeister 267be7d237 add publishing action 2022-02-22 16:27:24 +01:00
Hannes Kuchelmeister e2a010f58b split up jobs 2022-02-22 16:19:04 +01:00
Hannes Kuchelmeister e828de7d43 Remove "" from patterns for artifact 2022-02-22 15:56:29 +01:00
Hannes Kuchelmeister 22c2f64c03 testing ls and pwd after artifact 2022-02-22 15:50:56 +01:00
Hannes Kuchelmeister 2f4f4f685d try different pattern 2022-02-22 15:31:34 +01:00
Hannes Kuchelmeister d2b3cde37b add artifact upload 2022-02-22 14:40:55 +01:00
Hannes Kuchelmeister 9644524e00 ls building 2022-02-22 14:31:10 +01:00
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