Revisions of entangle

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 958301 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 16)
- fix-new-meson.patch: fix build with new meson (forwarded request 958300 from msmeissn)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 830024 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 15)
- fixed filelists after update to make it build.

- update to 3.0:
 * Ensure picture directory is an absolute path
 * Add ability to flip image during preview
 * Fix warnings about string length
 * Convert appdata file to metainfo and add missing info
 * Another attempt to fix build deps on enum headers
 * Display remaining shot count & ETA in repeat shooter
   plugin
 * Remove use of deprecated GObject macros
 * Remove use of deprecated GLib APIs
 * Ensure glib min version checks at build time
 * Convert to use GObject macros for declaring boilerplate
 * Bulk reformat code using clang-format rules
 * Force a default filename pattern if setting is invalid
 * Validate filename pattern when updating preferences
 * Rename desktop file and icon file to match application ID
 * Add ability to render text mesages over image
 * Add a countdown timer for photobox plugin capture
 * Disable context menu in image browser when photobox plugin
   is active
 * Run live view when counting down to capturein photobox
   plugin
 * Fix crash releasing popup windows
 * Add context menu option for opening popup image window
 * Drop drag support for opening popup image window
 * Display greeting when opening popup image window
 * Display greeting when entering photobox plugin
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 676684 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 14)
- update to version 2.0
  * Require gobject introspection >= 1.54
  * Require GTK3 >= 3.22
  * Fix dependency on libraw
  * Fix variable name in photobox plugin
  * Document some missing keyboard shortcuts
  * Fix upper bound in histogram to display clipped pixel
  * Refresh translations
  * Option to highlight over exposed pixels in red
  * Disable noisy compiler warning
  * Remove use of deprecated application menu concept
  * Fix image redraw when changing some settings
  * Update mailing list address in appdaat
  * Add more fields to appdata content
  * Fix reference counting during window close
  * Use correct API for destroying top level windows
  * Fix unmounting of cameras with newer gvfs URI naming scheme
  * Avoid out of bounds read of property values
  * Fix many memory leaks
  * Workaround for combo boxes not displaying on Wayland
  * Fix race condition in building enums
  * Fix setting of gschema directory during startup
  * Set env to ensure plugins can find introspection typelib
- entangle-desktop.patch: dropped, included desktop file is ok
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 347925 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 12)
update (forwarded request 347924 from posophe)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 11)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232662 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 10)
- Release 0.6.0 - "Down" - 2014-05-02
 * Add a demonstration plugin for setting up a captive photo box display mode
 * Switch to use Python3 for plugin engine instead of JavaScript
 * Use GTK dark theme
 * Require GNOME symbolic icon theme to be installed
 * Switch to require lcms2 instead of lcms
 * Move application icon into a standard directory mandated to work with the appdata tools
 * Make manual focus work with Canon EOS cameras
 * Disable flickering progress bar in preview mode with Canon EOS cameras
 * Remove use of deprecated GTK methods/classes/constants
 * Remove use of gexiv2 method which is not long exported
 * Remove use of deprecated libpeas methods
 * Add GTK-DOC transfer annotations / docs to all methods
 * Avoid loosing camera capabilities on disconnect
 * Fix off by one in histogram tables causing memory corruption
 * Mark appdata / desktop files for translation
 * Fix typos in README file
 * Fix inverted tests when checking if range widget changed
 * Avoid storm of expose events due to auto-drawer widget
 * Avoid never ending circular update of controls causing errors in some camera modes
 * Add workaround for crazy D5100 camera serial number
 * Add customizable highlight/background for images
 * Avoid reference leak of windows preventing proper cleanup
 * Remove camera manual/about/driver help windows since it did not contain any info useful to users
 * Filter list of cameras in connect dialog to only those which support capture/preview
 * Don't auto connect to cameras which don't support capture or preview
 * Ensure parent window is set on dialogs to prevent them falling behind main window
 * Fix crash with latest GTK due to incorrect overriding of GtkApplication startup method
 * Update to cope with changed GExiv API version
 * Refreshed translations from transifex
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 211393 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 9)
- Release 0.5.4 - "Up" - 2013-12-15
 * Ensure thumbnail directory exists when saving thumbnails
 * Fix memory leak generating thumbnails from raw images
 * Add an appdata XML file for GNOME software center
 * Create a dedicated camera actions menu
 * Fix include of gexiv2 header files
 * Fix image selection for onion skinning in preview mode
 * Display selected image when cancelling preview
 * Fix empty tooltips on capture/preview buttons
 * Fix scaling for preview image in onion skinning mode
 * Increase emphasis of top image in onion skinning mode
 * Improve granularity of manual focus and add extra
   '<' and '>' key accelerators for coarse focus
 * Fix leak of image exiting preview mode
 * Make progress toolbar button permanently visible
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 8)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 196868 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 7)
- Release 0.5.3 - "Photon" - 2013-08-28
  * Move file name of image thumbnails to tooltip popup
  * Add --disable-schemas-compile configure arg to
    disable schema compilation
  * Remove "Encoding" key from desktop file
  * Fix massive memory leak in pixbuf loading
  * Fix thread safety in camera control updates which caused
    hangs in GTK
  * Fix updating of control readonly state when camera modes
    change
  
- Release 0.5.2 - "Graviton" - 2013-08-17
  * Split histogram into RGB colour channels
  * Fix aperture / shutter speed calculations in status bar
  * Only import files with known image extensions
  * Use case insensitive file extension check to detect raw files
  * Set saner defaults for processing raw files to fix Canon
    raw display
  * Set preferences before loading session to fix settings
    for initial image load
  * Apply orientation from EXIF images if image file has none
  * Remove left over debug prints
  * Add support for linear histogram display mode
  * Support 'h' key to toggle linear/log histogram mode
  * Ensure all events are emitted in main thread
  * Remove use of deprecated GDK thread APIs
  * Use GtkGrid instead of deprecated GtkTable
  * Ensure status bar is constant size when scaling image
  * Preserve scrollbar offsets when switching images
  * Make metadata extraction more robust wrt missing fields
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155466 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 6)
- entangle-libgphoto25.patch: libgphoto2 2.5 port. (forwarded request 155464 from msmeissn)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 5)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 137376 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 3)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 123175 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 2)
- Updated to 0.3.3
 * Fix deadlock when starting app with glib >= 2.32
 * Remove use of deprecated API calls  
 * Remove use of deprecated GTK widgets
 * Fix debugging with glib >= 2.32
 * Fix creation of session browser widget to avoid warnings
 * Refresh translations
 * Fix check for glib-compile-schemas binary

- buildrequire glib2-tools
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 107334 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 1)
new package, camera remote control application with photobooth style qualities
Displaying all 16 revisions
openSUSE Build Service is sponsored by