-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #13
- Loading branch information
Showing
26 changed files
with
276 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ data/patterns/*.hearing-impaired | |
data/patterns/*.line-break | ||
dist | ||
locale | ||
winsetup.log | ||
po/LINGUAS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
Gaupol 1.2.1/1.3 | ||
================ | ||
Gaupol 1.3 | ||
========== | ||
|
||
* [x] Fix unhandled exception when adding recent menu items | ||
* [x] Fix video player actions being sensitive when playback | ||
initialization fails (#52) | ||
* [x] Install appdata XML file under /usr/share/metainfo | ||
* [x] Drop build dependency on intltool (use gettext instead, #13) | ||
* [x] Add donate button to about dialog | ||
* [ ] Update translations |
4 changes: 2 additions & 2 deletions
4
data/extensions/custom-framerates/custom-framerates.extension.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[Extension] | ||
GaupolVersion=1.2 | ||
Module=custom-framerates | ||
_Name=Custom Framerates | ||
_Description=Allow use of non-standard framerates | ||
Name=Custom Framerates | ||
Description=Allow use of non-standard framerates | ||
Version=1.2 | ||
Authors=Osmo Salomaa <[email protected]>; | ||
Copyright=Copyright © 2011 Osmo Salomaa; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[Desktop Entry] | ||
Name=Gaupol | ||
_GenericName=Subtitle Editor | ||
_Comment=Edit subtitle files | ||
GenericName=Subtitle Editor | ||
Comment=Edit subtitle files | ||
# TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! | ||
_Keywords=video;subtitles;captions; | ||
Keywords=video;subtitles;captions; | ||
Exec=gaupol %F | ||
Terminal=false | ||
StartupNotify=true | ||
Icon=gaupol | ||
Type=Application | ||
MimeType=text/x-microdvd;text/x-ssa;application/x-subrip;text/x-subviewer;text/vtt; | ||
Categories=GTK;AudioVideo;Video; | ||
_X-GNOME-FullName=Gaupol Subtitle Editor | ||
X-GNOME-FullName=Gaupol Subtitle Editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# -*- conf -*- | ||
|
||
[Capitalization Pattern] | ||
_Name=First person pronoun | ||
_Description=Capitalize the first person pronoun "I" | ||
Name=First person pronoun | ||
Description=Capitalize the first person pronoun "I" | ||
Capitalize=Start | ||
Pattern=\bi\b | ||
Flags=DOTALL;MULTILINE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.