Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

subtitleeditor-0.56.2-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: subtitleeditor Distribution: openSUSE Tumbleweed
Version: 0.56.2 Vendor: openSUSE
Release: 1.1 Build date: Thu Feb 19 13:57:49 2026
Group: Productivity/Multimedia/Video/Editors and Convertors Build host: reproducible
Size: 5635181 Source RPM: subtitleeditor-0.56.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/kitone/subtitleeditor
Summary: A GTK+3 tool to edit subtitles
Subtitle Editor is a GTK+3 tool to edit subtitles.
It can be used for new subtitles or as a tool to transform, edit, correct
and refine existing subtitle. This program also shows sound waves, which
makes it easier to synchronise subtitles to voices.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Thu Feb 19 2026 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.56.2
    * Make compilation work with newer (actually all) libxml++ and
      bump C++ mininimum version to 17.
* Thu Jan 29 2026 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.56.1
    Bug fix:
    * Clipboard: Fix compilation failure
    version 0.56.0:
    New Features:
    * Add Append action to add subtitles from another files with
      their timecodes as-is.
    * Add keyframe command line switch and automatically open
      keyframes (and open keyframes automatically when they share
      filename with other files)
    * Implement BorderStyle=4 for ASS subtitles (libass only) to
      show rectangular box even for two- and more-line subtitles.
    * Add AutoWrap action that wraps subtitles into lines that are
      shorter than Maximum Characters per Line
    User Interface Improvements:
    * Make mpv show window when playing audio files
    * Sort keyboard shortcuts alphabetically and show dynamic ones
      first
    * Add modern format like MP4 to autoopen
    * Simplify Move plugin: use current position as new time,
      provide better feedback on nonsensical user input and by
      default move all subsequent subtitles when only one subtitle
      is selected
    * Changing playback speed now does not distort sound (pitch)
    * Join Subtitles now by default offsets the new subtitles by
      the length of the video, but the offset can also be set by
      the user
    * When creating a new file from clipboard or when importing
      from plaintext, add an extension
    * Use em-dash instead of a hyphen in user facing strings
    * Force ratio option is now better explained
    * For empty files, set format based on extension (so opening
      empty file.srt no longer throws an error)
    * Use radio buttons to indicate which view is active and also
      make changes to a view apply immediately.
    * GUI: Make lines longer than max char per line bold and red
    * GUI: make it impossible to select uneditable columns (like
      subtitle number)
    * Fix labels and tooltip displayed at the bottom of the window
      when hovering over menu items: now all should have a tooltip,
      and often with more precise wording
    * Import and export are now in File menu, not its submenu
      (they were only items in the submenu previously)
    * Add shortcuts, icons and change order of Clipboard actions
    Bug fixes:
    * Clipboard actions in the menus are now properly faded when
      not applicable
    * Respect layers when reading an ASS file
    * Style editor no longer shows default style twice
    * Make styles editable for new files
    * Remove leading zeroes for margins when reading ASS files (so
      now margin is 0 and not 0000)
    * Handle Unicode BOM properly
    * Fix crash on mouse move and click in empty waveform renderer
      with unsaved non-empty file
    * Stop emitting GTK warnings when using the clipboard plugin
    * Fix typoes
    Development & Modernization:
    * Change default clang formatting and save all files with it,
      hopefulyl making the style more uniform
    * Moved from gstreamermm to gstreamer C API, which should make
      playback a lot more reliable and improbe Wayland support
      (thanks Kitone!)
    * Improve .gitignore
    * Add info on how to make a release to README
    * Remove some obsolete content
    * Fix compilation warnings for ASS subtitles plugin
    * Make Style editor work when running local build
    * Make ti possible to compile with libxml++3.0
    * Sort all accessible bugs from GNA! and either fix them or
      open new issues on GitHub
* Sun Sep 21 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 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 09 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 2018 aloisio@gmx.com
  - Fixed build wrt enchant and compiler
* Fri Jul 14 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 2017 jengelh@inai.de
  - Fix duplicate shipping of COPYING.
  - RPM group fix.
  - Remove redundant wording from description.
* Mon Jun 12 2017 aloisio@gmx.com
  - Added subtitleeditor-build-gstmm-1.8.0.patch
  - Split lang devel and shared library into separate packages
* Tue Aug 02 2016 xrigou@otenet.gr
  - Updated to version 0.53.0.

Files

/usr/bin/subtitleeditor
/usr/lib64/subtitleeditor
/usr/lib64/subtitleeditor/plugins
/usr/lib64/subtitleeditor/plugins/actions
/usr/lib64/subtitleeditor/plugins/actions/libabout.so
/usr/lib64/subtitleeditor/plugins/actions/libadjusttime.so
/usr/lib64/subtitleeditor/plugins/actions/libapplytranslation.so
/usr/lib64/subtitleeditor/plugins/actions/libautowrap.so
/usr/lib64/subtitleeditor/plugins/actions/libbestfit.so
/usr/lib64/subtitleeditor/plugins/actions/libchangeframerate.so
/usr/lib64/subtitleeditor/plugins/actions/libclipboard.so
/usr/lib64/subtitleeditor/plugins/actions/libcombinesubtitles.so
/usr/lib64/subtitleeditor/plugins/actions/libcommand.so
/usr/lib64/subtitleeditor/plugins/actions/libconfigurekeyboardshortcuts.so
/usr/lib64/subtitleeditor/plugins/actions/libdialoguize.so
/usr/lib64/subtitleeditor/plugins/actions/libdocumentmanagement.so
/usr/lib64/subtitleeditor/plugins/actions/libdocumentsnavigation.so
/usr/lib64/subtitleeditor/plugins/actions/libduplicatesubtitle.so
/usr/lib64/subtitleeditor/plugins/actions/libeditcell.so
/usr/lib64/subtitleeditor/plugins/actions/liberrorchecking.so
/usr/lib64/subtitleeditor/plugins/actions/libextendlength.so
/usr/lib64/subtitleeditor/plugins/actions/libexternalvideoplayer.so
/usr/lib64/subtitleeditor/plugins/actions/libfindandreplace.so
/usr/lib64/subtitleeditor/plugins/actions/libfindbytime.so
/usr/lib64/subtitleeditor/plugins/actions/libinsertsubtitle.so
/usr/lib64/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so
/usr/lib64/subtitleeditor/plugins/actions/libitalicize.so
/usr/lib64/subtitleeditor/plugins/actions/libjoindocument.so
/usr/lib64/subtitleeditor/plugins/actions/libkeyframesmanagement.so
/usr/lib64/subtitleeditor/plugins/actions/libminimizeduration.so
/usr/lib64/subtitleeditor/plugins/actions/libmoveafterprecedingsubtitle.so
/usr/lib64/subtitleeditor/plugins/actions/libmovesubtitles.so
/usr/lib64/subtitleeditor/plugins/actions/libplaintext.so
/usr/lib64/subtitleeditor/plugins/actions/libpreferences.so
/usr/lib64/subtitleeditor/plugins/actions/libremovesubtitle.so
/usr/lib64/subtitleeditor/plugins/actions/libreversetextandtranslation.so
/usr/lib64/subtitleeditor/plugins/actions/libscalesubtitles.so
/usr/lib64/subtitleeditor/plugins/actions/libselection.so
/usr/lib64/subtitleeditor/plugins/actions/libslidetimings.so
/usr/lib64/subtitleeditor/plugins/actions/libslidewords.so
/usr/lib64/subtitleeditor/plugins/actions/libsortsubtitles.so
/usr/lib64/subtitleeditor/plugins/actions/libspellchecking.so
/usr/lib64/subtitleeditor/plugins/actions/libsplitdocument.so
/usr/lib64/subtitleeditor/plugins/actions/libsplitsubtitle.so
/usr/lib64/subtitleeditor/plugins/actions/libstacksubtitles.so
/usr/lib64/subtitleeditor/plugins/actions/libstyleeditor.so
/usr/lib64/subtitleeditor/plugins/actions/libstylize.so
/usr/lib64/subtitleeditor/plugins/actions/libtemplate.so
/usr/lib64/subtitleeditor/plugins/actions/libtextcorrection.so
/usr/lib64/subtitleeditor/plugins/actions/libtimemodemanagement.so
/usr/lib64/subtitleeditor/plugins/actions/libtimingfromplayer.so
/usr/lib64/subtitleeditor/plugins/actions/libtypewriter.so
/usr/lib64/subtitleeditor/plugins/actions/libvideoplayermanagement.so
/usr/lib64/subtitleeditor/plugins/actions/libviewmanager.so
/usr/lib64/subtitleeditor/plugins/actions/libwaveformmanagement.so
/usr/lib64/subtitleeditor/plugins/subtitleformats
/usr/lib64/subtitleeditor/plugins/subtitleformats/libadobeencoredvdntsc.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libadobeencoredvdpal.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libadvancedsubstationalpha.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libavidds.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libbitc.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libdcsubtitle.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libmicrodvd.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libmpl2.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libmpsub.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libplaintextformat.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsami.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsbv.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsprucestl.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsubrip.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsubstationalpha.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsubtitleeditorproject.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libsubviewer2.so
/usr/lib64/subtitleeditor/plugins/subtitleformats/libtimedtextauthoringformat1.so
/usr/share/applications/org.kitone.subtitleeditor.desktop
/usr/share/doc/packages/subtitleeditor
/usr/share/doc/packages/subtitleeditor/ChangeLog
/usr/share/doc/packages/subtitleeditor/README
/usr/share/icons/hicolor/1024x1024/apps/subtitleeditor.png
/usr/share/icons/hicolor/128x128/apps/subtitleeditor.png
/usr/share/icons/hicolor/16x16/apps/subtitleeditor.png
/usr/share/icons/hicolor/22x22/apps/subtitleeditor.png
/usr/share/icons/hicolor/24x24/apps/subtitleeditor.png
/usr/share/icons/hicolor/256x256/apps/subtitleeditor.png
/usr/share/icons/hicolor/32x32/apps/subtitleeditor.png
/usr/share/icons/hicolor/512x512/apps/subtitleeditor.png
/usr/share/icons/hicolor/64x64/apps/subtitleeditor.png
/usr/share/icons/hicolor/scalable/apps/subtitleeditor.svg
/usr/share/licenses/subtitleeditor
/usr/share/licenses/subtitleeditor/COPYING
/usr/share/man/man1/subtitleeditor.1.gz
/usr/share/metainfo/org.kitone.subtitleeditor.appdata.xml
/usr/share/subtitleeditor
/usr/share/subtitleeditor/menubar.xml
/usr/share/subtitleeditor/plugins-description
/usr/share/subtitleeditor/plugins-description/actions
/usr/share/subtitleeditor/plugins-description/actions/about.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/adjusttime.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/applytranslation.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/autowrap.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/bestfit.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/changeframerate.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/clipboard.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/combinesubtitles.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/command.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/configurekeyboardshortcuts.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/dialoguize.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/documentmanagement.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/documentsnavigation.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/duplicatesubtitle.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/editcell.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/errorchecking.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/extendlength.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/externalvideoplayer.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/findandreplace.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/findbytime.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/insertsubtitle.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/insertsubtitlefromkeyframe.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/italicize.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/joindocument.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/keyframesmanagement.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/minimizeduration.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/moveafterprecedingsubtitle.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/movesubtitles.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/plaintext.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/preferences.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/removesubtitle.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/reversetextandtranslation.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/scalesubtitles.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/selection.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/slidetimings.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/slidewords.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/sortsubtitles.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/spellchecking.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/splitdocument.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/splitsubtitle.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/stacksubtitles.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/styleeditor.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/stylize.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/template.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/textcorrection.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/timemodemanagement.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/timingfromplayer.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/typewriter.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/videoplayermanagement.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/viewmanager.se-plugin
/usr/share/subtitleeditor/plugins-description/actions/waveformmanagement.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats
/usr/share/subtitleeditor/plugins-description/subtitleformats/adobeencoredvdntsc.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/adobeencoredvdpal.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/advancedsubstationalpha.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/avidds.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/bitc.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/dcsubtitle.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/microdvd.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/mpl2.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/mpsub.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/plaintextformat.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/sami.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/sbv.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/sprucestl.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/subrip.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/substationalpha.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/subtitleeditorproject.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/subviewer2.se-plugin
/usr/share/subtitleeditor/plugins-description/subtitleformats/timedtextauthoringformat1.se-plugin
/usr/share/subtitleeditor/plugins-share
/usr/share/subtitleeditor/plugins-share/advancedsubstationalpha
/usr/share/subtitleeditor/plugins-share/advancedsubstationalpha/dialog-advancedsubstationalpha-preferences.ui
/usr/share/subtitleeditor/plugins-share/changeframerate
/usr/share/subtitleeditor/plugins-share/changeframerate/dialog-change-framerate.ui
/usr/share/subtitleeditor/plugins-share/configurekeyboardshortcuts
/usr/share/subtitleeditor/plugins-share/configurekeyboardshortcuts/dialog-configure-keyboard-shortcuts.ui
/usr/share/subtitleeditor/plugins-share/dialoguize
/usr/share/subtitleeditor/plugins-share/dialoguize/dialog-dialoguize-preferences.ui
/usr/share/subtitleeditor/plugins-share/errorchecking
/usr/share/subtitleeditor/plugins-share/errorchecking/dialog-error-checking-preferences.ui
/usr/share/subtitleeditor/plugins-share/errorchecking/dialog-error-checking.ui
/usr/share/subtitleeditor/plugins-share/externalvideoplayer
/usr/share/subtitleeditor/plugins-share/externalvideoplayer/dialog-external-video-player-preferences.ui
/usr/share/subtitleeditor/plugins-share/findandreplace
/usr/share/subtitleeditor/plugins-share/findandreplace/dialog-find-and-replace.ui
/usr/share/subtitleeditor/plugins-share/joindocument
/usr/share/subtitleeditor/plugins-share/joindocument/dialog-join-offset.ui
/usr/share/subtitleeditor/plugins-share/movesubtitles
/usr/share/subtitleeditor/plugins-share/movesubtitles/dialog-move-subtitles.ui
/usr/share/subtitleeditor/plugins-share/preferences
/usr/share/subtitleeditor/plugins-share/preferences/dialog-preferences.ui
/usr/share/subtitleeditor/plugins-share/scalesubtitles
/usr/share/subtitleeditor/plugins-share/scalesubtitles/dialog-scale-subtitles.ui
/usr/share/subtitleeditor/plugins-share/spellchecking
/usr/share/subtitleeditor/plugins-share/spellchecking/dialog-spell-checking.ui
/usr/share/subtitleeditor/plugins-share/splitdocument
/usr/share/subtitleeditor/plugins-share/splitdocument/dialog-split-document.ui
/usr/share/subtitleeditor/plugins-share/styleeditor
/usr/share/subtitleeditor/plugins-share/styleeditor/dialog-style-editor.ui
/usr/share/subtitleeditor/plugins-share/substationalpha
/usr/share/subtitleeditor/plugins-share/substationalpha/dialog-substationalpha-preferences.ui
/usr/share/subtitleeditor/plugins-share/template
/usr/share/subtitleeditor/plugins-share/template/dialog-template-save-as.ui
/usr/share/subtitleeditor/plugins-share/textcorrection
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn-en-US.common-error.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn-en.capitalization.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn-en.common-error.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn-en.hearing-impaired.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn-fi.common-error.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn-fr.common-error.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn.capitalization.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn.common-error.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Latn.hearing-impaired.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/Zyyy.common-error.se-pattern
/usr/share/subtitleeditor/plugins-share/textcorrection/assistant-text-correction.ui
/usr/share/subtitleeditor/plugins-share/timingfromplayer
/usr/share/subtitleeditor/plugins-share/timingfromplayer/dialog-timing-from-player-preferences.ui
/usr/share/subtitleeditor/plugins-share/viewmanager
/usr/share/subtitleeditor/plugins-share/viewmanager/dialog-view-manager.ui
/usr/share/subtitleeditor/ui
/usr/share/subtitleeditor/ui/dialog-character-codings.ui
/usr/share/subtitleeditor/ui/dialog-export-text.ui
/usr/share/subtitleeditor/ui/dialog-import-text.ui
/usr/share/subtitleeditor/ui/dialog-open-document.ui
/usr/share/subtitleeditor/ui/dialog-save-document.ui
/usr/share/subtitleeditor/ui/dialog-script-properties.ui
/usr/share/subtitleeditor/ui/subtitleeditor.ui


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:32:08 2026