Commit Graph

5490 Commits

Author SHA1 Message Date
ivandrofly
543db6f170 Use regex's static method to avoid multi memory allocation 2015-06-23 17:25:03 +00:00
Nikolaj Olsson
c9be0bb418 Merge pull request #911 from ivandrofly/patch-9
Add using to avoid long name referencing
2015-06-23 16:44:37 +02:00
Nikolaj Olsson
ca597402ad Merge pull request #914 from diomed/patch-2
Create sr_OCRFixReplaceList.xml
2015-06-23 16:44:15 +02:00
Nikolaj Olsson
37b99d1087 Merge pull request #915 from ivandrofly/patch-22
Refactor
2015-06-23 16:43:21 +02:00
Nikolaj Olsson
8506c54d68 Merge pull request #916 from ivandrofly/patch-20
Fix & Refactor
2015-06-23 16:34:37 +02:00
Nikolaj Olsson
8f06380767 Merge pull request #917 from ivandrofly/patch-14
Add new method to generate Paragraph Ids
2015-06-23 16:29:08 +02:00
Kruno H
f525a0b2de Update sr_OCRFixReplaceList.xml 2015-06-23 11:42:06 +02:00
ivandrofly
23b167dd62 Add new method to generate Paragraph Ids 2015-06-23 06:21:21 +00:00
ivandrofly
7816ad7bfb Rename ButtonFixClick to ButtonSplitClick 2015-06-22 21:32:19 +00:00
ivandrofly
e12bb0b498 Remove uneeded cast type, int to int 2015-06-22 21:29:57 +00:00
ivandrofly
0b7706da90 Reduce StringBuilder Append allocations 2015-06-22 21:29:56 +00:00
ivandrofly
3bed395bfc Add missing ( & ) to separate expressions properly 2015-06-22 21:18:56 +00:00
ivandrofly
507b49aab6 Use proper method to get number of lines 2015-06-22 21:18:55 +00:00
ivandrofly
6ca187ab21 Use ordinal rule when testing string 2015-06-22 21:18:53 +00:00
ivandrofly
3d96365af4 Remove redundant 'e.Handled' 2015-06-22 21:18:52 +00:00
Kruno H
81d7b8799b Create sr_OCRFixReplaceList.xml
Kudos and many thanks goes to MilanRS from [Prijevodi-Online](http://www.prijevodi-online.org) who allowed use of his script, 
and of course to @xylographe for fixing what needed to be fixed so this could work properly in SE.
2015-06-22 19:27:16 +02:00
niksedk
4eb0184806 Include Header/Footer in Subtitle copy-construtor (resulted in unwanted loss of styles in e.g. batch convert or fix common errors) 2015-06-22 18:52:27 +02:00
niksedk
2c134a3766 Fixed stopping progress in taskbar in DVDRip 2015-06-22 18:38:21 +02:00
Nikolaj Olsson
0eeba55227 Merge pull request #912 from ivandrofly/patch-11
Release resource
2015-06-22 05:47:32 +02:00
Nikolaj Olsson
4705b944e5 Merge pull request #908 from ivandrofly/patch-2
Remove tags before checking length (src/Forms/AutoBreakUnbreakLines.cs)
2015-06-22 05:45:28 +02:00
ivandrofly
a483d64860 Remove unneeded CRLF 2015-06-22 03:30:41 +00:00
ivandrofly
3d8aa03a6f Release resource 2015-06-22 00:24:51 +00:00
ivandrofly
9cb1971d92 Add using to avoid long name referencing 2015-06-21 23:42:21 +00:00
ivandrofly
0552c5eca9 Cleanup 2015-06-21 22:18:19 +00:00
ivandrofly
1e219c2466 Remove tags before checking length (src/Forms/AutoBreakUnbreakLines.cs) 2015-06-21 22:07:24 +00:00
Kruno H
96bbdb2566 :octocat: update#3 2015-06-21 21:11:27 +02:00
Nikolaj Olsson
f66a785ee0 Merge pull request #904 from ivandrofly/patch-4
Use copy constructor instead re-calling GetSsaStyle()
2015-06-21 20:16:12 +02:00
Nikolaj Olsson
b9dd160201 Merge pull request #907 from xylographe/xrfmt
Minor fix + minor refact
2015-06-21 20:13:19 +02:00
Waldi Ravens
f9a41fe4b5 Formatting (whitespace only) 2015-06-21 19:10:03 +02:00
Waldi Ravens
9ef97b0fc1 Minor refact (Forms/Main) 2015-06-21 19:00:33 +02:00
Waldi Ravens
c8595d6c4c Fixed Dispose Pattern (Forms/HardSubExtract) 2015-06-21 19:00:31 +02:00
ivandrofly
3485f38500 Use copy constructor install re-calling GetSsaStyle() 2015-06-21 14:58:21 +00:00
Kruno H
ec41d3c28c :octocat: update#2 2015-06-21 13:55:01 +02:00
Nikolaj Olsson
e7e5b09580 Merge pull request #886 from ivandrofly/patch-6
More Refact + Clean up
2015-06-21 11:11:32 +02:00
Nikolaj Olsson
327fe94a3f Merge pull request #895 from ivandrofly/fix-2
Fix + Refact
2015-06-21 11:09:22 +02:00
Nikolaj Olsson
3e9d20ae92 Merge pull request #896 from ivandrofly/ref-2
Minor refact (src/Logic/Forms/RemoveTextForHI.cs)
2015-06-21 11:07:56 +02:00
Nikolaj Olsson
32297d1d04 Merge pull request #898 from ivandrofly/fix-11
Dispose managed type (src/Forms/HardSubExtract.cs)
2015-06-21 11:07:28 +02:00
Nikolaj Olsson
47c10289cf Merge pull request #899 from ivandrofly/patch-2
Move below so if '—' replaced with '-' we won't miss multiple '—'
2015-06-21 11:06:51 +02:00
Nikolaj Olsson
aaa20e2947 Merge pull request #901 from ivandrofly/patch-12
More refacts
2015-06-21 11:05:36 +02:00
Nikolaj Olsson
7c7f62be71 Merge pull request #902 from xylographe/xrfmt
Minor refact (Forms/Main)
2015-06-21 11:04:47 +02:00
Waldi Ravens
e2aa9f113c Formatting (whitespace only) 2015-06-21 11:03:32 +02:00
Nikolaj Olsson
ff76fd61bd Merge pull request #894 from diomed/patch-1
+💯k downloads :)
2015-06-21 11:00:32 +02:00
ivandrofly
badf22c040 Use already removed text instead removing html on each loop 2015-06-21 04:49:55 +00:00
ivandrofly
b77c12c659 Contains uses ordinal rule by default 2015-06-21 04:05:15 +00:00
Kruno H
76c2154cd1 :octocat: new additions and fixes
please don't touch asterisk on few places i put it back. thank you.
2015-06-21 00:44:27 +02:00
ivandrofly
1fc103fcbe Remove Ssa tags or line may not start with: - 2015-06-20 21:18:40 +00:00
ivandrofly
1683aa9b52 Move below so if '—' replaced with '-' we won't miss multiple '—' 2015-06-20 21:10:20 +00:00
ivandrofly
f6533161d4 Char replace over strings 2015-06-20 21:10:19 +00:00
ivandrofly
e27d7afe33 Dispose managed type (src/Forms/HardSubExtract.cs) 2015-06-20 20:36:29 +00:00
Waldi Ravens
4721134452 Minor refact (Forms/Main) 2015-06-20 19:09:22 +02:00