Skip to content

Commit

Permalink
Release AvsPmod v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdcrim committed Dec 5, 2012
1 parent f30c852 commit 8bb4515
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 13 deletions.
14 changes: 14 additions & 0 deletions changelog.txt
Expand Up @@ -2,6 +2,20 @@ CHANGELOG
=========


Version 2.4.1 [2012-12-05]
--------------------------

- Add 'reload script' menu option
- Add 'use large size video controls' setting
- Add 'invert scroll wheel direction' setting
- Improve video zooming on Ctrl + mouse wheel
- Fix the 'navigate' menu options needing to be pressed two times when using a separate window for the video preview
- Fix the dragging of the handle of the separate window preview's slider
- Fix ScriptFile and ScriptName being swapped
- Accept several clip properties on the Pipe macro function's command line
- Other minor fixes


Version 2.4.0 [2012-11-27]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion global_vars.py
Expand Up @@ -30,7 +30,7 @@
description = _('An AviSynth script editor')
url = 'https://github.com/avspmod/avspmod'
license = 'GNU GPL v2'
version = '2.4.0'
version = '2.4.1'

# Used to pass the shared library location to avisynth.py, don't touch
avisynth_library_dir = ''
14 changes: 12 additions & 2 deletions translations/translation_fra.py
Expand Up @@ -17,7 +17,7 @@
# French traslation authors:
# André v2.0.2

version = "2.4.0"
version = "2.4.1"

messages = {
"AviSynth fonts and colors" : u"APolices et couleurs AvsP",
Expand Down Expand Up @@ -139,8 +139,8 @@
"ASCII Text Array" : u"", # New in v2.3.0
"Windows Icon" : u"", # New in v2.3.0
"Windows Cursor" : u"", # New in v2.4.0
"fps" : u"",
"Frame" : u"",
"fps" : u"",
"A crash detected at the last running!" : u"", # New in v2.2.1
"&Zoom" : u"", # New in v2.2.1
"Damaged {0}. Using default settings." : u"", # New in v2.4.0
Expand Down Expand Up @@ -291,6 +291,8 @@
"Misc" : u"Divers",
"Choose the language used for the interface" : u"", # New in v2.3.0
"Language" : u"", # New in v2.3.0
"Double the size of the buttons on the video control bar" : u"", # New in v2.4.1
"Use large size video controls" : u"", # New in v2.4.1
"Show keyboard images in the script tabs when video has focus" : u"Quand la fenêtre vidéo a le focus, affiche les images claviers dans les onglets des scripts",
"Use keyboard images in tabs" : u"Utiliser les images claviers dans les onglets",
"Show tabs in multiline style" : u"", # New in v2.2.1
Expand All @@ -299,6 +301,8 @@
"Show tabs in fixed width" : u"", # New in v2.2.1
"Enable scroll wheel through similar tabs" : u"", # New in v2.2.1
"Mouse scroll wheel cycles through tabs with similar videos" : u"Permettre de se déplacer d'onglet à onglet (videos similaires seulement) avec la roue de la sourie",
"Invert scroll wheel direction" : u"", # New in v2.4.1
"Scroll the mouse wheel up for changing tabs to the right" : u"", # New in v2.4.1
"Only allow a single instance of AvsPmod" : u"", # New in v2.2.1
"Show warning at startup if there are dlls with bad naming in default plugin folder" : u"", # New in v2.2.1
"Show warning for bad plugin naming at startup" : u"", # New in v2.2.1
Expand Down Expand Up @@ -405,6 +409,8 @@
"Save the current script" : u"Enregistre le script courant",
"Choose where to save the current script" : u"Choisir où sauvegarder le script courant",
"Save script as..." : u"Enregistrer le script sous...",
"Reload script" : u"", # New in v2.4.1
"Reopen the current script file if it has changed" : u"", # New in v2.4.1
"&Print script" : u"", # New in v2.3.1
"Configure page for printing" : u"", # New in v2.3.1
"Page setup" : u"", # New in v2.3.1
Expand Down Expand Up @@ -634,6 +640,8 @@
"Open the avisynth help html" : u"Ouvre le fichier d'aide html d'avisynth",
"Open Avisynth plugins folder" : u"", # New in v2.2.1
"Open the avisynth plugins folder, or the last folder from which a plugin was loaded" : u"", # New in v2.3.1
"Changelog" : u"", # New in v2.4.1
"Open the changelog file" : u"", # New in v2.4.1
"About this program" : u"Version / Credits",
"About AvsPmod" : u"", # New in v2.2.1
"Previous frame" : u"Frame précédente",
Expand All @@ -652,6 +660,7 @@
"Rename" : u"", # New in v2.2.1
"Save" : u"Enregistrer",
"Save as..." : u"Enregistrer sous...",
"Reload" : u"", # New in v2.4.1
"Copy to new tab" : u"Copier vers un nouvel onglet",
"Reposition to" : u"", # New in v2.2.1
"Crop editor" : u"Rognage",
Expand Down Expand Up @@ -761,6 +770,7 @@
"* This shortcut is active only when video window has focus.\n~ This shortcut is active only when script window has focus." : u"", # New in v2.3.0
"Could not find the Avisynth plugins folder!" : u"", # New in v2.2.1
"Could not find %(readme)s!" : u"%(readme)s introuvable !",
"Could not find %(changelog)s!" : u"", # New in v2.4.1
"AvsPmod version %(version)s " : u"", # New in v2.2.1
"AvsP Website" : u"Site internet d'AvsP",
"AvsPmod repository" : u"", # New in v2.4.0
Expand Down
14 changes: 12 additions & 2 deletions translations/translation_ger.py
Expand Up @@ -16,7 +16,7 @@

# Übersetzt von Henrik . AvsP 2.0.1 Danke für die Hilfe, besonders LigH ,doxville,Brother John, Selur und Rippraff !

version = "2.4.0"
version = "2.4.1"

messages = {
"AviSynth fonts and colors" : u"Avisynthschriftarten und Farben",
Expand Down Expand Up @@ -138,8 +138,8 @@
"ASCII Text Array" : u"", # New in v2.3.0
"Windows Icon" : u"", # New in v2.3.0
"Windows Cursor" : u"", # New in v2.4.0
"fps" : u"fps (Bilder pro Sekunde)",
"Frame" : u"Einzelbild",
"fps" : u"fps (Bilder pro Sekunde)",
"A crash detected at the last running!" : u"", # New in v2.2.1
"&Zoom" : u"", # New in v2.2.1
"Damaged {0}. Using default settings." : u"", # New in v2.4.0
Expand Down Expand Up @@ -290,6 +290,8 @@
"Misc" : u"Sonstiges",
"Choose the language used for the interface" : u"", # New in v2.3.0
"Language" : u"", # New in v2.3.0
"Double the size of the buttons on the video control bar" : u"", # New in v2.4.1
"Use large size video controls" : u"", # New in v2.4.1
"Show keyboard images in the script tabs when video has focus" : u"Zeigen der Tastaturabbildungen (keyboard images)in den Script-Tabs, wenn Video fokusiert",
"Use keyboard images in tabs" : u"Verwenden von Tastaturabbildungen (keyboard images) bei Tabulatoren",
"Show tabs in multiline style" : u"", # New in v2.2.1
Expand All @@ -298,6 +300,8 @@
"Show tabs in fixed width" : u"", # New in v2.2.1
"Enable scroll wheel through similar tabs" : u"", # New in v2.2.1
"Mouse scroll wheel cycles through tabs with similar videos" : u"", # New in v2.0.1
"Invert scroll wheel direction" : u"", # New in v2.4.1
"Scroll the mouse wheel up for changing tabs to the right" : u"", # New in v2.4.1
"Only allow a single instance of AvsPmod" : u"", # New in v2.2.1
"Show warning at startup if there are dlls with bad naming in default plugin folder" : u"", # New in v2.2.1
"Show warning for bad plugin naming at startup" : u"", # New in v2.2.1
Expand Down Expand Up @@ -404,6 +408,8 @@
"Save the current script" : u"Speichere aktuelles Script",
"Choose where to save the current script" : u"Speicherverzeichnis des aktuellen Scripts",
"Save script as..." : u"Speichere Script als...",
"Reload script" : u"", # New in v2.4.1
"Reopen the current script file if it has changed" : u"", # New in v2.4.1
"&Print script" : u"", # New in v2.3.1
"Configure page for printing" : u"", # New in v2.3.1
"Page setup" : u"", # New in v2.3.1
Expand Down Expand Up @@ -633,6 +639,8 @@
"Open the avisynth help html" : u"Öffne Avisynth-HTML-Hilfe",
"Open Avisynth plugins folder" : u"", # New in v2.2.1
"Open the avisynth plugins folder, or the last folder from which a plugin was loaded" : u"", # New in v2.3.1
"Changelog" : u"", # New in v2.4.1
"Open the changelog file" : u"", # New in v2.4.1
"About this program" : u"Über dieses Programm",
"About AvsPmod" : u"", # New in v2.2.1
"Previous frame" : u"Vorheriges Einzelbild",
Expand All @@ -651,6 +659,7 @@
"Rename" : u"", # New in v2.2.1
"Save" : u"Speichern",
"Save as..." : u"Speichere als...",
"Reload" : u"", # New in v2.4.1
"Copy to new tab" : u"Zu einem neuen Tab kopieren",
"Reposition to" : u"", # New in v2.2.1
"Crop editor" : u"Cropeditor",
Expand Down Expand Up @@ -760,6 +769,7 @@
"* This shortcut is active only when video window has focus.\n~ This shortcut is active only when script window has focus." : u"", # New in v2.3.0
"Could not find the Avisynth plugins folder!" : u"", # New in v2.2.1
"Could not find %(readme)s!" : u"Kann nicht finden %(readme)s!",
"Could not find %(changelog)s!" : u"", # New in v2.4.1
"AvsPmod version %(version)s " : u"", # New in v2.2.1
"AvsP Website" : u"AvsP Webseite",
"AvsPmod repository" : u"", # New in v2.4.0
Expand Down
14 changes: 12 additions & 2 deletions translations/translation_jpn.py
Expand Up @@ -17,7 +17,7 @@
# Japanese translation authors:
# niiyan v2.0.2

version = "2.4.0"
version = "2.4.1"

messages = {
"AviSynth fonts and colors" : u"フォントと色の設定",
Expand Down Expand Up @@ -139,8 +139,8 @@
"ASCII Text Array" : u"", # New in v2.3.0
"Windows Icon" : u"", # New in v2.3.0
"Windows Cursor" : u"", # New in v2.4.0
"fps" : u"",
"Frame" : u"フレーム",
"fps" : u"",
"A crash detected at the last running!" : u"", # New in v2.2.0
"&Zoom" : u"", # New in v2.2.0
"Damaged {0}. Using default settings." : u"", # New in v2.4.0
Expand Down Expand Up @@ -291,6 +291,8 @@
"Misc" : u"その他",
"Choose the language used for the interface" : u"", # New in v2.3.0
"Language" : u"", # New in v2.3.0
"Double the size of the buttons on the video control bar" : u"", # New in v2.4.1
"Use large size video controls" : u"", # New in v2.4.1
"Show keyboard images in the script tabs when video has focus" : u"ビデオにフォーカスがある時にスクリプトタブにキーボード画像を表示する",
"Use keyboard images in tabs" : u"タブ内にキーボード画像を使用",
"Show tabs in multiline style" : u"", # New in v2.2.0
Expand All @@ -299,6 +301,8 @@
"Show tabs in fixed width" : u"", # New in v2.2.0
"Enable scroll wheel through similar tabs" : u"", # New in v2.2.0
"Mouse scroll wheel cycles through tabs with similar videos" : u"マウスのスクロールホイールで類似したビデオのタブを切り替え表示する",
"Invert scroll wheel direction" : u"", # New in v2.4.1
"Scroll the mouse wheel up for changing tabs to the right" : u"", # New in v2.4.1
"Only allow a single instance of AvsPmod" : u"", # New in v2.2.0
"Show warning at startup if there are dlls with bad naming in default plugin folder" : u"", # New in v2.2.0
"Show warning for bad plugin naming at startup" : u"", # New in v2.2.0
Expand Down Expand Up @@ -405,6 +409,8 @@
"Save the current script" : u"現在のスクリプトを保存",
"Choose where to save the current script" : u"現在のスクリプトを保存する場所を選択",
"Save script as..." : u"名前を付けて保存",
"Reload script" : u"", # New in v2.4.1
"Reopen the current script file if it has changed" : u"", # New in v2.4.1
"&Print script" : u"", # New in v2.3.1
"Configure page for printing" : u"", # New in v2.3.1
"Page setup" : u"", # New in v2.3.1
Expand Down Expand Up @@ -634,6 +640,8 @@
"Open the avisynth help html" : u"AviSynthのヘルプを開く",
"Open Avisynth plugins folder" : u"", # New in v2.2.0
"Open the avisynth plugins folder, or the last folder from which a plugin was loaded" : u"", # New in v2.3.1
"Changelog" : u"", # New in v2.4.1
"Open the changelog file" : u"", # New in v2.4.1
"About this program" : u"このプログラムについて",
"About AvsPmod" : u"", # New in v2.2.0
"Previous frame" : u"前のフレーム",
Expand All @@ -652,6 +660,7 @@
"Rename" : u"", # New in v2.2.0
"Save" : u"保存",
"Save as..." : u"名前を付けて保存",
"Reload" : u"", # New in v2.4.1
"Copy to new tab" : u"新しいタブにコピー",
"Reposition to" : u"", # New in v2.2.0
"Crop editor" : u"Cropエディタ",
Expand Down Expand Up @@ -761,6 +770,7 @@
"* This shortcut is active only when video window has focus.\n~ This shortcut is active only when script window has focus." : u"", # New in v2.3.0
"Could not find the Avisynth plugins folder!" : u"", # New in v2.2.0
"Could not find %(readme)s!" : u"%(readme)sを見つけることができませんでした!",
"Could not find %(changelog)s!" : u"", # New in v2.4.1
"AvsPmod version %(version)s " : u"", # New in v2.2.0
"AvsP Website" : u"AvsPウェブサイト",
"AvsPmod repository" : u"", # New in v2.4.0
Expand Down
14 changes: 12 additions & 2 deletions translations/translation_por.py
Expand Up @@ -17,7 +17,7 @@
# Português(Br) translation authors:
# Veiga v1.2.0 - v2.0.1

version = "2.4.0"
version = "2.4.1"

messages = {
"AviSynth fonts and colors" : u"Avisynth (Fontes & Cores)",
Expand Down Expand Up @@ -139,8 +139,8 @@
"ASCII Text Array" : u"", # New in v2.3.0
"Windows Icon" : u"", # New in v2.3.0
"Windows Cursor" : u"", # New in v2.4.0
"fps" : u"fps",
"Frame" : u"Quadro",
"fps" : u"fps",
"A crash detected at the last running!" : u"", # New in v2.2.1
"&Zoom" : u"", # New in v2.2.1
"Damaged {0}. Using default settings." : u"", # New in v2.4.0
Expand Down Expand Up @@ -291,6 +291,8 @@
"Misc" : u"Miscelânias",
"Choose the language used for the interface" : u"", # New in v2.3.0
"Language" : u"", # New in v2.3.0
"Double the size of the buttons on the video control bar" : u"", # New in v2.4.1
"Use large size video controls" : u"", # New in v2.4.1
"Show keyboard images in the script tabs when video has focus" : u"Mostra nas fichas, o numero correspondente do teclado qdo o video estiver focado",
"Use keyboard images in tabs" : u"Mostra o número correspondente do teclado nas fichas",
"Show tabs in multiline style" : u"", # New in v2.2.1
Expand All @@ -299,6 +301,8 @@
"Show tabs in fixed width" : u"", # New in v2.2.1
"Enable scroll wheel through similar tabs" : u"", # New in v2.2.1
"Mouse scroll wheel cycles through tabs with similar videos" : u"A roda do mouse irá navegar pelas fichas com videos similares",
"Invert scroll wheel direction" : u"", # New in v2.4.1
"Scroll the mouse wheel up for changing tabs to the right" : u"", # New in v2.4.1
"Only allow a single instance of AvsPmod" : u"", # New in v2.2.1
"Show warning at startup if there are dlls with bad naming in default plugin folder" : u"", # New in v2.2.1
"Show warning for bad plugin naming at startup" : u"", # New in v2.2.1
Expand Down Expand Up @@ -405,6 +409,8 @@
"Save the current script" : u"Salva o script em uso",
"Choose where to save the current script" : u"Escolha onde salvar o script em uso",
"Save script as..." : u"Salvar script como",
"Reload script" : u"", # New in v2.4.1
"Reopen the current script file if it has changed" : u"", # New in v2.4.1
"&Print script" : u"", # New in v2.3.1
"Configure page for printing" : u"", # New in v2.3.1
"Page setup" : u"", # New in v2.3.1
Expand Down Expand Up @@ -634,6 +640,8 @@
"Open the avisynth help html" : u"Abre ajuda html do avisynth",
"Open Avisynth plugins folder" : u"", # New in v2.2.1
"Open the avisynth plugins folder, or the last folder from which a plugin was loaded" : u"", # New in v2.3.1
"Changelog" : u"", # New in v2.4.1
"Open the changelog file" : u"", # New in v2.4.1
"About this program" : u"Sôbre este programa",
"About AvsPmod" : u"", # New in v2.2.1
"Previous frame" : u"Quadro anterior",
Expand All @@ -652,6 +660,7 @@
"Rename" : u"", # New in v2.2.1
"Save" : u"Salvar",
"Save as..." : u"Salvar como...",
"Reload" : u"", # New in v2.4.1
"Copy to new tab" : u"Copiar p/ nova tabulação",
"Reposition to" : u"", # New in v2.2.1
"Crop editor" : u"Editor crop",
Expand Down Expand Up @@ -761,6 +770,7 @@
"* This shortcut is active only when video window has focus.\n~ This shortcut is active only when script window has focus." : u"", # New in v2.3.0
"Could not find the Avisynth plugins folder!" : u"", # New in v2.2.1
"Could not find %(readme)s!" : u"Impossivel encontrar %(readme)s!",
"Could not find %(changelog)s!" : u"", # New in v2.4.1
"AvsPmod version %(version)s " : u"", # New in v2.2.1
"AvsP Website" : u"AvsP Website",
"AvsPmod repository" : u"", # New in v2.4.0
Expand Down
14 changes: 12 additions & 2 deletions translations/translation_rus.py
Expand Up @@ -28,7 +28,7 @@
# Russian interface file for AvsP editor by qwerpoi, http://www.avisynth.org/qwerpoi
# Translated by Fizick 19.09.2006-11.03.2007 for AvsP v1.3.7, http://avisynth.org.ru/avsp

version = "2.4.0"
version = "2.4.1"

messages = {
"AviSynth fonts and colors" : u"",
Expand Down Expand Up @@ -150,8 +150,8 @@
"ASCII Text Array" : u"", # New in v2.3.0
"Windows Icon" : u"", # New in v2.3.0
"Windows Cursor" : u"", # New in v2.4.0
"fps" : u"кадр/с",
"Frame" : u"Кадр",
"fps" : u"кадр/с",
"A crash detected at the last running!" : u"", # New in v2.2.1
"&Zoom" : u"", # New in v2.2.1
"Damaged {0}. Using default settings." : u"", # New in v2.4.0
Expand Down Expand Up @@ -302,6 +302,8 @@
"Misc" : u"Разное",
"Choose the language used for the interface" : u"", # New in v2.3.0
"Language" : u"", # New in v2.3.0
"Double the size of the buttons on the video control bar" : u"", # New in v2.4.1
"Use large size video controls" : u"", # New in v2.4.1
"Show keyboard images in the script tabs when video has focus" : u"", # New in v2.2.1
"Use keyboard images in tabs" : u"", # New in v2.2.1
"Show tabs in multiline style" : u"", # New in v2.2.1
Expand All @@ -310,6 +312,8 @@
"Show tabs in fixed width" : u"", # New in v2.2.1
"Enable scroll wheel through similar tabs" : u"", # New in v2.2.1
"Mouse scroll wheel cycles through tabs with similar videos" : u"", # New in v2.2.1
"Invert scroll wheel direction" : u"", # New in v2.4.1
"Scroll the mouse wheel up for changing tabs to the right" : u"", # New in v2.4.1
"Only allow a single instance of AvsPmod" : u"", # New in v2.2.1
"Show warning at startup if there are dlls with bad naming in default plugin folder" : u"", # New in v2.2.1
"Show warning for bad plugin naming at startup" : u"", # New in v2.2.1
Expand Down Expand Up @@ -416,6 +420,8 @@
"Save the current script" : u"Сохранить текущий скрипт",
"Choose where to save the current script" : u"Выбрать где сохранить текущий скрипт",
"Save script as..." : u"Сохранить скрипт как...",
"Reload script" : u"", # New in v2.4.1
"Reopen the current script file if it has changed" : u"", # New in v2.4.1
"&Print script" : u"", # New in v2.3.1
"Configure page for printing" : u"", # New in v2.3.1
"Page setup" : u"", # New in v2.3.1
Expand Down Expand Up @@ -645,6 +651,8 @@
"Open the avisynth help html" : u"Открыть html файл справки AviSynth",
"Open Avisynth plugins folder" : u"", # New in v2.2.1
"Open the avisynth plugins folder, or the last folder from which a plugin was loaded" : u"", # New in v2.3.1
"Changelog" : u"", # New in v2.4.1
"Open the changelog file" : u"", # New in v2.4.1
"About this program" : u"Об этой программе",
"About AvsPmod" : u"", # New in v2.2.1
"Previous frame" : u"Предыдущий кадр",
Expand All @@ -663,6 +671,7 @@
"Rename" : u"", # New in v2.2.1
"Save" : u"Сохранить",
"Save as..." : u"Сохранить как...",
"Reload" : u"", # New in v2.4.1
"Copy to new tab" : u"", # New in v2.2.1
"Reposition to" : u"", # New in v2.2.1
"Crop editor" : u"Редактор обрезки",
Expand Down Expand Up @@ -772,6 +781,7 @@
"* This shortcut is active only when video window has focus.\n~ This shortcut is active only when script window has focus." : u"", # New in v2.3.0
"Could not find the Avisynth plugins folder!" : u"", # New in v2.2.1
"Could not find %(readme)s!" : u"Не могу найти %(readme)s!",
"Could not find %(changelog)s!" : u"", # New in v2.4.1
"AvsPmod version %(version)s " : u"", # New in v2.2.1
"AvsP Website" : u"AvsP WWW-сайт",
"AvsPmod repository" : u"", # New in v2.4.0
Expand Down

0 comments on commit 8bb4515

Please sign in to comment.