# Generated by Makefile. Do not edit.

commit 5b5d2295b32639c7a28f7e00f520c8dde68620e3
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Aug 21 01:27:32 2011 +0100

    Updating to release 1.2

 NEWS         |  172 ++++++++++++++++++++++++++++++++++++++++------------------
 configure.ac |    2 +-
 2 files changed, 121 insertions(+), 53 deletions(-)

commit f0a37fa1d9cb43bee18e8dca041c4974d1057402
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Aug 21 00:56:57 2011 +0100

    Updating for release 1.2.

 AUTHORS                     |   14 ++++++++------
 src/Glade/AboutDialog.glade |   17 ++++++++++-------
 2 files changed, 18 insertions(+), 13 deletions(-)

commit df085a0340dfa1add707ebb370be5292bfd31d62
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Aug 21 00:37:37 2011 +0100

    Removed references to automatic translation feature (currently disabled)

 help/C/gnome-subtitles.xml |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

commit 2bb0f7f9703e4c10266350d617446feb9c7b1c22
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Jul 29 22:45:25 2011 +0400

    Updated Russian translation

 po/ru.po |  844 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 576 insertions(+), 268 deletions(-)

commit 10e0a0a5fcdaa98e00c4f8a5d7e903e2b9039769
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 17:39:41 2011 +0100

    Show line lengths according to the option in the View menu
    
    Also, check the option directly in Config, not in Menus.

 src/Glade/MainWindow.glade                         |   17 +++++----
 src/GnomeSubtitles/Core/Config.cs                  |   18 ++++++++--
 src/GnomeSubtitles/Core/EventHandlers.cs           |    5 +++
 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |   37 +++++++++++++++++--
 src/GnomeSubtitles/Ui/Menus.cs                     |   27 +++------------
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |    8 ++++-
 6 files changed, 74 insertions(+), 38 deletions(-)

commit e17495f33774e46046c8c9e13ae9d377f7223a4a
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 16:17:36 2011 +0100

    Fix special characters (<,>,&,etc) not being displayed in the subtitle list
    
    The characters need to be escaped as pango markup is used.

 src/GnomeSubtitles/Ui/View/SubtitleView.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit afdfaa7712710daefbb28846f52d3e3858e6db76
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 15:54:57 2011 +0100

    Character count margins corrected
    
    The margin now uses the specific Right window of the text view, which prevents
    flickering and other artifacts from appearing. No background needs to be drawn
    because this window doesn't paint a white background.

 src/Glade/MainWindow.glade                         |   20 ++++------
 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |   40 +++++++++----------
 2 files changed, 27 insertions(+), 33 deletions(-)

commit 4d4303e3933e053c3f5f3248f12f0a698f993006
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 14:52:31 2011 +0100

    Code cleanup

 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

commit f4df96004b028d67a5689fda2c6bb33c9853934a
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 14:50:12 2011 +0100

    Use a different method to calculate pixel height

 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit f493343dd7779f1d6b1501807c9df46272a61026
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 14:46:42 2011 +0100

    Use a different method to calculate pixel width

 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c888876266b73ca5b10269321409bc2105b20335
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 14:39:24 2011 +0100

    Revert to previous behavior placing no limit on the char lengths

 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |   60 ++++++++++++++-----
 1 files changed, 44 insertions(+), 16 deletions(-)

commit 96a1888dee435e14d4c2596decc02b080e190c1b
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 17 14:26:29 2011 +0100

    Fixed column width mode. More efficient but limits character counts to 99.

 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |   61 ++++++--------------
 1 files changed, 17 insertions(+), 44 deletions(-)

commit 03c7ee094fd15b24f373812a94bb6a96832edc53
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 22:35:26 2011 +0100

    Script update

 m4/intltool.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e8cfb399dca285d26384dd2082d2c47423b63a63
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 22:29:50 2011 +0100

    Changed the way style is applied to the textview
    
    Bolds and italics are now set when the subtitle is loaded. Underline can't be set
    in Pango.FontDescription, so we apply a tag for that.

 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |  124 ++++++++-----------
 1 files changed, 52 insertions(+), 72 deletions(-)

commit 33ee73ef875e058a72041f99201aa18a4afe800a
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 20:34:31 2011 +0100

    Watch subtitle selection change when SubtitleEditText/Translation are visible
    
    Events that are dependent on document/translation loaded are now in SubtitleEditText/Translation

 src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs     |   23 ++++++++--
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |   47 +++++++++-----------
 .../Ui/Edit/SubtitleEditTranslation.cs             |   24 +++++-----
 3 files changed, 52 insertions(+), 42 deletions(-)

commit dae706dff6d5a1d79c32215319909ae745201797
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 20:17:25 2011 +0100

    Select first subtitle after emitting the document and translation loaded
    
    This allows for the widgets to update according to selection, as normal, instead
    of replicating a selection's behavior when the document or translation is loaded.

 src/GnomeSubtitles/Core/Base.cs            |   10 ++++++++++
 src/GnomeSubtitles/Ui/View/SubtitleView.cs |    1 -
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 25616813912e845f02b0f2eeb6e163ec7ad394a8
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 19:20:00 2011 +0100

    Code review

 .../Core/Command/FixedMultipleSelectionCommand.cs  |    2 +-
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit bab444628aefd95f7f98cdda4630dfab310b626a
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 19:13:34 2011 +0100

    Code review

 .../Core/Command/FixedMultipleSelectionCommand.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 08c6c75642c96a21260d9bd1607d890dec80610e
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 19:08:23 2011 +0100

    Code cleanup

 .../Core/Command/FixedMultipleSelectionCommand.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b0cc60bf22d944c0c4247302f34bb786fc79cf7e
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sat Jul 16 19:05:43 2011 +0100

    Show margin with character counts in subtitle edit (bug #625485)

 gnome-subtitles.mdp                                |    3 +
 src/Glade/MainWindow.glade                         |   24 ++-
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |   37 ++--
 .../Ui/Edit/SubtitleEditTextViewMargin.cs          |  222 ++++++++++++++++++++
 4 files changed, 263 insertions(+), 23 deletions(-)

commit 9e15191dfb0a38effe7c944cb602edea98f86649
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Wed Jul 6 21:45:26 2011 +0100

    Code cleanup

 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1fa32bba8ef94b55698b3e6d8cedd75bfa6f8384
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Thu Jul 14 21:54:48 2011 +0200

    Updated Danish translation

 po/da.po |  440 +++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 296 insertions(+), 144 deletions(-)

commit c0afe63ded80e4f353b9aec898fd4d04c39ebe5e
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Wed Jul 13 22:14:47 2011 +0200

    Updated Slovenian translation

 po/sl.po |  305 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 192 insertions(+), 113 deletions(-)

commit 8ee6b4c5e80672e401d449f957eb6ce50e94685d
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Jul 8 21:08:18 2011 +0200

    Updated Czech translation

 po/cs.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 9883b71fa21d08331fa0223789da3238956181ff
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Jul 8 19:58:41 2011 +0200

    Updated Czech translation

 po/cs.po |  352 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 227 insertions(+), 125 deletions(-)

commit 5738d996bee58d515619b0ef8bdd79d7bd543e43
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Jul 7 12:26:41 2011 +0200

    [l10n] Updated German translation

 po/de.po |  322 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 201 insertions(+), 121 deletions(-)

commit bd8832d7644103523f444763225a15a0484381fb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jul 7 07:05:22 2011 +0200

    Updated Spanish translation

 po/es.po |   47 +++++++++++++++++++++++------------------------
 1 files changed, 23 insertions(+), 24 deletions(-)

commit 8da9c9313741eb0a9dcb5e55330fa958ab6366d5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jul 6 11:00:34 2011 +0200

    Updated Spanish translation

 po/es.po |   26 ++++++--------------------
 1 files changed, 6 insertions(+), 20 deletions(-)

commit 9c2b5274b06563ed64675e7e0180734315351645
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 4 19:21:50 2011 +0200

    Updated Spanish translation

 po/es.po |  320 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 208 insertions(+), 112 deletions(-)

commit f6648e22bf79ee866e31122d370d328c9e1a323f
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 21:14:22 2011 +0100

    Disable translation menu items as the implementation needs to be revised (bug #595084)

 src/Glade/MainWindow.glade |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

commit a096b5a89c5da9dc20991f7965797beeb9e42a55
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 20:02:39 2011 +0100

    From/To/During labels renamed to Start/End/Duration

 src/Glade/MainWindow.glade                         |   20 ++++++++++----------
 .../Core/Command/ChangeTimingCommand.cs            |    6 +++---
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |    6 +++---
 3 files changed, 16 insertions(+), 16 deletions(-)

commit d55db8f4aea346df60c99adf8933ef0be747f582
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 19:55:12 2011 +0100

    Added tips to the Start, End and Duration labels

 src/Glade/MainWindow.glade |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

commit 23edd22cf4a4fc6bdc63616b6dcfbec037baa798
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 19:44:25 2011 +0100

    Label corrected

 src/Glade/TimingsShiftDialog.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e4211099feec6078a37376400f8bf3d5c11b1c5d
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 19:27:24 2011 +0100

    Added tip regarding shortcut for shifting subtitles

 src/Glade/TimingsShiftDialog.glade |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit 410e96213e38d198774883243e02639bb4b10afd
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 19:00:18 2011 +0100

    Set spin button's width as N chars instead of using pango to detect pixel width

 src/GnomeSubtitles/Core/Util.cs                    |    8 ++------
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs   |    7 +++----
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |    2 +-
 src/GnomeSubtitles/Dialog/VideoSeekToDialog.cs     |    4 ++--
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |    4 +++-
 5 files changed, 11 insertions(+), 14 deletions(-)

commit 8deb876ce1d9441fb8f014045ab4f47a5e05d762
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 18:23:22 2011 +0100

    Keep Existing and Remember Last Used labels changed

 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit ac169ef42fd698b65a0378dee70c804d9832cb6f
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 17:50:27 2011 +0100

    Preferences dialog review, with tabs and added options for video seek on change and time between subtitles

 src/Glade/PreferencesDialog.glade              |  825 +++++++++++++++---------
 src/GnomeSubtitles/Core/Config.cs              |   10 +-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |   41 ++-
 3 files changed, 579 insertions(+), 297 deletions(-)

commit 510f8184011a723bc9a743c09b28d52adbedd5c1
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 17:49:26 2011 +0100

    Code cleanup

 src/GnomeSubtitles/Core/Config.cs |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 0950abe7197c1dea35a4c2e292d04b4ec1673272
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 17:49:09 2011 +0100

    Changed maximum time between subtitles (when splitting) to 2000

 src/GnomeSubtitles/Core/Config.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fe0b8cfbf12b7e99bf7839638ac5edf09c0d3341
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 17:48:34 2011 +0100

    Changed default SeekOnChangeRewind value to 200 ms

 src/GnomeSubtitles/Core/Config.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 17ba6f55a83b1c4b4f42c8326d8370ffb1a45b03
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 17:47:34 2011 +0100

    Changed default SeekOnRewind value to 200 ms

 data/gnome-subtitles.schemas |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit acf4ae8bcf3da96f7a30ed7040bfd93e19641b1c
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Sun Jul 3 15:41:29 2011 +0100

    Set dialog hint in order not to show an additional application in the app bar

 src/Glade/FilePropertiesDialog.glade |    6 ++----
 src/Glade/PreferencesDialog.glade    |    9 ++++-----
 2 files changed, 6 insertions(+), 9 deletions(-)

commit d8406756118c5a21bbe9910cf707cd255f1192aa
Author: Pedro Castro <pedro@gnomesubtitles.org>
Date:   Mon Jun 27 22:30:49 2011 +0100

    Updated project website

 AUTHORS                     |    4 ++--
 MAINTAINERS                 |    4 ++--
 README                      |    2 +-
 data/gnome-subtitles.1      |    4 ++--
 gnome-subtitles.doap        |    6 +++---
 help/gnome-subtitles.omf.in |    2 +-
 src/Glade/AboutDialog.glade |    2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

commit fc67257007c39cc21d22ce6c01568df427b780f3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jun 22 21:14:18 2011 +0200

    Updated Slovenian translation

 po/sl.po |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit efc2cacf7a4a5c181c4b238f7b057eac677645d6
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 19 17:19:45 2011 +0200

    [l10n] Updated German translation

 po/de.po |   33 ++++++++++++++++++++-------------
 1 files changed, 20 insertions(+), 13 deletions(-)

commit 5e7f3966935fa2e67b8020265ec42f1115b5c06d
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Jun 19 11:23:27 2011 +0200

    Updated Spanish translation

 po/es.po |   54 ++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 36 insertions(+), 18 deletions(-)

commit 57123e8ca3065d261799b3cb5aabd06bba7549bc
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 18 16:40:36 2011 +0100

    Fix bug #621943 - Makefile - copy libs to build dir, based on a patch from Keith

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4c68c6dc68b825c313b90794b040f97dae5ae854
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 18 16:05:39 2011 +0100

    List rmvb files in the Open Video dialog (bug #607228)
    Also added a filter for Audio files.

 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

commit 9662c4da4a613f6a1c00de36c5a843d2ba8aabb7
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Jun 18 14:51:35 2011 +0200

    Updated Slovenian translation

 po/sl.po |   87 +++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 55 insertions(+), 32 deletions(-)

commit 3ef4d648dfda837c85c5c236fce146611273cae9
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Jun 17 00:03:26 2011 +0100

    List rmvb files in the Open Video dialog (bug #607228).

 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 933f0f5d58cebeb14f6d7f0b769f34fdfc0d22f6
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Jun 16 20:06:02 2011 +0200

    [l10n] Updated German translation

 po/de.po |   85 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 53 insertions(+), 32 deletions(-)

commit ce9484b644bf7225fe11b6e7e3ecd68d03c75a56
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 14 23:28:36 2011 +0100

    Updated POTFILES.in

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b7efe03d5ee858cbe58f8e22ccb94ee83e214a9c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 14 23:14:38 2011 +0100

    Code cleanup

 .../Ui/VideoPreview/SubtitleOverlay.cs             |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c99bfcdee1cf1051f2dcd03571a4cc8719986753
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 14 23:14:28 2011 +0100

    Fix copyright header

 .../Unmanaged/SubtitleFileOpenErrorDialog.cs       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 22bfffd0187e7610c7f04804c7afee2b6f314d08
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 14 23:13:49 2011 +0100

    Fix bug #607229 - Opening large files, based on a patch from Pawel Brzeski.

 gnome-subtitles.mdp                                |    3 +-
 .../Unmanaged/SubtitleFileOpenErrorDialog.cs       |    2 +
 src/SubLib/Core/SubtitleFactory.cs                 |   27 ++++++++++++++-
 src/SubLib/Exceptions/FileTooLargeException.cs     |   36 ++++++++++++++++++++
 4 files changed, 65 insertions(+), 3 deletions(-)

commit ac34e3be2f84b73c6260b6b5681d1e769cf5b7c4
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 14 22:22:19 2011 +0100

    Code cleanup

 .../Ui/VideoPreview/SubtitleTracker.cs             |    6 +++---
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 0c33034942d9d18714e97f3cfc69c7eb2ea4c08b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 14 22:06:50 2011 +0100

    Fixed bug with the subtitle being displayed in the video overlay not being shown/hidden in the corrent times after changing the times without reloading that subtitle (related to bug #625222).

 .../Ui/VideoPreview/SubtitleTracker.cs             |   27 ++++++-------------
 1 files changed, 9 insertions(+), 18 deletions(-)

commit 975c3cc600a75cba4e11e3e2831df6a3f11fda55
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jun 13 12:39:13 2011 +0200

    Updated Czech translation

 po/cs.po |   64 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 34 insertions(+), 30 deletions(-)

commit e8f8f2c0cbc45f67b274d91cdaf9ee282d4a1191
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:50:15 2011 +0100

    Round up when splitting a subtitle's text in 2.

 src/SubLib/Core/Timing/SplitOperator.cs |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)

commit 9a1d90f6cf70f26232795d3e12e59bfabdede837
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:30:53 2011 +0100

    Allow to clear the text.

 src/SubLib/Core/Domain/SubtitleText.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 210892f71e934b677901b1ed5254838acbe27abd
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:30:43 2011 +0100

    Allow to redraw a set of paths.
    Allow to insert a set of subtitles.

 src/GnomeSubtitles/Ui/View/SubtitleView.cs |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 128993c79e4b815de6d82be21b0a1661e56470fa
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:29:56 2011 +0100

    Allow to remove a range of subtitles.

 src/GnomeSubtitles/Ui/View/Subtitles.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 6471c147e3942c2c0975a5d44a54d4d188e86306
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:29:44 2011 +0100

    Code cleanup

 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 76d655a914bfed8312c788aa5aa1cbc26b2cd9f4
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:29:36 2011 +0100

    Added gconf option to set time between subtitles.
    Finished merge and split features (fixes bug #651958).

 data/gnome-subtitles.schemas                       |   11 +++
 gnome-subtitles.mdp                                |    1 +
 .../Core/Command/MergeSubtitlesCommand.cs          |   87 ++++++++++++++++++++
 .../Core/Command/SplitSubtitlesCommand.cs          |   18 +++-
 src/GnomeSubtitles/Core/Config.cs                  |   21 ++++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    3 +-
 src/GnomeSubtitles/Ui/Menus.cs                     |   22 +++--
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    2 +
 src/SubLib/Core/Timing/SplitOperator.cs            |   39 ++++++++-
 9 files changed, 184 insertions(+), 20 deletions(-)

commit 167d40d5f480d4691178478327d82cc8661b3e05
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:24:22 2011 +0100

    Cleanup

 m4/intltool.m4                                     |    2 +-
 .../Core/Command/ChangeTimingCommand.cs            |    2 +-
 .../Core/Command/DeleteSubtitlesCommand.cs         |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit c0cc6c26f22f28be059633fbbc6b8e3eab34bb68
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 12 23:23:28 2011 +0100

    "Seek to" shortcut is now Ctrl+T.
    Set merge and split menuitems insensitive by default.

 src/Glade/MainWindow.glade |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit a1c9251c0cbc845c060c329c82ee0172d099c248
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Jun 11 21:56:41 2011 +0200

    Updated Spanish translation

 po/es.po |   66 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 38 insertions(+), 28 deletions(-)

commit 1acc11d92c00c6848a35947b85f40102c6f4b58f
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 11 19:43:43 2011 +0100

    Documentation cleanup.

 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs |    4 ++--
 src/GnomeSubtitles/Ui/View/SubtitleView.cs      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 4e4fba5636d81aa7bebbbc254a1c3f215d1475ff
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 11 19:42:58 2011 +0100

    Allow to know if a translation exists.

 src/SubLib/Core/Domain/Subtitle.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 1ec764cb819f025bd6e5e7a3e8e1ae81547bf909
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 11 19:42:28 2011 +0100

    Improved methods to add and get text lines.

 src/SubLib/Core/Domain/SubtitleText.cs |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit 3656b4d555331e7da67e04968c935376ec168aa8
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 11 19:41:42 2011 +0100

    Operator that allows to merge subtitles.

 src/SubLib/Core/Timing/MergeOperator.cs |   78 +++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

commit 998c2512bb09ab5553f1bf2cea65c50308a80bac
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 11 19:39:38 2011 +0100

    Improved subtitle splitting (bug #651958). It remains to be decided how text is going to be split.

 gnome-subtitles.mdp                                |    3 +-
 .../Core/Command/SplitSubtitlesCommand.cs          |   63 ++++++++++++++----
 src/GnomeSubtitles/Core/EventHandlers.cs           |    3 +-
 src/SubLib/Core/Timing/SplitOperator.cs            |   69 ++++++++++++-------
 4 files changed, 96 insertions(+), 42 deletions(-)

commit 16a9befcc7099740c22cdeaeea2cd799993e8cc7
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Thu Jun 9 19:46:45 2011 +0100

    Initial (skeleton) support for splitting and merging subtitles.

 gnome-subtitles.mdp                                |    2 +
 src/Glade/MainWindow.glade                         |   41 +++++++++---
 .../Core/Command/DeleteSubtitlesCommand.cs         |    2 +-
 .../Core/Command/SplitSubtitlesCommand.cs          |   65 +++++++++++++++++++
 src/GnomeSubtitles/Core/EventHandlers.cs           |   10 +++
 src/SubLib/Core/Timing/SplitOperator.cs            |   67 ++++++++++++++++++++
 6 files changed, 177 insertions(+), 10 deletions(-)

commit 921fb3936b7a0ec66074310683b9158a25b37ccc
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Jun 6 23:33:11 2011 +0100

    Don't seek the video to the start of a selection on a selection change by default. For now, seek in the following conditions: a) setting subtitle start or end times; b) shifting.

 .../Core/Command/ChangeTimingCommand.cs            |   23 ++++++++++++-------
 .../Core/Command/VideoSetSubtitleTimingCommand.cs  |   10 ++++----
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   12 +++++-----
 3 files changed, 25 insertions(+), 20 deletions(-)

commit 002b44e546ece851b914f2952120482645760210
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Jun 6 23:18:05 2011 +0100

    Use Ctrl+J for Set Subtitle Start and End

 src/Glade/MainWindow.glade |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit bb22407c783bf54a9b577bf389ca43200ba2df34
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Jun 6 23:08:22 2011 +0100

    Use Ctrl+[NP_Add/Subtract], Shift+[NP_Add/Subtract] and Alt+[NP_Add/Subtract] as shortcuts for increasing/decreasing start time, end time and shifting subtitles (related to bug #621145, with support from Zsolt Kozak)

 src/GnomeSubtitles/Core/GlobalAccelerators.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 0a3871629280f978c4f223393876bccdf4943e91
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Jun 6 22:39:21 2011 +0100

    Revert to Ctrl+D/E for Set Subtitle Start/End

 src/Glade/MainWindow.glade |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit d083f70b58c5902d10cd37cdfe8b74ad9e3e7171
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 23:59:54 2011 +0100

    Allow to rewind the video a specific time (set in gconf) when seeking after changing subtitles (currently works for subtitle start/end change, and shifting.

 data/gnome-subtitles.schemas                       |   22 ++++++++++
 .../Core/Command/ChangeTimingCommand.cs            |    4 +-
 .../Core/Command/ShiftTimingsCommand.cs            |    4 +-
 src/GnomeSubtitles/Core/Config.cs                  |   41 ++++++++++++++++++--
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |    8 ++++
 5 files changed, 71 insertions(+), 8 deletions(-)

commit 3e43993f4ca140e4f1c8235aa47d1f7c1b9776ed
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 22:43:51 2011 +0100

    Use Ctrl+F8 as a shortcut for changing video tempo.

 src/Glade/MainWindow.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c2339d0f17af465672e047556040cb24c08486db
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 22:33:28 2011 +0100

    Use D and E, instead of plus and minus, in the shortcuts for setting start and end times, and shifting.

 src/GnomeSubtitles/Core/GlobalAccelerators.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit b7b6830e8434c714cb08a2534a080a9cbe49ec80
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 22:32:11 2011 +0100

    Use Ctrl+F10/11 instead of Ctrl+D/E for set subtitle start/end

 src/Glade/MainWindow.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f77cf49cddc1d9d1b78eec04af91eda8ffe16b71
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 22:25:35 2011 +0100

    Removed Ctrl+T shortcut for saving translation.
    Added Ctrl+Shift+O shortcut for opening translation.

 src/Glade/MainWindow.glade |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit 371fe8df765d69dbc837b477fee1f6f2800160cc
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 20:45:43 2011 +0100

    Seek the video to the first subtitle after timing change or shift.
    TODO: apply this to more commands and make it configurable in gconf.

 .../Core/Command/ChangeTimingCommand.cs            |    4 ++++
 .../Core/Command/ShiftTimingsCommand.cs            |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit fae0ebf46f43244ae3a0532897544d23321d8264
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 19:13:42 2011 +0100

    Fixed bug #621145 - Shift selected lines with Keyboard shortcuts, with support from Zsolt Kozak
    Added shortcuts for changing subtitle start (Ctrl++,Ctrl+-), end (Ctrl+Alt++,Ctrl+Alt+-) and shifting a subtitle selection (Ctrl+Shift++,Ctrl+Shift+-)

 gnome-subtitles.mdp                                |    1 +
 m4/intltool.m4                                     |    2 +-
 src/Glade/MainWindow.glade                         |   18 +++---
 src/GnomeSubtitles/Core/Base.cs                    |    8 ++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |   77 ++++++++++++++++++++
 src/GnomeSubtitles/Core/GlobalAccelerators.cs      |   69 ++++++++++++++++++
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |    1 +
 src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs         |    6 ++-
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   16 ++++
 9 files changed, 186 insertions(+), 12 deletions(-)

commit e39e0474a3ae3a2995b4a0cba1e333b194c6f222
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 5 19:08:21 2011 +0100

    Use gconf keys to store default values for time/frames increments in the spin buttons (ex: subtitle start, end, duration)

 data/gnome-subtitles.schemas                       |   22 ++++++++++++
 src/GnomeSubtitles/Core/Config.cs                  |   36 ++++++++++++++++++-
 src/GnomeSubtitles/Core/Util.cs                    |    6 ++--
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |    8 ++---
 4 files changed, 62 insertions(+), 10 deletions(-)

commit 2c8406b1992e0be9e29afa39ef3282f3f69a18d2
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 4 22:30:39 2011 +0100

    Changed video speedup/down shortcuts, from Ctrl+/- to Ctrl>/<

 src/Glade/MainWindow.glade |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 8272f0e0487e71034ac862b4589dee7d9306ed0d
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon May 16 00:33:48 2011 +0200

    Added Serbian translation

 po/LINGUAS     |    2 +
 po/sr.po       | 1392 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr@latin.po | 1392 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2786 insertions(+), 0 deletions(-)

commit 49be90b2f4d7573f9a223165dc31c021685dba84
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon May 9 21:38:22 2011 +0100

    Updated contributor list.

 AUTHORS                     |    3 +++
 src/Glade/AboutDialog.glade |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 95a1dd200666e21e0c0614767d7dc63538fa7bd2
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon May 9 00:28:14 2011 +0100

    Revert video speed to 1 when the video is closed.

 src/GnomeSubtitles/Ui/VideoPreview/Video.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 6049c758a93db352b4cee76bb85170d77894f296
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon May 9 00:22:47 2011 +0100

    Fix bug #453469 - Slow and Fast Motion Option, based on a patch from Keith.

 src/External/GStreamerPlaybin/Engine.cs      |   16 +++---
 src/External/GStreamerPlaybin/main.c         |    9 ++-
 src/Glade/MainWindow.glade                   |   72 +++++++++++++++++++++++-
 src/GnomeSubtitles/Core/EventHandlers.cs     |   12 ++++
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs |   80 +++++++++++++++++++-------
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs  |   22 +++++++
 src/GnomeSubtitles/Ui/WidgetNames.cs         |    3 +
 7 files changed, 179 insertions(+), 35 deletions(-)

commit 57b8cba377259ea312e9dbb2d96b12c11c7042c1
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 1 15:44:12 2011 +0100

    Updated copyright headers to include copyright date

 src/External/GStreamerPlaybin/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d3a9d74df34bac987d3f5d80f3a20cc56273dc81
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 1 15:40:24 2011 +0100

    Updated copyright headers to include copyright date

 src/External/GStreamerPlaybin/Engine.cs |    2 +-
 src/External/GStreamerPlaybin/Events.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit adcde555c2567bd5cf1491cafb576d173f6c929d
Author: Djavan Fagundes <djavan@comum.org>
Date:   Tue May 3 15:41:02 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  386 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 223 insertions(+), 163 deletions(-)

commit cf355e5ec394927f13e60c8baae72a20935b3649
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun May 1 12:45:27 2011 +0200

    Updated Spanish translation

 help/es/es.po |  670 +++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 513 insertions(+), 157 deletions(-)

commit 6c63caae5e584f8e1ef3a749a08132056bd3fb5b
Author: Francisco Serrador <fserrador@gmail.com>
Date:   Sun May 1 12:41:58 2011 +0200

    Updated Spanish translation

 help/es/es.po |  779 +++++++++++++++++----------------------------------------
 1 files changed, 236 insertions(+), 543 deletions(-)

commit d5ee1872829b4f3fb538390f7f6e5c7d3084247a
Author: Marek Černocký <marek@manet.cz>
Date:   Sun May 1 09:16:38 2011 +0200

    Updated Czech translation

 help/cs/cs.po |  153 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 97 insertions(+), 56 deletions(-)

commit f703773dff831f2eeaa943cffe19b94be40e0030
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Apr 30 21:18:02 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po |  318 +++++++++++++++++++++++++++++++-------------------------
 1 files changed, 176 insertions(+), 142 deletions(-)

commit 280510fc48ded75dd652e94e16c7f299ca961daa
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jan 2 06:30:56 2011 +0000

    Added web reference to makefile

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 66f3d62a7216608f5a6b96566cd4e28ef171364c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jan 2 06:18:55 2011 +0000

    Added section about Automatic Translation to the application manual/help, based on a patch from David Krkoska

 help/C/gnome-subtitles.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit b12e2f4501955b66abf39988e2fd7e9188a11bf8
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Wed Apr 27 19:47:46 2011 +0200

    Updated Slovenian translation

 po/sl.po |  185 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 98 insertions(+), 87 deletions(-)

commit 44a21cab93cf2485322d1a4e500eba8c77cc65df
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Apr 24 11:53:59 2011 +0200

    Updated Czech translation

 po/cs.po |  162 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 82 insertions(+), 80 deletions(-)

commit f5347f1bd90b3aba7a7ae2d0e708b0295226e022
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Apr 24 11:17:32 2011 +0200

    Updated Spanish translation

 po/es.po |  166 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 84 insertions(+), 82 deletions(-)

commit 0906ff64d5c272b963a12be76aea5ca53f26045d
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Apr 22 19:32:11 2011 +0200

    [l10n] Updated German translation

 po/de.po |  161 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 82 insertions(+), 79 deletions(-)

commit d4b11c06c2396eabfc82dcbeef183515c41176f5
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Apr 22 13:30:53 2011 +0100

    Changed default subtitle duration to 1.5s.

 src/SubLib/Core/Domain/SubtitleCollection.cs |    8 ++++----
 src/SubLib/Core/Domain/SubtitleConstants.cs  |    6 +++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 8e4b6847f56fdbb7467d15bf5976ca24cbdd96ce
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Apr 22 13:20:46 2011 +0100

    Fix bug #648461 - Insert subtitle at video position, based on a patch from Michał (Saviq) Sawicz.

 src/Glade/MainWindow.glade                         |   18 +++++++++++
 .../Core/Command/InsertSubtitleCommand.cs          |   31 +++++++++++++++++++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    4 ++
 src/GnomeSubtitles/Ui/Menus.cs                     |    3 +-
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |   16 +++++++++-
 src/GnomeSubtitles/Ui/View/Subtitles.cs            |    8 ++++-
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    3 +-
 src/SubLib/Core/Domain/SubtitleCollection.cs       |   21 +++++++++++++-
 8 files changed, 98 insertions(+), 6 deletions(-)

commit da2702e9a6bf4fd346dd3f4128f2d09ffdf52a45
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Apr 22 13:20:11 2011 +0100

    FIx search operator for the first subtitle

 src/SubLib/Core/Search/SearchOperator.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f06517431a674b3672831381980f8959ebd313de
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Apr 13 23:05:23 2011 +0100

    Updated copyright statement

 src/Glade/AboutDialog.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 115729b54b39d578c5f09c08807906702318273a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Apr 21 19:43:19 2011 +0200

    Updated Spanish translation

 po/es.po |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

commit 7d76565abb8bfbba065bb0b181b60468a3b94117
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Apr 21 09:41:35 2011 +0200

    Updated Czech translation

 po/cs.po |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

commit 73b244289e409729191be6081e444dfc380fe862
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Apr 19 20:28:39 2011 +0200

    [l10n] Updated German translation

 po/de.po |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

commit 7d56316fa2e9cb1e4e844c4fa047ae50b2353ccf
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Apr 19 13:07:29 2011 +0200

    Updated POTFILES.in

 po/POTFILES.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit d87efbddb60721329fff497583aa6d0d92a1c02f
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Apr 17 10:58:29 2011 +0200

    Updated Czech translation

 po/cs.po |  121 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 68 insertions(+), 53 deletions(-)

commit a191e07dd90361d67ba9e2ed4ee4ef8ccfecfce0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Apr 14 19:20:13 2011 +0200

    Updated Spanish translation

 po/es.po |  128 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 71 insertions(+), 57 deletions(-)

commit e5bdeea519d4182ddebec68621c34b037c60b495
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Apr 13 22:38:48 2011 +0200

    [l10n] Updated German translation

 po/de.po |  173 +++++++++++++++++++++----------------------------------------
 1 files changed, 60 insertions(+), 113 deletions(-)

commit c90cab951853d291ae53a30f8ea447fc7f6200a2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Apr 12 16:14:01 2011 +0200

    Updated Slovenian translation

 po/sl.po | 2709 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1361 insertions(+), 1348 deletions(-)

commit f04b655826dbb4015cc8e96e661476545a6cf797
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Apr 10 22:26:24 2011 +0100

    Updated link to open Keyboard shortcuts

 src/GnomeSubtitles/Core/EventHandlers.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 082d0a19fd6d17a1fa157e915220fe4dbc960ce2
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Apr 10 22:25:49 2011 +0100

    Added initial support for automatic translation, based on a patch from David Krkoska (bug #595084). Currently only 1 subtitle can be translated at a time, and Google Translation is used.

 gnome-subtitles.mdp                                |    4 +
 src/Glade/MainWindow.glade                         |   49 ++++++--
 .../Core/Command/TranslatorCommand.cs              |  108 ++++++++++++++++
 src/GnomeSubtitles/Core/EventHandlers.cs           |   10 ++-
 src/GnomeSubtitles/Ui/Menus.cs                     |    8 +-
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    2 +
 src/SubLib/Core/Translator.cs                      |  133 ++++++++++++++++++++
 src/SubLib/Exceptions/TranslatorException.cs       |   36 ++++++
 8 files changed, 336 insertions(+), 14 deletions(-)

commit 45063b1ca27ff7692b444ed1933f10976d15c888
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Apr 10 19:10:29 2011 +0100

    Set return value when the language is set

 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit b434c3cb3d6c28935e35c9254af3d6057570315f
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Wed Apr 6 22:39:53 2011 +0200

    Updated Danish translation

 po/da.po |  148 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 88 insertions(+), 60 deletions(-)

commit b7bfd90a393e298bc11f2465c1386cdbeacecd22
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Fri Mar 25 05:25:23 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |  149 +++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 88 insertions(+), 61 deletions(-)

commit c0373968b6cd75b35ce85b519bb7a269ac06163e
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Thu Mar 17 14:59:08 2011 +0100

    Updated Italian translation

 po/it.po |  182 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 104 insertions(+), 78 deletions(-)

commit be12bf2640cb77cfe94a016ff0b2297e593ca279
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Mar 6 22:50:50 2011 +0100

    Updated Swedish translation

 po/sv.po |  144 ++++++++++++++++++++++++-------------------------------------
 1 files changed, 57 insertions(+), 87 deletions(-)

commit 87582babc92ae8c54d4293f5fb90113efe1f06ed
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Feb 21 19:52:37 2011 +0100

    Updated Spanish translation

 help/es/es.po |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit a74b860e409fe42cdf48431e78a5b8b26a662f26
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Feb 20 13:45:47 2011 +0000

    Support buggy SubRip files that use dot instead of comma (fixes #642674)

 .../IO/SubtitleFormats/SubtitleFormatSubRip.cs     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a279d978afdce8e7ef39fa112e6551d953c68181
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Feb 5 22:51:55 2011 +0000

    Simplified MPSub format regex not to hang with a test file (due to backtracking)

 .../IO/SubtitleFormats/SubtitleFormatMPSub.cs      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fdcffc86146a8ec2121e01fe95420648ac0fbd66
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Feb 5 19:40:20 2011 +0000

    Sort the subtitles by SubtitleType instead of name, so that SubRip comes before Sub Station Alpha for example

 src/SubLib/Core/Domain/SubtitleTypeInfo.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 22d926f1fb72649708459d98361d13d13d1e153f
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Feb 5 18:50:22 2011 +0000

    Include SubtitleMode in SubtitleTypeInfo

 src/SubLib/Core/Domain/Enumerations.cs     |    4 ++--
 src/SubLib/Core/Domain/SubtitleTypeInfo.cs |   14 +++++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 6bb93828d0aa4255b08ef48718f90bf4f9e43370
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Jan 25 21:38:50 2011 +0100

    Updated French translation

 po/fr.po |  156 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 89 insertions(+), 67 deletions(-)

commit 92fe044f08e78e3d59cb2a34d41a3ad7800c0143
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Jan 23 22:45:48 2011 +0200

    Updated Hebrew translation.

 po/he.po |  144 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 85 insertions(+), 59 deletions(-)

commit 5ee8c87e617386a4d16353f49eb2dc7479aabed7
Author: António Lima <amrlima@gmail.com>
Date:   Sun Jan 9 18:04:23 2011 +0000

    Updated Portuguese translation

 po/pt.po |  165 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 97 insertions(+), 68 deletions(-)

commit 35566de75a2fd383a0c922835ee99e2b9a66af5c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jan 8 13:31:10 2011 +0000

    Fix the remaining part of bug #607228, which completes the set of video file extensions for use in the video list of the subtitle File Open dialog.

 gnome-subtitles.mdp                              |    3 ++-
 src/GnomeSubtitles/Ui/VideoPreview/VideoFiles.cs |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit a1cf10f1d32e3bc4e7fc01f235f0b01c74f9267a
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Jan 7 21:23:07 2011 +0100

    Updated Slovenian translation

 po/sl.po |   52 ++++++++++++++++++++++++++++++++--------------------
 1 files changed, 32 insertions(+), 20 deletions(-)

commit 6b96ebd0f4c1323b82d90641a959e8e277c23ce7
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Jan 6 12:49:18 2011 +0100

    Updated Czech translation

 po/cs.po |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

commit 44820e88ee6405e6998538f9a5bcb184b3148b98
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Jan 4 16:25:43 2011 +0100

    [l10n] Updated German translation

 po/de.po |   62 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 38 insertions(+), 24 deletions(-)

commit c90a4a1c9bcfb0e5baee940643861ca0d5abb28a
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Jan 3 22:51:11 2011 +0100

    Update Czech translation by Marek Cernocky
    
    Reviewed by Petr Kovar.

 po/cs.po |   95 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 56 insertions(+), 39 deletions(-)

commit 3613b9a0b5ad126f3a9b8913f17f61b4e9a8ccda
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Mon Jan 3 19:16:30 2011 +0100

    Updated Slovenian translation

 po/sl.po |   46 +++++++++++++++++++++++++---------------------
 1 files changed, 25 insertions(+), 21 deletions(-)

commit 182ca56b940186dbde2a5576f28159ca3c29f3a5
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Jan 2 11:56:33 2011 +0100

    Added da to list of languages, DOC_LINGUAS

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7b8bdd292f12e8becda098678da155f2aec597de
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Sun Jan 2 11:55:46 2011 +0100

    Added Danish translations on the documentation

 help/da/da.po | 1108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1108 insertions(+), 0 deletions(-)

commit 9d2f2a9bde74c6e98714326aac87c41d02985386
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jan 2 11:27:35 2011 +0100

    Updated Spanish translation

 po/es.po |   62 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 38 insertions(+), 24 deletions(-)

commit 89f488a70378fd833bfc431fce7197b319b20028
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jan 2 04:25:28 2011 +0000

    Also set the backup time interval when reverting to defaults

 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 4e720e242d9dce95027ca241d1497db99032c9bc
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jan 2 04:21:35 2011 +0000

    Fix bug #638484, based on a patch from Michał Sawicz (Apply a Reaction Delay when timing subtitle start/end )

 data/gnome-subtitles.schemas                   |   22 +++
 src/Glade/PreferencesDialog.glade              |  203 ++++++++++++++++--------
 src/GnomeSubtitles/Core/Config.cs              |   37 ++++-
 src/GnomeSubtitles/Core/EventHandlers.cs       |   19 +++
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |   33 ++++-
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs    |    4 +
 6 files changed, 251 insertions(+), 67 deletions(-)

commit 978378d9c67925547b3d1ee9da9cb1c25d312a05
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Jan 1 19:44:19 2011 +0100

    [l10n] Updated German translation

 po/de.po |   54 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 29 insertions(+), 25 deletions(-)

commit 608ba50440551ebe13313724101bb21a69f6aedf
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jan 1 18:27:24 2011 +0000

    Fix a typo in a method's name, with a patch from Michał Sawicz

 src/Glade/PreferencesDialog.glade              |    2 +-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e10fe0626206c491ced1c65171e6bb732169114b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Dec 29 05:01:11 2010 +0000

    Fix bug with backup time not being correctly set in the Preferences dialog, with a patch from Michał Sawicz

 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4ea3f93be9480cf5744bf1d90587d14f065c0162
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Dec 31 12:22:19 2010 +0100

    Updated Swedish translation

 po/sv.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 858c10da0817ed6eea58a346781b5a5bfda59b49
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Dec 31 12:21:51 2010 +0100

    Updated Swedish translation

 po/sv.po |   96 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 69 insertions(+), 27 deletions(-)

commit 47c8c34943277b8308c4d125fbca3a9ff40ea88d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Dec 31 12:20:25 2010 +0100

    Updated Swedish translation

 po/sv.po |  332 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 213 insertions(+), 119 deletions(-)

commit 4007967b26ab41dc39bebb36a05e092e1bb9b628
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Dec 29 04:24:36 2010 +0000

    Improve fix in bug #638238, allowing "Insert Subtitle Before" with no subtitles or empty selection

 src/GnomeSubtitles/Core/EventHandlers.cs |    5 ++++-
 src/GnomeSubtitles/Ui/Menus.cs           |    1 -
 src/GnomeSubtitles/Ui/WidgetNames.cs     |    1 -
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 3ba3bf75dff1daae131d871d1fd44d25d9e1ad49
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Dec 29 04:22:02 2010 +0000

    Fixed a bug inserting in the first position with other existing subtitles

 src/GnomeSubtitles/Ui/View/Subtitles.cs |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit b82edeafeae5dd0de3819bcae2d6a889f4c64291
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Dec 29 22:54:52 2010 +0100

    Updated Spanish translation

 po/es.po |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 32 insertions(+), 28 deletions(-)

commit 4f629cfbbcc0168b7bac307ce545777a811caa7e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Dec 29 02:48:31 2010 +0000

    Fix crash in bug #638238, with the help of Michał Sawicz. If there's no selection, insert new subtitles at the end.

 .../Core/Command/InsertSubtitleCommand.cs          |   17 ++++++++++++++++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    4 +++-
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 119ea323570ccd49058f46cd6835054bacca601c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Dec 27 06:44:29 2010 -0800

    Show line lengths in the subtitle list, option configurable in the View menu (related to bug #625485)

 data/gnome-subtitles.schemas               |   11 ++++
 gnome-subtitles.mdp                        |    2 +-
 m4/intltool.m4                             |    2 +-
 src/Glade/MainWindow.glade                 |   14 +++++-
 src/GnomeSubtitles/Core/Config.cs          |    7 +++
 src/GnomeSubtitles/Core/EventHandlers.cs   |    3 +-
 src/GnomeSubtitles/Ui/Menus.cs             |   24 +++++++++-
 src/GnomeSubtitles/Ui/View/SubtitleView.cs |   71 ++++++++++++++++++----------
 src/GnomeSubtitles/Ui/WidgetNames.cs       |    1 +
 src/SubLib/Core/Domain/SubtitleText.cs     |    6 ++-
 10 files changed, 109 insertions(+), 32 deletions(-)

commit ffcf6109384dcab97bdbe9fbce391695078102b9
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Dec 27 21:02:48 2010 +0100

    Update Czech translation by Marek Cernocky
    
    Reviewed by Petr Kovar.

 po/cs.po |   62 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 36 insertions(+), 26 deletions(-)

commit 272d93770b88d9e7dd98d2199de9259ad92953cb
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Dec 26 18:48:14 2010 +0100

    Updated Hungarian translation

 po/hu.po |   75 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 43 insertions(+), 32 deletions(-)

commit e62122286183e131f2975c570ec17486febe7f63
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Dec 25 21:04:02 2010 +0100

    Updated Slovenian translation

 po/sl.po |   60 +++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 35 insertions(+), 25 deletions(-)

commit 3747cc912cc4be4a50ce73c0160afb1be98bbe1a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Dec 22 19:56:01 2010 +0100

    Updated Spanish translation

 po/es.po |   71 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 40 insertions(+), 31 deletions(-)

commit 9b2be18813b1571cbaff95b7f32f87b7800ecb76
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Dec 20 13:03:42 2010 +0100

    [l10n] Updated German translation

 po/de.po |   58 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 34 insertions(+), 24 deletions(-)

commit 2863dc2b7cd0ec621a0f5a36998b66a74ec8c9b6
Author: Arx Cruz <arxcruz@gmail.com>
Date:   Mon Dec 20 00:00:30 2010 +0000

    Fix part of bug #607228 - Video file extensions.

 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit e926263501bcd64f3b2919775d10f19f32ddd5e9
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Dec 19 16:48:28 2010 +0000

    Fix copyright header.

 .../Dialog/FileTranslationOpenDialog.cs            |    2 +-
 .../Dialog/Unmanaged/SaveConfirmationDialog.cs     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 21ec3ce53edf21c5368c923731185fce8ddc1ea3
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Dec 19 16:44:33 2010 +0000

    Fix sensitivity in the Translation menu item.

 src/GnomeSubtitles/Ui/Menus.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 2891dd3fd9fed1f8a7d1dda144e25f1a76fad1de
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Dec 19 16:44:21 2010 +0000

    Fix bug #607227 - Filenames for new translations.
    Code cleanup.

 src/Glade/MainWindow.glade                         |   18 ++--
 src/GnomeSubtitles/Core/Backup.cs                  |    5 +-
 src/GnomeSubtitles/Core/Base.cs                    |    4 +-
 src/GnomeSubtitles/Core/Document.cs                |   84 +++++++++++++++-----
 src/GnomeSubtitles/Core/EventHandlers.cs           |    2 +-
 .../Dialog/FileTranslationOpenDialog.cs            |    2 +-
 .../Dialog/SubtitleFileSaveAsDialog.cs             |   18 +++--
 .../Dialog/Unmanaged/SaveConfirmationDialog.cs     |   11 ++-
 src/GnomeSubtitles/Ui/MainUi.cs                    |   13 +--
 9 files changed, 105 insertions(+), 52 deletions(-)

commit 1270da1e3be2c6c83fc1398848c11bdb68c91cf9
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Dec 19 16:39:59 2010 +0000

    Allow to get the filename without extension

 src/SubLib/Core/Domain/FileProperties.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 996ee11a375076127c697da387705a84ac8931df
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Mon Dec 13 22:53:14 2010 +0100

    [l10n] Updated Italian translation

 po/it.po |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

commit eae97c55f494aed20365b70834eef3a9bebab06e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Dec 11 00:30:36 2010 +0000

    Fix #636767, thanks to a patch from Dominique Leuenberger

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2f3eba52f219ca8ed0c385388f2d619e28d1e337
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Dec 9 10:37:39 2010 +0100

    Updated French doc translation

 help/fr/fr.po |  632 +++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 407 insertions(+), 225 deletions(-)

commit ef27688bbd973683de41e6f9962f649341fe9d5d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Dec 8 19:17:19 2010 +0000

    Fix bug #636766, with a patch from Atri Bhattacharya.

 data/gnome-subtitles.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf5b79053bbe34764416033ce39cb4c6f5ac760e
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Sat Dec 4 12:39:43 2010 +0100

    Updated Danish translation

 po/da.po |  303 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 179 insertions(+), 124 deletions(-)

commit da4c9ff754c1dc2e786f6a1b568b57ffbcc1bc8f
Author: Djavan Fagundes <djavan@comum.org>
Date:   Mon Nov 22 10:07:30 2010 -0200

    Updated Brazilian Portuguese translation by Marco de Freitas <marcodefreitas@gmail.com> and reviewed by Krix Apolinário <krixapolinario@gmail.com>

 po/pt_BR.po |  681 ++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 441 insertions(+), 240 deletions(-)

commit c4ad11e1a65b346e713aea994f5e18458b97b8b3
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Nov 21 12:57:36 2010 +0000

    Set menu items insensitive on file close (fixes #620776)

 src/GnomeSubtitles/Ui/Menus.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1a5a36bfd71cc2da6b422081d19ff965682aa17b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Nov 21 02:42:56 2010 +0000

    Improved support for FAB Subtitler files

 src/Glade/MainWindow.glade                         |   23 +++----
 src/GnomeSubtitles/Core/Document.cs                |    1 +
 src/GnomeSubtitles/Core/EventHandlers.cs           |    8 ---
 src/GnomeSubtitles/Ui/Menus.cs                     |   65 ++++++++++++++------
 src/SubLib/Core/Domain/SubtitleProperties.cs       |    2 +-
 src/SubLib/Core/SubtitleFactory.cs                 |   22 ++++---
 src/SubLib/Core/SubtitleSaver.cs                   |    3 +-
 src/SubLib/IO/Input/ParsingProperties.cs           |   10 ++--
 src/SubLib/IO/Input/SubtitleInput.cs               |    6 +-
 src/SubLib/IO/Input/SubtitleParser.cs              |    9 ++-
 src/SubLib/IO/Output/SubtitleOutput.cs             |    8 +++
 .../SubtitleFormatAdobeEncoreDVD.cs                |    2 +-
 .../SubtitleFormats/SubtitleFormatFABSubtitler.cs  |   23 +------
 13 files changed, 97 insertions(+), 85 deletions(-)

commit fd4ca6f48f0d7e175557930b052e071f77ba0b72
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Nov 17 22:53:08 2010 +0000

    Also set the menu sensitive when unloading a document

 src/GnomeSubtitles/Ui/Menus.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 71367c8ff84ff9479b281e33491fb34a58285d4d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Nov 17 22:44:49 2010 +0000

    Allow to set the input framerate when no document is loaded, as it may be used as a parameter when opening files

 src/Glade/MainWindow.glade                         |   28 +++-------
 .../Core/Command/ChangeFrameRateCommand.cs         |    4 +-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    8 ---
 src/GnomeSubtitles/Ui/Menus.cs                     |   56 +++++++++++++++----
 4 files changed, 55 insertions(+), 41 deletions(-)

commit 5d035a893173fafd19f6f119da095ff9e387bb9c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Wed Nov 17 21:33:42 2010 +0000

    Added initial support for the FAB Subtitler subtitle format (#634230)

 gnome-subtitles.mdp                                |    2 +-
 src/Glade/MainWindow.glade                         |   20 +++---
 src/SubLib/Core/Domain/Enumerations.cs             |    5 +-
 .../IO/SubtitleFormats/BuiltInSubtitleFormats.cs   |    5 +-
 .../SubtitleFormats/SubtitleFormatFABSubtitler.cs  |   64 ++++++++++++++++++++
 5 files changed, 82 insertions(+), 14 deletions(-)

commit 9557c5fb823465db6ccf2dac1e269e0ed7e21843
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Nov 12 00:16:55 2010 +0000

    Fixed copyright header

 src/SubLib/IO/Output/SubtitleOutput.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b0d503f1f848bd64520b22c76789530c4d2e41a
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Nov 12 00:14:17 2010 +0000

    Fixed bug in Adobe Encore DVD with frames not being saved as a 2 digit number.

 src/SubLib/IO/Output/SubtitleOutput.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 437b38d31bd0247045a389866d47700fc9d17b9d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Nov 7 22:38:00 2010 +0000

    Changed format detection not to incorrecly classify FAD Subtitler subtitles

 .../SubtitleFormatAdobeEncoreDVD.cs                |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8af8198592e4e2465df33b9c3f4086c2f9f999d1
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Nov 7 22:36:58 2010 +0000

    Updated project files

 gnome-subtitles.mdp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5ade35ae1bc955d622465f6684af570e80cec0e7
Author: Joan Duran <jodufi@gmail.com>
Date:   Wed Nov 17 22:15:07 2010 +0000

    Updated Catalan translation

 po/ca.po |  327 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 226 insertions(+), 101 deletions(-)

commit 674a2626e7c81a319933f8a8af7fd5ec99d0430f
Author: Marcos Lans <marcoslansgarza@gmail.com>
Date:   Sat Nov 13 18:43:50 2010 +0100

    Updated Galician translations

 po/gl.po |  147 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 84 insertions(+), 63 deletions(-)

commit b77305fb4c25185f74df373d36a57e03a8268e3c
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Tue Nov 2 23:19:31 2010 +0100

    [l10n] Updated Italian translation

 po/it.po |  294 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 189 insertions(+), 105 deletions(-)

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(-)

commit 73d7fda5abe6a280bcb91c0ca2d9b76fc4e4a574
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Oct 31 15:36:48 2010 +0000

    Updated configuration script

 m4/intltool.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1ffb1c996d066eb5de7cbc309ff69afc1d67d377
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Oct 31 15:36:26 2010 +0000

    Fixed bug in using a specific tag, that wasn't validating

 help/sl/sl.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 508b2357a4bc7d40fb18c9f7bc24139de2226455
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Oct 10 17:22:18 2010 +0100

    Fix #622248 - Synchronize timings for all subtitles.
    
    Times weren't being calculated correctly in some situations when using the
    "sync all subtitles" option. In those situations, validation didn't allow
    synchronization to be done.

 src/SubLib/Core/Timing/SynchronizeOperator.cs |   27 +++++++++++++++++-------
 1 files changed, 19 insertions(+), 8 deletions(-)

commit ba6506a172ae047db759c462a5eabf7055f186ff
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Oct 10 17:18:52 2010 +0100

    Code cleanup

 src/SubLib/Core/Timing/SyncUtil.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8b6cd347bd2791983eb3c18c60e79f2206125b3c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Oct 3 17:24:41 2010 -0700

    Preparing for release 1.1

 NEWS                        |   49 +++++++++++++++++++++++++++++++++++++++++++
 src/Glade/AboutDialog.glade |   14 ++++++++----
 2 files changed, 58 insertions(+), 5 deletions(-)

commit 1d47fc81563c370d4879602ec8768d7522119371
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Oct 31 08:30:15 2010 +0530

    Add Punjabi/pa.po Translation, updated LINGUAS file

 po/LINGUAS |    1 +
 po/pa.po   | 1325 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1326 insertions(+), 0 deletions(-)

commit 5375aa419d27f13049ad6b17ac7b7d7f23c9eb93
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sat Oct 30 17:16:30 2010 +0100

    Updated Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 1428 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1429 insertions(+), 0 deletions(-)

commit cf1c9d0459670e95f6c040d019d70f1b5d6c3d7f
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Mon Oct 11 22:12:46 2010 +0300

    Updated Romanian translation

 help/Makefile.am |    2 +-
 help/ro/ro.po    | 1123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1124 insertions(+), 1 deletions(-)

commit 570fcdcef00ef8b9f121c83f884a39267144f666
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Oct 3 16:54:34 2010 +0200

    Hebrew refreshed

 po/he.po |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit 44370dc2a87f7fa0d6c9730979514bd407a37c65
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Oct 2 00:32:13 2010 +0100

    Fixed RedHat bug #638384 - (CVE-2010-3357) CVE-2010-3357 gnome-subtitles: insecure library loading vulnerability

 src/GnomeSubtitles/Execution/gnome-subtitles.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3ea81fc877b1dff4c4a679ab20068334c1611c09
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 25 15:53:56 2010 +0200

    Updated Polish translation

 po/pl.po |  311 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 180 insertions(+), 131 deletions(-)

commit 17c2b5793d9137fee1446144a502fbbe9389a82c
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Sep 14 11:12:34 2010 +0200

    Updated French translation

 po/fr.po |  254 ++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 166 insertions(+), 88 deletions(-)

commit 1ec97bfc34951529c24949ff0105709b57aa5459
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Fri Sep 10 11:35:46 2010 +0300

    Updated Romanian translation

 po/ro.po |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit a50db38c262673b0f4d9b695e0394d8f0e51a090
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Thu Sep 9 21:55:11 2010 +0100

    Updated ignore list

 .gitignore |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 1d6e58367398bd6d5af32ed38d9b7c2dbc643f91
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Thu Sep 9 21:53:30 2010 +0100

    Fixed bug #628427 - crash when searching backwards
    
    Don't use Regex.Match(string, int32, int32) when searching backwards as this
    method behaves differently with mono libraries version 2.6.x

 src/SubLib/Core/Search/SearchOperator.cs |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

commit e826c0b708b0f2dec9100d63410040d719e2f4a8
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Sat Aug 28 23:02:29 2010 +0300

    Added Romanian translation

 po/LINGUAS |    1 +
 po/ro.po   | 1345 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1346 insertions(+), 0 deletions(-)

commit 38aed79ef62baa75b9021b369e5852a9701a798d
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Aug 23 20:15:21 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 6eb7a2c455805835326283a33b71ad8b1dcda2aa
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Aug 11 13:21:34 2010 +0300

    Updated Hebrew translation.

 po/he.po |   68 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 39 insertions(+), 29 deletions(-)

commit cf303309907cbc958b0ea8943a9e2f920fcfedf9
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Aug 4 08:43:44 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |   73 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 40 insertions(+), 33 deletions(-)

commit 13e41ff7925f3b8a74c782dd334401fd1fd8fade
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 1 16:40:40 2010 +0200

    Updated Hungarian translation

 po/hu.po |  259 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 166 insertions(+), 93 deletions(-)

commit 3af88e94d1d9503d8f167b6dea9ab09b45f75447
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Aug 1 01:13:06 2010 +0300

    Updated Hebrew translation.

 po/he.po |  583 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 348 insertions(+), 235 deletions(-)

commit 33e744857e0427325f56ed196e977c844628e114
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Jul 31 18:53:45 2010 +0200

    Updated Slovenian translation

 po/sl.po |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 32 insertions(+), 28 deletions(-)

commit 6482eed1f94a7048e0c67dad9c295a22dbbaadc3
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Jul 31 09:29:21 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |   85 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 49 insertions(+), 36 deletions(-)

commit 2bff9c96c2d1e146fe51d3a6623aec161fdc4474
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jul 28 17:11:20 2010 +0200

    Updated Spanish translation

 po/es.po |   63 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 34 insertions(+), 29 deletions(-)

commit bbe88dd69f2511943a6a29c4d40a3123f7b14eae
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jul 26 20:08:15 2010 +0200

    [i18n] Updated German translation

 po/de.po |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 32 insertions(+), 28 deletions(-)

commit 2d0ff216daae97bdf9e31ed4210c3c28994f2a2e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jul 25 11:43:28 2010 +0100

    Fix bug #601195 - Subtitle loop.
    If Subtitle Loop and Auto Select Subtitle are both selected, for multiple selection
    Subtitle Loop will prevail as the subtitle will already be selected. It won't be in editing
    state, though, due to multiple selection.

 src/Glade/MainWindow.glade                      |    4 +-
 src/GnomeSubtitles/Core/EventHandlers.cs        |    4 +-
 src/GnomeSubtitles/Ui/Menus.cs                  |    2 -
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs     |   38 +++++++++++------------
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs |   19 +++++++++--
 src/GnomeSubtitles/Ui/View/SubtitleView.cs      |    9 ++---
 6 files changed, 41 insertions(+), 35 deletions(-)

commit 9d51249514fae672736ad5be42fd610b6492c113
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jul 25 10:44:28 2010 +0100

    Don't ignore align and reselect as given by argument

 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d42bb60be89f882f50ead421b3d28807fdecee4c
Author: Valmir Sena <valmirse@gmail.com>
Date:   Mon Jun 28 02:40:14 2010 -0300

    Fix the bug#601195 - Subtitle loop

 src/Glade/MainWindow.glade                      |   27 ++++++++++++++-------
 src/GnomeSubtitles/Core/EventHandlers.cs        |    4 +++
 src/GnomeSubtitles/Ui/Menus.cs                  |    1 +
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs     |   28 +++++++++++++++++++++-
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs |   11 +++++++++
 src/GnomeSubtitles/Ui/View/SubtitleView.cs      |    2 +-
 src/GnomeSubtitles/Ui/WidgetNames.cs            |    1 +
 7 files changed, 62 insertions(+), 12 deletions(-)

commit 3ac6c57ec98f0a74003c1c101c6abe94148f200d
Author: António Lima <amrlima@gmail.com>
Date:   Sun Jul 25 23:11:15 2010 +0100

    Updated Portuguese translation

 po/pt.po |  261 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 166 insertions(+), 95 deletions(-)

commit d8aa4145616a34b1dbbf79b11f0f9cdcde38d63e
Author: Petr Kovar <pknbe@volny.cz>
Date:   Thu Jul 15 21:38:30 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |  242 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 156 insertions(+), 86 deletions(-)

commit e8759570abd2726dde7b5e09d4164b4e0965d05d
Author: 微尘 <squeeze@189.cn>
Date:   Thu Jul 15 13:38:15 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  228 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 144 insertions(+), 84 deletions(-)

commit b930ea5308e4e2ca4a22efdf0217e9bcad2dafec
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jul 11 18:12:12 2010 +0200

    Update Czech help translation by Marek Cernocky

 help/cs/cs.po |  608 ++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 472 insertions(+), 136 deletions(-)

commit 57cb9a9ab7500bca68df5b0fa448051301644df8
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Tue Jul 6 02:41:05 2010 +0400

    Added Turkish (tr) translation

 po/LINGUAS |    1 +
 po/tr.po   | 1363 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1364 insertions(+), 0 deletions(-)

commit a7020364c21dba287dbf49d1c6d13e724c477068
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sun Jul 4 18:30:48 2010 +0200

    Updated Slovenian translation

 po/sl.po |  156 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 78 insertions(+), 78 deletions(-)

commit 12fed2445c3d47ada327747fa621d37c95ee3fc6
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sun Jul 4 07:56:55 2010 +0200

    Updated Slovenian translation

 po/sl.po |   40 ++++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 18 deletions(-)

commit 8e057c45cdc279a21df97ff0ceb9bca2831fc18a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jun 28 22:18:13 2010 +0200

    [i18n] Updated German translation

 po/de.po |   42 +++++++++++++++++++++++-------------------
 1 files changed, 23 insertions(+), 19 deletions(-)

commit 5fc0c542072a9957eadc8aed3f1a79cbec7a5256
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Jun 28 04:51:06 2010 +0200

    Updated Spanish translation

 po/es.po |   94 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 53 insertions(+), 41 deletions(-)

commit 41b25aeb1f06d5dad52af0107e9206c3ed5e6c78
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 27 22:06:38 2010 +0100

    Added Help->Keyboard Shortcuts menu item.

 src/Glade/MainWindow.glade               |   26 +++++++++++++++++---------
 src/GnomeSubtitles/Core/EventHandlers.cs |    6 +++++-
 2 files changed, 22 insertions(+), 10 deletions(-)

commit 55402379efee41b4658188e47c05bde890114ed5
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 27 21:45:32 2010 +0100

    Made necessary changes to Valmir's patch for bug #547984

 src/Glade/MainWindow.glade               |   24 +++++++++++-----------
 src/GnomeSubtitles/Core/EventHandlers.cs |   31 ++++++++++-------------------
 2 files changed, 23 insertions(+), 32 deletions(-)

commit 5f5fd2637426d657f09244f90a2943f8840a27dd
Author: Valmir Sena <valmirse@gmail.com>
Date:   Tue Jun 22 17:33:19 2010 -0300

    Bug#547984 - Quick subtitle timing during playback Add shortcuts keys on this bug, was setted temporaly the keys ctrl-alt-x

 src/Glade/MainWindow.glade               |    3 ++
 src/GnomeSubtitles/Core/EventHandlers.cs |   31 ++++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 4 deletions(-)

commit bfdaafa55ec67a038c6e6c891ac9770f0570f860
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sun Jun 27 19:08:44 2010 +0200

    Updated Slovenian translation

 po/sl.po |   48 ++++++++++++++++++++++++++++++------------------
 1 files changed, 30 insertions(+), 18 deletions(-)

commit 3a9cc0d1e7636b33f221ed125dd757c5eebb2abc
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 27 19:05:35 2010 +0200

    [i18n] Updated German translation

 po/de.po |   56 ++++++++++++++++++++++++++++++++------------------------
 1 files changed, 32 insertions(+), 24 deletions(-)

commit f196d7c2db7ffdc3bbed1780a2708eb1ffd0998d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 27 12:42:52 2010 +0100

    Fix bug#565360 - Periodically backup subtitle files, based on a patch from Arx Cruz

 data/gnome-subtitles.schemas                   |   22 ++++
 gnome-subtitles.mdp                            |    1 +
 src/Glade/MainWindow.glade                     |   18 ++--
 src/Glade/PreferencesDialog.glade              |   80 +++++++++++-
 src/GnomeSubtitles/Core/Backup.cs              |  160 ++++++++++++++++++++++++
 src/GnomeSubtitles/Core/Base.cs                |    8 +-
 src/GnomeSubtitles/Core/Config.cs              |   20 +++-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |   28 ++++
 src/SubLib/Core/Domain/FileProperties.cs       |   14 ++-
 src/SubLib/Core/Domain/Frames.cs               |   24 +++-
 src/SubLib/Core/Domain/Headers.cs              |   14 ++-
 src/SubLib/Core/Domain/Style.cs                |   14 ++-
 src/SubLib/Core/Domain/Subtitle.cs             |   39 ++++++-
 src/SubLib/Core/Domain/SubtitleCollection.cs   |   36 ++++--
 src/SubLib/Core/Domain/SubtitleProperties.cs   |   14 ++-
 src/SubLib/Core/Domain/SubtitleText.cs         |   19 +++-
 src/SubLib/Core/Domain/Subtitles.cs            |   18 +++-
 src/SubLib/Core/Domain/Times.cs                |   19 +++-
 18 files changed, 503 insertions(+), 45 deletions(-)

commit 64dc36eebaadab5b17d488c78826dcdd2918f24d
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jun 21 10:55:57 2010 +0200

    Updated Galician translations

 po/gl.po |  195 +++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 125 insertions(+), 70 deletions(-)

commit 19a0a2945d442f6c9f39e80e21ca7a90f4302197
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jun 17 08:23:35 2010 +0200

    Updated Spanish translation

 po/es.po |  211 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 133 insertions(+), 78 deletions(-)

commit a2e06311f4e4ff86d8442ac667a17de6f3b17c22
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Jun 12 20:44:07 2010 +0200

    Updated German translation

 po/de.po |  221 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 142 insertions(+), 79 deletions(-)

commit b5f384c69214467235f40e00cc3c6e8b642429f4
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Jun 11 19:27:04 2010 +0200

    Updated Slovenian translation

 po/sl.po |  184 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 120 insertions(+), 64 deletions(-)

commit 16d2072a172e6b30255e69879e682245c50f3d7b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Fri Jun 11 12:52:49 2010 +0100

    Completed patch from Valmir Sena, fixes #605402 and #453220

 src/Glade/MainWindow.glade                         |   20 +++--
 src/GnomeSubtitles/Core/EventHandlers.cs           |    5 +-
 src/GnomeSubtitles/Ui/Menus.cs                     |   17 +++-
 .../Ui/VideoPreview/SubtitleOverlay.cs             |   27 ++++---
 .../Ui/VideoPreview/SubtitleTracker.cs             |   78 +++++++++++--------
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |    4 +-
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |   23 +++---
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |   19 +++--
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    2 +-
 src/SubLib/Core/Search/SearchOperator.cs           |   35 +++++----
 10 files changed, 133 insertions(+), 97 deletions(-)

commit 125fb06b58c8904b4d11301cf2f5de30f3a871bc
Author: Valmir Sena <valmirse@gmail.com>
Date:   Thu Jun 10 15:23:35 2010 -0300

    Fix Bug#605402 and Bug#453220 Misses put the menu sensitive code in the correct place

 gnome-subtitles.mdp                                |  474 ++++++++++----------
 src/Glade/MainWindow.glade                         |   37 ++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |   10 +-
 src/GnomeSubtitles/Ui/Menus.cs                     |    4 +
 .../Ui/VideoPreview/SubtitleOverlay.cs             |   51 +--
 .../Ui/VideoPreview/SubtitleTracker.cs             |  114 +++++
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |   13 +
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |    8 +
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |   12 +
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    2 +
 src/SubLib/Core/Search/SearchOperator.cs           |   34 ++-
 11 files changed, 470 insertions(+), 289 deletions(-)

commit c8c88a711bf99fbb1ab87d5bb0f8315c2c0fe885
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Thu Jun 10 00:22:45 2010 +0100

    Fix bug #620027 - Crash when shifting selected subtitles

 src/Glade/TimingsShiftDialog.glade              |   10 ++++------
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs |    7 +++++--
 2 files changed, 9 insertions(+), 8 deletions(-)

commit b2eb4f4ae36b93a5af49b49528463c957945d0db
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 8 22:38:57 2010 +0100

    Fix bug #619364 - Untranslated strings
    Patch from Gabor Kelemen
    
    Signed-off-by: Pedro Castro <mail@pedrocastro.org>

 src/Glade/AboutDialog.glade              |    3 +--
 src/Glade/MainWindow.glade               |   10 +++++-----
 src/Glade/TimingsSynchronizeDialog.glade |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)

commit 3adbf4b5c3942bcc259d68d8818df25235a6680b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 29 00:22:29 2010 +0100

    Moved SetSubtitleStartEnd button to lower row

 src/Glade/MainWindow.glade |   42 ++++++++++++++++++------------------------
 1 files changed, 18 insertions(+), 24 deletions(-)

commit 383c4489f8caa86f87aefd5447cf21cd5f97a51f
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 29 00:22:03 2010 +0100

    Script updated

 m4/gtk-doc.m4 |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

commit 1a35222fd5e5ad4ec23799e9ea6fe73b4f61c1fd
Author: Valmir Sena <valmirse@gmail.com>
Date:   Thu May 27 10:20:55 2010 -0300

    Fix Bug#547984 - Quick subtitle timing during playback

 data/video-set-subtitle-start-end-30x.png   |  Bin 0 -> 484 bytes
 gnome-subtitles.mdp                         |    3 ++-
 src/Glade/MainWindow.glade                  |   21 +++++++++++++++++++++
 src/GnomeSubtitles/Core/EventHandlers.cs    |   12 ++++++++++++
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs |    7 +++++++
 src/GnomeSubtitles/Ui/View/SubtitleView.cs  |    5 +++++
 src/GnomeSubtitles/Ui/WidgetNames.cs        |    2 ++
 src/Makefile.am                             |    3 ++-
 8 files changed, 51 insertions(+), 2 deletions(-)

commit 951e2a7981f590ae396604eac0f5d2f9ba76d449
Author: António Lima <amrlima@gmail.com>
Date:   Tue May 25 00:08:20 2010 +0100

    Updated Portuguese translation

 po/pt.po |  133 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 92 insertions(+), 41 deletions(-)

commit 9f0d07cdd2237beced747872b52ad775e46cafbc
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat May 22 16:20:42 2010 +0200

    Small fixes

 po/hu.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit f652dcc93525bbf9552fab575da1fb26b0a5e364
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat May 22 16:02:19 2010 +0200

    Added Hungarian translation by Laszlo Csordas

 po/hu.po | 1259 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1259 insertions(+), 0 deletions(-)

commit 5f285c13b05e4fdd44c8893665045a8bb65a4a64
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat May 22 16:01:36 2010 +0200

    Added hu to LINGUAS

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c169589a27d6722334cdfa1fc76550235605ac4a
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun May 2 18:23:43 2010 +0200

    Add Czech help translation by Marek Cernocky

 help/Makefile.am |    2 +-
 help/cs/cs.po    |  761 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 762 insertions(+), 1 deletions(-)

commit 93f8ae53e06d9831dfc9c3123491a0bb16e059a9
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Apr 3 19:48:41 2010 +0200

    Updated French translation
    
    Contributed by Bruno Brouard and Claude Paroz

 po/fr.po |  158 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 105 insertions(+), 53 deletions(-)

commit 5581712fd5890b69a3d6d1db372308de8b3b878c
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Mar 22 23:24:25 2010 +0100

    Updated German doc translation

 help/de/de.po |  183 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 95 insertions(+), 88 deletions(-)

commit 0527666a0eb289f5b1a08cb73b93e8333d785882
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 15 19:27:28 2010 +0100

    Updated Spanish translation

 help/es/es.po |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit 1b90cad76c686b7d8d39d93844409dc944e4eb53
Author: Pedro Castro <mail>
Date:   Mon Mar 15 01:25:42 2010 +0000

    Corrected text (fixes #612400 - Bug in help)

 help/C/gnome-subtitles.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4821c016489572d52f200c0dec11c1a950fd1f77
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Mar 12 16:26:46 2010 +0100

    Added sl for Slovenian translation

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d302b4ce8dcd3cd0690aaa09b8504ef115ba0591
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Mar 12 16:25:20 2010 +0100

    Updated Slovenian translation

 help/sl/sl.po |  764 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 764 insertions(+), 0 deletions(-)

commit 0707cf761c50492ae1eea0442dc07045bb338890
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Mar 12 14:44:49 2010 +0100

    Updated Slovenian translation

 po/sl.po | 2010 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 1246 insertions(+), 764 deletions(-)

commit 30bdea81d318999c15f47d56e9aaf703907c7af1
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Mar 12 14:34:23 2010 +0100

    Updated Slovenian translation

 po/sl.po | 2010 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 764 insertions(+), 1246 deletions(-)

commit bea75473b5fe7fcd873f1402613b7afa0c4f3c65
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Mar 10 12:12:52 2010 +0100

    Update Czech translation

 po/cs.po |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 89990433a94510ed420a5ba7686cec2c2dcaa268
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Mar 8 12:31:34 2010 +0100

    Updated Polish translation

 po/pl.po |  127 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 86 insertions(+), 41 deletions(-)

commit 272f3a312bc5eeb65cdb5d26acd8a834f166a577
Author: Pedro Castro <mail>
Date:   Sun Mar 7 02:10:54 2010 +0000

    When activating a sync point, seek to the sync point time instead of the subtitle time

 .../Dialog/TimingsSynchronizeDialog.cs             |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a6d723ccb5878bd19d76c1901fa4b110c16f8f2a
Author: Pedro Castro <mail>
Date:   Sun Mar 7 02:05:19 2010 +0000

    Check subtitle bounds for the given last sync point on Synchronize

 .../Dialog/TimingsSynchronizeDialog.cs             |   27 ++++++++++++-------
 1 files changed, 17 insertions(+), 10 deletions(-)

commit 649dd0a51a5ddef53577014063f275796d7325e5
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Fri Mar 5 14:38:23 2010 +0100

    Updated Galician translation

 po/gl.po |  196 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 122 insertions(+), 74 deletions(-)

commit ea2ad9ae2c9787fd529170458fc4a78234b27425
Author: Pedro Castro <mail>
Date:   Sun Feb 28 00:49:57 2010 +0000

    Use ISO-8859-1 as default character coding added to the encodings list and as fallback

 data/gnome-subtitles.schemas |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c2d6be416ec678bd1f14299493d490a26426bba1
Author: Pedro Castro <mail>
Date:   Sun Feb 28 00:48:00 2010 +0000

    Fixed getting the fallback encoding from gconf

 src/GnomeSubtitles/Core/Config.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9e51268b2a78a6edfcbcd523c536e9c51cc9e046
Author: Pedro Castro <mail>
Date:   Tue Feb 23 00:05:11 2010 +0000

    Fixed problem opening subtitles with drag-and-drop having spaces in their path

 src/GnomeSubtitles/Core/EventHandlers.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b905de686705f3d74a68c9dab425ed32306e5e32
Author: Pedro Castro <mail>
Date:   Mon Feb 22 23:22:04 2010 +0000

    Code cleanup

 src/SubLib/Core/SubtitleFactory.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 1fea897b4174d4171dc1afc5f8b2235059799871
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Feb 22 13:17:57 2010 +0800

    Add Simplified Chinese translation.

 po/LINGUAS  |    1 +
 po/zh_CN.po | 1282 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1283 insertions(+), 0 deletions(-)

commit 4f708196c059985d07cd9374f072f8fb6a3df723
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Feb 21 19:53:39 2010 +0100

    Update Czech translation by Marek Cernocky
    
    Reviewed by: Lucas Lommer.

 po/cs.po |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 50ec0cf8e60ed9a099052b791d3b61de642380c6
Author: Pedro Castro <mail>
Date:   Sat Feb 20 23:01:33 2010 +0000

    Only set the process name if running on a unix platform

 src/GnomeSubtitles/Execution/Executable.cs       |    6 +++-
 src/GnomeSubtitles/Execution/ExecutionContext.cs |   34 +++++++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)

commit e783b2e6722ac4b9864add7023425c5cdf44b722
Author: Pedro Castro <mail>
Date:   Sat Feb 20 22:12:07 2010 +0000

    Get the locale dir dynamically, so we don't have to set it using the build script

 configure.ac                                       |    1 -
 gnome-subtitles.mdp                                |    1 -
 src/GnomeSubtitles/Core/Base.cs                    |    2 +-
 .../Execution/ConfigureDefines.cs.in               |   30 --------------------
 src/GnomeSubtitles/Execution/Executable.cs         |    1 +
 src/GnomeSubtitles/Execution/ExecutionContext.cs   |    5 +++
 6 files changed, 7 insertions(+), 33 deletions(-)

commit b6239dd90bd01ec175e37047ff5243ee16d9456d
Author: Pedro Castro <mail>
Date:   Sat Feb 20 22:11:00 2010 +0000

    Updated copyright dates

 src/GnomeSubtitles/Execution/AssemblyInfo.cs.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e07d0f2c1d64579f693b48474e90bb9782ce73c0
Author: Pedro Castro <mail>
Date:   Sat Feb 20 22:10:32 2010 +0000

    Updated INSTALL file

 INSTALL |  156 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 111 insertions(+), 45 deletions(-)

commit a8c771761fb108df33ece376b0e05dce5f08cd13
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Feb 19 14:16:03 2010 +0100

    Updated Slovenian translation

 po/sl.po |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit c22c70d33b7b90c9688ae6b7ac2eef38847c2817
Author: Pedro Castro <mail>
Date:   Wed Feb 17 22:57:50 2010 +0000

    Updating for release 1.0

 configure.ac                |    2 +-
 src/Glade/AboutDialog.glade |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ed2aefeda642f10eb964927832169d0acfa2703c
Author: Pedro Castro <mail>
Date:   Wed Feb 17 22:57:43 2010 +0000

    Show trailing 0 for main versions like "1.0"

 src/GnomeSubtitles/Execution/ExecutionContext.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 059efc6fea3982edc3a434f01c7316ef68679da0
Author: Pedro Castro <mail>
Date:   Wed Feb 17 22:15:27 2010 +0000

    Updating for release 1.0

 AUTHORS                     |   11 +++++++----
 src/Glade/AboutDialog.glade |   16 +++++++++-------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit 936946332e66a378caec69246aab5d62d4d46ed2
Author: Pedro Castro <mail>
Date:   Wed Feb 17 21:56:30 2010 +0000

    Updating for release 1.0

 NEWS |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

commit 619e48d03f1f9e5591650ce5e147e31a45d9c436
Author: Pedro Castro <mail>
Date:   Wed Feb 17 21:27:32 2010 +0000

    Code cleanup

 src/GnomeSubtitles/Dialog/MessageDialog.cs   |    4 ++--
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs |    2 +-
 src/Makefile.am                              |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 3371e504c94798d8d605c1cec95e174e15cdd203
Author: Pedro Castro <mail>
Date:   Wed Feb 17 21:17:19 2010 +0000

    Wrap the subtitle text to adapt to the current video overlay size (fixes #610170)

 src/Glade/MainWindow.glade |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit bdbed7b96edcc0cd5513055efe755eff0cef9ec9
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Wed Feb 17 21:00:12 2010 +0100

    Updated Danish translation

 po/da.po |  138 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 98 insertions(+), 40 deletions(-)

commit 4071124f1599e1a28a8ce90fa42993229a649220
Author: Pedro Castro <mail>
Date:   Wed Feb 17 01:32:46 2010 +0000

    Updated ignore list

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6265768c64d58ce227a6a571b36af343e4a4ed32
Author: Pedro Castro <mail>
Date:   Wed Feb 17 01:32:39 2010 +0000

    Updated translated files

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ecd643df61dbf1a4fc7fffcb7518e88e37a90bad
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 11:31:18 2010 +0100

    Updated Spanish translation

 po/es.po |  102 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 54 insertions(+), 48 deletions(-)

commit 318c6570c1a9cefd6c83a35968ef9f6287206a0f
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Feb 14 12:23:33 2010 +0100

    Updated German translation

 po/de.po |   40 +++++++++++++++++-----------------------
 1 files changed, 17 insertions(+), 23 deletions(-)

commit 010dcfc23867cd7a9b0ff9b2294ffc90dd47284b
Author: Pedro Castro <mail>
Date:   Sat Feb 13 03:08:45 2010 +0000

    Fixed bug with the dialog not reflecting timingmode changes

 src/Glade/VideoSeekToDialog.glade              |    3 +-
 src/GnomeSubtitles/Dialog/VideoSeekToDialog.cs |   28 ++++++++++++++---------
 2 files changed, 19 insertions(+), 12 deletions(-)

commit 4313dad9be25dc1a6628d4685fd79570bb64562f
Author: Pedro Castro <mail>
Date:   Sat Feb 13 02:51:57 2010 +0000

    Allow to manually edit times in spinbuttons (fixes #549060)
    
    Spin buttons, when in times mode, now have their text freely editable. The text
    is validated and converted to the time value when editing is finished (focus lost).

 src/GnomeSubtitles/Core/Util.cs                    |    4 ++--
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   13 +++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

commit 000026d3ccfe60947227d0fcec6659188489e605
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Feb 12 13:31:02 2010 +0100

    Updated Slovenian translation

 po/sl.po |   71 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 38 insertions(+), 33 deletions(-)

commit 87446f6fb32ef2d553bfab09effb6bd2b9e93d6f
Author: Pedro Castro <mail>
Date:   Thu Feb 11 00:29:49 2010 +0000

    Set default newline type to Windows (fixes #609345)

 data/gnome-subtitles.schemas                   |   22 ++++++++++++++++++++++
 src/GnomeSubtitles/Core/Config.cs              |    7 ++++---
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)

commit e62c6ae7557ed9ae1fd9736ff4918d86e722358e
Author: Pedro Castro <mail>
Date:   Thu Feb 11 00:04:47 2010 +0000

    FIxed bug related to the automatic translation save feature

 src/GnomeSubtitles/Core/EventHandlers.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 96845dfd4dba60292d743217daa23f107b7e15f0
Author: Petr Kovar <pknbe@volny.cz>
Date:   Thu Feb 11 03:10:22 2010 +0100

    Update Czech translation by Marek Cernocky

 po/cs.po |   72 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 38 insertions(+), 34 deletions(-)

commit d75a9d285e7f192a19a2b5c4305919e54dcc7cb4
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Feb 8 00:49:02 2010 +0100

    Updated German translation

 po/de.po |   74 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 39 insertions(+), 35 deletions(-)

commit b3b6630214892fc3a83dd270ebc8a8cb310c34c9
Author: Pedro Castro <mail>
Date:   Sun Feb 7 20:35:52 2010 +0000

    Option to save Translation when saving Subtitles (fixes #511167)

 data/gnome-subtitles.schemas                   |   11 +++++++++++
 src/Glade/PreferencesDialog.glade              |    3 ++-
 src/GnomeSubtitles/Core/Config.cs              |    7 +++++++
 src/GnomeSubtitles/Core/EventHandlers.cs       |    8 ++++++++
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |   11 +++++++++--
 src/GnomeSubtitles/Ui/MainUi.cs                |   10 ++++++----
 6 files changed, 43 insertions(+), 7 deletions(-)

commit ef83f6b3f23a324fc8d02130916632b05c30d348
Author: Pedro Castro <mail>
Date:   Sat Feb 6 18:07:52 2010 +0000

    Allow to reset the preferences to defaults

 data/gnome-subtitles.schemas                       |    2 +-
 src/Glade/PreferencesDialog.glade                  |   40 ++++++++++++++------
 src/GnomeSubtitles/Core/Config.cs                  |    2 +-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   22 +++++++++++
 .../Ui/Component/NewlineTypeComboBox.cs            |    6 +++
 5 files changed, 58 insertions(+), 14 deletions(-)

commit 813fb7a77cd47b0935f1cf1474cb46dad50def35
Author: Pedro Castro <mail>
Date:   Sat Feb 6 15:54:17 2010 +0000

    Updated string

 src/Glade/PreferencesDialog.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 593ac813f03e669abefeb8a4fe4dca92bec5f7ea
Author: Pedro Castro <mail>
Date:   Sat Feb 6 15:53:57 2010 +0000

    Code cleanup

 .../Dialog/SubtitleFileSaveAsDialog.cs             |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 1e78f0c70d61f98604cef72dde0792d234f3dc0d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Feb 4 22:46:03 2010 +0100

    Updated Swedish translation

 po/sv.po |  185 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 94 insertions(+), 91 deletions(-)

commit 07bf2d006c4406509abdeacc98c0c2fd4827edac
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Feb 4 13:33:26 2010 +0100

    Updated German translation

 po/de.po |  150 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 102 insertions(+), 48 deletions(-)

commit 55dbc38f08a62d05a076e3c0a334e37e902bae30
Author: Pedro Castro <mail>
Date:   Sun Jan 31 22:58:47 2010 +0000

    Fixed handling of video files with special characters like ":" (fixes #608631)

 src/GnomeSubtitles/Dialog/FileOpenDialog.cs      |    2 +-
 src/GnomeSubtitles/Ui/VideoPreview/VideoFiles.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e00715f0148668b34d358f6b7d3f99a7a516ffa6
Author: Pedro Castro <mail>
Date:   Sun Jan 31 17:55:54 2010 +0000

    Allow to set default newline type, for saving files, in the preferences

 gnome-subtitles.mdp                                |    1 +
 src/Glade/FileSaveAsDialog.glade                   |    5 +-
 src/Glade/PreferencesDialog.glade                  |    2 +-
 src/GnomeSubtitles/Core/Config.cs                  |   13 ++
 src/GnomeSubtitles/Core/Util.cs                    |   15 ++-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   40 +++++-
 .../Dialog/SubtitleFileSaveAsDialog.cs             |  123 ++++----------
 .../Ui/Component/NewlineTypeComboBox.cs            |  175 ++++++++++++++++++++
 .../Ui/Component/SubtitleFormatComboBox.cs         |   10 +-
 src/SubLib/Core/Domain/Enumerations.cs             |   11 +-
 10 files changed, 288 insertions(+), 107 deletions(-)

commit c6041d342a3567ccd832fe0194e0002ce23a8bab
Author: Pedro Castro <mail>
Date:   Sun Jan 31 16:25:36 2010 +0000

    Added component dir

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0133bc61c27d93800f6df06de686b7c2f1117e8c
Author: Pedro Castro <mail>
Date:   Sat Jan 30 14:42:38 2010 +0000

    Allow to set the default subtitle format in the Save As dialog

 data/gnome-subtitles.schemas                       |   24 +++-
 gnome-subtitles.mdp                                |    1 +
 src/Glade/FileSaveAsDialog.glade                   |    6 +-
 src/Glade/PreferencesDialog.glade                  |    2 +-
 src/GnomeSubtitles/Core/Config.cs                  |   20 +++
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   41 +++++-
 .../Dialog/SubtitleFileSaveAsDialog.cs             |  154 +++++++------------
 .../Ui/Component/EncodingComboBox.cs               |    9 +-
 .../Ui/Component/SubtitleFormatComboBox.cs         |  164 ++++++++++++++++++++
 src/SubLib/Core/Domain/Subtitles.cs                |   40 ++++--
 src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs    |    2 +-
 11 files changed, 345 insertions(+), 118 deletions(-)

commit 97cc1cab3a52affd582f904cdd86c82f4f422731
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jan 26 19:41:30 2010 +0100

    Updated Spanish translation

 po/es.po |  114 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 82 insertions(+), 32 deletions(-)

commit fc160bae5b23afeb0df18ef00517cff47aba6a61
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Mon Jan 25 21:09:55 2010 +0100

    Updated Italian translation

 po/it.po |   94 +++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 66 insertions(+), 28 deletions(-)

commit 345d3533bd01e8805441c76ed4728d28ba1519c5
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jan 25 17:59:18 2010 +0100

    Update Czech translation

 po/cs.po |   96 ++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 66 insertions(+), 30 deletions(-)

commit 8832ba95c3e327785c487b9e5fecf6eb876dc3f4
Author: Pedro Castro <mail>
Date:   Sun Jan 24 21:42:56 2010 +0000

    Allow to set the fallback encoding in the preferences

 data/gnome-subtitles.schemas                       |   44 +++++++++++++++-----
 src/Glade/PreferencesDialog.glade                  |    2 +-
 src/GnomeSubtitles/Core/Config.cs                  |   13 ++++++
 src/GnomeSubtitles/Core/Document.cs                |   16 +++++++-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   33 +++++++++++++--
 .../Ui/Component/EncodingComboBox.cs               |    7 +++-
 6 files changed, 97 insertions(+), 18 deletions(-)

commit dd48df820949814238414329c516944b06e3b069
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Jan 23 19:45:18 2010 +0100

    Updated Slovenian translation

 po/sl.po | 2435 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 1241 insertions(+), 1194 deletions(-)

commit 2cbede41d80822d272be9b2d7b9b05c373973831
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Jan 21 10:46:46 2010 +0100

    Update POTFILES.in to actual files

 po/POTFILES.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d96291eeb367b7ff7b04513380b522cba342890a
Author: Pedro Castro <mail>
Date:   Tue Jan 19 23:29:41 2010 +0000

    Allow to set the encoding to use when saving files

 data/gnome-subtitles.schemas                       |   11 ----
 src/Glade/PreferencesDialog.glade                  |    4 +-
 src/GnomeSubtitles/Core/Config.cs                  |   22 ++++++++
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   53 ++++++++++++++++++--
 .../Dialog/SubtitleFileSaveAsDialog.cs             |   42 ++++++++++++++--
 .../Ui/Component/EncodingComboBox.cs               |    6 +-
 6 files changed, 113 insertions(+), 25 deletions(-)

commit 75ece57df88782af8ab707b563e1aeeffbcfff6e
Author: Pedro Castro <mail>
Date:   Sun Jan 10 19:19:29 2010 +0000

    Use encoding combo box component

 .../Dialog/SubtitleFileSaveAsDialog.cs             |   63 ++++++++++++--------
 1 files changed, 38 insertions(+), 25 deletions(-)

commit 12cc4220c1a0aa798f9e87eea278a6ad115ba875
Author: Pedro Castro <mail>
Date:   Sun Jan 10 19:19:08 2010 +0000

    Added Empty EncodingDescription

 src/GnomeSubtitles/Core/EncodingDescription.cs |    9 ++++++++-
 src/GnomeSubtitles/Core/Encodings.cs           |    6 +++---
 src/GnomeSubtitles/Dialog/EncodingsDialog.cs   |    4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)

commit 17138750821892d07120d1d020088156dabf6ced
Author: Pedro Castro <mail>
Date:   Sun Jan 10 19:18:44 2010 +0000

    Allow to set default encoding for opening files (fixes part of #504656)
    
    - Allow to set file opening encoding in settings (allow for auto detect, remember last
    value, current locale or specific encoding
    - Opening files from the desktop (terminal/nautilus/etc) also uses this option
    - Refactored encoding combo boxes as reusable components

 data/gnome-subtitles.schemas                       |   44 ++++
 gnome-subtitles.mdp                                |    4 +-
 src/Glade/FileOpenDialog.glade                     |    4 +-
 src/Glade/FileSaveAsDialog.glade                   |    7 +-
 src/Glade/PreferencesDialog.glade                  |  262 ++++++++++++++++++--
 src/GnomeSubtitles/Core/Config.cs                  |   65 +++++-
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |   97 +++++---
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   60 +++++-
 .../Dialog/SubtitleFileChooserDialog.cs            |  196 ---------------
 src/GnomeSubtitles/Ui/Component/ComboBoxUtil.cs    |   41 +++
 .../Ui/Component/EncodingComboBox.cs               |  233 +++++++++++++++++
 src/GnomeSubtitles/Ui/MainUi.cs                    |   26 ++-
 12 files changed, 762 insertions(+), 277 deletions(-)

commit ac192325a09fd349d8705d36da775e5c1d3daa22
Author: Pedro Castro <mail>
Date:   Sat Jan 9 21:39:03 2010 +0000

    Updated VBox orientations to open correctly with Glade-3

 src/Glade/AboutDialog.glade          |    1 +
 src/Glade/EncodingsDialog.glade      |    3 +++
 src/Glade/FileOpenDialog.glade       |    1 +
 src/Glade/FilePropertiesDialog.glade |    1 +
 src/Glade/FileSaveAsDialog.glade     |    4 +++-
 src/Glade/HeadersDialog.glade        |    1 +
 src/Glade/MainWindow.glade           |   19 +++++++++++++------
 src/Glade/SearchDialog.glade         |    3 +++
 src/Glade/SetLanguageDialog.glade    |    2 ++
 src/Glade/TimingsAdjustDialog.glade  |    2 ++
 src/Glade/TimingsShiftDialog.glade   |    2 ++
 src/Glade/VideoOpenDialog.glade      |    3 ++-
 src/Glade/VideoSeekToDialog.glade    |    1 +
 13 files changed, 35 insertions(+), 8 deletions(-)

commit d8ff08c24f957e5ce419b6220a862ea6438cf569
Author: Pedro Castro <mail>
Date:   Sun Jan 3 20:12:43 2010 +0000

    Activate subtitle when activating sync point (fixes #585064)
    
    Activate a subtitle (including seeking the video to its start time) when activating
    a sync point in the Synchronize dialog.

 src/Glade/TimingsSynchronizeDialog.glade           |    6 +++++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    4 ++--
 .../Dialog/TimingsSynchronizeDialog.cs             |   10 +++++++++-
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |   11 +++++++++--
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |    9 +++++++--
 5 files changed, 32 insertions(+), 8 deletions(-)

commit 04bc2b4e8bceb8f1287c1bcd8811a544a235619d
Author: Pedro Castro <mail>
Date:   Sun Jan 3 18:41:23 2010 +0000

    Updated ignore list

 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2522710b0bfeb6e671f25d96585da5a5a166af62
Author: Pedro Castro <mail>
Date:   Sun Jan 3 18:41:09 2010 +0000

    Fixed timings synchronization issue when "Sync All Subtitles" was used
    
    When using "Sync All Subtitles", the times for subtitles outside the selected
    syncpoint ranges were being incorrectly calculated.

 .../Core/Command/SynchronizeTimingsCommand.cs      |    2 +-
 src/SubLib/Core/Domain/Frames.cs                   |   10 ++--
 src/SubLib/Core/Domain/Times.cs                    |   12 +---
 src/SubLib/Core/Timing/AdjustOperator.cs           |    6 +-
 src/SubLib/Core/Timing/SyncUtil.cs                 |   52 ++++++++++++++------
 src/SubLib/Core/Timing/SynchronizeOperator.cs      |   49 +++++++++++++-----
 6 files changed, 84 insertions(+), 47 deletions(-)

commit f9f36e8179a642b7ab036d76a212a05f14b5eb27
Author: Pedro Castro <mail>
Date:   Sun Jan 3 18:35:25 2010 +0000

    Updated util script

 m4/gnome-doc-utils.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 7171cbe61c725497f49875a02f31862ab624e42d
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Dec 29 12:45:34 2009 +0100

    Update Czech translation.

 po/cs.po |   40 ++++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 18 deletions(-)

commit 4fba2f402e031faacb84688158daa5bb6685b13d
Author: Claudio Arseni <claudio.arseni@gmail.com>
Date:   Sat Dec 26 12:05:27 2009 +0100

    Updated Italian translation

 po/it.po |  306 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 152 insertions(+), 154 deletions(-)

commit 58c222e9da80796a0e4722af406d4d9016eccb7b
Author: Lois <antiparvos@gmail.com>
Date:   Thu Nov 26 14:29:32 2009 +0100

    Added Galician Translation

 po/LINGUAS |    1 +
 po/gl.po   | 1234 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1235 insertions(+), 0 deletions(-)

commit e516473bae810b4c764279b7e9695065975e6746
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Nov 4 21:55:36 2009 +0100

    Updated Czech translation by Rinu
    
    Reviewed by: Lucas Lommer.

 po/cs.po |  125 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 56 insertions(+), 69 deletions(-)

commit 0e4f63197e86703a0d248b7be639ae4475ca44f1
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Fri Oct 2 00:08:20 2009 +0200

    Updated Danish translation

 po/da.po |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit f9dcc32e90f3676ea12694004502193fa6173b60
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Sep 26 02:05:03 2009 +0100

    Updated ignore list

 .gitignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 63678184f6b2281cc3527bfa0063778e2cdfece4
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Sep 26 02:04:54 2009 +0100

    Fixed #596355 - title app bar shows previous srt played/viewed information.

 src/GnomeSubtitles/Ui/MainUi.cs |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit b96f859abde59decfa9dcf22f90302708f7d2e88
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Sep 22 00:39:19 2009 +0100

    Use libtool to produce shared libraries (fixes #592784, with a patch from Peter Alfredsen)

 Makefile.am     |    4 ----
 configure.ac    |    3 ++-
 src/Makefile.am |    8 ++++----
 3 files changed, 6 insertions(+), 9 deletions(-)

commit b01b65bca3dddaa06c82ded62024bc6d12829c03
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Sep 22 00:38:17 2009 +0100

    Updated ignore list

 .gitignore |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit efe380dc5a11954b2c47423ade0e8557af769f8a
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Wed Sep 16 14:32:33 2009 +0200

    Added Slovenian translation

 po/sl.po | 1194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1194 insertions(+), 0 deletions(-)

commit be877ff83a3a8cc7e816a03dc17792c7c23b0975
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 16 14:32:22 2009 +0200

    Added sl for Slovenian language

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c69bcb4c381f1f0fbf4ec20d37cabb0b4425f23a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Sep 9 02:50:12 2009 +0200

    Updated Polish translation

 po/pl.po |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit d38321f13339b930db1a88ec8eb95560fc38a054
Author: António Lima <amrlima@gmail.com>
Date:   Mon Aug 31 00:16:39 2009 +0100

    Updated Portuguese translation

 po/pt.po |  380 +++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 230 insertions(+), 150 deletions(-)

commit 713c12439e5bb4a6ec55996322194020e6ce04d6
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Aug 20 22:24:35 2009 +0200

    Updated Swedish translation

 po/sv.po |   99 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 69 insertions(+), 30 deletions(-)

commit 89b83e0529598e18745f78720b65e27c6ba1a5f5
Author: Mark Krapivner <mark125@gmail.com>
Date:   Fri Aug 14 13:51:52 2009 +0300

    Updated Hebrew translation

 po/he.po |  714 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 435 insertions(+), 279 deletions(-)

commit d3d7bd42498e0d10ad3610d4e7e80854836e2ccb
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Aug 10 02:02:10 2009 +0100

    Support Drag and Drop (fixes #585477, based on a patch from Arx Cruz)
    
    Subtitle and video files can now be dragged to the subtitle and video areas, respectively. A confirmation dialog is presented, as usual, if the current subtitle file has unsaved changes.

 gnome-subtitles.mdp                      |    1 +
 src/Glade/MainWindow.glade               |    2 +
 src/GnomeSubtitles/Core/Base.cs          |    6 +++
 src/GnomeSubtitles/Core/DragDrop.cs      |   52 ++++++++++++++++++++++++++++
 src/GnomeSubtitles/Core/EventHandlers.cs |   54 +++++++++++++++++++++++++----
 src/GnomeSubtitles/Ui/MainUi.cs          |   14 +++++++-
 src/GnomeSubtitles/Ui/WidgetNames.cs     |    6 +++-
 7 files changed, 124 insertions(+), 11 deletions(-)

commit 86cd73f292894f6cf55d3a3050e52a3f6705072b
Author: Ildar Mulyukov <ildar@users.sourceforge.net>
Date:   Tue Aug 4 22:26:38 2009 +0100

    Fixes use of LDADD for building and updates desktop file metadata

 data/gnome-subtitles.desktop.in |    2 +-
 src/Makefile.am                 |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 4ac0de7d555e62ed28cafe4c08cad921e57bcf0d
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jul 21 08:25:11 2009 +0300

    Updated Bulgarian translation
    
    Fix untranslated and fuzzies
    Spellchek
    Typography
    Terms and consistency with the rest of translations
    Copyright message

 po/bg.po |  513 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 273 insertions(+), 240 deletions(-)

commit 813ed62782af84794455a3d9dcbf4697bd5954fd
Author: Svetoslav Stefanov <svetlisashkov@yahoo.com>
Date:   Tue Jul 21 08:23:03 2009 +0300

    Added Bulgarian translation.
    
    Translation is from Launchpad. Got it as attachment to #577081.

 po/LINGUAS |    1 +
 po/bg.po   | 1194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1195 insertions(+), 0 deletions(-)

commit db57782c81006e8ffee9299bc4a89eefa6fa23f3
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jul 19 11:03:11 2009 +0200

    Updated German translation

 po/de.po |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit f5c9828c093dd5d9232fc8d16a360f81b7d15ed2
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jul 18 19:10:17 2009 +0100

    Updating for release 0.9.1

 AUTHORS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d2b02391fccc5626c6685a615bd90fbbd7bef704
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jul 18 19:05:06 2009 +0100

    Updating for release 0.9.1

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)

commit 793589333420e82fab46e01aedd914873dc63056
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jul 18 19:04:56 2009 +0100

    Fixed some invalid tags

 help/de/de.po |    3 +--
 help/fr/fr.po |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

commit dcceadb47c4439677cf0b5d8b6751192bf5cd080
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jul 18 19:04:34 2009 +0100

    Added file to ignore list

 .gitignore                                   |    2 +
 src/GnomeSubtitles/Execution/AssemblyInfo.cs |   27 --------------------------
 2 files changed, 2 insertions(+), 27 deletions(-)

commit 84da51e06f1182e7abf136a78be7d103f81e6d3e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jul 12 22:36:29 2009 +0100

    Improved output of video information on load

 src/External/GStreamerPlaybin/Engine.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10c483e9b6a6b3a33e5387fbc5d3610250de5674
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jul 12 22:35:03 2009 +0100

    Enable subtitling of audio files (Fixes #584795)
    
    Set default frame rate and aspect ratio for audio files.

 src/External/GStreamerPlaybin/Engine.cs      |   13 ++++++++++---
 src/External/GStreamerPlaybin/main.c         |    2 ++
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs |   26 ++++++++++++++++++++------
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs  |    2 +-
 src/SubLib/Core/Domain/SubtitleConstants.cs  |    5 +++--
 5 files changed, 36 insertions(+), 12 deletions(-)

commit 5ae93b7943b002827afc402f5b4da86e59707ba3
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jul 12 20:42:12 2009 +0100

    Only emit Video Loaded when all video info is available (Fixes #587097). Check for audio-only streams.
    
    Video loading takes 3 steps: playbin loaded state, duration tag found and video information found. Previously, different parts of the UI were updated according to each of the video information part found. Now, the UI only updates when all info is available,

 src/External/GStreamerPlaybin/Engine.cs            |    6 +++-
 src/External/GStreamerPlaybin/main.c               |   31 ++++++++++++++--
 src/GnomeSubtitles/Ui/Menus.cs                     |    4 ++
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs       |   24 +++++++++++--
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |   37 +++++++++++++++++---
 .../Ui/VideoPreview/VideoPosition.cs               |   12 +++---
 src/SubLib/IO/Output/VerboseConsole.cs             |    6 ++--
 7 files changed, 98 insertions(+), 22 deletions(-)

commit 1b8dcd9db8f34ccc8a0d04fd988397b0266a501f
Author: Joan Duran <jodufi@gmail.com>
Date:   Tue Jul 7 18:33:27 2009 +0200

    Updated Catalan translation

 po/ca.po |  364 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 205 insertions(+), 159 deletions(-)

commit c75a9e68d76cabcaf15959c917e2d13d2cade807
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Jun 30 21:05:37 2009 +0200

    Updated Spanish translation

 po/es.po |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

commit 94a85835f810839e0de4a32c82fcc57bcc10846d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 28 23:01:10 2009 +0100

    Set selection type according to the selected subtitles

 src/Glade/TimingsAdjustDialog.glade              |    4 ++--
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs |    8 +++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

commit 51c8a56eb007c67a806fe15b1d262f4b16846e2b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 28 22:53:43 2009 +0100

    Always use Selected Subtitles as the default selection mode

 src/Glade/TimingsShiftDialog.glade              |    8 ++++----
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs |   20 +++++++-------------
 2 files changed, 11 insertions(+), 17 deletions(-)

commit 20258693af1407e3cf980c77c12bb22c48324fa6
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 28 21:56:43 2009 +0100

    Set selection type according to the current subtitle selection

 src/Glade/TimingsAdjustDialog.glade              |    4 ++--
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs |   17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 88538f728ae47e2c11cceaa324cf0d84a7d00fd9
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 27 01:58:42 2009 +0100

    Constructor must be public (fixes #587100)

 src/GnomeSubtitles/Dialog/PreferencesDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6fb137112423cd3f3449bda0360c3f58949088be
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 27 01:57:58 2009 +0100

    Updated NEWS as of release 0.9

 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 79dac4fd0a438942b8621112fc91b58b58ebf01e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 27 01:57:39 2009 +0100

    Updated ignore list

 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3ca0361d3f434380fcc10461b01be611ede85e6b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 21 22:48:45 2009 +0100

    Updated translator credits

 AUTHORS                     |    1 +
 NEWS                        |    1 +
 src/Glade/AboutDialog.glade |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

commit a1679f5b4e7e23ac9c49208b1d6f43920b653f6e
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jun 21 21:13:37 2009 +0200

    Fixed Czech translation by Rinu

 po/cs.po |  337 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 195 insertions(+), 142 deletions(-)

commit a0894b4259e6e4103b2f7b0f90d72863fdf1f46f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 20 19:55:28 2009 +0200

    Updated French translation

 po/fr.po |  683 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 428 insertions(+), 255 deletions(-)

commit a6b35b93da835f343f76519f7168eecc68afff0a
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Sat Jun 20 14:15:17 2009 +0200

    Added Italian translation

 po/LINGUAS |    1 +
 po/it.po   | 1232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1233 insertions(+), 0 deletions(-)

commit 8f0c1910fd251df2e8a61b691d9e163af1530191
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jun 13 10:53:33 2009 +0200

    Updated sv translation (Daniel Nylander)

 po/sv.po |  322 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 175 insertions(+), 147 deletions(-)

commit 01da0319007bbf6933427ed5f0d08cb909267edd
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Thu Jun 11 01:27:14 2009 +0200

    Updated Spanish translation

 po/es.po |  438 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 245 insertions(+), 193 deletions(-)

commit f24a6dd3ca9d885189faf7c2544dd58cc5590a11
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Thu Jun 11 01:12:34 2009 +0200

    Updated Danish translation

 po/da.po |  514 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 310 insertions(+), 204 deletions(-)

commit 37bac219b5fefe169188ef1abf2e0ad0cf1a6a54
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Jun 10 15:52:06 2009 +0200

    Updated Polish translation

 po/pl.po |  321 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 184 insertions(+), 137 deletions(-)

commit 871a8db7923fed54b62e27e8951e29df86c1af62
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 23:09:34 2009 +0100

    Preparing for release 0.9

 NEWS |  107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 95 insertions(+), 12 deletions(-)

commit 8e3ed63b6f396c27652cf565d93b5c3a77459e1d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 20:38:20 2009 +0100

    Fixed keyboard shortcuts

 src/Glade/MainWindow.glade |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit f04d54b187f86dc86621724c0ce48164336e7f58
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 19:34:05 2009 +0100

    Updated required gtk library versions

 README |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit a9a4ad7691470e1c13666c66cb7039930526d16b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 19:33:41 2009 +0100

    Updated translator credits

 AUTHORS |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 2465db5946d6d5194a8cabbaec00fdc525e7214e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 19:33:23 2009 +0100

    Updated translator credits

 src/Glade/AboutDialog.glade |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit aa4e7b449fdd5e933ab4e40e1ccc821d25c3a6b6
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 16:38:42 2009 +0100

    Undo limit increased to 50

 src/GnomeSubtitles/Core/Command/CommandManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 33438896fdaed81775fef9297bb3c90abb72ebd0
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 16:14:10 2009 +0100

    The ChangeLog is now generated when releasing a tarball

 ChangeLog   | 5697 +----------------------------------------------------------
 Makefile.am |   15 +-
 2 files changed, 17 insertions(+), 5695 deletions(-)

commit 5f58c59c3a8f78101d9d84aa4defbcbe878f7468
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 16:13:36 2009 +0100

    Script cleanup

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cc19256c90938a6385942d882dcedcf33e78ab22
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Tue Jun 9 16:12:58 2009 +0100

    Use the ustar format so files with a path > 99 chars are accepted

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3546165416d90ff32d77e4ceb92b5932b33f6ff3
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jun 8 21:36:29 2009 +0200

    Updated German translation

 po/de.po |  324 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 164 insertions(+), 160 deletions(-)

commit 1927f070ea7deaff58c777a87b5e3388ff5cd425
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 7 19:46:49 2009 +0100

    Code cleanup

 src/GnomeSubtitles/Core/SpellLanguage.cs           |    6 +++---
 src/GnomeSubtitles/Core/SpellLanguages.cs          |    2 +-
 .../Dialog/TimingsSynchronizeDialog.cs             |    8 ++++----
 src/SubLib/Core/Search/SubtitleReplaceResult.cs    |   10 +++++-----
 4 files changed, 13 insertions(+), 13 deletions(-)

commit 1be2665cd4445278e93efb870b4eed57f9ef6d0c
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 7 19:42:54 2009 +0100

    Replace All now replaces translations too, besides the normal subtitle text

 gnome-subtitles.mdp                                |    1 +
 src/GnomeSubtitles/Core/Command/CommandTarget.cs   |    7 ++-
 .../Core/Command/ReplaceAllCommand.cs              |   75 +++++++++++++++-----
 src/GnomeSubtitles/Core/Document.cs                |    5 ++
 src/SubLib/Core/Search/SearchOperator.cs           |   62 ++++++++++-------
 src/SubLib/Core/Search/SubtitleReplaceResult.cs    |   52 ++++++++++++++
 6 files changed, 158 insertions(+), 44 deletions(-)

commit 657eff1c4c141236151a4fb631e46d85f14acf13
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 7 19:40:23 2009 +0100

    Only emmit the command if there are connected handlers

 src/GnomeSubtitles/Core/Command/CommandManager.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 6c5bfe6731d7c3a707dbe1f00047fd20a8f95082
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 7 19:39:47 2009 +0100

    Updated solution settings

 gnome-subtitles.mds |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b78fe68e7dfb7b7737d11a64e53e9e0396cca988
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 7 15:54:44 2009 +0100

    Code cleanup

 src/SubLib/Core/Domain/Times.cs               |    5 +----
 src/SubLib/Core/Search/SearchOperator.cs      |    3 +--
 src/SubLib/Core/Timing/SynchronizeOperator.cs |    5 +----
 3 files changed, 3 insertions(+), 10 deletions(-)

commit 82144a133bcd34f938e206205d68441b2351b604
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun Jun 7 01:52:40 2009 +0100

    Fixed crash on opening a translation file with no subtitles loaded

 gnome-subtitles.mds                                |    8 ++++++--
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |    2 +-
 src/GnomeSubtitles/Ui/View/Subtitles.cs            |   13 ++++++++++---
 3 files changed, 17 insertions(+), 6 deletions(-)

commit 3958033ed82b26834a0c76374b774b69d29b8c24
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 6 19:10:52 2009 +0100

    Fixed handling of text formatting tags

 .../IO/SubtitleFormats/SubtitleFormatSubRip.cs     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6d99e5345659356ff711badbdbb4969bbcdd4f62
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 6 18:33:52 2009 +0100

    Ignore list improved

 .gitignore |   55 +++++++------------------------------------------------
 1 files changed, 7 insertions(+), 48 deletions(-)

commit e213ee04d57a1d9c03d3be2dcfd4d705f5394dee
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 6 18:24:54 2009 +0100

    Updated to reflect inclusion of SubLib

 AUTHORS                     |    8 ++++----
 MAINTAINERS                 |    8 +++++---
 README                      |   14 +++++---------
 src/Glade/AboutDialog.glade |   15 ++++++++++++---
 4 files changed, 26 insertions(+), 19 deletions(-)

commit 3f408241af63349ac4e51b4a77c23905a390db1d
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat Jun 6 18:17:45 2009 +0100

    Updated to reflect changes in the project file structure

 po/POTFILES.in |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit ddcea92999a628964fda4e2755777f280a9cac0a
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Thu Jun 4 00:20:49 2009 +0100

    Merging the SubLib project with Gnome Subtitles

 configure.ac                                       |    5 -
 gnome-subtitles.mdp                                |   93 +-
 src/External/NCharDet/Big5Statistics.cs            |  269 +++
 src/External/NCharDet/COPYING-MPL                  |  470 +++++
 src/External/NCharDet/EUCJPStatistics.cs           |  272 +++
 src/External/NCharDet/EUCKRStatistics.cs           |  272 +++
 src/External/NCharDet/EUCTWStatistics.cs           |  270 +++
 src/External/NCharDet/GB2312Statistics.cs          |  273 +++
 src/External/NCharDet/nsBIG5Verifier.cs            |  116 ++
 src/External/NCharDet/nsCP1252Verifier.cs          |  116 ++
 src/External/NCharDet/nsDetector.cs                |   93 +
 src/External/NCharDet/nsEUCJPVerifier.cs           |  118 ++
 src/External/NCharDet/nsEUCKRVerifier.cs           |  116 ++
 src/External/NCharDet/nsEUCSampler.cs              |  147 ++
 src/External/NCharDet/nsEUCStatistics.cs           |   59 +
 src/External/NCharDet/nsEUCTWVerifier.cs           |  119 ++
 src/External/NCharDet/nsGB18030Verifier.cs         |  119 ++
 src/External/NCharDet/nsGB2312Verifier.cs          |  116 ++
 src/External/NCharDet/nsHZVerifier.cs              |  120 ++
 .../NCharDet/nsICharsetDetectionObserver.cs        |   48 +
 src/External/NCharDet/nsICharsetDetector.cs        |   49 +
 src/External/NCharDet/nsISO2022CNVerifier.cs       |  121 ++
 src/External/NCharDet/nsISO2022JPVerifier.cs       |  119 ++
 src/External/NCharDet/nsISO2022KRVerifier.cs       |  119 ++
 src/External/NCharDet/nsPSMDetector.cs             |  428 ++++
 src/External/NCharDet/nsSJISVerifier.cs            |  116 ++
 src/External/NCharDet/nsUCS2BEVerifier.cs          |  120 ++
 src/External/NCharDet/nsUCS2LEVerifier.cs          |  120 ++
 src/External/NCharDet/nsUTF8Verifier.cs            |  140 ++
 src/External/NCharDet/nsVerifier.cs                |   81 +
 src/Glade/AboutDialog.glade                        |    1 +
 src/GnomeSubtitles/Dialog/AboutDialog.cs           |    2 -
 src/GnomeSubtitles/Execution/BugReporter.cs        |    1 -
 src/GnomeSubtitles/Execution/ExecutionContext.cs   |   24 +-
 src/Makefile.am                                    |   12 +-
 src/SubLib/ChangeLog                               | 2084 ++++++++++++++++++++
 src/SubLib/Core/Domain/Enumerations.cs             |  147 ++
 src/SubLib/Core/Domain/FileProperties.cs           |  129 ++
 src/SubLib/Core/Domain/Frames.cs                   |  116 ++
 src/SubLib/Core/Domain/Headers.cs                  |  326 +++
 src/SubLib/Core/Domain/IncompleteSubtitle.cs       |   58 +
 .../Core/Domain/IncompleteSubtitleCollection.cs    |   70 +
 src/SubLib/Core/Domain/Style.cs                    |   82 +
 src/SubLib/Core/Domain/Subtitle.cs                 |  181 ++
 src/SubLib/Core/Domain/SubtitleCollection.cs       |  168 ++
 src/SubLib/Core/Domain/SubtitleConstants.cs        |   95 +
 src/SubLib/Core/Domain/SubtitleHeaders.cs          |  536 +++++
 src/SubLib/Core/Domain/SubtitleProperties.cs       |   90 +
 src/SubLib/Core/Domain/SubtitleText.cs             |  195 ++
 src/SubLib/Core/Domain/SubtitleTypeInfo.cs         |  118 ++
 src/SubLib/Core/Domain/Subtitles.cs                |  114 ++
 src/SubLib/Core/Domain/SyncPoint.cs                |   56 +
 src/SubLib/Core/Domain/SyncPoints.cs               |   84 +
 src/SubLib/Core/Domain/Times.cs                    |  131 ++
 src/SubLib/Core/Domain/Timing.cs                   |   52 +
 src/SubLib/Core/MatchEvaluationCounter.cs          |   51 +
 src/SubLib/Core/Search/SearchOperator.cs           |  311 +++
 src/SubLib/Core/Search/SubtitleSearchOptions.cs    |  109 +
 src/SubLib/Core/Search/SubtitleSearchResults.cs    |   68 +
 src/SubLib/Core/SubtitleFactory.cs                 |  213 ++
 src/SubLib/Core/SubtitleSaver.cs                   |   71 +
 src/SubLib/Core/Timing/AdjustOperator.cs           |   85 +
 src/SubLib/Core/Timing/FrameRateOperator.cs        |   67 +
 src/SubLib/Core/Timing/ShiftOperator.cs            |   96 +
 src/SubLib/Core/Timing/SyncUtil.cs                 |  134 ++
 src/SubLib/Core/Timing/SynchronizeOperator.cs      |  101 +
 src/SubLib/Core/Timing/TimingUtil.cs               |   67 +
 src/SubLib/Core/Translations.cs                    |   78 +
 .../Exceptions/EncodingNotSupportedException.cs    |   36 +
 src/SubLib/Exceptions/UnknownEncodingException.cs  |   36 +
 .../Exceptions/UnknownSubtitleFormatException.cs   |   36 +
 src/SubLib/IO/FileInputOutput.cs                   |  164 ++
 src/SubLib/IO/Input/ParsingProperties.cs           |   45 +
 src/SubLib/IO/Input/PlainTextParser.cs             |   91 +
 src/SubLib/IO/Input/SubtitleInput.cs               |  211 ++
 src/SubLib/IO/Input/SubtitleParser.cs              |  576 ++++++
 src/SubLib/IO/Output/SubtitleOutput.cs             |  229 +++
 src/SubLib/IO/Output/VerboseConsole.cs             |   44 +
 .../IO/SubtitleFormats/BuiltInSubtitleFormats.cs   |   84 +
 src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs    |  194 ++
 .../IO/SubtitleFormats/SubtitleFormatAQTitle.cs    |   72 +
 .../SubtitleFormatAdobeEncoreDVD.cs                |   74 +
 .../SubtitleFormatAdvancedSubStationAlpha.cs       |   65 +
 .../SubtitleFormatDKSSubtitleFormat.cs             |   46 +
 .../SubtitleFormatKaraokeLyricsLRC.cs              |   68 +
 .../SubtitleFormatKaraokeLyricsVKT.cs              |   66 +
 .../IO/SubtitleFormats/SubtitleFormatMPSub.cs      |   68 +
 .../IO/SubtitleFormats/SubtitleFormatMPlayer.cs    |   43 +
 .../IO/SubtitleFormats/SubtitleFormatMPlayer2.cs   |   42 +
 .../IO/SubtitleFormats/SubtitleFormatMacSUB.cs     |   46 +
 .../IO/SubtitleFormats/SubtitleFormatMicroDVD.cs   |   74 +
 .../IO/SubtitleFormats/SubtitleFormatPanimator.cs  |   47 +
 .../SubtitleFormatPhoenixJapanimationSociety.cs    |   46 +
 .../IO/SubtitleFormats/SubtitleFormatPowerDivX.cs  |   45 +
 .../IO/SubtitleFormats/SubtitleFormatSofni.cs      |   46 +
 .../SubtitleFormats/SubtitleFormatSubCreator1x.cs  |   45 +
 .../IO/SubtitleFormats/SubtitleFormatSubRip.cs     |   83 +
 .../SubtitleFormatSubStationAlpha.cs               |  172 ++
 .../IO/SubtitleFormats/SubtitleFormatSubViewer1.cs |   72 +
 .../IO/SubtitleFormats/SubtitleFormatSubViewer2.cs |   76 +
 .../SubtitleFormatViPlaySubtitleFile.cs            |   74 +
 101 files changed, 14036 insertions(+), 27 deletions(-)

commit 9548e8a549abe63020d2dd56deb94907b447708e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Mon Jun 1 22:59:27 2009 +0100

    Fixed use of underline in some menu items

 src/Glade/MainWindow.glade |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit f9218e2b2bc57d1b656a3e0214f1a3a23ae8533a
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 22:15:59 2009 +0100

    Fixed selection of first subtitle after document loading

 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs |    7 +------
 src/GnomeSubtitles/Ui/View/SubtitleView.cs      |    1 +
 2 files changed, 2 insertions(+), 6 deletions(-)

commit ce5e17af5574247b2d318ba0bd85375748c11291
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 18:18:47 2009 +0100

    Fixed custom menu items which use stock images

 src/Glade/MainWindow.glade |  348 +++++++++++++++++++++++++++-----------------
 1 files changed, 212 insertions(+), 136 deletions(-)

commit 4016beef7c1f1cdfbf431a3b1281453d7994943e
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 17:04:24 2009 +0100

    Fixed handling of the delete event in dialogs

 src/GnomeSubtitles/Dialog/BaseDialog.cs |   19 +++++++++++++++++++
 src/GnomeSubtitles/Dialog/Dialogs.cs    |   10 +++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)

commit b9b36ad28f46b966718560c8a32f265fa81eb50a
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 16:07:01 2009 +0100

    Added files to ignore list

 .gitignore |   89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 89 insertions(+), 0 deletions(-)

commit 58fa450dd397bb65c8635a4402d64fa26156297b
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 15:53:56 2009 +0100

    Emit the subtitle count changed event on subtitle loading

 src/GnomeSubtitles/Ui/View/SubtitleView.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 14236fafaae36e24f302cd22832bb3fc1452ef17
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 01:45:35 2009 +0100

    Added DOAP file

 gnome-subtitles.doap |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit 220672e81afbd2954db2b0a6f2a4b67953142c04
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 01:30:14 2009 +0100

    Manage dialogs according to their scope.
    
    Refactoring that allows to manage the dialogs' lifetime according to their scope. This allows to destroy them on certain events (document unloaded, video unloaded, etc).

 gnome-subtitles.mdp                                |   29 +-
 m4/gnome-doc-utils.m4                              |    3 +-
 m4/intltool.m4                                     |   64 +++--
 src/GnomeSubtitles/Core/EventHandlers.cs           |   21 +-
 src/GnomeSubtitles/Core/Search.cs                  |    2 +-
 src/GnomeSubtitles/Dialog/AboutDialog.cs           |    2 +-
 src/GnomeSubtitles/Dialog/BaseDialog.cs            |    4 +-
 src/GnomeSubtitles/Dialog/BasicErrorDialog.cs      |   41 ---
 src/GnomeSubtitles/Dialog/Dialogs.cs               |   88 ++++--
 src/GnomeSubtitles/Dialog/ErrorDialog.cs           |   47 ---
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |    2 +-
 src/GnomeSubtitles/Dialog/FileOpenErrorDialog.cs   |   72 -----
 src/GnomeSubtitles/Dialog/FileSaveAsDialog.cs      |  303 +------------------
 src/GnomeSubtitles/Dialog/FileSaveErrorDialog.cs   |   72 -----
 src/GnomeSubtitles/Dialog/MessageDialog.cs         |    2 +-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |    2 +-
 .../Dialog/SaveConfirmationDialog.cs               |  172 ----------
 src/GnomeSubtitles/Dialog/SearchDialog.cs          |    8 +-
 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs     |    6 +-
 src/GnomeSubtitles/Dialog/SetTextLanguageDialog.cs |   31 ++
 .../Dialog/SetTranslationLanguageDialog.cs         |   31 ++
 .../Dialog/SubtitleFileChooserDialog.cs            |    4 +-
 .../Dialog/SubtitleFileOpenErrorDialog.cs          |   56 ----
 .../Dialog/SubtitleFileSaveAsDialog.cs             |  330 ++++++++++++++++++++
 src/GnomeSubtitles/Dialog/SyncPoints.cs            |  108 -------
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |    4 +-
 .../Dialog/TimingsSynchronizeDialog.cs             |   10 +-
 .../Dialog/TranslationSaveAsDialog.cs              |   31 ++
 .../Dialog/Unmanaged/BasicErrorDialog.cs           |   41 +++
 src/GnomeSubtitles/Dialog/Unmanaged/ErrorDialog.cs |   47 +++
 .../Dialog/Unmanaged/FileOpenErrorDialog.cs        |   72 +++++
 .../Dialog/Unmanaged/FileSaveErrorDialog.cs        |   72 +++++
 .../Dialog/Unmanaged/SaveConfirmationDialog.cs     |  172 ++++++++++
 .../Unmanaged/SubtitleFileOpenErrorDialog.cs       |   56 ++++
 .../Dialog/Unmanaged/VideoErrorDialog.cs           |   50 +++
 .../Dialog/Unmanaged/WarningDialog.cs              |   36 +++
 src/GnomeSubtitles/Dialog/VideoErrorDialog.cs      |   50 ---
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs       |    4 +-
 src/GnomeSubtitles/Dialog/VideoSeekToDialog.cs     |    2 +-
 src/GnomeSubtitles/Dialog/WarningDialog.cs         |   36 ---
 src/GnomeSubtitles/Execution/BugReporter.cs        |    4 +-
 src/GnomeSubtitles/Ui/MainUi.cs                    |   14 +-
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |    2 +-
 src/Makefile.am                                    |    1 +
 44 files changed, 1137 insertions(+), 1067 deletions(-)

commit 8e690a5b8614f615883e195ab7c9e1334091c464
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sun May 31 01:19:03 2009 +0100

    Fixed storing old times before replacing.

 .../Core/Command/SynchronizeTimingsCommand.cs      |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit fb355572e2a54fdbf31488ad9a7cc0f8b85d2ae7
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun May 24 11:50:31 2009 +0200

    Updated German translation

 po/de.po |  166 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 104 insertions(+), 62 deletions(-)

commit 0ba1fb5d41fcdf949042728339e2bd9a45b508ca
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:40:47 2009 +0100

    Fixed the way sync points are inserted

 gnome-subtitles.mdp                   |   26 +++++++++++--------
 src/GnomeSubtitles/Core/SyncPoints.cs |   45 +++++++++++++++++++--------------
 2 files changed, 41 insertions(+), 30 deletions(-)

commit 8b79b128947d7979e52bf6e036bf6a4bab23874f
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:40:18 2009 +0100

    Command to perform timings synchronize

 .../Core/Command/SynchronizeTimingsCommand.cs      |  104 ++++++++++++++++++++
 1 files changed, 104 insertions(+), 0 deletions(-)

commit 68283a2e54a5d47e1ce5948625e8b8ea19b08fd7
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:39:30 2009 +0100

    Commands now accept a list of paths if they're to be specified

 .../Core/Command/AdjustTimingsCommand.cs           |    6 +++---
 .../Core/Command/ChangeFrameRateCommand.cs         |    4 ++--
 .../Core/Command/ChangeStyleCommand.cs             |    4 ++--
 .../Core/Command/DeleteSubtitlesCommand.cs         |    4 ++--
 .../Core/Command/FixedMultipleSelectionCommand.cs  |    3 ++-
 .../Core/Command/MultipleSelectionCommand.cs       |   20 +++++++++++++-------
 .../Core/Command/ReplaceAllCommand.cs              |    4 ++--
 .../Core/Command/ShiftTimingsCommand.cs            |    6 +++---
 8 files changed, 29 insertions(+), 22 deletions(-)

commit 864ff379eeca7569c8f7d0dda100d280a94978d5
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:37:05 2009 +0100

    Path now only returns a path if only 1 path is selected

 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 1e438e3b05b782b7d3b9d3d836fcbe79b85b496a
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:36:12 2009 +0100

    Updated to reflect changes on the SubLib API

 .../Ui/VideoPreview/VideoPosition.cs               |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 89c6f3b62a667ac3fc26056e8a2d2691e2d72cde
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:34:45 2009 +0100

    Updated to reflect changes on the SubLib API and to clear a warning with the use of PixBuf.

 src/GnomeSubtitles/Ui/VideoPreview/Video.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0b149c6815fe59e7a1b960186b877e741115e6c5
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:32:19 2009 +0100

    Updated to reflect dialogs' refactoring

 src/GnomeSubtitles/Core/Search.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2b772036d8a174399ad588687cb1b549610ae6a2
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:29:52 2009 +0100

    Allow to handle dialog persistence/scope
    
    Dialogs refactored to specify their scope. This is used to decide whether to destroy a dialog on response, when it's closed, or when a document is closed.

 src/GnomeSubtitles/Dialog/AboutDialog.cs           |   23 +----
 src/GnomeSubtitles/Dialog/BaseDialog.cs            |   93 ++++++++++++++------
 src/GnomeSubtitles/Dialog/DialogScope.cs           |   40 +++++++++
 src/GnomeSubtitles/Dialog/EncodingsDialog.cs       |    6 +-
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |   19 +++--
 src/GnomeSubtitles/Dialog/FilePropertiesDialog.cs  |    9 +--
 src/GnomeSubtitles/Dialog/FileSaveAsDialog.cs      |   18 +++--
 src/GnomeSubtitles/Dialog/GladeDialog.cs           |   34 ++-----
 src/GnomeSubtitles/Dialog/HeadersDialog.cs         |   12 +--
 src/GnomeSubtitles/Dialog/MessageDialog.cs         |   37 +++-----
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   12 +--
 .../Dialog/SaveConfirmationDialog.cs               |   51 ++++-------
 src/GnomeSubtitles/Dialog/SearchDialog.cs          |   92 ++++++++-----------
 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs     |   18 ++--
 .../Dialog/SubtitleFileChooserDialog.cs            |    6 +-
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs   |   32 ++++---
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |   22 ++++--
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs       |   20 +++--
 src/GnomeSubtitles/Dialog/VideoSeekToDialog.cs     |   17 +++--
 19 files changed, 293 insertions(+), 268 deletions(-)

commit 9c1e49ccca638c112020b730062162e1a47111a0
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:27:07 2009 +0100

    Code cleanup

 src/GnomeSubtitles/Dialog/Util.cs |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit b18dee98ebef8df48118236660df47fb9720dc42
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:26:17 2009 +0100

    Update the dialog based on internal and external events, added the sync operation
    
    Update the dialog buttons and status message on sync point count change.
    Update the dialog based on the subtitle selection in the main window.
    Issue the synchronization commmand with the sync button.

 .../Dialog/TimingsSynchronizeDialog.cs             |  181 ++++++++++++++++----
 1 files changed, 147 insertions(+), 34 deletions(-)

commit a43116e96475c142ceeac01e1055a532467a3a77
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:16:47 2009 +0100

    Code cleanup.

 src/GnomeSubtitles/Core/EventHandlers.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fe5e784b51e0747aab1daec38effa9aced5e360a
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:15:21 2009 +0100

    Only set column fixed size if the size is specified.

 src/GnomeSubtitles/Core/Util.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit deb798903bae11ba0c3e45b1b5037f1ebbbd9060
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:12:53 2009 +0100

    Dialogs refactored not to set OnResponse.

 src/Glade/AboutDialog.glade          |   29 ++++++--------
 src/Glade/EncodingsDialog.glade      |   48 ++++++++++++++++--------
 src/Glade/FileOpenDialog.glade       |   38 ++++++++++--------
 src/Glade/FilePropertiesDialog.glade |   26 ++++++++----
 src/Glade/FileSaveAsDialog.glade     |   44 ++++++++++++----------
 src/Glade/HeadersDialog.glade        |   64 +++++++++++++++++---------------
 src/Glade/PreferencesDialog.glade    |   31 +++++++++++----
 src/Glade/SearchDialog.glade         |   68 ++++++++++++++++++++++------------
 src/Glade/SetLanguageDialog.glade    |   38 ++++++++++++-------
 src/Glade/TimingsAdjustDialog.glade  |   55 ++++++++++++++++-----------
 src/Glade/TimingsShiftDialog.glade   |   66 ++++++++++++++++++--------------
 src/Glade/VideoOpenDialog.glade      |   40 +++++++++++---------
 src/Glade/VideoSeekToDialog.glade    |   35 +++++++++++------
 13 files changed, 344 insertions(+), 238 deletions(-)

commit 4babe76116ce5e0539e262e212712071713b14d1
Author: Pedro Castro <mail@pedrocastro.org>
Date:   Sat May 23 12:11:04 2009 +0100

    Synchronized Timings dialog improved

 src/Glade/TimingsSynchronizeDialog.glade |  219 ++++++++++++++++++-----------
 1 files changed, 136 insertions(+), 83 deletions(-)

commit 3e86c136bf7b5e62302217949bb40262157f49c9
Author: Wadim Dziedzic <wdziedzic@aviary.pl>
Date:   Wed May 20 23:06:49 2009 +0200

    Updated Polish translation by Piotr Drąg

 po/ChangeLog |    4 +
 po/pl.po     |  606 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 331 insertions(+), 279 deletions(-)

commit dbe46f78b8d28ea96f6711bf72cb5165ef677278
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Apr 19 13:46:34 2009 +0200

    Updated German doc translation

 ChangeLog     |    4 ++
 help/de/de.po |  154 +++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 121 insertions(+), 37 deletions(-)

commit af5d9c056a0d043f19c80448ccd24ed1c1dab202
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Apr 18 20:58:05 2009 +0200

    Added German doc translation

 ChangeLog        |    5 +
 help/Makefile.am |    2 +-
 help/de/de.po    | 1045 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1051 insertions(+), 1 deletions(-)

commit d8bfa42d1e4bc63c1df92d3b66e21b63c05d8cb8
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Apr 6 20:05:56 2009 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2009-04-06  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1136

 po/ChangeLog |    5 ++
 po/pt.po     |  128 +++++++++++++++++++++++-----------------------------------
 2 files changed, 56 insertions(+), 77 deletions(-)

commit d44242f8dd960d3c124e51b0cbe5a1774da6410f
Author: Petr Kovar <pknbe@volny.cz>
Date:   Tue Mar 31 14:02:48 2009 +0000

    Added Czech translation by Rinu and Lucas Lommer, thanks to Kamil Paral.
    
    2009-03-31  Petr Kovar  <pknbe@volny.cz>
    
    	* cs.po: Added Czech translation by Rinu and Lucas Lommer,
    	thanks to Kamil Paral.
    	* LINGUAS: Added cs.
    
    svn path=/trunk/; revision=1135

 po/ChangeLog |    6 +
 po/LINGUAS   |    1 +
 po/cs.po     | 1184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1191 insertions(+), 0 deletions(-)

commit 3d7fa25f47cab74cfaa4c3e0e78633fa26764374
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 29 19:08:58 2009 +0000

    Added note about using SubLib SVN when building from the SVN.
    
    svn path=/trunk/; revision=1134

 README |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 81c763c8d1a1cc2275cf3c9c8dd5701703053ef8
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Sat Mar 28 21:14:20 2009 +0000

    Added Russian translation.
    
    2009-03-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Added Russian translation.
    
    
    svn path=/trunk/; revision=1133

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/ru.po     | 1172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1177 insertions(+), 0 deletions(-)

commit 94d490c48dd673119804f9986d9f599029db5446
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 28 12:52:21 2009 +0000

    Don't mark GTK strings as translatable (fixes #576197, with a patch from Lucas Lommer).
    
    svn path=/trunk/; revision=1132

 src/Glade/MainWindow.glade               |    2 +-
 src/Glade/TimingsSynchronizeDialog.glade |    8 ++++----
 src/Glade/VideoSeekToDialog.glade        |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

commit c32b23a8a07c60229f4bfeb59a82a517ae62f626
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Mar 24 09:20:18 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1131

 po/ChangeLog |    4 +++
 po/sv.po     |   61 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 39 insertions(+), 26 deletions(-)

commit 01f3fb7b4420f3366c0b5084ff4b4eadf461260b
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Sun Mar 22 20:02:40 2009 +0000

    Updated German translation
    
    svn path=/trunk/; revision=1130

 po/ChangeLog |    4 +
 po/de.po     |  628 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 374 insertions(+), 258 deletions(-)

commit ff904616179738595e8cd78dc5782c449cf69117
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Mar 18 18:18:16 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1129

 po/ChangeLog |    4 +++
 po/es.po     |   63 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 43 insertions(+), 24 deletions(-)

commit 82c94b610511dfad55e2990c519779925cc23f48
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 10 02:02:25 2009 +0000

    Fixed the way View->Video is selected after video open.
    
    svn path=/trunk/; revision=1128

 src/GnomeSubtitles/Ui/MainUi.cs |    1 -
 src/GnomeSubtitles/Ui/Menus.cs  |    9 +++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 3646e90a11fb48e539320112d70a386fb311aa9b
Author: David Planella <david.planella@gmail.com>
Date:   Mon Mar 9 21:01:29 2009 +0000

    Updated Catalan translation by Joan Duran.
    
    2009-03-09  David Planella  <david.planella@gmail.com>
    
    	* ca.po: Updated Catalan translation by Joan Duran.
    
    svn path=/trunk/; revision=1127

 po/ChangeLog |    4 +
 po/ca.po     |  614 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 385 insertions(+), 233 deletions(-)

commit a93480cfc818e45a4478681c750baa580ecafa05
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 8 20:39:18 2009 +0000

    Major refactoring to use events instead of static GUI update propagation.
    Added File Close functionality.
    Don't change timing mode, after save, to reflect the timing mode of the chosen subtitle format
    
    svn path=/trunk/; revision=1126

 src/GnomeSubtitles/Core/Base.cs                    |  176 +++++++++--
 src/GnomeSubtitles/Core/Command/CommandManager.cs  |  130 ++++----
 .../Core/Command/FixedMultipleSelectionCommand.cs  |    4 +-
 src/GnomeSubtitles/Core/Document.cs                |  109 ++++---
 src/GnomeSubtitles/Core/EventHandlers.cs           |   41 +--
 src/GnomeSubtitles/Core/SpellLanguages.cs          |   16 +-
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |   12 +-
 .../Dialog/TimingsSynchronizeDialog.cs             |    2 +-
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs       |    8 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs         |   79 +----
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   56 ++--
 src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs     |   14 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |   57 ++--
 .../Ui/Edit/SubtitleEditTranslation.cs             |   30 ++-
 src/GnomeSubtitles/Ui/MainUi.cs                    |  184 ++++--------
 src/GnomeSubtitles/Ui/Menus.cs                     |  340 +++++++++----------
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs       |    6 +-
 .../Ui/VideoPreview/SubtitleOverlay.cs             |   51 ++--
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |   47 ++--
 src/GnomeSubtitles/Ui/VideoPreview/VideoFiles.cs   |    8 +-
 .../Ui/VideoPreview/VideoPosition.cs               |   30 ++-
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |   84 ++++--
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |  103 +++++--
 src/GnomeSubtitles/Ui/View/Subtitles.cs            |   24 +--
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    3 +-
 25 files changed, 879 insertions(+), 735 deletions(-)

commit 52bd39a4fe4279c4ef44e491f8a6a89533e48c47
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 8 20:26:39 2009 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1125

 src/GnomeSubtitles/Execution/Executable.cs |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 3b99567cf1843536dd527a0bd52bf9c2412b3acd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 8 19:42:27 2009 +0000

    Adjusted spacing. Added a frame to display help messages.
    
    Adjusted spacing.
    Added a frame to display help messages.
    
    svn path=/trunk/; revision=1124

 src/Glade/TimingsSynchronizeDialog.glade |   38 ++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 2 deletions(-)

commit 767110049fd82a6f444a36a6cb718e98ba96cfa2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 8 19:41:53 2009 +0000

    Added a File Close menu item.
    Set the spin buttons' alignment.
    
    svn path=/trunk/; revision=1123

 src/Glade/MainWindow.glade |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 2f1d1754994f1fa8e82efc2931294a457eaebbc8
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Mar 1 23:26:59 2009 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2009-03-01  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1122

 po/ChangeLog |    5 +++
 po/pt.po     |   97 +++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 68 insertions(+), 34 deletions(-)

commit 8843c34e47719dba5686d902336df5b4f1ee4438
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Feb 28 22:55:15 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1121

 po/ChangeLog |    4 ++++
 po/sv.po     |   35 +++++++++++++++++++----------------
 2 files changed, 23 insertions(+), 16 deletions(-)

commit 56f3171a3d968c56fe1839a297ea72fffd603484
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 25 00:21:51 2009 +0000

    Updating based on latest changes.
    
    svn path=/trunk/; revision=1120

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f14f33696d34478cad39499b13dfd1900e9bb76
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Feb 22 19:56:42 2009 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2009-02-22  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1119

 po/ChangeLog |    5 +++
 po/pt.po     |   88 +++++++++++++++++++++++----------------------------------
 2 files changed, 41 insertions(+), 52 deletions(-)

commit 33c2813c7c006d65f393e7fade6b594926a3d85a
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sat Jan 24 15:40:31 2009 +0000

    Added Danish translation
    
    svn path=/trunk/; revision=1118

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/da.po     | 1149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1155 insertions(+), 0 deletions(-)

commit 1542906aca178e4abf5d03df549119adb911ccaa
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Fri Jan 23 16:32:11 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1117

 po/ChangeLog |    4 ++
 po/es.po     |  116 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 87 insertions(+), 33 deletions(-)

commit 2e55d32d4764fd48abb887000ee3845f0039ff01
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jan 10 04:02:29 2009 +0000

    Deleted the SubtitleEdit dir as it has been renamed with Edit.
    
    svn path=/trunk/; revision=1116

 src/GnomeSubtitles/Ui/SubtitleEdit/SubtitleEdit.cs |  188 --------
 .../Ui/SubtitleEdit/SubtitleEditSpinButtons.cs     |  213 ---------
 .../Ui/SubtitleEdit/SubtitleEditText.cs            |   59 ---
 .../Ui/SubtitleEdit/SubtitleEditTextView.cs        |  459 --------------------
 .../Ui/SubtitleEdit/SubtitleEditTranslation.cs     |   60 ---
 5 files changed, 0 insertions(+), 979 deletions(-)

commit 1cbd0912546fe08860b94e1ab90da3b00f7a5212
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jan 10 04:01:56 2009 +0000

    Deleted SubtitleView dir as it has been renamed to View.
    
    svn path=/trunk/; revision=1115

 .../Ui/SubtitleView/SelectionIntended.cs           |   43 ---
 .../Ui/SubtitleView/SelectionType.cs               |   37 --
 .../Ui/SubtitleView/SubtitleSelection.cs           |  363 --------------------
 src/GnomeSubtitles/Ui/SubtitleView/SubtitleView.cs |  345 -------------------
 src/GnomeSubtitles/Ui/SubtitleView/Subtitles.cs    |  186 ----------
 5 files changed, 0 insertions(+), 974 deletions(-)

commit ad3e1fa49acda3c928bb3550e8635c17b69d5814
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jan 9 23:07:08 2009 +0000

    Improved feature that allows to synchronize subtitles using multiple
    sync points.
    
    svn path=/trunk/; revision=1114

 src/GnomeSubtitles/Core/SyncPoints.cs |  108 +++++++++++++++++++++++++++++++++
 1 files changed, 108 insertions(+), 0 deletions(-)

commit e4e5f149281e05e8561c759bc96a749ae0970bbd
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Jan 3 09:06:52 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1113

 po/ChangeLog |    4 +++
 po/sv.po     |   62 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 39 insertions(+), 27 deletions(-)

commit afe9cb81414b8399872cf5b73eedfb0c39e687fd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jan 3 03:23:55 2009 +0000

    Fixed problem with the video position not being correctly updated when
    the video was in the Loaded state (before playing or paused).
    
    svn path=/trunk/; revision=1112

 src/GnomeSubtitles/Ui/VideoPreview/Player.cs |   16 +++++-----------
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs  |    1 -
 2 files changed, 5 insertions(+), 12 deletions(-)

commit e5d41581ab8abda71bf5b4316fcc03f479cac292
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jan 3 02:25:22 2009 +0000

    Allow to return the video position when the video is loaded, but not
    playing or paused.
    
    svn path=/trunk/; revision=1111

 src/External/GStreamerPlaybin/Engine.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 3dc5732a025c74e6461a4efdffdfdb07d7d34a72
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jan 3 01:55:40 2009 +0000

    Set page size to zero, as the old behavior has been deprecated.
    
    svn path=/trunk/; revision=1110

 src/Glade/VideoSeekToDialog.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8bed05f68fee8c616982bc0049944414f0590420
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jan 2 19:55:56 2009 +0000

    Fixed GTK warning that appeared because no default action was set.
    Reduced border size to match the border of the file open dialog.
    
    svn path=/trunk/; revision=1109

 src/Glade/VideoOpenDialog.glade |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

commit f2ba45a37c91d6f363431c656aca64da02a48b45
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jan 2 15:43:25 2009 +0000

    Show Matroska Video files (MKV) in the list of video files, when opening
    videos and subtitle files.
    
    svn path=/trunk/; revision=1108

 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs     |    2 +-
 src/GnomeSubtitles/Ui/VideoPreview/VideoFiles.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 718d44a75c7c20c492e788f8f047df69fc8d3878
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 31 02:12:34 2008 +0000

    Set the Remove Button sensitivity according to selection.
    Show the timings according to the timing mode.
    
    svn path=/trunk/; revision=1107

 gnome-subtitles.mdp                                |    2 +-
 src/Glade/TimingsSynchronizeDialog.glade           |    4 ++--
 .../Dialog/TimingsSynchronizeDialog.cs             |    8 ++++++--
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 5ba9cafafc222575118167629050160a825779d4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 31 01:42:33 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1106

 src/GnomeSubtitles/Dialog/SyncPoints.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 2c04b1d122ed7b602ae2fab130c2941a3eef4f86
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 31 01:37:15 2008 +0000

    Improved the Timings Synchronization functionality, allowing to set the
    sync points in the synchronization dialog.
    
    svn path=/trunk/; revision=1105

 gnome-subtitles.mdp                                |    1 +
 src/Glade/MainWindow.glade                         |   83 ++++++++-------
 src/Glade/TimingsSynchronizeDialog.glade           |   44 +++++---
 src/GnomeSubtitles/Core/EventHandlers.cs           |    2 +-
 src/GnomeSubtitles/Core/Util.cs                    |   20 ++++
 src/GnomeSubtitles/Dialog/Dialogs.cs               |   12 --
 src/GnomeSubtitles/Dialog/SyncPoints.cs            |  110 +++++++++++++++++++
 .../Dialog/TimingsSynchronizeDialog.cs             |  112 ++++++++++++++++++--
 src/GnomeSubtitles/Execution/AssemblyInfo.cs       |   27 +++++
 src/GnomeSubtitles/Ui/Menus.cs                     |    4 +
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |   35 ++-----
 src/GnomeSubtitles/Ui/WidgetNames.cs               |    1 +
 12 files changed, 347 insertions(+), 104 deletions(-)

commit 0c6a494d8da5e0f1a6c532c941f8125e1f1ed1af
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Dec 28 17:29:52 2008 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2008-12-28  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1104

 po/ChangeLog |    5 +++
 po/pt.po     |  104 ++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 78 insertions(+), 31 deletions(-)

commit dcdfeb89b639fc8d03eb9442e5cda0f9d8a2148a
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Dec 27 14:34:16 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1103

 help/es/es.po |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 4871a775fb68c00b64556438afa296bc3a7e9bd6
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sun Dec 21 18:22:40 2008 +0000

    Fixed terminology in the Brazilian Portuguese translation.
    
    2008-12-21  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Fixed terminology in the Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=1102

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |    9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit baba4524b0472b4f015b60038f84fd5e707e66a8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 14 22:30:19 2008 +0000

    Got rid of CellRendererCenteredText, as the CellRendererText now has (since Gtk 2.10) an Alignment property that allows to center text.
    
    svn path=/trunk/; revision=1101

 gnome-subtitles.mdp                                |    1 -
 .../Ui/SubtitleView/CellRendererCenteredText.cs    |   64 --------------------
 .../Ui/View/CellRendererCenteredText.cs            |   10 ++-
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |   15 ++++-
 4 files changed, 19 insertions(+), 71 deletions(-)

commit d861c974d268b8b8ff69fbb9cd88e8a01995bec4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 14 21:38:26 2008 +0000

    Change VideoSubtitle to SubtitleOverlay.
    
    svn path=/trunk/; revision=1100

 gnome-subtitles.mdp                                |    2 +-
 .../Ui/VideoPreview/SubtitleOverlay.cs             |  137 +++++++++++++++++++
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |    6 +-
 .../Ui/VideoPreview/VideoSubtitle.cs               |  138 --------------------
 4 files changed, 141 insertions(+), 142 deletions(-)

commit a24f62a8898bec12551528c9e6be06d055a3caa4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 11 23:16:01 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1099

 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 65c9b5873b3b17723872a11a33697b5284eca186
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 11 23:10:17 2008 +0000

    Don't user border in the Clear button.
    Don't proceed to shift if the value is zero.
    Code cleanup.
    
    
    svn path=/trunk/; revision=1098

 src/Glade/TimingsShiftDialog.glade              |    9 +++++++--
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs |    4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 6a65dd20e75bbb55e542b4046184ca497d0d9b78
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Thu Dec 11 21:26:57 2008 +0000

    Updated Brazilian Portuguese translation by César Veiga and Leonardo
    
    2008-12-11  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation by César Veiga and
    	Leonardo Ferreira Fontenelle.
    
    svn path=/trunk/; revision=1097

 po/ChangeLog |    5 +
 po/pt_BR.po  |  330 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 204 insertions(+), 131 deletions(-)

commit 86e806643108a09be0f949ec2200b4ac3891ef74
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Dec 5 01:54:01 2008 +0000

    Don't use Tooltips as it has been deprecated.
    
    svn path=/trunk/; revision=1096

 src/GnomeSubtitles/Ui/Menus.cs |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit bfd51c36eb4c22c20760b8ffecd024a2034dc0ac
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Dec 5 01:38:52 2008 +0000

    Updated in order not to use a deprecated property.
    
    
    svn path=/trunk/; revision=1095

 src/GnomeSubtitles/Dialog/AboutDialog.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit f081b8738933f94de74e073b521dda174a1d6853
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Dec 5 01:19:11 2008 +0000

    Require gtk, gtk-sharp, glade-sharp and gconf-sharp 2.12 or higher.
    
    svn path=/trunk/; revision=1094

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fa06c1624d043d1e28916a69063ab3f366d49bb1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 3 19:36:22 2008 +0000

    No longer uses/depends on gnome-sharp.
    
    svn path=/trunk/; revision=1093

 configure.ac                                     |    3 +-
 gnome-subtitles.mdp                              |    2 +-
 src/GnomeSubtitles/Core/Base.cs                  |   10 ++--
 src/GnomeSubtitles/Core/Util.cs                  |   12 +++--
 src/GnomeSubtitles/Execution/BugReporter.cs      |    1 -
 src/GnomeSubtitles/Execution/ExecutionContext.cs |   56 ++++++---------------
 6 files changed, 32 insertions(+), 52 deletions(-)

commit e1dc2e34d348300987abd1dab2caca3b787fd970
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 3 19:33:53 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1092

 .../Ui/VideoPreview/VideoPosition.cs               |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 0bccd3093155bd3a9e4c64e10798b099841fcf41
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 3 19:33:37 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1091

 src/GnomeSubtitles/Ui/VideoPreview/Video.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 742ce5ec4d701c77be07a2f69b8e5567ca1f83da
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 3 19:33:06 2008 +0000

    Class to hold values set during configure.
    
    svn path=/trunk/; revision=1090

 .../Execution/ConfigureDefines.cs.in               |   30 ++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit ece59fc6a8f7000556923af46ff79c8faad48dfb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 3 19:31:21 2008 +0000

    Updated copyright information.
    
    svn path=/trunk/; revision=1089

 src/GnomeSubtitles/Execution/AssemblyInfo.cs.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2eba44d4c37f966b93767df01e65372b958b9f05
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 3 19:30:21 2008 +0000

    No longer uses/depends on gnome-sharp.
    Use gnome-help to display help.
    
    svn path=/trunk/; revision=1088

 src/GnomeSubtitles/Core/EventHandlers.cs |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

commit 8d3b9e0297a49a2a6a407e08158237620e9343a7
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Nov 27 20:11:43 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1087

 po/ChangeLog |    4 ++
 po/sv.po     |  105 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 56 insertions(+), 53 deletions(-)

commit 3c3fe80a71afb2e6b5bdd7e99d35f0b2389aacee
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:51:22 2008 +0000

    Updated translation files.
    
    svn path=/trunk/; revision=1086

 po/POTFILES.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit c3fe0222e8554a8476e7e57a7712c82345cf38ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:45:50 2008 +0000

    Major refactoring of the video playback engine:
    - Moved Gstreamer-playbin into the Gnome Subtitles source dir
    - Gstreamer-playbin no longer builds as a separate package (no separate dll, although the .so lib is still built separately)
    - GStreamer events are now received asynchronously
    - Loading a video is also asynchronous (playbin instructed to open the file, but video information, duration and Loaded state received asynchronously afterwards). This means the user interface adapts to the video in an asynchronous way.
    - No longer has to use tricky scheme to wait for video loading (waiting some seconds for all the video information to be gathered)
    
    svn path=/trunk/; revision=1085

 .../PlayerCouldNotInitiateEngineException.cs       |   28 +++++++++++
 .../Exceptions/PlayerEngineException.cs            |   50 ++++++++++++++++++++
 2 files changed, 78 insertions(+), 0 deletions(-)

commit 006089ca91cb7a00a31d65cce251d860d4100236
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:40:54 2008 +0000

    Major refactoring of the video playback engine:
    - Moved Gstreamer-playbin into the Gnome Subtitles source dir
    - Gstreamer-playbin no longer builds as a separate package (no separate dll, although the .so lib is still built separately)
    - GStreamer events are now received asynchronously
    - Loading a video is also asynchronous (playbin instructed to open the file, but video information, duration and Loaded state received asynchronously afterwards). This means the user interface adapts to the video in an asynchronous way.
    - No longer has to use tricky scheme to wait for video loading (waiting some seconds for all the video information to be gathered)
    
    svn path=/trunk/; revision=1084

 gstreamer-playbin-0.2.1/COPYING                    |  340 ---------------
 gstreamer-playbin-0.2.1/INSTALL                    |  236 ----------
 gstreamer-playbin-0.2.1/Makefile.am                |    1 -
 gstreamer-playbin-0.2.1/README                     |   41 --
 gstreamer-playbin-0.2.1/configure.in               |   50 ---
 gstreamer-playbin-0.2.1/src/AssemblyInfo.cs        |   33 --
 gstreamer-playbin-0.2.1/src/Engine.cs              |  451 --------------------
 gstreamer-playbin-0.2.1/src/Makefile.am            |   16 -
 .../src/gstreamerplaybinwrapper.pc.in              |    6 -
 gstreamer-playbin-0.2.1/src/main.c                 |  309 --------------
 src/GnomeSubtitles/Dialog/FileOpenErrorDialog.cs   |   17 +-
 src/GnomeSubtitles/Dialog/VideoErrorDialog.cs      |   25 +-
 .../Dialog/VideoFileOpenErrorDialog.cs             |   42 --
 src/GnomeSubtitles/Dialog/VideoSeekToDialog.cs     |    4 +-
 src/GnomeSubtitles/Ui/MainUi.cs                    |   16 +-
 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 --
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs       |  257 +++++-------
 .../Ui/VideoPreview/PlayerPositionWatcher.cs       |   15 +-
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |   94 +++--
 .../Ui/VideoPreview/VideoPosition.cs               |   26 +-
 20 files changed, 216 insertions(+), 1791 deletions(-)

commit 63ef49af6044d77dec03c71ebf876feabb27d1b6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:31:00 2008 +0000

    Improved removal of "Video" tag from the "VideoFrameRate" menu.
    
    svn path=/trunk/; revision=1083

 src/GnomeSubtitles/Ui/Menus.cs |   57 +++++++++++++++++++++++++--------------
 1 files changed, 36 insertions(+), 21 deletions(-)

commit ba0ad61a8374b65436fc653078c327882080d0b3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:27:53 2008 +0000

    Gstreamer playbin (from the fusemc project) has been incorporated into the Gnome Subtitles src dir. The CS sources are included in the GS assembly, while main.c is built into a library (SO) as it was before.
    
    svn path=/trunk/; revision=1082

 src/Makefile.am |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 08931aa0346864b6f42bc0343ea03145d6c8afc7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:24:57 2008 +0000

    Fixed the names of some sub-menus.
    
    svn path=/trunk/; revision=1081

 src/GnomeSubtitles/Ui/WidgetNames.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b78bb631eaeac4832c3feef7781c9d48a3d696a5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:24:40 2008 +0000

    Fixed the names of some sub-menus.
    
    svn path=/trunk/; revision=1080

 src/Glade/MainWindow.glade |  129 ++++++++++++++++++++++++++++---------------
 1 files changed, 84 insertions(+), 45 deletions(-)

commit 99dbc6ab51494b55c0141fe7feea0c0b9cbdb50c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:23:56 2008 +0000

    Gstreamer playbin (from the fusemc project) has been incorporated into the Gnome Subtitles src dir. The CS sources are included in the GS assembly, while main.c is built into a library (SO) as it was before.
    Fixed the playbin to function properly on loading a file when its state was loaded (from a previous file). Specifically, the "Found video event" and "State changed" events now work.
    
    svn path=/trunk/; revision=1079

 src/External/GStreamerPlaybin/Engine.cs |  580 ++++++++++++++++++++++++++
 src/External/GStreamerPlaybin/Events.cs |  107 +++++
 src/External/GStreamerPlaybin/main.c    |  673 +++++++++++++++++++++++++++++++
 3 files changed, 1360 insertions(+), 0 deletions(-)

commit ab8342011529ee8c7b02a0a17e7ef5dbe2f3e23d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:19:44 2008 +0000

    Updated project files.
    
    svn path=/trunk/; revision=1078

 gnome-subtitles.mdp |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit e094a6d5658353de708e52a23fb4703e54de82b3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:19:28 2008 +0000

    Updated macro.
    
    svn path=/trunk/; revision=1077

 m4/intltool.m4 |   72 ++++++++++++++-----------------------------------------
 1 files changed, 19 insertions(+), 53 deletions(-)

commit 577a3998a50f1ff5920ff5dc3ea6dc1f0f576804
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:18:34 2008 +0000

    Gstreamer-playbin has been included in the GS src dir. Only the .so lib is outside the GS assembly.
    
    svn path=/trunk/; revision=1076

 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c892dc27833b5f6c2c1ae820e2940004c6427ec9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 23 18:17:25 2008 +0000

    Do not check for the gstreamer-playbin source package inside the project (it has been included in the GS src dir).
    Check if gstreamer is installed.
    
    svn path=/trunk/; revision=1075

 configure.ac |   38 ++++----------------------------------
 1 files changed, 4 insertions(+), 34 deletions(-)

commit c859a030881ceed8f6260bca7dcf64db630ae6be
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 18 22:45:59 2008 +0000

    Only allow to build with gtk-sharp not between 2.12.2 and 2.12.6
    (inclusive), as this version breaks some event handling.
    
    svn path=/trunk/; revision=1074

 configure.ac |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 8bdcac25596a70e9a30a332010fa737b3ab15038
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 16 13:59:09 2008 +0000

    Set page size to 0 as the old behaviour has been deprecated.
    
    svn path=/trunk/; revision=1073

 src/Glade/HeadersDialog.glade | 1052 ++++++++++++++++++++---------------------
 1 files changed, 519 insertions(+), 533 deletions(-)

commit 25ef99d915c32f6946f7e9bb9845c94c90802a20
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 16 13:38:07 2008 +0000

    Refactored assigning of OnTimeInput and OnTimeOutput event handlers.
    
    svn path=/trunk/; revision=1072

 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   27 +++-----------------
 1 files changed, 4 insertions(+), 23 deletions(-)

commit 43b1526d3b61dc02f9b3e759db483b4ef5a9fc7e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Nov 16 10:56:18 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1071

 po/ChangeLog |    4 ++++
 po/es.po     |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 4738d94d5d2b3135073ed5064a1f4b0b49c58c7b
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Nov 16 10:55:50 2008 +0000

    Updated Spanish translation by Gabriel Ruiz and me
    
    svn path=/trunk/; revision=1070

 help/es/es.po |  604 +++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 455 insertions(+), 149 deletions(-)

commit c6c7d89b680de893b4a4209733f5beaa3fa8ca2e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 16 00:42:21 2008 +0000

    Added TimingsSynchronizeDialog to the list of dialog resources.
    
    svn path=/trunk/; revision=1069

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2e0d472e0b10a751050a039c6e2865f5a6bae52d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 16 00:41:37 2008 +0000

    Set page size to 0 as the old behaviour has been deprecated.
    
    svn path=/trunk/; revision=1068

 src/Glade/MainWindow.glade          |  154 ++++++++++-------------------------
 src/Glade/TimingsAdjustDialog.glade |  114 +++++++++++++-------------
 src/Glade/TimingsShiftDialog.glade  |    4 +-
 3 files changed, 102 insertions(+), 170 deletions(-)

commit 3318d797969081ef2b18272339a3b92a17baf2ca
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Nov 11 23:07:30 2008 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2008-11-11  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1067

 po/ChangeLog |    5 ++
 po/pt.po     |  204 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 115 insertions(+), 94 deletions(-)

commit 54767ce973084c2385b6273aad7c1dbf62f44c9f
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sat Nov 8 00:02:37 2008 +0000

    Updated Brazilian Portuguese translation by Fábio Nogueira.
    
    2008-11-07  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation by Fábio Nogueira.
    
    svn path=/trunk/; revision=1066

 po/ChangeLog |    4 +
 po/pt_BR.po  |  338 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 180 insertions(+), 162 deletions(-)

commit f69397a69bb39c7edbc2ab0ef103e417f5103a11
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 1 10:29:18 2008 +0000

    Updated Spanish translation by Gabriel Ruiz
    
    svn path=/trunk/; revision=1065

 po/ChangeLog |    4 +
 po/es.po     |  542 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 297 insertions(+), 249 deletions(-)

commit 9061468e2c0fc28bd51f715fb4421ed706fb2ff1
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Oct 22 15:22:05 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1064

 po/ChangeLog |    4 ++
 po/sv.po     |  148 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 99 insertions(+), 53 deletions(-)

commit 56e98a0a514b2297ef39fdd9ad18746aa27044a7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 4 23:15:38 2008 +0000

    Introduction of the Synchronize dialog (nonfunctional ATM).
    
    svn path=/trunk/; revision=1063

 gnome-subtitles.mdp                                |    2 +
 src/Glade/TimingsSynchronizeDialog.glade           |  147 ++++++++++++++++++++
 src/GnomeSubtitles/Core/EventHandlers.cs           |    4 +
 src/GnomeSubtitles/Dialog/Dialogs.cs               |    9 ++
 .../Dialog/TimingsSynchronizeDialog.cs             |   57 ++++++++
 5 files changed, 219 insertions(+), 0 deletions(-)

commit 322c8f5c97add315fb7018309a19cd04b2e6f3ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 4 23:14:50 2008 +0000

    Account for changes in SubLib that separated timing and search operations from Subtitles.
    
    svn path=/trunk/; revision=1062

 src/Glade/MainWindow.glade                         |   92 +++++++++++---------
 .../Core/Command/AdjustTimingsCommand.cs           |   13 ++-
 .../Core/Command/ChangeFrameRateCommand.cs         |    7 +-
 .../Core/Command/ReplaceAllCommand.cs              |    4 +-
 .../Core/Command/ShiftTimingsCommand.cs            |   13 ++-
 src/GnomeSubtitles/Core/Search.cs                  |    4 +-
 src/GnomeSubtitles/Ui/MainUi.cs                    |    1 +
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |    7 ++-
 .../Ui/VideoPreview/VideoPosition.cs               |    9 +-
 .../Ui/VideoPreview/VideoSubtitle.cs               |    8 ++-
 10 files changed, 98 insertions(+), 60 deletions(-)

commit 9efcb9488d8f64492c9a098e4d79a02ddf02e118
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Oct 4 22:38:36 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1061

 po/ChangeLog |    4 ++++
 po/sv.po     |   56 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 34 insertions(+), 26 deletions(-)

commit 69bd57bcf7a2f7f42ff3b2db66bd0f075d978838
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Oct 4 13:15:42 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1060

 po/ChangeLog |    4 +
 po/fi.po     |  180 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 100 insertions(+), 84 deletions(-)

commit 42b3c77d373c977ed44f8ef8b330ac188a591c58
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 23:11:05 2008 +0000

    Removed the border relief in the video-related buttons, in order to improve visual aspect.
    
    svn path=/trunk/; revision=1059

 src/Glade/MainWindow.glade |   95 ++++++++++++++++++++++++-------------------
 1 files changed, 53 insertions(+), 42 deletions(-)

commit a7f2fcb424fcd21bf8be62c0fcf42b21eae34bb7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 23:02:15 2008 +0000

    Allow to return the length in time and frames.
    
    svn path=/trunk/; revision=1057

 .../Ui/VideoPreview/VideoPosition.cs               |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit db6a4c01f5e5976fed02f8cdd9ef93849d7d71b9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 23:01:47 2008 +0000

    Allow to return the FrameRate and Seek to a specified frame.
    
    svn path=/trunk/; revision=1056

 src/GnomeSubtitles/Ui/VideoPreview/Video.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 8276fcce35a5c8755aee967bff1fa8ea2321a447
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 23:00:58 2008 +0000

    Separate setting the Timing Mode in a SpinButton from setting its Adjustment properties.
    
    svn path=/trunk/; revision=1055

 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs |    6 ++++--
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs  |    5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 2d9092a3b15d81d1873bce0d1e3c0ca94c0ffa6d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 23:00:24 2008 +0000

    Added a dialog that allows to Seek to a specified time/frame instant (fixes #504560).
    The dialog is initialized with the current video position, has a reset button, automatically selects the entered text and activates on Return. It changes according to the current timing mode (time or frames).
    
    svn path=/trunk/; revision=1054

 src/Glade/MainWindow.glade |  100 +++++++++++++++++++++++++------------------
 1 files changed, 58 insertions(+), 42 deletions(-)

commit 235b489664f68758666a33c26860ea803fa4a705
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 22:59:31 2008 +0000

    Added a dialog that allows to Seek to a specified time/frame instant (fixes #504560).
    The dialog is initialized with the current video position, has a reset button, automatically selects the entered text and activates on Return. It changes according to the current timing mode (time or frames).
    
    svn path=/trunk/; revision=1053

 gnome-subtitles.mdp                            |    2 +
 src/Glade/VideoSeekToDialog.glade              |  139 ++++++++++++++++++++++++
 src/GnomeSubtitles/Core/EventHandlers.cs       |    4 +
 src/GnomeSubtitles/Dialog/VideoSeekToDialog.cs |   94 ++++++++++++++++
 src/GnomeSubtitles/Ui/Menus.cs                 |    1 +
 src/GnomeSubtitles/Ui/WidgetNames.cs           |    1 +
 src/Makefile.am                                |    1 +
 7 files changed, 242 insertions(+), 0 deletions(-)

commit 77786b77cd0b173f64a10f02601481d4c27fa9a5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 3 22:56:26 2008 +0000

    Separate setting the Timing Mode in a SpinButton from setting its Adjustment properties.
    
    svn path=/trunk/; revision=1052

 src/GnomeSubtitles/Core/Util.cs |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)

commit 9c407bd73ef48503afbdc63aa7c5d740a9c6831f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Oct 1 06:07:51 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1051

 po/ChangeLog |    4 ++++
 po/sv.po     |   45 ++++++++++++++++++++++-----------------------
 2 files changed, 26 insertions(+), 23 deletions(-)

commit a0920a0a31f65f89cec3b895d20854552205c99f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Sep 29 23:31:07 2008 +0000

    Fixed mneumonics.
    
    svn path=/trunk/; revision=1050

 src/Glade/TimingsShiftDialog.glade |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit e85402b4f82103e3b09f5f071d8ab9effe76e439
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 27 17:10:57 2008 +0000

    Updated to reflect recent changes in SubLib.
    
    svn path=/trunk/; revision=1049

 gnome-subtitles.mdp                                |    2 +-
 src/GnomeSubtitles/Core/Base.cs                    |    2 +-
 .../Core/Command/ChangeStyleCommand.cs             |    2 +-
 .../Core/Command/ChangeTimingCommand.cs            |    2 +-
 .../Core/Command/DeleteSubtitlesCommand.cs         |    2 +-
 .../Core/Command/InsertSubtitleCommand.cs          |    2 +-
 .../Core/Command/ReplaceAllCommand.cs              |    2 +-
 .../Core/Command/ShiftTimingsCommand.cs            |    2 +-
 src/GnomeSubtitles/Core/Document.cs                |    9 +++++----
 src/GnomeSubtitles/Core/EventHandlers.cs           |    2 +-
 src/GnomeSubtitles/Core/Search.cs                  |    2 +-
 src/GnomeSubtitles/Core/SpellLanguages.cs          |    2 +-
 src/GnomeSubtitles/Core/Util.cs                    |    2 +-
 src/GnomeSubtitles/Dialog/Dialogs.cs               |    2 +-
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |    2 +-
 src/GnomeSubtitles/Dialog/FilePropertiesDialog.cs  |    2 +-
 src/GnomeSubtitles/Dialog/FileSaveAsDialog.cs      |    2 +-
 src/GnomeSubtitles/Dialog/HeadersDialog.cs         |    2 +-
 .../Dialog/SaveConfirmationDialog.cs               |    2 +-
 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs     |    2 +-
 .../Dialog/SubtitleFileOpenErrorDialog.cs          |    2 +-
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs   |    2 +-
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |    2 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs         |    2 +-
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |    2 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs     |    2 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |    4 ++--
 .../Ui/Edit/SubtitleEditTranslation.cs             |    2 +-
 src/GnomeSubtitles/Ui/MainUi.cs                    |    3 ++-
 src/GnomeSubtitles/Ui/Menus.cs                     |    2 +-
 src/GnomeSubtitles/Ui/Status.cs                    |    2 +-
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |    2 +-
 .../Ui/VideoPreview/VideoPosition.cs               |    9 +++++----
 .../Ui/VideoPreview/VideoSubtitle.cs               |    2 +-
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |    2 +-
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |    2 +-
 src/GnomeSubtitles/Ui/View/Subtitles.cs            |    6 +++---
 37 files changed, 49 insertions(+), 46 deletions(-)

commit 38373f133e37db6f0d72f60779e37c38bab98b9b
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Sep 24 17:04:43 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1048

 po/ChangeLog |    4 ++
 po/sv.po     |  125 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 70 insertions(+), 59 deletions(-)

commit 1755b86033def244ef9736ad029e51fd739f4249
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 13 00:16:58 2008 +0000

    Updated the toolbar buttons. Applied a patch from Arx Cruz (fixes bug
    #530833).
    Added Insert subtitle and Delete subtitles toolbar buttons. Removed the
    Find and Replace buttons. Changed the image of the Delete Subtitles
    menuitem.
    
    svn path=/trunk/; revision=1047

 src/Glade/MainWindow.glade           |   21 ++++++++++++---------
 src/GnomeSubtitles/Ui/Menus.cs       |    9 +++++----
 src/GnomeSubtitles/Ui/WidgetNames.cs |    6 +++---
 3 files changed, 20 insertions(+), 16 deletions(-)

commit 0b04d7d1b99f75af15cc48e28d1a4873b368f70d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Sep 10 23:30:15 2008 +0000

    Applied patch from Arx Cruz that makes configure.in check for
    libgstreamer-plugins-base.
    
    svn path=/trunk/; revision=1046

 gstreamer-playbin-0.2.1/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2438898922b5154d6e9e4c6d42367ccd815d22ed
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 28 22:25:50 2008 +0000

    Fixed bug with duration having a lower limit of zero in the spin button.
    
    svn path=/trunk/; revision=1045

 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   33 ++++++++++++-------
 1 files changed, 21 insertions(+), 12 deletions(-)

commit 54f9b63e6bf62f80c61a85ebf701c310208d06cd
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Wed Aug 27 12:15:08 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1044

 po/ChangeLog |    4 +
 po/fi.po     |  362 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 211 insertions(+), 155 deletions(-)

commit 89791ae406991b27656bf71e18665364e4c8b94f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Aug 25 17:56:25 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1043

 po/ChangeLog |    4 ++
 po/sv.po     |   99 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 61 insertions(+), 42 deletions(-)

commit 82187bfcf4fd170b121318489bac1f68491aab92
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Jul 31 10:32:39 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1042

 po/ChangeLog |    4 +
 po/ar.po     |  467 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 283 insertions(+), 188 deletions(-)

commit 6dab3a86bb2fd25018a3676452fba1dc18f6dcd0
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Jul 29 16:11:20 2008 +0000

    Updated Portuguese translation by António Lima <amrlima@gmail.com>.
    
    2008-07-29  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    
    svn path=/trunk/; revision=1041

 po/ChangeLog |    5 +
 po/pt.po     |  471 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 276 insertions(+), 200 deletions(-)

commit 410bb80d1aa7c598a6fa2ac49736105b9fe8c50c
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Fri Jul 25 17:16:55 2008 +0000

    Fix POTFILES.in
    
    svn path=/trunk/; revision=1040

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit f3c298fc61d8f0525bb135cee33b8c38ea623204
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 20:05:37 2008 +0000

    Format the primary message with markup.
    
    svn path=/trunk/; revision=1039

 src/GnomeSubtitles/Dialog/MessageDialog.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 72845b44fee1e28c2ac9d86ad3e8020512d65a15
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 20:05:10 2008 +0000

    Print error to the console when the help contents cannot be opened.
    
    svn path=/trunk/; revision=1038

 src/GnomeSubtitles/Core/EventHandlers.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9541b37d73178e081a71b1785abd146a9ebd4c08
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 18:53:54 2008 +0000

    Display an error dialog when the help contents cannot be opened.
    
    svn path=/trunk/; revision=1037

 po/POTFILES.in                             |    1 +
 src/GnomeSubtitles/Core/EventHandlers.cs   |    4 ++--
 src/GnomeSubtitles/Dialog/MessageDialog.cs |    4 +++-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 7e4567e33e37114fa11a739a4242bafa873f417b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 18:53:20 2008 +0000

    Removed custom bug report window.
    
    svn path=/trunk/; revision=1036

 src/Glade/ErrorDialog.glade     |   37 --------
 src/Glade/ReportBugWindow.glade |  179 ---------------------------------------
 2 files changed, 0 insertions(+), 216 deletions(-)

commit 0964416ce28eb4776276cf9398d5a5d4805368e8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:50:22 2008 +0000

    Use GLib.ExceptionManager.UnhandledException to catch unhandled exceptions in the application, and report them.
    
    svn path=/trunk/; revision=1035

 src/GnomeSubtitles/Core/Base.cs            |   40 ++++++++-------------------
 src/GnomeSubtitles/Execution/Executable.cs |   28 +++++++++++++++++++
 2 files changed, 40 insertions(+), 28 deletions(-)

commit 439eb94bbacbe0f0cd0c8b0970a7871833d94d7e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:49:37 2008 +0000

    Removed custom bug report window.
    
    svn path=/trunk/; revision=1034

 src/GnomeSubtitles/Dialog/ReportBugWindow.cs |   82 --------------------------
 1 files changed, 0 insertions(+), 82 deletions(-)

commit 393b23560d7b92f11ebc862be5deb93eb573dc2e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:48:58 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1033

 src/GnomeSubtitles/Execution/ExecutionContext.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit bf33cb427a1956442f55ce6fb7dff1fac305c7f5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:48:04 2008 +0000

    Show an error message when Bug Buddy cannot be started.
    Print complete bug information to the console.
    
    svn path=/trunk/; revision=1032

 src/GnomeSubtitles/Execution/BugReporter.cs |   30 +++++++++++++++++---------
 1 files changed, 19 insertions(+), 11 deletions(-)

commit 527c080191c50bd2eb91646b4c4b823241edd6f0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:42:36 2008 +0000

    Added an error dialog that shows primary and secondary messages, and an ok button.
    
    svn path=/trunk/; revision=1031

 src/GnomeSubtitles/Dialog/BasicErrorDialog.cs |   41 +++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

commit 5b34da4ba76ac17d374f939786c76a6667bdd5c7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:42:01 2008 +0000

    Use the new BasicErrorDialog.
    
    svn path=/trunk/; revision=1030

 src/GnomeSubtitles/Dialog/VideoErrorDialog.cs |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit 0822a3ae377de62e360386877ed8003a1356a4f3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:41:44 2008 +0000

    Do not set arguments as null.
    
    svn path=/trunk/; revision=1029

 src/GnomeSubtitles/Dialog/MessageDialog.cs |   36 +++++++++++++++++----------
 1 files changed, 23 insertions(+), 13 deletions(-)

commit 306ef7d09e0b596c707b025b736a95dfa84ae4a6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:39:38 2008 +0000

    Removed custom bug report window.
    
    svn path=/trunk/; revision=1028

 src/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 9080f2616447379e25c7f7b3530debdb9b18633f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:39:04 2008 +0000

    Removed custom bug report window.
    
    svn path=/trunk/; revision=1027

 gnome-subtitles.mdp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit f7137f3e6748cebe49e7cc97cf0fbd3db3ee4d26
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:38:43 2008 +0000

    Removed custom bug report window.
    
    svn path=/trunk/; revision=1026

 po/POTFILES.in |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

commit 9d649145a5a6e0f6b0b2a8b76418d2a7c2f336d5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 13 17:38:05 2008 +0000

    Removed custom bug report window.
    
    svn path=/trunk/; revision=1025

 po/POTFILES.in |   60 --------------------------------------------------------
 1 files changed, 0 insertions(+), 60 deletions(-)

commit addb734c14dc424b260cba5ef72699ceb71cc586
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 12 18:49:22 2008 +0000

    Updated project files.
    
    svn path=/trunk/; revision=1024

 gnome-subtitles.mdp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9c95d8b308a48ad61f388f46609fc04d0c291b8b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 12 18:49:07 2008 +0000

    Updated file structure.
    
    svn path=/trunk/; revision=1023

 src/Makefile.am |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 6e4649852186264debc600aa80f839b3c1011542
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 12 18:48:49 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1022

 src/GnomeSubtitles/Ui/MainUi.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 34ac5678291e402159ad820f44cd440b932f4a33
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 12 18:47:39 2008 +0000

    Moved encodingComboBox declarations to Open and SaveAs dialogs, instead of SubtitleFileChooser dialog. This keeps the application from crashing with mono 1.9 (fixes #540009).
    
    svn path=/trunk/; revision=1021

 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |   17 ++++++++++-------
 src/GnomeSubtitles/Dialog/FileSaveAsDialog.cs      |    7 ++++++-
 .../Dialog/SubtitleFileChooserDialog.cs            |   14 +++++++++-----
 3 files changed, 25 insertions(+), 13 deletions(-)

commit 4154cef7944d378bca0c0ca25c6dedd64e0b8576
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 12 18:46:41 2008 +0000

    Added util class. Refactored the dialog classes in order to use
    
    Added util class.
    Refactored the dialog classes in order to use BaseDialog.
    
    svn path=/trunk/; revision=1020

 src/GnomeSubtitles/Dialog/AboutDialog.cs           |    4 +-
 src/GnomeSubtitles/Dialog/BaseDialog.cs            |   69 +++++++++++++
 src/GnomeSubtitles/Dialog/EncodingsDialog.cs       |    2 +-
 src/GnomeSubtitles/Dialog/ErrorDialog.cs           |   39 +------
 src/GnomeSubtitles/Dialog/GladeDialog.cs           |   39 +-------
 src/GnomeSubtitles/Dialog/MessageDialog.cs         |  106 ++++++++++++++++++++
 src/GnomeSubtitles/Dialog/ReportBugWindow.cs       |    2 +-
 .../Dialog/SaveConfirmationDialog.cs               |   98 ++++++++++++------
 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs     |    4 +-
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs   |   10 +-
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |    4 +-
 src/GnomeSubtitles/Dialog/Util.cs                  |   44 ++++++++
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs       |    2 +-
 src/GnomeSubtitles/Dialog/WarningDialog.cs         |   36 +++++++
 14 files changed, 344 insertions(+), 115 deletions(-)

commit c4a602651e2ddeae3bc6a05ec36cabe9074d69ee
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 12 18:44:18 2008 +0000

    Added method to return formated text.
    
    svn path=/trunk/; revision=1019

 src/GnomeSubtitles/Core/Util.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 916a26ba8011294ac436b34a4895dc4bbc2fc4f6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jul 9 21:44:58 2008 +0000

    Add nb Fix this. Add Norwegian bokmål translation.
    
    2008-07-09  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* LINGUAS: Add nb
    	* POTFILES.in: Fix this.
    	* nb.po: Add Norwegian bokmål translation.
    
    svn path=/trunk/; revision=1018

 po/ChangeLog   |    6 +
 po/LINGUAS     |    1 +
 po/POTFILES.in |   76 ++--
 po/nb.po       | 1115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1161 insertions(+), 37 deletions(-)

commit 03742f678f89a52605b4c21f838b17fe31838f67
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jul 2 18:02:07 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1017

 po/ChangeLog |    4 ++
 po/oc.po     |  161 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 103 insertions(+), 62 deletions(-)

commit 88256cac5868d222f4f7db1f00e2ff269a906a4f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Jun 24 09:37:24 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1016

 po/ChangeLog |    4 +
 po/sv.po     |  388 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 220 insertions(+), 172 deletions(-)

commit 293a26cbf1028dc66a154e6ada75ed706cc03767
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 22 23:46:31 2008 +0000

    Major refactoring - part 3. Renamed namespaces and classes.
    
    
    svn path=/trunk/; revision=1015

 gnome-subtitles.mdp                                |  104 ++++++-----
 src/GnomeSubtitles/Core/Base.cs                    |  206 ++++++++++++++++++++
 src/GnomeSubtitles/Core/Clipboards.cs              |   14 +-
 .../Core/Command/AdjustTimingsCommand.cs           |   12 +-
 src/GnomeSubtitles/Core/Command/BaseCommand.cs     |    2 +-
 .../Core/Command/ChangeFrameRateCommand.cs         |   15 +-
 .../Core/Command/ChangeStyleCommand.cs             |    5 +-
 .../Core/Command/ChangeTimingCommand.cs            |    6 +-
 .../Core/Command/CommandActivatedArgs.cs           |    2 +-
 .../Core/Command/CommandActivatedHandler.cs        |    2 +-
 src/GnomeSubtitles/Core/Command/CommandManager.cs  |   11 +-
 src/GnomeSubtitles/Core/Command/CommandTarget.cs   |    2 +-
 .../Core/Command/DeleteSubtitlesCommand.cs         |    9 +-
 .../Core/Command/DeleteTextCommand.cs              |    6 +-
 .../Core/Command/DeleteTextContentCommand.cs       |   10 +-
 .../Core/Command/DeleteTranslationCommand.cs       |    6 +-
 .../Core/Command/FixedMultipleSelectionCommand.cs  |   22 +-
 .../Core/Command/FixedSingleSelectionCommand.cs    |   10 +-
 .../Core/Command/InsertSubtitleCommand.cs          |   18 +-
 .../Core/Command/InsertTextCommand.cs              |    6 +-
 .../Core/Command/InsertTextContentCommand.cs       |   10 +-
 .../Core/Command/InsertTranslationCommand.cs       |    6 +-
 .../Core/Command/MultipleSelectionCommand.cs       |   20 +-
 .../Core/Command/ReplaceAllCommand.cs              |   11 +-
 .../Core/Command/ShiftTimingsCommand.cs            |   16 +-
 .../Core/Command/SingleSelectionCommand.cs         |    4 +-
 .../Core/Command/VideoSetSubtitleTimingCommand.cs  |    2 +-
 src/GnomeSubtitles/Core/Document.cs                |   28 ++--
 src/GnomeSubtitles/Core/EventHandlers.cs           |  137 +++++++-------
 src/GnomeSubtitles/Core/Global.cs                  |  206 --------------------
 src/GnomeSubtitles/Core/Search.cs                  |   22 ++-
 src/GnomeSubtitles/Core/SpellLanguages.cs          |   14 +-
 src/GnomeSubtitles/Dialog/AboutDialog.cs           |    5 +-
 src/GnomeSubtitles/Dialog/EncodingsDialog.cs       |    6 +-
 src/GnomeSubtitles/Dialog/ErrorDialog.cs           |    1 +
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |    8 +-
 src/GnomeSubtitles/Dialog/FilePropertiesDialog.cs  |    3 +-
 src/GnomeSubtitles/Dialog/FileSaveAsDialog.cs      |   11 +-
 .../Dialog/FileTranslationOpenDialog.cs            |    5 +-
 src/GnomeSubtitles/Dialog/GladeDialog.cs           |   11 +-
 src/GnomeSubtitles/Dialog/HeadersDialog.cs         |    3 +-
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |    5 +-
 src/GnomeSubtitles/Dialog/ReportBugWindow.cs       |    3 +-
 .../Dialog/SaveConfirmationDialog.cs               |    9 +-
 src/GnomeSubtitles/Dialog/SearchDialog.cs          |    8 +-
 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs     |    7 +-
 .../Dialog/SubtitleFileChooserDialog.cs            |    3 +-
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs   |   19 +-
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |   23 ++-
 .../Dialog/VideoFileOpenErrorDialog.cs             |    1 +
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs       |    5 +-
 .../Exception/PlayerNotFoundException.cs           |   28 ---
 src/GnomeSubtitles/Execution/BugReporter.cs        |   14 +-
 src/GnomeSubtitles/Execution/Executable.cs         |    7 +-
 src/GnomeSubtitles/Execution/Execution.cs          |  155 ---------------
 src/GnomeSubtitles/Execution/ExecutionContext.cs   |  155 +++++++++++++++
 src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs         |   11 +-
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |   28 ++--
 src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs     |   12 +-
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |   25 ++--
 .../Ui/Edit/SubtitleEditTranslation.cs             |   12 +-
 src/GnomeSubtitles/Ui/MainUi.cs                    |   58 +++---
 src/GnomeSubtitles/Ui/Menus.cs                     |   80 ++++----
 src/GnomeSubtitles/Ui/Status.cs                    |    7 +-
 .../Exception/PlayerCouldNotOpenVideoException.cs  |    2 +-
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs       |    3 +-
 .../Ui/VideoPreview/PlayerPositionWatcher.cs       |    2 +-
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |   34 ++--
 src/GnomeSubtitles/Ui/VideoPreview/VideoFiles.cs   |    2 +-
 .../Ui/VideoPreview/VideoPosition.cs               |   15 +-
 .../Ui/VideoPreview/VideoSubtitle.cs               |   13 +-
 .../Ui/View/CellRendererCenteredText.cs            |    2 +-
 src/GnomeSubtitles/Ui/View/SelectionIntended.cs    |    2 +-
 src/GnomeSubtitles/Ui/View/SelectionType.cs        |    2 +-
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |   17 +-
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |   14 +-
 src/GnomeSubtitles/Ui/View/Subtitles.cs            |    7 +-
 77 files changed, 917 insertions(+), 870 deletions(-)

commit 5894a25b483bae08cd9e06ccfe191e1d5ab2f5fc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:25:14 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1014

 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 --
 src/GnomeSubtitles/Ui/VideoPreviewing/Player.cs    |  243 ------------------
 .../Ui/VideoPreviewing/PlayerPositionWatcher.cs    |   87 -------
 src/GnomeSubtitles/Ui/VideoPreviewing/Video.cs     |  261 --------------------
 .../Ui/VideoPreviewing/VideoFiles.cs               |   62 -----
 .../Ui/VideoPreviewing/VideoPosition.cs            |  199 ---------------
 .../Ui/VideoPreviewing/VideoSubtitle.cs            |  131 ----------
 7 files changed, 0 insertions(+), 1011 deletions(-)

commit f9b138250ebd3c689cfea89fe2f5847f0b1e8b01
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:24:23 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1013

 src/GnomeSubtitles/Command/AdjustTimingsCommand.cs |  115 --------
 .../Command/ChangeFrameRateCommand.cs              |   83 ------
 src/GnomeSubtitles/Command/ChangeStyleCommand.cs   |   87 ------
 src/GnomeSubtitles/Command/ChangeTimingCommand.cs  |  132 ---------
 src/GnomeSubtitles/Command/Command.cs              |   89 ------
 src/GnomeSubtitles/Command/CommandActivatedArgs.cs |   37 ---
 .../Command/CommandActivatedHandler.cs             |   26 --
 src/GnomeSubtitles/Command/CommandManager.cs       |  287 --------------------
 src/GnomeSubtitles/Command/CommandTarget.cs        |   34 ---
 .../Command/DeleteSubtitlesCommand.cs              |   61 ----
 src/GnomeSubtitles/Command/DeleteTextCommand.cs    |   38 ---
 .../Command/DeleteTextContentCommand.cs            |  110 --------
 .../Command/DeleteTranslationCommand.cs            |   39 ---
 .../Command/FixedMultipleSelectionCommand.cs       |  105 -------
 .../Command/FixedSingleSelectionCommand.cs         |   65 -----
 .../Command/InsertSubtitleCommand.cs               |  110 --------
 src/GnomeSubtitles/Command/InsertTextCommand.cs    |   38 ---
 .../Command/InsertTextContentCommand.cs            |   95 -------
 .../Command/InsertTranslationCommand.cs            |   39 ---
 .../Command/MultipleSelectionCommand.cs            |  124 ---------
 src/GnomeSubtitles/Command/ReplaceAllCommand.cs    |   79 ------
 src/GnomeSubtitles/Command/ShiftTimingsCommand.cs  |  109 --------
 .../Command/SingleSelectionCommand.cs              |   40 ---
 .../Command/VideoSetSubtitleTimingCommand.cs       |   63 -----
 .../Core/Command/AdjustTimingsCommand.cs           |  115 ++++++++
 src/GnomeSubtitles/Core/Command/BaseCommand.cs     |   89 ++++++
 .../Core/Command/ChangeFrameRateCommand.cs         |   83 ++++++
 .../Core/Command/ChangeStyleCommand.cs             |   87 ++++++
 .../Core/Command/ChangeTimingCommand.cs            |  132 +++++++++
 .../Core/Command/CommandActivatedArgs.cs           |   37 +++
 .../Core/Command/CommandActivatedHandler.cs        |   26 ++
 src/GnomeSubtitles/Core/Command/CommandManager.cs  |  287 ++++++++++++++++++++
 src/GnomeSubtitles/Core/Command/CommandTarget.cs   |   34 +++
 .../Core/Command/DeleteSubtitlesCommand.cs         |   61 ++++
 .../Core/Command/DeleteTextCommand.cs              |   38 +++
 .../Core/Command/DeleteTextContentCommand.cs       |  110 ++++++++
 .../Core/Command/DeleteTranslationCommand.cs       |   39 +++
 .../Core/Command/FixedMultipleSelectionCommand.cs  |  105 +++++++
 .../Core/Command/FixedSingleSelectionCommand.cs    |   65 +++++
 .../Core/Command/InsertSubtitleCommand.cs          |  110 ++++++++
 .../Core/Command/InsertTextCommand.cs              |   38 +++
 .../Core/Command/InsertTextContentCommand.cs       |   95 +++++++
 .../Core/Command/InsertTranslationCommand.cs       |   39 +++
 .../Core/Command/MultipleSelectionCommand.cs       |  124 +++++++++
 .../Core/Command/ReplaceAllCommand.cs              |   79 ++++++
 .../Core/Command/ShiftTimingsCommand.cs            |  109 ++++++++
 .../Core/Command/SingleSelectionCommand.cs         |   40 +++
 .../Core/Command/VideoSetSubtitleTimingCommand.cs  |   63 +++++
 48 files changed, 2005 insertions(+), 2005 deletions(-)

commit 068442b5baa4cd4acc5a6f4510043b5233c4da52
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:23:51 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1012

 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 ++
 src/GnomeSubtitles/Ui/VideoPreview/Player.cs       |  243 ++++++++++++++++++
 .../Ui/VideoPreview/PlayerPositionWatcher.cs       |   87 +++++++
 src/GnomeSubtitles/Ui/VideoPreview/Video.cs        |  261 ++++++++++++++++++++
 src/GnomeSubtitles/Ui/VideoPreview/VideoFiles.cs   |   62 +++++
 .../Ui/VideoPreview/VideoPosition.cs               |  199 +++++++++++++++
 .../Ui/VideoPreview/VideoSubtitle.cs               |  131 ++++++++++
 7 files changed, 1011 insertions(+), 0 deletions(-)

commit f2e274a3ab7a3251a0a9c089ebb5f7675bf6728c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:23:30 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1011

 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 ++
 src/GnomeSubtitles/Ui/VideoPreviewing/Player.cs    |  243 ++++++++++++++++++
 .../Ui/VideoPreviewing/PlayerPositionWatcher.cs    |   87 +++++++
 src/GnomeSubtitles/Ui/VideoPreviewing/Video.cs     |  261 ++++++++++++++++++++
 .../Ui/VideoPreviewing/VideoFiles.cs               |   62 +++++
 .../Ui/VideoPreviewing/VideoPosition.cs            |  199 +++++++++++++++
 .../Ui/VideoPreviewing/VideoSubtitle.cs            |  131 ++++++++++
 7 files changed, 1011 insertions(+), 0 deletions(-)

commit d9df049e39b5f10aba524123af45ccfee9548239
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:20:58 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1010

 .../Ui/SubtitleViewing/CellRendererCenteredText.cs |   64 ----
 .../Ui/SubtitleViewing/SelectionIntended.cs        |   43 ---
 .../Ui/SubtitleViewing/SelectionType.cs            |   37 --
 .../Ui/SubtitleViewing/SubtitleSelection.cs        |  363 --------------------
 .../Ui/SubtitleViewing/SubtitleView.cs             |  345 -------------------
 src/GnomeSubtitles/Ui/SubtitleViewing/Subtitles.cs |  186 ----------
 .../Ui/View/CellRendererCenteredText.cs            |   64 ++++
 src/GnomeSubtitles/Ui/View/SelectionIntended.cs    |   43 +++
 src/GnomeSubtitles/Ui/View/SelectionType.cs        |   37 ++
 src/GnomeSubtitles/Ui/View/SubtitleSelection.cs    |  363 ++++++++++++++++++++
 src/GnomeSubtitles/Ui/View/SubtitleView.cs         |  345 +++++++++++++++++++
 src/GnomeSubtitles/Ui/View/Subtitles.cs            |  186 ++++++++++
 12 files changed, 1038 insertions(+), 1038 deletions(-)

commit bc2168c272f9d16019af23d4dd25f08ccb8aa06a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:20:39 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1009

 src/GnomeSubtitles/Ui/Edit/SubtitleEdit.cs         |  188 ++++++++
 .../Ui/Edit/SubtitleEditSpinButtons.cs             |  213 +++++++++
 src/GnomeSubtitles/Ui/Edit/SubtitleEditText.cs     |   59 +++
 src/GnomeSubtitles/Ui/Edit/SubtitleEditTextView.cs |  459 ++++++++++++++++++++
 .../Ui/Edit/SubtitleEditTranslation.cs             |   60 +++
 5 files changed, 979 insertions(+), 0 deletions(-)

commit ea8b8b82c1f0381322ba2dfaf85034ac8bc884a0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:20:13 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1008

 .../Ui/SubtitleViewing/CellRendererCenteredText.cs |   64 ++++
 .../Ui/SubtitleViewing/SelectionIntended.cs        |   43 +++
 .../Ui/SubtitleViewing/SelectionType.cs            |   37 ++
 .../Ui/SubtitleViewing/SubtitleSelection.cs        |  363 ++++++++++++++++++++
 .../Ui/SubtitleViewing/SubtitleView.cs             |  345 +++++++++++++++++++
 src/GnomeSubtitles/Ui/SubtitleViewing/Subtitles.cs |  186 ++++++++++
 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 --
 src/GnomeSubtitles/Ui/Video/Player.cs              |  243 -------------
 .../Ui/Video/PlayerPositionWatcher.cs              |   87 -----
 src/GnomeSubtitles/Ui/Video/Video.cs               |  261 --------------
 src/GnomeSubtitles/Ui/Video/VideoFiles.cs          |   62 ----
 src/GnomeSubtitles/Ui/Video/VideoPosition.cs       |  199 -----------
 src/GnomeSubtitles/Ui/Video/VideoSubtitle.cs       |  131 -------
 13 files changed, 1038 insertions(+), 1011 deletions(-)

commit 5674208b3530e7d2f1dc6748eee2fb7f5c278b55
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:18:29 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1007

 .../Ui/SubtitleEditing/SubtitleEdit.cs             |  188 --------
 .../Ui/SubtitleEditing/SubtitleEditSpinButtons.cs  |  213 ---------
 .../Ui/SubtitleEditing/SubtitleEditText.cs         |   59 ---
 .../Ui/SubtitleEditing/SubtitleEditTextView.cs     |  459 --------------------
 .../Ui/SubtitleEditing/SubtitleEditTranslation.cs  |   60 ---
 5 files changed, 0 insertions(+), 979 deletions(-)

commit 281696aeeb9057825b2f48442fc70682a70b7817
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 23:17:26 2008 +0000

    Major project refactoring - part 2.
    
    svn path=/trunk/; revision=1006

 .../Ui/SubtitleEditing/SubtitleEdit.cs             |  188 ++++++++
 .../Ui/SubtitleEditing/SubtitleEditSpinButtons.cs  |  213 +++++++++
 .../Ui/SubtitleEditing/SubtitleEditText.cs         |   59 +++
 .../Ui/SubtitleEditing/SubtitleEditTextView.cs     |  459 ++++++++++++++++++++
 .../Ui/SubtitleEditing/SubtitleEditTranslation.cs  |   60 +++
 5 files changed, 979 insertions(+), 0 deletions(-)

commit 46b26ad8571dc1c50d42aca77f17442f8b70f76d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 15 22:50:00 2008 +0000

    Major project refactoring - part 1.
    
    svn path=/trunk/; revision=1005

 gnome-subtitles.mdp                                |  160 +++---
 gnome-subtitles.mds                                |    6 +-
 src/GnomeSubtitles/Command/AdjustTimingsCommand.cs |  115 ++++
 .../Command/ChangeFrameRateCommand.cs              |   83 +++
 src/GnomeSubtitles/Command/ChangeStyleCommand.cs   |   87 +++
 src/GnomeSubtitles/Command/ChangeTimingCommand.cs  |  132 +++++
 src/GnomeSubtitles/Command/Command.cs              |   89 ++++
 src/GnomeSubtitles/Command/CommandActivatedArgs.cs |   37 ++
 .../Command/CommandActivatedHandler.cs             |   26 +
 src/GnomeSubtitles/Command/CommandManager.cs       |  287 ++++++++++
 src/GnomeSubtitles/Command/CommandTarget.cs        |   34 ++
 .../Command/DeleteSubtitlesCommand.cs              |   61 +++
 src/GnomeSubtitles/Command/DeleteTextCommand.cs    |   38 ++
 .../Command/DeleteTextContentCommand.cs            |  110 ++++
 .../Command/DeleteTranslationCommand.cs            |   39 ++
 .../Command/FixedMultipleSelectionCommand.cs       |  105 ++++
 .../Command/FixedSingleSelectionCommand.cs         |   65 +++
 .../Command/InsertSubtitleCommand.cs               |  110 ++++
 src/GnomeSubtitles/Command/InsertTextCommand.cs    |   38 ++
 .../Command/InsertTextContentCommand.cs            |   95 ++++
 .../Command/InsertTranslationCommand.cs            |   39 ++
 .../Command/MultipleSelectionCommand.cs            |  124 +++++
 src/GnomeSubtitles/Command/ReplaceAllCommand.cs    |   79 +++
 src/GnomeSubtitles/Command/ShiftTimingsCommand.cs  |  109 ++++
 .../Command/SingleSelectionCommand.cs              |   40 ++
 .../Command/VideoSetSubtitleTimingCommand.cs       |   63 +++
 .../Commands/AdjustTimingsCommand.cs               |  114 ----
 .../Commands/ChangeFrameRateCommand.cs             |   83 ---
 src/GnomeSubtitles/Commands/ChangeStyleCommand.cs  |   87 ---
 src/GnomeSubtitles/Commands/ChangeTimingCommand.cs |  132 -----
 src/GnomeSubtitles/Commands/Command.cs             |   89 ----
 .../Commands/CommandActivatedArgs.cs               |   37 --
 .../Commands/CommandActivatedHandler.cs            |   26 -
 src/GnomeSubtitles/Commands/CommandManager.cs      |  287 ----------
 src/GnomeSubtitles/Commands/CommandTarget.cs       |   34 --
 .../Commands/DeleteSubtitlesCommand.cs             |   61 ---
 src/GnomeSubtitles/Commands/DeleteTextCommand.cs   |   37 --
 .../Commands/DeleteTextContentCommand.cs           |  109 ----
 .../Commands/DeleteTranslationCommand.cs           |   38 --
 .../Commands/FixedMultipleSelectionCommand.cs      |  104 ----
 .../Commands/FixedSingleSelectionCommand.cs        |   65 ---
 .../Commands/InsertSubtitleCommand.cs              |  110 ----
 src/GnomeSubtitles/Commands/InsertTextCommand.cs   |   37 --
 .../Commands/InsertTextContentCommand.cs           |   94 ----
 .../Commands/InsertTranslationCommand.cs           |   38 --
 .../Commands/MultipleSelectionCommand.cs           |  123 -----
 src/GnomeSubtitles/Commands/ReplaceAllCommand.cs   |   79 ---
 src/GnomeSubtitles/Commands/ShiftTimingsCommand.cs |  108 ----
 .../Commands/SingleSelectionCommand.cs             |   40 --
 .../Commands/VideoSetSubtitleTimingCommand.cs      |   63 ---
 src/GnomeSubtitles/Core/Clipboards.cs              |    4 +-
 src/GnomeSubtitles/Core/Config.cs                  |    2 +-
 src/GnomeSubtitles/Core/Document.cs                |    5 +-
 src/GnomeSubtitles/Core/EncodingDescription.cs     |    4 +-
 src/GnomeSubtitles/Core/Encodings.cs               |    4 +-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    2 +-
 src/GnomeSubtitles/Core/GUI.cs                     |  531 -------------------
 src/GnomeSubtitles/Core/Global.cs                  |    8 +-
 src/GnomeSubtitles/Core/Menus.cs                   |  551 --------------------
 src/GnomeSubtitles/Core/Search.cs                  |    8 +-
 src/GnomeSubtitles/Core/SpellLanguage.cs           |    2 +-
 src/GnomeSubtitles/Core/SpellLanguages.cs          |    2 +-
 src/GnomeSubtitles/Core/Status.cs                  |   76 ---
 src/GnomeSubtitles/Core/Util.cs                    |    2 +-
 src/GnomeSubtitles/Core/WidgetNames.cs             |  138 -----
 src/GnomeSubtitles/Dialog/AboutDialog.cs           |   82 +++
 src/GnomeSubtitles/Dialog/Dialogs.cs               |   71 +++
 src/GnomeSubtitles/Dialog/EncodingsDialog.cs       |  221 ++++++++
 src/GnomeSubtitles/Dialog/ErrorDialog.cs           |   73 +++
 src/GnomeSubtitles/Dialog/FileOpenDialog.cs        |  270 ++++++++++
 src/GnomeSubtitles/Dialog/FileOpenErrorDialog.cs   |   75 +++
 src/GnomeSubtitles/Dialog/FilePropertiesDialog.cs  |  110 ++++
 src/GnomeSubtitles/Dialog/FileSaveAsDialog.cs      |  318 +++++++++++
 src/GnomeSubtitles/Dialog/FileSaveErrorDialog.cs   |   72 +++
 .../Dialog/FileTranslationOpenDialog.cs            |   40 ++
 src/GnomeSubtitles/Dialog/GladeDialog.cs           |  114 ++++
 src/GnomeSubtitles/Dialog/HeadersDialog.cs         |  274 ++++++++++
 src/GnomeSubtitles/Dialog/PreferencesDialog.cs     |   61 +++
 src/GnomeSubtitles/Dialog/ReportBugWindow.cs       |   81 +++
 .../Dialog/SaveConfirmationDialog.cs               |  150 ++++++
 src/GnomeSubtitles/Dialog/SearchDialog.cs          |  282 ++++++++++
 src/GnomeSubtitles/Dialog/SetLanguageDialog.cs     |  145 +++++
 .../Dialog/SubtitleFileChooserDialog.cs            |  191 +++++++
 .../Dialog/SubtitleFileOpenErrorDialog.cs          |   56 ++
 src/GnomeSubtitles/Dialog/TimingsAdjustDialog.cs   |  151 ++++++
 src/GnomeSubtitles/Dialog/TimingsShiftDialog.cs    |  149 ++++++
 src/GnomeSubtitles/Dialog/VideoErrorDialog.cs      |   43 ++
 .../Dialog/VideoFileOpenErrorDialog.cs             |   41 ++
 src/GnomeSubtitles/Dialog/VideoOpenDialog.cs       |   87 +++
 src/GnomeSubtitles/Dialogs/AboutDialog.cs          |   82 ---
 src/GnomeSubtitles/Dialogs/Dialogs.cs              |   71 ---
 src/GnomeSubtitles/Dialogs/EncodingsDialog.cs      |  221 --------
 src/GnomeSubtitles/Dialogs/ErrorDialog.cs          |   73 ---
 src/GnomeSubtitles/Dialogs/FileOpenDialog.cs       |  270 ----------
 src/GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   75 ---
 src/GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |  110 ----
 src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs     |  318 -----------
 src/GnomeSubtitles/Dialogs/FileSaveErrorDialog.cs  |   72 ---
 .../Dialogs/FileTranslationOpenDialog.cs           |   40 --
 src/GnomeSubtitles/Dialogs/GladeDialog.cs          |  114 ----
 src/GnomeSubtitles/Dialogs/HeadersDialog.cs        |  275 ----------
 src/GnomeSubtitles/Dialogs/PreferencesDialog.cs    |   61 ---
 src/GnomeSubtitles/Dialogs/ReportBugWindow.cs      |   81 ---
 .../Dialogs/SaveConfirmationDialog.cs              |  151 ------
 src/GnomeSubtitles/Dialogs/SearchDialog.cs         |  282 ----------
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs    |  145 -----
 .../Dialogs/SubtitleFileChooserDialog.cs           |  191 -------
 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |   56 --
 src/GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |  151 ------
 src/GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |  149 ------
 src/GnomeSubtitles/Dialogs/VideoErrorDialog.cs     |   43 --
 .../Dialogs/VideoFileOpenErrorDialog.cs            |   41 --
 src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs      |   87 ---
 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 -
 src/GnomeSubtitles/Execution/BugReporter.cs        |    8 +-
 src/GnomeSubtitles/Execution/Executable.cs         |    8 +-
 src/GnomeSubtitles/Execution/Execution.cs          |   21 +-
 src/GnomeSubtitles/SubtitleEdit/SubtitleEdit.cs    |  188 -------
 .../SubtitleEdit/SubtitleEditSpinButtons.cs        |  213 --------
 .../SubtitleEdit/SubtitleEditText.cs               |   59 ---
 .../SubtitleEdit/SubtitleEditTextView.cs           |  459 ----------------
 .../SubtitleEdit/SubtitleEditTranslation.cs        |   60 ---
 .../SubtitleView/CellRendererCenteredText.cs       |   64 ---
 .../SubtitleView/SelectionIntended.cs              |   43 --
 src/GnomeSubtitles/SubtitleView/SelectionType.cs   |   37 --
 .../SubtitleView/SubtitleSelection.cs              |  363 -------------
 src/GnomeSubtitles/SubtitleView/SubtitleView.cs    |  345 ------------
 src/GnomeSubtitles/SubtitleView/Subtitles.cs       |  186 -------
 src/GnomeSubtitles/Ui/MainUi.cs                    |  531 +++++++++++++++++++
 src/GnomeSubtitles/Ui/Menus.cs                     |  551 ++++++++++++++++++++
 src/GnomeSubtitles/Ui/Status.cs                    |   76 +++
 src/GnomeSubtitles/Ui/SubtitleEdit/SubtitleEdit.cs |  188 +++++++
 .../Ui/SubtitleEdit/SubtitleEditSpinButtons.cs     |  213 ++++++++
 .../Ui/SubtitleEdit/SubtitleEditText.cs            |   59 +++
 .../Ui/SubtitleEdit/SubtitleEditTextView.cs        |  459 ++++++++++++++++
 .../Ui/SubtitleEdit/SubtitleEditTranslation.cs     |   60 +++
 .../Ui/SubtitleView/CellRendererCenteredText.cs    |   64 +++
 .../Ui/SubtitleView/SelectionIntended.cs           |   43 ++
 .../Ui/SubtitleView/SelectionType.cs               |   37 ++
 .../Ui/SubtitleView/SubtitleSelection.cs           |  363 +++++++++++++
 src/GnomeSubtitles/Ui/SubtitleView/SubtitleView.cs |  345 ++++++++++++
 src/GnomeSubtitles/Ui/SubtitleView/Subtitles.cs    |  186 +++++++
 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 +
 src/GnomeSubtitles/Ui/Video/Player.cs              |  243 +++++++++
 .../Ui/Video/PlayerPositionWatcher.cs              |   87 +++
 src/GnomeSubtitles/Ui/Video/Video.cs               |  261 +++++++++
 src/GnomeSubtitles/Ui/Video/VideoFiles.cs          |   62 +++
 src/GnomeSubtitles/Ui/Video/VideoPosition.cs       |  199 +++++++
 src/GnomeSubtitles/Ui/Video/VideoSubtitle.cs       |  131 +++++
 src/GnomeSubtitles/Ui/WidgetNames.cs               |  138 +++++
 src/GnomeSubtitles/Video/Player.cs                 |  243 ---------
 src/GnomeSubtitles/Video/PlayerPositionWatcher.cs  |   87 ---
 src/GnomeSubtitles/Video/Video.cs                  |  261 ---------
 src/GnomeSubtitles/Video/VideoFiles.cs             |   62 ---
 src/GnomeSubtitles/Video/VideoPosition.cs          |  199 -------
 src/GnomeSubtitles/Video/VideoSubtitle.cs          |  130 -----
 156 files changed, 9621 insertions(+), 9588 deletions(-)

commit b77b6b306f156d47d1b3f5b84e794604eed81676
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Jun 11 23:55:33 2008 +0000

    Added mime type association.
    
    svn path=/trunk/; revision=1004

 data/gnome-subtitles.desktop.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5a65f1fccadfd78909cfa1eccd8f65b50ef14f99
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Jun 10 22:32:53 2008 +0000

    Updated Polish translation by Piotr Drąg.
    
    svn path=/trunk/; revision=1003

 po/ChangeLog |    4 +
 po/pl.po     |  743 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 474 insertions(+), 273 deletions(-)

commit a1100d3478b3d674c55addca2db122462c0e92ef
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Jun 10 13:57:21 2008 +0000

    Updated Brazilian Portuguese translation by Henrique Machado.
    
    2008-06-10  Jonh Wendell <jwendell@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation by Henrique Machado.
    
    svn path=/trunk/; revision=1002

 po/ChangeLog |    4 +
 po/pt_BR.po  |  476 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 322 insertions(+), 158 deletions(-)

commit 771dd3ecb503ce64a757807e22328cea954e2d87
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 8 01:04:38 2008 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=1001

 .../Commands/ChangeFrameRateCommand.cs             |    2 +-
 src/GnomeSubtitles/Core/Clipboards.cs              |    3 +-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    2 -
 src/GnomeSubtitles/Core/GUI.cs                     |    4 +-
 src/GnomeSubtitles/Core/Menus.cs                   |    3 +-
 src/GnomeSubtitles/Core/Search.cs                  |    3 +-
 src/GnomeSubtitles/Dialogs/AboutDialog.cs          |    5 +-
 src/GnomeSubtitles/Dialogs/EncodingsDialog.cs      |   11 +--
 src/GnomeSubtitles/Dialogs/FileOpenDialog.cs       |    7 +-
 src/GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |   12 ++--
 src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs     |    6 +-
 src/GnomeSubtitles/Dialogs/HeadersDialog.cs        |   96 ++++++++++----------
 src/GnomeSubtitles/Dialogs/PreferencesDialog.cs    |    4 +-
 src/GnomeSubtitles/Dialogs/ReportBugWindow.cs      |    6 +-
 .../Dialogs/SaveConfirmationDialog.cs              |    2 +-
 src/GnomeSubtitles/Dialogs/SearchDialog.cs         |   47 +++++++---
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs    |    4 +-
 .../Dialogs/SubtitleFileChooserDialog.cs           |    2 +-
 src/GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |   22 +++---
 src/GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |   12 ++--
 20 files changed, 134 insertions(+), 119 deletions(-)

commit 9250827f261825509c46d88b0ec73129fc2f08df
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 8 00:24:14 2008 +0000

    Removed old unused code. Use default scrolling methods.
    
    svn path=/trunk/; revision=1000

 src/GnomeSubtitles/Core/Util.cs                    |   25 +++++-
 .../SubtitleView/SubtitleSelection.cs              |   82 +-------------------
 2 files changed, 24 insertions(+), 83 deletions(-)

commit 20619f37055cf6cb4ffbf7602ba4ea494c8a7d22
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 23:31:06 2008 +0000

    Do not set the toolbar style.
    Set the toolbar buttons as not homogeneous.
    
    svn path=/trunk/; revision=999

 src/Glade/MainWindow.glade |   97 +++++++++++++++++++++++++-------------------
 1 files changed, 55 insertions(+), 42 deletions(-)

commit a279b7b9e89fa86d9077afb4ae341b508f9fc820
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 23:29:41 2008 +0000

    Added German translation (#534748).
    
    svn path=/trunk/; revision=998

 po/de.po | 1122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1122 insertions(+), 0 deletions(-)

commit c63d5e51fab03028d0919e9d6fbf52453ca723c2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 23:27:31 2008 +0000

    CheckResize isn't needed anymore because the dialog renders correctly.
    Code cleanup.
    
    svn path=/trunk/; revision=996

 src/GnomeSubtitles/Dialogs/AboutDialog.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 459dbdec263b6d6d012456fad35b19c429c55a8b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 23:26:44 2008 +0000

    Revert to using Tooltips until gtk# 2.12 is available in all major distributions (use SVN Revision 968 which already has the needed changes to remove Tooltips).
    Do not need to unset the styles because they aren't set in glade anymore.
    
    svn path=/trunk/; revision=995

 src/GnomeSubtitles/Core/Menus.cs |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 504e77e369292ed62967c3da2b725b22ad55d4f5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 22:45:42 2008 +0000

    Do not use Tooltips because it has been deprecated.
    Clear the tooltips when Undo and Redo are not sensitive.
    
    svn path=/trunk/; revision=994

 gnome-subtitles.mdp              |    8 ++++----
 src/GnomeSubtitles/Core/Menus.cs |   26 ++++++++++++++++++++------
 2 files changed, 24 insertions(+), 10 deletions(-)

commit b4d4e1c19f7bb5963753a7847cc64c4f4b2ccebb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 21:54:02 2008 +0000

    Updated the selection labels.
    
    svn path=/trunk/; revision=993

 configure.ac                                     |    2 +-
 src/Glade/TimingsShiftDialog.glade               |   19 ++++++++++++-------
 src/GnomeSubtitles/Dialogs/TimingsShiftDialog.cs |   12 ++++++------
 3 files changed, 19 insertions(+), 14 deletions(-)

commit 926110ec7d567a17fa59227e5be2d22b1f0a7c9e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 21:21:49 2008 +0000

    Fixed bug with Undo/Redo buttons not being updated. This happened when
    opening a file after a new file was created, because CommandManager
    wasn't cleared up.
    
    svn path=/trunk/; revision=992

 src/GnomeSubtitles/Core/GUI.cs    |    8 +++++---
 src/GnomeSubtitles/Core/Global.cs |    5 +++--
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 1b2b9598a150b05aa46733d9ec3905be3110aec1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jun 7 21:20:13 2008 +0000

    Increased undo limit.
    
    svn path=/trunk/; revision=991

 src/GnomeSubtitles/Commands/CommandManager.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4f4879c750c389c87c4715afb771bf6e2f07b882
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jun 1 15:04:36 2008 +0000

    Updating authors.
    
    svn path=/trunk/; revision=990

 AUTHORS |   20 +++++++++++---------
 CREDITS |   31 -------------------------------
 2 files changed, 11 insertions(+), 40 deletions(-)

commit d92046d5a76ef91ed4e921560f8793bcfddc55c3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat May 31 15:06:32 2008 +0000

    Added German translation (#534748).
    
    
    svn path=/trunk/; revision=989

 AUTHORS                     |    1 +
 po/ChangeLog                |    4 ++++
 po/LINGUAS                  |    1 +
 src/Glade/AboutDialog.glade |    3 ++-
 4 files changed, 8 insertions(+), 1 deletions(-)

commit f5251af9a3937b2d39b5b23726d547743c975604
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Fri May 30 23:02:40 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=988

 po/ChangeLog |    4 +
 po/es.po     |  537 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 377 insertions(+), 164 deletions(-)

commit a440abc3bf162ec386aae2b7c5df2c225411fa9d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 28 23:23:40 2008 +0000

    Updated to allow parallel make (#534889).
    
    svn path=/trunk/; revision=987

 README |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

commit 83e471ce89007b010b4eaefa2c865852e68eb36b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 28 23:22:55 2008 +0000

    Updated to allow parallel make.
    
    svn path=/trunk/; revision=986

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9b7285c4cfb666abc474f78469714fa63cc5cf5c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 11 22:31:03 2008 +0000

    Updating for release 0.8.
    
    svn path=/trunk/; revision=985

 NEWS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 67a165770e6b7c2440313e70fef4c471e89f5e22
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 11 17:45:01 2008 +0000

    Updating for release 0.8.
    
    svn path=/trunk/; revision=983

 AUTHORS                                         |    6 +-
 CREDITS                                         |    5 +-
 ChangeLog                                       |  243 ++++++++++++++++++++++-
 NEWS                                            |   32 +++
 README                                          |    8 +-
 configure.ac                                    |    4 +-
 gnome-subtitles.mdp                             |  230 +++++++++++-----------
 gstreamer-playbin-0.2.1/configure.in            |    2 +-
 m4/gnome-doc-utils.m4                           |    4 +
 m4/gtk-doc.m4                                   |   34 +---
 m4/intltool.m4                                  |   14 ++
 po/POTFILES.in                                  |    3 +
 src/Glade/AboutDialog.glade                     |    6 +-
 src/GnomeSubtitles/Execution/gnome-subtitles.in |    3 +
 14 files changed, 436 insertions(+), 158 deletions(-)

commit 62567d2569a2faf5d9c7a0d66e965f8ab7347f3e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 20 00:49:36 2008 +0000

    Removed PKG_CHECK for gstreamer-plugins-base due to compilation warnings.
    
    svn path=/trunk/; revision=982

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 29acdf150fa3c175c9eadaa215443ed8fb3e07f8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 14 22:23:47 2008 +0000

    Do not include SubLib anymore. Reference SubLib using pkg-config.
    
    svn path=/trunk/; revision=981

 Makefile.am     |    9 +--------
 configure.ac    |   31 ++++++-------------------------
 src/Makefile.am |    4 +---
 3 files changed, 8 insertions(+), 36 deletions(-)

commit 25e86bb0f9779fc416452dae0078dacf161e8708
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 5 16:46:55 2008 +0000

    Fixed bug #524765 – Files are installed with wrong permissions (thanks to Julian Sikorski).
    
    svn path=/trunk/; revision=980

 Makefile.am     |    8 ++++----
 src/Makefile.am |    5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

commit c99d2d456dcd2d9fe2f8b18ea9b0431175f42ada
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Mar 30 20:37:29 2008 +0000

    Added fr to DOC_LINGUAS. Added French translation.
    
    2008-03-30  Claude Paroz  <claude@2xlibre.net>
    
    	* help/Makefile.am: Added fr to DOC_LINGUAS.
    	* help/fr/fr.po: Added French translation.
    
    svn path=/trunk/; revision=979

 ChangeLog        |    5 +
 help/Makefile.am |    2 +-
 help/fr/fr.po    |  950 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 956 insertions(+), 1 deletions(-)

commit 6586fedc73e07a1400fa376b7745953a1f3fffb6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 16 18:07:39 2008 +0000

    Updating for version 0.8.
    
    svn path=/trunk/; revision=978

 NEWS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2f2c3058e7e70d87c3021bcf27672079c9753101
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 16 17:53:41 2008 +0000

    Finalized support for Spellcheck.
    Included console prints for debugging.
    
    
    svn path=/trunk/; revision=977

 src/GnomeSubtitles/Core/SpellLanguage.cs           |   33 +++++------
 src/GnomeSubtitles/Core/SpellLanguages.cs          |   65 ++++++++++++-------
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs    |   18 +++---
 .../SubtitleEdit/SubtitleEditText.cs               |    2 +-
 .../SubtitleEdit/SubtitleEditTextView.cs           |   17 +++--
 .../SubtitleEdit/SubtitleEditTranslation.cs        |    2 +-
 6 files changed, 76 insertions(+), 61 deletions(-)

commit 7f9ee2162e66ddcf42e8aecaf564871e6cbcde3a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 16 00:44:04 2008 +0000

    Show languages as "Language (Country)" in the Set Language dialogs.
    
    svn path=/trunk/; revision=976

 gnome-subtitles.mdp                             |    1 +
 src/GnomeSubtitles/Core/SpellLanguage.cs        |  118 +++++++++++++++++++++++
 src/GnomeSubtitles/Core/SpellLanguages.cs       |    4 +-
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs |    4 +-
 4 files changed, 124 insertions(+), 3 deletions(-)

commit f33c818f62b3d9a0e9d49dd2cb934495ba09e9d8
Author: Philip Withnall <pwithnall@svn.gnome.org>
Date:   Sun Mar 9 17:53:05 2008 +0000

    Updated British English translation.
    
    2008-03-09  Philip Withnall  <pwithnall@svn.gnome.org>
    
    	* en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=975

 po/ChangeLog |    4 ++
 po/en_GB.po  |   91 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 53 insertions(+), 42 deletions(-)

commit 9e37f381334b9f859303559fa38adf3c1a720ad9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 9 15:15:28 2008 +0000

    Allow to set a language by double-click.
    
    svn path=/trunk/; revision=974

 src/Glade/SetLanguageDialog.glade               |    1 +
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 8ab187f503a8770502b5f7ddfda37ee4e71b0449
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 9 13:58:35 2008 +0000

    Now uses a config file to set external library versions.
    
    svn path=/trunk/; revision=972

 .../Execution/gnome-subtitles.exe.config           |    4 ++++
 src/Makefile.am                                    |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 366b52a1ac4d7b120c3762331693690fe96af3fb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 9 13:57:43 2008 +0000

    Fixed a bug that happend when setting a language for the first time with spellchecking enabled.
    
    svn path=/trunk/; revision=971

 gnome-subtitles.mdp                                |    1 +
 src/Glade/MainWindow.glade                         |    2 +-
 src/GnomeSubtitles/Core/SpellLanguages.cs          |    6 ++--
 .../SubtitleEdit/SubtitleEditTextView.cs           |   33 +++++++++++++++----
 4 files changed, 31 insertions(+), 11 deletions(-)

commit abd60d9c10af6f2699294713d45384a62882ed82
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 9 13:54:11 2008 +0000

    Removed checks for GtkSpell and LibEnchant as they are not needed during compilation.
    
    svn path=/trunk/; revision=970

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 8b2d6e4df4c5cb27bfac24723cb7ffcb9ef594bd
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Mar 9 05:52:58 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=969

 po/ChangeLog |    4 ++
 po/fi.po     |  118 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 73 insertions(+), 49 deletions(-)

commit 6afa16e5812cd93cfdb292056013e59c24eeae16
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 8 12:27:44 2008 +0000

    Allow to set the language for text and translation separately.
    
    svn path=/trunk/; revision=968

 NEWS                                               |    7 +
 data/gnome-subtitles.schemas                       |   17 ++-
 src/Glade/MainWindow.glade                         |   22 +++-
 src/Glade/SetLanguageDialog.glade                  |    1 -
 src/GnomeSubtitles/Core/Config.cs                  |   14 ++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |    8 +-
 src/GnomeSubtitles/Core/Menus.cs                   |   14 +-
 src/GnomeSubtitles/Core/SpellLanguages.cs          |  138 +++++++++++++-------
 src/GnomeSubtitles/Core/WidgetNames.cs             |    3 +-
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs    |   37 ++++-
 .../SubtitleEdit/SubtitleEditText.cs               |   11 ++-
 .../SubtitleEdit/SubtitleEditTextView.cs           |   26 ++--
 .../SubtitleEdit/SubtitleEditTranslation.cs        |   10 ++-
 13 files changed, 217 insertions(+), 91 deletions(-)

commit 7567813503cc51e464a038df6c37d8f78a6fca92
Author: Philip Withnall <pwithnall@svn.gnome.org>
Date:   Sat Mar 8 11:32:13 2008 +0000

    Added en_GB (British English) translation. Added British English
    
    2008-03-08  Philip Withnall  <pwithnall@svn.gnome.org>
    
    	* LINGUAS: Added en_GB (British English) translation.
    	* en_GB.po: Added British English translation.
    
    
    svn path=/trunk/; revision=967

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/en_GB.po  | 1092 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1098 insertions(+), 0 deletions(-)

commit 8163a93f042073d5753c53b2a01e9868053a2af7
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Mar 8 10:53:46 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=966

 po/oc.po |   95 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 53 insertions(+), 42 deletions(-)

commit 010a6f21f89c56c6ac1094c27166dcb44213e780
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri Mar 7 19:42:30 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=965

 po/ChangeLog |    4 ++
 po/sv.po     |   96 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 58 insertions(+), 42 deletions(-)

commit 7f60c0c4f713c927c5d5e97e8b665ce6ced982e0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 2 12:38:21 2008 +0000

    Added Nazar Kulyk to the contributor list.
    
    svn path=/trunk/; revision=964

 CREDITS |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit 46d96d769debcd19b1560b3042802f5ed6e12968
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 2 02:01:40 2008 +0000

    Fixed a crash that happened when closing the Encoding Selection dialog.
    
    svn path=/trunk/; revision=963

 .../Dialogs/SubtitleFileChooserDialog.cs           |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 2e39c4763ff8e227ceb4f622ebaa87303b50c4b5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 2 01:49:59 2008 +0000

    Updated dependency list.
    
    svn path=/trunk/; revision=962

 README |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit e9f036e561cd2ad34e35d91837220a375bfb9b40
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 2 01:34:10 2008 +0000

    Initial support for spell checking, based on a patch from SchAmane (Bug #462317 – Spellchecker support).
    
    svn path=/trunk/; revision=961

 configure.ac                                       |    2 +
 data/gnome-subtitles.schemas                       |   22 +++
 gnome-subtitles.mdp                                |    3 +
 src/Glade/MainWindow.glade                         |   38 ++++-
 src/Glade/SetLanguageDialog.glade                  |   97 +++++++++++
 src/GnomeSubtitles/Core/Config.cs                  |   24 +++-
 src/GnomeSubtitles/Core/EventHandlers.cs           |   11 ++
 src/GnomeSubtitles/Core/Global.cs                  |    8 +-
 src/GnomeSubtitles/Core/Menus.cs                   |   22 +++
 src/GnomeSubtitles/Core/SpellLanguages.cs          |  180 ++++++++++++++++++++
 src/GnomeSubtitles/Core/WidgetNames.cs             |    4 +
 src/GnomeSubtitles/Dialogs/SetLanguageDialog.cs    |  121 +++++++++++++
 .../SubtitleEdit/SubtitleEditTextView.cs           |   61 ++++++-
 src/Makefile.am                                    |    1 +
 14 files changed, 586 insertions(+), 8 deletions(-)

commit c870b80dcbf564e566c709b5dd824ff883aef5d7
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Feb 27 14:37:30 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=960

 po/oc.po |   41 +++++++++++++++++++++--------------------
 1 files changed, 21 insertions(+), 20 deletions(-)

commit d267770abb9318be857e5f15268caa97cc529cbe
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Feb 23 14:55:13 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=959

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fafa1901cd6ebb082cfe9f24521b333b220f0623
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Feb 23 11:42:26 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=958

 po/ChangeLog |    4 ++
 po/sv.po     |  112 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 67 insertions(+), 49 deletions(-)

commit 5dafff6d4f8eba99a071d839b0b762055708539a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Feb 21 00:27:04 2008 +0000

    Added Portuguese translation by António Lima <amrlima@gmail.com>. Added
    
    2008-02-21  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Added Portuguese translation by António Lima
    	<amrlima@gmail.com>.
    	* LINGUAS: Added Portuguese (pt).
    
    svn path=/trunk/; revision=957

 po/ChangeLog |    6 +
 po/LINGUAS   |    1 +
 po/pt.po     | 1084 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1091 insertions(+), 0 deletions(-)

commit 847afc0cbe6ce0c235fd9cd0b93d4afae719dad2
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Feb 19 21:53:24 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=956

 po/oc.po |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit ea5434720a27b73102ad108c892de0593f42d68f
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Feb 19 06:04:36 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=955

 po/fi.po |  265 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 155 insertions(+), 110 deletions(-)

commit 8fe57cc3c84e3518b2615423b8ddff342611ace9
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Feb 4 13:35:24 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=954

 po/oc.po |   99 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 58 insertions(+), 41 deletions(-)

commit 49ab7ed1d747e7215ccab63509472179a7d3e300
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Fri Feb 1 00:21:01 2008 +0000

    added hebrew translation
    
    svn path=/trunk/; revision=953

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/he.po     | 1065 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1070 insertions(+), 0 deletions(-)

commit e7ee0959f9243a26bb9db4bdb5c60afc4f159757
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Thu Jan 31 01:32:17 2008 +0000

    Updated Catalan documentation by Joan Duran
    
    svn path=/trunk/; revision=952

 ChangeLog     |    4 +
 help/ca/ca.po |  982 +++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 674 insertions(+), 312 deletions(-)

commit 50e0aa4405413e14ac779991c7b74c2c268d1e1b
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Thu Jan 31 01:28:28 2008 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=951

 po/ChangeLog |    4 +
 po/ca.po     |  471 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 330 insertions(+), 145 deletions(-)

commit 4a435e12b59b351f6e0fdbb3a454a0412db084b7
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jan 21 09:25:29 2008 +0000

    Added Spanish translation
    
    svn path=/trunk/; revision=950

 help/Makefile.am |    2 +-
 help/es/es.po    |  796 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 797 insertions(+), 1 deletions(-)

commit 7c4166e92d9c7f62311c7db11a53a3e738f99fbc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Jan 21 01:03:38 2008 +0000

    Added the possibility to select whether to show text or translation in
    the video. Fixes bug #495551.
    
    svn path=/trunk/; revision=949

 src/Glade/MainWindow.glade                |  129 +++++++++++++++++++----------
 src/GnomeSubtitles/Core/EventHandlers.cs  |   15 +++-
 src/GnomeSubtitles/Core/GUI.cs            |   17 ++++-
 src/GnomeSubtitles/Core/Menus.cs          |   69 ++++++++++++----
 src/GnomeSubtitles/Core/WidgetNames.cs    |    4 +-
 src/GnomeSubtitles/Video/Video.cs         |    7 +-
 src/GnomeSubtitles/Video/VideoSubtitle.cs |   20 ++++-
 7 files changed, 192 insertions(+), 69 deletions(-)

commit 06f315ba856ea815a460d8519c4577b62fbb9612
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jan 20 20:13:38 2008 +0000

    Added notes for translators (Fixes bug #510808, thanks to Stephane
    Raimbault).
    
    svn path=/trunk/; revision=948

 src/GnomeSubtitles/Core/Status.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 2474b9389346f206c62eb347731d3f66823b4907
Author: Stéphane Raimbault <stephane.raimbault@gmail.com>
Date:   Sun Jan 20 14:59:48 2008 +0000

    Added French translation by Alexandre Imache and Stéphane Raimbault.
    
    2008-01-20  Stéphane Raimbault  <stephane.raimbault@gmail.com>
    
    	* fr.po: Added French translation by Alexandre Imache and
    	  Stéphane Raimbault.
    	* LINGUAS: Added fr.
    
    svn path=/trunk/; revision=947

 po/ChangeLog |   15 +-
 po/LINGUAS   |    1 +
 po/fr.po     | 1060 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1072 insertions(+), 4 deletions(-)

commit 29a3b0aef15054e67c4075ff7cf9ee37b349eb39
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jan 6 16:36:19 2008 +0000

    Updated for release 0.7.2.
    
    svn path=/trunk/; revision=945

 ChangeLog    |   30 ++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 31 insertions(+), 1 deletions(-)

commit 33e3695de8dcfb26ea5bf91a5b9667b706c772ff
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jan 6 16:31:04 2008 +0000

    Updated for release 0.7.2.
    
    svn path=/trunk/; revision=944

 NEWS |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit a8587be6dad5ad42ce8dbf1287f27de7168bbd7d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jan 6 16:30:51 2008 +0000

    Updated translator credits
    
    svn path=/trunk/; revision=943

 AUTHORS                     |    1 +
 src/Glade/AboutDialog.glade |   10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 674cbf767760b4af2449e3b599fb04ad44e43ce5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jan 6 15:40:00 2008 +0000

    Added "force" flag so copy succeeds when the targets already exist.
    
    svn path=/trunk/; revision=942

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ee2ad609e2be6c38de5e095dd1eff415b2c1f015
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Dec 31 21:18:19 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=941

 help/oc/oc.po |    6 +-
 po/ChangeLog  |    5 +-
 po/oc.po      |  438 ++++++++++++++++++++++++++++++++++++++-------------------
 3 files changed, 297 insertions(+), 152 deletions(-)

commit 3fc0d22a96d6326badcc86e363ceba7886ad4d6c
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Dec 26 17:10:57 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=940

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/ar.po     | 1129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1135 insertions(+), 0 deletions(-)

commit 9877ff1339177c858c915fceba58d99489c5d598
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 18 22:31:15 2007 +0000

    Fixed some compilation warnings.
    
    svn path=/trunk/; revision=939

 gstreamer-playbin-0.2.1/src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 197415be6cd2d8392a190e1cfd5dc67291a04721
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 15 21:44:17 2007 +0000

    Updated for release 0.7.1.
    
    svn path=/trunk/; revision=937

 NEWS |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d3060d193f5ab6b6add54eb57ee815632bfd3663
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 15 21:43:11 2007 +0000

    Set LD_LIBRARY_PATH, fixes #503049.
    
    svn path=/trunk/; revision=936

 src/GnomeSubtitles/Execution/gnome-subtitles.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6de3faac0c87aa528f3da2c9f5315901894acb5f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 15 21:22:57 2007 +0000

    Updating for release 0.7.1.
    
    svn path=/trunk/; revision=935

 AUTHORS                                           |    2 +-
 CREDITS                                           |    3 +-
 ChangeLog                                         |  103 +++++++++++++++++++++
 NEWS                                              |   20 ++++
 configure.ac                                      |    2 +-
 src/GnomeSubtitles/Video/PlayerPositionWatcher.cs |   87 +++++++++++++++++
 6 files changed, 213 insertions(+), 4 deletions(-)

commit 07c611a4a558602baf40ae4c92b3c578d886e572
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Dec 10 22:13:50 2007 +0000

    Don't use Player to get the FrameRate and Length if it hasn't been
    initialized yet (it was being used unnecessarily). (Related to bug
    500264)
    
    svn path=/trunk/; revision=934

 src/GnomeSubtitles/Video/Player.cs        |   30 +++++++++++++++++-----------
 src/GnomeSubtitles/Video/VideoPosition.cs |    7 +++--
 2 files changed, 22 insertions(+), 15 deletions(-)

commit d984d2061346ebe5852ed7b1f09e8d4a8ca9bf06
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 8 23:00:52 2007 +0000

    Stop the player position watcher when closing the player (related to bug
    #500264).
    Code cleanup.
    
    svn path=/trunk/; revision=933

 src/GnomeSubtitles/Video/Player.cs |    3 ++-
 src/GnomeSubtitles/Video/Video.cs  |    5 -----
 2 files changed, 2 insertions(+), 6 deletions(-)

commit de727513c8b76199af65c121e9432bd15ec02781
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 8 21:35:39 2007 +0000

    Updated m4 files.
    
    svn path=/trunk/; revision=932

 m4/gtk-doc.m4  |   24 ++++++++++++------------
 m4/intltool.m4 |   25 +++++++++----------------
 2 files changed, 21 insertions(+), 28 deletions(-)

commit e2c975f7dbcb43b25bc1bd2179bb8a48e6c62b7c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 8 21:34:49 2007 +0000

    Updated project files.
    
    svn path=/trunk/; revision=931

 gnome-subtitles.mdp |    4 ++--
 gnome-subtitles.mds |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e92a40bf58d0466d64c4b024a6e35e323b70ab40
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 8 21:33:13 2007 +0000

    Do not start the video position watcher until the video open operation
    has been totally completed. Hopefully fixes bug #500264 (waiting for
    reporter feedback).
    
    svn path=/trunk/; revision=930

 src/GnomeSubtitles/Video/Player.cs             |   15 +++-
 src/GnomeSubtitles/Video/PlayerTimesWatcher.cs |  104 ------------------------
 2 files changed, 10 insertions(+), 109 deletions(-)

commit 55a50faba30d8a77263feccbca229fab1f403001
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 8 21:30:49 2007 +0000

    Use $libdir in order to work on 64bit machines (which have libraries
    on /usr/lib64). Hopefully fixes bug #487842 (waiting for reporter
    feedback).
    
    svn path=/trunk/; revision=929

 src/GnomeSubtitles/Execution/gnome-subtitles.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 907a4ebe7c0f4f565df7b25b35181abba0d44bfa
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 4 22:23:27 2007 +0000

    Fixed small bug in .SH NAME, thanks to Tiago Vaz.
    
    svn path=/trunk/; revision=928

 data/gnome-subtitles.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fa7df199173605ae283664392471c4b214d4e1b9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 4 21:59:53 2007 +0000

    Updated dependency list.
    
    svn path=/trunk/; revision=927

 README |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1c65414325b24c06d28e323f865207eb6fc37d35
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 4 21:59:12 2007 +0000

    Fixed bug with compilation failing on 64 bit architectures.
    
    svn path=/trunk/; revision=926

 gstreamer-playbin-0.2.1/src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2064f06299a2387ff9b126c28418c439ac257dec
Author: Cristina Yenyxe González García <cyenyxe@src.gnome.org>
Date:   Wed Nov 28 21:59:09 2007 +0000

    I have been restored as a maintainer.
    
    svn path=/trunk/; revision=925

 MAINTAINERS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 16bfcbfa806af5e7c31c3e845e8c290166d3e5e0
Author: Olav Vitters <ovitters@src.gnome.org>
Date:   Sun Nov 25 23:49:44 2007 +0000

    Fix MAINTAINERS. Remove persons who apparently commit so sparingly that the userid is unknown.
    
    svn path=/trunk/; revision=924

 MAINTAINERS |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 0e85065d895b388a203a443855a194963ca1185b
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Nov 20 20:43:01 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=923

 help/oc/oc.po |   40 ++++++++--------
 po/oc.po      |  147 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 95 insertions(+), 92 deletions(-)

commit b49c9a4439de78dae0e7c9cd181f94bfcefc1434
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 18 21:57:47 2007 +0000

    Added checks for gstreamer-plugins-base.
    
    svn path=/trunk/; revision=922

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b18e01d5e4ea4a511625ec9da9a2daf1680696d6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 14 17:08:30 2007 +0000

    Added Occitan translator.
    
    svn path=/trunk/; revision=919

 NEWS                        |    5 +++--
 src/Glade/AboutDialog.glade |    1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 8fd1c3c646dec8262a69e47329f29603cc32faf7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 14 17:08:08 2007 +0000

    Added Occitan translator.
    
    svn path=/trunk/; revision=918

 AUTHORS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 76ae3e5ef1c0e7bcf3d16f3e6576f4ea17580719
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 14 16:42:18 2007 +0000

    Removed unnecessary console prints.
    
    svn path=/trunk/; revision=915

 src/GnomeSubtitles/Video/Player.cs |    5 ++---
 src/GnomeSubtitles/Video/Video.cs  |    1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 37299016f1b3bb84c030574c2911dadec503c93e
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Oct 14 12:58:55 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=914

 help/Makefile.am |    2 +-
 help/oc/oc.po    |  922 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/LINGUAS       |    1 +
 po/oc.po         |  904 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1828 insertions(+), 1 deletions(-)

commit 1e7cb68f1be4241ab6a7d644bd5e5f37419c7a9b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 12 22:29:43 2007 +0000

    Updating for the 0.7 release.
    
    svn path=/trunk/; revision=913

 ChangeLog |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS      |    6 ++--
 2 files changed, 65 insertions(+), 3 deletions(-)

commit 3c98f600ad8b92612a77e27ef1cd556ef1835b89
Author: Cristina Yenyxe González García <cyenyxe@src.gnome.org>
Date:   Tue Oct 9 21:47:46 2007 +0000

    Goran Sterjov added to the list of acknowledgements.
    
    svn path=/trunk/; revision=911

 NEWS |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit bd270dae9184b710a4379c5dc2896bcb86b9ccda
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Oct 9 19:58:19 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=910

 po/ChangeLog |    4 +
 po/sv.po     |  190 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 113 insertions(+), 81 deletions(-)

commit 7d138560a23ce6eb40c52323313ca53a702877a9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 8 22:57:07 2007 +0000

    Added glade file for the about dialog as it contains translatable
    strings.
    
    svn path=/trunk/; revision=909

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 73df602a4f957fda45555d2d2cbcdcdfd8033a54
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 7 02:11:59 2007 +0000

    Updated NEWS file for release 0.7.
    
    svn path=/trunk/; revision=908

 NEWS |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

commit eea3c81de143db60b0887dc17bae4c9c7a90af91
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 7 02:10:05 2007 +0000

    Updated translator list.
    
    svn path=/trunk/; revision=907

 AUTHORS |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0ebfb947f0421df9ec90c148793f7f3cf0a8b110
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 7 02:09:41 2007 +0000

    Updated translator list.
    
    svn path=/trunk/; revision=906

 src/Glade/AboutDialog.glade |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit b3ee90c19dd4a62df9ee0967a9a0b879d1fdb41a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 7 01:53:14 2007 +0000

    Added Polish translation by Tomasz Sałaciński. Fixes 484231 – pl_PL (Polish) translation and issues.
    
    svn path=/trunk/; revision=905

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/pl.po     |  938 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 944 insertions(+), 0 deletions(-)

commit 8c00b4be893f848eb897e37d7b05c474e112e3f3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 7 01:49:35 2007 +0000

    Adding Cristina to the Author list.
    
    svn path=/trunk/; revision=904

 src/Glade/AboutDialog.glade |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 9629d8303f2b5684f1bd71793acdf8cd5b504634
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 7 01:42:46 2007 +0000

    Added new translation strings (some were marked as untranslatable in
    Glade).
    
    svn path=/trunk/; revision=903

 gnome-subtitles.mdp                 |    2 +-
 gnome-subtitles.mds                 |    2 +-
 src/Glade/AboutDialog.glade         |    6 +++---
 src/Glade/FileOpenDialog.glade      |    2 +-
 src/Glade/FileSaveAsDialog.glade    |    2 +-
 src/Glade/HeadersDialog.glade       |    2 +-
 src/Glade/MainWindow.glade          |    8 ++++----
 src/Glade/SearchDialog.glade        |    2 +-
 src/Glade/TimingsAdjustDialog.glade |    2 +-
 src/Glade/TimingsShiftDialog.glade  |    2 +-
 10 files changed, 15 insertions(+), 15 deletions(-)

commit bb2ee8840e6f6c1277fe56fc4df8e954f373886e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 6 10:19:03 2007 +0000

    Minor update.
    
    svn path=/trunk/; revision=902

 AUTHORS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d4eec8d76e84df2e6c480e2619bbf98d83d020dc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 28 23:23:00 2007 +0000

    Updating to prepare for release 0.7, using Cristina's input.
    
    svn path=/trunk/; revision=901

 AUTHORS     |    9 ++
 ChangeLog   |  279 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 MAINTAINERS |    5 +-
 NEWS        |   39 ++++++++
 README      |   29 ++++---
 5 files changed, 344 insertions(+), 17 deletions(-)

commit 1c6e115060ca512561384f60eb7ff0d7e97f4225
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 28 22:22:24 2007 +0000

    Removed Encoding key and Application categories, to comply with the
    FreeDesktop standards.
    
    svn path=/trunk/; revision=900

 data/gnome-subtitles.desktop.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 2481c420d69f20d6a565ce4edc8ce3e6735357c4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 22 00:25:28 2007 +0000

    Do not install libraries generated for gstreamer-playbin bindings outside the gnome-subtitles install dir.
    
    svn path=/trunk/; revision=898

 Makefile.am                             |    2 +-
 gstreamer-playbin-0.2.1/src/Makefile.am |   24 +++++-------------------
 2 files changed, 6 insertions(+), 20 deletions(-)

commit f4b569d265f7ede3898ca791c4bbcee924e5549d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 22 00:24:48 2007 +0000

    Updated version for the next release, to come.
    
    svn path=/trunk/; revision=897

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d9a133fe3cc4800290dbdbcceebaa5674c3577c0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 22 00:24:12 2007 +0000

    Updated to match new header system implemented in SubLib, thanks to Cristina Yenyxe.
    
    svn path=/trunk/; revision=896

 src/GnomeSubtitles/Dialogs/HeadersDialog.cs |   66 +++++++++------------------
 1 files changed, 21 insertions(+), 45 deletions(-)

commit da355968a216e74968148af0b4fcd3e55b1a5ba8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 22 00:23:55 2007 +0000

    Updating to follow GNOME rules at http://live.gnome.org/MaintainersCorner#maintainers .
    
    svn path=/trunk/; revision=895

 MAINTAINERS |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 5c893c2c4f9ee4199f7cc7c402f20aa4e0086dec
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Sep 3 16:50:38 2007 +0000

    Added Finnish translation
    
    svn path=/trunk/; revision=894

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/fi.po     | 1040 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1045 insertions(+), 0 deletions(-)

commit 9d0045f0ee1c4ce9a3d71384d80cc4d7316fa8a7
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Aug 20 14:58:31 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=893

 po/ChangeLog |    4 ++
 po/sv.po     |  169 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 103 insertions(+), 70 deletions(-)

commit 67cd72b96a8bdd4a0de164e50e75417480c5ac0a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 20 02:47:21 2007 +0000

    Added support for the Karaoke Lyrics LRC and VKT headers in the Headers dialog, by Cristina Yenyxe.
    
    svn path=/trunk/; revision=892

 src/Glade/HeadersDialog.glade               | 1173 +++++++++++++++++----------
 src/GnomeSubtitles/Dialogs/HeadersDialog.cs |   63 ++-
 2 files changed, 815 insertions(+), 421 deletions(-)

commit de78149cef652c7120c017a3985ef10a166875d4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:28:02 2007 +0000

    Use the Uri class instead of a path string when handling the video location. (Should do this for subtitle files too.)
    
    svn path=/trunk/; revision=891

 src/GnomeSubtitles/Core/GUI.cs                     |    4 +++-
 src/GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    5 +++++
 .../Dialogs/VideoFileOpenErrorDialog.cs            |    2 +-
 src/GnomeSubtitles/Video/Player.cs                 |    4 ++--
 src/GnomeSubtitles/Video/Video.cs                  |    2 +-
 5 files changed, 12 insertions(+), 5 deletions(-)

commit 8c07e3518401776844f6e15b9d72988f01301b18
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:27:22 2007 +0000

    Added a new translation string.
    
    svn path=/trunk/; revision=890

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2ab35595c9146440d233a9d2c7241a9bd7c5ffb5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:08:52 2007 +0000

    Updated project files.
    
    svn path=/trunk/; revision=889

 gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4e8456e5877f75aa67cd38a8be04079dffe24f9d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:08:31 2007 +0000

    Catch errors found during video playback and report them to the user.
    
    svn path=/trunk/; revision=888

 src/GnomeSubtitles/Video/Video.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 91ad14c48c24595d93502e14858c6e7d67707f43
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:08:04 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=887

 src/GnomeSubtitles/Video/PlayerTimesWatcher.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1cb08604b5215e1c43ab4f372caddc6121734724
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:07:50 2007 +0000

    Check for errors while loading the playbin. In that case, report a message to the user, otherwise wait for video information to be ready, and then return.
    
    svn path=/trunk/; revision=886

 src/GnomeSubtitles/Video/Player.cs |   99 +++++++++++++++++++++++++-----------
 1 files changed, 69 insertions(+), 30 deletions(-)

commit cf1fbd668f3c31f1cd9389c9b74f8abadb0cea85
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:05:08 2007 +0000

    Dialog to report errors found during video playback.
    
    svn path=/trunk/; revision=885

 src/GnomeSubtitles/Dialogs/VideoErrorDialog.cs |   43 ++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

commit c6a9eb1c83e3ce53143b2f0f2fc69f6b552a47c8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:04:40 2007 +0000

    Added a contructor which allows to specify the primary and secondary text.
    
    svn path=/trunk/; revision=884

 src/GnomeSubtitles/Dialogs/ErrorDialog.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit b707988a3cd6c3697cd490fe15fc3b47eaf7a126
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:03:36 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=883

 gstreamer-playbin-0.2.1/src/main.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit a7a1b188835564f2f5214ede0d2720f9fc8f8860
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Aug 19 04:03:07 2007 +0000

    Updated list of contributors.
    
    svn path=/trunk/; revision=882

 CREDITS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 0d4fec6d29892ad40b4df7a68ccae7b982e169b0
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Thu Aug 16 16:19:16 2007 +0000

    Added Brazilian Portuguese translation
    
    svn path=/trunk/; revision=881

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/pt_BR.po  |  983 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 989 insertions(+), 0 deletions(-)

commit e970579e70bb3d530bc344ddf6544a3c36435051
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 19:25:52 2007 +0000

    Show video files with the OGG extension, in the Open File and Open Video
    dialogs. Fixes Bug 466342 – Missing ogg file in open video dialog
    (thanks to Miguel Filho).
    
    svn path=/trunk/; revision=880

 src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs |    2 +-
 src/GnomeSubtitles/Video/VideoFiles.cs        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f4c0aff7598794939a8797928f1e8f4cd4eac44b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 16:16:46 2007 +0000

    Set the playbin status to Paused so getting the video information works.
    
    svn path=/trunk/; revision=879

 gstreamer-playbin-0.2.1/src/main.c |   88 +++++++++++++++++++++++++++++++++---
 1 files changed, 82 insertions(+), 6 deletions(-)

commit f53d848779ca825675f6bdaa669aac3db36eda85
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 16:07:14 2007 +0000

    Set the playbin status to Paused so getting the video information works.
    
    svn path=/trunk/; revision=877

 gstreamer-playbin-0.2.1/src/Engine.cs |    3 ++-
 gstreamer-playbin-0.2.1/src/main.c    |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 0f557457d44faa7fd41a44bf656ad135b38a1d3f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 15:49:03 2007 +0000

    Removing unneeded files.
    
    svn path=/trunk/; revision=876

 gstreamer-playbin-0.2.1/src/Makefile.in |  524 -------------------------------
 1 files changed, 0 insertions(+), 524 deletions(-)

commit 2052654a8721d9f54571cbfd86c2804dceede882
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 15:45:28 2007 +0000

    Removing unneeded files.
    
    svn path=/trunk/; revision=873

 gstreamer-playbin-0.2.1/Makefile.in     |  610 -
 gstreamer-playbin-0.2.1/aclocal.m4      | 7505 -----------
 gstreamer-playbin-0.2.1/configure       |21071 -------------------------------
 gstreamer-playbin-0.2.1/depcomp         |  584 -
 gstreamer-playbin-0.2.1/install-sh      |  507 -
 gstreamer-playbin-0.2.1/ltmain.sh       | 6971 ----------
 gstreamer-playbin-0.2.1/missing         |  367 -
 gstreamer-playbin-0.2.1/src/Makefile.in |  524 +
 8 files changed, 524 insertions(+), 37615 deletions(-)

commit 54b958db4426e991662757a517a23f076f27c802
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 15:41:08 2007 +0000

    Removing unneeded files.
    
    svn path=/trunk/; revision=872

 gstreamer-playbin-0.2.1/src/Makefile.in |  531 -------------------------------
 1 files changed, 0 insertions(+), 531 deletions(-)

commit 443795c4f84574f66deb744529b49b27357eec21
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 15:37:38 2007 +0000

    Removing unneeded files.
    
    svn path=/trunk/; revision=871

 gstreamer-playbin-0.2.1/config.guess | 1519 -------------------------------
 gstreamer-playbin-0.2.1/config.sub   | 1626 ----------------------------------
 2 files changed, 0 insertions(+), 3145 deletions(-)

commit ec916d9470a0387be67581fc4c19366b9517c8f8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 15:34:35 2007 +0000

    Adding necessary files.
    
    svn path=/trunk/; revision=870

 gstreamer-playbin-0.2.1/COPYING   |  340 +++++++++++++++++++++++++++++++++++++
 gstreamer-playbin-0.2.1/INSTALL   |  236 +++++++++++++++++++++++++
 2 files changed, 576 insertions(+), 0 deletions(-)

commit 58021d98607ac56785d5f0fe14717c09cfcbc0b6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 15:05:21 2007 +0000

    Added GStreamer support using GStreamer-Playbin by the Dissent project (Still need to fixe some small things like asynchronous error handling).
    Fixes the following bugs:
    #363412 – Integration with GStreamer For Video Previewing
    #457760 – control buttons do not work when movie ends (thanks to Luciano A. Ferrer)
    #465233 – Crash on Video Rewind
    #457150 – Crash when toggling Play/Pause (thanks to Mario Señoranis)
    
    svn path=/trunk/; revision=869

 gstreamer-playbin-0.2.1/Makefile.am                |    1 +
 gstreamer-playbin-0.2.1/Makefile.in                |  610 +
 gstreamer-playbin-0.2.1/README                     |   41 +
 gstreamer-playbin-0.2.1/aclocal.m4                 | 7505 +++++++
 gstreamer-playbin-0.2.1/config.guess               | 1519 ++
 gstreamer-playbin-0.2.1/config.sub                 | 1626 ++
 gstreamer-playbin-0.2.1/configure                  |21071 ++++++++++++++++++++
 gstreamer-playbin-0.2.1/configure.in               |   50 +
 gstreamer-playbin-0.2.1/depcomp                    |  584 +
 gstreamer-playbin-0.2.1/install-sh                 |  507 +
 gstreamer-playbin-0.2.1/ltmain.sh                  | 6971 +++++++
 gstreamer-playbin-0.2.1/missing                    |  367 +
 gstreamer-playbin-0.2.1/src/AssemblyInfo.cs        |   33 +
 gstreamer-playbin-0.2.1/src/Engine.cs              |  450 +
 gstreamer-playbin-0.2.1/src/Makefile.am            |   30 +
 gstreamer-playbin-0.2.1/src/Makefile.in            |  531 +
 .../src/gstreamerplaybinwrapper.pc.in              |    6 +
 gstreamer-playbin-0.2.1/src/main.c                 |  231 +
 18 files changed, 42133 insertions(+), 0 deletions(-)

commit 1094a38808d28fde671b46db163bc30f0f2141d4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:54:03 2007 +0000

    Added GStreamer support using GStreamer-Playbin by the Dissent project (Still need to fixe some small things like asynchronous error handling).
    Fixes the following bugs:
    #363412 – Integration with GStreamer For Video Previewing
    #457760 – control buttons do not work when movie ends (thanks to Luciano A. Ferrer)
    #465233 – Crash on Video Rewind
    #457150 – Crash when toggling Play/Pause (thanks to Mario Señoranis)
    
    svn path=/trunk/; revision=868

 src/GnomeSubtitles/Video/Player.cs                |  348 ++++++---------------
 src/GnomeSubtitles/Video/PlayerPositionWatcher.cs |  154 ---------
 src/GnomeSubtitles/Video/PlayerTimesWatcher.cs    |  103 ++++++
 src/GnomeSubtitles/Video/Video.cs                 |   86 +++--
 src/GnomeSubtitles/Video/VideoPosition.cs         |   45 ++--
 src/GnomeSubtitles/Video/VideoSubtitle.cs         |   18 +-
 6 files changed, 291 insertions(+), 463 deletions(-)

commit 65e41bd5d9a96016764badf3567348dc0a20ed78
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:43:58 2007 +0000

    Added GStreamer support using GStreamer-Playbin by the Dissent project.
    
    svn path=/trunk/; revision=867

 src/GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    2 +-
 .../Dialogs/VideoFileOpenErrorDialog.cs            |    4 +---
 src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs      |   10 +++++-----
 3 files changed, 7 insertions(+), 9 deletions(-)

commit 274098a50caa6ce5c5dcb939a26815dfd607b4f1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:43:30 2007 +0000

    Added GStreamer support using GStreamer-Playbin by the Dissent project.
    
    svn path=/trunk/; revision=866

 src/GnomeSubtitles/Core/EventHandlers.cs |   17 ++++-------------
 src/GnomeSubtitles/Core/Util.cs          |    2 +-
 2 files changed, 5 insertions(+), 14 deletions(-)

commit d61ec78d15876aa73bbb6ccace0d72ca58ec869e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:43:01 2007 +0000

    Use video URI instead of filenam.
    Fixed Bug 456535 – Unable to use the Cyrillic CP1251 encoding (thanks to Danail Nedyalkov).
    
    svn path=/trunk/; revision=865

 src/GnomeSubtitles/Core/GUI.cs |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

commit 1e5e70cdaf615928cf3c686986fbe43436621e80
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:40:53 2007 +0000

    Added keyboard shortcuts for the video operations. Fixes bug #436746 - More keyboard shortcuts.
    
    svn path=/trunk/; revision=864

 src/Glade/MainWindow.glade |   79 ++++++++++++++++++++++++--------------------
 1 files changed, 43 insertions(+), 36 deletions(-)

commit 4433003672e5f87a2a4a2d8b7567e1f7eec8658a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:36:14 2007 +0000

    Moved to the GNOME wiki: http://live.gnome.org/GnomeSubtitles/TODO
    
    svn path=/trunk/; revision=863

 TODO |   58 ----------------------------------------------------------
 1 files changed, 0 insertions(+), 58 deletions(-)

commit ce5b2de5f97954d882354ac007a3409182cb308b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 13 14:35:15 2007 +0000

    Added GStreamer support using GStreamer-Playbin by the Dissent project.
    
    svn path=/trunk/; revision=862

 Makefile.am         |    7 ++++++-
 configure.ac        |   37 ++++++++++++++++++++++++++++++++++++-
 gnome-subtitles.mdp |   37 ++++++++++++++++++-------------------
 gnome-subtitles.mds |    2 +-
 src/Makefile.am     |    2 ++
 5 files changed, 63 insertions(+), 22 deletions(-)

commit 405bad309082143dcb97760757a9da1173778432
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Aug 4 00:54:29 2007 +0000

    Reverting accidental commit on m4 files
    
    svn path=/trunk/; revision=861

 m4/gtk-doc.m4  |   50 +++++++++++++++++++++++++++++++++-----------------
 m4/intltool.m4 |    8 +++-----
 2 files changed, 36 insertions(+), 22 deletions(-)

commit 9e9815d964b970fb86a4ba15719e7d40d004d8b8
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Aug 4 00:33:10 2007 +0000

    Added Greek translation by Nick Agianniotis
    
    svn path=/trunk/; revision=860

 ChangeLog        |    9 +
 help/Makefile.am |    2 +-
 m4/gtk-doc.m4    |   50 +--
 m4/intltool.m4   |    8 +-
 po/ChangeLog     |    5 +
 po/LINGUAS       |    1 +
 po/el.po         | 1007 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 1045 insertions(+), 37 deletions(-)

commit 4c8238b635ad3dda3e4aa89bfdeb9476e9144b25
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Wed Jul 25 00:09:19 2007 +0000

    Added Greek translation by Nick Agianniotis <nickagian@gmail.com>
    
    svn path=/trunk/; revision=858

 help/el/el.po |  754 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 754 insertions(+), 0 deletions(-)

commit 3c8459b6f51643dba750d96f041c926e26c73a00
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Jul 11 23:02:27 2007 +0000

    Fixed bug with Global.document being set when errors occured while opening a file.
    (Bug #455923 – Crash when opening a video after an unsuccessful file open)
    
    svn path=/trunk/; revision=857

 src/GnomeSubtitles/Core/Document.cs           |   76 ++++++++++++-------------
 src/GnomeSubtitles/Core/Global.cs             |   14 +++-
 src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs |    2 +-
 3 files changed, 48 insertions(+), 44 deletions(-)

commit 9c58b8f65b0beda366e3ea4469d09bfe18f7652f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Jul 11 22:59:34 2007 +0000

    Changed for release 0.6.
    
    svn path=/trunk/; revision=854

 AUTHORS      |   10 +
 ChangeLog    | 4169 +++++++++++++++++++++++++++++++++++++++-------------------
 NEWS         |   33 +
 README       |    5 +-
 TODO         |    3 +
 configure.ac |    2 +-
 6 files changed, 2875 insertions(+), 1347 deletions(-)

commit 681136600ef6366201399dc963a12a8b08750591
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Jul 4 23:16:42 2007 +0000

    Require intltool 0.35.
    
    svn path=/trunk/; revision=851

 autogen.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b5c29e9ba147e1f03ae09233b116f9d17f6e4719
Author: Jordi Mas <jmas@softcatala.org>
Date:   Mon Jul 2 17:52:14 2007 +0000

    Catalan doc translation by Joan Duran Added Catalan language
    
    2007-07-02  Jordi Mas <jmas@softcatala.org>
    
    	* help/ca/ca.po: Catalan doc translation by Joan Duran
    	* src/Makefile.am: Added Catalan language
    
    
    svn path=/trunk/; revision=850

 ChangeLog        |    5 +
 help/Makefile.am |    2 +-
 help/ca/ca.po    |  750 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 756 insertions(+), 1 deletions(-)

commit 5eeabb8c0aac3c1952afc595790b778c6d671342
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Fri Jun 29 04:07:40 2007 +0000

    Updated dzongkha translation
    
    svn path=/trunk/; revision=849

 po/ChangeLog |    4 ++++
 po/dz.po     |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit e6815bf6d95a99a3ac8c236cfc04f003a8d60e47
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Jun 27 20:12:58 2007 +0000

    Added Spanish translation
    
    svn path=/trunk/; revision=848

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/es.po     |  922 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 928 insertions(+), 0 deletions(-)

commit 19bd730eee12a32fbb56480489fda54bcda54756
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Jun 23 17:54:28 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=847

 po/ChangeLog |    4 +
 po/sv.po     |  317 +++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 210 insertions(+), 111 deletions(-)

commit 7c1282f54338693134e45759e8101e71db718a0e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 22 13:34:40 2007 +0000

    Updated with a new TODO item.
    
    svn path=/trunk/; revision=846

 TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 09a56806f4258878f2444ce3f52cb988e339626d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 22 13:32:37 2007 +0000

    Cleaned up fixed items.
    
    svn path=/trunk/; revision=845

 TODO |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 00f903454e6f0c24c436dba821380e8a3003c23d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 22 13:32:18 2007 +0000

    Fixed bug with the file modification status not being cleared when opening a file.
    
    svn path=/trunk/; revision=844

 src/GnomeSubtitles/Core/Document.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit cb24103f4c36e9fcdf86688bcfc7752c98e79006
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 22 12:57:17 2007 +0000

    Fixed menu underlines and accelerators.
    
    svn path=/trunk/; revision=843

 src/Glade/MainWindow.glade |   83 +++++++++++++++++++++++++++++++++----------
 1 files changed, 63 insertions(+), 20 deletions(-)

commit 3ba8619444cf69ec2526a369955864421183dec2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:36:51 2007 +0000

    Updated directory structure.
    
    svn path=/trunk/; revision=842

 src/GnomeSubtitles/Core/Dialogs.cs |   59 ------------------------------------
 1 files changed, 0 insertions(+), 59 deletions(-)

commit 121d83a191c48a63f348b87ccdc60e78e9103427
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:35:46 2007 +0000

    Updated directory structure.
    
    svn path=/trunk/; revision=841

 src/GnomeSubtitles/Core/SubtitleEdit.cs |  431 -------------------------------
 1 files changed, 0 insertions(+), 431 deletions(-)

commit 542052fa21f801219ef5d3306bc27842e1a4042c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:35:16 2007 +0000

    Added translation-related widget names.
    
    svn path=/trunk/; revision=840

 src/GnomeSubtitles/Core/WidgetNames.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit da9bf1425383d47361194b2e46abd897875929da
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:34:24 2007 +0000

    Allow to set the position based on the type of text content (text or translation).
    
    svn path=/trunk/; revision=839

 src/GnomeSubtitles/Core/Status.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 0c712e154d0fd4362bc5d90e268522b51fe1d846
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:33:00 2007 +0000

    Updated for changes in SubLib.
    
    svn path=/trunk/; revision=838

 src/GnomeSubtitles/Core/Search.cs |   86 +++++++++++++++++++------------------
 1 files changed, 44 insertions(+), 42 deletions(-)

commit 9971e726e34ef57aba9514253527d9491c6936a8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:31:46 2007 +0000

    Moved tooltips and Undo/Redo related functionality from EventHandlers.
    Added support for setting the menu items relative to the translation status.
    
    svn path=/trunk/; revision=837

 src/GnomeSubtitles/Core/Menus.cs |   66 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

commit 5d4a18d3e4d539ced2996137f3eb13eb8bab489d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:30:53 2007 +0000

    Added modification checks related to translation. This applies to Close, New and Open, both to translation and text.
    Code cleanup.
    
    svn path=/trunk/; revision=836

 src/GnomeSubtitles/Core/GUI.cs |  218 ++++++++++++++++++++++++++++++++++------
 1 files changed, 185 insertions(+), 33 deletions(-)

commit ba5ea742ba3bdfd8a80850ab831326dffa32e76c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:28:27 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=835

 src/GnomeSubtitles/Core/Global.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 29d1eded89981da7d1b128498afd929ae103c710
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:27:14 2007 +0000

    Added translation support.
    Moved tooltips and Undo/Redo functionality to Menus.
    Moved SubtitleEdit related functionality to SubtitleEdit.
    Code cleanup.
    
    svn path=/trunk/; revision=834

 src/GnomeSubtitles/Core/EventHandlers.cs |  113 ++++++++++--------------------
 1 files changed, 37 insertions(+), 76 deletions(-)

commit 06e32477a8a7dec50ceb4b50addd289cafdc42cd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:25:27 2007 +0000

    Added support for handling translation: new, open, save, saveAs, remove.
    Code cleanup.
    
    svn path=/trunk/; revision=833

 src/GnomeSubtitles/Core/Document.cs |  140 ++++++++++++++++++++++++++++-------
 1 files changed, 114 insertions(+), 26 deletions(-)

commit cac948e24cb1e710f38f85cb8ce27294b3d522c3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:23:33 2007 +0000

    Updated for changes in SubtitleEdit.
    Code cleanup.
    
    svn path=/trunk/; revision=832

 src/GnomeSubtitles/Core/Clipboards.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 408cd3a1bf338d4ca5092ad49dd20335ae6a9d4c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:22:18 2007 +0000

    Used to specialize the inherited abstract class in order to relate it to Text and Translation.
    
    svn path=/trunk/; revision=831

 .../SubtitleEdit/SubtitleEditText.cs               |   52 ++++++++++++++++++++
 .../SubtitleEdit/SubtitleEditTranslation.cs        |   52 ++++++++++++++++++++
 2 files changed, 104 insertions(+), 0 deletions(-)

commit df75d6b103ed9df7e334b6dc471afa2e51f6b8cd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:21:45 2007 +0000

    Class to be inherited to create Text and Translation TextViews.
    Allow to insert and delete text (to be used by the commands)
    Update the status bar with the corresponding text type.
    Use BufferChanged event to set the text on the subtitle (internally).
    Use BufferInsertText and BufferDeleteText to issue Insert and Delete commands.
    The signal connection was moved from EventHandlers.
    
    svn path=/trunk/; revision=830

 .../SubtitleEdit/SubtitleEditTextView.cs           |  380 ++++++++++++++++++++
 1 files changed, 380 insertions(+), 0 deletions(-)

commit f44b4482643947da047327472a3b29236e636565
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:16:05 2007 +0000

    Contains the functionality that was split from SubtitleEdit, related to the spin buttons.
    
    svn path=/trunk/; revision=829

 .../SubtitleEdit/SubtitleEditSpinButtons.cs        |  213 ++++++++++++++++++++
 1 files changed, 213 insertions(+), 0 deletions(-)

commit d0aea09cff5a56b1a9231c76f962fb903ca17746
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:15:04 2007 +0000

    Major refactoring. SpinButtons and the TextViews related to text and translation are now separated.
    
    svn path=/trunk/; revision=828

 src/GnomeSubtitles/SubtitleEdit/SubtitleEdit.cs |  441 +++++------------------
 1 files changed, 99 insertions(+), 342 deletions(-)

commit 0c6546aba0d06e92b0492ca34a2a532b21f79206
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:11:20 2007 +0000

    Moved to the SubtitleEdit dir.
    
    svn path=/trunk/; revision=827

 src/GnomeSubtitles/SubtitleEdit/SubtitleEdit.cs |  431 +++++++++++++++++++++++
 1 files changed, 431 insertions(+), 0 deletions(-)

commit 43fff7415b06a6a6ed4008f989f5cf09a0194bef
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:09:51 2007 +0000

    Allow to add a count of extra subtitles, to be used before importing a translation file.
    
    svn path=/trunk/; revision=826

 src/GnomeSubtitles/SubtitleView/Subtitles.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 596aacf439167f6f598ee16d052aca3b38004cb4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:08:48 2007 +0000

    Added the translation column.
    Update the treeView on changes to the translation document.
    Code cleanup.
    
    svn path=/trunk/; revision=825

 src/GnomeSubtitles/SubtitleView/SubtitleView.cs |   48 +++++++++++++++++------
 1 files changed, 36 insertions(+), 12 deletions(-)

commit ab3b7772db2cda3588ad62b8b6963c659e02bb15
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:05:56 2007 +0000

    Use the type of text when selecting.
    Code cleanup.
    
    svn path=/trunk/; revision=824

 .../SubtitleView/SubtitleSelection.cs              |   16 +++-------------
 1 files changed, 3 insertions(+), 13 deletions(-)

commit 47c1e240fa15991350ba14839b95ef4359ab7a31
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:04:02 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=823

 .../SubtitleView/CellRendererCenteredText.cs       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0737043de3aa5eed15e0e730337d5304d57591b3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:02:39 2007 +0000

    Moved files to SubtitleView dir.
    
    svn path=/trunk/; revision=822

 .../Core/CellRendererCenteredText.cs               |   63 ---
 src/GnomeSubtitles/Core/SelectionIntended.cs       |   43 --
 src/GnomeSubtitles/Core/SelectionType.cs           |   37 --
 src/GnomeSubtitles/Core/SubtitleSelection.cs       |  447 --------------------
 src/GnomeSubtitles/Core/SubtitleView.cs            |  321 --------------
 src/GnomeSubtitles/Core/Subtitles.cs               |  178 --------
 .../SubtitleView/CellRendererCenteredText.cs       |   63 +++
 .../SubtitleView/SelectionIntended.cs              |   43 ++
 src/GnomeSubtitles/SubtitleView/SelectionType.cs   |   37 ++
 .../SubtitleView/SubtitleSelection.cs              |  447 ++++++++++++++++++++
 src/GnomeSubtitles/SubtitleView/SubtitleView.cs    |  321 ++++++++++++++
 src/GnomeSubtitles/SubtitleView/Subtitles.cs       |  178 ++++++++
 12 files changed, 1089 insertions(+), 1089 deletions(-)

commit 312922099e5d254f08c1d5b8c24dedf8cc2da1eb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 21:00:53 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=821

 src/GnomeSubtitles/Video/VideoPosition.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 09079769533c59d2e4c99c309037526e9b357b65
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:58:06 2007 +0000

    Moved files to the Video dir.
    
    svn path=/trunk/; revision=820

 src/GnomeSubtitles/Core/Player.cs                 |  335 ---------------------
 src/GnomeSubtitles/Core/PlayerPositionWatcher.cs  |  154 ----------
 src/GnomeSubtitles/Core/Video.cs                  |  236 ---------------
 src/GnomeSubtitles/Core/VideoFiles.cs             |   62 ----
 src/GnomeSubtitles/Core/VideoPosition.cs          |  197 ------------
 src/GnomeSubtitles/Core/VideoSubtitle.cs          |  114 -------
 src/GnomeSubtitles/Video/Player.cs                |  335 +++++++++++++++++++++
 src/GnomeSubtitles/Video/PlayerPositionWatcher.cs |  154 ++++++++++
 src/GnomeSubtitles/Video/Video.cs                 |  236 +++++++++++++++
 src/GnomeSubtitles/Video/VideoFiles.cs            |   62 ++++
 src/GnomeSubtitles/Video/VideoPosition.cs         |  197 ++++++++++++
 src/GnomeSubtitles/Video/VideoSubtitle.cs         |  114 +++++++
 12 files changed, 1098 insertions(+), 1098 deletions(-)

commit e3b3685d9ae6d77ef69afb9697704af0a24153ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:53:01 2007 +0000

    Use a different way to get the system data dir. This works ok with FreeBSD.
    
    svn path=/trunk/; revision=819

 src/GnomeSubtitles/Execution/Execution.cs |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit 2d8939eb9cc6e59c646fda0dab396dc6c3830aa2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:52:02 2007 +0000

    Updated for changes in Document.
    
    svn path=/trunk/; revision=818

 src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bb5ca991e5e09d6a7c22c65b36d1a953ec52272f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:51:39 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=817

 .../Dialogs/SubtitleFileChooserDialog.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 39a7571372f288921b62c31953ba21b1fb5bc5e1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:51:16 2007 +0000

    Updated for changes related to translation editing.
    
    svn path=/trunk/; revision=816

 src/GnomeSubtitles/Dialogs/SearchDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bc1646ffc1da52c95afedfe50ed008c0497f36f6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:50:41 2007 +0000

    Close the dialog before opening the SaveAs dialog so the error message isn't visible behind.
    Added dialogs related to translation.
    
    svn path=/trunk/; revision=815

 .../Dialogs/SaveConfirmationDialog.cs              |   85 ++++++++++++++++----
 1 files changed, 69 insertions(+), 16 deletions(-)

commit 18d39ccc12f56f1bcd83585e2c59f1e55a3a17a3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:49:15 2007 +0000

    Allow to use the dialog to save text and translation.
    
    svn path=/trunk/; revision=814

 src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |   29 +++++++++++++++++------
 1 files changed, 21 insertions(+), 8 deletions(-)

commit 79eafdc87c6be3c06f417d0f59dbe8bcc3aef47c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:48:00 2007 +0000

    Updated for changes in Document.
    
    svn path=/trunk/; revision=813

 src/GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11bda0751160719cadf7da6925511483f96b6485
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:47:29 2007 +0000

    Added translation opening dialog.
    
    svn path=/trunk/; revision=812

 src/GnomeSubtitles/Dialogs/Dialogs.cs |   71 +++++++++++++++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)

commit 14eae46af0898cbf05e2543247c6b053a6208fb7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:46:58 2007 +0000

    Improved extensibility, allowing to enable or disable video selection.
    
    svn path=/trunk/; revision=811

 src/GnomeSubtitles/Dialogs/FileOpenDialog.cs |   41 +++++++++++++++++++-------
 1 files changed, 30 insertions(+), 11 deletions(-)

commit 5a3ccae4116510acb1684192aec2c0f983fc46fe
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:46:01 2007 +0000

    Dialog for opening a subtitle file.
    
    svn path=/trunk/; revision=810

 .../Dialogs/FileTranslationOpenDialog.cs           |   40 ++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

commit 01e8346ddd11202a164766b63c15ea1c79ae27e2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:44:46 2007 +0000

    Updated for changes in the directory structure.
    
    svn path=/trunk/; revision=809

 gnome-subtitles.mdp |   71 ++++++++++++++++++++++++++++-----------------------
 gnome-subtitles.mds |    1 +
 2 files changed, 40 insertions(+), 32 deletions(-)

commit 02e5f1738d2833ee02047b2f49f63d3866ed2451
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:44:17 2007 +0000

    Improved comments.
    
    svn path=/trunk/; revision=808

 .../Commands/MultipleSelectionCommand.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 91ffbf166f37648955f561fa5f65d564d22a155e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:44:06 2007 +0000

    Improved comments.
    
    svn path=/trunk/; revision=807

 .../Commands/FixedMultipleSelectionCommand.cs      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6530a35c444f4e8f7220b45ec1d6f51a8331f512
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:43:46 2007 +0000

    New commands with improved text insertion. The selection is stored in order to clearly mark it (selecting it) when redoing.
    Grouping is used to group characters that were inserted in sequence. Grouping stops on space characters.
    
    svn path=/trunk/; revision=806

 src/GnomeSubtitles/Commands/InsertTextCommand.cs   |   37 ++++++++
 .../Commands/InsertTextContentCommand.cs           |   94 ++++++++++++++++++++
 .../Commands/InsertTranslationCommand.cs           |   38 ++++++++
 3 files changed, 169 insertions(+), 0 deletions(-)

commit 6ed04e99908367afe3566a42a1cbbacfb899cb71
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:42:42 2007 +0000

    New commands with improved text deletion. The selection is stored in order to clearly mark it (selecting it) when undoing.
    Grouping is used to group characters that were deleted in sequence. Grouping stops on space characters.
    
    svn path=/trunk/; revision=805

 src/GnomeSubtitles/Commands/DeleteTextCommand.cs   |   37 +++++++
 .../Commands/DeleteTextContentCommand.cs           |  109 ++++++++++++++++++++
 .../Commands/DeleteTranslationCommand.cs           |   38 +++++++
 3 files changed, 184 insertions(+), 0 deletions(-)

commit d718a9f142f07340858751c4ac113cef991394b3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:41:13 2007 +0000

    Substituted with the improved text/translation insertion/deletion commands.
    
    svn path=/trunk/; revision=804

 src/GnomeSubtitles/Commands/ChangeTextCommand.cs |   53 ----------------------
 1 files changed, 0 insertions(+), 53 deletions(-)

commit 5efbad861f9836ed1085eafea13da006d2e20e1f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:40:40 2007 +0000

    Allow to set the target of the command.
    Allow to set whether grouping stops in a command.
    Allow to merge a command with another existing command.
    
    svn path=/trunk/; revision=803

 src/GnomeSubtitles/Commands/Command.cs |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

commit 497f59ba3ea737585f476dd6298ebd5655129fed
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:39:25 2007 +0000

    Allow to remove commands with a specified target (e.g., translation).
    Use new Command properties, like the possibility to stop grouping in a given command.
    Code cleanup.
    
    svn path=/trunk/; revision=802

 src/GnomeSubtitles/Commands/CommandManager.cs |  104 +++++++++++++++++++++----
 1 files changed, 87 insertions(+), 17 deletions(-)

commit 2dd10858eda1c8507e78f867040ce5ba7f4f5ae4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:37:19 2007 +0000

    Changed some properties to improve visual appearance.
    
    svn path=/trunk/; revision=801

 src/Glade/FileSaveAsDialog.glade |   77 +++++++++++++++++++------------------
 1 files changed, 40 insertions(+), 37 deletions(-)

commit 8d5fc0380e563fcefc2287485283b25a924ce9c4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:36:59 2007 +0000

    Updated with Glade 3.2.0.
    
    svn path=/trunk/; revision=800

 src/Glade/FileOpenDialog.glade |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

commit b75666cc894f74840790b89d898558cd7ad0ce37
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:36:16 2007 +0000

    Updated with Glade 3.2.0. Added translation menu items. Menu items still need revision.
    
    svn path=/trunk/; revision=799

 src/Glade/MainWindow.glade |  208 +++++++++++++++++++++++++++++++++++++-------
 1 files changed, 177 insertions(+), 31 deletions(-)

commit 5ed9a23556dcbd23afbdeaf1bb12e54de3d839d3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:35:01 2007 +0000

    Updated for changes in the directory structure.
    
    svn path=/trunk/; revision=798

 .../Freedesktop.RecentFiles/RecentFiles.cs         |  499 --------------------
 1 files changed, 0 insertions(+), 499 deletions(-)

commit c84b15ac5da0ae4eecd7fd152969f32a04596594
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:34:05 2007 +0000

    Updated for changes in the directory structure.
    
    svn path=/trunk/; revision=796

 src/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 927a7fc398eecd6cacfabccd8bdc653813eaf0eb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jun 21 20:33:33 2007 +0000

    Updated with new translation strings.
    
    svn path=/trunk/; revision=795

 po/POTFILES.in |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 91b3bb902073ed0a5671a3a1db3a336aa9f85e77
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Thu Jun 14 08:54:01 2007 +0000

    Added dzongkha translation
    
    svn path=/trunk/; revision=794

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/dz.po     |  907 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 913 insertions(+), 0 deletions(-)

commit be9e0cffa706a99dbbf8eba4be43f495306920c9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Jun 12 23:25:02 2007 +0000

    Fixes bug with the shift limit, on Frame-base timing, being 100, instead of 300000. The glade file now includes the updated limits and the Source file enforces these limits in the constructor.
    
    svn path=/trunk/; revision=793

 src/Glade/TimingsShiftDialog.glade               |    4 ++--
 src/GnomeSubtitles/Dialogs/TimingsShiftDialog.cs |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit e3f16680885e56a68857fab402c438b9e80aa463
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 8 18:50:39 2007 +0000

    Use the EncodingNotSupportedException as being thrown in SubLib now. These latest changes in SubLib fix a bug where only the first detected encoding was used, and the second was the correct one.
    
    svn path=/trunk/; revision=792

 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c9bb7b8b169eef8a4cdd9af86702194d4c4e2c67
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 8 12:54:07 2007 +0000

    Catch exceptions when getting the current filename. (Hopefully) fixes bug #443061.
    
    svn path=/trunk/; revision=791

 src/GnomeSubtitles/Dialogs/FileOpenDialog.cs |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit 32ed6247b09b5da0ef82a915c4023bb609f45c43
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jun 8 12:47:51 2007 +0000

    Catch exceptions when getting the current folder. (Hopefully) fixes bug #442513.
    
    svn path=/trunk/; revision=790

 src/GnomeSubtitles/Dialogs/FileOpenDialog.cs |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

commit dccc898ddb3be62d61930ca4de9b61a5e60a1409
Author: Jordi Mas <jmas@softcatala.org>
Date:   Wed Jun 6 22:01:14 2007 +0000

    Added Catalan translation. Added ca
    
    2007-06-06  Jordi Mas <jmas@softcatala.org>
    
    	* ca.po: Added Catalan translation.
    	* LINGUAS: Added ca
    
    
    svn path=/trunk/; revision=789

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/ca.po     |  909 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 915 insertions(+), 0 deletions(-)

commit 2ea3f220e8e347a1e92cf72410b9f2cec732e278
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Jun 6 13:03:48 2007 +0000

    Catch exceptions when writting to the player output stream. (Hopefully) fixes bug #438947.
    
    svn path=/trunk/; revision=788

 src/GnomeSubtitles/Core/Player.cs                |   14 ++++++++++++--
 src/GnomeSubtitles/Core/PlayerPositionWatcher.cs |    1 -
 2 files changed, 12 insertions(+), 3 deletions(-)

commit d1a9923d12e68fcb53a50c1dbbe0e5dfa98629bc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Jun 6 12:43:54 2007 +0000

    Macro updates.
    
    svn path=/trunk/; revision=787

 m4/gnome-doc-utils.m4 |   37 +++++++++++++++++++++++--------------
 1 files changed, 23 insertions(+), 14 deletions(-)

commit 9f3b673384a06ae825882c5a9bf9685bbda3838d
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Jun 3 09:03:36 2007 +0000

    help/sv/sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=786

 ChangeLog     |    4 ++
 help/sv/sv.po |  126 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 67 insertions(+), 63 deletions(-)

commit 5c412ce98f5543a5117ff392ab3e92198ef52606
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Jun 3 08:54:31 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=785

 po/sv.po |   46 ++++++++++++++++++----------------------------
 1 files changed, 18 insertions(+), 28 deletions(-)

commit e4f8ccf9a730dddc144bd7b0079b24fc014ce4ac
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Jun 3 08:04:53 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=784

 po/ChangeLog |    4 +
 po/sv.po     |  229 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 126 insertions(+), 107 deletions(-)

commit 03f3f8e3927cf70a74a1358e990d31ad57c8d55e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:55:01 2007 +0000

    Allow to set the type of target within a Command.
    
    svn path=/trunk/; revision=783

 gnome-subtitles.mdp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e2d2731382ad89afef91431933b2f7c491cbbc43
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:54:41 2007 +0000

    Set the version for the alpha of the next version.
    
    svn path=/trunk/; revision=782

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 398e2b8a2084fec5e3f1803b612db51cebf20f5a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:54:19 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=781

 src/GnomeSubtitles/Core/SubtitleEdit.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 5ef3504b4b022f817e3fd1d3f48f0b08a105a546
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:54:11 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=780

 src/GnomeSubtitles/Core/Status.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 63b19e00faba092aa836e51a8bca3e50e3f3aa1c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:53:59 2007 +0000

    Code cleanup. Improved the code that handled Document creation, as well as
    
    Code cleanup.
    Improved the code that handled Document creation, as well as updating the GUI on Document modifications.
    
    svn path=/trunk/; revision=779

 src/GnomeSubtitles/Core/GUI.cs |   76 ++++++++++++++++-----------------------
 1 files changed, 31 insertions(+), 45 deletions(-)

commit c392f08f00bb1763638aefb4ae674fa52786f46d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:53:19 2007 +0000

    A Document is now created in the specific methods, and not in its property. This allows for a more flexible initialization.
    
    svn path=/trunk/; revision=778

 src/GnomeSubtitles/Core/Global.cs |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit f28c50d1ca173d24f00db2af632ded81183a98ba
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:52:30 2007 +0000

    Update Document when commands are activated.
    Don't use OnModified anymore.
    
    svn path=/trunk/; revision=777

 src/GnomeSubtitles/Core/EventHandlers.cs |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 2841435189795858c8ef461d666fe5b5a402138d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:52:02 2007 +0000

    Maintain the modification state of the document, including translations.
    Do not initialize it in the constructor, e.g. creating a new document file or opening a document file. There were some problems with the document not being referenced yet in Global when being constructed.
    This allows to initialize everything in its initialization methods (New and Open).
    
    svn path=/trunk/; revision=776

 src/GnomeSubtitles/Core/Document.cs |   80 ++++++++++++++++++++++++-----------
 1 files changed, 55 insertions(+), 25 deletions(-)

commit 2810efa678fdf6e074f02845a30ea841e3d0859c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:49:45 2007 +0000

    Do not maintain the modified state anymore. This is maintained elsewhere now (in Document).
    Use CommandActivated event to notify of changes to the modification state. This event now includes the CommandTarget associated with it.
    
    svn path=/trunk/; revision=775

 .../Commands/CommandActivatedArgs.cs               |   37 ++++++++++++++++++++
 .../Commands/CommandActivatedHandler.cs            |   26 ++++++++++++++
 2 files changed, 63 insertions(+), 0 deletions(-)

commit 9cf11eb7bbe505b725de1c2b80bb10c822704361
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:49:35 2007 +0000

    Do not maintain the modified state anymore. This is maintained elsewhere now (in Document).
    Use CommandActivated event to notify of changes to the modification state. This event now includes the CommandTarget associated with it.
    
    svn path=/trunk/; revision=774

 src/GnomeSubtitles/Commands/CommandManager.cs |   50 +++++++------------------
 1 files changed, 14 insertions(+), 36 deletions(-)

commit e4c0abba27c5bfe338238613de373b80eb4ad7cf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:47:48 2007 +0000

    Allow to set the type of target within a Command.
    
    svn path=/trunk/; revision=773

 src/GnomeSubtitles/Commands/CommandTarget.cs |   34 ++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

commit 2406a085114b25abd533edda0ac3a707f3adee0a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:47:31 2007 +0000

    Allow to set the type of target within a Command.
    
    svn path=/trunk/; revision=772

 src/GnomeSubtitles/Commands/Command.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit d957e64e835ca786a7961bf6ff305c8b011bd130
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu May 31 17:43:11 2007 +0000

    Updated macros.
    
    svn path=/trunk/; revision=769

 m4/intltool.m4 |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

commit 34e3852bbce73efd1ff067e408b7c65bb1738e50
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu May 31 12:50:50 2007 +0000

    Added Swedish translation.
    
            * sv.po: Added Swedish translation.
    
    
    svn path=/trunk/; revision=768

 help/Makefile.am |    2 +-
 help/sv/sv.po    |  755 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 756 insertions(+), 1 deletions(-)

commit 576d06df00a96946ce9a868583063e337eca7936
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu May 31 12:29:01 2007 +0000

    sv.po: Added Swedish translation
    
    svn path=/trunk/; revision=767

 po/ChangeLog |    5 +
 po/LINGUAS   |    2 +-
 po/sv.po     |  899 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 905 insertions(+), 1 deletions(-)

commit c59b9bb8c23931491ab977a94838f0799c295264
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 18:35:12 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=766

 src/GnomeSubtitles/Core/VideoSubtitle.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 308570b077892e471de1356c3b8c5eec75168b05
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 18:35:02 2007 +0000

    Set the current position (line and column) of the textView in SubtitleEdit when the cursor changes. This is only valid when SubtitleEdit is enabled and has focus. Clear the labels when focus is out.
    BufferChangedSignal now isn't disconnected anymore. A boolean variable is used to indicate whether the change was by the user.
    Code cleanup.
    
    svn path=/trunk/; revision=765

 src/GnomeSubtitles/Core/SubtitleEdit.cs |   81 ++++++++++++++++++++++++++-----
 1 files changed, 68 insertions(+), 13 deletions(-)

commit 62c87aecfecd292fbd867882019acc20ca252243
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 18:34:14 2007 +0000

    Set the current position (line and column) of the textView in SubtitleEdit when the cursor changes. This is only valid when SubtitleEdit is enabled and has focus. Clear the labels when focus is out.
    Code cleanup.
    
    svn path=/trunk/; revision=764

 src/GnomeSubtitles/Core/Status.cs |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

commit 3fbd76dc9f7c60851be09436f032d62093b159a5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 18:32:44 2007 +0000

    Moved some handlers to SubtitleEdit, which are called from here.
    
    svn path=/trunk/; revision=763

 src/GnomeSubtitles/Core/EventHandlers.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 968ff5d195ec0ec7a9525100ad61b673ddcb20d7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 18:31:27 2007 +0000

    Adjusted the height of the Timings spin buttons' table.
    Adjusted the width of the statusbar labels.
    
    svn path=/trunk/; revision=762

 src/Glade/MainWindow.glade |   79 ++++++++++++++++++++++---------------------
 1 files changed, 40 insertions(+), 39 deletions(-)

commit ebd05dfe0f27387680c7e76f5a79a28078ad7644
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 00:25:53 2007 +0000

    Added a status bar to show which of Insert or Overwrite mode is being used in SubtitleEdit.
    
    svn path=/trunk/; revision=761

 gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a14a827fc0fc3a9e0c84532780719ab0c52ad0a4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 00:25:32 2007 +0000

    Added a status bar to show which of Insert or Overwrite mode is being used in SubtitleEdit.
    
    svn path=/trunk/; revision=760

 src/GnomeSubtitles/Core/EventHandlers.cs |    4 ++
 src/GnomeSubtitles/Core/GUI.cs           |    6 +++
 src/GnomeSubtitles/Core/Status.cs        |   50 ++++++++++++++++++++++++++++++
 src/GnomeSubtitles/Core/WidgetNames.cs   |    6 +++
 4 files changed, 66 insertions(+), 0 deletions(-)

commit 60963875e4177ec67975a12ce54d755d7972373e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 00:25:15 2007 +0000

    Added a status bar to show which of Insert or Overwrite mode is being used in SubtitleEdit.
    
    svn path=/trunk/; revision=759

 src/Glade/MainWindow.glade |  109 ++++++++++++++++++++++++++++----------------
 1 files changed, 70 insertions(+), 39 deletions(-)

commit 052531070ef27bc2fde46d2d600c7cc1f3d1b705
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 00:23:39 2007 +0000

    Added Status file to translation files' list.
    
    svn path=/trunk/; revision=757

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8ce98e5a157790d2e20c2e17b97ace89ed0b04d4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 29 00:22:24 2007 +0000

    Added Changelog.
    
    svn path=/trunk/; revision=756

 po/ChangeLog |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit b80260b6fec8570ca8dc7eda8bd6f62b45bc07fe
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 25 13:28:01 2007 +0000

    Fixes some errors with the XML validation.
    
    svn path=/trunk/; revision=752

 help/C/gnome-subtitles.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2b7380c24523b71df06d87653d2f4e29937913c8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat May 19 00:30:56 2007 +0000

    Updated for release 0.5.1.
    
    svn path=/trunk/; revision=750

 ChangeLog    |   11 +++++++++++
 NEWS         |   15 ++++++++++++++-
 configure.ac |    2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)

commit e4bc09f080f2ac50999e513a958a116bf4088a05
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat May 19 00:24:42 2007 +0000

    Fixed the error that happened when building the help with the latest gnome-doc-utils version (#439274).
    
    svn path=/trunk/; revision=749

 help/C/gnome-subtitles.xml  |    3 ++-
 help/gnome-subtitles.omf.in |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit a99bb560dfbfa830928802e895f67e305824c2a8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 12:46:35 2007 +0000

    Updated for release 0.5.
    
    svn path=/trunk/; revision=746

 AUTHORS         |    9 +-
 CREDITS         |   12 -
 ChangeLog       |  901 +++++++++++++++++++++++++++++++++++++++----------------
 NEWS            |   29 ++
 po/POTFILES.in  |    3 +
 src/Makefile.am |    2 +-
 6 files changed, 690 insertions(+), 266 deletions(-)

commit 26881bc3088e60dabaca7c5e930c587a1ef2d087
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:09:54 2007 +0000

    New error dialog to be used when errors occur on File Save.
    
    svn path=/trunk/; revision=745

 src/Glade/ErrorDialog.glade         |   37 +++++++++++++++++++++++++++++++++++
 src/Glade/FileOpenErrorDialog.glade |   29 ---------------------------
 2 files changed, 37 insertions(+), 29 deletions(-)

commit bcace8f7cfecaa56bee26aa5bf70a94824c590b9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:09:35 2007 +0000

    Fixed author email.
    
    svn path=/trunk/; revision=744

 src/Glade/AboutDialog.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4d2789bdd1447cf5803caa61902b2ab7bda0812d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:09:08 2007 +0000

    Display an error dialog when exceptions occur during File Save. This is used in Save and SaveAs.
    
    svn path=/trunk/; revision=743

 src/GnomeSubtitles/Core/Document.cs |   16 +++-------------
 src/GnomeSubtitles/Core/GUI.cs      |   32 ++++++++++++++++++++++----------
 2 files changed, 25 insertions(+), 23 deletions(-)

commit a6d453c601c5c4529e9a4b06d853cfa17f12bd42
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:07:00 2007 +0000

    New error dialog to be used when errors occur on File Save.
    
    svn path=/trunk/; revision=742

 src/GnomeSubtitles/Dialogs/FileSaveErrorDialog.cs |   72 +++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)

commit 29f9c728cfffe699bdb0a11b671b967326005bb8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:06:34 2007 +0000

    Check for some exceptions that were missing.
    
    svn path=/trunk/; revision=741

 .../Dialogs/VideoFileOpenErrorDialog.cs            |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit be59a7abaa31e4af470a3fea064baad7e4e4bdb4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:06:28 2007 +0000

    Check for some exceptions that were missing.
    
    svn path=/trunk/; revision=740

 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 091be15cde8fda0b91ccbd495aa8dc35ef698543
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:06:01 2007 +0000

    Refactored to use the main ErrorDialog class.
    
    svn path=/trunk/; revision=739

 src/GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs |   54 ++++++++------------
 1 files changed, 22 insertions(+), 32 deletions(-)

commit 287e133c5d87ab8e4d6e91ff3efcefb1ed5e1da3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:05:19 2007 +0000

    New dialog from which all error dialogs should be constructed. Provides reusable code.
    
    svn path=/trunk/; revision=738

 src/GnomeSubtitles/Dialogs/ErrorDialog.cs |   68 +++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

commit 2d477c1dd324878799bda6d2aaf8518553a29044
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:03:13 2007 +0000

    General update.
    
    svn path=/trunk/; revision=737

 TODO                |    1 +
 gnome-subtitles.mdp |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit bd6bc45c55b7a455ba56a5bd9ac8c541ce0b17d1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed May 16 01:02:57 2007 +0000

    Preparing for release 0.5.
    
    svn path=/trunk/; revision=736

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 33fe5c13e8c7cd01fd08d2029535224abc2e6164
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 15 01:26:53 2007 +0000

    Added Erin Bloom.
    
    svn path=/trunk/; revision=735

 AUTHORS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 6962919073897e5e0e79e3854c063d894a86571d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat May 12 01:45:56 2007 +0000

    Fixed file permissions.
    
    svn path=/trunk/; revision=734

 README                                             |    2 +-
 data/video-set-subtitle-end-16x.png                |  Bin 366 -> 366 bytes
 data/video-set-subtitle-start-16x.png              |  Bin 368 -> 368 bytes
 3 files changed, 1 insertions(+), 1 deletions(-)

commit e847398d1103425310c7a142bf4bb203ac4e1de1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat May 12 01:39:26 2007 +0000

    Fixed SVN link in "Building from SVN".
    Fixed permissions.
    
    svn path=/trunk/; revision=733

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 28a1343905f6dd8ee28a90bcd2418bf08feb575d
Author: Olav Vitters <ovitters@src.gnome.org>
Date:   Fri May 11 21:46:34 2007 +0000

    Fix weird layout part 2
    
    svn path=/trunk/; revision=731

 .project                                           |   11 +
 AUTHORS                                            |    9 +
 COPYING                                            |  340 ++
 CREDITS                                            |   35 +
 ChangeLog                                          | 3076 ++++++++++++++
 INSTALL                                            |  236 ++
 Makefile.am                                        |   27 +
 NEWS                                               |  200 +
 README                                             |   51 +
 TODO                                               |   57 +
 autogen.sh                                         |   26 +
 configure.ac                                       |  107 +
 data/Makefile.am                                   |   21 +
 data/gnome-subtitles-logo.png                      |  Bin 0 -> 18250 bytes
 data/gnome-subtitles.1                             |   33 +
 data/gnome-subtitles.desktop.in                    |   17 +
 data/gnome-subtitles.png                           |  Bin 0 -> 1590 bytes
 data/gnome-subtitles.schemas                       |   50 +
 data/video-set-subtitle-end-16x.png                |  Bin 0 -> 366 bytes
 data/video-set-subtitle-start-16x.png              |  Bin 0 -> 368 bytes
 etc/samples/CC Mayer and Bettle Animation.srt      |  398 ++
 etc/samples/Romeo and Juliet.srt                   |   87 +
 etc/samples/sample.srt                             | 4312 ++++++++++++++++++++
 etc/samples/sample.sub                             |  934 +++++
 gnome-subtitles.mdp                                |  125 +
 gnome-subtitles.mds                                |   16 +
 help/C/gnome-subtitles.xml                         |  566 +++
 help/C/legal.xml                                   |   76 +
 help/Makefile.am                                   |    8 +
 help/gnome-subtitles.omf.in                        |   28 +
 m4/gnome-doc-utils.m4                              |   39 +
 m4/gtk-doc.m4                                      |   53 +
 m4/intltool.m4                                     |  204 +
 po/LINGUAS                                         |    1 +
 po/POTFILES.in                                     |   44 +
 po/POTFILES.skip                                   |    2 +
 .../Freedesktop.RecentFiles/RecentFiles.cs         |  499 +++
 src/Glade/AboutDialog.glade                        |   57 +
 src/Glade/EncodingsDialog.glade                    |  179 +
 src/Glade/FileOpenDialog.glade                     |  123 +
 src/Glade/FileOpenErrorDialog.glade                |   29 +
 src/Glade/FilePropertiesDialog.glade               |  172 +
 src/Glade/FileSaveAsDialog.glade                   |  185 +
 src/Glade/HeadersDialog.glade                      | 1221 ++++++
 src/Glade/MainWindow.glade                         | 1380 +++++++
 src/Glade/PreferencesDialog.glade                  |   86 +
 src/Glade/ReportBugWindow.glade                    |  179 +
 src/Glade/SearchDialog.glade                       |  218 +
 src/Glade/TimingsAdjustDialog.glade                |  407 ++
 src/Glade/TimingsShiftDialog.glade                 |  251 ++
 src/Glade/VideoOpenDialog.glade                    |   62 +
 .../Commands/AdjustTimingsCommand.cs               |  114 +
 .../Commands/ChangeFrameRateCommand.cs             |   83 +
 src/GnomeSubtitles/Commands/ChangeStyleCommand.cs  |   87 +
 src/GnomeSubtitles/Commands/ChangeTextCommand.cs   |   53 +
 src/GnomeSubtitles/Commands/ChangeTimingCommand.cs |  132 +
 src/GnomeSubtitles/Commands/Command.cs             |   64 +
 src/GnomeSubtitles/Commands/CommandManager.cs      |  239 ++
 .../Commands/DeleteSubtitlesCommand.cs             |   61 +
 .../Commands/FixedMultipleSelectionCommand.cs      |  104 +
 .../Commands/FixedSingleSelectionCommand.cs        |   65 +
 .../Commands/InsertSubtitleCommand.cs              |  110 +
 .../Commands/MultipleSelectionCommand.cs           |  123 +
 src/GnomeSubtitles/Commands/ReplaceAllCommand.cs   |   79 +
 src/GnomeSubtitles/Commands/ShiftTimingsCommand.cs |  108 +
 .../Commands/SingleSelectionCommand.cs             |   40 +
 .../Commands/VideoSetSubtitleTimingCommand.cs      |   63 +
 .../Core/CellRendererCenteredText.cs               |   63 +
 src/GnomeSubtitles/Core/Clipboards.cs              |   94 +
 src/GnomeSubtitles/Core/Config.cs                  |  140 +
 src/GnomeSubtitles/Core/Dialogs.cs                 |   59 +
 src/GnomeSubtitles/Core/Document.cs                |  117 +
 src/GnomeSubtitles/Core/EncodingDescription.cs     |   62 +
 src/GnomeSubtitles/Core/Encodings.cs               |  178 +
 src/GnomeSubtitles/Core/EventHandlers.cs           |  384 ++
 src/GnomeSubtitles/Core/GUI.cs                     |  342 ++
 src/GnomeSubtitles/Core/Global.cs                  |  175 +
 src/GnomeSubtitles/Core/Menus.cs                   |  412 ++
 src/GnomeSubtitles/Core/Player.cs                  |  325 ++
 src/GnomeSubtitles/Core/PlayerPositionWatcher.cs   |  155 +
 src/GnomeSubtitles/Core/Search.cs                  |  175 +
 src/GnomeSubtitles/Core/SelectionIntended.cs       |   43 +
 src/GnomeSubtitles/Core/SelectionType.cs           |   37 +
 src/GnomeSubtitles/Core/SubtitleEdit.cs            |  380 ++
 src/GnomeSubtitles/Core/SubtitleSelection.cs       |  447 ++
 src/GnomeSubtitles/Core/SubtitleView.cs            |  321 ++
 src/GnomeSubtitles/Core/Subtitles.cs               |  178 +
 src/GnomeSubtitles/Core/Util.cs                    |  180 +
 src/GnomeSubtitles/Core/Video.cs                   |  236 ++
 src/GnomeSubtitles/Core/VideoFiles.cs              |   62 +
 src/GnomeSubtitles/Core/VideoPosition.cs           |  197 +
 src/GnomeSubtitles/Core/VideoSubtitle.cs           |  117 +
 src/GnomeSubtitles/Core/WidgetNames.cs             |  124 +
 src/GnomeSubtitles/Dialogs/AboutDialog.cs          |   82 +
 src/GnomeSubtitles/Dialogs/EncodingsDialog.cs      |  222 +
 src/GnomeSubtitles/Dialogs/FileOpenDialog.cs       |  229 ++
 src/GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   80 +
 src/GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |  110 +
 src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs     |  305 ++
 src/GnomeSubtitles/Dialogs/GladeDialog.cs          |  114 +
 src/GnomeSubtitles/Dialogs/HeadersDialog.cs        |  238 ++
 src/GnomeSubtitles/Dialogs/PreferencesDialog.cs    |   61 +
 src/GnomeSubtitles/Dialogs/ReportBugWindow.cs      |   81 +
 .../Dialogs/SaveConfirmationDialog.cs              |   98 +
 src/GnomeSubtitles/Dialogs/SearchDialog.cs         |  263 ++
 .../Dialogs/SubtitleFileChooserDialog.cs           |  184 +
 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |   49 +
 src/GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |  151 +
 src/GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |  149 +
 .../Dialogs/VideoFileOpenErrorDialog.cs            |   45 +
 src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs      |   87 +
 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 +
 .../Exception/PlayerNotFoundException.cs           |   28 +
 src/GnomeSubtitles/Execution/AssemblyInfo.cs.in    |   27 +
 src/GnomeSubtitles/Execution/BugReporter.cs        |   89 +
 src/GnomeSubtitles/Execution/Executable.cs         |   72 +
 src/GnomeSubtitles/Execution/Execution.cs          |  135 +
 src/GnomeSubtitles/Execution/gnome-subtitles.in    |    3 +
 src/Makefile.am                                    |   47 +
 119 files changed, 25742 insertions(+), 0 deletions(-)

commit f2d6b0709b6884df1f00ff6d89b9a59dae370f49
Author: Olav Vitters <ovitters@src.gnome.org>
Date:   Fri May 11 21:46:06 2007 +0000

    Fix weird layout part 1.
    
    svn path=/trunk; revision=730

 gnome-subtitles/.project                           |   11 -
 gnome-subtitles/AUTHORS                            |    9 -
 gnome-subtitles/COPYING                            |  340 --
 gnome-subtitles/CREDITS                            |   35 -
 gnome-subtitles/ChangeLog                          | 3076 --------------
 gnome-subtitles/INSTALL                            |  236 --
 gnome-subtitles/Makefile.am                        |   27 -
 gnome-subtitles/NEWS                               |  200 -
 gnome-subtitles/README                             |   51 -
 gnome-subtitles/TODO                               |   57 -
 gnome-subtitles/autogen.sh                         |   26 -
 gnome-subtitles/configure.ac                       |  107 -
 gnome-subtitles/data/Makefile.am                   |   21 -
 gnome-subtitles/data/gnome-subtitles-logo.png      |  Bin 18250 -> 0 bytes
 gnome-subtitles/data/gnome-subtitles.1             |   33 -
 gnome-subtitles/data/gnome-subtitles.desktop.in    |   17 -
 gnome-subtitles/data/gnome-subtitles.png           |  Bin 1590 -> 0 bytes
 gnome-subtitles/data/gnome-subtitles.schemas       |   50 -
 .../data/video-set-subtitle-end-16x.png            |  Bin 366 -> 0 bytes
 .../data/video-set-subtitle-start-16x.png          |  Bin 368 -> 0 bytes
 .../etc/samples/CC Mayer and Bettle Animation.srt  |  398 --
 gnome-subtitles/etc/samples/Romeo and Juliet.srt   |   87 -
 gnome-subtitles/etc/samples/sample.srt             | 4312 --------------------
 gnome-subtitles/etc/samples/sample.sub             |  934 -----
 gnome-subtitles/gnome-subtitles.mdp                |  125 -
 gnome-subtitles/gnome-subtitles.mds                |   16 -
 gnome-subtitles/help/C/gnome-subtitles.xml         |  566 ---
 gnome-subtitles/help/C/legal.xml                   |   76 -
 gnome-subtitles/help/Makefile.am                   |    8 -
 gnome-subtitles/help/gnome-subtitles.omf.in        |   28 -
 gnome-subtitles/m4/gnome-doc-utils.m4              |   39 -
 gnome-subtitles/m4/gtk-doc.m4                      |   53 -
 gnome-subtitles/m4/intltool.m4                     |  204 -
 gnome-subtitles/po/LINGUAS                         |    1 -
 gnome-subtitles/po/POTFILES.in                     |   44 -
 gnome-subtitles/po/POTFILES.skip                   |    2 -
 .../Freedesktop.RecentFiles/RecentFiles.cs         |  499 ---
 gnome-subtitles/src/Glade/AboutDialog.glade        |   57 -
 gnome-subtitles/src/Glade/EncodingsDialog.glade    |  179 -
 gnome-subtitles/src/Glade/FileOpenDialog.glade     |  123 -
 .../src/Glade/FileOpenErrorDialog.glade            |   29 -
 .../src/Glade/FilePropertiesDialog.glade           |  172 -
 gnome-subtitles/src/Glade/FileSaveAsDialog.glade   |  185 -
 gnome-subtitles/src/Glade/HeadersDialog.glade      | 1221 ------
 gnome-subtitles/src/Glade/MainWindow.glade         | 1380 -------
 gnome-subtitles/src/Glade/PreferencesDialog.glade  |   86 -
 gnome-subtitles/src/Glade/ReportBugWindow.glade    |  179 -
 gnome-subtitles/src/Glade/SearchDialog.glade       |  218 -
 .../src/Glade/TimingsAdjustDialog.glade            |  407 --
 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |  251 --
 gnome-subtitles/src/Glade/VideoOpenDialog.glade    |   62 -
 .../Commands/AdjustTimingsCommand.cs               |  114 -
 .../Commands/ChangeFrameRateCommand.cs             |   83 -
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |   87 -
 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |   53 -
 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |  132 -
 .../src/GnomeSubtitles/Commands/Command.cs         |   64 -
 .../src/GnomeSubtitles/Commands/CommandManager.cs  |  239 --
 .../Commands/DeleteSubtitlesCommand.cs             |   61 -
 .../Commands/FixedMultipleSelectionCommand.cs      |  104 -
 .../Commands/FixedSingleSelectionCommand.cs        |   65 -
 .../Commands/InsertSubtitleCommand.cs              |  110 -
 .../Commands/MultipleSelectionCommand.cs           |  123 -
 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |   79 -
 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |  108 -
 .../Commands/SingleSelectionCommand.cs             |   40 -
 .../Commands/VideoSetSubtitleTimingCommand.cs      |   63 -
 .../Core/CellRendererCenteredText.cs               |   63 -
 .../src/GnomeSubtitles/Core/Clipboards.cs          |   94 -
 gnome-subtitles/src/GnomeSubtitles/Core/Config.cs  |  140 -
 gnome-subtitles/src/GnomeSubtitles/Core/Dialogs.cs |   59 -
 .../src/GnomeSubtitles/Core/Document.cs            |  117 -
 .../src/GnomeSubtitles/Core/EncodingDescription.cs |   62 -
 .../src/GnomeSubtitles/Core/Encodings.cs           |  178 -
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |  384 --
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |  342 --
 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs  |  175 -
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |  412 --
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |  325 --
 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |  155 -
 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs  |  175 -
 .../src/GnomeSubtitles/Core/SelectionIntended.cs   |   43 -
 .../src/GnomeSubtitles/Core/SelectionType.cs       |   37 -
 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |  380 --
 .../src/GnomeSubtitles/Core/SubtitleSelection.cs   |  447 --
 .../src/GnomeSubtitles/Core/SubtitleView.cs        |  321 --
 .../src/GnomeSubtitles/Core/Subtitles.cs           |  178 -
 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs    |  180 -
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |  236 --
 .../src/GnomeSubtitles/Core/VideoFiles.cs          |   62 -
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |  197 -
 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |  117 -
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |  124 -
 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |   82 -
 .../src/GnomeSubtitles/Dialogs/EncodingsDialog.cs  |  222 -
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |  229 --
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   80 -
 .../GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |  110 -
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |  305 --
 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |  114 -
 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |  238 --
 .../GnomeSubtitles/Dialogs/PreferencesDialog.cs    |   61 -
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |   81 -
 .../Dialogs/SaveConfirmationDialog.cs              |   98 -
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |  263 --
 .../Dialogs/SubtitleFileChooserDialog.cs           |  184 -
 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |   49 -
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |  151 -
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |  149 -
 .../Dialogs/VideoFileOpenErrorDialog.cs            |   45 -
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |   87 -
 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 -
 .../Exception/PlayerNotFoundException.cs           |   28 -
 .../GnomeSubtitles/Execution/AssemblyInfo.cs.in    |   27 -
 .../src/GnomeSubtitles/Execution/BugReporter.cs    |   89 -
 .../src/GnomeSubtitles/Execution/Executable.cs     |   72 -
 .../src/GnomeSubtitles/Execution/Execution.cs      |  135 -
 .../GnomeSubtitles/Execution/gnome-subtitles.in    |    3 -
 gnome-subtitles/src/Makefile.am                    |   47 -
 119 files changed, 0 insertions(+), 25742 deletions(-)

commit 07e88d2a0c9fee526237adb50cf98804cc9adb46
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 20:45:29 2007 +0000

    Minor text editing.
    
    svn path=/trunk/; revision=729

 gnome-subtitles/README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 068d5a6d99e2c4feed8dbc91b2615e6d8b2dbda7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 20:45:08 2007 +0000

    Added Erin Bloom to the credits regarding documentation.
    
    svn path=/trunk/; revision=728

 gnome-subtitles/CREDITS                     |    6 ++++++
 gnome-subtitles/src/Glade/AboutDialog.glade |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 7f24786e0b3c241f5eaf9a5d4c1c59349ce163fa
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 19:01:21 2007 +0000

    Updated with info for building from SVN.
    
    svn path=/trunk/; revision=727

 gnome-subtitles/README |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit 7198fdba0bf5b018a7b56aee4aa830af87639056
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 19:01:06 2007 +0000

    Updated with new tasks.
    
    svn path=/trunk/; revision=726

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 243860e6dd195c4fdabffd87552e1f70723fcebb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:49:57 2007 +0000

    Changed the autotools scripts to use gnome-common, and to build/install help and translation files.
    
    svn path=/trunk/; revision=724

 gnome-subtitles/configure.in |   99 ------------------------------------------
 1 files changed, 0 insertions(+), 99 deletions(-)

commit 1e642b086233ddf4fdefb51720fe2679a2b27f59
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:47:45 2007 +0000

    Added properties to get some common system paths.
    
    svn path=/trunk/; revision=723

 .../src/GnomeSubtitles/Execution/Execution.cs      |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit f19d87c23f47f46a7ffac72c07023e168cad9fdc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:47:07 2007 +0000

    Fixed bug with an incorrect string being used as the path in the catalog initialization.
    
    svn path=/trunk/; revision=722

 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9261e452d60d24482262594ae0e5d4dfd0913ca9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:46:30 2007 +0000

    Show the user guide / help in Help->Contents.
    
    svn path=/trunk/; revision=721

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 1bd21f4903a9d0f7e005067a10b84a8edeb1e291
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:45:34 2007 +0000

    Initial commit of the help files, written by Erin Bloom and revised by me.
    
    svn path=/trunk/; revision=719

 gnome-subtitles/help/C/gnome-subtitles.xml  |  566 +++++++++++++++++++++++++++
 gnome-subtitles/help/C/legal.xml            |   76 ++++
 gnome-subtitles/help/Makefile.am            |    8 +
 gnome-subtitles/help/gnome-subtitles.omf.in |   28 ++
 4 files changed, 678 insertions(+), 0 deletions(-)

commit d86cb1da12a09277884b0997f5bc93f362daa093
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:44:33 2007 +0000

    Changed the autotools scripts to use gnome-common, and to build/install help and translation files.
    
    svn path=/trunk/; revision=718

 gnome-subtitles/macros2/gnome-autogen.sh |  494 ------------------------------
 1 files changed, 0 insertions(+), 494 deletions(-)

commit 76d4f8c2f7760103c65c7772bbb3a3873934a757
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:44:17 2007 +0000

    Changed the autotools scripts to use gnome-common, and to build/install help and translation files.
    
    svn path=/trunk/; revision=717

 gnome-subtitles/Makefile.am |   16 ++++++++++++++--
 gnome-subtitles/autogen.sh  |   18 +++++++++++++-----
 2 files changed, 27 insertions(+), 7 deletions(-)

commit f59d33fe94abc2d3a0d377ad943fe757d9e5a56e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:43:36 2007 +0000

    Changed the autotools scripts to use gnome-common, and to build/install help and translation files.
    
    svn path=/trunk/; revision=716

 gnome-subtitles/configure.ac |  107 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 107 insertions(+), 0 deletions(-)

commit c52dde1bde10d2475002980fa39e4261e5d8940d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri May 11 18:42:35 2007 +0000

    Changed the autotools scripts to use gnome-common, and to build/install help and translation files.
    
    svn path=/trunk/; revision=715

 gnome-subtitles/m4/gnome-doc-utils.m4 |   39 ++++++
 gnome-subtitles/m4/gtk-doc.m4         |   53 +++++++++
 gnome-subtitles/m4/intltool.m4        |  204 +++++++++++++++++++++++++++++++++
 3 files changed, 296 insertions(+), 0 deletions(-)

commit 57d7f0a495895425fcf01ce6fd7e3814228c8559
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue May 8 12:19:26 2007 +0000

    Fixed underline in Video->Set Subtitle End. Was using the same letter as Rewind.
    
    svn path=/trunk/; revision=714

 gnome-subtitles/src/Glade/MainWindow.glade |   78 ++++++++++++++--------------
 1 files changed, 39 insertions(+), 39 deletions(-)

commit a30226a4ceaeb4103ed5ce08578d7b40310af3d8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon May 7 13:35:02 2007 +0000

    Updated with fixed changes.
    
    svn path=/trunk/; revision=713

 gnome-subtitles/TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 571668ee769d1c9950df3e720d0ba682d76844c0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:07:21 2007 +0000

    Take into account the newline type used when saving.
    
    svn path=/trunk/; revision=712

 .../src/GnomeSubtitles/Core/Document.cs            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 60a4a7ccb84e28ae7dba38f9eb211b141f664945
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:06:59 2007 +0000

    The SaveAs dialog is now persistent, i.e., it hides instead of closing.
    Added an expander that allows to choose the type of newline (Macintosh, Unix or Windows).
    
    svn path=/trunk/; revision=711

 gnome-subtitles/src/GnomeSubtitles/Core/Dialogs.cs |   10 ++++++++++
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    7 ++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

commit 7d6e0da488acfb1422a4b15d1ad3ed3070019618
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:06:45 2007 +0000

    The SaveAs dialog is now persistent, i.e., it hides instead of closing.
    Added an expander that allows to choose the type of newline (Macintosh, Unix or Windows).
    
    svn path=/trunk/; revision=710

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 06e2205e71a62c98f39a3f80666a9a8ff27955b3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:06:30 2007 +0000

    The dialog is now persistent, i.e., it hides instead of closing.
    Added an expander that allows to choose the type of newline (Macintosh, Unix or Windows).
    
    svn path=/trunk/; revision=709

 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |  189 ++++++++++++++++----
 1 files changed, 150 insertions(+), 39 deletions(-)

commit 91e6c467bea6b4fd994adbf8b32b45b647ff8c87
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:06:13 2007 +0000

    The dialog is now persistent, i.e., it hides instead of closing.
    Added an expander that allows to choose the type of newline (Macintosh, Unix or Windows).
    
    svn path=/trunk/; revision=708

 .../Dialogs/SubtitleFileChooserDialog.cs           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 945f8242eaba1d6f99b1b5de2e6ea48145636e21
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:02:03 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=707

 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit b9d398664bc7e6833b75e69bdee637bc7882b761
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun May 6 01:01:01 2007 +0000

    Added an expander that allows to choose the type of newline (Macintosh, Unix or Windows).
    
    svn path=/trunk/; revision=706

 gnome-subtitles/src/Glade/FileSaveAsDialog.glade |  153 +++++++++++++++-------
 1 files changed, 105 insertions(+), 48 deletions(-)

commit 623f095ae9b2b2d1bcf17e421ab8147a9b048ce6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 28 21:15:36 2007 +0000

    Fixed some strings to handle translation.
    
    svn path=/trunk/; revision=705

 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit c75261abc377915b0aa23a422cff147eb8fe48f5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 28 21:15:20 2007 +0000

    Fixed some strings that were incorrectly marked as translatable by Glade3.
    Use stock items for File->Properties, Video->Open and Video->Close.
    
    svn path=/trunk/; revision=704

 .../src/Glade/FilePropertiesDialog.glade           |    2 +-
 gnome-subtitles/src/Glade/HeadersDialog.glade      |    7 +-
 gnome-subtitles/src/Glade/MainWindow.glade         |  115 +++++++++-----------
 gnome-subtitles/src/Glade/PreferencesDialog.glade  |    2 +-
 gnome-subtitles/src/Glade/SearchDialog.glade       |   56 +++++-----
 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |    6 +-
 gnome-subtitles/src/Glade/VideoOpenDialog.glade    |    4 +-
 7 files changed, 91 insertions(+), 101 deletions(-)

commit f3efebbcafe83b914731d0a70af3ffc8b2a7eab4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 28 01:23:36 2007 +0000

    Cat class not used anymore. Reverted to normal Catalog.Init for strings to be detected by intltool.
    
    svn path=/trunk/; revision=702

 gnome-subtitles/gnome-subtitles.mdp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 554a2c2c0abd3108b4c1368c953b9603f90f962a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 28 01:23:25 2007 +0000

    Cat class not used anymore. Reverted to normal Catalog.Init for strings to be detected by intltool.
    
    svn path=/trunk/; revision=701

 .../Commands/AdjustTimingsCommand.cs               |    3 +-
 .../Commands/ChangeFrameRateCommand.cs             |    6 +-
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |    7 +-
 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |    3 +-
 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |    7 +-
 .../src/GnomeSubtitles/Commands/CommandManager.cs  |    5 +-
 .../Commands/DeleteSubtitlesCommand.cs             |    3 +-
 .../Commands/InsertSubtitleCommand.cs              |    3 +-
 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |    3 +-
 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |    3 +-
 .../Commands/VideoSetSubtitleTimingCommand.cs      |    5 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Cat.cs     |   41 -------
 .../src/GnomeSubtitles/Core/Encodings.cs           |  119 ++++++++++----------
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    5 +-
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    5 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs  |    3 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |    3 +-
 .../src/GnomeSubtitles/Core/SubtitleView.cs        |   11 +-
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    3 +-
 .../src/GnomeSubtitles/Dialogs/EncodingsDialog.cs  |    5 +-
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    9 +-
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   11 +-
 .../GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |   11 +-
 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |    2 +-
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |    2 +-
 .../Dialogs/SaveConfirmationDialog.cs              |   17 ++--
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    5 +-
 .../Dialogs/SubtitleFileChooserDialog.cs           |    3 +-
 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |    9 +-
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    5 +-
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    5 +-
 .../Dialogs/VideoFileOpenErrorDialog.cs            |    5 +-
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    5 +-
 .../src/GnomeSubtitles/Execution/Execution.cs      |    9 +-
 34 files changed, 167 insertions(+), 174 deletions(-)

commit 39d9dc625d37678cdbf0bd79dc32ffc8dbc7cb7b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 24 21:31:10 2007 +0000

    Fixed the transparency of the images in the SetSubtitleStart and SetSubtitleEnd buttons (was white before).
    
    svn path=/trunk/; revision=700

 .../data/video-set-subtitle-end-16x.png            |  Bin 409 -> 366 bytes
 .../data/video-set-subtitle-start-16x.png          |  Bin 414 -> 368 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 02586ef6c8dbd92d0dbf4670371ac7c111ba4e5c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 23 21:58:18 2007 +0000

    Fixed bug #432635.
    
    svn path=/trunk/; revision=699

 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 82893852336f19167bed9551530abc28daa4fe59
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 23 21:56:22 2007 +0000

    Moved the current TimingMode to the Global class, as it's not always related to a Document (no document may be open, and one may want to relate a timing mode to the video).
    
    svn path=/trunk/; revision=698

 .../src/GnomeSubtitles/Core/Document.cs            |   31 +++----------------
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    8 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs  |   19 ++++++++++++
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |    4 +-
 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |   12 ++++----
 .../src/GnomeSubtitles/Core/SubtitleView.cs        |    6 ++--
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    5 ++-
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    2 +-
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    2 +-
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    4 +-
 10 files changed, 46 insertions(+), 47 deletions(-)

commit 2a3fdd0d07a9faf877d5724350a9592ef32f057a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 23 21:36:02 2007 +0000

    Added OpenSolaris credits.
    
    svn path=/trunk/; revision=697

 gnome-subtitles/CREDITS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6844b900044eda34ee99cf6e764b5a1102d01e95
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 23 21:35:32 2007 +0000

    Use the code that captures file opening errors and shows an error dialog also when opening a subtitle that was passed as argument (so not only when manually doing File->Open).
    Fixes bug #432233.
    
    svn path=/trunk/; revision=696

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |   50 ++++++++++++-----------
 1 files changed, 26 insertions(+), 24 deletions(-)

commit 97b183d99cd6bab059c26c5646f38660d2788a49
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 22 02:52:03 2007 +0000

    Descend into the PO dir.
    
    svn path=/trunk/; revision=694

 gnome-subtitles/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit f97e7c5c5971770d79e68f15e5516bfe6c1605f8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 22 02:51:51 2007 +0000

    Refactored to include Gnome.Program in Execution (which was ExecutionInfo previously).
    
    svn path=/trunk/; revision=693

 gnome-subtitles/gnome-subtitles.mdp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3fe6642172442a41439b9e9a568a3abfb17fbf13
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 22 02:50:16 2007 +0000

    Refactored to include Gnome.Program in Execution (which was ExecutionInfo previously).
    
    svn path=/trunk/; revision=692

 .../GnomeSubtitles/Execution/AssemblyInfo.cs.in    |    2 +-
 .../src/GnomeSubtitles/Execution/BugReporter.cs    |   12 +-
 .../src/GnomeSubtitles/Execution/Executable.cs     |    6 +-
 .../src/GnomeSubtitles/Execution/Execution.cs      |  119 ++++++++++++++++++++
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   84 --------------
 5 files changed, 129 insertions(+), 94 deletions(-)

commit d960089f8a2946b985a51936526a004f15d9c8e8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 22 02:49:45 2007 +0000

    Refactored to include Gnome.Program in Execution (which was ExecutionInfo previously).
    
    svn path=/trunk/; revision=691

 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c00b7ea5a206de745a0d2cefb894e9eba26b6b53
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 22 02:49:32 2007 +0000

    Refactored to include Gnome.Program in Execution (which was ExecutionInfo previously).
    Initialize the translation catalog.
    
    svn path=/trunk/; revision=690

 gnome-subtitles/src/GnomeSubtitles/Core/Cat.cs    |    4 +++
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs    |    9 ++++---
 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs |   27 +++++++++++++-------
 3 files changed, 26 insertions(+), 14 deletions(-)

commit 254fa5b0a38ee6399ae5c40a77348891689c5a15
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 22 02:48:48 2007 +0000

    Updated list of Pot files.
    
    svn path=/trunk/; revision=689

 gnome-subtitles/po/POTFILES.in   |   12 ++++++++++++
 gnome-subtitles/po/POTFILES.skip |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit d5dde67b3a2e7cbdf21fa0e359acfb790e938c38
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:53:08 2007 +0000

    Removed completed tasks.
    
    svn path=/trunk/; revision=687

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e690dfc96bb31357890fabab945df7e62ccd20dd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:52:26 2007 +0000

    Added i18n wrapper to translatable strings.
    
    svn path=/trunk/; revision=686

 gnome-subtitles/gnome-subtitles.mdp |    1 +
 gnome-subtitles/gnome-subtitles.mds |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

commit 066a21570fb98f8d42546f9263d352930ced7690
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:52:14 2007 +0000

    Updated to include i18n macro calls.
    
    svn path=/trunk/; revision=685

 gnome-subtitles/configure.in |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

commit baba082eb9ca31faf832475091b1fbc072e01190
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:52:03 2007 +0000

    Updated to the gnome-common autogen.sh.
    
    svn path=/trunk/; revision=684

 gnome-subtitles/autogen.sh |   75 ++++++--------------------------------------
 1 files changed, 10 insertions(+), 65 deletions(-)

commit 14d35d8b18dc9b146736fb02c07dc99d2bc124e0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:51:53 2007 +0000

    Added i18n wrapper to translatable strings.
    
    svn path=/trunk/; revision=683

 .../Commands/AdjustTimingsCommand.cs               |    4 +-
 .../Commands/ChangeFrameRateCommand.cs             |    6 +-
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |    8 +-
 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |    4 +-
 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |    8 +-
 .../src/GnomeSubtitles/Commands/CommandManager.cs  |    6 +-
 .../Commands/DeleteSubtitlesCommand.cs             |    4 +-
 .../Commands/InsertSubtitleCommand.cs              |    4 +-
 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |    4 +-
 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |    2 +-
 .../Commands/VideoSetSubtitleTimingCommand.cs      |    4 +-
 .../src/GnomeSubtitles/Core/Encodings.cs           |  118 ++++++++++----------
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    4 +-
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    2 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |    2 +-
 .../src/GnomeSubtitles/Core/SubtitleView.cs        |   12 +-
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    2 +-
 .../src/GnomeSubtitles/Dialogs/EncodingsDialog.cs  |    4 +-
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    8 +-
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    8 +-
 .../GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |   10 +-
 .../Dialogs/SaveConfirmationDialog.cs              |   19 ++--
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    4 +-
 .../Dialogs/SubtitleFileChooserDialog.cs           |    2 +-
 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |    8 +-
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    2 +-
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    2 +-
 .../Dialogs/VideoFileOpenErrorDialog.cs            |    4 +-
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 +-
 29 files changed, 136 insertions(+), 133 deletions(-)

commit f9e5e5562268d0426c9b0d2cb6e544f351a38c77
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:49:50 2007 +0000

    Updated with current list of files that have translatable strings.
    
    svn path=/trunk/; revision=682

 gnome-subtitles/po/POTFILES.in |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

commit 373bb42032be2069e1e9052d4e10fcb6e2c9c8f5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 15:25:46 2007 +0000

    Times and Frames were incorrect lables, the correct ones are "time" and "frame", relating to the current video position. The default on the glade file is Time (which is correct).
    
    svn path=/trunk/; revision=681

 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 218275284426e6eb7515c05671c68df2cb9e022f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 14:52:33 2007 +0000

    Initial files for i18n.
    
    svn path=/trunk/; revision=679

 gnome-subtitles/po/LINGUAS       |    1 +
 gnome-subtitles/po/POTFILES.in   |    5 +++++
 gnome-subtitles/po/POTFILES.skip |    2 ++
 3 files changed, 8 insertions(+), 0 deletions(-)

commit 30b4e933af4a7f5167c435e032509ae2e195ab05
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 14:47:32 2007 +0000

    GNOME autogen script.
    
    svn path=/trunk/; revision=678

 gnome-subtitles/macros2/gnome-autogen.sh |  494 ++++++++++++++++++++++++++++++
 1 files changed, 494 insertions(+), 0 deletions(-)

commit f33651f84f4120c8f0a1efbfdca6a1bfc6329207
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 21 14:42:54 2007 +0000

    Class that wrapps Mono.Unix.Catalog methods with shorter names.
    
    svn path=/trunk/; revision=677

 gnome-subtitles/src/GnomeSubtitles/Core/Cat.cs |   37 ++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit 32b1241d8f10a3b86787a24cd05518af1cd56987
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 20 16:45:44 2007 +0000

    Removed references to NAnt build files.
    
    svn path=/trunk/; revision=674

 gnome-subtitles/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit e97b865bcdfabd6e5e28198b526d8a1cbeb83bbe
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 20 16:37:00 2007 +0000

    Updated for release 0.4.
    
    svn path=/trunk/; revision=671

 gnome-subtitles/ChangeLog |  381 +++++++++++++++++++++++++++++++++++++++++++++
 gnome-subtitles/NEWS      |   41 +++++
 gnome-subtitles/TODO      |   21 +--
 3 files changed, 426 insertions(+), 17 deletions(-)

commit a53858ab7bbf59161105ce1f859de3ce524b0ea1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 20 16:35:47 2007 +0000

    Unset the Expand property on some labels, for resizing to work properly.
    
    svn path=/trunk/; revision=670

 .../src/Glade/FilePropertiesDialog.glade           |   95 +++++++++++---------
 1 files changed, 51 insertions(+), 44 deletions(-)

commit fc03c3693b9d7c8e461ad8cf5a270d6a99e53515
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 19 23:33:57 2007 +0000

    Added mneumonics for the timings Shift and Adjust menu items.
    
    svn path=/trunk/; revision=669

 gnome-subtitles/src/Glade/MainWindow.glade |   80 ++++++++++++++--------------
 1 files changed, 40 insertions(+), 40 deletions(-)

commit 830a30369621bc6d06451dcab6f6fb69a3e1dc8f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 19 23:31:39 2007 +0000

    Activate the default widget (Shift button) when pressing Return in the entry widget.
    
    svn path=/trunk/; revision=668

 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 81dca3509ecfa83c251c4d15eac6ea6c941ea81b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 19 10:22:08 2007 +0000

    Updated with some changes from Tiago Borboletto Vaz.
    
    svn path=/trunk/; revision=667

 gnome-subtitles/data/gnome-subtitles.1 |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

commit 329aba0d68e86a3b176518c279bdd84e92f12aac
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Apr 18 23:30:57 2007 +0000

    Fixed minor warning related to spaces after backslash.
    
    svn path=/trunk/; revision=666

 gnome-subtitles/src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c4b46502c3337f1fe940577cd813e3dc884ece91
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Apr 18 23:29:45 2007 +0000

    Require Automake and Autoconf versions.
    
    svn path=/trunk/; revision=665

 gnome-subtitles/configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2aca5ccb81acd4e3b3beb39a86b0a3a55601fc19
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Apr 18 23:27:08 2007 +0000

    Removed solved tasks.
    
    svn path=/trunk/; revision=664

 gnome-subtitles/TODO |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit 38d224b735dcd3bd0dbef1973192473b04e5ea42
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 13 17:01:33 2007 +0000

    Add a "Video" tag to the Video FrameRate MenuItem that corresponds to the frame rate of the opened video. Remove it when the video is closed.
    
    svn path=/trunk/; revision=663

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    2 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |   41 ++++++++++++++++++++
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |    7 +++
 3 files changed, 49 insertions(+), 1 deletions(-)

commit 9469190d41cc247de49481c07dca9a7fba8000a8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 9 12:23:54 2007 +0000

    Updated with latest changes.
    
    svn path=/trunk/; revision=662

 gnome-subtitles/TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 973bb0d74134017411a5f1d9b3a60bc163db9f04
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 9 12:23:25 2007 +0000

    Now updates the spin button value according to the video position, if the video is loaded.
    Added possibility to apply the Shift to the current subtitle to the last and first.
    Added a button to clear the spin button value.
    
    svn path=/trunk/; revision=661

 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |   77 +++++++++++++++++---
 1 files changed, 67 insertions(+), 10 deletions(-)

commit 3a5471065bae7fbecff0b0169eb264327dc30b2f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 9 12:22:33 2007 +0000

    Remove the OnInput and OnOutput handlers when setting the Frames mode on a Spin Button. This works even if the handlers haven't even been connected before, but insures they don't remain if they have.
    
    svn path=/trunk/; revision=660

 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5e85817e5db943e783995154672938a1de4e0489
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Apr 9 12:20:55 2007 +0000

    Added possibility to apply the Shift to the current subtitle to the last and first.
    Added a button to clear the spin button value.
    
    svn path=/trunk/; revision=659

 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |   40 ++++++++++++++++----
 1 files changed, 32 insertions(+), 8 deletions(-)

commit 3d98ed711bfcfa3842b783e6cb21b561bd30ef5c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 7 02:28:44 2007 +0000

    Deleted the NAnt build files.
    
    svn path=/trunk/; revision=658

 gnome-subtitles/TODO             |    1 -
 gnome-subtitles/build.properties |   29 ---------------
 gnome-subtitles/nant.build       |   71 --------------------------------------
 3 files changed, 0 insertions(+), 101 deletions(-)

commit 1a2e2cea17a70a60998f02198385f5a8e0a5acf2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 21:54:14 2007 +0000

    New Dialogs class to store persistent dialogs.
    Refactored the GladeDialog class to have simpler method names.
    Showing a dialog is now done after constructing it, outside, not in the constructor.
    The ShiftTimingsDialog is now persistent, besides the Search dialog.
    
    svn path=/trunk/; revision=657

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 gnome-subtitles/src/GnomeSubtitles/Core/Dialogs.cs |   49 ++++++++++++++++++++
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   12 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    5 ++
 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs  |    6 ++
 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs  |    9 ++--
 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |    8 +--
 .../src/GnomeSubtitles/Dialogs/EncodingsDialog.cs  |    4 +-
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    4 +-
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    4 +-
 .../GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |    4 +-
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    6 +--
 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |   10 ++--
 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |    6 +--
 .../GnomeSubtitles/Dialogs/PreferencesDialog.cs    |    4 +-
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    8 ++--
 .../Dialogs/SubtitleFileChooserDialog.cs           |    1 +
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    4 +-
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    6 +--
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 +-
 20 files changed, 97 insertions(+), 58 deletions(-)

commit 7a6cb44b2704c7cdb4c4c4896b133a41270314fa
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:54:40 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=656

 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4ab9437885dbd8c759105840fb63a53b92e6d3d9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:54:31 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=655

 gnome-subtitles/src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 48a0f642fd8183b312d5810fb71fe73785a92c94
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:53:56 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=654

 .../GnomeSubtitles/Dialogs/FilePropertiesDialog.cs |  111 ++++++++++++++++++++
 1 files changed, 111 insertions(+), 0 deletions(-)

commit 9174db96d88ce64a9270c2f91bfc6953e7f36647
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:53:36 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=653

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 03313ad5ee8fead05ffe548443cd46c1e957dd77
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:53:29 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=652

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f93ccc9dcad828acec08a811a33beb973c8fd435
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:53:20 2007 +0000

    Added method to obtain the name of an encoding, given its code page.
    
    svn path=/trunk/; revision=651

 .../src/GnomeSubtitles/Core/Encodings.cs           |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 7215b354916ed4b03594e8dda9904598067189f0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:52:59 2007 +0000

    Added File Properties dialog.
    Set the Translatable flag on some menu items that were missing it.
    
    svn path=/trunk/; revision=650

 gnome-subtitles/src/Glade/MainWindow.glade |   71 ++++++++++++++++------------
 1 files changed, 40 insertions(+), 31 deletions(-)

commit b05c36acb0604b297ac91fdb32c75c35d3fdd08b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:52:35 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=649

 .../src/Glade/FilePropertiesDialog.glade           |  165 ++++++++++++++++++++
 1 files changed, 165 insertions(+), 0 deletions(-)

commit b5810cb34439d71ed21375f38494199c0dbed3be
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 18:52:23 2007 +0000

    Added File Properties dialog.
    
    svn path=/trunk/; revision=648

 gnome-subtitles/gnome-subtitles.mdp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 84c87521ada0ea2e9ebcd312c68dd89339e2188f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:31:56 2007 +0000

    Allow to apply the command from the current selection to the first or last subtitle.
    SelectionIntended is now use to represent the intended selection, because the wanted selection may not yet be selected when the command is created (and should be created by the command).
    
    svn path=/trunk/; revision=647

 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |   36 ++++++++++++++++++--
 1 files changed, 33 insertions(+), 3 deletions(-)

commit 04b20af017957a419a899d2095ef3ef99df9d750
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:31:06 2007 +0000

    SelectionIntended is now use to represent the intended selection, because the wanted selection may not yet be selected when the command is created (and should be created by the command).
    
    svn path=/trunk/; revision=646

 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 89d81b4608b158b67cf451afe30aee46d2bae31e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:30:54 2007 +0000

    Allow to apply the command from the current selection to the first or last subtitle.
    SelectionIntended is now use to represent the intended selection, because the wanted selection may not yet be selected when the command is created (and should be created by the command).
    
    svn path=/trunk/; revision=645

 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

commit 1ce4c71cc753ff021fa64db9da89ef0777a137c8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:30:29 2007 +0000

    Added methods to select the last subtitle, and get a selection range starting with the current selection and ending with the first or last paths.
    
    svn path=/trunk/; revision=644

 .../src/GnomeSubtitles/Core/SubtitleSelection.cs   |   42 +++++++++++++++++++-
 1 files changed, 40 insertions(+), 2 deletions(-)

commit 8bdd6d374136078f352461a9b9c7115171262161
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:30:10 2007 +0000

    Allow to apply the command from the current selection to the first or last subtitle.
    SelectionIntended is now use to represent the intended selection, because the wanted selection may not yet be selected when the command is created (and should be created by the command).
    
    svn path=/trunk/; revision=643

 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |   44 ++++++++++++++-----
 1 files changed, 32 insertions(+), 12 deletions(-)

commit afe3ef69f0c4eb3bd2cceaf913a37184d7adcf03
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:29:42 2007 +0000

    SelectionIntended is now use to represent the intended selection, because the wanted selection may not yet be selected when the command is created (and should be created by the command).
    
    svn path=/trunk/; revision=642

 .../Commands/AdjustTimingsCommand.cs               |    8 ++--
 .../Commands/ChangeFrameRateCommand.cs             |    2 +-
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |    2 +-
 .../Commands/DeleteSubtitlesCommand.cs             |    2 +-
 .../Commands/FixedMultipleSelectionCommand.cs      |    4 +-
 .../Commands/MultipleSelectionCommand.cs           |   52 ++++++++++++++++---
 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |    2 +-
 7 files changed, 53 insertions(+), 19 deletions(-)

commit f3ed7ed5fb373642e1d202e992588bd90cddfe16
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Apr 6 15:28:50 2007 +0000

    Added class to represent the intended selection.
    
    svn path=/trunk/; revision=641

 gnome-subtitles/gnome-subtitles.mdp                |    2 +-
 .../src/GnomeSubtitles/Core/SelectionIntended.cs   |   43 ++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletions(-)

commit 598b0b5c02bfe56819d37b87c002a54b4e611f04
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 18:39:12 2007 +0000

    Set dialogs (and windows) as invisible by default. Make them visible in the last step of constructing the dialog.
    This assures that dialogs are properly constructed when shown to the user. It also ensures that they are properly centered.
    
    svn path=/trunk/; revision=640

 gnome-subtitles/src/Glade/AboutDialog.glade        |    3 +-
 gnome-subtitles/src/Glade/EncodingsDialog.glade    |    1 -
 gnome-subtitles/src/Glade/FileOpenDialog.glade     |   25 +-
 .../src/Glade/FileOpenErrorDialog.glade            |   17 +-
 gnome-subtitles/src/Glade/FileSaveAsDialog.glade   |   49 +-
 gnome-subtitles/src/Glade/HeadersDialog.glade      |  863 ++++++++++----------
 gnome-subtitles/src/Glade/PreferencesDialog.glade  |    3 +-
 gnome-subtitles/src/Glade/ReportBugWindow.glade    |    3 +-
 .../src/Glade/TimingsAdjustDialog.glade            |  113 ++--
 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |    3 +-
 gnome-subtitles/src/Glade/VideoOpenDialog.glade    |    5 +-
 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |    2 +
 .../src/GnomeSubtitles/Dialogs/EncodingsDialog.cs  |    2 +
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    2 +
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    2 +
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    2 +
 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |    2 +
 .../GnomeSubtitles/Dialogs/PreferencesDialog.cs    |    2 +
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |    3 +
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    2 +
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    4 +
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 +-
 22 files changed, 570 insertions(+), 542 deletions(-)

commit 0a8ad102596b56c83e86c923dd3dd84b5f9e850f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:50:32 2007 +0000

    Added Bugzilla properties to the gnome-subtitles.desktop.in file. The file gnome-subtitles.desktop was renamed to gnome-subtitles.desktop.in to expand the VERSION information.
    
    svn path=/trunk/; revision=639

 gnome-subtitles/data/gnome-subtitles.desktop |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

commit 49c8dc40525beaa16fbc4302e9c89da3828e8d03
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:50:21 2007 +0000

    Updated with latest changes.
    
    svn path=/trunk/; revision=638

 gnome-subtitles/TODO |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit db643855ebc49bc886606d8c75837836ff88b0f3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:49:45 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=637

 gnome-subtitles/src/GnomeSubtitles/Core/Config.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b29d2a337544827182b2871284d3a22672958697
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:49:06 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=636

 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c2d65b9426f91093a0a7e235fda004056cd148e4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:48:52 2007 +0000

    Completed the support for Bug Buddy. The old bug reporter is still used if BugBuddy cannot be found.
    
    svn path=/trunk/; revision=635

 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs  |   11 ++---------
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |   20 ++++----------------
 2 files changed, 6 insertions(+), 25 deletions(-)

commit eb2f8d2a15b735e3300198092b8813df5c734493
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:48:32 2007 +0000

    Completed the support for Bug Buddy. The old bug reporter is still used if BugBuddy cannot be found.
    
    svn path=/trunk/; revision=634

 .../src/GnomeSubtitles/Execution/BugReporter.cs    |   35 +++++++++++--------
 .../src/GnomeSubtitles/Execution/Executable.cs     |   10 +++---
 2 files changed, 25 insertions(+), 20 deletions(-)

commit c1e457f29a9b97e9273a13e27bd68a1d10effa70
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:47:30 2007 +0000

    Added Bugzilla properties to the gnome-subtitles.desktop.in file. The file gnome-subtitles.desktop was renamed to gnome-subtitles.desktop.in to expand the VERSION information.
    
    svn path=/trunk/; revision=633

 gnome-subtitles/configure.in                    |    3 ++-
 gnome-subtitles/data/gnome-subtitles.desktop.in |   17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

commit 5d4eea4bf221b050ae11ac079dacfdd52bb81a99
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 5 17:42:17 2007 +0000

    Updated with latest changes.
    
    svn path=/trunk/; revision=632

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e9f05bb910425d0cf65bdacdbb7d1c35eb2f67f2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Apr 4 00:50:23 2007 +0000

    Improved support for BugBuddy.
    
    svn path=/trunk/; revision=631

 .../src/GnomeSubtitles/Execution/BugReporter.cs    |   41 +++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

commit e72df63cd93f397c338a49805ecdc00f27ef9207
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:24:54 2007 +0000

    Updated with more recent information.
    
    svn path=/trunk/; revision=630

 gnome-subtitles/TODO |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

commit 4d6e25fe7086da14844857647599d5d0326e84c9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:11:51 2007 +0000

    Updated contact information.
    
    svn path=/trunk/; revision=629

 gnome-subtitles/CREDITS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1e5c4abb141f0821a3b9042be0d08a99efcbaf20
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:10:57 2007 +0000

    Added the detection of the GConf-sharp version.
    Code cleanup.
    
    svn path=/trunk/; revision=628

 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 0bc187df2e47f99fed02c497d47bccfd2011e522
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:10:08 2007 +0000

    Updated copyright information.
    
    svn path=/trunk/; revision=627

 .../src/GnomeSubtitles/Execution/Executable.cs     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1cd9048ef8759d4a0fecf94a0ca32dd28824b154
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:09:34 2007 +0000

    New class to handle the use of BugBuddy. It will also contain common Bug-Related functionality.
    
    svn path=/trunk/; revision=626

 .../src/GnomeSubtitles/Execution/BugReporter.cs    |   45 ++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

commit e8db56dea72413c0ddc48ae3c53173ee4d9bee32
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:08:47 2007 +0000

    Updated to reflect the use of the Document class.
    Code cleanup.
    
    svn path=/trunk/; revision=625

 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |   38 +++++++------------
 1 files changed, 14 insertions(+), 24 deletions(-)

commit 2d475d74436e25c3fa84c3ec741fd439ea42dcac
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:08:14 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=624

 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |  110 +++++++-------------
 .../GnomeSubtitles/Dialogs/PreferencesDialog.cs    |    3 +-
 2 files changed, 38 insertions(+), 75 deletions(-)

commit c78f4e6d42eca5dbea8b0ef11cdbad9cacf1f7de
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:07:58 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=623

 .../Dialogs/SaveConfirmationDialog.cs              |    2 +-
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 3a445cea89c2ca95877d5a364d8039d6f9b61d41
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:06:05 2007 +0000

    Code cleanup. Don't output the exception to the console (it will be done
    
    Code cleanup.
    Don't output the exception to the console (it will be done previously in Global).
    
    svn path=/trunk/; revision=622

 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 7bf7daf733a2671f438f142169a5d850b6f139e3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:04:41 2007 +0000

    Updated to reflect the use of the Document class.
    Code cleanup.
    
    svn path=/trunk/; revision=621

 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

commit 18ebe361b32fabb93811a9c249e451c1bff7812d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:03:30 2007 +0000

    Code cleanup. The Encodings combo box is now filled by the base
    
    Code cleanup.
    The Encodings combo box is now filled by the base constructor. Specific methods are defined to enable specific parts of encodings selection, like prepending some options or adding fixed encodings.
    updated to reflect the addition of the Document class.
    
    svn path=/trunk/; revision=620

 .../Dialogs/SubtitleFileChooserDialog.cs           |   76 +++++++++++++++----
 1 files changed, 60 insertions(+), 16 deletions(-)

commit 2ebc9844670b5fe977ea05d15eae0d65000d7f4b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 23:00:37 2007 +0000

    Code cleanup. The Encodings combo box is now filled by the base
    
    Code cleanup.
    The Encodings combo box is now filled by the base constructor. Specific methods are defined to enable specific parts of encodings selection, like prepending some options or adding fixed encodings.
    updated to reflect the addition of the Document class.
    
    svn path=/trunk/; revision=619

 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |   33 ++++++++++++--------
 1 files changed, 20 insertions(+), 13 deletions(-)

commit 92fb7a6e0d6b8a0a19a859aff94d193efd8da0d3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:59:15 2007 +0000

    Code cleanup. The Encodings combo box is now filled by the base
    
    Code cleanup.
    The Encodings combo box is now filled by the base constructor. Specific methods are defined to enable specific parts of encodings selection, like prepending some options or adding fixed encodings.
    Move the detection of a matching video to VideoFiles.
    
    svn path=/trunk/; revision=618

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   49 +++++++------------
 1 files changed, 18 insertions(+), 31 deletions(-)

commit 4e1680b57cbff4b20a09ed51650fe463eccfe274
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:56:32 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=617

 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8d671441479428d4a71c9fb788a0edaf3d827c35
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:55:48 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=616

 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit f4172002dd885b67ec97c595f39649e77b7bfe2d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:55:11 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=615

 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 30daaae861961bd83c82e132d01f02c7779bf4f3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:54:19 2007 +0000

    Class that contains common functionality related to video files (their extensions, how to find matching files, etc).
    
    svn path=/trunk/; revision=614

 .../src/GnomeSubtitles/Core/VideoFiles.cs          |   62 ++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit 8100b31ba9c5de3f63e376c3a96fff013fc3e66a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:53:44 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=613

 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit e9c048dba1b70a8adbc10609ea9c846baad3407c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:52:53 2007 +0000

    Updated to reflect the use of the Document class.
    Code cleanup.
    
    svn path=/trunk/; revision=612

 .../src/GnomeSubtitles/Core/SubtitleView.cs        |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit d488cb950f5b1249e496821d82ddd95ecc1064b5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:51:55 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=611

 .../src/GnomeSubtitles/Core/SubtitleSelection.cs   |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0b297c9ef78b20794db87332e7a5a0b855ba5584
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:51:14 2007 +0000

    Updated to reflect the use of the Document class.
    TimingMode is now stored to make sure that handlers aren't connected more than once.
    
    svn path=/trunk/; revision=610

 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |   39 ++++++++++++--------
 1 files changed, 23 insertions(+), 16 deletions(-)

commit 138ebcb7af30372ae5fa76810e20ae4af941a59b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:49:16 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=609

 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit da4e3c4259fde1cf394d2ce8da7aa2827ef7a29c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:48:44 2007 +0000

    Updated to reflect the use of the Document class.
    TimingMode is now set here directly (as if it was a user selection).
    
    svn path=/trunk/; revision=608

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |   30 ++++++++++-----------
 1 files changed, 14 insertions(+), 16 deletions(-)

commit 1cfeb837cec8a3e82b8935d122ce597b76a8bee8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:46:35 2007 +0000

    Open a matching video when running GS with a filename as argument (if the option is set in the preferences)
    Updated to reflect the use of the new Document class, which contains all the functionality for creating Documents/Subtitles.
    Methods that propagate events throughout the GUI now have the UpdateFrom prefix.
    Code cleanup.
    TimingModes are now set in the Menus directly.
    
    svn path=/trunk/; revision=607

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |  123 ++++++++++--------------
 1 files changed, 49 insertions(+), 74 deletions(-)

commit 95af88bccd9ea54d457aab6d99d24aac0c7c58fc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:40:51 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=606

 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs |   38 +++++++++-----------
 1 files changed, 17 insertions(+), 21 deletions(-)

commit 296131621cd3cf3baf8a760d523c71c6ab2b1d0c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:39:16 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=605

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit f65f13bb70f9d807905229bebde7e2868dc1c857
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:37:42 2007 +0000

    Class that contains all information related to a document, including its Subtitles, TimingMode and FileProperties.
    This works with the latest SubLib changes, which now don't maintain a file's state along with subtitle properties. Saving subtitles is also different now, as well as creating new and opening subtitles.
    The preferred way to set the timing mode is now through the Menus. On the other hand, the menus use Document.TimingMode to set the timing mode and propagate it throughout the rest of the GUI.
    
    svn path=/trunk/; revision=604

 .../src/GnomeSubtitles/Core/Document.cs            |  138 ++++++++++++++++++++
 1 files changed, 138 insertions(+), 0 deletions(-)

commit a7968bf92739967434d18fcec4abc15008c673d3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:34:18 2007 +0000

    Updated to reflect the use of the Document class.
    
    svn path=/trunk/; revision=603

 .../Commands/AdjustTimingsCommand.cs               |    8 ++++----
 .../Commands/ChangeFrameRateCommand.cs             |    8 ++++----
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |    2 +-
 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |    2 +-
 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |    4 ++--
 .../Commands/DeleteSubtitlesCommand.cs             |    2 +-
 .../Commands/InsertSubtitleCommand.cs              |    2 +-
 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |    8 ++++----
 8 files changed, 18 insertions(+), 18 deletions(-)

commit 967a4fbe1022840f40b4e8d6101c312339fa15ab
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:32:49 2007 +0000

    Updated with new file structure.
    
    svn path=/trunk/; revision=602

 gnome-subtitles/gnome-subtitles.mdp |    6 +++++-
 gnome-subtitles/gnome-subtitles.mds |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)

commit c651b5b06734a6f628f54fc7aac26b5793a07119
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:32:25 2007 +0000

    Added sample file to use in the examples (and screenshots).
    
    svn path=/trunk/; revision=601

 .../etc/samples/CC Mayer and Bettle Animation.srt  |  398 ++++++++++++++++++++
 1 files changed, 398 insertions(+), 0 deletions(-)

commit e9dbbd501e2bf86c3a1dc086a966cc2262ada965
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:31:51 2007 +0000

    Added the MAN page.
    
    svn path=/trunk/; revision=600

 gnome-subtitles/data/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 663648f94bb6b4287e1bab09210d45537fc6aab1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Apr 3 22:31:34 2007 +0000

    Added the MAN page.
    
    svn path=/trunk/; revision=599

 gnome-subtitles/data/gnome-subtitles.1 |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit b971b0ec0df3a9a497cb9afe776a376d56e77f9b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 27 18:49:24 2007 +0000

    Updated for release 0.3.
    
    svn path=/trunk/; revision=595

 gnome-subtitles/ChangeLog |  214 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 214 insertions(+), 0 deletions(-)

commit 82d61c1c1cd5388bcb3cce532bc050a72c2087a4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 27 16:11:23 2007 +0000

    Updated for release 0.3.
    
    svn path=/trunk/; revision=593

 gnome-subtitles/CREDITS |    9 +++++----
 gnome-subtitles/NEWS    |   38 ++++++++++++++++++++++++++++++++++----
 gnome-subtitles/README  |    3 ++-
 gnome-subtitles/TODO    |    9 ++++++---
 4 files changed, 47 insertions(+), 12 deletions(-)

commit b9839f1844fdf8cf8bfdaedfc90e166cabe9e260
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 27 16:11:06 2007 +0000

    Deleted console prints used for debugging.
    
    svn path=/trunk/; revision=592

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   26 +------------------
 1 files changed, 2 insertions(+), 24 deletions(-)

commit 3719f7e3d655a12d7f77618224b6dc0fba6ccb39
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 25 01:45:59 2007 +0000

    Use invariant culture ToString when converting float times to strings. Fixes bug #421883.
    
    svn path=/trunk/; revision=591

 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 71c3b588231e2b006e4c81b93920a479ada7023e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 25 01:45:23 2007 +0000

    Added method to convert a number to an invariant culture string.
    
    svn path=/trunk/; revision=590

 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit a4b2c4cf2cc7387575fd9952d9c04529fb0e6f32
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 21:10:43 2007 +0000

    Use "setproctitle" when "prctl" is not found, so this can work in BSD's too.
    
    svn path=/trunk/; revision=589

 .../src/GnomeSubtitles/Execution/Executable.cs     |   39 +++++++++++++++-----
 1 files changed, 30 insertions(+), 9 deletions(-)

commit 3043e06f88bcebd88194c669f119e43910b7b509
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 17:37:42 2007 +0000

    Set the default window size based on GConf properties.
    
    svn path=/trunk/; revision=588

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 9a10cda59e038fd3ebf9c860b1af3bbeed7cd5c0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 17:31:02 2007 +0000

    Code cleanup. Allow to set a key with an integer value, checking its upper
    
    Code cleanup.
    Allow to set a key with an integer value, checking its upper and lower limits.
    Added properties for setting and getting the main window's width and height.
    
    svn path=/trunk/; revision=587

 gnome-subtitles/src/GnomeSubtitles/Core/Config.cs |   54 +++++++++++++++++---
 1 files changed, 46 insertions(+), 8 deletions(-)

commit 0f40b15918c39a035404d11cb062fb175788805e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 17:29:07 2007 +0000

    Added SizeAllocated event handler to detect for changes on the window size.
    
    svn path=/trunk/; revision=586

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 5c122368fffb7c8d3c2e9c6c41c8f1c4a7261feb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 17:28:54 2007 +0000

    Set the window as Invisible as default.
    Added SizeAllocated event handler to detect for changes on the window size.
    
    svn path=/trunk/; revision=585

 gnome-subtitles/src/Glade/MainWindow.glade |   82 ++++++++++++++--------------
 1 files changed, 40 insertions(+), 42 deletions(-)

commit 7a5400eba0bc79f6f0a2693b67499be007a00fea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 17:28:10 2007 +0000

    Minor changes in the key descriptions.
    Added keys for window Width and Height.
    
    svn path=/trunk/; revision=584

 gnome-subtitles/data/gnome-subtitles.schemas |   38 ++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 8 deletions(-)

commit d2da784ea3e0244d37a14463114914a01352de14
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 01:00:46 2007 +0000

    Updated to reflect latest code changes.
    
    svn path=/trunk/; revision=583

 gnome-subtitles/TODO |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 58fba2c45df33c0f348be6804dd7e24d8f7148b4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:59:36 2007 +0000

    Updated copyright information.
    
    svn path=/trunk/; revision=582

 gnome-subtitles/src/Glade/AboutDialog.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 627f16d0fee72a88e06baa52512bb0c553518d3d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:56:45 2007 +0000

    Added Encodings dialog.
    
    svn path=/trunk/; revision=581

 gnome-subtitles/gnome-subtitles.mdp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 91d3bcc8c99a7161a894910a7309a39551fa4e61
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:56:34 2007 +0000

    Changed AutoSelect to AutoChoose (pure name change).
    Added the key for the encodings list.
    
    svn path=/trunk/; revision=580

 gnome-subtitles/data/gnome-subtitles.schemas |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

commit 6850b7d7b850d6f65a94a8d4821f9bb786498db1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:56:13 2007 +0000

    Added Encodings dialog.
    
    svn path=/trunk/; revision=579

 gnome-subtitles/src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit aa33385fed925fe86c5036b4c84bcd8c28d9d9b4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:55:47 2007 +0000

    Changed AutoSelect to AutoChoose (pure name change).
    
    svn path=/trunk/; revision=578

 gnome-subtitles/src/Glade/PreferencesDialog.glade |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit f27f3389e06331275f07f4d026a071452deeefad
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:51:31 2007 +0000

    Updated to handle the new EncodingDialog.
    
    svn path=/trunk/; revision=577

 gnome-subtitles/src/Glade/FileSaveAsDialog.glade |   47 +++++++++++-----------
 1 files changed, 24 insertions(+), 23 deletions(-)

commit 3ed7485b8336f21a93ce92fcf662786764eeaadd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:51:25 2007 +0000

    Updated to handle the new EncodingDialog.
    
    svn path=/trunk/; revision=576

 gnome-subtitles/src/Glade/FileOpenDialog.glade |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

commit 558ad45f58e725e48b1202b9fefa794e72bf3550
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:37:04 2007 +0000

    Dialog that allows to select the encodings to be used in the program.
    
    svn path=/trunk/; revision=575

 gnome-subtitles/src/Glade/EncodingsDialog.glade |  180 +++++++++++++++++++++++
 1 files changed, 180 insertions(+), 0 deletions(-)

commit e1f648b108825e369715d86547203aabff5a7ae6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:36:52 2007 +0000

    Describes an encoding, including its codepage, name and description. Is mostly similar to the old FileEncoding.
    
    svn path=/trunk/; revision=574

 .../src/GnomeSubtitles/Dialogs/FileEncoding.cs     |   54 --------------------
 1 files changed, 0 insertions(+), 54 deletions(-)

commit 3606d814bb6bf1f8cbe8b415bc2097c0bf314ad1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:36:03 2007 +0000

    Check for NotSupportedException, meaning that the specified encoding is not available in the system.
    
    svn path=/trunk/; revision=573

 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f48731b2f604eb58829c166be94f10838bb14ba8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:34:49 2007 +0000

    Store EncodingDescriptions which are automatically updated based on GConf values, instead of the old static encodings' list that was made available before.
    Setting the last item in the TreeModel will open the Encoding selection dialog.
    
    svn path=/trunk/; revision=572

 .../Dialogs/SubtitleFileChooserDialog.cs           |   99 ++++++++++++++++---
 1 files changed, 83 insertions(+), 16 deletions(-)

commit 77abc9e6558cbf58fbb1f27daea72397fabbb87a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:28:32 2007 +0000

    Changed AutoSelect to AutoChoose (pure name change).
    
    svn path=/trunk/; revision=571

 .../GnomeSubtitles/Dialogs/PreferencesDialog.cs    |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 141fd311f5b90a22b0d349b4eeeb041e7907d73a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:20:57 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=570

 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ed2e7de5825e7ae02bd90c11f52750af524969ef
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:20:24 2007 +0000

    Changed AutoSelect to AutoChoose (pure name change).
    
    svn path=/trunk/; revision=569

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 895a32747ba19d935c8fa2d1fc0abb004a820b56
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:16:18 2007 +0000

    Dialog that allows to select the encodings to be used in the program.
    
    svn path=/trunk/; revision=568

 .../src/GnomeSubtitles/Dialogs/EncodingsDialog.cs  |  221 ++++++++++++++++++++
 1 files changed, 221 insertions(+), 0 deletions(-)

commit 0145faa6f3ec18c8c5579ce146fa384b247f4c1d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:15:41 2007 +0000

    Bug Fix - Shadow shown around the video frame.
    
    svn path=/trunk/; revision=567

 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e9898b6b2c0ead316c03539270e3dad8c3cde16f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:08:20 2007 +0000

    Now uses the codepage set in the dialog to create the Encoding when the dialog is closed.
    
    svn path=/trunk/; revision=566

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit ec14f8b4e157fe65cbbd37edbff38208dd570853
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:06:56 2007 +0000

    Includes the encodings used in the File Open/Save dialogs.
    Includes methods to find encodings, and to get the system's default encoding.
    
    svn path=/trunk/; revision=565

 .../src/GnomeSubtitles/Core/Encodings.cs           |  161 ++++++++++++++++++++
 1 files changed, 161 insertions(+), 0 deletions(-)

commit 33fc4babf4f0e52f2440e05d45070b95ffcb2347
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:06:05 2007 +0000

    Describes an encoding, including its codepage, name and description. Is mostly similar to the old FileEncoding.
    
    svn path=/trunk/; revision=564

 .../src/GnomeSubtitles/Core/EncodingDescription.cs |   62 ++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit ab50c51c227372167c34db413685f170c18d9278
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 24 00:05:36 2007 +0000

    Added kes for storing encodings used in the File Open/Save dialogs.
    Added method to get a list of strings from a key. It uses a hack to deal with the fact that setting a key to an empty list throws an exception.
    Changed AutoSelectVideoFile to AutoChooseVideoFile.
    
    svn path=/trunk/; revision=563

 gnome-subtitles/src/GnomeSubtitles/Core/Config.cs |   45 ++++++++++++++++++---
 1 files changed, 39 insertions(+), 6 deletions(-)

commit a91d4e928d0a9a61e1bcf01465f6c8621fefcb65
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 22 19:23:48 2007 +0000

    Catch exceptions and print error when unable to set the process name, instead of throwing exceptions.
    
    svn path=/trunk/; revision=562

 .../src/GnomeSubtitles/Execution/Executable.cs     |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 494637ab63126f4e55854b724fd66d021633776e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:34:26 2007 +0000

    Added GConf config detection.
    Added GConf installation targets to the makefiles.
    
    svn path=/trunk/; revision=561

 gnome-subtitles/configure.in |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit abe803bba2ce94bd3b30e05b1719dee5fc35d446
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:33:54 2007 +0000

    Added Preferences dialog.
    
    svn path=/trunk/; revision=560

 gnome-subtitles/gnome-subtitles.mdp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit fa1d7926d79fa1da97572151c9c5d6038d63f14b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:33:42 2007 +0000

    Added Preferences dialog.
    
    svn path=/trunk/; revision=559

 gnome-subtitles/src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e14f595af5c4c7a6da95c5675f02f4c086712a7b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:33:21 2007 +0000

    Added option to enable or disable signal autoconnection on dialog creation. Signals can be autoconnected later.
    
    svn path=/trunk/; revision=558

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0331a85a867a186018c901a80c9dcbde4ab19517
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:32:59 2007 +0000

    Added Preferences dialog.
    
    svn path=/trunk/; revision=557

 .../GnomeSubtitles/Dialogs/PreferencesDialog.cs    |   62 ++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit b464044d12e882eec9dc10999a3b6f2c2a39fa08
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:32:48 2007 +0000

    Added option to enable or disable signal autoconnection on dialog creation. Signals can be autoconnected later.
    
    svn path=/trunk/; revision=556

 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |   22 ++++++++++++++-----
 1 files changed, 16 insertions(+), 6 deletions(-)

commit a4eb8fe035c6fcce5b94db22f40b435e0f1568e1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:31:59 2007 +0000

    Added entry point for interacting with GConf.
    
    svn path=/trunk/; revision=555

 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 9d37e53cfd092b9ef7a6186c25c669d954f95083
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:31:37 2007 +0000

    Added Preferences dialog.
    
    svn path=/trunk/; revision=554

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 295663a70f7973ecc12591fbc53be8dcb9aeef67
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:31:27 2007 +0000

    Class to handle interaction with GConf.
    
    svn path=/trunk/; revision=553

 gnome-subtitles/src/GnomeSubtitles/Core/Config.cs |   69 +++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

commit 3c1f019362b0a10267b766dab8a7a0dbe53f9139
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:31:13 2007 +0000

    Added Preferences dialog.
    
    svn path=/trunk/; revision=552

 gnome-subtitles/src/Glade/MainWindow.glade        |   92 ++++++++++++---------
 gnome-subtitles/src/Glade/PreferencesDialog.glade |   87 +++++++++++++++++++
 2 files changed, 141 insertions(+), 38 deletions(-)

commit c86bee93060962c8de2c69befce2b2ed0364531a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:30:52 2007 +0000

    Added GConf schemas file.
    
    svn path=/trunk/; revision=551

 gnome-subtitles/data/Makefile.am             |   15 ++++++++++++---
 gnome-subtitles/data/gnome-subtitles.schemas |   16 ++++++++++++++++
 2 files changed, 28 insertions(+), 3 deletions(-)

commit 003d626bc6afe3583df1f852617f84bf39d0a557
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 18 12:19:57 2007 +0000

    Inserted debug messages to help on clearing some bugs.
    
    svn path=/trunk/; revision=550

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   30 ++++++++++++++++++--
 1 files changed, 27 insertions(+), 3 deletions(-)

commit 0e4a2e72e0e480db59fe507c03ed6764ec81353e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 17 23:02:36 2007 +0000

    Fixed bug with current active video not being unselected when selecting a folder, for example.
    
    svn path=/trunk/; revision=549

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit 6a7c6bcd32f5a5afd8a42ee520ebaac9be8e9ab2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 13 15:18:22 2007 +0000

    Fixed Bug 417868 – Quote symbol in path prevents file from opening.
    
    svn path=/trunk/; revision=548

 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs  |    8 ++++++++
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs |    5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 9f1b150238b269e0d0fd227f36fae39f8790e62c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 13 13:40:00 2007 +0000

    Fix for System.FormatException being thrown when opening a video file. This is due to the local representation of a double (using , or . as decimal separator), so an invariant provider is now used.
    
    svn path=/trunk/; revision=547

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs  |    2 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 1ab57184f8b2c770c2232d6f7f8c327a8268aa3d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 13 13:25:23 2007 +0000

    Updated with more current feedback.
    
    svn path=/trunk/; revision=546

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 06d033ea1da44ad8df7e6f3340c2618857858925
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 13 01:21:47 2007 +0000

    Updated for release 0.2.1.
    
    svn path=/trunk/; revision=544

 gnome-subtitles/ChangeLog                          |   37 +++++++++++++++++++-
 gnome-subtitles/NEWS                               |   16 ++++++++
 gnome-subtitles/TODO                               |    5 ++-
 gnome-subtitles/configure.in                       |    2 +-
 gnome-subtitles/gnome-subtitles.mdp                |    1 -
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    3 +-
 6 files changed, 59 insertions(+), 5 deletions(-)

commit 9877024625c46b47a903860188733826c2b75168
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Mar 12 15:56:29 2007 +0000

    Removed the ShowMessageDialog as it was obsolete and using members of GTK# 2.10.
    FileOpenErrorDialog now uses MessageDialog.Markup instead of MessageDialog.Text (and SecondaryText) to change the text in the dialog, because only .Markup is available on GTK# before 2.10.
    
    
    svn path=/trunk/; revision=542

 gnome-subtitles/src/Glade/ShowMessageDialog.glade  |   15 -----
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   16 ++++-
 .../GnomeSubtitles/Dialogs/ShowMessageDialog.cs    |   59 --------------------
 3 files changed, 13 insertions(+), 77 deletions(-)

commit 40125c5ddc523f800e8d8e28aa881fb8aa45550e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 11 13:37:05 2007 +0000

    Print exception stack trace to console when an unknown exception is found during File Open.
    
    svn path=/trunk/; revision=541

 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 857e20d20e58c1b39df9e515ba10ada055f3ed85
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 11 13:21:14 2007 +0000

    Added *.txt pattern to "All Subtitle Files" filter.
    
    svn path=/trunk/; revision=540

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d7d0a18159770d0a4bde5e36604fdc397e2f7023
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 11 13:09:41 2007 +0000

    Fixed bug #416895, a crash that happend on close, when trying to kill the MPlayer process that had already finished.
    
    
    svn path=/trunk/; revision=539

 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 5d1c747f6bdacaf0e1e48d073c00be1010b9c32e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:30:11 2007 +0000

    Fixed to include the gnome-subtitles.desktop file in the source distribution.
    
    svn path=/trunk/; revision=536

 gnome-subtitles/data/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2a5a12dabd43eea3e4cd009c23da32b82ae82b69
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:19:46 2007 +0000

    Updated for release 0.2.
    
    svn path=/trunk/; revision=534

 gnome-subtitles/ChangeLog |  607 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 607 insertions(+), 0 deletions(-)

commit d1aa3ae096f961f8cc5153413e090901c946235a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:17:38 2007 +0000

    Updated for release 0.2.
    
    svn path=/trunk/; revision=533

 gnome-subtitles/CREDITS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f495ffa81dbaa5f9cba3a865c293ca7d45620a09
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:12:53 2007 +0000

    Updated for release 0.2.
    
    svn path=/trunk/; revision=532

 gnome-subtitles/TODO |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit e1c9b825460c21dabb8009440e96f9bfdfe7577a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:12:40 2007 +0000

    Updated for release 0.2.
    
    svn path=/trunk/; revision=531

 gnome-subtitles/README |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit 50e7273c3909da0f7530e727041166e675759bd8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:11:26 2007 +0000

    Updated for release 0.2.
    
    svn path=/trunk/; revision=530

 gnome-subtitles/NEWS |   40 +++++++++++++++++++++++++++++++++++++---
 1 files changed, 37 insertions(+), 3 deletions(-)

commit 951e128f48475b6002396c4b639333810f085195
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:08:35 2007 +0000

    Updated for release 0.2.
    
    svn path=/trunk/; revision=529

 gnome-subtitles/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f70e62894671d7fe86f12f493474b58da937c362
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:08:08 2007 +0000

    Added new video extensions.
    
    svn path=/trunk/; revision=528

 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7d51bcc0cad24e6b4cc4b05ceea2fe00b27b8bf7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 8 16:07:44 2007 +0000

    Added new video extensions.
    Fixed bug with active ComboBox items being incorrectly used when the ComboBox was inactive.
    
    svn path=/trunk/; revision=527

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit afebde8327d0dbd21b9d15ae876b83bcd9509766
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 19:08:21 2007 +0000

    Updated to reflect latest changes.
    
    svn path=/trunk/; revision=526

 gnome-subtitles/TODO |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 143876136aacbad6d09b99f5f19fd39b5105edab
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 19:07:24 2007 +0000

    Desktop In file is no longer needed.
    
    svn path=/trunk/; revision=525

 gnome-subtitles/configure.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 82a77cecdfba363fed6d6e5f8acca2835771ce96
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 19:06:37 2007 +0000

    Desktop In file is no longer needed.
    
    svn path=/trunk/; revision=524

 gnome-subtitles/data/gnome-subtitles.desktop.in |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

commit 68b4fb63c1b4a857b331cd9c6a9c059035827344
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 19:06:09 2007 +0000

    Minor textual change.
    
    svn path=/trunk/; revision=523

 gnome-subtitles/src/Glade/ReportBugWindow.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 68af632fa413d3116ac92c4ed5208cbc1a9c3f17
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 19:05:49 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=522

 gnome-subtitles/data/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 7ccb489c616f0ef1413c5befa6a7cf53098c0ef2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 19:04:58 2007 +0000

    Updated Exec, TryExec and Icon name. Stopped using absolute paths.
    
    svn path=/trunk/; revision=521

 gnome-subtitles/data/gnome-subtitles.desktop |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 66114fc0fcf84dc71c593ce65e3086b7390e601c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 18:34:31 2007 +0000

    Added filter for video file types.
    
    svn path=/trunk/; revision=520

 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |   31 ++++++++++++++++++-
 1 files changed, 29 insertions(+), 2 deletions(-)

commit 0e88e223d90a2a4e7f1f747118e6bea3ddbb4c51
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 18:25:44 2007 +0000

    Set initial folder to that of the subtitles, or Home if no subtitles are open.
    
    svn path=/trunk/; revision=519

 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit b476bea372e19450b00a6f2145cd6d8f171693a1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 18:10:39 2007 +0000

    Updated with more current information.
    
    svn path=/trunk/; revision=518

 gnome-subtitles/nant.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 76083e24a2a33ba04d3c211f3e3c6f8582149fbf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 18:10:24 2007 +0000

    Updated with more current information.
    
    svn path=/trunk/; revision=517

 .../GnomeSubtitles/Execution/AssemblyInfo.cs.in    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d0eb10aba7e84a91f2797be077ef9265dd8cf5d0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 03:30:25 2007 +0000

    Updated to use the PNG icon instead of the SVG icon.
    
    svn path=/trunk/; revision=516

 gnome-subtitles/data/gnome-subtitles.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3a20219944502927455e053a9c931e70e335bcd7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 03:30:18 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=515

 gnome-subtitles/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 1185fe0f96cb5c83b3e638fed09640c62925e449
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 03:30:10 2007 +0000

    Added SetSubtitleStart and SetSubtitleEnd icons as resources.
    
    svn path=/trunk/; revision=514

 gnome-subtitles/src/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 88a69bf5b22a42276e703f2bb8d3512a49cd74a1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 03:29:57 2007 +0000

    Updated with more current information.
    
    svn path=/trunk/; revision=513

 gnome-subtitles/README |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2f86511869d4ebae36dcf1b468db5c4225691d38
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 03:29:52 2007 +0000

    Updated with more current information.
    
    svn path=/trunk/; revision=512

 gnome-subtitles/AUTHORS |    2 +-
 gnome-subtitles/CREDITS |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 65d3cc9bc9283fa481c71404ce48d2646c4e8722
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 4 03:29:37 2007 +0000

    Updated project description.
    
    svn path=/trunk/; revision=511

 .../Commands/AdjustTimingsCommand.cs               |    4 ++--
 .../Commands/ChangeFrameRateCommand.cs             |    4 ++--
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |    4 ++--
 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |    4 ++--
 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |    4 ++--
 .../src/GnomeSubtitles/Commands/Command.cs         |    4 ++--
 .../src/GnomeSubtitles/Commands/CommandManager.cs  |    4 ++--
 .../Commands/DeleteSubtitlesCommand.cs             |    4 ++--
 .../Commands/FixedMultipleSelectionCommand.cs      |    4 ++--
 .../Commands/FixedSingleSelectionCommand.cs        |    4 ++--
 .../Commands/InsertSubtitleCommand.cs              |    4 ++--
 .../Commands/MultipleSelectionCommand.cs           |    4 ++--
 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |    2 +-
 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |    4 ++--
 .../Commands/SingleSelectionCommand.cs             |    4 ++--
 .../Commands/VideoSetSubtitleTimingCommand.cs      |    4 ++--
 .../Core/CellRendererCenteredText.cs               |    4 ++--
 .../src/GnomeSubtitles/Core/Clipboards.cs          |    4 ++--
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    2 +-
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    2 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs  |    4 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |    4 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |    4 ++--
 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |    4 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs  |    4 ++--
 .../src/GnomeSubtitles/Core/SelectionType.cs       |    2 +-
 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |    2 +-
 .../src/GnomeSubtitles/Core/SubtitleSelection.cs   |    4 ++--
 .../src/GnomeSubtitles/Core/SubtitleView.cs        |    4 ++--
 .../src/GnomeSubtitles/Core/Subtitles.cs           |    4 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs    |    4 ++--
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |    4 ++--
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |    4 ++--
 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |    2 +-
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    4 ++--
 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |    4 ++--
 .../src/GnomeSubtitles/Dialogs/FileEncoding.cs     |    4 ++--
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    4 ++--
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    4 ++--
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    4 ++--
 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |    4 ++--
 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |    4 ++--
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |    4 ++--
 .../Dialogs/SaveConfirmationDialog.cs              |    4 ++--
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    4 ++--
 .../GnomeSubtitles/Dialogs/ShowMessageDialog.cs    |    4 ++--
 .../Dialogs/SubtitleFileChooserDialog.cs           |    4 ++--
 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |    4 ++--
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    4 ++--
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    4 ++--
 .../Dialogs/VideoFileOpenErrorDialog.cs            |    4 ++--
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 ++--
 .../Exception/PlayerCouldNotOpenVideoException.cs  |    4 ++--
 .../Exception/PlayerNotFoundException.cs           |    4 ++--
 .../GnomeSubtitles/Execution/AssemblyInfo.cs.in    |    2 +-
 .../src/GnomeSubtitles/Execution/Executable.cs     |    2 +-
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |    4 ++--
 57 files changed, 106 insertions(+), 106 deletions(-)

commit b6d1762eab855f0c6f73bcd9b025af6883389ed2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 22:58:47 2007 +0000

    Added icon files as resources.
    
    svn path=/trunk/; revision=509

 gnome-subtitles/gnome-subtitles.mdp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 55dcb1bbb156cfb761037e71a53e4f094d7c2590
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 21:54:57 2007 +0000

    SetSubtitleStart and SetSubtitleEnd buttons are now container buttons.
    
    svn path=/trunk/; revision=508

 gnome-subtitles/src/Glade/MainWindow.glade |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

commit 8e68a56209e6976be8d3096c72bb0e998bf618a1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 21:50:34 2007 +0000

    Added icons for the SetSubtitleStart and SetSubtitleEnd buttons.
    
    svn path=/trunk/; revision=507

 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b36489c0a4c84f6bb4f55270969a5ccc08b95fd7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 21:49:51 2007 +0000

    Set label visibility so black text isn't retained when subtitles aren't being displayed.
    
    svn path=/trunk/; revision=506

 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit bdb6f23ec295f53daca8441ecfd157c11553bc9a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 21:47:59 2007 +0000

    Set the icons of the SetSubtitleStart and SetSubtitleStart buttons.
    
    svn path=/trunk/; revision=505

 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 64b39aec5d8a4bef980d4be8ed9849d3453e261e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 21:46:54 2007 +0000

    Added icons for the SetSubtitleStart and SetSubtitleEnd buttons.
    
    svn path=/trunk/; revision=504

 .../data/video-set-subtitle-end-16x.png            |  Bin 0 -> 409 bytes
 .../data/video-set-subtitle-start-16x.png          |  Bin 0 -> 414 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 8bb591c3a7595830e7c8457c6d554e6a250d1fbb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 21:46:23 2007 +0000

    Removed old gnome-subtitles icon.
    
    svn path=/trunk/; revision=503

 gnome-subtitles/data/gnome-subtitles.svg |  591 ------------------------------
 1 files changed, 0 insertions(+), 591 deletions(-)

commit c8448b6bf99d888cfea6b8b61e94b4d38b517523
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 17:22:47 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=502

 .../src/GnomeSubtitles/Commands/CommandManager.cs  |    8 ++++----
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    2 +-
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    1 -
 3 files changed, 5 insertions(+), 6 deletions(-)

commit d7eff3122e9886b23182854dc7bc3139db90d584
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 17:22:21 2007 +0000

    Updated widget names.
    Correctly set the sensitivity of the video playback controls.
    Code cleanup.
    
    svn path=/trunk/; revision=501

 gnome-subtitles/src/Glade/MainWindow.glade         |   90 ++++++++++----------
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |    3 +-
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    9 +-
 3 files changed, 52 insertions(+), 50 deletions(-)

commit 714c39babc1da44ccf136a864918f938af3e8a51
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 17:06:32 2007 +0000

    Updated to separate playback controls from timings controls.
    
    svn path=/trunk/; revision=500

 gnome-subtitles/src/Glade/MainWindow.glade |  311 ++++++++++++++--------------
 1 files changed, 154 insertions(+), 157 deletions(-)

commit b625d0b3f67565dbf6d3466997b5a70729840a46
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 17:05:44 2007 +0000

    Updated with completed tasks.
    
    svn path=/trunk/; revision=499

 gnome-subtitles/TODO |   22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)

commit 1b0e025a4c390ccac5a2574274164d90cc77aae3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:58:39 2007 +0000

    Updated with new dialog and exception files.
    
    svn path=/trunk/; revision=498

 gnome-subtitles/gnome-subtitles.mdp |    4 +++-
 gnome-subtitles/gnome-subtitles.mds |    1 -
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 998dc64081d073e1a3b6214d16d621a813e9b03f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:56:34 2007 +0000

    Exception to handle the cases in which a video file could not be opened.
    
    svn path=/trunk/; revision=497

 .../Exception/PlayerCouldNotOpenVideoException.cs  |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

commit 6df676abfdcde72dc4659882b99e1b2db664edde
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:33:49 2007 +0000

    Custom error messages to show with the FileOpenErrorDialog when opening video files.
    
    svn path=/trunk/; revision=496

 .../Dialogs/VideoFileOpenErrorDialog.cs            |   44 ++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

commit 8ecfa95411ba20026e9dd96e777935ffa3a150a3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:32:14 2007 +0000

    Part of the old FileOpenErrorDialog class. It contains the specific parts to subtitle file opening.
    
    svn path=/trunk/; revision=495

 .../Dialogs/SubtitleFileOpenErrorDialog.cs         |   46 ++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

commit 77ccdd261dc406d49d26176e800bbbcb75896cdb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:31:43 2007 +0000

    Deprecated.
    
    svn path=/trunk/; revision=494

 .../GnomeSubtitles/Dialogs/ShowMessageDialog.cs    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ad5befaf625c793fbf879aca5d62e8175f5aecf9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:31:33 2007 +0000

    This class is now a reusable class for showing file opening errors. It is used for showing errors on subtitle file opening and video file opening.
    
    svn path=/trunk/; revision=493

 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   21 ++++++++-----------
 1 files changed, 9 insertions(+), 12 deletions(-)

commit cb706e3568d2597be188da6734b31392aa49e383
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:30:43 2007 +0000

    Improved code comments.
    
    svn path=/trunk/; revision=492

 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c3503b8f2584790e7ab19f5723f309b3ab1a9b24
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:30:05 2007 +0000

    Check if the current position is near the end, to detect process termination due to playback end.
    Allow to set the end as reached when the process terminates before the end is detected.
    
    svn path=/trunk/; revision=491

 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit c18f184796cffd6ea31378ce4a5c03149f21ef41
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:28:49 2007 +0000

    Detect if the process has terminated near the end, meaning it terminated because the playback stopped.
    Throw a PlayerCouldNotOpenVideoFileException if a video file cannot be played.
    Suppress exceptions when terminating the video process.
    
    svn path=/trunk/; revision=490

 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs |   31 +++++++++++++++++----
 1 files changed, 25 insertions(+), 6 deletions(-)

commit 56484c839523741d964a918fa647b0ee4db63a2c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 3 16:26:19 2007 +0000

    Updated to show an improved error dialog on video file opening.
    The error dialog dialog has an "Open another file" action.
    
    svn path=/trunk/; revision=489

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    5 +--
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |   32 +++++++++++++------
 2 files changed, 23 insertions(+), 14 deletions(-)

commit 1936be3ba23965f658e9b196d791282290479c14
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 13:44:06 2007 +0000

    Added Filters to subtitle formats.
    
    svn path=/trunk/; revision=488

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   40 ++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

commit f92f9c0a1471d8e1ef8cf4e74ccbdb21ab7c10e0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 13:43:21 2007 +0000

    Minor property changes.
    
    svn path=/trunk/; revision=487

 gnome-subtitles/src/Glade/FileOpenDialog.glade |    4 +-
 gnome-subtitles/src/Glade/MainWindow.glade     |   82 ++++++++++++-----------
 2 files changed, 46 insertions(+), 40 deletions(-)

commit f88e1801a990acbbd5b15f2c558b6ebcf5bfa28b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:51:37 2007 +0000

    Added Seek To Selection to the Video menu.
    
    svn path=/trunk/; revision=486

 gnome-subtitles/src/Glade/MainWindow.glade |   91 ++++++++++++++++------------
 1 files changed, 52 insertions(+), 39 deletions(-)

commit ac7dd4c5b2e3ebfbda4e00bb36532adcecbf4781
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:51:21 2007 +0000

    Added Seek To Selection to the Video menu.
    
    svn path=/trunk/; revision=485

 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |    6 ++++++
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit aab0cb314082dbe91cb5ffa6aa84f2a268d5fc60
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:50:43 2007 +0000

    Added Seek To Selection to the Video menu.
    
    svn path=/trunk/; revision=484

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 36599de8f1c91a7ddf15db21b005420bb1a9a93f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:50:33 2007 +0000

    Code cleanup. Added Seek To Selection to the Video menu.
    
    Code cleanup.
    Added Seek To Selection to the Video menu.
    
    svn path=/trunk/; revision=483

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   34 ++++++++++---------
 1 files changed, 18 insertions(+), 16 deletions(-)

commit 5fb56117f830d1cf11914bf3e0a64d7f0bff5389
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:36:47 2007 +0000

    Seek to the current selected subtitle on row activation.
    
    svn path=/trunk/; revision=482

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    4 +++-
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |    9 +++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

commit fa04e392ee0029ac858cc15285167b45a6dd56d2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:20:48 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=480

 .../Dialogs/SubtitleFileChooserDialog.cs           |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit b761559952ee6191e003d2ce5391234ccae98a5e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:20:22 2007 +0000

    Added a video selection combobox to the File Open dialog.
    The combobox is auto filled when dir is changed, containing the videos in that dir.
    A video in the combobox is auto selected when selecting its corresponding subtitle file.
    
    svn path=/trunk/; revision=479

 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |  136 +++++++++++++++++++-
 1 files changed, 131 insertions(+), 5 deletions(-)

commit 84e51e39930b2c9c1aa7fffbd9741bb2b98acbc6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:19:12 2007 +0000

    Changed osdlevel to 0 and forced subtitles not to autoload.
    
    svn path=/trunk/; revision=478

 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8fd7d07b136cf4c68685dab53e855532954269d0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:18:41 2007 +0000

    Moved the general open video functionality to GUI. It now uses the possibly selected video filename (in the Open File dialog) to open a video after a subtitle file.
    
    svn path=/trunk/; revision=477

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   13 +-------
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |   30 ++++++++++++++------
 2 files changed, 23 insertions(+), 20 deletions(-)

commit 7aeff7235974ffcc7be27bcc14c503f70e8f08cc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Mar 1 11:15:49 2007 +0000

    Added a video selection combobox to the File Open dialog.
    
    svn path=/trunk/; revision=476

 gnome-subtitles/src/Glade/FileOpenDialog.glade |   44 ++++++++++++++++++++----
 1 files changed, 37 insertions(+), 7 deletions(-)

commit 2dfafc48935385421197ef9c2ebf128d68c97bc9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:44:00 2007 +0000

    Added the SetSubtitleStart and SetSubtitleEnd menu items and connected their handlers.
    
    svn path=/trunk/; revision=475

 gnome-subtitles/src/Glade/MainWindow.glade |   37 +++++++++++++++++++++++++---
 1 files changed, 33 insertions(+), 4 deletions(-)

commit 31fb3f212b310fca2dee2f7c2354d84ec46a627b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:43:00 2007 +0000

    Added widget names related to video playback.
    
    svn path=/trunk/; revision=474

 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 6f182f8955aacbd1f069ddbad6b94b890d1262e5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:42:40 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=473

 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0fdef628d8590ef26d083253399853e9f4f0dba6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:42:11 2007 +0000

    Store the current position.
    Display the labels according to the current TimingMode.
    
    svn path=/trunk/; revision=472

 .../src/GnomeSubtitles/Core/VideoPosition.cs       |   57 ++++++++++++++++----
 1 files changed, 47 insertions(+), 10 deletions(-)

commit 3f5f7de2ab5ae40791a878cf78117d58b8a3dcd3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:40:10 2007 +0000

    Store if video is loaded.
    Close the previous video when opening a new one.
    Update the sensitivity of the SetSubtitleStart and SetSubtitleEnd buttons based on the subtitle selection.
    Update the labels based on the current Timing Mode.
    Code cleanup.
    
    svn path=/trunk/; revision=471

 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs |   53 +++++++++++++++++----
 1 files changed, 43 insertions(+), 10 deletions(-)

commit ed948469ec95297cce791054efe0b7ac5c91d8c3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:33:01 2007 +0000

    Store when playback end has been reached.
    Allow to enable and disable.
    
    svn path=/trunk/; revision=470

 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |   39 +++++++++++++++++---
 1 files changed, 34 insertions(+), 5 deletions(-)

commit 1d5d28ff30011b4eaea0803041799730e0dab4cf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 14:25:38 2007 +0000

    Store the video filename and framerate.
    Check if end has been reached on Play, Rewind and Forward.
    Restart process when it ends, to check for playback end.
    Code cleanup.
    
    svn path=/trunk/; revision=469

 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs |   82 ++++++++++++++++-----
 1 files changed, 64 insertions(+), 18 deletions(-)

commit 26752c9005449d731a64686fe3698c90d569f7f5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 13:59:51 2007 +0000

    Set the VideoSetSubtitleStart and VideoSetSubtitleEnd menu items based on the current selection and whether the video is loaded.
    
    svn path=/trunk/; revision=468

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |   39 +++++++++++++++++++--
 1 files changed, 35 insertions(+), 4 deletions(-)

commit d7fe16d57de2072d094919c75ed1058e29ffcd9a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 13:59:04 2007 +0000

    Propagate UpdateFromSelection and ToggleTimingMode to Video components.
    
    svn path=/trunk/; revision=467

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ea87c17f62d351e9c57be5e54bb580cc28d5aa37
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 13:57:55 2007 +0000

    Code cleanup. Added handlers to set subtitle start and end based on the
    
    Code cleanup.
    Added handlers to set subtitle start and end based on the video position.
    
    svn path=/trunk/; revision=466

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   52 ++++++++-----------
 1 files changed, 22 insertions(+), 30 deletions(-)

commit ef924ff976d8f394dfc585edba2570e3a60927c7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 13:55:55 2007 +0000

    Added properties so inherited classes can set Description and CanGroup after construction.
    
    svn path=/trunk/; revision=465

 .../src/GnomeSubtitles/Commands/Command.cs         |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 13afbe63401454607bbecc3c0eb3285ee7d8afc9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 13:55:26 2007 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=464

 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 7e314b36b010d4dd860ad679f0fc89eb5b7224e1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 25 13:54:12 2007 +0000

    Added command to set subtitle start and end based on the video position.
    
    svn path=/trunk/; revision=463

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 .../Commands/VideoSetSubtitleTimingCommand.cs      |   62 ++++++++++++++++++++
 2 files changed, 63 insertions(+), 0 deletions(-)

commit b55a4c489f6d9c72725ff89747bca3d34de6f776
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 20 11:31:25 2007 +0000

    Detect when the video reaches its end. Still incomplete, though.
    
    svn path=/trunk/; revision=462

 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |   59 ++++++++++++--------
 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |   34 ++++++++---
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |   21 +++++--
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |   15 +++--
 4 files changed, 84 insertions(+), 45 deletions(-)

commit ca554f5f24005c6d424658c1d339e76cddf6b570
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Jan 29 20:14:28 2007 +0000

    Fixes bug #402201 - app crashes when selection float value with , as a decimal separator
    
    svn path=/trunk/; revision=461

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 61a5dadd8a121b41d9d4940385fbb11f7fee854e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Jan 22 02:05:37 2007 +0000

    Implemented the subtitle engine, which now shows subtitles correctly while playing and seeking.
    Refactoring and code cleanup.
    Initial fix for the case of reaching the end of the video.
    
    svn path=/trunk/; revision=460

 gnome-subtitles/src/Glade/MainWindow.glade         |   77 +++++++++---------
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |   51 +++++++-----
 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |   33 +++++---
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |   13 +--
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |   42 ++++++----
 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |   84 +++++++++++++++++++-
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    1 +
 7 files changed, 203 insertions(+), 98 deletions(-)

commit c1607ab1ff6ef6d5e291c817f23d7f5c626ab9e2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jan 18 23:59:41 2007 +0000

    Added subtitle label to the front of the video frame. This will allow to save space, even though by now the label's background has to be black (not transparent).
    
    svn path=/trunk/; revision=459

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   32 +++++++++++++++++++-
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |   20 +++++++++++-
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    3 +-
 3 files changed, 51 insertions(+), 4 deletions(-)

commit ef52bf5773cb3013e6ef0abb59132ee867ead608
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jan 18 23:58:56 2007 +0000

    Added subtitle label to the front of the video frame. This will allow to save space, even though by now the label's background has to be black (not transparent).
    
    svn path=/trunk/; revision=458

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 gnome-subtitles/src/Glade/MainWindow.glade         |  107 +++++++++++--------
 .../src/GnomeSubtitles/Core/VideoSubtitle.cs       |   33 ++++++
 3 files changed, 96 insertions(+), 45 deletions(-)

commit 2b7ae593826be3d5e995cb2d8e00014450240b59
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:28:43 2006 +0000

    Major changes in the video previewing layout.
    Improvements in the video editing and error handling.
    
    
    svn path=/trunk/; revision=457

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   12 ++++++++----
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |   12 ++++++++++--
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |    2 ++
 3 files changed, 20 insertions(+), 6 deletions(-)

commit f34af846579474bf8776d5b67d3e3a78a4aefa30
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:25:57 2006 +0000

    Updated with new glade dialog references and Exception dir.
    
    svn path=/trunk/; revision=456

 gnome-subtitles/src/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 9c011fd224bbb8c9a461d0b6009fd5733857ceb8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:24:43 2006 +0000

    Added new dialog files and glade resources.
    
    svn path=/trunk/; revision=455

 gnome-subtitles/gnome-subtitles.mdp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 98bd14e5105e8ec9a33b4dce4a5f693922e301d3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:22:28 2006 +0000

    Added exception to be used when the player is not found.
    
    svn path=/trunk/; revision=454

 .../Exception/PlayerNotFoundException.cs           |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

commit 4da64bcd2f85d971a6d3268cd4c3cefe814dccfc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:21:46 2006 +0000

    Multiple changes have been made to the layout of the video previewing area.
    
    svn path=/trunk/; revision=453

 gnome-subtitles/src/Glade/MainWindow.glade |   72 ++++++++++++++--------------
 1 files changed, 36 insertions(+), 36 deletions(-)

commit dcb13376b06f8b966203a4bd58154d563bf00995
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:17:29 2006 +0000

    Added dialog to display a message (using MessageDialog).
    
    svn path=/trunk/; revision=452

 gnome-subtitles/src/Glade/ShowMessageDialog.glade |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 4bd0b115332342c80f8dd354f14d95ed33b16332
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:16:57 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=451

 .../Dialogs/SubtitleFileChooserDialog.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c206c97f2affc2b38b96d30ee2b8bfdb77e0c17b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:16:07 2006 +0000

    A glade MessageDialog is now used to display file opening errors.
    
    svn path=/trunk/; revision=450

 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   64 ++++++++------------
 1 files changed, 26 insertions(+), 38 deletions(-)

commit 0c80f87dda9db25d65866fbe74a1a44d0fd764d1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:15:25 2006 +0000

    Added dialog to display a message (using MessageDialog).
    Added dialog to display an error when the video player was not found.
    
    svn path=/trunk/; revision=449

 .../GnomeSubtitles/Dialogs/ShowMessageDialog.cs    |   57 ++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

commit 209c539363fffe8f4ad0833917b3fcde3b75b7db
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 30 23:13:52 2006 +0000

    A glade MessageDialog is now used to display file opening errors.
    
    svn path=/trunk/; revision=448

 .../src/Glade/FileOpenErrorDialog.glade            |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 1d4109676bfc377d2e82aaee2e872cf4bb287ac2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 24 03:24:56 2006 +0000

    Refactoring. Player position is now in Player, not in Video. Use of delegates not to expose unnecessary members in Player as public.
    
    svn path=/trunk/; revision=447

 gnome-subtitles/gnome-subtitles.mdp                |    3 +-
 gnome-subtitles/gnome-subtitles.mds                |    2 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |   63 ++++++++-------
 .../src/GnomeSubtitles/Core/PlayerPosition.cs      |   81 --------------------
 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |   22 ++++--
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |   11 ++-
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |   17 +----
 7 files changed, 64 insertions(+), 135 deletions(-)

commit 46f4282b3e26a3bd22b98e9d1401de6a1acdcf95
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 24 01:36:09 2006 +0000

    Refactored the video previewing functionality. The current time position is now always referenced on VideoPosition. There is now a column side by side with the video previewer that includes the buttons and time information.
    
    svn path=/trunk/; revision=446

 gnome-subtitles/src/Glade/MainWindow.glade |  282 ++++++++++++++++++++--------
 1 files changed, 208 insertions(+), 74 deletions(-)

commit 48043f42caf3bce4c5f0f62b2d5235e29f4be267
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 24 01:31:04 2006 +0000

    Refactored the video previewing functionality. The current time position is now always referenced on VideoPosition. There is now a column side by side with the video previewer that includes the buttons and time information.
    
    svn path=/trunk/; revision=445

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    6 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |   53 ++++---
 .../GnomeSubtitles/Core/PlayerPositionWatcher.cs   |   83 ++++++++++
 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs    |    4 +
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |  101 +++----------
 .../src/GnomeSubtitles/Core/VideoPosition.cs       |  157 ++++++++++++++++++++
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    9 +-
 gnome-subtitles/src/Makefile.am                    |   11 ++-
 8 files changed, 315 insertions(+), 109 deletions(-)

commit 3b604a25eb28e77a585aef58ea42dad8709c568b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 19:05:26 2006 +0000

    Moved glade dialogs and windows to separate glade files.
    
    svn path=/trunk/; revision=444

 gnome-subtitles/gnome-subtitles.mdp                |   12 +-
 gnome-subtitles/src/Glade/AboutDialog.glade        |   57 +
 gnome-subtitles/src/Glade/FileOpenDialog.glade     |   91 +
 gnome-subtitles/src/Glade/FileSaveAsDialog.glade   |  128 +
 gnome-subtitles/src/Glade/HeadersDialog.glade      | 1221 ++++++
 gnome-subtitles/src/Glade/MainWindow.glade         | 1164 +++++
 gnome-subtitles/src/Glade/ReportBugWindow.glade    |  180 +
 gnome-subtitles/src/Glade/SearchDialog.glade       |  216 +
 .../src/Glade/TimingsAdjustDialog.glade            |  408 ++
 gnome-subtitles/src/Glade/TimingsShiftDialog.glade |  197 +
 gnome-subtitles/src/Glade/VideoOpenDialog.glade    |   63 +
 gnome-subtitles/src/Glade/gnome-subtitles.glade    | 4564 --------------------
 gnome-subtitles/src/Glade/gnome-subtitles.gladep   |    7 -
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |    5 +-
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    1 -
 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |    4 +-
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    4 +-
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    4 +-
 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |   38 +-
 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |    4 +-
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |    4 +-
 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    4 +-
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    4 +-
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    4 +-
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 +-
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   17 +-
 26 files changed, 3782 insertions(+), 4623 deletions(-)

commit 4492bcd9827a954ef49577fdf4fc95b2a5faf1f8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:29:16 2006 +0000

    Renaming dialogs. Code cleanup.
    
    Renaming dialogs.
    Code cleanup.
    
    svn path=/trunk/; revision=443

 gnome-subtitles/gnome-subtitles.mdp                |   16 ++++++++--------
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   20 ++++----------------
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |   12 ++++++------
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |    7 -------
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |    4 ++--
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |    4 ++--
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |    4 ++--
 .../Dialogs/SaveConfirmationDialog.cs              |   16 ++++++++--------
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |    4 ++--
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |    4 ++--
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |    4 ++--
 11 files changed, 38 insertions(+), 57 deletions(-)

commit 585bcf7f1c60527538a472df4b6e213c4dc5f558
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:19:32 2006 +0000

    Renaming dialogs.
    
    svn path=/trunk/; revision=442

 .../GnomeSubtitles/Dialogs/ConfirmationDialog.cs   |   94 ----------
 .../src/GnomeSubtitles/Dialogs/FileOpenDialog.cs   |   64 +++++++
 .../GnomeSubtitles/Dialogs/FileOpenErrorDialog.cs  |   82 +++++++++
 .../src/GnomeSubtitles/Dialogs/FileSaveAsDialog.cs |  187 ++++++++++++++++++++
 .../src/GnomeSubtitles/Dialogs/OpenDialog.cs       |   64 -------
 .../src/GnomeSubtitles/Dialogs/OpenErrorDialog.cs  |   82 ---------
 .../src/GnomeSubtitles/Dialogs/SaveAsDialog.cs     |  187 --------------------
 .../Dialogs/SaveConfirmationDialog.cs              |   94 ++++++++++
 .../GnomeSubtitles/Dialogs/ShiftTimingsDialog.cs   |   81 ---------
 .../GnomeSubtitles/Dialogs/TimingsShiftDialog.cs   |   81 +++++++++
 .../Dialogs/VideoFileChooserDialog.cs              |   52 ------
 .../src/GnomeSubtitles/Dialogs/VideoOpenDialog.cs  |   52 ++++++
 12 files changed, 560 insertions(+), 560 deletions(-)

commit a4df5275bf1ac4f7113267d4eca422206b13a983
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:15:49 2006 +0000

    Renaming dialogs.
    
    svn path=/trunk/; revision=441

 .../GnomeSubtitles/Dialogs/AdjustTimingsDialog.cs  |  160 --------------------
 .../GnomeSubtitles/Dialogs/TimingsAdjustDialog.cs  |  160 ++++++++++++++++++++
 2 files changed, 160 insertions(+), 160 deletions(-)

commit fae4af7ad1ac3114d22680f2c0b93543b441d237
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:13:10 2006 +0000

    Initial import of the video previewing functionality. MPlayer is used to display videos.
    
    svn path=/trunk/; revision=440

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 2554 +++++++++++++++++------
 1 files changed, 1890 insertions(+), 664 deletions(-)

commit 891e379ccd94033d61c7a48a5cc0fe0164c78441
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:11:36 2006 +0000

    Initial import of the video previewing functionality. MPlayer is used to display videos.
    
    svn path=/trunk/; revision=439

 .../Dialogs/VideoFileChooserDialog.cs              |   52 ++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit c598c0970ebe6afdb661437eb92ce2b74ec87312
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:10:17 2006 +0000

    Initial import of the video previewing functionality. MPlayer is used to display videos.
    
    svn path=/trunk/; revision=438

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |  174 +++++++++++-----
 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs     |   17 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |  145 +++++++------
 gnome-subtitles/src/GnomeSubtitles/Core/Player.cs  |  221 ++++++++++++++++++++
 .../src/GnomeSubtitles/Core/PlayerPosition.cs      |   81 +++++++
 gnome-subtitles/src/GnomeSubtitles/Core/Video.cs   |  178 ++++++++++++++++
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |  105 ++++++----
 7 files changed, 751 insertions(+), 170 deletions(-)

commit f0829c02dc69dc82ea10c067896ed2caa77a25ba
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:07:16 2006 +0000

    Updated for changes in the Glade files.
    
    svn path=/trunk/; revision=437

 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f89ea537957074961f882abc8536512455c871c0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:05:10 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=436

 .../src/GnomeSubtitles/Commands/CommandManager.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c06e9a79aaafd19c084a78b356c849e882b313d8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:03:59 2006 +0000

    Changed Movie namings to Video.
    
    svn path=/trunk/; revision=435

 .../Commands/ChangeFrameRateCommand.cs             |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 252651bf3efa9dbbadd68836ca2b15c63ee51f7e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:01:42 2006 +0000

    Romeo and Juliet captions.
    
    svn path=/trunk/; revision=434

 gnome-subtitles/etc/samples/Romeo and Juliet.srt |   87 ++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

commit 846d7b41f433b14520491a9827921423a62bc616
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:00:59 2006 +0000

    Added Video previewing files.
    
    svn path=/trunk/; revision=433

 gnome-subtitles/gnome-subtitles.mdp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 385a5e70120c148395a3543f7316eb8320e75177
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 18:00:35 2006 +0000

    Added João Pinto - Deb packager.
    
    svn path=/trunk/; revision=432

 gnome-subtitles/CREDITS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0ba1846fab7c1a99f81f96a895726c2d3bffaf32
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 17:59:35 2006 +0000

    Updated TODO.
    
    svn path=/trunk/; revision=431

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a8ac05f1e3828655690e284f4324280a03d8f30d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 21 17:44:49 2006 +0000

    Renaming dialogs.
    
    svn path=/trunk/; revision=430

 .../src/GnomeSubtitles/Dialogs/BugReportWindow.cs  |   93 --------------------
 .../src/GnomeSubtitles/Dialogs/ReportBugWindow.cs  |   93 ++++++++++++++++++++
 2 files changed, 93 insertions(+), 93 deletions(-)

commit 898461fd951ec7d90ec6899f07f499a126ba8f4b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 13 16:42:33 2006 +0000

    Updated for a change in the website address.
    
    svn path=/trunk/; revision=423

 gnome-subtitles/AUTHORS                            |    4 +-
 gnome-subtitles/CREDITS                            |    4 +-
 gnome-subtitles/README                             |    4 +-
 gnome-subtitles/TODO                               |    4 +-
 gnome-subtitles/autogen.sh                         |    2 +-
 gnome-subtitles/src/Glade/gnome-subtitles.glade    | 1146 ++++++++++----------
 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    4 +-
 7 files changed, 584 insertions(+), 584 deletions(-)

commit b234e0fa1eb518e680016a50f28037d8424f49cb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 13 11:25:42 2006 +0000

    Connected handlers to the Find and Replace toolbar buttons.
    
    svn path=/trunk/; revision=422

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1146 ++++++++++++-----------
 1 files changed, 574 insertions(+), 572 deletions(-)

commit fcd600adba8af1a81f5862990f10e1f5edf28821
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 13 10:58:05 2006 +0000

    Updating for release 0.1.
    
    svn path=/trunk/; revision=419

 gnome-subtitles/ChangeLog    |  563 ++++++++++++++++++++++++++++++++++++++++++
 gnome-subtitles/NEWS         |   28 ++
 gnome-subtitles/README       |   15 +-
 gnome-subtitles/TODO         |   19 --
 gnome-subtitles/configure.in |    2 +-
 5 files changed, 598 insertions(+), 29 deletions(-)

commit 5d40481798e5c850f6389e5b52f9933ffb3e4f59
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 13 10:20:27 2006 +0000

    Set the sensitivity of the InsertSubtitleBefore menu when no subtitles are selected.
    
    svn path=/trunk/; revision=418

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs   |    5 +++--
 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 0d26da7a7ed9bda8e599498d7ba021cd9856c4bb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:32:41 2006 +0000

    Updated to use the new artwork.
    
    svn path=/trunk/; revision=417

 gnome-subtitles/data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 411171babe5dce9df43ea599dbfe6df3dfee86eb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:32:19 2006 +0000

    Added new artwork.
    
    svn path=/trunk/; revision=416

 gnome-subtitles/data/gnome-subtitles-logo.png |  Bin 0 -> 18250 bytes
 gnome-subtitles/data/gnome-subtitles.png      |  Bin 0 -> 1590 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 268665fd1c8d4061afcb64db6370ec1a52775813
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:29:48 2006 +0000

    Updated to use the new artwork.
    
    svn path=/trunk/; revision=415

 gnome-subtitles/gnome-subtitles.mdp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 2161af381bcbb34b0f01de93e4ac3cfef291d355
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:29:37 2006 +0000

    Added credits of the new artwork.
    
    svn path=/trunk/; revision=414

 gnome-subtitles/CREDITS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 17be07634670ceeb38524d07b31f8e84b1fff217
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:28:06 2006 +0000

    Updated for release 0.1.
    
    svn path=/trunk/; revision=413

 gnome-subtitles/AUTHORS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 395494f3d165f6ad7a9342a7e430676836b30335
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:27:03 2006 +0000

    Updated to use the new artwork.
    
    svn path=/trunk/; revision=412

 gnome-subtitles/src/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 31427bc5c441b90743341c8bf22392b754e7f6b9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:26:21 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=411

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 125283464da0373aefdbbf9587cc3b7c4fa42c90
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:25:41 2006 +0000

    Added new logo to the About dialog.
    
    svn path=/trunk/; revision=410

 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 45bf1fd1d7c018e528bf7e5afc52f735eb7a4c73
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:21:13 2006 +0000

    Use the new PNG icon instead of the old SVG.
    
    svn path=/trunk/; revision=409

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b99bd685b758546c3dac712aeef7ad71eb02d22
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 12 18:20:25 2006 +0000

    Added artwork credits.
    
    svn path=/trunk/; revision=408

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit fe1466d4ae3e7c0a9ffaf08aa58baff1fc87bbe2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 01:11:09 2006 +0000

    Reverted to the old behavior of not detecting whether the menuitems are sensitive when issuing FindNext and FindPrevious.
    
    svn path=/trunk/; revision=406

 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

commit 28d13be586377f905cbc1a3e8eaed104abf61355
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 01:10:33 2006 +0000

    Added accelerators for Find Next (F3), Find Previous (Shift+F3) and Redo (Ctrl+Y), besides the existing Gnome default accelerators.
    
    svn path=/trunk/; revision=405

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  186 ++++++++++++-----------
 1 files changed, 95 insertions(+), 91 deletions(-)

commit 93809ea367bec5397696d3ba1bb52669e9d4dff8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 00:50:32 2006 +0000

    Added names for the Find and Replace toolbar buttons.
    
    svn path=/trunk/; revision=404

 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit d42af64406b129ef5ea42022dc40d7bebe66c0e8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 00:49:35 2006 +0000

    FindNext and FindPrevious are now only activated when their corresponding menu items are sensitive.
    
    svn path=/trunk/; revision=403

 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit f55eac93eb1215275af271537c441b09aa95dc1c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 00:46:24 2006 +0000

    Added the Find and Replace toolbar buttons.
    Set the toolbar buttons not to homogeneous.
    
    svn path=/trunk/; revision=402

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 9ca6aa1fe78933bbed4de84a8f77d668c4cfc5ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 00:45:20 2006 +0000

    Update timing mode when issuing Save As.
    
    svn path=/trunk/; revision=401

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit a2ca5ba4614f8b5d6353a804aeb76b9cfea505c8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 00:44:03 2006 +0000

    Code cleanup. Added handler for Help Contents.
    
    Code cleanup.
    Added handler for Help Contents.
    
    svn path=/trunk/; revision=400

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 0d81c84d5a82b487c3e87c2407708cf9c083c96f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 9 00:42:45 2006 +0000

    Added some accelerators.
    
    svn path=/trunk/; revision=399

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1200 ++++++++++++-----------
 1 files changed, 621 insertions(+), 579 deletions(-)

commit f9037c2101decf8724221b135a47b1861abff1bf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Dec 7 16:58:34 2006 +0000

    Fixed GUI not changing the TimingMode when Saving As to a subtitle format with a TimingMode that's different than the one being used.
    
    svn path=/trunk/; revision=398

 gnome-subtitles/TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f18767ea5f5c74a97864b74c65f849cbb1ce0027
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 6 15:13:57 2006 +0000

    Updated with fixed bugs and new changes.
    
    svn path=/trunk/; revision=397

 gnome-subtitles/TODO |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit b2171836fcc99329782bd78ad937f85c2109e58c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Dec 6 15:13:43 2006 +0000

    Report the current version for gtk-sharp, gnome-sharp and glade-sharp in the bug report window.
    
    svn path=/trunk/; revision=396

 .../src/GnomeSubtitles/Dialogs/BugReportWindow.cs  |    5 ++++-
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   12 ++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

commit d4e4be0411b61929ef649cfba362847cd36a30ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 5 23:06:26 2006 +0000

    Fixed bug with About dialog not being closed when pressing Close.
    
    svn path=/trunk/; revision=395

 gnome-subtitles/src/Glade/gnome-subtitles.glade    | 1145 ++++++++++----------
 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |   16 +
 2 files changed, 587 insertions(+), 574 deletions(-)

commit 46734d32b612ed81420a1ad7b8e3e12dcbecd431
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Dec 5 22:47:48 2006 +0000

    Fixed a crasher in the SaveAs dialog. There seems to be a bug that makes the dialog return null for its current filename and folder while in the constructor.
    Updated the properties in the glade file.
    
    svn path=/trunk/; revision=394

 gnome-subtitles/src/Glade/gnome-subtitles.glade    |   10 +++++++++-
 .../src/GnomeSubtitles/Dialogs/SaveAsDialog.cs     |   16 +++++++++++-----
 2 files changed, 20 insertions(+), 6 deletions(-)

commit cb7f1f4b8a86b313b7ca6add24352878f42f6741
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:52:52 2006 +0000

    Added Replace All.
    
    svn path=/trunk/; revision=393

 gnome-subtitles/gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f9de511e1f8f56910d1600375ed106f87bf14e24
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:52:42 2006 +0000

    Added Replace All.
    
    svn path=/trunk/; revision=392

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit b46e6740052365c2a6d25d9c55173137e6e015d3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:51:46 2006 +0000

    CloseDialog and HideDialog are now public.
    
    svn path=/trunk/; revision=391

 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 93991bd8c11f54dddb3f73703314a038797bc7c0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:51:26 2006 +0000

    Added widget names for the Search menu items.
    
    svn path=/trunk/; revision=390

 .../src/GnomeSubtitles/Core/WidgetNames.cs         |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 2b188b3cca6e215f060ddb590a9fc29c689d8eca
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:51:13 2006 +0000

    Added method to convert a list of integers into a list of TreePaths.
    
    svn path=/trunk/; revision=389

 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 5102f8c8713b3d5495a6c734203c3f691b6fa108
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:50:58 2006 +0000

    Clear the search environment on New Document.
    
    svn path=/trunk/; revision=388

 .../src/GnomeSubtitles/Core/SubtitleView.cs        |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 244789b41f2a12558bc70feefb1a964f2d30b809
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:46:16 2006 +0000

    Set FindNext and FindPrevious sensitivities when using Find.
    Added support for Replace All.
    Added support for clearing the dialog on NewDocument.
    
    svn path=/trunk/; revision=387

 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

commit 87c02dbe6d83ba6f43a2919b718c01900086e6ee
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:43:04 2006 +0000

    Set sensitivity of Search menu items.
    
    svn path=/trunk/; revision=386

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 60fc6b2251f3b51ead4afe1aaa5921c43cb8f05d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:42:26 2006 +0000

    Command that performs ReplaceAll. Subtitles.ReplaceAll is only called once, on Execute. When issuing Undo and Redo, values are stored and swapped.
    
    svn path=/trunk/; revision=385

 .../GnomeSubtitles/Commands/ReplaceAllCommand.cs   |   78 ++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

commit 8af80f8936c3b4bb0a49e7f7f9be36c79f8d9820
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:37:59 2006 +0000

    Execute now returns a boolean.
    
    svn path=/trunk/; revision=384

 .../Commands/AdjustTimingsCommand.cs               |    3 ++-
 .../Commands/ChangeFrameRateCommand.cs             |    3 ++-
 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |    3 ++-
 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |    5 +++--
 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |    5 +++--
 .../src/GnomeSubtitles/Commands/Command.cs         |    2 +-
 .../src/GnomeSubtitles/Commands/CommandManager.cs  |   11 +++++++----
 .../Commands/DeleteSubtitlesCommand.cs             |    3 ++-
 .../Commands/FixedMultipleSelectionCommand.cs      |   11 +++++++----
 .../Commands/FixedSingleSelectionCommand.cs        |   11 +++++++----
 .../Commands/InsertSubtitleCommand.cs              |    3 ++-
 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |    3 ++-
 12 files changed, 40 insertions(+), 23 deletions(-)

commit 5b9825872ca8809e5f843df9b4810ab15bb6ace3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:37:34 2006 +0000

    Allow to construct without immediately setting the paths and focus. Allow to set the paths and focus later.
    Execute now returns a boolean.
    
    svn path=/trunk/; revision=383

 .../Commands/MultipleSelectionCommand.cs           |   30 +++++++++++++------
 1 files changed, 20 insertions(+), 10 deletions(-)

commit 22c393ace4be4c4e2a0b6e5f71a5ed2f8557fee7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Dec 3 01:33:14 2006 +0000

    Removed old Search elements from the Edit menu.
    Added a separator to the Search menu.
    Set the sensitivity on the Search menu items.
    
    svn path=/trunk/; revision=382

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   39 ++++++-----------------
 1 files changed, 10 insertions(+), 29 deletions(-)

commit 873578d8c27419b253dc968fcb2cbd522ff94fdf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 2 02:34:22 2006 +0000

    Added Replace functionality. If the text to be replaced is the text currently selected, it replaces it. If not, it does a Find.
    
    svn path=/trunk/; revision=381

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |    4 +-
 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs  |   47 +++++++++++++++-----
 2 files changed, 38 insertions(+), 13 deletions(-)

commit 84e2410cdb3532b48ee45ffdd9c1def3ebda49cf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 2 02:33:41 2006 +0000

    Minor modifications to handle Replace.
    
    svn path=/trunk/; revision=380

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |   33 +++++++++++++++-----
 1 files changed, 25 insertions(+), 8 deletions(-)

commit 2c6ca251e0a2da91b1a034e683e0dc6893d62461
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 2 02:33:03 2006 +0000

    Added a method to replace the current selection. In only signals a single time with the whole change.
    
    svn path=/trunk/; revision=379

 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 2f2f8acbbfb361749fed1f5ccf487f39c3c1edca
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 2 02:31:35 2006 +0000

    Added accelerator to Replace, FindNext and FindPrevious menu items.
    Set SearchDialog buttons insensitive (except for Close).
    
    svn path=/trunk/; revision=378

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1141 ++++++++++++-----------
 1 files changed, 573 insertions(+), 568 deletions(-)

commit 83a983d37c0024e05bca47a1b9baf452c3d2172c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Dec 2 02:30:50 2006 +0000

    Added Arch Linux packager.
    
    svn path=/trunk/; revision=377

 gnome-subtitles/CREDITS |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit e137f6e006edd6e2e9c564cad2793d87a712c6e5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 30 00:13:04 2006 +0000

    Code cleanup. Change the sensitivity of the Replace and ReplaceAll buttons
    
    Code cleanup.
    Change the sensitivity of the Replace and ReplaceAll buttons when changing the text in the Find entry.
    
    svn path=/trunk/; revision=376

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |   28 ++++++++++++--------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit c0a6cb08a6b21fa2e97ebaed3cadfd07171e6458
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 28 23:52:21 2006 +0000

    Store both the regex to use when scanning forward but also the regex to use when scanning backwards.
    
    svn path=/trunk/; revision=375

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |   29 +++++++++++---------
 1 files changed, 16 insertions(+), 13 deletions(-)

commit f1678361d320ee4a2af5277829d7b82ce36df635
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 28 23:51:32 2006 +0000

    Added a way to set a dialog as persistent, that is, it is hidden instead of destroyed, when closed.
    
    svn path=/trunk/; revision=374

 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |   35 +++++++++++++++++---
 1 files changed, 30 insertions(+), 5 deletions(-)

commit 6244f0dddb18918c86b031b4f06fdea116a77164
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 28 23:50:53 2006 +0000

    Removed the KeyPressEvent to do Escape detection. It looks like this is a usability inconsistency in Gnome. In the future, buttons that close windows should be set with responseID = -6 in Glade, so Escape works.
    
    svn path=/trunk/; revision=373

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1146 +++++++++++-----------
 1 files changed, 573 insertions(+), 573 deletions(-)

commit 6ac8661c1b6df46358579a5a24ecccb07dfb8701
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 28 23:49:42 2006 +0000

    Added method to get the bounds of the currently selected text, in case there's text selected.
    
    svn path=/trunk/; revision=372

 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |   21 +++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit c6adc7a0f9ccddc1dfce4ee4bd447e1ca4da03f4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 28 23:48:36 2006 +0000

    Search now uses the currently selected text's indexes instead of just the focus. This allows to switch from next and previous Find without repeating found elements.
    
    svn path=/trunk/; revision=371

 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs |   53 ++++++++++++++-------
 1 files changed, 35 insertions(+), 18 deletions(-)

commit 615e06e5ffae4ff60390fc4036f9b8f2a7f7e9e2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Nov 28 22:56:26 2006 +0000

    Connected KeyPress event to hide the dialog when pressing Escape.
    
    svn path=/trunk/; revision=370

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1137 ++++++++++++-----------
 1 files changed, 569 insertions(+), 568 deletions(-)

commit aa17c1043950524170ea1cd19363621400446ccf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:25:59 2006 +0000

    Updated the TODO.
    
    svn path=/trunk/; revision=369

 gnome-subtitles/TODO |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit d675ec5c0682d6a313fabfab7c81ebcd49a03394
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:11:24 2006 +0000

    The search now includes most of the Find functionality. Replace functions aren't implemented yet.
    
    svn path=/trunk/; revision=368

 gnome-subtitles/src/GnomeSubtitles/Core/Search.cs |  117 +++++++++++++++++++++
 1 files changed, 117 insertions(+), 0 deletions(-)

commit c6e7cfa0d188e81658ff19d764e3344a72a87b7e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:10:54 2006 +0000

    The search dialog now includes most of the Find functionality. Replace functions aren't implemented yet.
    
    svn path=/trunk/; revision=367

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |  225 +++++++++++++------
 1 files changed, 154 insertions(+), 71 deletions(-)

commit 3c67f654139c46993211d5763eca64cc0cc705d2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:07:02 2006 +0000

    Added methods to show and hide a dialog.
    
    svn path=/trunk/; revision=366

 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit f99bcd996b8436383e8c9fca4443bf4c89e48a25
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:06:15 2006 +0000

    Added a reference to Search, the search environment.
    
    svn path=/trunk/; revision=365

 .../src/GnomeSubtitles/Core/SubtitleView.cs        |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 6a69c52f61422f9eb79076d1c74c0ed3f45b9302
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:04:21 2006 +0000

    Focus now checks if there are selected subtitles.
    Added a method to select a single subtitle and, afterwards, part of its text, also focussing on it.
    
    svn path=/trunk/; revision=364

 .../src/GnomeSubtitles/Core/SubtitleSelection.cs   |   22 ++++++++++++++++++-
 1 files changed, 20 insertions(+), 2 deletions(-)

commit c6d583f6672ca80132cbea50e3d8beec4592d144
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:02:26 2006 +0000

    Changed SubtitleEdit.Sensitive to SubtitleEdit.Enabled.
    Added method to select text in the TextView and grab focus to it.
    
    svn path=/trunk/; revision=363

 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |   21 +++++++++++++++----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit dd323d5a4ef240378012d52e4eb8bb8ea34251be
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:01:21 2006 +0000

    Changed SubtitleEdit.Sensitive to SubtitleEdit.Enabled.
    
    svn path=/trunk/; revision=362

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7126418d4f69823f7712c1a40aa63d65e953dc63
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 16:00:31 2006 +0000

    Added handlers for Find, FindNext, FindPrevious and Replace. Only Find has most of the functionality done, no replace/replaceAll functionality ATM.
    
    svn path=/trunk/; revision=361

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit 701e8175e413b4a3c81170d665ee378c197838e3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 15:59:02 2006 +0000

    Improved the Search dialog with some commonly-used options. Also set the visibility to false, so the dialog is set before it's first shown. The buttons were also underlined, and handlers were handed to capture changes in the values (entries + checkbuttons).
    
    svn path=/trunk/; revision=360

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  105 ++++++++++++++++++++---
 1 files changed, 91 insertions(+), 14 deletions(-)

commit cbe68d8023d3b81222db8f497163d5ee8f6c2a6f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 26 15:57:37 2006 +0000

    Added Search.cs - a class to contain search operations.
    
    svn path=/trunk/; revision=359

 gnome-subtitles/gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 601e0684cc7a95d24d944b013603f7bf25fa8db7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Nov 24 12:05:21 2006 +0000

    Updated refactoring tasks.
    
    svn path=/trunk/; revision=358

 gnome-subtitles/TODO |   41 +++++++++++++++++++++++++++++++++++------
 1 files changed, 35 insertions(+), 6 deletions(-)

commit f58feb3012bb76910098abf529ddb729ecf411e9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 21:34:11 2006 +0000

    This class includes everything related to selection. This also englobes focus and scrolling.
    Separate selection isn't done externaly now. These methods contain all the selection methods needed.
    Global refactoring. Most of the class is documented.
    
    svn path=/trunk/; revision=357

 .../src/GnomeSubtitles/Core/SubtitleSelection.cs   |  391 ++++++++++++++++++++
 1 files changed, 391 insertions(+), 0 deletions(-)

commit 06da0dc8680814e64b9ed91921e2358ffad1b8bf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 21:32:25 2006 +0000

    GladeWidget isn't used anymore.
    Global refactoring, the class is now a lot more self-contained.
    All members related to selection were moved to SubtitleSelection.
    A great part of the class is now documented.
    Created methods to deal with subtitle insertion and deletion. These methods are the main ones to be called, as they will call those in Subtitles.
    
    svn path=/trunk/; revision=356

 .../src/GnomeSubtitles/Core/SubtitleView.cs        |  312 ++++++++++++++++++++
 1 files changed, 312 insertions(+), 0 deletions(-)

commit 27cf3e0f397f34e7bbadc5d799fec81c1bd15080
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:56:43 2006 +0000

    Added indexer overloads and some other methods to handle the collection.
    The methods that handle insertion and removal now do a stronger validation of their arguments, so this class is more secure in overall.
    
    svn path=/trunk/; revision=355

 .../src/GnomeSubtitles/Core/Subtitles.cs           |  178 ++++++++++++++++++++
 1 files changed, 178 insertions(+), 0 deletions(-)

commit efcdfe4a89ed32e4fd516858c0e89ffc31cbbb42
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:53:59 2006 +0000

    GladeWidget isn't used anymore.
    Global refactoring, the class is now more self-contained, some members were removed, other were renamed to more self-explained method.
    Part of the code is now documented.
    
    svn path=/trunk/; revision=354

 .../src/GnomeSubtitles/Core/SubtitleEdit.cs        |  335 ++++++++++++++++++++
 1 files changed, 335 insertions(+), 0 deletions(-)

commit 2daa0c2f15209d7b130a6e25d42b96646d925afe
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:50:34 2006 +0000

    Changed SubtitleView to View.
    Changed SubtitleEdit to Edit.
    GladeWidget isn't used anymore.
    Global refactoring, the class is now more self-contained, some members were removed, other were renamed to more self-explained method.
    Part of the code is now documented.
    
    svn path=/trunk/; revision=353

 gnome-subtitles/src/GnomeSubtitles/Core/GUI.cs |  316 ++++++++++++++++++++++++
 1 files changed, 316 insertions(+), 0 deletions(-)

commit 3a2cf949a4e93677536904844e31e5b4a95f9162
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:45:02 2006 +0000

    New class to contain the properties to be globally accessed.
    This contains more or less what used to be in ApplicationCore.
    
    svn path=/trunk/; revision=352

 gnome-subtitles/src/GnomeSubtitles/Core/Global.cs |  147 +++++++++++++++++++++
 1 files changed, 147 insertions(+), 0 deletions(-)

commit b02c257258c68d6dcd7a9511ab7f8cd4fe10376f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:04:57 2006 +0000

    Updated to use the new Global.
    Code refactoring.
    
    svn path=/trunk/; revision=351

 .../src/GnomeSubtitles/Core/EventHandlers.cs       |  283 ++++++++++++++++++++
 1 files changed, 283 insertions(+), 0 deletions(-)

commit 58b0e4d578021ed29befd1977d3463c964d8bf6c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:04:27 2006 +0000

    Describes the type of a selection.
    
    svn path=/trunk/; revision=350

 .../src/GnomeSubtitles/Core/SelectionType.cs       |   37 ++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit 5dab340df4a57eceb595c211fa2731cde43d44a8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:03:53 2006 +0000

    Updated to use the new Global.
    Code refactoring.
    
    svn path=/trunk/; revision=349

 gnome-subtitles/src/GnomeSubtitles/Core/Menus.cs |  301 ++++++++++++++++++++++
 1 files changed, 301 insertions(+), 0 deletions(-)

commit cec7009a42dfb60e35bed994cfa103c0629530a4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 20:00:19 2006 +0000

    Removed the names of dialog widgets, which are now inside the dialogs.
    
    svn path=/trunk/; revision=348

 .../src/GnomeSubtitles/Core/WidgetNames.cs         |   82 ++++++++++++++++++++
 1 files changed, 82 insertions(+), 0 deletions(-)

commit 77cbbe864c2196d3f3f5e08a3e98574faa5af295
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:59:21 2006 +0000

    Global refactoring. Added methods to handle TreePaths. Documented the
    
    Global refactoring.
    Added methods to handle TreePaths.
    Documented the code.
    
    svn path=/trunk/; revision=347

 gnome-subtitles/src/GnomeSubtitles/Core/Util.cs |  145 +++++++++++++++++++++++
 1 files changed, 145 insertions(+), 0 deletions(-)

commit 2b6996526ec656721d431aa7ed0fe44e89c6b684
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:58:11 2006 +0000

    Global refactoring.
    
    svn path=/trunk/; revision=346

 .../src/GnomeSubtitles/Core/Clipboards.cs          |   94 ++++++++++++++++++++
 1 files changed, 94 insertions(+), 0 deletions(-)

commit a7c2969df3d4cec99008af4bf5a313406a5ae9cf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:57:26 2006 +0000

    Moved from SubtitleView.
    
    svn path=/trunk/; revision=345

 .../Core/CellRendererCenteredText.cs               |   63 ++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit 048be5658feb7618a7f64c9d65debfa92c11b08a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:56:05 2006 +0000

    Global refactoring.
    
    svn path=/trunk/; revision=343

 .../src/GnomeSubtitles/Execution/Executable.cs     |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

commit ae97b00f056613208143d9f2a21613b537df8300
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:54:57 2006 +0000

    Code cleanup. This needs a whole lotta love.
    
    Code cleanup.
    This needs a whole lotta love.
    
    svn path=/trunk/; revision=342

 .../src/GnomeSubtitles/Dialogs/SearchDialog.cs     |  149 ++++++++++++++++++++
 1 files changed, 149 insertions(+), 0 deletions(-)

commit f21077d66eda2c98b1da29149e23d2ba699ed0bf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:54:24 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=341

 .../src/GnomeSubtitles/Dialogs/OpenErrorDialog.cs  |   82 ++++++++++++++++++++
 1 files changed, 82 insertions(+), 0 deletions(-)

commit 7657fe3959f41fc4b2b86fe5922933c05be907cc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:53:45 2006 +0000

    Save isn't performed inside the dialog. Only its properties are returned for the save to be performed outside (in GUI).
    Widget names are now handled inside the dialog.
    Code cleanup.
    
    svn path=/trunk/; revision=340

 .../src/GnomeSubtitles/Dialogs/SaveAsDialog.cs     |  181 ++++++++++++++++++++
 1 files changed, 181 insertions(+), 0 deletions(-)

commit 65063e3504bbe19a69672ecf86cb49a1d8c95328
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:53:00 2006 +0000

    Widget names are now handled inside the dialog.
    Code cleanup.
    
    svn path=/trunk/; revision=339

 .../src/GnomeSubtitles/Dialogs/OpenDialog.cs       |   64 ++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

commit df543ec248b8e1941ed0c7ca605e7509cfabc9c2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:52:25 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=338

 .../GnomeSubtitles/Dialogs/ConfirmationDialog.cs   |   94 ++++++++++++++++++++
 1 files changed, 94 insertions(+), 0 deletions(-)

commit 57c0e1ed418102e70fdfe2dc4d047e29466c73ae
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:52:12 2006 +0000

    Widget names are now handled inside the dialog.
    Code cleanup.
    
    svn path=/trunk/; revision=337

 .../src/GnomeSubtitles/Dialogs/BugReportWindow.cs  |   90 ++++++++++++++++++++
 1 files changed, 90 insertions(+), 0 deletions(-)

commit b4c6833efd9b01e5744e27d844529ce4934c3228
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:51:37 2006 +0000

    Widget names are now handled inside the dialog.
    
    svn path=/trunk/; revision=336

 .../src/GnomeSubtitles/Dialogs/HeadersDialog.cs    |  272 ++++++++++++++++++++
 1 files changed, 272 insertions(+), 0 deletions(-)

commit 1ff52bf1ea56110200e80541031d3dbd6587c461
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:51:22 2006 +0000

    Refactored to include most properties of bothe the Open and the Save dialogs.
    
    svn path=/trunk/; revision=335

 .../Dialogs/SubtitleFileChooserDialog.cs           |   70 ++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)

commit db9e140ca382f9b9cccfd688c52f867b0f410ccf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:50:37 2006 +0000

    Widget names are now handled inside the dialog.
    Now uses SubtitleSelection to specify the kind of selection to apply the command to.
    
    svn path=/trunk/; revision=334

 .../GnomeSubtitles/Dialogs/AdjustTimingsDialog.cs  |  160 ++++++++++++++++++++
 .../GnomeSubtitles/Dialogs/ShiftTimingsDialog.cs   |   81 ++++++++++
 2 files changed, 241 insertions(+), 0 deletions(-)

commit c2ce97d7a0c57f4e3028a5a9dd2977170231a7e7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:48:53 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=333

 .../src/GnomeSubtitles/Dialogs/GladeDialog.cs      |   71 ++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)

commit 7a8450d10a65295f182156b14a9613e88c844cf1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:48:16 2006 +0000

    Moved from SubtitleFileChooserDialog
    
    svn path=/trunk/; revision=332

 .../src/GnomeSubtitles/Dialogs/FileEncoding.cs     |   54 ++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit c4065833c2975c5a60ae1eb7fd8d2fb18c3a243b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:32:28 2006 +0000

    Widget names are now handled inside the dialog.
    
    svn path=/trunk/; revision=331

 .../src/GnomeSubtitles/Dialogs/AboutDialog.cs      |   64 ++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

commit bfa1ea767c1227f38c51cc5063821882f3de3cb1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:31:03 2006 +0000

    Source code file structure changed.
    
    svn path=/trunk/; revision=329

 .../src/GnomeSubtitles/Dialogs2/AboutDialog.cs     |   64 -----
 .../GnomeSubtitles/Dialogs2/AdjustTimingsDialog.cs |  157 ------------
 .../src/GnomeSubtitles/Dialogs2/BugReportWindow.cs |   85 -------
 .../GnomeSubtitles/Dialogs2/ConfirmationDialog.cs  |   95 -------
 .../src/GnomeSubtitles/Dialogs2/GladeDialog.cs     |   57 -----
 .../src/GnomeSubtitles/Dialogs2/HeadersDialog.cs   |  267 --------------------
 .../src/GnomeSubtitles/Dialogs2/OpenDialog.cs      |   74 ------
 .../src/GnomeSubtitles/Dialogs2/OpenErrorDialog.cs |   81 ------
 .../src/GnomeSubtitles/Dialogs2/SaveAsDialog.cs    |  167 ------------
 .../GnomeSubtitles/Dialogs2/ShiftTimingsDialog.cs  |   79 ------
 .../Dialogs2/SubtitleFileChooserDialog.cs          |   84 ------
 11 files changed, 0 insertions(+), 1210 deletions(-)

commit 0eb963c1db29f759a1ae7df075c35d4687f824a3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:26:32 2006 +0000

    Widget names are now handled inside the dialog.
    
    svn path=/trunk/; revision=328

 .../src/GnomeSubtitles/Dialogs2/AboutDialog.cs     |   37 ++++++++++++--------
 1 files changed, 22 insertions(+), 15 deletions(-)

commit 5287fd3b38bdc9a860e0e73dfc95790d65b5657b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:26:23 2006 +0000

    Widget names are now handled inside the dialog.
    
    svn path=/trunk/; revision=327

 .../src/GnomeSubtitles/Dialogs2/AboutDialog.cs     |   57 +++++
 .../GnomeSubtitles/Dialogs2/AdjustTimingsDialog.cs |  157 ++++++++++++
 .../src/GnomeSubtitles/Dialogs2/BugReportWindow.cs |   85 +++++++
 .../GnomeSubtitles/Dialogs2/ConfirmationDialog.cs  |   95 +++++++
 .../src/GnomeSubtitles/Dialogs2/GladeDialog.cs     |   57 +++++
 .../src/GnomeSubtitles/Dialogs2/HeadersDialog.cs   |  267 ++++++++++++++++++++
 .../src/GnomeSubtitles/Dialogs2/OpenDialog.cs      |   74 ++++++
 .../src/GnomeSubtitles/Dialogs2/OpenErrorDialog.cs |   81 ++++++
 .../src/GnomeSubtitles/Dialogs2/SaveAsDialog.cs    |  167 ++++++++++++
 .../GnomeSubtitles/Dialogs2/ShiftTimingsDialog.cs  |   79 ++++++
 .../Dialogs2/SubtitleFileChooserDialog.cs          |   84 ++++++
 11 files changed, 1203 insertions(+), 0 deletions(-)

commit 4bd336605247b47721c9de170e449b14b04db10f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:14:38 2006 +0000

    Source code file structure changed.
    
    svn path=/trunk/; revision=326

 .../GnomeSubtitles/Application/ApplicationCore.cs  |  148 -----
 .../src/GnomeSubtitles/Application/Clipboards.cs   |   97 ----
 .../GnomeSubtitles/Application/CommandManager.cs   |  410 --------------
 .../src/GnomeSubtitles/Application/Commands.cs     |  592 --------------------
 .../Application/Dialogs/AboutDialog.cs             |   57 --
 .../Application/Dialogs/AdjustTimingsDialog.cs     |  157 ------
 .../Application/Dialogs/BugReportWindow.cs         |   85 ---
 .../Application/Dialogs/ConfirmationDialog.cs      |   95 ----
 .../Application/Dialogs/GladeDialog.cs             |   57 --
 .../Application/Dialogs/HeadersDialog.cs           |  267 ---------
 .../Application/Dialogs/OpenDialog.cs              |   74 ---
 .../Application/Dialogs/OpenErrorDialog.cs         |   81 ---
 .../Application/Dialogs/SaveAsDialog.cs            |  167 ------
 .../Application/Dialogs/ShiftTimingsDialog.cs      |   79 ---
 .../Dialogs/SubtitleFileChooserDialog.cs           |   84 ---
 .../GnomeSubtitles/Application/EventHandlers.cs    |  279 ---------
 .../src/GnomeSubtitles/Application/GUI.cs          |  246 --------
 .../src/GnomeSubtitles/Application/GladeWidget.cs  |   72 ---
 .../src/GnomeSubtitles/Application/Menus.cs        |  301 ----------
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  332 -----------
 .../src/GnomeSubtitles/Application/SubtitleView.cs |  406 --------------
 .../src/GnomeSubtitles/Application/Subtitles.cs    |  151 -----
 .../src/GnomeSubtitles/Application/Utility.cs      |  118 ----
 .../src/GnomeSubtitles/Application/WidgetNames.cs  |   94 ---
 24 files changed, 0 insertions(+), 4449 deletions(-)

commit 399bc7c66dd45019efbd86c0e820bac03b496acc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:10:44 2006 +0000

    Updated for the refactoring of the multiple selection commands.
    
    svn path=/trunk/; revision=325

 .../GnomeSubtitles/Commands/ShiftTimingsCommand.cs |   86 ++++++++++++++++++++
 1 files changed, 86 insertions(+), 0 deletions(-)

commit e23e7027eaaca5fb8c84152dc8f0615c7b898d42
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:09:48 2006 +0000

    Fixed some problems when handling the focus, the newly created subtitle is now focused besides being selected.
    Undo operation also afterwards selects the subtitle that was selected before running the command. This uses a different behavior whether the insertion is before, after or at.
    Code cleanup.
    Updated for the refactoring of the single selection commands.
    
    svn path=/trunk/; revision=324

 .../Commands/InsertSubtitleCommand.cs              |  108 ++++++++++++++++++++
 1 files changed, 108 insertions(+), 0 deletions(-)

commit a0dd919752b356dad6e49417d87389b92cd62942
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:08:25 2006 +0000

    Fixed some problems when handling the focus.
    Code cleanup.
    Updated for the refactoring of the multiple selection commands.
    
    svn path=/trunk/; revision=323

 .../Commands/DeleteSubtitlesCommand.cs             |   59 ++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

commit 026768082fbc930c3cc8719c738ad89d6c84c34f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:07:20 2006 +0000

    Updated for the refactoring of the single selection commands.
    
    svn path=/trunk/; revision=322

 .../GnomeSubtitles/Commands/ChangeTimingCommand.cs |  128 ++++++++++++++++++++
 1 files changed, 128 insertions(+), 0 deletions(-)

commit 7642ef95f9511c22e5b46a0ab33ee45435f493ec
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:06:34 2006 +0000

    Updated for the refactoring of the single selection commands.
    
    svn path=/trunk/; revision=321

 .../GnomeSubtitles/Commands/ChangeStyleCommand.cs  |   85 ++++++++++++++++++++
 1 files changed, 85 insertions(+), 0 deletions(-)

commit 363bbfa0c37d485123c6381ed73b0688cfd41abc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:06:20 2006 +0000

    Updated for the refactoring of the single selection commands.
    
    svn path=/trunk/; revision=320

 .../GnomeSubtitles/Commands/ChangeTextCommand.cs   |   51 ++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

commit 3b6d673bd06f94ffa026e3a0f4421d6afbb36efd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:05:34 2006 +0000

    Updated for the refactoring of the multiple selection commands.
    
    svn path=/trunk/; revision=319

 .../Commands/ChangeFrameRateCommand.cs             |   80 ++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)

commit 11bbb9fd8e0517e6eb6d76e58c6b9421a7173a0e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:04:51 2006 +0000

    When applying to All, all subtitles are now selected based on the new behavior of FixedMultipleSelectionCommand.
    When using the selection, a range is actually used, so selecting 2 subtitles and using this command to adjust that selection will work on the range between the 2 selected paths.
    
    svn path=/trunk/; revision=318

 .../Commands/AdjustTimingsCommand.cs               |  112 ++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

commit 8cdd848295e40ec3bccf814d29c2878541e17fa3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:03:22 2006 +0000

    Contains the old behavior of MultipleSelectionCommand.
    Allows commands to be defined for a selection of subtitles. The command must not remove subtitles from the selection to be "fixed".
    Commands that inherit only have to define the ChangeValues method. All selection, scrolling and focussing is handled by this superclass. A PostProcess is also allowed for subclasses.
    
    svn path=/trunk/; revision=317

 .../Commands/FixedMultipleSelectionCommand.cs      |  101 ++++++++++++++++++++
 1 files changed, 101 insertions(+), 0 deletions(-)

commit fe307cedc6fd42554e24c87007538f0eaed7781b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:02:08 2006 +0000

    This is now a superclass of what it used to be, which has moved to FixedMultipleSelectionCommand.
    This basically allows to store a collection of selected paths, the one that's focused, and the SelectionType.
    On construction, it may also obtain the currently selected paths and focus.
    
    svn path=/trunk/; revision=316

 .../Commands/MultipleSelectionCommand.cs           |   79 ++++++++++++++++++++
 1 files changed, 79 insertions(+), 0 deletions(-)

commit aaf7c540f5e043b8f3bb26e6fbd941e5ca7aab3c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 19:00:38 2006 +0000

    Contains the old behavior of SingleSelectionCommand.
    Allows commands to be defined for the specific selection of a single subtitle. The command doesn't remove the selection, therefore it's "fixed".
    Commands that inherit only have to define the ChangeValues method. All selection, scrolling and focussing is handled by this superclass. A PostProcess is also allowed for subclasses.
    
    svn path=/trunk/; revision=315

 .../Commands/FixedSingleSelectionCommand.cs        |   62 ++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit 4eb6c9a0c4dbc7d7ca6e40ed319b74e896699bb1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 18:57:34 2006 +0000

    The old behavior is now in FixedSingleSelectionCommand, which inherits from this class.
    This class now basicaly only holds a TreePath and possibly get the one that's currently selected when an instance is created.
    
    svn path=/trunk/; revision=314

 .../Commands/SingleSelectionCommand.cs             |   40 ++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

commit a3ca6c2a935b263d34265e4aafe971d9652f6cee
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 18:56:07 2006 +0000

    All Commands are now in separate files.
    
    svn path=/trunk/; revision=313

 .../src/GnomeSubtitles/Commands/CommandManager.cs  |  235 ++++++++++++++++++++
 1 files changed, 235 insertions(+), 0 deletions(-)

commit 0ffbaa06819b5aeb8ec014b800334db04509e071
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 18:55:25 2006 +0000

    Separated from CommandManager.cs
    
    svn path=/trunk/; revision=312

 .../src/GnomeSubtitles/Commands/Command.cs         |   54 ++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit ab1a2f62bc7cd9e843b1228245a2b721d3dab13a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 18:51:18 2006 +0000

    Updated for new source code file structure.
    
    svn path=/trunk/; revision=310

 gnome-subtitles/gnome-subtitles.mdp |   69 +++++++++++++++++++++--------------
 1 files changed, 42 insertions(+), 27 deletions(-)

commit 5b05acad5b628d7936d5751d86adaf0c38d52bb6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 18:51:05 2006 +0000

    Updated for new source code file structure.
    
    svn path=/trunk/; revision=309

 gnome-subtitles/src/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit ecbe613dee526d89c8eb713b59837224db17f777
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 23 18:50:35 2006 +0000

    Global refactoring.
    
    svn path=/trunk/; revision=308

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   73 ++++++++---------------
 1 files changed, 24 insertions(+), 49 deletions(-)

commit 8d5b5b79b6634cb35e2a290bc2bbb05fe6e39cae
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Nov 12 20:17:21 2006 +0000

    Updated Find/Replace dialog.
    
    svn path=/trunk/; revision=307

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   73 +++++++++++++++++++++--
 1 files changed, 67 insertions(+), 6 deletions(-)

commit f82e1d454a799fa68fa8a900a14cec8d3abb5d27
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Nov 10 17:49:58 2006 +0000

    Fixed bug which resulted in compilation errors when using a compiled sublib.dll in the build dir (instead of the sublib source dir).
    
    svn path=/trunk/; revision=306

 gnome-subtitles/configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f424bcddfcb08575d23a1ef18762b17d5ff7cb09
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 15:13:47 2006 +0000

    Added initial interface of the Find/Replace dialog.
    
    svn path=/trunk/; revision=305

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1236 +++++++++++++----------
 1 files changed, 692 insertions(+), 544 deletions(-)

commit f8d02dbe7459fc66d333674257f0631d64c608d7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:52:36 2006 +0000

    Added Freedesktop RecentFiles implementation, from MonoDevelop.
    
    svn path=/trunk/; revision=303

 gnome-subtitles/gnome-subtitles.mdp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 4fe2c025007764cc03b2e3c3cfa69ff1af71ddb1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:52:17 2006 +0000

    Added Freedesktop RecentFiles implementation, from MonoDevelop.
    
    svn path=/trunk/; revision=302

 .../Freedesktop.RecentFiles/RecentFiles.cs         |  499 ++++++++++++++++++++
 gnome-subtitles/src/Makefile.am                    |    1 +
 2 files changed, 500 insertions(+), 0 deletions(-)

commit e070901392c4af0afdab576454ed80c64afcbc64
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:48:05 2006 +0000

    Updated TODO.
    
    svn path=/trunk/; revision=301

 gnome-subtitles/TODO |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit a5419c5608400c0d28f78ee98638ddb5caab3399
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:47:45 2006 +0000

    Updated link. Actually, all the remaining links should be updated too.
    
    svn path=/trunk/; revision=300

 gnome-subtitles/autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d234a585052a716e4f337d5ebaeb61a7a7321ca6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:46:44 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=299

 .../src/GnomeSubtitles/Application/GUI.cs          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 249fc5e31a2ff5a3d0326c34a5266eb92de71b4a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:45:06 2006 +0000

    Added CREDITS file.
    
    svn path=/trunk/; revision=298

 gnome-subtitles/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 843fc830dabc6ff72a2b394d3b4c7bb601fe9a9f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 9 11:44:27 2006 +0000

    Updated to use the most recent arguments for macros.
    
    svn path=/trunk/; revision=297

 gnome-subtitles/configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3526ee54e538ae4a1c2f2a86dc35bff8ea82f79f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 2 01:08:28 2006 +0000

    Moved to /etc
    
    svn path=/trunk/; revision=291

 packages/gnome-subtitles-0.0.2.ebuild |   30 -------------
 packages/gnome-subtitles.fc5.spec     |   66 -----------------------------
 packages/gnome-subtitles.suse10.spec  |   75 ---------------------------------
 3 files changed, 0 insertions(+), 171 deletions(-)

commit fc864ca7b9c9098919ff8486775dcab4d7af29b4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Nov 2 01:07:51 2006 +0000

    Moved to /etc
    
    svn path=/trunk/; revision=290

 documentation/RELEASING                   |  100 -------------------
 documentation/architecture.html           |  150 -----------------------------
 documentation/architecture.mainwindow.png |  Bin 63400 -> 0 bytes
 3 files changed, 0 insertions(+), 250 deletions(-)

commit 9be865c2e72e0abb6f67d31179f557c7586802df
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 16:29:12 2006 +0000

    Updated for release 0.0.3.
    
    svn path=/trunk/; revision=285

 gnome-subtitles/ChangeLog    |  193 ++++++++++++++++++++++++++++++++++++++++++
 gnome-subtitles/NEWS         |   64 ++++++++++----
 gnome-subtitles/configure.in |    2 +-
 3 files changed, 241 insertions(+), 18 deletions(-)

commit e1bdfdb266980fe39894ce826b54e01ec3021f7d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 00:12:33 2006 +0000

    Added dialog to handle errors on opening. When opening throws an exception, it is passed to the dialog which shows itself with a message based on the exception.
    
    svn path=/trunk/; revision=284

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6dd55d73b00a022fdf0bf50a7a941099209cc803
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 00:11:40 2006 +0000

    Catch exceptions on opening and run the OpenErrorDialog. After running OpenErrorDialog, either show the open dialog again or return to the main window, according to the user option.
    
    svn path=/trunk/; revision=283

 .../src/GnomeSubtitles/Application/GUI.cs          |   22 +++++++++++++------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit 663c819ca4e9f28d311d105d8b20dd1b2e31bebc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 00:07:31 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=282

 .../Application/Dialogs/OpenDialog.cs              |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 6f2bbfeae80b84b6e676c92c260393ca01891bec
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 00:04:45 2006 +0000

    Swaped order of sublib.dll and sublib source package detection in the project dir. Now it first tries to detect the sublib dir and only uses a possibly existent build/sublib.dll if a sublib dir isn't present. In the old behaviour, running autogen with a sublib dir present would use it, but running it a second time (with the dll already compiled) would not included, and this caused the sublib dir not to be included when "making dist".
    
    svn path=/trunk/; revision=281

 gnome-subtitles/configure.in |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)

commit e67a6f57db1f2f722f2a28bb93284e0a2f76d2f7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 00:02:32 2006 +0000

    Added dialog to handle errors on opening. When opening throws an exception, it is passed to the dialog which shows itself with a message based on the exception.
    
    svn path=/trunk/; revision=280

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 .../Application/Dialogs/OpenErrorDialog.cs         |   81 ++++++++++++++++++++
 2 files changed, 82 insertions(+), 0 deletions(-)

commit 683ba3aed1765c432d82132d451747d9ee828e31
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 30 00:00:58 2006 +0000

    Updated project information files.
    
    svn path=/trunk/; revision=279

 gnome-subtitles/AUTHORS |    8 ++++++--
 gnome-subtitles/CREDITS |   17 +++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)

commit e191a5583ae39246ff645a53c1917e9c2042e16f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 28 21:30:28 2006 +0000

    Detect when the combobox is changed and update the filename accordingly.
    If the filename contains a subtitle extension, it's replaced with the extension of the selected format (in the combobox).
    If the filename doesn't contain an extension, it is added.
    When saving, the extension is replaced only if the current extension isn't in the list of extensions for the selected subtitle format.
    
    svn path=/trunk/; revision=278

 .../Application/Dialogs/SaveAsDialog.cs            |  128 +++++++++++++++-----
 1 files changed, 98 insertions(+), 30 deletions(-)

commit 999aa2c7d0e5c487ba7d108631f6bc8e1a212d72
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 28 21:29:14 2006 +0000

    Detect when the combobox is changed and update the filename accordingly.
    If the filename contains a subtitle extension, it's replaced with the extension of the selected format (in the combobox).
    If the filename doesn't contain an extension, it is added.
    
    svn path=/trunk/; revision=277

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1089 ++++++++++++-----------
 1 files changed, 545 insertions(+), 544 deletions(-)

commit 4628433d0531d1046f356fcd19670d2507488eca
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 28 00:54:11 2006 +0000

    UnknownCharEncoding doesn't have to be grabbed anymore because SubLib now uses Windows-1252 encoding when auto-detection fails.
    
    svn path=/trunk/; revision=276

 gnome-subtitles/TODO |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

commit c95193c08753237f4ba5c304e0b2e1946b25c0c4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 27 17:15:37 2006 +0000

    Cut the trailing zeros for version numbers.
    
    svn path=/trunk/; revision=275

 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit d36542d2c757f7f659056374baf5a301099a579d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 27 17:15:11 2006 +0000

    Added Gnome Subtitles icon.
    
    svn path=/trunk/; revision=274

 .../Application/Dialogs/AboutDialog.cs             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7bbf5655ed58661f7196fac65ee90139f131be89
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 27 17:14:51 2006 +0000

    Cut the trailing zeros for version numbers.
    
    svn path=/trunk/; revision=273

 .../src/GnomeSubtitles/Application/Utility.cs      |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c303c7f2d713ac847a1fc9efef1aebd12da2e368
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 18:55:34 2006 +0000

    Changed compiler to use gmcs (C# 2.0) instead of mcs.
    
    svn path=/trunk/; revision=272

 gnome-subtitles/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a10e597e88015a5edb0a693abd127b88053e0253
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:38:31 2006 +0000

    Added Url and Email handlers, to open the web browser or mail composition applications.
    Start showing the version of SubLib.
    Added short Comment on the application.
    Change name of application from the id GnomeSubtitles to the name "Gnome Subtitles"
    
    svn path=/trunk/; revision=271

 .../Application/Dialogs/AboutDialog.cs             |   29 ++++++++++++++++++-
 1 files changed, 27 insertions(+), 2 deletions(-)

commit af09d24f1dd00371b7a3583613b170d8a4e9022c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:35:20 2006 +0000

    Also include Gnome Subtitles and SubLib versions in the bug report.
    Ask for the attatchment of the subtitle file in the warning message.
    use Utility.OpenUrl.
    
    svn path=/trunk/; revision=270

 .../Application/Dialogs/BugReportWindow.cs         |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

commit 5b9e0358db84aa17b3474721710f6fe5362dce90
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:32:34 2006 +0000

    Code cleanup: removed inheritance from MessageDialog (was a bug).
    
    svn path=/trunk/; revision=269

 .../Application/Dialogs/ConfirmationDialog.cs      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 007b99db7fef16d64f0519002026fddc6dc1ee13
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:31:28 2006 +0000

    Added constructor to allow for the execution of a method before creating the widgets.
    
    svn path=/trunk/; revision=268

 .../Application/Dialogs/GladeDialog.cs             |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit e9e34f60fec2227a2de5aab045c4795b2a449191
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:29:36 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=267

 .../src/GnomeSubtitles/Application/GUI.cs          |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 9a9ffd5b9a00132001b32b11b3ee6b2793642c11
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:27:41 2006 +0000

    Refactored to use Utility.BugReport for opening the bugzilla.
    
    svn path=/trunk/; revision=266

 .../GnomeSubtitles/Application/EventHandlers.cs    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 37fbbe7a4ecba0fccdf47e2facc3e42830685e2a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:25:19 2006 +0000

    Added methods to open an url, an email url and the program's bugzilla url.
    Opening an url checks for Exceptions since they're reported to be thrown when no browser is installed/set in Gnome.
    
    svn path=/trunk/; revision=265

 .../src/GnomeSubtitles/Application/Utility.cs      |   22 ++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit 7813f0ed3de33f18743d38426b710fe249ce2ee2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:22:26 2006 +0000

    Added constructor and handler to allow the execution of a method before creating the widgets.
    
    svn path=/trunk/; revision=264

 .../src/GnomeSubtitles/Application/GladeWidget.cs  |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit c2dbbcc784ef617116fa52305077b80cae59a941
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:21:19 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=263

 .../src/GnomeSubtitles/Execution/Executable.cs     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 0a796b4b7aff55de728df1b9d8608e6bb4fb7d80
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:20:43 2006 +0000

    Added property to get SubLib version.
    
    svn path=/trunk/; revision=262

 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 3604be500e9185df84384dc699a4316644455943
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 15:19:47 2006 +0000

    Improved the About dialog and Bug Report window.
    
    svn path=/trunk/; revision=261

 gnome-subtitles/src/Glade/gnome-subtitles.glade | 1107 ++++++++++++-----------
 1 files changed, 558 insertions(+), 549 deletions(-)

commit 4b5ce133b9482113b84db01b25252fba00cdc264
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 26 01:17:20 2006 +0000

    Marking recently used files request as dependent on GtkRecent implementation in GTK#.
    
    
    svn path=/trunk/; revision=260

 gnome-subtitles/TODO |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 2b4bdda6862543de40e6d5872289245f7b5011fe
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 23 00:32:49 2006 +0000

    Updated links to the website, at the end of the document.
    
    
    svn path=/trunk/; revision=259

 documentation/architecture.html |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit a4184d97e5f3dae9908c3057d294f42be26bf214
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 22 17:02:24 2006 +0000

    Added Gentoo Linux ebuild and Fedora Core 5 spec file for Gnome Subtitles 0.0.2.
    
    
    svn path=/trunk/; revision=258

 packages/gnome-subtitles-0.0.2.ebuild |   30 +++++++++++++++
 packages/gnome-subtitles.fc5.spec     |   66 +++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+), 0 deletions(-)

commit 04f92ed94d0df3217c1427ad5ee581be8e4a0f87
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 22 02:51:19 2006 +0000

    Updated todo tasks.
    
    svn path=/trunk/; revision=257

 gnome-subtitles/TODO |   60 ++++++++++++++++++++++++++++++--------------------
 1 files changed, 36 insertions(+), 24 deletions(-)

commit d6b14fe4fc77db48d4022f26bbe52a7c1506ce7e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 16 01:02:11 2006 +0000

    Updated TODO.
    
    svn path=/trunk/; revision=256

 gnome-subtitles/TODO |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit dd9895c00ba645fe2e40060413d7c87b8ca87932
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 16 01:01:10 2006 +0000

    Save dialog now adds the extension if it isn't inserted. It also auto-selects the subtitle format currently being used.
    
    svn path=/trunk/; revision=255

 .../Application/Dialogs/SaveAsDialog.cs            |   43 +++++++++++++++-----
 1 files changed, 33 insertions(+), 10 deletions(-)

commit cd0b31e2f3427d30b1958e3123fe9a389a0d3ae6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Oct 16 00:03:00 2006 +0000

    Fixed bug with frame rate menus not being correctly set when using undo/redo.
    
    svn path=/trunk/; revision=254

 .../src/GnomeSubtitles/Application/Commands.cs     |   10 +++++
 .../src/GnomeSubtitles/Application/Menus.cs        |   43 ++++++++++++--------
 2 files changed, 36 insertions(+), 17 deletions(-)

commit 543b5b2e2cd7f5fb8969c889643fe00c430c0657
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 15 23:22:14 2006 +0000

    Updated TODO.
    
    svn path=/trunk/; revision=253

 gnome-subtitles/TODO |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 09d561762fbd97892adb3ab938c7cac8a8534aba
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 14 00:24:29 2006 +0000

    Added Ctrl+PageUp/Down handling in TextView for selecting the Previous and Next subtitle, respectively.
    
    svn path=/trunk/; revision=252

 gnome-subtitles/src/Glade/gnome-subtitles.glade    | 1089 ++++++++++----------
 .../GnomeSubtitles/Application/EventHandlers.cs    |   27 +-
 .../src/GnomeSubtitles/Application/SubtitleView.cs |   26 +
 3 files changed, 596 insertions(+), 546 deletions(-)

commit 8a0fe740893e17463fba769953a9274bc876f1d6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 13 22:15:14 2006 +0000

    Added Ctrl+B/I/U shortcuts for setting Bold, Italic and Underline.
    
    svn path=/trunk/; revision=251

 gnome-subtitles/src/Glade/gnome-subtitles.glade |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 5f01fb0a94d13941fdb9ad1e33dab08449c3e242
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 13 21:51:57 2006 +0000

    Added Bold, Italic and Underline buttons to the toolbar.
    
    svn path=/trunk/; revision=250

 gnome-subtitles/src/Glade/gnome-subtitles.glade    | 7811 ++++++++------------
 .../GnomeSubtitles/Application/EventHandlers.cs    |    6 +-
 .../src/GnomeSubtitles/Application/Menus.cs        |   48 +-
 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    4 +
 4 files changed, 3047 insertions(+), 4822 deletions(-)

commit 79a388d78e996ad751c70fc47f018bb46d662ae6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 15:00:23 2006 +0000

    Added package spec file for SUSE Linux 10.
    
    svn path=/trunk/; revision=249

 packages/gnome-subtitles.suse10.spec |   75 ++++++++++++++++++++++++++++++++++
 1 files changed, 75 insertions(+), 0 deletions(-)

commit ed58a4c685fe8f0fc20bdaf154e3fb3b639717d4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:58:17 2006 +0000

    Added image to architecture.
    
    svn path=/trunk/; revision=248

 documentation/architecture.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 239994d503f62f1b0a9757eacd0f37c2f07532d3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:56:07 2006 +0000

    Added architecture description.
    
    svn path=/trunk/; revision=247

 documentation/architecture.mainwindow.png |  Bin 0 -> 63400 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit ec70e3b3e614bc8e2199ca36083cf00fab0923a3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:54:30 2006 +0000

    Added architecture description.
    
    svn path=/trunk/; revision=246

 documentation/architecture.html |  147 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 147 insertions(+), 0 deletions(-)

commit da294c7e621b543217e39f1dc0679d874249cefc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:51:39 2006 +0000

    svn path=/trunk/; revision=245
    
    
    
    svn path=/trunk/; revision=245

commit debae5eeac4994132cb1ec5d7b71cc51fd176f42
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:50:19 2006 +0000

    moved Releasing to documentation
    
    svn path=/trunk/; revision=243

 RELEASING |  100 -------------------------------------------------------------
 1 files changed, 0 insertions(+), 100 deletions(-)

commit b6d1f2ee160c76372e2794d743e30c64c90b44ff
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:49:40 2006 +0000

    moved Releasing to documentation
    
    svn path=/trunk/; revision=242

 documentation/RELEASING |  100 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 100 insertions(+), 0 deletions(-)

commit 6f807293bf64c87f437c4ef493230f8d8842d841
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Oct 12 14:02:06 2006 +0000

    Changing name.
    
    svn path=/trunk/; revision=240

 RELEASING     |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 documentation |  100 ---------------------------------------------------------
 2 files changed, 100 insertions(+), 100 deletions(-)

commit 5d72bd26c83a6916fa7f2b6d45db9605131cb430
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Oct 7 01:10:20 2006 +0000

    RELEASING documentation.
    
    svn path=/trunk/; revision=239

 documentation |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 100 insertions(+), 0 deletions(-)

commit e9a0ff881d0abfbf2ac54b56f5c87af94f937938
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 6 16:19:31 2006 +0000

    added nant.build file to EXTRA_DIST.
    
    svn path=/trunk/; revision=236

 gnome-subtitles/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit de13c50cb607f2891a41e5e900a2788672dd16bd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 6 16:18:47 2006 +0000

    Fixed problem with subtitles menus that depend on the subtitle count not being correctly set on startup.
    
    svn path=/trunk/; revision=235

 .../src/GnomeSubtitles/Application/Menus.cs        |   39 ++++++++++----------
 1 files changed, 19 insertions(+), 20 deletions(-)

commit 9baf50b20b6a43758f73d7446d58837105af1348
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 6 11:56:34 2006 +0000

    Changed for release 0.0.2.
    
    svn path=/trunk/; revision=232

 gnome-subtitles/NEWS   |   18 +++++++++++++++++-
 gnome-subtitles/README |   25 ++++++++++++-------------
 2 files changed, 29 insertions(+), 14 deletions(-)

commit f64ff1f7ec44fea421533453086a728b04ad9407
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 6 11:56:03 2006 +0000

    Changed for release 0.0.2.
    
    svn path=/trunk/; revision=231

 gnome-subtitles/ChangeLog    |  134 ++++++++++++++++++++++++++++++++++++++++++
 gnome-subtitles/configure.in |    2 +-
 2 files changed, 135 insertions(+), 1 deletions(-)

commit ffafe70e9dbf33a2330f779c94536d50f870d632
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Oct 6 11:52:30 2006 +0000

    Added EXTRA_DIST.
    
    svn path=/trunk/; revision=230

 gnome-subtitles/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit b27b006ca8a42deb87df5b5f3f62769cdd776d79
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 22:00:51 2006 +0000

    Support for building Gnome Subtitles with a sublib package included. If the sublib.dll library is found in the build dir, it's used. Else, if there's a sublib package dir in the project base dir (a sublib* dir), it's added to the compilation dirs. Autoconf is called in that dir, then make is called and finally the compiled sublib*/build/sublib.dll file is copied to the build dir.
    
    svn path=/trunk/; revision=229

 gnome-subtitles/Makefile.am     |    8 +++++++-
 gnome-subtitles/configure.in    |   26 ++++++++++++++++++++++++++
 gnome-subtitles/src/Makefile.am |    2 +-
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 314db67d046e30a642c175276467d65a9e1ee5d7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:25:06 2006 +0000

    Added dialog for adjusting timings. Code cleanup.
    
    svn path=/trunk/; revision=228

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 11050a45b5dc45261416dca053f487c99a40f332
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:24:49 2006 +0000

    Moved some methods to the Utility class.
    
    svn path=/trunk/; revision=227

 .../src/GnomeSubtitles/Application/Utility.cs      |   42 +++++++++++++++++++-
 1 files changed, 41 insertions(+), 1 deletions(-)

commit 9f1826246e938dd942e0807eeac5e76a964262d4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:24:31 2006 +0000

    Added event to notify when the number of subtitles changes.
    
    svn path=/trunk/; revision=226

 .../src/GnomeSubtitles/Application/Subtitles.cs    |   27 ++++++++++++++++++-
 1 files changed, 25 insertions(+), 2 deletions(-)

commit 1fece15ad3bf0da3b553c9834b1b0c32a640cb00
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:20:48 2006 +0000

    Moved some methods to the Utility class.
    
    svn path=/trunk/; revision=225

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit c06b2f6c1851bb51ab6f8d62f520600ffa716403
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:16:42 2006 +0000

    Set menus depending on the number of existing subtitles.
    
    svn path=/trunk/; revision=224

 .../src/GnomeSubtitles/Application/Menus.cs        |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit a49386977f56ee2333b963b33b7dbedf503ae2e9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:10:11 2006 +0000

    Added handler for OnSubtitleCountChanged event.
    
    svn path=/trunk/; revision=223

 .../src/GnomeSubtitles/Application/GUI.cs          |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 11a2b9b58dd385d85403b03f6fb8ac2186397eec
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:03:29 2006 +0000

    Added dialog for adjusting timings.
    
    svn path=/trunk/; revision=222

 .../GnomeSubtitles/Application/EventHandlers.cs    |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 83095b6422efea1cf7e089035570544194684cc2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:02:45 2006 +0000

    Added command for Adjusting Timings. Changed the Shift Subtitles command to use SubLib's Subtitles methods instead of shifting each subtitle individually when applying to all subtitles.
    
    svn path=/trunk/; revision=221

 .../src/GnomeSubtitles/Application/Commands.cs     |   97 ++++++++++++++++++-
 1 files changed, 91 insertions(+), 6 deletions(-)

commit 480d5053e172eccd188ef8bb37bba18cdca8ca03
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 02:01:17 2006 +0000

    Added GUI reference.
    Passed handler for OnSubtitleCountChanged event.
    
    svn path=/trunk/; revision=220

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 76fd7506b7e678af2a30ac6b127baa9cfdf5ec22
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 01:59:31 2006 +0000

    Added dialog for adjusting timings.
    
    svn path=/trunk/; revision=219

 .../Application/Dialogs/AdjustTimingsDialog.cs     |  157 ++++++++++++++++++++
 1 files changed, 157 insertions(+), 0 deletions(-)

commit 1bcb23d658ae012c450d13cc73e83d47a07aeb2e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 01:59:05 2006 +0000

    Renamed dialog from ShiftDialog to ShiftTimingsDialog.
    
    svn path=/trunk/; revision=218

 .../Application/Dialogs/ShiftDialog.cs             |   95 --------------------
 .../Application/Dialogs/ShiftTimingsDialog.cs      |   79 ++++++++++++++++
 2 files changed, 79 insertions(+), 95 deletions(-)

commit 2f3a3e6a92a7a5496f40a41daa909f7e2c77c716
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 01:58:15 2006 +0000

    Completed headers dialog.
    Added timing adjustment dialog.
    Added corresponding menu items.
    
    svn path=/trunk/; revision=217

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  724 ++++++++++++++++++++++-
 1 files changed, 715 insertions(+), 9 deletions(-)

commit 981311a31300428dc53b065ffe7039e758e823f1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Oct 1 01:57:24 2006 +0000

    Updated file hierarchy.
    
    svn path=/trunk/; revision=216

 gnome-subtitles/gnome-subtitles.mdp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 81c72f3ad130eeac493e0ba77da2f2b45e91f792
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 30 01:01:58 2006 +0000

    Added full support for MPSub, SSA, ASS, SubViewer1 and SubViewer2 headers.
    
    svn path=/trunk/; revision=215

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ba1486b23caed3c6f0eebea43f74831fdc6f7ae9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 30 01:01:38 2006 +0000

    Added full support for MPSub, SSA, ASS, SubViewer1 and SubViewer2 headers.
    
    svn path=/trunk/; revision=214

 .../src/GnomeSubtitles/Application/Menus.cs        |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 3e84bbf84e78de5e6db02e7bec7207ea3824ccea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 30 01:01:28 2006 +0000

    Added full support for MPSub, SSA, ASS, SubViewer1 and SubViewer2 headers.
    
    svn path=/trunk/; revision=213

 .../Application/Dialogs/HeadersDialog.cs           |  202 +++++++++++++++++++-
 1 files changed, 195 insertions(+), 7 deletions(-)

commit 31096aca966a75020e8b7936535322667e557b42
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Sep 30 01:00:17 2006 +0000

    Added full support for MPSub, SSA, ASS, SubViewer1 and SubViewer2 headers.
    
    svn path=/trunk/; revision=212

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  616 ++++++++++++----------
 1 files changed, 336 insertions(+), 280 deletions(-)

commit 6a20d7054a735aa99626c0871b23d90886404061
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 29 22:27:16 2006 +0000

    Initial version of header dialog support.
    
    svn path=/trunk/; revision=211

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 gnome-subtitles/src/Glade/gnome-subtitles.glade    | 2150 +++++++++++++++++++-
 .../Application/Dialogs/HeadersDialog.cs           |   79 +
 .../GnomeSubtitles/Application/EventHandlers.cs    |    4 +
 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    1 +
 5 files changed, 2226 insertions(+), 9 deletions(-)

commit 2fb954aa29586dc0147019978ea2bc782afb0d52
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 22:03:27 2006 +0000

    Updated.
    
    svn path=/trunk/; revision=210

 gnome-subtitles/TODO |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 39847d08cab5b786a33fafed5884b8966019db29
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 21:54:53 2006 +0000

    Print fatal exception to console besides opening bug report window.
    
    svn path=/trunk/; revision=209

 .../Application/Dialogs/BugReportWindow.cs         |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit b495a799dc230927961884b6548044928bf9b7a7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 21:54:23 2006 +0000

    Unset toolbar style so the application can use the GNOME default.
    
    svn path=/trunk/; revision=208

 .../src/GnomeSubtitles/Application/Menus.cs        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 55360ca8112cad3b05c1259078a077243140bef7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 21:53:29 2006 +0000

    Set menus according to the original and current framerates from sublib.
    
    svn path=/trunk/; revision=207

 .../src/GnomeSubtitles/Application/Menus.cs        |   35 +++++++++++++++++--
 1 files changed, 31 insertions(+), 4 deletions(-)

commit a1d288f5d8cdf2956d57c9fc2beb40625282a2f2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 21:53:12 2006 +0000

    MenuItems names are handled automatically.
    
    svn path=/trunk/; revision=206

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit b51c4ff94e259834a55c9c36e657525186fa9f80
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 21:52:53 2006 +0000

    Print fatal exception to console besides opening bug report window.
    
    svn path=/trunk/; revision=205

 .../src/GnomeSubtitles/Execution/Executable.cs     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 45103c136576a1fdb8f1150aa9b706cbc4a0717e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 22 21:52:12 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=204

 gnome-subtitles/gnome-subtitles.mdp |    7 ++++---
 gnome-subtitles/gnome-subtitles.mds |    1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 150e8f3d589e122c73ccd050422845c579e992eb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Sep 7 11:29:37 2006 +0000

    Updated for Mono 1.1.17 release which requires handlers to use child EventArgs.
    
    svn path=/trunk/; revision=203

 gnome-subtitles/README                             |    8 +++-----
 gnome-subtitles/TODO                               |    6 +++++-
 .../Application/Dialogs/BugReportWindow.cs         |    6 ++++++
 .../GnomeSubtitles/Application/EventHandlers.cs    |    4 ++--
 4 files changed, 16 insertions(+), 8 deletions(-)

commit d535611300743fead60c8b8812191ba2718ba362
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 11:54:11 2006 +0000

    Updated for release 0.0.1.
    
    svn path=/trunk/; revision=202

 gnome-subtitles/TODO |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1af21cc2384713736424c7c59b28d46c098023a8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 11:50:05 2006 +0000

    Updated for release 0.0.1.
    
    svn path=/trunk/; revision=201

 gnome-subtitles/ChangeLog |  949 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 949 insertions(+), 0 deletions(-)

commit 5157632e9e31a4cc91b63e14ef20c21772d0e26a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 01:53:24 2006 +0000

    Updated not to use the current timing mode from SubLib. SubLib's timing mode is used when "opening" or "saving as". After that, only the local timing mode (in ApplicationCore) will be used.
    
    svn path=/trunk/; revision=200

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   28 ++++-
 .../Application/Dialogs/ShiftDialog.cs             |    3 +-
 .../GnomeSubtitles/Application/EventHandlers.cs    |    4 +-
 .../src/GnomeSubtitles/Application/GUI.cs          |   25 ++--
 .../src/GnomeSubtitles/Application/Menus.cs        |    4 +-
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  145 +++++++++++---------
 .../src/GnomeSubtitles/Application/SubtitleView.cs |    8 +-
 7 files changed, 129 insertions(+), 88 deletions(-)

commit 4f759991a8a447409c8ddd7eb696cac2587c2481
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 01:52:21 2006 +0000

    Updated for the first release.
    
    svn path=/trunk/; revision=199

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 90ce1d926b06296f01413365490736db0bbab07f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 01:51:01 2006 +0000

    Updated for the first release.
    
    svn path=/trunk/; revision=198

 gnome-subtitles/NEWS   |    5 +++++
 gnome-subtitles/README |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

commit 9c5e825073834e28fc9f90c9875357c2ac25119b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 01:50:28 2006 +0000

    No description necessary.
    
    svn path=/trunk/; revision=197

 gnome-subtitles/TODO |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 86376b01aebb82f95f8831f59c5af0b3ddca4275
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 01:49:38 2006 +0000

    Updated dependencies' versions for the first release.
    
    svn path=/trunk/; revision=196

 gnome-subtitles/configure.in |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit caeac66d69763158d2f2a886986442e3b984c858
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Sep 1 01:22:18 2006 +0000

    Updated version and dependencies' versions for the first release.
    
    svn path=/trunk/; revision=195

 gnome-subtitles/configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ec05c8aa2655ac299435a90de62b2da6836252d0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 22:40:46 2006 +0000

    Corrected the way sensitivity was set for the cut, copy and paste buttons. The paste button is now only sensitive when focus enters one of the 3 spinbuttons or the text view.
    
    svn path=/trunk/; revision=194

 .../src/GnomeSubtitles/Application/Menus.cs        |   27 ++++++++++++++++---
 1 files changed, 22 insertions(+), 5 deletions(-)

commit fa581e11bf8f6a65c6dc515b49c9021a3eab8582
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 22:39:33 2006 +0000

    Added widget names for the cut, copy and paste toolbar buttons.
    
    svn path=/trunk/; revision=193

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e383bb2faa73b6dff4bce5ab35602c0ba15c369b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 22:39:06 2006 +0000

    Added handlers for focus in and out for Subtitle Edit spinbutton's and text view.
    
    svn path=/trunk/; revision=192

 .../GnomeSubtitles/Application/EventHandlers.cs    |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit fcac82a10ce8fce793c5ac33766bae1f2ba9e477
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 22:38:27 2006 +0000

    Changed CopyCut to CutCopy.
    
    svn path=/trunk/; revision=191

 .../src/GnomeSubtitles/Application/Clipboards.cs   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9f973a835a1bd22691c606ea7e1bc7b579752aaf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 22:37:21 2006 +0000

    Added Cut, Copy and Paste toolbar buttons.
    Added events to the spin buttons and text view to detect when focus is in or out, to enable or disable the paste buttons.
    
    svn path=/trunk/; revision=190

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   56 +++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

commit c4fd08f8f079bd9aa36e148ffbbb83514e3afe3c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 19:22:50 2006 +0000

    Set the label to "Time" instead of "Frames" when using Time mode.
    
    svn path=/trunk/; revision=186

 .../Application/Dialogs/ShiftDialog.cs             |    4 +++-
 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

commit fe37c385a8a895ec61314a1fb0e2138b580c0c1a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 31 19:22:22 2006 +0000

    Changed label widget name for shift dialog.
    
    svn path=/trunk/; revision=185

 gnome-subtitles/src/Glade/gnome-subtitles.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 89f7bfaed31a72ad00839a8b034a5cb53d6abeb1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:53:16 2006 +0000

    Added confirmation dialog to use when performing new/open/save operations on an unsaved subtitle file.
    
    svn path=/trunk/; revision=183

 gnome-subtitles/gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3b896794fed17541c5a2a77a5046b3c12b0bd00a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:52:43 2006 +0000

    Updated with more needed features.
    
    svn path=/trunk/; revision=182

 gnome-subtitles/TODO |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 3903d33eb889d164ca1a54d150bbf34be5a13c0e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:50:33 2006 +0000

    Detect when a widget set for sensitivity change doesn't exist.
    
    svn path=/trunk/; revision=181

 .../src/GnomeSubtitles/Application/Menus.cs        |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 81e7d6d9b6657973bad026609231d6da187df7a5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:49:58 2006 +0000

    Ask for confirmation when the current subtitles file wasn't saved and an open/new/close operation is performed.
    
    svn path=/trunk/; revision=180

 .../src/GnomeSubtitles/Application/GUI.cs          |   86 +++++++++++++++++---
 1 files changed, 74 insertions(+), 12 deletions(-)

commit 15167e8be20017b439646bf25da6025a9a588204
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:49:23 2006 +0000

    Moved some methods to GUI. Code cleanup.
    
    svn path=/trunk/; revision=179

 .../GnomeSubtitles/Application/EventHandlers.cs    |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

commit cbe4052c198d082388ff391bff4585cea406a163
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:47:39 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=178

 .../Dialogs/SubtitleFileChooserDialog.cs           |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit bd004067f55524f79fb6a870c14b233fe26dd2e6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:46:49 2006 +0000

    Show overwrite confirmation by default.
    Code cleanup.
    
    svn path=/trunk/; revision=177

 .../Application/Dialogs/SaveAsDialog.cs            |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 8b2a5738fc36423072334a634a0c8b2430f85404
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:46:32 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=176

 .../Application/Dialogs/ShiftDialog.cs             |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 879861085e8e649e2c220fc69036c93de944e867
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:45:57 2006 +0000

    Show overwrite confirmation by default.
    Code cleanup.
    
    svn path=/trunk/; revision=175

 .../Application/Dialogs/OpenDialog.cs              |   31 +++++++++++++-------
 1 files changed, 20 insertions(+), 11 deletions(-)

commit 7a291f9921f790197eccc4d3e6727eab072923fd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:45:28 2006 +0000

    Added methods to wait for the response and check if the response was an "accept" (or save).
    
    svn path=/trunk/; revision=174

 .../Application/Dialogs/GladeDialog.cs             |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 4d27909c5f4389d668b4ebd74de15f2261a04525
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:43:32 2006 +0000

    Dialog to show a confirmation answer. It has 3 buttons and allows to wait for the user response.
    
    svn path=/trunk/; revision=173

 .../Application/Dialogs/ConfirmationDialog.cs      |   95 ++++++++++++++++++++
 1 files changed, 95 insertions(+), 0 deletions(-)

commit fba33e9978a8c963171b74708c52abbe39467e50
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 29 18:40:49 2006 +0000

    Updated some menus which had their radio buttons active by default. Some minor visual changes.
    
    svn path=/trunk/; revision=172

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  171 ++++++++++-------------
 1 files changed, 76 insertions(+), 95 deletions(-)

commit bc435707d18d6608157b456289b6c0274bb17c44
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:31:13 2006 +0000

    Window to use for reporting bugs.
    
    svn path=/trunk/; revision=171

 gnome-subtitles/gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a339eedb132c336fb676fdf16742043223659966
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:30:49 2006 +0000

    Added window to use for reporting bugs.
    
    svn path=/trunk/; revision=170

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  306 +++++++++++++++++++++++
 1 files changed, 306 insertions(+), 0 deletions(-)

commit 6c7a1c84fbb0fd67c49852b9fae40400608c2551
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:30:28 2006 +0000

    Catch exceptions on the main loop so a bug report window is displayed in that case.
    
    svn path=/trunk/; revision=169

 .../src/GnomeSubtitles/Execution/Executable.cs     |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 31dc2f0461cc07b615629468110224049a021e26
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:29:18 2006 +0000

    Window to use for reporting bugs.
    
    svn path=/trunk/; revision=168

 .../Application/Dialogs/BugReportWindow.cs         |   69 ++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

commit e14ca25c21a4fbb91987913ad8f724970bf3d07c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:28:41 2006 +0000

    Added widget names for bug reporting window.
    
    svn path=/trunk/; revision=167

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 6bbd40a5b43b6fc313401eeea05c8879a1a18f80
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:27:54 2006 +0000

    Catch exceptions on the main loop so a bug report window is displayed in that case.
    
    svn path=/trunk/; revision=166

 .../src/GnomeSubtitles/Application/GUI.cs          |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit 9a8eb16fe149d711f16e8d2b1fa9f83ba2e63f8e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:25:17 2006 +0000

    Added property to toggle the watching state of the OnOwnerChange event handler.
    
    svn path=/trunk/; revision=165

 .../src/GnomeSubtitles/Application/Clipboards.cs   |   21 +++++++++++++++++--
 1 files changed, 18 insertions(+), 3 deletions(-)

commit cd2c45bf808559c8989a830ff7d8e65245ca63bd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Aug 28 18:23:54 2006 +0000

    Added method to use GladeWidget with a new window. This needs refactoring.
    
    svn path=/trunk/; revision=164

 .../Application/Dialogs/GladeDialog.cs             |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit a1c8d43b83ca3e3daf53f7699daf07e48a25e555
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Aug 26 01:09:25 2006 +0000

    Solved bug with icon not being set in dialogs (TransientFor didn't work). Now manually sets the icon (from the main window) everytime the dialog is created.
    
    svn path=/trunk/; revision=163

 .../Application/Dialogs/GladeDialog.cs             |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b31dd1922ddbe0e78008accd83461d6c6c33c08a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:19:27 2006 +0000

    Moved script to src/GnomeSubtitles/Execution
    
    svn path=/trunk/; revision=162

 gnome-subtitles/etc/script.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 7f7c5b1c52867d3cf907ee13d5dd1a9562385c12
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:18:54 2006 +0000

    Added the program icon as a resource.
    
    svn path=/trunk/; revision=161

 gnome-subtitles/nant.build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 508a479ae4d9850a65e021e86807e247ea64a23f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:18:45 2006 +0000

    Rewritten to support file instalation.
    
    svn path=/trunk/; revision=160

 gnome-subtitles/Makefile.am |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

commit 09f4202445d27321252688e8f16fb25abcfd6f4c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:18:32 2006 +0000

    Added the program icon as a resource.
    
    svn path=/trunk/; revision=159

 gnome-subtitles/gnome-subtitles.mdp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 23848f9892b1b6afc4f1f3e270d9bd2af107bf4b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:18:06 2006 +0000

    Now adds the program icon as a resource.
    
    svn path=/trunk/; revision=158

 gnome-subtitles/build.properties |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit dd91de6ad719da2b2068b73b97b5f201112471f5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:17:51 2006 +0000

    Rewritten to support file instalation.
    
    svn path=/trunk/; revision=157

 gnome-subtitles/configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 0164904e87f11ff6e4e9ac654fdd214593c4ddec
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:17:39 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=156

 .../src/GnomeSubtitles/Execution/Executable.cs     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f710b8d2c11e1d2b306c4c506a1cfe5108b71222
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:17:07 2006 +0000

    Added script to launch the assembly.
    
    svn path=/trunk/; revision=155

 .../GnomeSubtitles/Execution/gnome-subtitles.in    |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit a9986d087dc20d97c2415711c9c9518570390ff7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:16:37 2006 +0000

    Set program icon on launch.
    
    svn path=/trunk/; revision=154

 .../src/GnomeSubtitles/Application/GUI.cs          |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 3c9b739211c2759913d0b18610a141518e428893
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:15:52 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=153

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2fe6ff72eab9bab4ba5a1d39a0baa57bf62b3445
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:15:39 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=152

 .../src/GnomeSubtitles/Application/GladeWidget.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8d25d48e280620d855ef668143665a18a1596767
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:15:18 2006 +0000

    Rewritten to support file instalation.
    
    svn path=/trunk/; revision=151

 gnome-subtitles/src/Makefile.am |   35 ++++++++++++++++++++++-------------
 1 files changed, 22 insertions(+), 13 deletions(-)

commit 2dff2ecdaf3575e3d28efdd24e99da6c1801c3b1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 25 22:00:51 2006 +0000

    Added data dir to include desktop file and program icon.
    
    svn path=/trunk/; revision=150

 gnome-subtitles/data/Makefile.am                |    9 +
 gnome-subtitles/data/gnome-subtitles.desktop.in |   14 +
 gnome-subtitles/data/gnome-subtitles.svg        |  591 +++++++++++++++++++++++
 3 files changed, 614 insertions(+), 0 deletions(-)

commit fc2bc6ae740162c4879472d9d01dca43adfc38a1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 24 19:12:36 2006 +0000

    Added a method to retrieve the spinbuttons and textview to use with the clipboard.
    
    svn path=/trunk/; revision=149

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 3fa986d0e82dc82eb9db82eadbd9557eb4e28a2f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 24 19:11:55 2006 +0000

    Added method to set copy and cut sensitivity.
    
    svn path=/trunk/; revision=148

 .../src/GnomeSubtitles/Application/Menus.cs        |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit f663658f8426181f20e051a988bd7068f1e79a40
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 24 19:11:20 2006 +0000

    Added handlers for copy, cut and paste commands.
    
    svn path=/trunk/; revision=147

 .../GnomeSubtitles/Application/EventHandlers.cs    |   21 ++++++++++++++++++-
 1 files changed, 19 insertions(+), 2 deletions(-)

commit 60833e34a2910a5531e91a4b4b5af84fa6ff103a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 24 19:11:06 2006 +0000

    Added Clipboards class to handle clipboard operations.
    
    svn path=/trunk/; revision=146

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 7e39e71c2fc0cda9eb7364c898a4d18ba38e4bd8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 24 19:10:09 2006 +0000

    Added copy, cut and paste activation signals.
    
    svn path=/trunk/; revision=145

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   56 ++++++++++++++++-------
 1 files changed, 40 insertions(+), 16 deletions(-)

commit caa32306a462fa2bed8929c64a6706799abe5d0f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Aug 24 19:09:25 2006 +0000

    Added Clipboards class to handle clipboard operations.
    
    svn path=/trunk/; revision=144

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 .../src/GnomeSubtitles/Application/Clipboards.cs   |   82 ++++++++++++++++++++
 2 files changed, 83 insertions(+), 0 deletions(-)

commit 7e53d8ec6c61c9998caf6945b4e9db551e927491
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:10:48 2006 +0000

    Added support for shifting timings.
    
    svn path=/trunk/; revision=143

 gnome-subtitles/gnome-subtitles.mdp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6a02ec0f3ac512ba27b31dc79f98d0d808673e11
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:10:17 2006 +0000

    Added support for timings shifting.
    
    svn path=/trunk/; revision=142

 .../Application/Dialogs/ShiftDialog.cs             |   97 ++++++++++++++++++++
 1 files changed, 97 insertions(+), 0 deletions(-)

commit b7238d8aeb562ae50766a31e322ce3f8f738ee0e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:09:54 2006 +0000

    Code refactoring to use GladeDialog.
    
    svn path=/trunk/; revision=141

 .../Application/Dialogs/AboutDialog.cs             |    6 ++----
 .../Application/Dialogs/OpenDialog.cs              |   10 +++++-----
 .../Application/Dialogs/SaveAsDialog.cs            |   10 +++++-----
 .../Dialogs/SubtitleFileChooserDialog.cs           |   20 ++++----------------
 4 files changed, 16 insertions(+), 30 deletions(-)

commit 963c1a32f45856a88f9fc17ac867291beb490b06
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:09:36 2006 +0000

    Added class to generalize glade dialogs.
    
    svn path=/trunk/; revision=140

 .../Application/Dialogs/GladeDialog.cs             |   41 ++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

commit 81cd8a33c2b882406c55b9f0a8caad5dbc212b74
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:07:06 2006 +0000

    Added support for using MultipleSelectionCommand with the possibility of no selected subtitles.
    Corrected a bug in SingleSelectionCommand which resulted in SubtitleView.Reselect being called and not refreshing the currently selected subtitle.
    
    svn path=/trunk/; revision=139

 .../GnomeSubtitles/Application/CommandManager.cs   |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit fb42f6bc6a1b429b1f3dfae29ff6c5462ee72292
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:03:49 2006 +0000

    Added command to support Timings Shift.
    
    svn path=/trunk/; revision=138

 .../src/GnomeSubtitles/Application/Commands.cs     |   72 ++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)

commit c5aedbb60d8b908381fa415da3b57a97490e7bc4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:03:20 2006 +0000

    Added support for the Timings Shift functionality.
    Code cleanup.
    
    svn path=/trunk/; revision=137

 .../GnomeSubtitles/Application/EventHandlers.cs    |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit 553fc849191ad1977a891a8697f068fbb81b7523
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:02:17 2006 +0000

    Added support for the Timings Shift functionality.
    
    svn path=/trunk/; revision=136

 .../src/GnomeSubtitles/Application/Menus.cs        |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 21c260da7477a31f804217132402cca681a66932
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:01:52 2006 +0000

    Code refactoring. Moved some methods to Utility.
    
    svn path=/trunk/; revision=135

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   22 +++++++------------
 1 files changed, 8 insertions(+), 14 deletions(-)

commit 27435cf1569890fd97b14645a50c22de98a9338b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:00:56 2006 +0000

    Added common methods for converting timespans to text and vice-versa.
    
    svn path=/trunk/; revision=134

 .../src/GnomeSubtitles/Application/Utility.cs      |   30 ++++++++++++++-----
 1 files changed, 22 insertions(+), 8 deletions(-)

commit 45c669a9a62da79336e84e93830021fc9250215e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 01:00:28 2006 +0000

    Added timings shifting functionality.
    
    svn path=/trunk/; revision=133

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |   23 ++++++++++++-------
 1 files changed, 14 insertions(+), 9 deletions(-)

commit 0fb6277bcc078564d90709f2010496ee1ff46ea2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Aug 11 00:59:44 2006 +0000

    Added timings shifting to the menus.
    
    svn path=/trunk/; revision=132

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  326 ++++++++++++++++++++++-
 1 files changed, 318 insertions(+), 8 deletions(-)

commit a90bdcd0a53ff4feda3e8e8d47302a60c0b8b472
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 8 11:27:33 2006 +0000

    Updated compilation parameters.
    
    svn path=/trunk/; revision=131

 gnome-subtitles/gnome-subtitles.mdp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 40ed2bd8afc586a54877305c9ed2ba29f736f9ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 8 11:26:55 2006 +0000

    Detect when the input of a spinbutton isn't valid, and revert to the existing value.
    
    svn path=/trunk/; revision=130

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  191 ++++++++++----------
 1 files changed, 98 insertions(+), 93 deletions(-)

commit 898e658c36bd86eaf7b0c11145db7f92c531727b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Aug 8 11:26:26 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=129

 .../GnomeSubtitles/Application/EventHandlers.cs    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5abfa8bc92f8224f541591699035bdb82a3c52d0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 21 23:57:47 2006 +0000

    Refactored code. Adjusted sensitivity for subtitle deletion.
    
    svn path=/trunk/; revision=128

 .../src/GnomeSubtitles/Application/GUI.cs          |   27 +-------
 .../src/GnomeSubtitles/Application/Menus.cs        |   70 +++++++++++++++++---
 2 files changed, 62 insertions(+), 35 deletions(-)

commit 76f170220b5b71d499ae4d743fda0be6032c69c3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 21 00:45:22 2006 +0000

    Updated sensitivity for menus.
    
    svn path=/trunk/; revision=127

 gnome-subtitles/src/Glade/gnome-subtitles.glade    |    8 ++
 .../src/GnomeSubtitles/Application/Menus.cs        |   85 +++++++++++---------
 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    2 +
 3 files changed, 56 insertions(+), 39 deletions(-)

commit 7cf032efd4dd04c5f39bad410c2ec58da43ca72d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:46:16 2006 +0000

    Cleaned for non-existing widgets.
    
    svn path=/trunk/; revision=126

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit ec2f5b94ddd867f49be82d74364f977d8da0a815
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:45:31 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=125

 .../src/GnomeSubtitles/Application/SubtitleView.cs |   25 +++++++++++++------
 1 files changed, 17 insertions(+), 8 deletions(-)

commit c720d3d14f9f2b2ab8daa02492fbdd475bfc499c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:44:29 2006 +0000

    Added option to insert subtitles after or before an existing subtitle.
    
    svn path=/trunk/; revision=124

 .../src/GnomeSubtitles/Application/Subtitles.cs    |   29 +++++++++++++------
 1 files changed, 20 insertions(+), 9 deletions(-)

commit 593fcdc1adc89e56cc6c4ce6a647903bd00de326
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:42:48 2006 +0000

    Changed some methods to determine when a blank screen is created and, when creating a new document, if there was a document existing.
    
    svn path=/trunk/; revision=123

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 6edcd8522a871f0c159eb98efe94ed9bd8c39593
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:42:02 2006 +0000

    Changed some methods to determine when a blank screen is created and, when creating a new document, if there was a document existing.
    
    svn path=/trunk/; revision=122

 .../src/GnomeSubtitles/Application/Menus.cs        |   51 +++++++++++---------
 1 files changed, 28 insertions(+), 23 deletions(-)

commit acceebd056924bd143ae44d36ddcc16ae50ba448
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:38:06 2006 +0000

    Changed some methods to determine when a blank screen is created and, when creating a new document, if there was a document existing.
    
    svn path=/trunk/; revision=121

 .../src/GnomeSubtitles/Application/GUI.cs          |   28 ++++++++++++--------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit be0b652c7d16894d52a42a8d0fdccd819648f95a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:36:12 2006 +0000

    Changed Insert command to InsertAfter and InsertBefore.
    
    svn path=/trunk/; revision=120

 .../GnomeSubtitles/Application/EventHandlers.cs    |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 14fe11e6468a610573956f6265a4778e6af9995b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:35:36 2006 +0000

    Added option to insert subtitles after or before an existing subtitle to the InsertSubtitleCommand.
    
    svn path=/trunk/; revision=119

 .../src/GnomeSubtitles/Application/Commands.cs     |   38 ++++++++++++++++----
 1 files changed, 31 insertions(+), 7 deletions(-)

commit ce2b95d2b9afc4b13b591f31c20e1e090f3a87cf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:35:02 2006 +0000

    Fixed a warning.
    
    svn path=/trunk/; revision=118

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4d2e9b8a45d976a6aa98fb62b3c5525153c6c61b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Jul 20 21:34:08 2006 +0000

    Added Insert After and Before menu.
    
    svn path=/trunk/; revision=117

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  104 +++++++++++++----------
 1 files changed, 60 insertions(+), 44 deletions(-)

commit 94ae5e9ca42a793f84b621f16764f733d0c3f20c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 16 00:48:34 2006 +0000

    Fixed some bugs with the program crashing using redo, undo and inserting and deleting subtitles.
    These happened when the operations were performed on an empty set of subtitles, or when there was only 1 subtitle.
    
    svn path=/trunk/; revision=116

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   17 +++-
 .../GnomeSubtitles/Application/CommandManager.cs   |   24 ++---
 .../src/GnomeSubtitles/Application/Commands.cs     |    7 +-
 .../GnomeSubtitles/Application/EventHandlers.cs    |   10 +-
 .../src/GnomeSubtitles/Application/SubtitleView.cs |  102 ++++++++++++++++---
 .../src/GnomeSubtitles/Application/Subtitles.cs    |   17 ++-
 6 files changed, 130 insertions(+), 47 deletions(-)

commit 9cb2d7016a0aa2115c4126b34575e8722bfc354b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 15 03:01:20 2006 +0000

    Use constants from SubLib.SubtitleConstants when creating new subtitles.
    
    svn path=/trunk/; revision=115

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    2 +-
 .../src/GnomeSubtitles/Application/Subtitles.cs    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8f4eb86b6345114494649281ec7d39cf7fb4ca86
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Jul 15 02:54:30 2006 +0000

    Moved Menu and Toolbar related functionality to Menus.cs.
    Fixed bug with input and movie frame rate commands being executed on program startup (handlers weren't being disabled).
    
    svn path=/trunk/; revision=114

 gnome-subtitles/gnome-subtitles.mdp                |    1 +
 .../GnomeSubtitles/Application/EventHandlers.cs    |    6 +-
 .../src/GnomeSubtitles/Application/GUI.cs          |  122 +++---------------
 .../src/GnomeSubtitles/Application/Menus.cs        |  135 ++++++++++++++++++++
 4 files changed, 161 insertions(+), 103 deletions(-)

commit 9059ec82ca2bac757a3a895fa9bd80aaf2f829b8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 23:22:32 2006 +0000

    Updated TODO.
    
    svn path=/trunk/; revision=113

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0c9aa73bfc97661f271d55f43f04193e9c79bfa4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 23:22:15 2006 +0000

    Updated methods for scrolling to path. Used VisibleRect because GetVisibleRange was producing unwanted warnings when rows were deleted at the end.
    
    svn path=/trunk/; revision=112

 .../src/GnomeSubtitles/Application/SubtitleView.cs |   99 ++++++++++++++------
 1 files changed, 69 insertions(+), 30 deletions(-)

commit 9cff6e5d3d9621a772a171a211f19c27f976287b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 23:10:37 2006 +0000

    Added some common collection methods.
    
    svn path=/trunk/; revision=111

 .../src/GnomeSubtitles/Application/Subtitles.cs    |   33 ++++++++++++++++++-
 1 files changed, 31 insertions(+), 2 deletions(-)

commit 76b585dad2d8c3a2fd5e7286544ec4c2aad687cc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 23:05:47 2006 +0000

    Updated delete subtitles command to delete several subtitles instead of just a single one.
    Added command to insert subtitles.
    
    svn path=/trunk/; revision=110

 .../src/GnomeSubtitles/Application/Commands.cs     |  122 +++++++++++++++++---
 1 files changed, 106 insertions(+), 16 deletions(-)

commit 4b029dd5073f90d0683840c663c986d475e07e6e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 22:51:17 2006 +0000

    Added handlers for inserting and deleting subtitles.
    Code cleanup.
    
    svn path=/trunk/; revision=109

 .../GnomeSubtitles/Application/EventHandlers.cs    |   56 ++++++++++++--------
 1 files changed, 33 insertions(+), 23 deletions(-)

commit a4642789d0e6409694153091539e61f9af83b317
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 22:49:00 2006 +0000

    Added InsertSubtitle and DeleteSubtitles menus.
    
    svn path=/trunk/; revision=108

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   62 ++++++++++++++++++++---
 1 files changed, 55 insertions(+), 7 deletions(-)

commit 725d805e592cc2e1af0ff80c86036607971458f7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Jul 14 22:48:07 2006 +0000

    Fixed bug with Previous subtitle not being returned successfuly.
    Added features to SingleSelectionCommand.
    
    svn path=/trunk/; revision=107

 .../GnomeSubtitles/Application/CommandManager.cs   |   54 +++++++++++---------
 1 files changed, 30 insertions(+), 24 deletions(-)

commit 7142df7d64954e6f9f22a8ebe3594cb582117fec
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:54:08 2006 +0000

    Numerous features and bugfixes.
    
    svn path=/trunk/; revision=104

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  307 ++++++++++++++++++++
 1 files changed, 307 insertions(+), 0 deletions(-)

commit 6f2f087287e7b1b5c886e3e0d6fddb9bd90be9e2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:53:43 2006 +0000

    svn path=/trunk/; revision=103
    
    
    
    svn path=/trunk/; revision=103

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  288 --------------------
 1 files changed, 0 insertions(+), 288 deletions(-)

commit d31aa0321f639e1d8cb324a0ea7d6831d8a6f3ed
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:48:29 2006 +0000

    No longer needed.
    
    svn path=/trunk/; revision=102

 .../Application/CellRendererSpinButton.cs          |  128 --------------------
 1 files changed, 0 insertions(+), 128 deletions(-)

commit b2c1fb1b5bd4ce7aae6edc59ccef6790177ba45b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:47:36 2006 +0000

    Numerous features and bugfixes.
    
    svn path=/trunk/; revision=101

 gnome-subtitles/src/Glade/gnome-subtitles.glade |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 647d240c5ec237d8689f3448ff16d1c3d66aaf4f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:46:57 2006 +0000

    Added support for autotools.
    
    svn path=/trunk/; revision=100

 gnome-subtitles/src/Makefile.am |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

commit 7dcbebaf681f81ccf85721586ef4b074f9e8bd8c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:46:35 2006 +0000

    Retrieve the application version from AssemblyInfo.
    Use ExecutionInfo in a static context.
    
    svn path=/trunk/; revision=99

 .../src/GnomeSubtitles/Execution/Executable.cs     |    8 ++---
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   32 ++++++++-----------
 2 files changed, 17 insertions(+), 23 deletions(-)

commit f97603270a8ec5c87b4302d0644021d804bb54f9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:45:09 2006 +0000

    Numerous features and bugfixes.
    
    svn path=/trunk/; revision=98

 .../Application/Dialogs/AboutDialog.cs             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 104022b452e6ccb52d9efca74e6b5757e2cfe342
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:44:38 2006 +0000

    Numerous features and bugfixes.
    
    svn path=/trunk/; revision=97

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   12 +-
 .../GnomeSubtitles/Application/CommandManager.cs   |  368 ++++++--------------
 .../src/GnomeSubtitles/Application/Commands.cs     |  308 ++++++++++++++++
 .../GnomeSubtitles/Application/EventHandlers.cs    |   17 +-
 .../src/GnomeSubtitles/Application/GUI.cs          |   41 ++-
 .../src/GnomeSubtitles/Application/GladeWidget.cs  |    2 +-
 .../src/GnomeSubtitles/Application/SubtitleView.cs |   82 ++++--
 .../src/GnomeSubtitles/Application/Subtitles.cs    |   26 +-
 8 files changed, 535 insertions(+), 321 deletions(-)

commit 301007eb9be9bc4656c71b3c1b999e5c0cdf6295
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:31:24 2006 +0000

    Added AssemblyInfo.
    
    svn path=/trunk/; revision=96

 .../GnomeSubtitles/Execution/AssemblyInfo.cs.in    |   27 ++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 551551a99d924c49436915ad9d98be18869a6094
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:27:58 2006 +0000

    Added support for Monodevelop.
    
    svn path=/trunk/; revision=95

 gnome-subtitles/gnome-subtitles.mdp |   51 +++++++++++++++++++++++++++++++++++
 gnome-subtitles/gnome-subtitles.mds |   16 +++++++++++
 2 files changed, 67 insertions(+), 0 deletions(-)

commit efe613da96f76640772c2f8872897f02b978b45d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:24:12 2006 +0000

    Updated nant build files.
    
    svn path=/trunk/; revision=94

 gnome-subtitles/build.properties |   14 +++++++-------
 gnome-subtitles/nant.build       |   16 ++++++++--------
 2 files changed, 15 insertions(+), 15 deletions(-)

commit f0d38c3a4e7a13b0cb2e6ae780afcdaa8cb7c85f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:22:43 2006 +0000

    Updated todo.
    
    svn path=/trunk/; revision=93

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit db09c084b630131b2d180277bbf08c86afb8cfa1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:21:21 2006 +0000

    Added support for autotools.
    
    svn path=/trunk/; revision=92

 gnome-subtitles/Makefile.am  |   18 ++++++++++
 gnome-subtitles/autogen.sh   |   73 ++++++++++++++++++++++++++++++++++++++++++
 gnome-subtitles/configure.in |   44 +++++++++++++++++++++++++
 3 files changed, 135 insertions(+), 0 deletions(-)

commit 0800822088d341068963ba753a4b7365cc57f5ce
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:16:35 2006 +0000

    Some common package files, some still empty.
    
    svn path=/trunk/; revision=91

 gnome-subtitles/INSTALL   |  236 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 236 insertions(+), 0 deletions(-)

commit 21f1c21a0f38762b808032624702fceb5de4b826
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:15:22 2006 +0000

    sample subtitles to be used when testing.
    
    svn path=/trunk/; revision=90

 gnome-subtitles/etc/samples/sample.srt | 4312 ++++++++++++++++++++++++++++++++
 gnome-subtitles/etc/samples/sample.sub |  934 +++++++
 2 files changed, 5246 insertions(+), 0 deletions(-)

commit a5aeb12b0a8830b455ae4e8f34846f5aa19c1c02
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Jul 9 23:14:34 2006 +0000

    added script to be used to call the application.
    
    svn path=/trunk/; revision=89

 gnome-subtitles/etc/gnome-subtitles |    4 ----
 gnome-subtitles/etc/script.in       |    3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 6f6619a56d2eae305d8cebe7afde672214a30d01
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Apr 29 00:56:55 2006 +0000

    Added possibility to set SubtitleEdit insensitive, to use when selecting multiple subtitles (not implemented yet).
    The values are removed when the SubtitleEdit is set insensitive.
    
    svn path=/trunk/; revision=88

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  184 ++++++++++++--------
 1 files changed, 107 insertions(+), 77 deletions(-)

commit 5b102cbd072a5f40798110565bc7a7a999cc14ed
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:59:15 2006 +0000

    Completed support for changing subtitle frame rates.
    
    svn path=/trunk/; revision=87

 gnome-subtitles/TODO |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e353103e7c4a17f0fc208fda30bf2d464d88a9e9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:58:32 2006 +0000

    Reloading a subtitle loads the currently selected (and loaded) subtitle.
    
    svn path=/trunk/; revision=86

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit bc51a5c324e0950c243a66e47b88499d5126532a
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:56:42 2006 +0000

    Completed support for changing subtitle frame rates.
    
    svn path=/trunk/; revision=85

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit b14913dea1ac4ab461739ef826815035bc72bcf5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:56:14 2006 +0000

    Completed support for changing subtitle frame rates. Menus are sensitive based on the subtitle type.
    25 FPS are used by default, and reset when subtitles are opened or created.
    
    svn path=/trunk/; revision=84

 .../src/GnomeSubtitles/Application/GUI.cs          |   32 ++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit 5f2b6f943d873587d187e11c679043275028172b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:55:31 2006 +0000

    Completed support for changing subtitle frame rates.
    
    svn path=/trunk/; revision=83

 .../GnomeSubtitles/Application/EventHandlers.cs    |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit cf783eec6649d18107f9b99eebf7639a8cca7bc0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:53:47 2006 +0000

    Completed support for changing subtitle frame rates.
    
    svn path=/trunk/; revision=82

 .../GnomeSubtitles/Application/CommandManager.cs   |   49 ++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

commit e9469e99be8611de453410973364a4d205e375cb
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Apr 6 12:53:14 2006 +0000

    Completed support for changing subtitle frame rates. Menus are sensitive based on the subtitle type.
    25 FPS are used by default, and reset when subtitles are opened or created.
    
    svn path=/trunk/; revision=81

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   74 ++++++++++++++--------
 1 files changed, 47 insertions(+), 27 deletions(-)

commit f7a514f96b7de9dc0dd03a0c7d94ced28d4e43ae
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Apr 5 23:10:21 2006 +0000

    Added "Report a Bug" menu item.
    
    svn path=/trunk/; revision=80

 gnome-subtitles/src/Glade/gnome-subtitles.glade    |   51 +++++++++++++++-----
 .../GnomeSubtitles/Application/EventHandlers.cs    |    4 ++
 2 files changed, 43 insertions(+), 12 deletions(-)

commit 777cca6a24e370be353c6ec4ff1e000a7f5acbc9
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Apr 2 01:51:13 2006 +0000

    Code cleanup. SubtitleView and SubtitleEdit are now structured on their specific functionality instead of use cases (new document, open document, etc)
    Completed support for setting style: bold, italic and underline.
    
    svn path=/trunk/; revision=79

 gnome-subtitles/TODO                               |    2 +-
 .../GnomeSubtitles/Application/CommandManager.cs   |   25 ++++--
 .../GnomeSubtitles/Application/EventHandlers.cs    |    6 +-
 .../src/GnomeSubtitles/Application/GUI.cs          |   51 ++++++-----
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   95 ++++++++++++++------
 .../src/GnomeSubtitles/Application/SubtitleView.cs |   67 ++++++++------
 6 files changed, 157 insertions(+), 89 deletions(-)

commit 8403ab49c24e1d576b525f134e1811b1e2219031
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 28 22:39:50 2006 +0000

    Added TODO.
    
    svn path=/trunk/; revision=78

 gnome-subtitles/TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0c501dbdc89ea67cab8078875ceac1294b1072ca
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Mar 28 22:39:13 2006 +0000

    Corrected bug with exception being thrown when opening a document after a document had already been opened (the Changed event was connected and assigning a new model would fire the event with an inconsistent model state)
    
    svn path=/trunk/; revision=77

 .../src/GnomeSubtitles/Application/SubtitleView.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 802928165bf84c1503dd568994bcb967b1da2496
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 18:35:09 2006 +0000

    Added support for subtitle formatting - bold, italic and underline.
    Added support for subtitle frame rate conversion.
    
    svn path=/trunk/; revision=76

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  181 +++++++++++++++++++++++
 1 files changed, 181 insertions(+), 0 deletions(-)

commit 8d9e1965be763e10954940e8fdb8d7655a1b03fc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 18:34:31 2006 +0000

    Major refactoring, introduced a new class SelectionCommand which is a command related to a subtitle selection. It selects the altered subtitle in case it isn't.
    Created commands for changing subtitle style: bold, italic and underline.
    Fixed some bugs with ChangeText command not being updated consistently.
    
    svn path=/trunk/; revision=75

 .../GnomeSubtitles/Application/CommandManager.cs   |  150 +++++++++++++++-----
 1 files changed, 114 insertions(+), 36 deletions(-)

commit bca780cc41a7e026a72f15ddc86732e746cec6e1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 18:31:22 2006 +0000

    Added support for subtitle formatting - bold, italic and underline.
    
    svn path=/trunk/; revision=74

 .../GnomeSubtitles/Application/EventHandlers.cs    |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 0c9c4905b2c12f24c7d5b0180cb16fba99fbda52
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 18:31:07 2006 +0000

    Added support for subtitle formatting - bold, italic and underline.
    
    svn path=/trunk/; revision=73

 .../src/GnomeSubtitles/Application/GUI.cs          |   22 ++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit 38dcddb97e0a7cbcfdfa6a3eca98da08b70b7909
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 18:03:27 2006 +0000

    ApplyTags is now executed from within the ChangeText command.
    ApplyTags is now public.
    Code cleanup.
    
    svn path=/trunk/; revision=72

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   21 +++++++++----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit d8b362e4e00b371be0598bd51e3fd2ffd15e43a0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 18:00:45 2006 +0000

    Small refactoring, expose the currently selected subtitle.
    
    svn path=/trunk/; revision=71

 .../src/GnomeSubtitles/Application/SubtitleView.cs |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 6f8a0eac20c3993659f33248659ffe1fb5bf85d7
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 19 17:59:50 2006 +0000

    Added support for subtitle formatting - bold, italic and underline.
    
    svn path=/trunk/; revision=70

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit f6870d06e15f699baa2bc6c978146a0fdd4f6646
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 02:44:43 2006 +0000

    Added file character encoding selection in open dialog.
    
    svn path=/trunk/; revision=69

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 42db2bf9877689dde382e16d28e2d9a8bf252a91
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 02:44:18 2006 +0000

    Allow to open files with a specified encoding.
    
    svn path=/trunk/; revision=68

 .../src/GnomeSubtitles/Application/GUI.cs          |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 66460de00d891e05a7a12709cfd877eb688235f3
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 02:44:00 2006 +0000

    Allow to open files with a specified encoding.
    
    svn path=/trunk/; revision=67

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit fc651d2eda9ad5dcc1fc5028a0668f1873b2077d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 02:43:44 2006 +0000

    Separator function now tests if the value it gets from the tree model is valid.
    
    svn path=/trunk/; revision=66

 .../Dialogs/SubtitleFileChooserDialog.cs           |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 87f98f2d1282daa341ec51b126ed3ea33cdf6d6b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 02:43:08 2006 +0000

    Added file character encoding selection.
    
    svn path=/trunk/; revision=65

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   54 ++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

commit c45c8865a47d4a68a8e81a8344933cc927b159ea
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 02:42:50 2006 +0000

    Added file character encoding selection.
    
    svn path=/trunk/; revision=64

 .../Application/Dialogs/OpenDialog.cs              |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

commit 74e2fda00f767782d38dc23a391da3de807156ac
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Mar 5 01:37:06 2006 +0000

    Update timing mode when saving as.
    
    svn path=/trunk/; revision=63

 .../src/GnomeSubtitles/Application/GUI.cs          |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit fbbd760aa345bb3c45d2ac44f7fa837666d2b103
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:58:25 2006 +0000

    Dialog now extends a more general dialog: SubtitleFileChooserDialog.
    Renamed.
    Updated to include character encoding and subtitle format selection.
    
    svn path=/trunk/; revision=62

 .../Application/Dialogs/SaveAsDialog.cs            |   75 ++++++++++++++++++++
 1 files changed, 75 insertions(+), 0 deletions(-)

commit 1d55560e1d0fa13b0077303228718af7d14f8211
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:57:08 2006 +0000

    Dialog now extends a more general dialog: SubtitleFileChooserDialog.
    Renamed.
    Updated to include character encoding and subtitle format selection.
    
    svn path=/trunk/; revision=61

 .../Application/Dialogs/SaveSubtitleDialog.cs      |   64 --------------------
 1 files changed, 0 insertions(+), 64 deletions(-)

commit 289d2432a47e8944a905870bbd81bf495c327c3e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:56:20 2006 +0000

    Dialog now extends a more general dialog: SubtitleFileChooserDialog.
    Renamed.
    
    svn path=/trunk/; revision=60

 .../Application/Dialogs/OpenDialog.cs              |   51 ++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

commit e82c13e968054e68104cde266a782ce086949ede
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:55:51 2006 +0000

    Dialog now extends a more general dialog: SubtitleFileChooserDialog.
    Renamed.
    
    svn path=/trunk/; revision=59

 .../Application/Dialogs/OpenSubtitleDialog.cs      |   58 --------------------
 1 files changed, 0 insertions(+), 58 deletions(-)

commit ff6fee236b2b9b7ca7b418860bb40de4125da8ae
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:53:09 2006 +0000

    Updated save as dialog.
    
    svn path=/trunk/; revision=58

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit 1a0566f3ab80bac7c1d0638b2a8214cab47fabaf
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:52:25 2006 +0000

    Class that contains the common part of the open and save as dialogs.
    
    svn path=/trunk/; revision=57

 .../Dialogs/SubtitleFileChooserDialog.cs           |   97 ++++++++++++++++++++
 1 files changed, 97 insertions(+), 0 deletions(-)

commit a6d8f2ee69950f789232dfdf7fd6bf3213c10872
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:51:50 2006 +0000

    Updated verbosity set in SubLib.
    Moved widget names to a separate class.
    
    svn path=/trunk/; revision=56

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   43 +-------------------
 1 files changed, 1 insertions(+), 42 deletions(-)

commit a8f60ac22acd1eb1efa41c4174b31f6339ac9b2c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:50:58 2006 +0000

    Updated dialog creation.
    
    svn path=/trunk/; revision=55

 .../GnomeSubtitles/Application/EventHandlers.cs    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f39eb3bb65348ae716646b6387734c0dbfe9efd1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:50:16 2006 +0000

    Implemented Save As.
    
    svn path=/trunk/; revision=54

 .../src/GnomeSubtitles/Application/GUI.cs          |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit c9e396da01a124e7147426bc01c01045e1c2bec6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Mar 4 18:48:50 2006 +0000

    Moved to a separate file.
    
    svn path=/trunk/; revision=53

 .../src/GnomeSubtitles/Application/WidgetNames.cs  |   65 ++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

commit ef00183db9e748476583d4883c1a15db99f47d91
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 28 03:18:58 2006 +0000

    Improved Save and Save As support.
    
    svn path=/trunk/; revision=52

 .../src/GnomeSubtitles/Application/GUI.cs          |   26 ++++++++++++++++----
 1 files changed, 21 insertions(+), 5 deletions(-)

commit 75e68f7b1c9e609235589b986a1bdead71982538
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 28 03:16:12 2006 +0000

    Code cleanup. Updated for constructing CommandManager with Modified event
    
    Code cleanup.
    Updated for constructing CommandManager with Modified event handler.
    
    svn path=/trunk/; revision=51

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit 4b9be2d3c0bce6e6075a4e327b522db4e04f327d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 28 03:13:20 2006 +0000

    Code cleanup. Added support for modified event. Improved support for save
    
    Code cleanup.
    Added support for modified event.
    Improved support for save and saveAs events.
    
    svn path=/trunk/; revision=50

 .../GnomeSubtitles/Application/EventHandlers.cs    |  107 ++++++++++++--------
 1 files changed, 64 insertions(+), 43 deletions(-)

commit 49860b6907fb0491ace6df8372e0e9b74ab292b8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 28 03:11:54 2006 +0000

    Include Modified event which fires up when the first command is run after setting modified to false.
    Option to see the value of modified.
    
    svn path=/trunk/; revision=49

 .../GnomeSubtitles/Application/CommandManager.cs   |   21 +++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 681ddbfe04aae8facb0d4f0bba06d60fba5ce95b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 28 03:09:12 2006 +0000

    Use response event instead of button clicks.
    Set the filename and directory according to the file being edited.
    
    svn path=/trunk/; revision=48

 .../Application/Dialogs/SaveSubtitleDialog.cs      |   33 ++++++++++++++------
 1 files changed, 23 insertions(+), 10 deletions(-)

commit ce569d2310f8b9d6b684d7eda241d85a465d115b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 28 03:07:30 2006 +0000

    Save dialog renamed to Save As.
    Improved Save As dialog to include subtitle format and character coding combo boxes.
    
    svn path=/trunk/; revision=47

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  125 +++++++++++++++++++++--
 1 files changed, 117 insertions(+), 8 deletions(-)

commit 14ea087d43f46b1ef32da37084662e3df288fc40
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 27 19:10:28 2006 +0000

    Cleaned up unused items.
    
    svn path=/trunk/; revision=46

 gnome-subtitles/src/Glade/gnome-subtitles.glade |   27 -----------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

commit 22435941b3a498a5c35de109b4cb892351069249
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 27 19:09:54 2006 +0000

    Set GUI items sensitive or not depending on being editing a document or not.
    
    svn path=/trunk/; revision=45

 .../src/GnomeSubtitles/Application/GUI.cs          |   76 +++++++++++++-------
 1 files changed, 51 insertions(+), 25 deletions(-)

commit 61a9cf524dc52cbf62c135668e2fa9cfbefd2721
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 27 02:27:58 2006 +0000

    Sets necessary toolbar and menubar items insensitive on startup.
    Sets undo and redo menuitem labels according to the possible undo and redo operations.
    
    svn path=/trunk/; revision=44

 gnome-subtitles/src/Glade/gnome-subtitles.glade    |   34 +++++++-
 .../GnomeSubtitles/Application/ApplicationCore.cs  |   16 ++++-
 .../GnomeSubtitles/Application/CommandManager.cs   |   85 ++++++++++----------
 .../GnomeSubtitles/Application/EventHandlers.cs    |   30 +++++--
 .../src/GnomeSubtitles/Application/GUI.cs          |   21 +++++-
 5 files changed, 131 insertions(+), 55 deletions(-)

commit 85c011445c1ee6b7295a33646da919fe67436350
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 27 01:22:14 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=43

 .../GnomeSubtitles/Application/CommandManager.cs   |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

commit 9d0ff679788775a6996602192d8d235a839843a5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 26 23:20:48 2006 +0000

    Text can undo and redo.
    Commands can distinguish when they're run by the first time. In that case, Execute() is called. In the undo/redo case, Undo or Redo is called.
    
    svn path=/trunk/; revision=42

 .../GnomeSubtitles/Application/CommandManager.cs   |   69 ++++++++++++++++---
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    5 +-
 .../src/GnomeSubtitles/Application/SubtitleView.cs |    2 +-
 .../src/GnomeSubtitles/Application/Subtitles.cs    |    2 +-
 4 files changed, 62 insertions(+), 16 deletions(-)

commit 2ca12d974543b435b45abd1772bc565f3576cb88
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 26 22:14:03 2006 +0000

    Grab text focus when a row is activated (double-clicked).
    
    svn path=/trunk/; revision=41

 gnome-subtitles/src/Glade/gnome-subtitles.glade    |    1 +
 .../GnomeSubtitles/Application/EventHandlers.cs    |   24 ++++++++++---------
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   14 ++++++-----
 3 files changed, 22 insertions(+), 17 deletions(-)

commit f67d4fa00f88c32c414f7be000642be71e836b28
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 26 22:02:11 2006 +0000

    Update spinbuttons when any of it changes (also applies to undo/redo).
    Code cleanup.
    
    svn path=/trunk/; revision=40

 .../GnomeSubtitles/Application/CommandManager.cs   |    4 +++-
 .../GnomeSubtitles/Application/EventHandlers.cs    |    2 --
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    7 ++++---
 3 files changed, 7 insertions(+), 6 deletions(-)

commit 5ab0bddd84a8d7715065526ea2174a2b94bd1bfd
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 26 04:21:39 2006 +0000

    Use a new CommandActivated event to signal when an execution/undo/redo has taken place.
    
    svn path=/trunk/; revision=39

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    2 +-
 .../GnomeSubtitles/Application/CommandManager.cs   |   68 ++++++++++++++-----
 2 files changed, 51 insertions(+), 19 deletions(-)

commit 0aed037daa797cb806ea889588efd269239eb439
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 26 04:20:13 2006 +0000

    Edit and Redo Buttons now display tooltips according to the Undo and Redo commands.
    
    svn path=/trunk/; revision=38

 .../GnomeSubtitles/Application/EventHandlers.cs    |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit e23a83e021fa0fa56eec6abd4febc161ff0a5800
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 26 02:26:29 2006 +0000

    Added description to commands.
    
    svn path=/trunk/; revision=37

 .../GnomeSubtitles/Application/CommandManager.cs   |   29 +++++++++++++-------
 1 files changed, 19 insertions(+), 10 deletions(-)

commit ea4c6d59be1408ba12c04b133f9833e2662b1e53
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 25 01:55:47 2006 +0000

    Removed remaining CVS-related files.
    
    svn path=/trunk/; revision=36

 CVSROOT/checkoutlist |   13 -------------
 CVSROOT/commitinfo   |   15 ---------------
 CVSROOT/config       |   21 ---------------------
 CVSROOT/cvswrappers  |   19 -------------------
 CVSROOT/editinfo     |   21 ---------------------
 CVSROOT/loginfo      |   27 ---------------------------
 CVSROOT/modules      |   26 --------------------------
 CVSROOT/notify       |   12 ------------
 CVSROOT/rcsinfo      |   13 -------------
 CVSROOT/taginfo      |   20 --------------------
 CVSROOT/verifymsg    |   21 ---------------------
 11 files changed, 0 insertions(+), 208 deletions(-)

commit 7d2d388bb01f079cb09ff5643b9cdfe5ee5f18ad
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 25 01:35:32 2006 +0000

    Removed remaining CVS-related files.
    
    svn path=/trunk/; revision=35

 gnome-subtitles/.cvsignore |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 10cb91fa588d4d008bdc3df096842ce6ec015336
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 22 12:25:35 2006 +0000

    Updated for namespace change in SubLib.
    
    svn path=/trunk/; revision=34

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    5 ++---
 .../Application/CellRendererSpinButton.cs          |    2 +-
 .../GnomeSubtitles/Application/CommandManager.cs   |    2 +-
 .../GnomeSubtitles/Application/EventHandlers.cs    |    2 +-
 .../src/GnomeSubtitles/Application/GUI.cs          |    2 +-
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    2 +-
 .../src/GnomeSubtitles/Application/SubtitleView.cs |    2 +-
 .../src/GnomeSubtitles/Application/Subtitles.cs    |    6 +++---
 8 files changed, 11 insertions(+), 12 deletions(-)

commit b8d4facf03631817448da8981bfcc52bbc491dd4
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 19 03:34:38 2006 +0000

    Added initial support for multilevel undo, with command grouping.
    
    svn path=/trunk/; revision=33

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   18 ++-
 .../GnomeSubtitles/Application/CommandManager.cs   |  213 ++++++++++++++++++--
 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   37 ++++-
 3 files changed, 244 insertions(+), 24 deletions(-)

commit d0ca290f57df68fc3ad91fc658b333bc56c00fa6
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 19 03:34:01 2006 +0000

    Added support for Undo and Redo events.
    
    svn path=/trunk/; revision=32

 gnome-subtitles/src/Glade/gnome-subtitles.glade |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cef5fef1feccfe7bd91370fb466864320b1dbfc2
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 19 03:33:39 2006 +0000

    Added support for obtaining a subtitle from a TreePath.
    Code cleanup.
    
    svn path=/trunk/; revision=31

 .../src/GnomeSubtitles/Application/Subtitles.cs    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 7dc4c31a5ede95d881bd9115ecfe93266a8ddda0
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 19 03:33:08 2006 +0000

    Added support to propagate GUI glade internal to EventHandlers.
    
    svn path=/trunk/; revision=30

 .../src/GnomeSubtitles/Application/GUI.cs          |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 691fb0920d4accbbe5b0c4b6a17f5b3df2a749f1
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 19 03:32:21 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=29

 .../src/GnomeSubtitles/Application/GladeWidget.cs  |   27 +-------------------
 1 files changed, 1 insertions(+), 26 deletions(-)

commit 1bfbac3b8e6c3389cc71aa57cc350bcba601aaaa
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sun Feb 19 03:31:41 2006 +0000

    Added support for handling CanUndo and CanRedo events, and Undo and Redo buttons.
    
    svn path=/trunk/; revision=28

 .../GnomeSubtitles/Application/EventHandlers.cs    |   38 +++++++++++++++++++-
 1 files changed, 37 insertions(+), 1 deletions(-)

commit 3a9206b2eb277924d7e963e43ce9f6405b764e95
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 18 18:57:14 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=27

 .../src/GnomeSubtitles/Application/GladeWidget.cs  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit dd1e43defa246fcff2eea1a0ef22b4430ec73d9f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Feb 17 22:48:28 2006 +0000

    Updates subtitle text on edit.
    
    svn path=/trunk/; revision=26

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |    9 +++++++++
 .../src/GnomeSubtitles/Application/SubtitleView.cs |   10 ++++++++++
 .../src/GnomeSubtitles/Application/Subtitles.cs    |    5 +++++
 3 files changed, 24 insertions(+), 0 deletions(-)

commit fa3bc2a5adc070e291fc761ea36e716fddc47434
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Feb 17 22:46:34 2006 +0000

    Explose SubtitleView publicly.
    
    svn path=/trunk/; revision=25

 .../src/GnomeSubtitles/Application/GUI.cs          |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7a4071f9f1f589d07779e5da028624da89961379
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Feb 17 22:46:06 2006 +0000

    Set verbosity on SubLib by default.
    
    svn path=/trunk/; revision=24

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 957e702626b406dac1e187b1acd928656107e3c8
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 15 01:23:17 2006 +0000

    Method naming adjustment.
    Automatically selects the first subtitle after loading.
    Detects when a subtitle's text is empty, printing a blank line (could use Visible but that would require to set Visible everytime every cell is rendered),
    
    svn path=/trunk/; revision=23

 .../src/GnomeSubtitles/Application/SubtitleView.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit e270394332a7e39ccbc2a62f61aa24816ca5f136
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 15 01:20:45 2006 +0000

    Supports adding subtitles.
    
    svn path=/trunk/; revision=22

 .../src/GnomeSubtitles/Application/Subtitles.cs    |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit e79beb465743c29d99255d17ce442d931c670a3c
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 15 01:20:18 2006 +0000

    Method naming adjustment.
    Code cleanup.
    
    svn path=/trunk/; revision=21

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |   21 +-------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

commit f0ff5bbb1527c64d5c6f2a0f53c5532d2348f504
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 15 01:19:30 2006 +0000

    Method naming adjustment.
    
    svn path=/trunk/; revision=20

 .../src/GnomeSubtitles/Application/GUI.cs          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4e12549af3e5be5bc969a7775d07f9373e36c0ca
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Wed Feb 15 01:18:53 2006 +0000

    Automatically adds a subtitle if the list is empty.
    
    svn path=/trunk/; revision=19

 .../GnomeSubtitles/Application/ApplicationCore.cs  |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 7f7644c26e21dd9c2c43ef42f6c8e88b78ed8385
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 14 22:14:55 2006 +0000

    Stop showing shadow when invisible
    Use of ColumnWidth instead of TextWidth. TextWidth is now in the utility functions.
    Removed disable of warning 169, since it doesn't apply anymore.
    Updates the editing area when a row is selected.
    
    svn path=/trunk/; revision=18

 .../src/GnomeSubtitles/Application/SubtitleView.cs |   48 +++++++++----------
 1 files changed, 23 insertions(+), 25 deletions(-)

commit 7a9974a55f582028fd71dd666db6e40cf96afc3d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 14 22:10:29 2006 +0000

    Editing area. Includes functions to set formated text, spinbuttons, and reflect a change in the timing mode.
    
    svn path=/trunk/; revision=17

 .../src/GnomeSubtitles/Application/SubtitleEdit.cs |  185 ++++++++++++++++++++
 1 files changed, 185 insertions(+), 0 deletions(-)

commit d440ca1b84cbbbf10d0333da48016c23a70bde64
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 14 22:09:35 2006 +0000

    Added support for the editing area.
    
    svn path=/trunk/; revision=16

 .../src/GnomeSubtitles/Application/GUI.cs          |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 9d12e53e0a2ead40c274fcbfa37f8ebc9d32e255
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 14 22:08:57 2006 +0000

    Widget names for editing area.
    
    svn path=/trunk/; revision=15

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit bad81a87d475106d786aafe07da32657af90516e
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 14 22:08:14 2006 +0000

    Support for editing area.
    
    svn path=/trunk/; revision=14

 gnome-subtitles/src/Glade/gnome-subtitles.glade |  227 ++++++++++++++++++++++-
 1 files changed, 225 insertions(+), 2 deletions(-)

commit 39916e804b5c5b8ef776519e187e00637437427d
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Tue Feb 14 22:07:51 2006 +0000

    Utility functions.
    
    svn path=/trunk/; revision=13

 .../src/GnomeSubtitles/Application/Utility.cs      |   43 ++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

commit a2551ebf263efaddcd2f63eebd958a81b43f56dc
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 13 19:30:59 2006 +0000

    CommandManager to implement multilevel undo.
    
    svn path=/trunk/; revision=12

 .../GnomeSubtitles/Application/CommandManager.cs   |  155 ++++++++++++++++++++
 1 files changed, 155 insertions(+), 0 deletions(-)

commit 1699fa036e5ec316c164782ca4ee0b56f9513bc5
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 13 03:01:05 2006 +0000

    Removed inline editing support, due to a feature missing in GTK# (implementing CellEditable in a Widget)
    Completed CellRendererCenteredText, which centers text inside a CellRenderer
    Code cleanup in SubtitleView
    
    svn path=/trunk/; revision=11

 gnome-subtitles/src/Glade/gnome-subtitles.glade    |    9 +-
 .../src/GnomeSubtitles/Application/SubtitleView.cs |  196 +++++++++----------
 2 files changed, 96 insertions(+), 109 deletions(-)

commit 0ad9d13c79a34a0ab108317c03d1f4cf83735048
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 11 02:46:08 2006 +0000

    Columns' width is now fixed. Temporarily, the size is constant (in pixels), and not depending on the text font and size.
    Code cleanup.
    
    svn path=/trunk/; revision=10

 .../src/GnomeSubtitles/Application/SubtitleView.cs |   30 ++++++++++++++++----
 1 files changed, 24 insertions(+), 6 deletions(-)

commit 5a19a25a1b975b89b27daca4efddf932a598b7fa
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 11 02:43:11 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=9

 .../Application/CellRendererSpinButton.cs          |   17 ++++++-----------
 .../GnomeSubtitles/Application/EventHandlers.cs    |    3 +--
 2 files changed, 7 insertions(+), 13 deletions(-)

commit 7474d2ae4fc455e1219e158ca8724093c1bc6b0b
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 11 02:34:33 2006 +0000

    Detect if subtitles were loaded or not (new subtitles are treated as loaded)
    
    svn path=/trunk/; revision=8

 .../GnomeSubtitles/Application/ApplicationCore.cs  |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit a7854423f39c9454ca94bcf13e0672d0d91bdf66
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 11 02:32:17 2006 +0000

    Use the reponse event to know the action taken on the dialog.
    Set the current folder to the folder of the current file, or home in case no file is opened or the document is new
    
    svn path=/trunk/; revision=7

 .../Application/Dialogs/OpenSubtitleDialog.cs      |   32 ++++++++++---------
 1 files changed, 17 insertions(+), 15 deletions(-)

commit 069d8f0021a773aecf6b78a8587979c2fa226a08
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Sat Feb 11 02:30:37 2006 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=6

 .../Application/Dialogs/AboutDialog.cs             |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit a90419393247ae79c163b2098baa85a3f090e72f
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Fri Feb 10 02:58:26 2006 +0000

    Force the program name to be "gnome-subtitles" instead of "mono", thanks to Aaron Bockover's tip (http://abock.org/2006/02/09/changing-process-name-in-mono/)
    Created program launcher, very primitive and not ready to distribute yet.
    
    svn path=/trunk/; revision=5

 gnome-subtitles/.cvsignore                         |    1 +
 gnome-subtitles/build.properties                   |    9 ++++---
 gnome-subtitles/etc/gnome-subtitles                |    4 +++
 gnome-subtitles/nant.build                         |    1 +
 .../src/GnomeSubtitles/Execution/Executable.cs     |   21 ++++++++++++++++---
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |    5 ++++
 6 files changed, 33 insertions(+), 8 deletions(-)

commit b5f376ef3c9041caa772981e7e400bb67000b526
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Thu Feb 9 04:45:29 2006 +0000

    Structure rearranged: GUI and MainWindow were merged, event handlers are now in EventHandlers, widget name constants are in ApplicationCore, GladeWidget now supports the creation of a main GUI widget.
    
    svn path=/trunk/; revision=4

 gnome-subtitles/nant.build                         |    2 +-
 .../src/GnomeSubtitles/Application/AboutDialog.cs  |   41 --------
 .../GnomeSubtitles/Application/ApplicationCore.cs  |   31 ++++++-
 .../Application/CellRendererSpinButton.cs          |    1 +
 .../Application/Dialogs/AboutDialog.cs             |   40 ++++++++
 .../Application/Dialogs/OpenSubtitleDialog.cs      |   56 +++++++++++
 .../Application/Dialogs/SaveSubtitleDialog.cs      |   51 ++++++++++
 .../GnomeSubtitles/Application/EventHandlers.cs    |   76 +++++++++++++++
 .../src/GnomeSubtitles/Application/GUI.cs          |   57 +++++++++---
 .../src/GnomeSubtitles/Application/GladeWidget.cs  |   49 ++++++++--
 .../GnomeSubtitles/Application/MainStatusBar.cs    |   40 --------
 .../src/GnomeSubtitles/Application/MainWindow.cs   |  100 --------------------
 .../Application/OpenSubtitleDialog.cs              |   58 -----------
 .../Application/SaveSubtitleDialog.cs              |   53 ----------
 .../src/GnomeSubtitles/Application/SubtitleView.cs |   58 +++++------
 15 files changed, 366 insertions(+), 347 deletions(-)

commit 262b4a50d27559cb46413506b9761bac67945770
Author: Pedro Daniel da Rocha Melo e Castro <pcastro@src.gnome.org>
Date:   Mon Feb 6 06:01:47 2006 +0000

    Initial commit.
    
    svn path=/trunk/; revision=3

 gnome-subtitles/.project                           |   11 +
 gnome-subtitles/AUTHORS                            |    5 +
 gnome-subtitles/COPYING                            |  340 ++++++++++++
 gnome-subtitles/build.properties                   |   25 +
 gnome-subtitles/nant.build                         |   69 +++
 gnome-subtitles/src/Glade/gnome-subtitles.glade    |  569 ++++++++++++++++++++
 gnome-subtitles/src/Glade/gnome-subtitles.gladep   |    7 +
 .../src/GnomeSubtitles/Application/AboutDialog.cs  |   41 ++
 .../GnomeSubtitles/Application/ApplicationCore.cs  |   62 +++
 .../Application/CellRendererSpinButton.cs          |  132 +++++
 .../src/GnomeSubtitles/Application/GUI.cs          |   60 ++
 .../src/GnomeSubtitles/Application/GladeWidget.cs  |   56 ++
 .../GnomeSubtitles/Application/MainStatusBar.cs    |   40 ++
 .../src/GnomeSubtitles/Application/MainWindow.cs   |  100 ++++
 .../Application/OpenSubtitleDialog.cs              |   58 ++
 .../Application/SaveSubtitleDialog.cs              |   53 ++
 .../src/GnomeSubtitles/Application/SubtitleView.cs |  195 +++++++
 .../src/GnomeSubtitles/Application/Subtitles.cs    |   58 ++
 .../src/GnomeSubtitles/Execution/Executable.cs     |   36 ++
 .../src/GnomeSubtitles/Execution/ExecutionInfo.cs  |   61 +++
 20 files changed, 1978 insertions(+), 0 deletions(-)

commit 095455d36cc4c2cf2ba4d21d798690447ddf3371
Author: root <root@localhost>
Date:   Mon Jan 31 20:25:37 2005 +0000

    initial checkin
    
    svn path=/trunk/; revision=2

 CVSROOT/checkoutlist |   13 +++++++++++++
 CVSROOT/commitinfo   |   15 +++++++++++++++
 CVSROOT/config       |   21 +++++++++++++++++++++
 CVSROOT/cvswrappers  |   19 +++++++++++++++++++
 CVSROOT/editinfo     |   21 +++++++++++++++++++++
 CVSROOT/loginfo      |   27 +++++++++++++++++++++++++++
 CVSROOT/modules      |   26 ++++++++++++++++++++++++++
 CVSROOT/notify       |   12 ++++++++++++
 CVSROOT/rcsinfo      |   13 +++++++++++++
 CVSROOT/taginfo      |   20 ++++++++++++++++++++
 CVSROOT/verifymsg    |   21 +++++++++++++++++++++
 11 files changed, 208 insertions(+), 0 deletions(-)
