File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ flatpak uninstall vipsdisp
203203
204204- niftiio is annoying to build, skip it.
205205
206+ - x265 is annoying to build, skip it
207+
206208- we skip imagemagick as well, too huge
207209
208210## Packaging for flathub
@@ -232,22 +234,6 @@ then check the build status here:
232234
233235## TODO
234236
235- - load progress bar often left up after "replace image"
236-
237- - add HEIC (hvec) to flatpak build?
238-
239- - save-as can set nickname and description twice?
240-
241- - save-as to xxx.heic, set compression to hvec
242-
243- - press save, get "unsupported codec"
244-
245- - press save again, get
246-
247- (vipsdisp:2): VIPS-WARNING ** : 11:37:48.922: ../libvips/iofuncs/object.c:1234 : VipsForeignSaveHeifFile can only assign 'nickname' once
248-
249- (vipsdisp:2): VIPS-WARNING ** : 11:37:48.922: ../libvips/iofuncs/object.c:1234 : VipsForeignSaveHeifFile can only assign 'description' once
250-
251237- gtk 4.10 added GSK_SCALING_FILTER_NEAREST and GskTextureScale ... use this
252238 for the main window
253239
Original file line number Diff line number Diff line change @@ -1528,10 +1528,6 @@ image_window_open( ImageWindow *win, GFile *file )
15281528{
15291529 TileSource * tile_source ;
15301530
1531- // show the progress bar ... if we don't, it can take so many events
1532- // to show that we never see it
1533- gtk_action_bar_set_revealed ( GTK_ACTION_BAR ( win -> progress_bar ),
1534- TRUE );
15351531 if ( !(tile_source = tile_source_new_from_file ( file )) ) {
15361532 image_window_error ( win );
15371533 return ;
You can’t perform that action at this time.
0 commit comments