Merging the SubLib project with Gnome Subtitles
commitddcea92999a628964fda4e2755777f280a9cac0a
authorPedro Castro <mail@pedrocastro.org>
Wed, 3 Jun 2009 23:20:49 +0000 (4 00:20 +0100)
committerPedro Castro <mail@pedrocastro.org>
Wed, 3 Jun 2009 23:20:49 +0000 (4 00:20 +0100)
tree6033b2c561c52d17c006e0489738e4af2cd84c1f
parent9548e8a549abe63020d2dd56deb94907b447708e
Merging the SubLib project with Gnome Subtitles
101 files changed:
configure.ac
gnome-subtitles.mdp
src/External/NCharDet/Big5Statistics.cs [new file with mode: 0644]
src/External/NCharDet/COPYING-MPL [new file with mode: 0644]
src/External/NCharDet/EUCJPStatistics.cs [new file with mode: 0644]
src/External/NCharDet/EUCKRStatistics.cs [new file with mode: 0644]
src/External/NCharDet/EUCTWStatistics.cs [new file with mode: 0644]
src/External/NCharDet/GB2312Statistics.cs [new file with mode: 0644]
src/External/NCharDet/nsBIG5Verifier.cs [new file with mode: 0644]
src/External/NCharDet/nsCP1252Verifier.cs [new file with mode: 0644]
src/External/NCharDet/nsDetector.cs [new file with mode: 0644]
src/External/NCharDet/nsEUCJPVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsEUCKRVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsEUCSampler.cs [new file with mode: 0644]
src/External/NCharDet/nsEUCStatistics.cs [new file with mode: 0644]
src/External/NCharDet/nsEUCTWVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsGB18030Verifier.cs [new file with mode: 0644]
src/External/NCharDet/nsGB2312Verifier.cs [new file with mode: 0644]
src/External/NCharDet/nsHZVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsICharsetDetectionObserver.cs [new file with mode: 0644]
src/External/NCharDet/nsICharsetDetector.cs [new file with mode: 0644]
src/External/NCharDet/nsISO2022CNVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsISO2022JPVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsISO2022KRVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsPSMDetector.cs [new file with mode: 0644]
src/External/NCharDet/nsSJISVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsUCS2BEVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsUCS2LEVerifier.cs [new file with mode: 0644]
src/External/NCharDet/nsUTF8Verifier.cs [new file with mode: 0644]
src/External/NCharDet/nsVerifier.cs [new file with mode: 0644]
src/Glade/AboutDialog.glade
src/GnomeSubtitles/Dialog/AboutDialog.cs
src/GnomeSubtitles/Execution/BugReporter.cs
src/GnomeSubtitles/Execution/ExecutionContext.cs
src/Makefile.am
src/SubLib/ChangeLog [new file with mode: 0644]
src/SubLib/Core/Domain/Enumerations.cs [new file with mode: 0644]
src/SubLib/Core/Domain/FileProperties.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Frames.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Headers.cs [new file with mode: 0644]
src/SubLib/Core/Domain/IncompleteSubtitle.cs [new file with mode: 0644]
src/SubLib/Core/Domain/IncompleteSubtitleCollection.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Style.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Subtitle.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SubtitleCollection.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SubtitleConstants.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SubtitleHeaders.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SubtitleProperties.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SubtitleText.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SubtitleTypeInfo.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Subtitles.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SyncPoint.cs [new file with mode: 0644]
src/SubLib/Core/Domain/SyncPoints.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Times.cs [new file with mode: 0644]
src/SubLib/Core/Domain/Timing.cs [new file with mode: 0644]
src/SubLib/Core/MatchEvaluationCounter.cs [new file with mode: 0644]
src/SubLib/Core/Search/SearchOperator.cs [new file with mode: 0644]
src/SubLib/Core/Search/SubtitleSearchOptions.cs [new file with mode: 0644]
src/SubLib/Core/Search/SubtitleSearchResults.cs [new file with mode: 0644]
src/SubLib/Core/SubtitleFactory.cs [new file with mode: 0644]
src/SubLib/Core/SubtitleSaver.cs [new file with mode: 0644]
src/SubLib/Core/Timing/AdjustOperator.cs [new file with mode: 0644]
src/SubLib/Core/Timing/FrameRateOperator.cs [new file with mode: 0644]
src/SubLib/Core/Timing/ShiftOperator.cs [new file with mode: 0644]
src/SubLib/Core/Timing/SyncUtil.cs [new file with mode: 0644]
src/SubLib/Core/Timing/SynchronizeOperator.cs [new file with mode: 0644]
src/SubLib/Core/Timing/TimingUtil.cs [new file with mode: 0644]
src/SubLib/Core/Translations.cs [new file with mode: 0644]
src/SubLib/Exceptions/EncodingNotSupportedException.cs [new file with mode: 0644]
src/SubLib/Exceptions/UnknownEncodingException.cs [new file with mode: 0644]
src/SubLib/Exceptions/UnknownSubtitleFormatException.cs [new file with mode: 0644]
src/SubLib/IO/FileInputOutput.cs [new file with mode: 0644]
src/SubLib/IO/Input/ParsingProperties.cs [new file with mode: 0644]
src/SubLib/IO/Input/PlainTextParser.cs [new file with mode: 0644]
src/SubLib/IO/Input/SubtitleInput.cs [new file with mode: 0644]
src/SubLib/IO/Input/SubtitleParser.cs [new file with mode: 0644]
src/SubLib/IO/Output/SubtitleOutput.cs [new file with mode: 0644]
src/SubLib/IO/Output/VerboseConsole.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/BuiltInSubtitleFormats.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormat.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatAQTitle.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatAdobeEncoreDVD.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatAdvancedSubStationAlpha.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatDKSSubtitleFormat.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsLRC.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatKaraokeLyricsVKT.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatMPSub.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatMPlayer2.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatMacSUB.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatMicroDVD.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatPanimator.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatPowerDivX.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatSofni.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatSubCreator1x.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatSubRip.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatSubStationAlpha.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer1.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatSubViewer2.cs [new file with mode: 0644]
src/SubLib/IO/SubtitleFormats/SubtitleFormatViPlaySubtitleFile.cs [new file with mode: 0644]