d75c0ef826
Gaupol 0.28.2 ============= * Fix text view size in spell check dialog Gaupol 0.28.1 ============= * Have the spell-check dialog remember its size * Work around a destructive override in gst-python that broke Gaupol's built-in video player ([#748813][]) * Update Hungarian translation (Andrássy László) * Update French translation (RyDroid) * Update Brazilian Portuguese translation (Rafael Ferreira, Felipe Braga) * Update Czech translation (Pavel Fric) [#748813]: http://bugzilla.gnome.org/show_bug.cgi?id=748813 Gaupol 0.28 =========== * Add target in the position shift dialog to shift subtitles from selection to end ([#734198][]) * Center tab labels * Fix mouse use in the cell text editor to not cause losing focus and thus cancelling editing * Fix bookmarks not being cleared when a file with bookmarks is closed ([#740481][]) * Remove buggy `text-shadow` use from CSS ([#740527][]) * Use markdown for documentation files (`README` etc.) * Update Spanish translation (Carlos Mella) [#734198]: http://bugzilla.gnome.org/show_bug.cgi?id=734198 [#740481]: http://bugzilla.gnome.org/show_bug.cgi?id=740481 [#740527]: http://bugzilla.gnome.org/show_bug.cgi?id=740527 Gaupol 0.27 =========== * Hide tabs when only one tab is open * Expand tabs to fill window width, use 24 characters at minimum * Fix dialog paddings with GTK+ 3.14 * Fix text view line length display with GTK+ 3.14 * Pack video player toolbar and seekbar horizontally * Avoid column resizing upon opening file * Fix `IndexError: list index out of range` when undoing or redoing by holding Ctrl+(Shift)+Z pressed * Remove use of deprecated stock items, `Gtk.Alignment`, `gi.types.Boxed.__init__` and non-transient dialogs * Update Spanish translation (Carlos Mella) Gaupol 0.26 =========== * Update file selection dialogs to work better with GTK+ 3.12 * Default toolbar style to icons only (due to `gtk-toolbar-style` being deprecated since GTK+ 3.10) * Allow using the dark GTK+ theme variant (you need to edit `~/.config/gaupol/gaupol.conf` to enable this) * Fix errors and lack of updates in multiline text cells and their line length calculation and display (#728575) * Fix initially incorrect row heights after opening a file * Fix updating subtitle numbers when inserting or removing subtitles * Fix overlapping column header right-click menus * Fix saving enumeration values to configuration file * Use `Gtk.render_layout` instead of deprecated `Gtk.paint_layout` to render line length margin in text views * Remove header editing dialog * Remove non-functional speech recognition menu item (see <http://www.mail-archive.com/gaupol-list@gna.org/msg00069.html>) * Drop support for the MPsub format * Add GTK+ (3.2 or greater) to list of dependencies in the `README` file (GTK+ has always been a dependency, its explicit mention was just forgotten when migrating from PyGTK to PyGObject) * Update Brazilian Portuguese translation (Rafael Ferreira) * Update Czech translation (Pavel Fric) Gaupol 0.25 =========== * Depend on GtkSpell 3.0.0 or later instead of pygtkspellcheck for inline spell-check - http://gtkspell.sourceforge.net/ * Clarify GStreamer dependency as "at least the core, gst-plugins-base and gst-plugins-good; and for good container and codec support preferrably each of gst-plugins-bad, gst-plugins-ugly and gst-libav" (#710138) * Check that required GStreamer elements can be found and print error messages if not (#710138) * Filter open recent menu items by mimetype * Fix search dialog "Ignore case" option * Fix text correction assistant layout with GTK+ 3.10 * Fix newline handling on Windows (Python 3 does implicit conversions that were not accounted for) * Fix preview error dialog on Windows (#651675) * Fix video selection dialog on Windows (#654523) * Fix miscellaneous small Windows-specific issues * Rewrite Windows installer build scripts (thanks to TumaGonx Zakkum for pygi-aio binaries and Gian Mario Tagliaretti for a template cx\_Freeze setup script) * Update Spanish translation (Carlos Mella) Gaupol 0.24.3 ============= * Fix preferences dialog subtitle and time overlay connections Gaupol 0.24.2 ============= * Make AppData file translatable * Fix broken string formatting in the French translation that caused `KeyError`s handling encoding names (#709335) Gaupol 0.24.1 ============= * Possibly fix floating status label colors on non-Adwaita themes * Add an AppData XML file - http://people.freedesktop.org/~hughsient/appdata/ * Add French translation (RyDroid) * Update Czech translation (Pavel Fric) Gaupol 0.24 =========== * Add action to set the end time from video position (see also <https://wiki.gnome.org/Apps/Gaupol/CreatingSubtitles>) * Use a floating label for the statusbar * Show search dialog messages in a floating label in the search dialog * Use inline toolbars in the preferences dialog - https://wiki.gnome.org/Design/HIG/InlineToolbars * Apply GNOME Goal: Add keywords to application desktop files - https://wiki.gnome.org/GnomeGoals/DesktopFileKeywords * Hide translation text column by default and show only when a translation file is opened or the column is explicitly selected to be shown * Remove video toolbar (video file and framerate selectors) * Add a framerate selector to save dialogs (shown only when converting from a time-based file format to a frame-based or vice versa) * Change a couple keybindings * Move "Select Video" from the file menu to the tools menu (below "Preview") to clarify that it relates to the external preview * Add Galician translation (Leandro Regueiro) * Update Spanish translation (Carlos Mella) Gaupol 0.23 =========== * Add a built-in GStreamer-based video player * Add a not-required, but recommended dependency on PT fonts (PT Sans Caption and PT Mono) used by default for video player's subtitle and timecode overlays - http://www.paratype.com/public/ * Bump PyGObject dependency to version 3.6.0 or later * Fix `KeyError` tearing down extension on quit (#702518) * Update Spanish translation (Carlos Mella) Gaupol 0.22 =========== * Restore drop-down arrows on undo and redo toolbar buttons for those using PyGObject 3.7.90 or greater (#686608) * Restore almost proper keeping track of recent files for those using PyGObject 3.7.4 or greater (#678401, #695970) * Restore zebra-stripes, which were previously discarded by some GTK+ themes * Mostly fix cell rendering speed issues with GTK+ 3.6 and later * Add Czech translation (Pavel Fric) Gaupol 0.21.1 ============= * Fix error disconnecting text view's line length margin handler (`AttributeError: 'TextView' object has no attribute 'gaupol_ruler_handler_id'`) * Fix atomic file writing in weird cases where the subtitle file to be written and its backup in the same directory would be on different filesystems (Florian Léger, Osmo Salomaa) * Fix speed issues updating subtitle list selection (e.g. when doing a search-and-replace-all with a alot of matches) * Speed up action sensitivity updates Gaupol 0.21 =========== * Restore inline spell-check, replace the previous GtkSpell dependency with a dependency on pygtkspellcheck - http://koehlma.github.com/projects/pygtkspellcheck.html * Add partial support for fancy Unicode dashes, ellipses and quotation marks in text correction patterns and "Toggle dialogue dashes" action * Fix search dialog mnemonics * Apply GNOME Goal: Remove markup in translatable messages Gaupol 0.20.1 ============= * Fix crash on startup on newer versions of PyGObject and/or GTK+ resulting from setting tool item types (#686608) * Fix side pane header menu (#686312) * Disable "Join or Split Words" task in the text correction assistant if no spell-check dictionaries are available (#686340) * Use a stock GTK+ close icon for tab close buttons if "window-close-symbolic" is not found * Fix behaviour of spell-check dialog's "Replace with" entry Gaupol 0.20 =========== * Migrate to Python 3, GTK+ 3, GStreamer 1.0, PyGI and GNOME 3 * Bump Python dependency to 3.2 or greater * Replace PyGTK dependency with PyGObject 3.0.0 or greater * Bump optional GStreamer dependency to 1.0 or greater * Disable inline spell-checking while waiting for introspection support to be added to GtkSpell - https://bugzilla.redhat.com/show_bug.cgi?id=675504 * Disable speech recognition while waiting for pocketsphinx to be ported to GStreamer 1.0 - https://sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/5497616 * Rewrite line-breaking algorithm to use a Knuth-Plass-style flexible system of penalties and a versatile measure of goodness * Write subtitle files in a proper atomic manner (on Windows this is fully atomic only with Python 3.3 or later) * Ellipsize tab labels in the middle (#686099) * Remove `-c`/`--config-file` option (you're better off setting `XDG_*` environment variables if you're doing something weird) * Add 48x48 and 256x256 pixel PNG icons and remove SVG icon * Fix bug in saving a temporary file for preview (#685706) * Fix signatures of decorated functions in API documentation * Use filename extension `.extension` for extension metadata files (instead of previous `.gaupol-extension`) * Use filename extension `.bookmarks` for bookmark files written by the bookmarks extension (instead of previous `.gaupol-bookmarks`) * Release source tarballs only compressed as `tar.xz` (instead of the previous `tar.gz` and `tar.bz2`) * Update Brazilian Portuguese translation (Átila Camurça, Darlildo Lima) * Update Hungarian translation (Andrássy László) * Update Spanish translation (Carlos Mella)
581 lines
21 KiB
Text
581 lines
21 KiB
Text
@comment $NetBSD: PLIST,v 1.12 2016/02/06 16:30:02 wiz Exp $
|
|
bin/gaupol
|
|
${PYSITELIB}/${EGG_FILE}
|
|
${PYSITELIB}/aeidon/__init__.py
|
|
${PYSITELIB}/aeidon/__init__.pyc
|
|
${PYSITELIB}/aeidon/__init__.pyo
|
|
${PYSITELIB}/aeidon/agents/__init__.py
|
|
${PYSITELIB}/aeidon/agents/__init__.pyc
|
|
${PYSITELIB}/aeidon/agents/__init__.pyo
|
|
${PYSITELIB}/aeidon/agents/clipboard.py
|
|
${PYSITELIB}/aeidon/agents/clipboard.pyc
|
|
${PYSITELIB}/aeidon/agents/clipboard.pyo
|
|
${PYSITELIB}/aeidon/agents/edit.py
|
|
${PYSITELIB}/aeidon/agents/edit.pyc
|
|
${PYSITELIB}/aeidon/agents/edit.pyo
|
|
${PYSITELIB}/aeidon/agents/format.py
|
|
${PYSITELIB}/aeidon/agents/format.pyc
|
|
${PYSITELIB}/aeidon/agents/format.pyo
|
|
${PYSITELIB}/aeidon/agents/open.py
|
|
${PYSITELIB}/aeidon/agents/open.pyc
|
|
${PYSITELIB}/aeidon/agents/open.pyo
|
|
${PYSITELIB}/aeidon/agents/position.py
|
|
${PYSITELIB}/aeidon/agents/position.pyc
|
|
${PYSITELIB}/aeidon/agents/position.pyo
|
|
${PYSITELIB}/aeidon/agents/preview.py
|
|
${PYSITELIB}/aeidon/agents/preview.pyc
|
|
${PYSITELIB}/aeidon/agents/preview.pyo
|
|
${PYSITELIB}/aeidon/agents/register.py
|
|
${PYSITELIB}/aeidon/agents/register.pyc
|
|
${PYSITELIB}/aeidon/agents/register.pyo
|
|
${PYSITELIB}/aeidon/agents/save.py
|
|
${PYSITELIB}/aeidon/agents/save.pyc
|
|
${PYSITELIB}/aeidon/agents/save.pyo
|
|
${PYSITELIB}/aeidon/agents/search.py
|
|
${PYSITELIB}/aeidon/agents/search.pyc
|
|
${PYSITELIB}/aeidon/agents/search.pyo
|
|
${PYSITELIB}/aeidon/agents/set.py
|
|
${PYSITELIB}/aeidon/agents/set.pyc
|
|
${PYSITELIB}/aeidon/agents/set.pyo
|
|
${PYSITELIB}/aeidon/agents/text.py
|
|
${PYSITELIB}/aeidon/agents/text.pyc
|
|
${PYSITELIB}/aeidon/agents/text.pyo
|
|
${PYSITELIB}/aeidon/agents/util.py
|
|
${PYSITELIB}/aeidon/agents/util.pyc
|
|
${PYSITELIB}/aeidon/agents/util.pyo
|
|
${PYSITELIB}/aeidon/calculator.py
|
|
${PYSITELIB}/aeidon/calculator.pyc
|
|
${PYSITELIB}/aeidon/calculator.pyo
|
|
${PYSITELIB}/aeidon/clipboard.py
|
|
${PYSITELIB}/aeidon/clipboard.pyc
|
|
${PYSITELIB}/aeidon/clipboard.pyo
|
|
${PYSITELIB}/aeidon/containers.py
|
|
${PYSITELIB}/aeidon/containers.pyc
|
|
${PYSITELIB}/aeidon/containers.pyo
|
|
${PYSITELIB}/aeidon/converter.py
|
|
${PYSITELIB}/aeidon/converter.pyc
|
|
${PYSITELIB}/aeidon/converter.pyo
|
|
${PYSITELIB}/aeidon/countries.py
|
|
${PYSITELIB}/aeidon/countries.pyc
|
|
${PYSITELIB}/aeidon/countries.pyo
|
|
${PYSITELIB}/aeidon/deco.py
|
|
${PYSITELIB}/aeidon/deco.pyc
|
|
${PYSITELIB}/aeidon/deco.pyo
|
|
${PYSITELIB}/aeidon/delegate.py
|
|
${PYSITELIB}/aeidon/delegate.pyc
|
|
${PYSITELIB}/aeidon/delegate.pyo
|
|
${PYSITELIB}/aeidon/encodings.py
|
|
${PYSITELIB}/aeidon/encodings.pyc
|
|
${PYSITELIB}/aeidon/encodings.pyo
|
|
${PYSITELIB}/aeidon/enum.py
|
|
${PYSITELIB}/aeidon/enum.pyc
|
|
${PYSITELIB}/aeidon/enum.pyo
|
|
${PYSITELIB}/aeidon/enums/__init__.py
|
|
${PYSITELIB}/aeidon/enums/__init__.pyc
|
|
${PYSITELIB}/aeidon/enums/__init__.pyo
|
|
${PYSITELIB}/aeidon/enums/align_methods.py
|
|
${PYSITELIB}/aeidon/enums/align_methods.pyc
|
|
${PYSITELIB}/aeidon/enums/align_methods.pyo
|
|
${PYSITELIB}/aeidon/enums/documents.py
|
|
${PYSITELIB}/aeidon/enums/documents.pyc
|
|
${PYSITELIB}/aeidon/enums/documents.pyo
|
|
${PYSITELIB}/aeidon/enums/formats.py
|
|
${PYSITELIB}/aeidon/enums/formats.pyc
|
|
${PYSITELIB}/aeidon/enums/formats.pyo
|
|
${PYSITELIB}/aeidon/enums/framerates.py
|
|
${PYSITELIB}/aeidon/enums/framerates.pyc
|
|
${PYSITELIB}/aeidon/enums/framerates.pyo
|
|
${PYSITELIB}/aeidon/enums/modes.py
|
|
${PYSITELIB}/aeidon/enums/modes.pyc
|
|
${PYSITELIB}/aeidon/enums/modes.pyo
|
|
${PYSITELIB}/aeidon/enums/newlines.py
|
|
${PYSITELIB}/aeidon/enums/newlines.pyc
|
|
${PYSITELIB}/aeidon/enums/newlines.pyo
|
|
${PYSITELIB}/aeidon/enums/players.py
|
|
${PYSITELIB}/aeidon/enums/players.pyc
|
|
${PYSITELIB}/aeidon/enums/players.pyo
|
|
${PYSITELIB}/aeidon/enums/registers.py
|
|
${PYSITELIB}/aeidon/enums/registers.pyc
|
|
${PYSITELIB}/aeidon/enums/registers.pyo
|
|
${PYSITELIB}/aeidon/errors.py
|
|
${PYSITELIB}/aeidon/errors.pyc
|
|
${PYSITELIB}/aeidon/errors.pyo
|
|
${PYSITELIB}/aeidon/file.py
|
|
${PYSITELIB}/aeidon/file.pyc
|
|
${PYSITELIB}/aeidon/file.pyo
|
|
${PYSITELIB}/aeidon/files/__init__.py
|
|
${PYSITELIB}/aeidon/files/__init__.pyc
|
|
${PYSITELIB}/aeidon/files/__init__.pyo
|
|
${PYSITELIB}/aeidon/files/ass.py
|
|
${PYSITELIB}/aeidon/files/ass.pyc
|
|
${PYSITELIB}/aeidon/files/ass.pyo
|
|
${PYSITELIB}/aeidon/files/microdvd.py
|
|
${PYSITELIB}/aeidon/files/microdvd.pyc
|
|
${PYSITELIB}/aeidon/files/microdvd.pyo
|
|
${PYSITELIB}/aeidon/files/mpl2.py
|
|
${PYSITELIB}/aeidon/files/mpl2.pyc
|
|
${PYSITELIB}/aeidon/files/mpl2.pyo
|
|
${PYSITELIB}/aeidon/files/ssa.py
|
|
${PYSITELIB}/aeidon/files/ssa.pyc
|
|
${PYSITELIB}/aeidon/files/ssa.pyo
|
|
${PYSITELIB}/aeidon/files/subrip.py
|
|
${PYSITELIB}/aeidon/files/subrip.pyc
|
|
${PYSITELIB}/aeidon/files/subrip.pyo
|
|
${PYSITELIB}/aeidon/files/subviewer2.py
|
|
${PYSITELIB}/aeidon/files/subviewer2.pyc
|
|
${PYSITELIB}/aeidon/files/subviewer2.pyo
|
|
${PYSITELIB}/aeidon/files/tmplayer.py
|
|
${PYSITELIB}/aeidon/files/tmplayer.pyc
|
|
${PYSITELIB}/aeidon/files/tmplayer.pyo
|
|
${PYSITELIB}/aeidon/finder.py
|
|
${PYSITELIB}/aeidon/finder.pyc
|
|
${PYSITELIB}/aeidon/finder.pyo
|
|
${PYSITELIB}/aeidon/i18n.py
|
|
${PYSITELIB}/aeidon/i18n.pyc
|
|
${PYSITELIB}/aeidon/i18n.pyo
|
|
${PYSITELIB}/aeidon/languages.py
|
|
${PYSITELIB}/aeidon/languages.pyc
|
|
${PYSITELIB}/aeidon/languages.pyo
|
|
${PYSITELIB}/aeidon/liner.py
|
|
${PYSITELIB}/aeidon/liner.pyc
|
|
${PYSITELIB}/aeidon/liner.pyo
|
|
${PYSITELIB}/aeidon/locales.py
|
|
${PYSITELIB}/aeidon/locales.pyc
|
|
${PYSITELIB}/aeidon/locales.pyo
|
|
${PYSITELIB}/aeidon/markup.py
|
|
${PYSITELIB}/aeidon/markup.pyc
|
|
${PYSITELIB}/aeidon/markup.pyo
|
|
${PYSITELIB}/aeidon/metadata.py
|
|
${PYSITELIB}/aeidon/metadata.pyc
|
|
${PYSITELIB}/aeidon/metadata.pyo
|
|
${PYSITELIB}/aeidon/mutables.py
|
|
${PYSITELIB}/aeidon/mutables.pyc
|
|
${PYSITELIB}/aeidon/mutables.pyo
|
|
${PYSITELIB}/aeidon/observable.py
|
|
${PYSITELIB}/aeidon/observable.pyc
|
|
${PYSITELIB}/aeidon/observable.pyo
|
|
${PYSITELIB}/aeidon/parser.py
|
|
${PYSITELIB}/aeidon/parser.pyc
|
|
${PYSITELIB}/aeidon/parser.pyo
|
|
${PYSITELIB}/aeidon/paths.py
|
|
${PYSITELIB}/aeidon/paths.pyc
|
|
${PYSITELIB}/aeidon/paths.pyo
|
|
${PYSITELIB}/aeidon/pattern.py
|
|
${PYSITELIB}/aeidon/pattern.pyc
|
|
${PYSITELIB}/aeidon/pattern.pyo
|
|
${PYSITELIB}/aeidon/patternman.py
|
|
${PYSITELIB}/aeidon/patternman.pyc
|
|
${PYSITELIB}/aeidon/patternman.pyo
|
|
${PYSITELIB}/aeidon/position.py
|
|
${PYSITELIB}/aeidon/position.pyc
|
|
${PYSITELIB}/aeidon/position.pyo
|
|
${PYSITELIB}/aeidon/project.py
|
|
${PYSITELIB}/aeidon/project.pyc
|
|
${PYSITELIB}/aeidon/project.pyo
|
|
${PYSITELIB}/aeidon/revertable.py
|
|
${PYSITELIB}/aeidon/revertable.pyc
|
|
${PYSITELIB}/aeidon/revertable.pyo
|
|
${PYSITELIB}/aeidon/scripts.py
|
|
${PYSITELIB}/aeidon/scripts.pyc
|
|
${PYSITELIB}/aeidon/scripts.pyo
|
|
${PYSITELIB}/aeidon/singleton.py
|
|
${PYSITELIB}/aeidon/singleton.pyc
|
|
${PYSITELIB}/aeidon/singleton.pyo
|
|
${PYSITELIB}/aeidon/subtitle.py
|
|
${PYSITELIB}/aeidon/subtitle.pyc
|
|
${PYSITELIB}/aeidon/subtitle.pyo
|
|
${PYSITELIB}/aeidon/tags/__init__.py
|
|
${PYSITELIB}/aeidon/tags/__init__.pyc
|
|
${PYSITELIB}/aeidon/tags/__init__.pyo
|
|
${PYSITELIB}/aeidon/tags/ass.py
|
|
${PYSITELIB}/aeidon/tags/ass.pyc
|
|
${PYSITELIB}/aeidon/tags/ass.pyo
|
|
${PYSITELIB}/aeidon/tags/microdvd.py
|
|
${PYSITELIB}/aeidon/tags/microdvd.pyc
|
|
${PYSITELIB}/aeidon/tags/microdvd.pyo
|
|
${PYSITELIB}/aeidon/tags/mpl2.py
|
|
${PYSITELIB}/aeidon/tags/mpl2.pyc
|
|
${PYSITELIB}/aeidon/tags/mpl2.pyo
|
|
${PYSITELIB}/aeidon/tags/ssa.py
|
|
${PYSITELIB}/aeidon/tags/ssa.pyc
|
|
${PYSITELIB}/aeidon/tags/ssa.pyo
|
|
${PYSITELIB}/aeidon/tags/subrip.py
|
|
${PYSITELIB}/aeidon/tags/subrip.pyc
|
|
${PYSITELIB}/aeidon/tags/subrip.pyo
|
|
${PYSITELIB}/aeidon/tags/subviewer2.py
|
|
${PYSITELIB}/aeidon/tags/subviewer2.pyc
|
|
${PYSITELIB}/aeidon/tags/subviewer2.pyo
|
|
${PYSITELIB}/aeidon/tags/tmplayer.py
|
|
${PYSITELIB}/aeidon/tags/tmplayer.pyc
|
|
${PYSITELIB}/aeidon/tags/tmplayer.pyo
|
|
${PYSITELIB}/aeidon/temp.py
|
|
${PYSITELIB}/aeidon/temp.pyc
|
|
${PYSITELIB}/aeidon/temp.pyo
|
|
${PYSITELIB}/aeidon/unittest.py
|
|
${PYSITELIB}/aeidon/unittest.pyc
|
|
${PYSITELIB}/aeidon/unittest.pyo
|
|
${PYSITELIB}/aeidon/util.py
|
|
${PYSITELIB}/aeidon/util.pyc
|
|
${PYSITELIB}/aeidon/util.pyo
|
|
${PYSITELIB}/gaupol/__init__.py
|
|
${PYSITELIB}/gaupol/__init__.pyc
|
|
${PYSITELIB}/gaupol/__init__.pyo
|
|
${PYSITELIB}/gaupol/action.py
|
|
${PYSITELIB}/gaupol/action.pyc
|
|
${PYSITELIB}/gaupol/action.pyo
|
|
${PYSITELIB}/gaupol/actions/__init__.py
|
|
${PYSITELIB}/gaupol/actions/__init__.pyc
|
|
${PYSITELIB}/gaupol/actions/__init__.pyo
|
|
${PYSITELIB}/gaupol/actions/audio.py
|
|
${PYSITELIB}/gaupol/actions/audio.pyc
|
|
${PYSITELIB}/gaupol/actions/audio.pyo
|
|
${PYSITELIB}/gaupol/actions/edit.py
|
|
${PYSITELIB}/gaupol/actions/edit.pyc
|
|
${PYSITELIB}/gaupol/actions/edit.pyo
|
|
${PYSITELIB}/gaupol/actions/file.py
|
|
${PYSITELIB}/gaupol/actions/file.pyc
|
|
${PYSITELIB}/gaupol/actions/file.pyo
|
|
${PYSITELIB}/gaupol/actions/format.py
|
|
${PYSITELIB}/gaupol/actions/format.pyc
|
|
${PYSITELIB}/gaupol/actions/format.pyo
|
|
${PYSITELIB}/gaupol/actions/help.py
|
|
${PYSITELIB}/gaupol/actions/help.pyc
|
|
${PYSITELIB}/gaupol/actions/help.pyo
|
|
${PYSITELIB}/gaupol/actions/menu.py
|
|
${PYSITELIB}/gaupol/actions/menu.pyc
|
|
${PYSITELIB}/gaupol/actions/menu.pyo
|
|
${PYSITELIB}/gaupol/actions/position.py
|
|
${PYSITELIB}/gaupol/actions/position.pyc
|
|
${PYSITELIB}/gaupol/actions/position.pyo
|
|
${PYSITELIB}/gaupol/actions/search.py
|
|
${PYSITELIB}/gaupol/actions/search.pyc
|
|
${PYSITELIB}/gaupol/actions/search.pyo
|
|
${PYSITELIB}/gaupol/actions/text.py
|
|
${PYSITELIB}/gaupol/actions/text.pyc
|
|
${PYSITELIB}/gaupol/actions/text.pyo
|
|
${PYSITELIB}/gaupol/actions/video.py
|
|
${PYSITELIB}/gaupol/actions/video.pyc
|
|
${PYSITELIB}/gaupol/actions/video.pyo
|
|
${PYSITELIB}/gaupol/actions/view.py
|
|
${PYSITELIB}/gaupol/actions/view.pyc
|
|
${PYSITELIB}/gaupol/actions/view.pyo
|
|
${PYSITELIB}/gaupol/agents/__init__.py
|
|
${PYSITELIB}/gaupol/agents/__init__.pyc
|
|
${PYSITELIB}/gaupol/agents/__init__.pyo
|
|
${PYSITELIB}/gaupol/agents/audio.py
|
|
${PYSITELIB}/gaupol/agents/audio.pyc
|
|
${PYSITELIB}/gaupol/agents/audio.pyo
|
|
${PYSITELIB}/gaupol/agents/close.py
|
|
${PYSITELIB}/gaupol/agents/close.pyc
|
|
${PYSITELIB}/gaupol/agents/close.pyo
|
|
${PYSITELIB}/gaupol/agents/edit.py
|
|
${PYSITELIB}/gaupol/agents/edit.pyc
|
|
${PYSITELIB}/gaupol/agents/edit.pyo
|
|
${PYSITELIB}/gaupol/agents/format.py
|
|
${PYSITELIB}/gaupol/agents/format.pyc
|
|
${PYSITELIB}/gaupol/agents/format.pyo
|
|
${PYSITELIB}/gaupol/agents/help.py
|
|
${PYSITELIB}/gaupol/agents/help.pyc
|
|
${PYSITELIB}/gaupol/agents/help.pyo
|
|
${PYSITELIB}/gaupol/agents/menu.py
|
|
${PYSITELIB}/gaupol/agents/menu.pyc
|
|
${PYSITELIB}/gaupol/agents/menu.pyo
|
|
${PYSITELIB}/gaupol/agents/open.py
|
|
${PYSITELIB}/gaupol/agents/open.pyc
|
|
${PYSITELIB}/gaupol/agents/open.pyo
|
|
${PYSITELIB}/gaupol/agents/position.py
|
|
${PYSITELIB}/gaupol/agents/position.pyc
|
|
${PYSITELIB}/gaupol/agents/position.pyo
|
|
${PYSITELIB}/gaupol/agents/preview.py
|
|
${PYSITELIB}/gaupol/agents/preview.pyc
|
|
${PYSITELIB}/gaupol/agents/preview.pyo
|
|
${PYSITELIB}/gaupol/agents/save.py
|
|
${PYSITELIB}/gaupol/agents/save.pyc
|
|
${PYSITELIB}/gaupol/agents/save.pyo
|
|
${PYSITELIB}/gaupol/agents/search.py
|
|
${PYSITELIB}/gaupol/agents/search.pyc
|
|
${PYSITELIB}/gaupol/agents/search.pyo
|
|
${PYSITELIB}/gaupol/agents/text.py
|
|
${PYSITELIB}/gaupol/agents/text.pyc
|
|
${PYSITELIB}/gaupol/agents/text.pyo
|
|
${PYSITELIB}/gaupol/agents/update.py
|
|
${PYSITELIB}/gaupol/agents/update.pyc
|
|
${PYSITELIB}/gaupol/agents/update.pyo
|
|
${PYSITELIB}/gaupol/agents/util.py
|
|
${PYSITELIB}/gaupol/agents/util.pyc
|
|
${PYSITELIB}/gaupol/agents/util.pyo
|
|
${PYSITELIB}/gaupol/agents/video.py
|
|
${PYSITELIB}/gaupol/agents/video.pyc
|
|
${PYSITELIB}/gaupol/agents/video.pyo
|
|
${PYSITELIB}/gaupol/agents/view.py
|
|
${PYSITELIB}/gaupol/agents/view.pyc
|
|
${PYSITELIB}/gaupol/agents/view.pyo
|
|
${PYSITELIB}/gaupol/application.py
|
|
${PYSITELIB}/gaupol/application.pyc
|
|
${PYSITELIB}/gaupol/application.pyo
|
|
${PYSITELIB}/gaupol/assistants.py
|
|
${PYSITELIB}/gaupol/assistants.pyc
|
|
${PYSITELIB}/gaupol/assistants.pyo
|
|
${PYSITELIB}/gaupol/attrdict.py
|
|
${PYSITELIB}/gaupol/attrdict.pyc
|
|
${PYSITELIB}/gaupol/attrdict.pyo
|
|
${PYSITELIB}/gaupol/config.py
|
|
${PYSITELIB}/gaupol/config.pyc
|
|
${PYSITELIB}/gaupol/config.pyo
|
|
${PYSITELIB}/gaupol/dialogs/__init__.py
|
|
${PYSITELIB}/gaupol/dialogs/__init__.pyc
|
|
${PYSITELIB}/gaupol/dialogs/__init__.pyo
|
|
${PYSITELIB}/gaupol/dialogs/about.py
|
|
${PYSITELIB}/gaupol/dialogs/about.pyc
|
|
${PYSITELIB}/gaupol/dialogs/about.pyo
|
|
${PYSITELIB}/gaupol/dialogs/append.py
|
|
${PYSITELIB}/gaupol/dialogs/append.pyc
|
|
${PYSITELIB}/gaupol/dialogs/append.pyo
|
|
${PYSITELIB}/gaupol/dialogs/builder.py
|
|
${PYSITELIB}/gaupol/dialogs/builder.pyc
|
|
${PYSITELIB}/gaupol/dialogs/builder.pyo
|
|
${PYSITELIB}/gaupol/dialogs/debug.py
|
|
${PYSITELIB}/gaupol/dialogs/debug.pyc
|
|
${PYSITELIB}/gaupol/dialogs/debug.pyo
|
|
${PYSITELIB}/gaupol/dialogs/duration_adjust.py
|
|
${PYSITELIB}/gaupol/dialogs/duration_adjust.pyc
|
|
${PYSITELIB}/gaupol/dialogs/duration_adjust.pyo
|
|
${PYSITELIB}/gaupol/dialogs/encoding.py
|
|
${PYSITELIB}/gaupol/dialogs/encoding.pyc
|
|
${PYSITELIB}/gaupol/dialogs/encoding.pyo
|
|
${PYSITELIB}/gaupol/dialogs/file.py
|
|
${PYSITELIB}/gaupol/dialogs/file.pyc
|
|
${PYSITELIB}/gaupol/dialogs/file.pyo
|
|
${PYSITELIB}/gaupol/dialogs/framerate_convert.py
|
|
${PYSITELIB}/gaupol/dialogs/framerate_convert.pyc
|
|
${PYSITELIB}/gaupol/dialogs/framerate_convert.pyo
|
|
${PYSITELIB}/gaupol/dialogs/insert.py
|
|
${PYSITELIB}/gaupol/dialogs/insert.pyc
|
|
${PYSITELIB}/gaupol/dialogs/insert.pyo
|
|
${PYSITELIB}/gaupol/dialogs/language.py
|
|
${PYSITELIB}/gaupol/dialogs/language.pyc
|
|
${PYSITELIB}/gaupol/dialogs/language.pyo
|
|
${PYSITELIB}/gaupol/dialogs/message.py
|
|
${PYSITELIB}/gaupol/dialogs/message.pyc
|
|
${PYSITELIB}/gaupol/dialogs/message.pyo
|
|
${PYSITELIB}/gaupol/dialogs/multi_close.py
|
|
${PYSITELIB}/gaupol/dialogs/multi_close.pyc
|
|
${PYSITELIB}/gaupol/dialogs/multi_close.pyo
|
|
${PYSITELIB}/gaupol/dialogs/multi_save.py
|
|
${PYSITELIB}/gaupol/dialogs/multi_save.pyc
|
|
${PYSITELIB}/gaupol/dialogs/multi_save.pyo
|
|
${PYSITELIB}/gaupol/dialogs/open.py
|
|
${PYSITELIB}/gaupol/dialogs/open.pyc
|
|
${PYSITELIB}/gaupol/dialogs/open.pyo
|
|
${PYSITELIB}/gaupol/dialogs/position_shift.py
|
|
${PYSITELIB}/gaupol/dialogs/position_shift.pyc
|
|
${PYSITELIB}/gaupol/dialogs/position_shift.pyo
|
|
${PYSITELIB}/gaupol/dialogs/position_transform.py
|
|
${PYSITELIB}/gaupol/dialogs/position_transform.pyc
|
|
${PYSITELIB}/gaupol/dialogs/position_transform.pyo
|
|
${PYSITELIB}/gaupol/dialogs/preferences.py
|
|
${PYSITELIB}/gaupol/dialogs/preferences.pyc
|
|
${PYSITELIB}/gaupol/dialogs/preferences.pyo
|
|
${PYSITELIB}/gaupol/dialogs/preview_error.py
|
|
${PYSITELIB}/gaupol/dialogs/preview_error.pyc
|
|
${PYSITELIB}/gaupol/dialogs/preview_error.pyo
|
|
${PYSITELIB}/gaupol/dialogs/save.py
|
|
${PYSITELIB}/gaupol/dialogs/save.pyc
|
|
${PYSITELIB}/gaupol/dialogs/save.pyo
|
|
${PYSITELIB}/gaupol/dialogs/search.py
|
|
${PYSITELIB}/gaupol/dialogs/search.pyc
|
|
${PYSITELIB}/gaupol/dialogs/search.pyo
|
|
${PYSITELIB}/gaupol/dialogs/spell_check.py
|
|
${PYSITELIB}/gaupol/dialogs/spell_check.pyc
|
|
${PYSITELIB}/gaupol/dialogs/spell_check.pyo
|
|
${PYSITELIB}/gaupol/dialogs/split.py
|
|
${PYSITELIB}/gaupol/dialogs/split.pyc
|
|
${PYSITELIB}/gaupol/dialogs/split.pyo
|
|
${PYSITELIB}/gaupol/dialogs/text_edit.py
|
|
${PYSITELIB}/gaupol/dialogs/text_edit.pyc
|
|
${PYSITELIB}/gaupol/dialogs/text_edit.pyo
|
|
${PYSITELIB}/gaupol/dialogs/video.py
|
|
${PYSITELIB}/gaupol/dialogs/video.pyc
|
|
${PYSITELIB}/gaupol/dialogs/video.pyo
|
|
${PYSITELIB}/gaupol/entries.py
|
|
${PYSITELIB}/gaupol/entries.pyc
|
|
${PYSITELIB}/gaupol/entries.pyo
|
|
${PYSITELIB}/gaupol/enums/__init__.py
|
|
${PYSITELIB}/gaupol/enums/__init__.pyc
|
|
${PYSITELIB}/gaupol/enums/__init__.pyo
|
|
${PYSITELIB}/gaupol/enums/fields.py
|
|
${PYSITELIB}/gaupol/enums/fields.pyc
|
|
${PYSITELIB}/gaupol/enums/fields.pyo
|
|
${PYSITELIB}/gaupol/enums/orientation.py
|
|
${PYSITELIB}/gaupol/enums/orientation.pyc
|
|
${PYSITELIB}/gaupol/enums/orientation.pyo
|
|
${PYSITELIB}/gaupol/enums/targets.py
|
|
${PYSITELIB}/gaupol/enums/targets.pyc
|
|
${PYSITELIB}/gaupol/enums/targets.pyo
|
|
${PYSITELIB}/gaupol/enums/toolbar_styles.py
|
|
${PYSITELIB}/gaupol/enums/toolbar_styles.pyc
|
|
${PYSITELIB}/gaupol/enums/toolbar_styles.pyo
|
|
${PYSITELIB}/gaupol/enums/units.py
|
|
${PYSITELIB}/gaupol/enums/units.pyc
|
|
${PYSITELIB}/gaupol/enums/units.pyo
|
|
${PYSITELIB}/gaupol/enumuim.py
|
|
${PYSITELIB}/gaupol/enumuim.pyc
|
|
${PYSITELIB}/gaupol/enumuim.pyo
|
|
${PYSITELIB}/gaupol/errors.py
|
|
${PYSITELIB}/gaupol/errors.pyc
|
|
${PYSITELIB}/gaupol/errors.pyo
|
|
${PYSITELIB}/gaupol/extension.py
|
|
${PYSITELIB}/gaupol/extension.pyc
|
|
${PYSITELIB}/gaupol/extension.pyo
|
|
${PYSITELIB}/gaupol/extensionman.py
|
|
${PYSITELIB}/gaupol/extensionman.pyc
|
|
${PYSITELIB}/gaupol/extensionman.pyo
|
|
${PYSITELIB}/gaupol/floatlabel.py
|
|
${PYSITELIB}/gaupol/floatlabel.pyc
|
|
${PYSITELIB}/gaupol/floatlabel.pyo
|
|
${PYSITELIB}/gaupol/main.py
|
|
${PYSITELIB}/gaupol/main.pyc
|
|
${PYSITELIB}/gaupol/main.pyo
|
|
${PYSITELIB}/gaupol/output.py
|
|
${PYSITELIB}/gaupol/output.pyc
|
|
${PYSITELIB}/gaupol/output.pyo
|
|
${PYSITELIB}/gaupol/page.py
|
|
${PYSITELIB}/gaupol/page.pyc
|
|
${PYSITELIB}/gaupol/page.pyo
|
|
${PYSITELIB}/gaupol/player.py
|
|
${PYSITELIB}/gaupol/player.pyc
|
|
${PYSITELIB}/gaupol/player.pyo
|
|
${PYSITELIB}/gaupol/renderers/__init__.py
|
|
${PYSITELIB}/gaupol/renderers/__init__.pyc
|
|
${PYSITELIB}/gaupol/renderers/__init__.pyo
|
|
${PYSITELIB}/gaupol/renderers/float.py
|
|
${PYSITELIB}/gaupol/renderers/float.pyc
|
|
${PYSITELIB}/gaupol/renderers/float.pyo
|
|
${PYSITELIB}/gaupol/renderers/integer.py
|
|
${PYSITELIB}/gaupol/renderers/integer.pyc
|
|
${PYSITELIB}/gaupol/renderers/integer.pyo
|
|
${PYSITELIB}/gaupol/renderers/multiline.py
|
|
${PYSITELIB}/gaupol/renderers/multiline.pyc
|
|
${PYSITELIB}/gaupol/renderers/multiline.pyo
|
|
${PYSITELIB}/gaupol/renderers/time.py
|
|
${PYSITELIB}/gaupol/renderers/time.pyc
|
|
${PYSITELIB}/gaupol/renderers/time.pyo
|
|
${PYSITELIB}/gaupol/ruler.py
|
|
${PYSITELIB}/gaupol/ruler.pyc
|
|
${PYSITELIB}/gaupol/ruler.pyo
|
|
${PYSITELIB}/gaupol/unittest.py
|
|
${PYSITELIB}/gaupol/unittest.pyc
|
|
${PYSITELIB}/gaupol/unittest.pyo
|
|
${PYSITELIB}/gaupol/urls.py
|
|
${PYSITELIB}/gaupol/urls.pyc
|
|
${PYSITELIB}/gaupol/urls.pyo
|
|
${PYSITELIB}/gaupol/util.py
|
|
${PYSITELIB}/gaupol/util.pyc
|
|
${PYSITELIB}/gaupol/util.pyo
|
|
${PYSITELIB}/gaupol/view.py
|
|
${PYSITELIB}/gaupol/view.pyc
|
|
${PYSITELIB}/gaupol/view.pyo
|
|
man/man1/gaupol.1
|
|
share/appdata/gaupol.appdata.xml
|
|
share/applications/gaupol.desktop
|
|
share/gaupol/extensions/bookmarks/README.md
|
|
share/gaupol/extensions/bookmarks/add-bookmark-dialog.ui
|
|
share/gaupol/extensions/bookmarks/bookmark.png
|
|
share/gaupol/extensions/bookmarks/bookmarks.extension
|
|
share/gaupol/extensions/bookmarks/bookmarks.py
|
|
share/gaupol/extensions/bookmarks/bookmarks.pyo
|
|
share/gaupol/extensions/bookmarks/bookmarks.ui.xml
|
|
share/gaupol/extensions/custom-framerates/add-framerate-dialog.ui
|
|
share/gaupol/extensions/custom-framerates/custom-framerates.extension
|
|
share/gaupol/extensions/custom-framerates/custom-framerates.py
|
|
share/gaupol/extensions/custom-framerates/custom-framerates.pyo
|
|
share/gaupol/extensions/custom-framerates/custom-framerates.ui.xml
|
|
share/gaupol/extensions/custom-framerates/preferences-dialog.ui
|
|
share/gaupol/extensions/side-pane/side-pane.extension
|
|
share/gaupol/extensions/side-pane/side-pane.py
|
|
share/gaupol/extensions/side-pane/side-pane.pyo
|
|
share/gaupol/extensions/side-pane/side-pane.ui.xml
|
|
share/gaupol/headers/ass
|
|
share/gaupol/headers/microdvd
|
|
share/gaupol/headers/ssa
|
|
share/gaupol/headers/subviewer2
|
|
share/gaupol/icons/hicolor/16x16/actions/video.png
|
|
share/gaupol/icons/hicolor/22x22/actions/video.png
|
|
share/gaupol/icons/hicolor/24x24/actions/video.png
|
|
share/gaupol/icons/hicolor/32x32/actions/video.png
|
|
share/gaupol/icons/hicolor/48x48/actions/video.png
|
|
share/gaupol/iso-codes/iso_15924.xml
|
|
share/gaupol/iso-codes/iso_3166.xml
|
|
share/gaupol/iso-codes/iso_639.xml
|
|
share/gaupol/patterns/Latn-en-US.common-error
|
|
share/gaupol/patterns/Latn-en-US.common-error.conf
|
|
share/gaupol/patterns/Latn-en.capitalization
|
|
share/gaupol/patterns/Latn-en.capitalization.conf
|
|
share/gaupol/patterns/Latn-en.common-error
|
|
share/gaupol/patterns/Latn-en.common-error.conf
|
|
share/gaupol/patterns/Latn-en.hearing-impaired
|
|
share/gaupol/patterns/Latn-en.hearing-impaired.conf
|
|
share/gaupol/patterns/Latn-en.line-break
|
|
share/gaupol/patterns/Latn-en.line-break.conf
|
|
share/gaupol/patterns/Latn-fi.common-error
|
|
share/gaupol/patterns/Latn-fi.common-error.conf
|
|
share/gaupol/patterns/Latn-fr.common-error
|
|
share/gaupol/patterns/Latn-fr.common-error.conf
|
|
share/gaupol/patterns/Latn.capitalization
|
|
share/gaupol/patterns/Latn.capitalization.conf
|
|
share/gaupol/patterns/Latn.common-error
|
|
share/gaupol/patterns/Latn.common-error.conf
|
|
share/gaupol/patterns/Latn.hearing-impaired
|
|
share/gaupol/patterns/Latn.hearing-impaired.conf
|
|
share/gaupol/patterns/Latn.line-break
|
|
share/gaupol/patterns/Latn.line-break.conf
|
|
share/gaupol/patterns/Zyyy.common-error
|
|
share/gaupol/patterns/Zyyy.common-error.conf
|
|
share/gaupol/ui/debug-dialog.ui
|
|
share/gaupol/ui/duration-adjust-dialog.ui
|
|
share/gaupol/ui/encoding-dialog.ui
|
|
share/gaupol/ui/framerate-convert-dialog.ui
|
|
share/gaupol/ui/gaupol.css
|
|
share/gaupol/ui/insert-dialog.ui
|
|
share/gaupol/ui/language-dialog.ui
|
|
share/gaupol/ui/multi-close-dialog.ui
|
|
share/gaupol/ui/multi-save-dialog.ui
|
|
share/gaupol/ui/open-dialog.ui
|
|
share/gaupol/ui/position-shift-dialog.ui
|
|
share/gaupol/ui/position-transform-dialog.ui
|
|
share/gaupol/ui/preferences-dialog.ui
|
|
share/gaupol/ui/preview-error-dialog.ui
|
|
share/gaupol/ui/save-dialog.ui
|
|
share/gaupol/ui/search-dialog.ui
|
|
share/gaupol/ui/spell-check-dialog.ui
|
|
share/gaupol/ui/split-dialog.ui
|
|
share/gaupol/ui/text-assistant/capitalization-page.ui
|
|
share/gaupol/ui/text-assistant/common-error-page.ui
|
|
share/gaupol/ui/text-assistant/confirmation-page.ui
|
|
share/gaupol/ui/text-assistant/hearing-impaired-page.ui
|
|
share/gaupol/ui/text-assistant/introduction-page.ui
|
|
share/gaupol/ui/text-assistant/join-split-page.ui
|
|
share/gaupol/ui/text-assistant/line-break-options-page.ui
|
|
share/gaupol/ui/text-assistant/line-break-page.ui
|
|
share/gaupol/ui/text-assistant/progress-page.ui
|
|
share/gaupol/ui/ui.xml
|
|
share/icons/hicolor/16x16/apps/gaupol.png
|
|
share/icons/hicolor/22x22/apps/gaupol.png
|
|
share/icons/hicolor/24x24/apps/gaupol.png
|
|
share/icons/hicolor/256x256/apps/gaupol.png
|
|
share/icons/hicolor/32x32/apps/gaupol.png
|
|
share/icons/hicolor/48x48/apps/gaupol.png
|
|
share/locale/ca/LC_MESSAGES/gaupol.mo
|
|
share/locale/cs/LC_MESSAGES/gaupol.mo
|
|
share/locale/de/LC_MESSAGES/gaupol.mo
|
|
share/locale/es/LC_MESSAGES/gaupol.mo
|
|
share/locale/fi/LC_MESSAGES/gaupol.mo
|
|
share/locale/fr/LC_MESSAGES/gaupol.mo
|
|
share/locale/gl/LC_MESSAGES/gaupol.mo
|
|
share/locale/he/LC_MESSAGES/gaupol.mo
|
|
share/locale/hu/LC_MESSAGES/gaupol.mo
|
|
share/locale/pl/LC_MESSAGES/gaupol.mo
|
|
share/locale/pt_BR/LC_MESSAGES/gaupol.mo
|
|
share/locale/ru/LC_MESSAGES/gaupol.mo
|
|
share/locale/sv/LC_MESSAGES/gaupol.mo
|
|
share/locale/tr/LC_MESSAGES/gaupol.mo
|