Skip to content

Commit

Permalink
RELEASE 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Nov 7, 2010
1 parent b710425 commit 7844b23
Show file tree
Hide file tree
Showing 16 changed files with 423 additions and 368 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Gaupol 0.17.1
=============

* Fix search dialog replace button to change sensitivity without
delay to avoid concurrent replacements (#626976)
* Save text assistant window size
* Show line lengths in text assistant confirmation page
* Hopefully fix spell-check not working on Windows (#623864)
* Build Windows installer without UI translations to avoid a partly
translated mess (especially due to pygtk bug #574520)
* Add Hebrew translation (Yaron Shahrabani)
* Update Hungarian translation (Andrássy László)
* Update Spanish translation (Carlos Mella)

Gaupol 0.17
===========

Expand Down
7 changes: 5 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ Gaupol 0.17.1

[D] Fix search dialog replace button to change sensitivity without
delay to avoid concurrent replacements (#626976)
[D] Save text assistant dialog size
[ ] Hopefully fix spell-check not working on Windows (#623864)
[D] Save text assistant window size
[D] Show line lengths in text assistant confirmation page
[D] Hopefully fix spell-check not working on Windows (#623864)
[D] Build Windows installer without UI translations to avoid a partly
translated mess (especially due to pygtk bug #574520)
[D] Add Hebrew translation (Yaron Shahrabani)
[D] Update Hungarian translation (Andrássy László)
[D] Update Spanish translation (Carlos Mella)

Gaupol 1.0
==========

* Switch from Gitorious to Github?
* Add a built-in GStreamer-based video player
* Add a GStreamer-based audio waveform display
* GNOME Goal: Port your PyGTK to the new introspection-based bindings
Expand Down
2 changes: 1 addition & 1 deletion aeidon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
import os
import re

__version__ = "0.17"
__version__ = "0.17.1"

debug = (bool(os.environ.get("AEIDON_DEBUG", "")) or
bool(os.environ.get("GAUPOL_DEBUG", "")))
Expand Down
4 changes: 2 additions & 2 deletions data/extensions/bookmarks/bookmarks.gaupol-extension.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Gaupol Extension]
GaupolVersion=0.17
GaupolVersion=0.17.1
Module=bookmarks
Requires=side-pane;
_Name=Bookmarks
_Description=Marking subtitles for easy navigation
Version=0.17
Version=0.17.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008-2010 Osmo Salomaa;
Website=http://home.gna.org/gaupol
4 changes: 2 additions & 2 deletions data/extensions/side-pane/side-pane.gaupol-extension.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Gaupol Extension]
GaupolVersion=0.17
GaupolVersion=0.17.1
Module=side-pane
_Name=Side Pane
_Description=A side pane that can be used by other extensions
Version=0.17
Version=0.17.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008,2010 Osmo Salomaa;
Website=http://home.gna.org/gaupol
Expand Down
2 changes: 1 addition & 1 deletion gaupol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import gtk
import os

__version__ = "0.17"
__version__ = "0.17.1"

COMBO_SEPARATOR = "<separator/>"

Expand Down
24 changes: 12 additions & 12 deletions po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gaupol 0.3.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-07-05 03:51+0300\n"
"POT-Creation-Date: 2010-11-07 17:15+0200\n"
"PO-Revision-Date: 2006-01-24 12:28+0100\n"
"Last-Translator: Gil Forcada <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
Expand Down Expand Up @@ -461,7 +461,7 @@ msgid "_Ignore case"
msgstr ""

#: ../data/ui/search-dialog.ui.h:16 ../data/ui/spellcheck-dialog.ui.h:11
#: ../gaupol/dialogs/multisave.py:132
#: ../gaupol/dialogs/multisave.py:131
msgid "_Replace"
msgstr "_Reemplaça"

Expand Down Expand Up @@ -2358,20 +2358,20 @@ msgstr ""
msgid "Corrected Text"
msgstr ""

#: ../gaupol/assistants.py:1017
#: ../gaupol/assistants.py:1019
msgid "Correct Texts"
msgstr ""

#: ../gaupol/assistants.py:1045
#: ../gaupol/assistants.py:1048
msgid "Correcting texts"
msgstr ""

#: ../gaupol/assistants.py:1061
#: ../gaupol/assistants.py:1064
#, python-format
msgid "Edited %(edits)d and removed %(removals)d subtitles"
msgstr ""

#: ../gaupol/assistants.py:1087
#: ../gaupol/assistants.py:1098
#, python-format
msgid "Confirm %d Change"
msgid_plural "Confirm %d Changes"
Expand Down Expand Up @@ -2466,12 +2466,12 @@ msgstr ""
msgid "Set Language"
msgstr ""

#: ../gaupol/dialogs/multisave.py:124
#: ../gaupol/dialogs/multisave.py:123
#, python-format
msgid "%d of the files to be saved already exist. Do you want to replace them?"
msgstr ""

#: ../gaupol/dialogs/multisave.py:127
#: ../gaupol/dialogs/multisave.py:126
#, python-format
msgid ""
"The files already exist in \"%s\". Replacing them will overwrite their "
Expand All @@ -2496,20 +2496,20 @@ msgstr ""
msgid "Custom"
msgstr ""

#: ../gaupol/dialogs/search.py:354
#: ../gaupol/dialogs/search.py:355
#, python-format
msgid "\"%s\" not found"
msgstr ""

#: ../gaupol/dialogs/search.py:411
#: ../gaupol/dialogs/search.py:412
msgid "Error in regular expression pattern"
msgstr ""

#: ../gaupol/dialogs/search.py:418
#: ../gaupol/dialogs/search.py:419
msgid "Error in regular expression replacement"
msgstr ""

#: ../gaupol/dialogs/search.py:539
#: ../gaupol/dialogs/search.py:540
#, python-format
msgid "Found and replaced %d occurence"
msgid_plural "Found and replaced %d occurences"
Expand Down
24 changes: 12 additions & 12 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gaupol 0.15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-07-05 03:51+0300\n"
"POT-Creation-Date: 2010-11-07 17:15+0200\n"
"PO-Revision-Date: 2009-09-23 22:11+GMT\n"
"Last-Translator: Chris Leick <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
Expand Down Expand Up @@ -465,7 +465,7 @@ msgid "_Ignore case"
msgstr "Groß-/Kleinschreibung _ignorieren"

#: ../data/ui/search-dialog.ui.h:16 ../data/ui/spellcheck-dialog.ui.h:11
#: ../gaupol/dialogs/multisave.py:132
#: ../gaupol/dialogs/multisave.py:131
msgid "_Replace"
msgstr "Erset_zen"

Expand Down Expand Up @@ -2396,20 +2396,20 @@ msgstr "Originaltext"
msgid "Corrected Text"
msgstr "Korrigierter Text"

#: ../gaupol/assistants.py:1017
#: ../gaupol/assistants.py:1019
msgid "Correct Texts"
msgstr "Texte korrigieren"

#: ../gaupol/assistants.py:1045
#: ../gaupol/assistants.py:1048
msgid "Correcting texts"
msgstr "Texte werden korrigiert"

#: ../gaupol/assistants.py:1061
#: ../gaupol/assistants.py:1064
#, python-format
msgid "Edited %(edits)d and removed %(removals)d subtitles"
msgstr "%(edits)d Untertitel bearbeitet und %(removals)d entfernt"

#: ../gaupol/assistants.py:1087
#: ../gaupol/assistants.py:1098
#, python-format
msgid "Confirm %d Change"
msgid_plural "Confirm %d Changes"
Expand Down Expand Up @@ -2506,12 +2506,12 @@ msgstr ""
msgid "Set Language"
msgstr "Sprache setzen"

#: ../gaupol/dialogs/multisave.py:124
#: ../gaupol/dialogs/multisave.py:123
#, python-format
msgid "%d of the files to be saved already exist. Do you want to replace them?"
msgstr ""

#: ../gaupol/dialogs/multisave.py:127
#: ../gaupol/dialogs/multisave.py:126
#, python-format
msgid ""
"The files already exist in \"%s\". Replacing them will overwrite their "
Expand All @@ -2536,20 +2536,20 @@ msgstr "Erweiterung »%s« wird von anderen Erweiterungen benötigt."
msgid "Custom"
msgstr "Angepasst"

#: ../gaupol/dialogs/search.py:354
#: ../gaupol/dialogs/search.py:355
#, python-format
msgid "\"%s\" not found"
msgstr "»%s« nicht gefunden"

#: ../gaupol/dialogs/search.py:411
#: ../gaupol/dialogs/search.py:412
msgid "Error in regular expression pattern"
msgstr "Fehler im regulären Ausdrucksmuster"

#: ../gaupol/dialogs/search.py:418
#: ../gaupol/dialogs/search.py:419
msgid "Error in regular expression replacement"
msgstr "Fehler in Ersetzung von regulärem Ausdruck"

#: ../gaupol/dialogs/search.py:539
#: ../gaupol/dialogs/search.py:540
#, python-format
msgid "Found and replaced %d occurence"
msgid_plural "Found and replaced %d occurences"
Expand Down
Loading

0 comments on commit 7844b23

Please sign in to comment.