File ristretto.changes of Package ristretto
-------------------------------------------------------------------
Mon Mar 31 10:03:05 UTC 2025 - Flann van der Eik <fl4nn@posteo.de>
- Recommend webp-pixbuf-loader for WebP support
-------------------------------------------------------------------
Fri Mar 28 10:34:45 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.13.4
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.
* flatpak: Updates from flathub and use meson when possible
* meson-build: Remove check for xdt-csource
* autotools-build: Be sure gdbus-codegen files are regenerated
* build: Replace xdt-csource with glib-compile-resources
* build: Automate copyright year management
* Replace deprecated exo with libxfce4ui 4.21.0
* Completely hide pointer when fullscreen-timeout is set to 0
* viewer: Reset adjustments when switching file
* Revert "viewer: Reset viewer geometry data when setting file"
* Store adjustment values and restore them when switching file
* viewer: Reset viewer geometry data when setting file
* flatpak: Updates from Flathub and git
* icon-bar: Silence -Wmaybe-uninitialized warning
* Add meson build
* icons: Remove old app icon
* viewer: Don't set adjustement values if unchanged
* Add support for showing containing folder
* Translation Updates
- Add BuildRequires: pkgconfig(exo-2)
-------------------------------------------------------------------
Mon Dec 30 08:15:48 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.13.3
* Added missing Keywords entry to .desktop file
* thumbnailer: Properly limit request size
* Avoid stack use-after-scope
* settings: Add accels before loading accels.scm
* scan-build: Add false positive file
* gcc-analyzer: Fix -Wanalyzer-deref-before-check
* build: Use AM_DISTCHECK_CONFIGURE_FLAGS
* Apply .clang-format file
* clang-format: Use IncludeBlocks::Regroup
* clang-format: Break after assignment operator
* clang-format: Break remaining parameters in function definition
* viewer: Warn when max size is reached
* viewer: Limit image size to what cairo can support
* viewer: Fix limited-quality load size
* clang-format: Insert a newline at end of file if missing
* Apply .clang-format file
* clang-format: Add file
* Remove unnecessary or unwanted translations
* Remove unused project file
* Add a toggle to enable/disable smoothing
* prefs-dialog: Wrap labels using GtkLabel API
* image-list: Use standard::fast-content-type instead of content-type
* Manage thumbs of thumbs correctly
* configure.ac: Explicitly depend on gio-2.0
* Makefile.am: Drop references of GTHREAD_CFLAGS
* configure.ac: Explicitly depend on gio-unix-2.0
* Add image/webp as supported mime type in .desktop file
* file: Add missing sanity checks
* Do not define G_DISABLE_CHECKS in release mode
* Fix use of gdk_cursor_new*()
* Fix memory leak
* Translation Updates
- Refresh ristretto-add-mime-types.patch
-------------------------------------------------------------------
Mon Feb 5 14:04:55 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.13.2
* Update copyright year
* Fix duplicate mnemonic in File menu
* image_viewer: Add missing sanity check
* Fix criticals about unset GIO attributes
* viewer: Fix possible crash when closing while an image is loading
* Ensure that file manager proxy creation is non-blocking
* Add icons at missing sizes, clean up SVG metadata
* Translation Updates
-------------------------------------------------------------------
Sat May 13 18:55:08 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.13.1
* I18n: Update po/LINGUAS list
* Force g_file_query_info if magic_file returns
"application/octet-stream"
* build: Use m4_defined min versions and cleanup
* Replace XDT_CHECK_LIBX11 and guard x11 code paths
* build: Use XDT_VERSION_INIT and get rid of configure.ac.in
* build: Switch from intltool to gettext
* viewer: Paint background icon at window scale
* Translation Updates
-------------------------------------------------------------------
Thu Feb 9 18:17:02 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.13.0
* New Features:
- Add print support (#1)
* Bug Fixes:
- editor-chooser: Expand tree view vertically
- properties-dialog: Update thumbnail on "ready" signal
- Fix remaining blurry icons when UI scale > 1
- thumbnailer: Properly support window scaling (#81)
- Revert "thumbnailer: Increase thumbnail sizes"
* Translation Updates
-------------------------------------------------------------------
Thu Dec 22 16:58:34 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 0.12.4
* Bump requirements for Xfce 4.18
* Appearance Changes:
- thumbnailer: Increase thumbnail sizes (#81)
* Code Refactoring:
- build: Let xdt-depends.m4 macros set GLib macros
- flatpak: Update D-Bus permissions after changing file manager method
- flatpak: Updates from Flathub
- Remove duplicated RsttoMainWindow:device-scale property
* Bug Fixes:
- use-thunar-properties: Add & improve comments (!37)
- thumbnailer: Add a warning if D-Bus proxy creation failed
- Allow Xfconf initialization to fail (#19)
- thumbnailer: Add missing sanity checks
- Use a better-known bus name and object path for D-Bus proxy (#95, !36)
- Properly update iterator when browsing a list containing invalid files (#94)
- thumbnailer: Remove invalid files after processing thumbnail queue (#94)
* Translation Updates
-------------------------------------------------------------------
Sun Jul 10 17:19:40 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.12.3
* thumbnailer: Fall back on lower qualities in case of
unsupported flavor (gxo#apps/ristretto#81)
* Secure error handling when opening multiple files
* Use `G_FILE_MONITOR_WATCH_MOVES` for file monitoring
* Do not keep sticky state when current file is removed
* Fix management of transaction source id
* Correctly handle deletion when there is only one image
(gxo#apps/ristretto#89)
* Update iter list on insertion and deletion
(gxo#apps/ristretto#88)
* build: Fix intltool lock file problem during make distcheck
* Display error message on stderr
* i18n: Use `xfce_textdomain()` to initialize translations
* Ensure that an error is set if no pixbuf is available
* Fix some memory leaks
* flatpak: Some updates from Flathub
* Remove old icon files
* Remove TODO file
* Flatpak: Add libopenraw dependency
* Translation Updates
-------------------------------------------------------------------
Mon Jan 17 17:07:17 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.12.2
* Add support for shared thumbnail repositories
(gxo#apps/ristretto#82)
* Add thumbnail flavor support (gxo#apps/ristretto#81)
* Use TreeModel IFace to walk the image list
* Add index and list link to RsttoImageListIter
* Switch to GQueue in RsttoImageList
* Cleanup and simplifications around thumbnail size
* Redistribute thumbnail sizes uniformly
* Disable debug checks in release mode
* Remove unused APIs in RsttoImageList
* Fix and complete file change monitoring
* Thumbnailer: Rework queue management
* Thumbnailer: Properly set the number of visible items
* Take the device scale into account to limit rendering quality
* Avoid multi-threading issue with X11 (gxo#apps/ristretto#76)
* Translation Updates
-------------------------------------------------------------------
Sun Nov 28 19:47:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.12.1:
* GLib >= 2.44.0
* Optimize sorting by content type
* Load images asynchronously (gxo#apps/ristretto#16,
gxo#apps/ristretto#29, gxo#apps/ristretto#32, gxo#apps/ristretto!34)
* Increase image loading buffer size (gxo#apps/ristretto!34)
* Allow to display all files in the open dialog
(gxo#apps/ristretto!33)
* Rework the file opening procedure (gxo#apps/ristretto!33)
* Fix a memory leak when closing the window directly
* Refactoring: Clarify thumbnailer queue management
* Thumbnailer: Do not empty an unprocessed file list
* Update window title on image deletion or insertion
* Perform content*based filtering wherever necessary
* Set device scale for animated images
* Properly recognize SVG compressed image files
* Use the generic pixbuf loader for RAW image files
* Fix pointer behavior in fullscreen mode
* Icon bar: Properly highlight item under the cursor
* Icon bar: Center on the active item for any size change
* Fix regression: Exif orientation is not respected
(gxo#apps/ristretto#69)
* Do not try to load images whose pixbuf is not available
(gxo#apps/ristretto!34)
* Fix memory management of image loading objects
(gxo#apps/ristretto!34)
* Use URIs instead of filenames in the `.desktop` file
(gxo#apps/ristretto#49)
* Directory loading: Allow to load a directory via the cli
* Flatpak: Access remote locations with GVfs
* Directory loading: Fix improper use of GFileEnumerator APIs
(gxo#apps/ristretto#68)
* Translation Updates:
-------------------------------------------------------------------
Mon Oct 11 09:21:33 UTC 2021 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.12.0
* Allow to choose the default scale (gxo#apps/ristretto!29)
* Keep the scale in memory for each loaded image
(gxo#apps/ristretto#7, gxo#apps/ristretto#17, gxo#apps/ristretto!28)
* Toggle fullscreen mode by double clicking on the image
* Optimize directory loading (gxo#apps/ristretto#20,
gxo#apps/ristretto#22, gxo#apps/ristretto#32, gxo#apps/ristretto#37,
gxo#apps/ristretto!31)
* Optimize image viewer redraw: Disable overlay scrolling
(gxo#apps/ristretto#64)
* Optimize image viewer redraw: Reuse source surface
(gxo#apps/ristretto#64, gxo#apps/ristretto!26)
* Avoid using Cairo Xlib backend to create surfaces
(gxo#apps/ristretto#60, gxo#apps/ristretto#61, gxo#apps/ristretto#62,
gxo#apps/ristretto!25)
* Optimize image viewer redraw: Animation (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Background color (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Clock (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Selection box (gxo#apps/ristretto#64)
* Don't redraw the main window when it loses focus
(gxo#apps/ristretto#64)
* Remove the shadow of the toolbar buttons (gxo#apps/ristretto#51,
gxo#apps/ristretto#64)
* Hide thumbnail scrollbar when unused (gxo#apps/ristretto!24)
* Use the same background for the image and the thumbnails
(gxo#apps/ristretto#36, gxo#apps/ristretto!23)
* Drop preferences-desktop-default-applications icon
* Flatpak build (gxo#apps/ristretto!32)
* Refactoring: Use only one file filter for the app
* Refactoring: Icon bar adjustments
* Cleanup: `icon_bar.c`
* Cleanup: Pass orientation directly from file to viewer
* Code refactoring: Image viewer adjustments, scale and drawing
(gxo#apps/ristretto!27)
* Use integers for the image rendering rectangle
* Code cleanup: Build sanitation, obsolete code removal, spacing,
normalization (gxo#apps/ristretto!22)
* Transfer contents from dispose() to finalize()
* Add debugging macros
* Protect asynchronous jobs from an application exit
* Fix position of the active item in the icon bar when vertical
(gxo#apps/ristretto#34)
* Take into account the device scale (gxo#apps/ristretto#47,
gxo#apps/ristretto!30)
* Properly load images via drag and drop (gxo#apps/ristretto#67)
* Delay GdkPixbufLoader "closed" signal handler
* Use the same scale factor to zoom via action and scrolling
* Fix a lack of centering when zooming via the menu action
* Fix some memory leak (several commits of this kind)
* Fix file creation monitoring
* Try to display the image on `GDK_PIXBUF_ERROR_CORRUPT_IMAGE`
(gxo#apps/ristretto#39)
* Always set adjustment upper bounds greater than page sizes
(gxo#apps/ristretto#35)
* Scaling/zoom corrections (gxo#apps/ristretto#30, gxo#apps/ristretto!8)
* Fix animated GIF display
* Automate and sanitize memory management of sources
(gxo#apps/ristretto#65)
* Fix `rstto_icon_bar_rows_reordered()` (gxo#apps/ristretto#48)
* Chain up to parent in dispose() and finalize()
* Translation Updates
-------------------------------------------------------------------
Fri Jun 11 14:31:17 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 0.11.0
* Enable `HAVE_MAGIC_H`-delimited code
* Add option to copy image to clipboard (!20)
* Allow dragging window when CSD is used (#52)
* Remove GSourceFunc casts
* Added new stock icons with reverse DNS format
* Make sure that argument passed to strncmp is non-NULL (!1)
* privacy_dialog.c: Remove dead initialization (!2)
* image_list.c: Remove dead assignment (!2)
* Add basic GitLab pipeline
* Bug #16717: Move from exo-csource to xdt-csource
* Resolve couple "cast between incompatible function types" warnings
* Fix memory leaks in Privacy Dialog
* Resolve deprecation warnings
* Resolve some deprecation warnings
* Add inactivity timeout setting to Preferences
* Hide the cursor while inactive in fullscreen mode
* Fix 'Status bar appears upon leaving fullscreen'
* Do not show translation info on --help output
* Fix "window-state-event" handler
* Add support for old gtk2-style bg color settings
* Add missing LDFLAGS (fixes build on *bsd)
* In fullscreen mode, show toolbar when the mouse pointer
is moved to the top
-------------------------------------------------------------------
Mon Aug 31 10:07:05 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>
- Fix spec file
-------------------------------------------------------------------
Fri Aug 9 18:54:00 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.10.0
* Port to GTK3
* Fix file permissions for ristretto.png
* Resolve or suppress deprecation warnings
* Add icons to "Close", "Cancel", "Apply", "OK" buttons
* Resolve "GtkDialog mapped without a transient parent" for
set wallpaper dialog
* Fix the ristretto icon loading size (128, not 256)
* Fix sensitivity of flip menu
* Add more separators to the menus
* Make Preferences dialog prettier
* Make the privacy dialog prettier
* Support for setting background image for both gtk2 and gtk3 versions
of xfdesktop (bxo#14571)
* configure: print build configuration
* Translation updates
-------------------------------------------------------------------
Thu Jul 18 09:46:26 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.8.5
* Fix a few memory leaks
* Fix "Sort type unsupported" when sorting by file type
* Add support for Canon CR2 format (lp#1778695)
* Drop saturation and brightness support as no more supported by
xfdesktop
* Show info on focal length and ISO in statusbar (bxo#13993)
* Fix Glib-Critical errors "Source ID X was not found"
* Place appdata.xml to metainfo dir (bxo#15382)
* Fix Xfce wallpaper manager (for single monitor only) (bxo#14571)
* Fix corrupted (large) GIF images (bxo#15177)
* Update thumbnail bar on changing the sorting order (bxo#10246)
* Improve "Sorting" menu (bxo#15539)
* appdata.xml: Remove releases info and update URLs (bxo#15482)
* Translation updates
-------------------------------------------------------------------
Mon Apr 8 16:21:39 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
- Spec file update:
* switched source and docs URL to https
* changed docs URL according to upstream
-------------------------------------------------------------------
Mon Apr 8 06:57:54 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.8.4
* Add missing field initializers
* Instead of thumbnails, the same icons with a crossed red circle
(bxo#13419)
* Resolve g_type_class_add_private() deprecation
* Glib-Critical errors to stdout: Source ID X was not found when
attempting to remove it (bxo#15268)
* Fix memory leak (bxo#12034)
* Show file size in the status bar (bxo#14791)
* Fix opening of PPM files (bxo#14709)
* Translation updates:
- Spec file clean up: dropped obsolete macros
-------------------------------------------------------------------
Thu Jun 28 16:36:20 UTC 2018 - seife+obs@b1-systems.com
- update to version 0.8.3
- Fix GLib-GObject-CRITICAL in directory monitoring code
- Fix loading image from an URL
- Fix freeing memory used for storing bg colors (bxo#13335)
- Fix opening image files that are symlinks (bxo#13576)
- Fix BMP files failing to load with libmagic (bxo#13489)
- Port to GDBus
- Translation updates
-------------------------------------------------------------------
Tue Mar 13 13:26:06 UTC 2018 - dimstar@opensuse.org
- Drop bogus pkgconfig(pkg-config) BuildRequires.
- Conditionalize the post/postun scriptlet: the relevant macros
there are now handled by file triggers.
- Use SPDX-3.0 license identifier.
-------------------------------------------------------------------
Wed Jul 19 12:27:52 UTC 2017 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Wed Apr 19 21:16:20 UTC 2017 - seife+obs@b1-systems.com
- update to version 0.8.2
- Implement sorting by file type (bxo#12749)
- Detect image type by its mime type instead of file extension
(libmagic is used) (bxo#11680, bxo#12499)
- Allow images to be flipped vertically and horizontally
(bxo#13313)
- Fix memory leaks
- Translation updates
-------------------------------------------------------------------
Sun Dec 25 17:14:38 UTC 2016 - seife+obs@b1-systems.com
- update to version 0.8.1
- Prepare for gtk3 migration
- various crash and memory fixes
- Added option to "not ask again for this session" when sending
files to the trash. Image deletions still require confirmation.
- ESC-key now quits Ristretto, or pauses a running slideshow
- Remember last location in save-copy dialog
- Use default filename in save-copy dialog
- Disable save-copy dialog if no image is loaded
- remove obsolete ristretto-fix-icon-installation.patch
- do not package ChangeLog file -- NEWS is good enough
-------------------------------------------------------------------
Sat Feb 28 22:33:52 UTC 2015 - gber@opensuse.org
- update to version 0.8.0
- use collate keys to handle filename sorting (bxo#9731)
- add AppData file (bxo#11296)
- fix invert zoom direction (bxo#10746)
- update xfconf settings for Xfdesktop >= 4.11
- check for thumbnails in the new location
- don't check item->width twice (Bug 10534)
- add version check because g_thread_init is deprecated
- support shift+scroll to pan across an image
- fixed an overflow when comparing filenames with large
Numbers in them. (bxo#9485)
- show filename before apptitle
- fix bxo#8837 (Use thumbnail as appicon)
- update the first image in the image-list when receiving
a ready-signal.
- translation updates
-------------------------------------------------------------------
Mon Aug 6 12:04:21 UTC 2012 - gber@opensuse.org
- update to version 0.6.3
- use thumbnail as appicon
- update the first image in the image-list when receiving a
ready-signal which is required to show the thumbnail once it's
generated
-------------------------------------------------------------------
Mon Jul 30 15:57:30 UTC 2012 - gber@opensuse.org
- update to version 0.6.2
- fix a crash when configuring the 'limit-quality' property
- translation updates
-------------------------------------------------------------------
Sun Apr 29 09:16:51 UTC 2012 - gber@opensuse.org
- update to version 0.6.0
- online documentation on http://docs.xfce.org/
- the option to limit the maximum image-quality to the screen
dimensions (to improve memory-usage and performance) - this
was the default behaviour for 0.3, now ristretto renders at
full quality with this option disabled
- only one toolbar, instead of two
- a quick-launch button on the toolbar to execute an editor
- the option to pick a default-editor per mime-type
- an optional clock that shows up when ristretto is fullscreen
- ristretto now shows a 'Loading..' message in the statusbar, to
indicate when it is busy
- progressive loading of directories, prevent lockup of the UI
- added ristretto-fix-icon-installation.patch which fixes a typo
causing the 128x128 icon to be installed into 48x48
-------------------------------------------------------------------
Sat Apr 28 06:51:00 UTC 2012 - gber@opensuse.org
- update to version 0.3.7
- reset adjustment-limits on closing the image (hide scrollbars)
- remove call to gtk_message_dialog_get_message_area (> gtk 2.20)
- improve rendering performance when closing a file
-------------------------------------------------------------------
Sun Apr 1 10:01:49 UTC 2012 - gber@opensuse.org
- update to version 0.3.6
- clear tooltip if image is closed
- provide mime-type when loading image, gdkpixbufloader makes
mistakes guessing it
- keep a list of file-monitors for each file when a selection of
files is opened
- make a difference between delete from disk and send to trash
-------------------------------------------------------------------
Sat Mar 31 09:51:02 UTC 2012 - gber@opensuse.org
- specfile cleanup
-------------------------------------------------------------------
Thu Mar 22 19:45:03 UTC 2012 - gber@opensuse.org
- updated build dependencies
- split off -lang subpackage
-------------------------------------------------------------------
Sat Mar 3 13:09:08 UTC 2012 - gber@opensuse.org
- update to version 0.3.5
- do not use symbols from gtk+ > 2.20
- report image-loading errors back to the user
- fix ristretto.desktop mime-types list is incomplete)
- rebased ristretto-0.0.91-add-more-mime-types.patch as
ristretto-add-mime-types.patch
- drop obsolete ristretto-0.3.4-fix-gtk-requirements.patch
-------------------------------------------------------------------
Sun Jan 29 10:39:43 UTC 2012 - gber@opensuse.org
- added ristretto-0.3.4-fix-gtk-requirements.patch to only depend
on GTK+ >= 2.20 (patch from upstream git)
-------------------------------------------------------------------
Sat Jan 28 09:37:09 UTC 2012 - gber@opensuse.org
- update to version 0.3.4
- do not use symbols from gtk+ > 2.20
- autogenerate Changelog on make dist
- update scale information when box-zoom is used
- fix --fullscreen and --slideshow CLI options
-------------------------------------------------------------------
Sat Jan 14 17:47:26 UTC 2012 - gber@opensuse.org
- update to version 0.3.2
- apply saturation and brightness settings in the set-wallpaper
preview widget
- disable the sensitivity of the 'back' and 'forward' buttons
when showing the first or last image in a list
- improve preview of the set-wallpaper dialog
- save the sorting algoritm
- allow a directory to be passed in as a command-line argument
- add back documentation
- removed obsolete ristretto-0.3.0-docs.tar.bz2 and
ristretto-use-offline-documentation.patch
-------------------------------------------------------------------
Wed Jan 11 09:03:13 UTC 2012 - gber@opensuse.org
- ristretto 0.3.1 requires GTK+ >= 2.24
-------------------------------------------------------------------
Tue Jan 10 18:01:33 UTC 2012 - gber@opensuse.org
- update to version 0.3.1
- do not open the copy of an image when saving
- apply saturation and brightness settings in the set-wallpaper
preview widget
- add 'has-next' and 'has-previous' functions to disable the
sensitivity of the 'back' and 'forward' buttons when showing
the first or last image in a list
- improve preview of the set-wallpaper dialog
- make sure file-types unsupported by gdkpixbufloader are not
accidently included in the image-list
- save the sorting algoritm
- limit rendering of selection-box to the inside of the image
- allow a directory to be passed in as a command-line argument
- bugfixes
- translation updates
- added ristretto-0.3.0-docs.tar.bz2 and
ristretto-use-offline-documentation.patch which add back the
documentation
- removed obsolete
ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch
-------------------------------------------------------------------
Sun Nov 13 19:17:47 UTC 2011 - gber@opensuse.org
- update to version 0.3.0
- re-introduce autorotation based on the exif-orientation tag, a
regression since 0.0.93
- prevent segmentation fault when an error occurs while loading
an image
- port image-viewer to cairo
- read the bgcolor properties on startup
- let the file properties-dialog show file-properties.
- add --settings cli-option to launch the settings-dialog.
- add help->contents menuitem, launching documentation
- add a user-manual
- solve problem with size-calculation in size_prepared callback
- set default height to 440px, Show all buttons on a vertically
aligned navigationbar
- show thumbnailbar by default
- show toolbar when closing images in fullscreen-mode
- improve background-color of monitor-chooser
- make 'hide thumbnailbar fullscreen' the default
- cleanup some memory-leaks
- fix rounding error that generates continues rewrites of the
main window
- decrease buffersize when loading images, solves a problem with
the JPEG pixbufloader
- rotate thumbnails
- added ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch in
order to fix non-void function with no return statement
(backported from upstream git)
-------------------------------------------------------------------
Sun Nov 6 23:01:39 UTC 2011 - gber@opensuse.org
- update to version 0.2.3
- fix bug #8097 (Scrolling to the right of a horizontal
positioned thumbnailbar will make the images disappear)
- decrease buffersize, prevents some pixbufloaders to behave
oddly
-------------------------------------------------------------------
Sat Oct 29 15:22:11 UTC 2011 - gber@opensuse.org
- update to version 0.2.2
- fixes a bug with the scaling of images that causes the image to
stretch horizontally under certain occasions
-------------------------------------------------------------------
Mon Oct 24 07:46:07 UTC 2011 - gber@opensuse.org
- update to version 0.2.2
- Version 0.1.1 and 0.2.0 had a bug that could cause ristretto to
crash under certain conditions when the image is rotated a few
times (bnc#723614)
-------------------------------------------------------------------
Fri Oct 21 09:35:40 UTC 2011 - gber@opensuse.org
- install HTML documentation under /usr/share/xfce4/ristretto/html
-------------------------------------------------------------------
Mon Oct 17 16:50:05 UTC 2011 - gber@opensuse.org
- update to version 0.2.0
- improve open-file and close-file behaviour
- hide thumbnailbar when no images are opened
- add option to merge the 2 toolbars into one
- make open-entire-folder the default and remove the option from
the preferences dialog
- show the toolbar when going to fullscreen-mode without any
open images
- reduce timeout before toolbar is hidden from 3000 to 500ms
- bugfixes
-------------------------------------------------------------------
Fri Oct 7 18:00:17 UTC 2011 - gber@opensuse.org
- update to version 0.1.1
- included all previous patches
- removed ristretto-0.1.0-fix-missing-retvals.patch and
ristretto-0.1.0-fix-underlinking.patch
-------------------------------------------------------------------
Thu Oct 6 20:23:22 UTC 2011 - gber@opensuse.org
- update to version 0.1.0
- add 'Clear private data' dialog, for clearing the recently-used
list
- improve the 'Set Wallpaper' dialog for setting the wallpaper on
xfdesktop
- add an option to 'inverse' the zoom-direction when scrolling
- set the maximum render-quality to the screen-size, this
improves the render-speed and reduces the memory-usage of
ristretto
- limit the maximum-scale to 400% or the window-size (whichever
comes last)
- limit the minimum-scale to an image-size of 32x32 pixels
- improve the subpixbuf size calculation to reduce the anoying
black-borders when zooming in dramatically
- add tooltip to the delete button
- add files opened from the cli to the recently-used list
- move the image-iterator to the next image instead of the
previous image when closing
- open the first image from a folder when opening a folder from
the recently-used-items list
- re-implement the file-properties dialog, open thunar's
properties dialog when thunar is available, add a 'fallback'
dialog for when thunar is not available
- added ristretto-0.1.0-fix-missing-retvals.patch which fixes
missing return statements and a typo
- added ristretto-0.1.0-fix-underlinking.patch in order to
explicitly link against libm and libX11
- dropped obsolete ristretto-0.0.91-honor-docdir.patch,
ristretto-0.0.93-fix-missing-include.patch
-------------------------------------------------------------------
Tue Mar 8 21:11:14 UTC 2011 - gber@opensuse.org
- update to version 0.0.93:
- removed dependency on libxfcegui4
- restore size of thumbnail-bar
- save and restore image zoom-state when navigating
- implement 'Ready' signal-handler for thumbnailer-spec
- correctly cleaned up the references to xfconf
- added patch tags
- added ristretto-0.0.93-fix-missing-include.patch in order to adds
a missing include (bxo#7391)
-------------------------------------------------------------------
Thu Feb 17 22:43:50 UTC 2011 - gber@opensuse.org
- call %desktop_database_post/un
- call %icon_theme_cache_post/un
-------------------------------------------------------------------
Sat Dec 25 16:38:58 UTC 2010 - gber@opensuse.org
- added ristretto-0.0.91-add-more-mime-types.patch in order to
claim support for all image types supported by GDK
- do not install package documentation under /usr/share/doc
- added ristretto-0.0.91-honor-docdir.patch in order to make
proper use use of ./configure --docdir
- remove unsupported locales
- improved summary/descriptions
-------------------------------------------------------------------
Thu Dec 2 13:46:51 UTC 2010 - prusnak@opensuse.org
- updated to 0.0.91
- Remove dependency on thunar
- Port to GIO instead of thunarvfs
- Add option to select maximum render quality (can improve performance at the
cost of image-quality)
- Store the settings in xfconf
- Add option to completely disable the image-cache
- Use dbus-thumbnailing spec to generate thumbnails
- Add buttons to delete the image from disk
- Restyle the toolbars to make room for more usefull options
- Save position and size of thumbnail-bar
-------------------------------------------------------------------
Tue May 19 15:27:23 CEST 2009 - prusnak@suse.cz
- updated to 0.0.22
* Fix memleak (I should've unref-ed the animation-iter)
* Improve cache size calculation
-------------------------------------------------------------------
Fri Feb 27 15:34:43 CET 2009 - prusnak@suse.cz
- updated to 0.0.21
* Fix segfault when exif-data is missing (Bug #4599)
* Fix detection of xfdesktop
* Remove xfconf compile-time dependency, make it a runtime one on
xfconf-query
* Fix segfault caused by invalid marshallers.
* Improved history behaviour (push 'old' images to the top when
they are visited again)
* Improved preloading
* Fixed segfault caused by a reference-count bug.
-------------------------------------------------------------------
Tue Nov 11 15:24:32 CET 2008 - prusnak@suse.cz
- fix segfault when no EXIF data present (exif.patch)
-------------------------------------------------------------------
Wed Jun 18 15:59:43 CEST 2008 - prusnak@suse.cz
- updated to 0.0.20
* Add limits so that images are not scrolled outside the thumbnail-bar
boundaries (Fix bug introduced with 0.0.19)
* Add 'Close All' menu item.
* Add command-line option for opening in full-screen mode (Bug #4077)
* Add command-line option for opening in slideshow mode (Bug #4077)
* Add option to show/hide thumbnails during slideshow. (Bug #4076)
* Do not include Generic Name to the Name field, this makes some menu
implementations look broken (Bug #4085)
-------------------------------------------------------------------
Wed Jun 18 15:54:38 CEST 2008 - prusnak@suse.cz
- updated to 0.0.19
* Add option to change the wallpaper with xfdesktop >= 4.5
* Detect if xfdesktop is running
* Scroll through images when using the scroll-button, rather then
changing the active one.
* Open the desired image BEFORE loading the rest of the folder, this
reduces the time it takes to display the initial image.
-------------------------------------------------------------------
Thu Mar 27 11:22:24 CET 2008 - prusnak@suse.cz
- update to 0.0.18
* Improved zoom-box
* Added rudimentary drag-n-drop support for opening images
* Removed duplicate code for opening files and folders, moved this
to the navigator (Bug #3866)
* Open files and folders when the main-loop is running, this way the
window is already usable before the images are being opened.
* Add configuration option to toggle the folowing feature:
- Prevent images to be scaled beyond 100% when maximizing the window
- Resize images to fit to the window when restoring the window from
maximize state.
* Prevent GUI freezes when opening a folder with a lot of files in
them.
* Fix segfaults when closing ristretto while it is opening a folder.
* Restore of auto-center when clicking on a thumbnail.
* The Statusbar displays some feedback when opening files.
-------------------------------------------------------------------
Sun Feb 17 13:01:37 CET 2008 - bwalle@suse.de
- update to 0.0.17
o Fix segfault when scrolling over the picture-viewer
o Fix event-window issues overlaying the 1:1 and fit zoom-
buttons, now the zoom-buttons keep working when the thumbnails
scroll behind the toolbar
* Improve behaviour of thumbnails.
* Fix desktop-file syntax
-------------------------------------------------------------------
Tue Jan 29 11:26:21 CET 2008 - prusnak@suse.cz
- update to 0.0.16
* Add zoom-mode support (remember zoom-mode across images)
* New thumbnail-bar
* Add drag support
* New thumbnail objects (better themeable)
* Add tooltip support (atm with gtk+-2.12 only)
* Improve the caching behaviour
* Add configuration option for image-cache size
* Improve the creation of file-monitor handles, only create one
file-monitor when opening a directory. This works around limitations
of fam and gamin, and it allows the detection of new images inside
this folder.
-------------------------------------------------------------------
Sun Dec 9 22:51:39 CET 2007 - bwalle@suse.de
- update to 0.0.15
o Fix store and load functions for background-color, functions
used
o Fix opening of relative paths.
o Redraw the picture-viewer after setting a new background-color
o Improve box-zoom
-------------------------------------------------------------------
Sat Dec 1 18:16:06 CET 2007 - bwalle@suse.de
- update to 0.0.14
o Add keyboard-shortcuts for rotating
o Fix modification of bg-color using preferences dialog
o Fix thumbnail-scaling when thumbnail is first generated
o Refresh when new images are added and within visible range of
the thumbnail-viewer
o Improve behaviour when opening images from cli.
-------------------------------------------------------------------
Tue Nov 27 19:24:24 CET 2007 - bwalle@suse.de
- update to 0.0.13
o Fix segfault when running ristretto with unknown cli-options.
o Add rudimentary box-zoom (use ctrl-click to make use it).
o Use gtk-style background-color by default.
o Allow modification of background-color.
o Add Rotate sub-menu and buttons.
o Add Zooming sub-menu and buttons.
o Override picture-viewer bg-color when switching to fullscreen
mode.
-------------------------------------------------------------------
Sat Nov 17 15:34:28 CET 2007 - bwalle@suse.de
- update to 0.0.12
o Fix High CPU-usage
o Improve performance when new images are added to the navigator
o Emit iter_changed signal when navigator is cleared.
o Leave fullscreen mode by using 'Escape' key
o Fix toolbar always visible after leaving fullscreen mode
o Fix titlebar string
o Fix open file from CLI
-------------------------------------------------------------------
Wed Nov 7 10:21:13 CET 2007 - prusnak@suse.cz
- updated to 0.0.11
* Improve performance when zooming with mouse-wheel
* Improve performance when dragging the image around
* Add some comments
* Improve preferences dialog
-------------------------------------------------------------------
Tue Nov 6 10:42:55 CET 2007 - prusnak@suse.cz
- updated to 0.0.10
* Move image loading to navigator (to aid preloading and cache)
* Add Preferences dialog
* Add file-properties dialog (uses d-bus and thunar for now)
* Add preloading
* add thunar-vfs-monitor support (images are now reloaded when they are modified)
* Fix rendering bug
-------------------------------------------------------------------
Tue Oct 16 08:49:11 CEST 2007 - bwalle@suse.de
- updated to 0.0.9
o Fix EXIF orientation (was broken with previous release)
o Add right mouse click menu
o Add drag move when zoomed (still experimental)
-------------------------------------------------------------------
Sun Oct 14 20:44:39 CEST 2007 - bwalle@suse.de
- updated to 0.0.8
o Add support for animated images (like .gif and .mng)
o Improve load-times
o Improve responsiveness when loading images
o Fix memory leak when opening files / folders
-------------------------------------------------------------------
Tue Oct 2 11:07:47 CEST 2007 - prusnak@suse.cz
- updated to 0.0.7
* fix segfault in navigation.c
* fix broken if statements in main_window.c
-------------------------------------------------------------------
Sun Sep 30 14:01:46 CEST 2007 - bwalle@suse.de
- updated to 0.0.6
o Add EXIF support for detecting the image-orientation
o Improve the paint behaviour, do not paint the same pixel twice
o When switching files, fix the timeout and darken the original
image until the timeout is exceeded.
-------------------------------------------------------------------
Fri Sep 14 09:57:09 CEST 2007 - prusnak@suse.cz
- updated to 0.0.5
- removed desktop.patch
-------------------------------------------------------------------
Sat Sep 8 16:36:31 CEST 2007 - bwalle@suse.de
- updated to 0.0.4
-------------------------------------------------------------------
Mon Sep 3 11:36:18 CEST 2007 - bwalle@suse.de
- updated to 0.0.3
-------------------------------------------------------------------
Tue Aug 28 16:11:41 CEST 2007 - prusnak@suse.cz
- created package (initial version 0.0.1)