SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ristretto-lang-0.12.2-bp154.1.58.noarch.rpm :

* Mon Jan 17 2022 Marcel Kuehlhorn - 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 2021 Dirk Müller - 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 2021 Marcel Kuehlhorn - 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 2021 Paolo Stivanin - 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 2020 Maurizio Galli - Fix spec file
* Fri Aug 09 2019 Marcel Kuehlhorn - 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 2019 Marcel Kuehlhorn - 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 08 2019 Maurizio Galli - Spec file update:
* switched source and docs URL to https
* changed docs URL according to upstream
* Mon Apr 08 2019 Maurizio Galli - 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 2018 seife+obsAATTb1-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 2018 dimstarAATTopensuse.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 2017 jengelhAATTinai.de- Update descriptions.
* Wed Apr 19 2017 seife+obsAATTb1-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 2016 seife+obsAATTb1-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 2015 gberAATTopensuse.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
 
ICM