JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
135 stars 34 forks source link

GtkReactive -> GtkObservables #263

Closed timholy closed 2 years ago

timholy commented 2 years ago

Reactive is not maintained and therefore neither is GtkReactive. This ports the package to work with GtkObservables.

Other benefits:

Consequently this is a fairly significant upgrade in user experience.

codecov[bot] commented 2 years ago

Codecov Report

Merging #263 (057663c) into master (23c3808) will increase coverage by 15.40%. The diff coverage is 93.02%.

:exclamation: Current head 057663c differs from pull request most recent head be0c964. Consider uploading reports for the commit be0c964 to get more accurate results

@@             Coverage Diff             @@
##           master     #263       +/-   ##
===========================================
+ Coverage   66.94%   82.35%   +15.40%     
===========================================
  Files           7        6        -1     
  Lines         944      765      -179     
===========================================
- Hits          632      630        -2     
+ Misses        312      135      -177     
Impacted Files Coverage Δ
src/slicing.jl 88.37% <88.88%> (+2.48%) :arrow_up:
src/ImageView.jl 88.18% <92.68%> (-1.01%) :arrow_down:
src/contrast_gui.jl 78.76% <92.85%> (-1.77%) :arrow_down:
src/annotations.jl 75.23% <100.00%> (+1.40%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 23c3808...be0c964. Read the comment docs.