[gnome-subtitles] Updated for release 1.1



commit c2726f485fbcdc9a233c30713c77271b26235bfb
Author: Pedro Castro <mail pedrocastro org>
Date:   Sun Oct 31 16:09:35 2010 +0000

    Updated for release 1.1

 AUTHORS                     |   32 ++++++++++++++++++++------------
 NEWS                        |   34 +++++++++++++++++++---------------
 configure.ac                |    2 +-
 src/Glade/AboutDialog.glade |   31 ++++++++++++++++---------------
 4 files changed, 56 insertions(+), 43 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 857b030..197cb05 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,15 @@ Authors
 =======
 Pedro Castro <mail pedrocastro.org> - Author and Maintainer
 
+Contributors
+============
+Arx Cruz
+Cristina Yenyxe (Past Maintainer)
+Fernando Zorrilla
+Miguel Filho
+Nazar Kulyk
+Valmir Sena
+
 Artwork
 =======
 Stefan A. Keel (Sak) <http://sak.102010.org> - Logo and Icons
@@ -20,33 +29,32 @@ Translation
 Djihed Afifi (ar)
 Alexander Shopov, Svetoslav Stefanov (bg)
 Joan Duran (ca)
+Carles Ferrando, Joan Duran (ca valencia)
 Kamil Paral, Lucas Lommer, Marek Ä?ernocký, Petr Kovar, Rinu (cs)
 Joe Hansen, Kristian Kjærgaard (da)
 Felix Braun, Mario Blättermann (de)
 Yumkee Lhamo (dz)
-Nikolaos Agianniotis (el)
+Nick Agianniotis (el)
 Philip Withnall (en_GB)
 Gabriel Ruiz, Jorge González, Paulino Padial (es)
 Ilkka Tuohela (fi)
-Alexandre Imache, Claude Paroz, Frederic Peters, Stéphane Raimbault (fr)
-Antón Méixome, Lois (gl)
-Mark Krapivner, Yair Hershkovitz (he)
+Alexandre Imache, Bruno Brouard, Claude Paroz, Frederic Peters, Stéphane Raimbault (fr)
+Antón Méixome, Fran Diéguez, Lois (gl)
+Mark Krapivner, Yair Hershkovitz, Yaron Shahrabani (he)
+Gabor Kelemen, Laszlo Csordas (hu)
 Claudio Arseni, Luca Ferretti, Simone Oberti (it)
 Kjartan Maraas (nb)
 Yannig Marchegay (oc)
+A S Alam (pa)
 Piotr DrÄ?g, Tomasz SaÅ?aciÅ?ski (pl)
 António Lima (pt)
-César Veiga, Fábio Nogueira, Henrique P Machado, Leonardo Ferreira Fontenelle, Raphael Higino (pt_BR)
+César Veiga, Fábio Nogueira, Henrique Machado, Leonardo Fontenelle, Raphael Higino (pt_BR)
+Daniel È?erbÄ?nescu, Lucian Grijincu (ro)
 Nickolay V. Shmyrev (ru)
 Andrej ŽnidarÅ¡iÄ?, Matej UrbanÄ?iÄ? (sl)
 Daniel Nylander (sv)
-
-Contributors
-============
-Cristina Yenyxe (Past Maintainer)
-Fernando Zorrilla
-Miguel Filho
-Nazar Kulyk
+Baris Cicek, Serkan Yılmaz (tr)
+Aron Xu (zh_CN)
 
 Supporters
 ==========
diff --git a/NEWS b/NEWS
index d74bbe5..b88e3ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,25 @@
 Gnome Subtitles
 ===============
 
-1.1
+1.1 (31/10/10)
 ==============
 
-From: Sun 03
-- Quick subtitle timing during playback (#547984)
-- Periodically backup subtitle files
-- Allow to:
- * Seek the video to the position of the selected subtitle (show feature name and shortcut)
- * Select the subtitle for the current video position
- * Follow subtitles (subtitles are automatically selected as the movie is playing)
- * Subtitle loop
-- Fixed problem opening subtitles with drag-and-drop having spaces in their path
-- Use ISO-8859-1 as default character coding added to the encodings list and as fallback
-- When activating a sync point, seek to the sync point time instead of the subtitle time
-
+- New feature for quickly setting times with a single button: pressing sets the
+  start time, releasing sets the end time, then moves to the next subtitle
+- Periodically backup subtitle files, configurable in the preferences
+- New features for video seeking and subtitle selection:
+  * Video->Loop Selection - loop the video playback to the selected subtitles
+  * Video->Seek to Selection - seek the video to the selected subtitle
+  * Video->Select Nearest Subtitle - select the subtitle for the video position
+  * Video->Auto Select Subtitle - auto select subtitles as the video is playing
+- Changes in the Timings Synchronize dialog:
+  * Fixed a bug using the Synchronize All Subtitles option
+  * Activating a sync point now seeks to its new time instead of the old one
+- Fixed a bug drag-and-dropping files with spaces in their path
+- Use ISO-8859-1 as the fallback and default encoding in the File Open list
 
 Translations:
+- Carles Ferrando, Joan Duran (ca valencia)
 - Lucas Lommer, Marek Ä?ernocký, Petr Kovar (cs)
 - Mario Blättermann (de)
 - Jorge González (es)
@@ -25,9 +27,10 @@ Translations:
 - Fran Diéguez (gl)
 - Yaron Shahrabani (he)
 - Gabor Kelemen, Laszlo Csordas (hu)
+- A S Alam (pa)
 - Piotr DrÄ?g (pl)
 - António Lima (pt)
-- Daniel È?erbÄ?nescu (ro)
+- Daniel È?erbÄ?nescu, Lucian Grijincu (ro)
 - Andrej ŽnidarÅ¡iÄ? (sl)
 - Baris Cicek, Serkan Yılmaz (tr)
 - Aron Xu (zh_CN)
@@ -41,6 +44,7 @@ Bug fixes:
 - Bug in help (#612400)
 - Untranslated strings (#619364)
 - Crash when shifting selected subtitles (#620027)
+- Synchronize timings for all subtitles (#622248)
 - Crash when searching backwards (#628427)
 
 Contributors:
@@ -51,7 +55,7 @@ Additional thanks:
 
 
 1.0 (18/02/10)
-===================
+==============
 
 - Added drag-and-drop support for loading subtitle and video files
 - Allow to set new options in the preferences:
diff --git a/configure.ac b/configure.ac
index f6dc4a0..816aa4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.58)
-AC_INIT(gnome-subtitles, 1.0, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-subtitles)
+AC_INIT(gnome-subtitles, 1.1, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-subtitles)
 
 GNOME_COMMON_INIT
 
diff --git a/src/Glade/AboutDialog.glade b/src/Glade/AboutDialog.glade
index a7205cd..afe9f95 100644
--- a/src/Glade/AboutDialog.glade
+++ b/src/Glade/AboutDialog.glade
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <glade-interface>
   <!-- interface-requires gtk+ 2.16 -->
   <!-- interface-naming-policy toplevel-contextual -->
@@ -10,9 +10,8 @@
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>
     <property name="skip_pager_hint">True</property>
-    <property name="has_separator">False</property>
     <property name="program_name">Gnome Subtitles</property>
-    <property name="copyright">Copyright &#xA9; 2006-2010 Pedro Castro</property>
+    <property name="copyright">Copyright © 2006-2010 Pedro Castro</property>
     <property name="comments" translatable="yes">Video subtitling for the GNOME desktop</property>
     <property name="website">http://gnome-subtitles.sf.net</property>
     <property name="license" translatable="yes">Gnome Subtitles is free software; you can redistribute it and/or modify
@@ -42,29 +41,31 @@ Contributors:
     <property name="translator_credits">Djihed Afifi (ar)
 Alexander Shopov, Svetoslav Stefanov (bg)
 Joan Duran (ca)
-Kamil Paral, Lucas Lommer, Marek &#x10C;ernock&#xFD;, Petr Kovar, Rinu (cs)
-Joe Hansen, Kristian Kj&#xE6;rgaard (da)
-Felix Braun, Mario Bl&#xE4;ttermann (de)
+Carles Ferrando, Joan Duran (ca valencia)
+Kamil Paral, Lucas Lommer, Marek Ä?ernocký, Petr Kovar, Rinu (cs)
+Joe Hansen, Kristian Kjærgaard (da)
+Felix Braun, Mario Blättermann (de)
 Yumkee Lhamo (dz)
 Nick Agianniotis (el)
 Philip Withnall (en_GB)
-Gabriel Ruiz, Jorge Gonz&#xE1;lez, Paulino Padial (es)
+Gabriel Ruiz, Jorge González, Paulino Padial (es)
 Ilkka Tuohela (fi)
-Alexandre Imache, Bruno Brouard, Claude Paroz, Frederic Peters, St&#xE9;phane Raimbault (fr)
-Ant&#xF3;n M&#xE9;ixome, Fran Di&#xE9;guez, Lois (gl)
+Alexandre Imache, Bruno Brouard, Claude Paroz, Frederic Peters, Stéphane Raimbault (fr)
+Antón Méixome, Fran Diéguez, Lois (gl)
 Mark Krapivner, Yair Hershkovitz, Yaron Shahrabani (he)
 Gabor Kelemen, Laszlo Csordas (hu)
 Claudio Arseni, Luca Ferretti, Simone Oberti (it)
 Kjartan Maraas (nb)
 Yannig Marchegay (oc)
-Piotr Dr&#x105;g, Tomasz Sa&#x142;aci&#x144;ski (pl)
-Ant&#xF3;nio Lima (pt)
-C&#xE9;sar Veiga, F&#xE1;bio Nogueira, Henrique P Machado, Leonardo Ferreira Fontenelle, Raphael Higino (pt_BR)
-Daniel &#x218;erb&#x103;nescu (ro)
+A S Alam (pa)
+Piotr DrÄ?g, Tomasz SaÅ?aciÅ?ski (pl)
+António Lima (pt)
+César Veiga, Fábio Nogueira, Henrique Machado, Leonardo Fontenelle, Raphael Higino (pt_BR)
+Daniel È?erbÄ?nescu, Lucian Grijincu (ro)
 Nickolay V. Shmyrev (ru)
-Andrej &#x17D;nidar&#x161;i&#x10D;, Matej Urban&#x10D;i&#x10D; (sl)
+Andrej ŽnidarÅ¡iÄ?, Matej UrbanÄ?iÄ? (sl)
 Daniel Nylander (sv)
-Baris Cicek, Serkan Y&#x131;lmaz (tr)
+Baris Cicek, Serkan Yılmaz (tr)
 Aron Xu (zh_CN)</property>
     <property name="artists">Stefan A. Keel (Sak)</property>
     <child internal-child="vbox">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]