File subtitleeditor.changes of Package subtitleeditor

-------------------------------------------------------------------
Sun Sep 21 14:12:17 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.55.0
  New Features:
  * Add option to sync subtitle selection with player position.
  * New "Find by Time" plugin to find subtitle at current video
    player position.
  * New "Select Clipboard Overlap" command to select subtitles
    that overlap timewise with clipboard.
  * New "Paste Over Time" command that overwrites subtitle
    timing from clipboard.
  * New "Paste Unchanged" command that pastes subtitles without
    changing their time codes.
  * New "Idealize Duration" and "Idealize Duration From End"
    commands.
  * New "Slide Words" plugin to slide words between lines and
    between subtitles.
  * New "Slide Timings" action plugin.
  * New "Select to End" command.
  * Add preference for Ideal Characters Per Second on the Timing
    page.
  * Add option to make jumping to subtitle by typing its number
    optional.
  * Grouped paste methods into new "Paste Special" submenu.
  User Interface Improvements:
  * Show both audio and video in Open video dialog by default.
  * Video player and waveform are visible by default to reduce
    user confusion.
  * Replace mplayer with mpv as default external video player
    with better defaults.
  * Move "Select Clipboard Overlap" to Selection menu.
  * Added flash messages to various commands for better user
    feedback.
  * Add higher size icons.
  * Improved "Set Subtitle Start from Player" to move whole
    selection of subtitles.
  Bug Fixes:
  * Don't save empty entries to recent files list.
  * Get text for replacement before replacing, not after find.
  * Make Dialoguize and split subtitle also apply to translation.
  * Make Find by Time and Select With Player include the
    endpoint.
  * Make find by time find the closest subtitle when player
    position is between subtitles.
  * Fixed bug in error checking where max chars per line checker
    would hang.
  * Fixed bug in slide words action where sliding last word
    would affect other lines.
  * Fixed slide timings plugin to prevent subtitles from being
    shifted out of bounds.
  * Fixed bestfit plugin to respect minimum subtitle duration.
  * Fixed infinity loop on generate_untitled_name
  * Fixed compilation with --disable-nls.
  * Fix #13: Compiling - enchant dependency not met when
    enchant-2 is installed
  * Fixed build with old version of enchant.
  * Fixed Wayland support in OpenGL video output.
  * Hide video overlay when player gets unmapped.
  * Don't allow shrinking the multimedia pane.
  * Fixed bug.
  Development & Modernization:
  * Target C++14
  * Modernize code: use nullptr instead of NULL, default member
    initialization
  * Use range-based for loops throughout codebase
  * Use auto keyword for better code clarity
  * Reformatted source files using clang-format
  * Added .clang-format file for consistent formatting
  * Reworked config API
  * Refactored se::documents API around DocumentSystem
  * Renamed se_debug* functions to se_dbg*
  * Single-parameter constructors marked explicit
  * Cleanup: removed obsolete files, improved comments and
    licensing
  Translation & Internationalization:
  * Add Basque translation.
  * Update translation files for missing strings.
  Build System & Packaging:
  * Update appstream metadata to current format.
  * Move appstream metadata to new location.
  * Use new format for application id.
  * Stop installing SVG app icon in pixmaps directory.
  * Fix metadata license in appdata.xml.
  * Make build reproducible.
  * Don't use absolute path for actionplugindevdir variable.

-------------------------------------------------------------------
Tue Sep 10 16:56:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

- Replace iso-codes-devel with pkgconfig(iso-codes) BuildRequires:
  that was overlooked in the last change.
- Use modern macros.

-------------------------------------------------------------------
Mon Sep  9 17:56:56 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

- Replace glibmm2-devel, gstreamer-devel, gstreamermm-devel and
  gtkmm3-devel with pkgconfig(glibmm-2.4),
  pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-base-1.0),
  pkgconfig(gstreamer-plugins-base-1.0), pkgconfig(gstreamermm-1.0)
  and pkgconfig(gtkmm-3.0): Align with what configure checks for.

-------------------------------------------------------------------
Sat Mar 24 06:43:43 UTC 2018 - aloisio@gmx.com

- Fixed build wrt enchant and compiler

-------------------------------------------------------------------
Fri Jul 14 13:36:56 UTC 2017 - aloisio@gmx.com

- Update to version 0.54.0
  * move from gna! to github
  * Replace std::auto_ptr with std::unique_ptr.
  * Merge pull request #4 from innir/remove-gna-links
  * Fix sr #3373: Compiling subtitleeditor-0.52.1 '--disable-nls'
    fails with '/usr/include/libintl.h' errors : (Peter Levine )
  * Fix some spelling errors. (Philip Rinn )
  * Fix: setup the default value of do-auto-timing-check in the
    timing group.
  * Fix constructor order
  * Fix constructor order and formatting
  * Fix bug #25243 : Fix some spelling errors. (Philip Rinn )
  * Fix bug #25184 : Fix build with gstreamermm-1.0 1.8.0.
    (Philip Rinn )
  * Fix bug #24949 : Remove deprecated gnome-common variable
    GNOME2_DIR.
  * Fix: Ask for maximize-window instead of window-maximized
    config key.
  * Fix appdata screenshoot
  * compile with Wformat-security
  * Change homepage links to github (Philip Rinn)
  * Change domain of email address to 'free dot fr' (Philip Rinn)
  * Build with the flags -Werror=reorder -Werror=float-conversion.

- Dropped subtitleeditor-build-gstmm-1.8.0.patch (merged upstream)

-------------------------------------------------------------------
Mon Jul 10 21:46:05 UTC 2017 - jengelh@inai.de

- Fix duplicate shipping of COPYING.
- RPM group fix.
- Remove redundant wording from description.

-------------------------------------------------------------------
Mon Jun 12 10:43:19 UTC 2017 - aloisio@gmx.com

- Added subtitleeditor-build-gstmm-1.8.0.patch
- Split lang devel and shared library into separate packages

-------------------------------------------------------------------
Tue Aug  2 07:51:25 UTC 2016 - xrigou@otenet.gr

- Updated to version 0.53.0.

-------------------------------------------------------------------
Wed Aug  5 11:37:41 UTC 2015 - xrigou@otenet.gr

- Updated to version 0.52.1.

-------------------------------------------------------------------
Sun May 10 23:06:52 UTC 2015 - xrigou@otenet.gr

- Updated to version 0.51.0.
- Spec clean-up.

-------------------------------------------------------------------
Thu Oct 24 23:43:40 UTC 2013 - xrigou@otenet.gr

- Updated to version 0.41.0.

-------------------------------------------------------------------
Thu Sep  6 22:55:00 UTC 2012 - xgpub@tellas.gr

- Updated to svn revision 818. 
- Fixes for openSUSE_12.2 build.

-------------------------------------------------------------------
Thu Mar 22 23:03:38 UTC 2012 - xgpub@tellas.gr

- Added subtitleeditor-subrip-11.4.patch to fix the subrip plugin
  in openSUSE_11.4 (bnc#752950), thanks to Bruno Limmer.

-------------------------------------------------------------------
Tue Feb 28 20:45:22 UTC 2012 - xgpub@tellas.gr

- Updated to version 0.40.0.

-------------------------------------------------------------------
Sat Nov 19 20:17:59 EET 2011 - xgpub@tellas.gr

- Added patch to fix gcc 4.6 compilation.
- Run autogen.sh before configure as per developer instructions.

-------------------------------------------------------------------
Sun Jun 26 13:00:25 EEST 2011 - xgpub@tellas.gr

- Updated to version 0.39.0.

-------------------------------------------------------------------
Tue Jan 11 03:00:00 EEST 2011 - xgpub@tellas.gr

- Updated to version 0.38.0.

-------------------------------------------------------------------
Tue Nov 30 18:52:00 EEST 2010 - xgpub@tellas.gr

- new package branched from home:ars3niy.
- Updated to version 0.37.1.
- Fixed gcc 4.5 compilation errors.
- Require shared libgstreamermm2.
- Fixed some rpmlint warnings.
openSUSE Build Service is sponsored by