Commit Graph

3870 Commits

Author SHA1 Message Date
niksedk
b2a4bb66fb Don't use xml resolver when trying to load xml (can take 10+ seconds) 2014-09-24 00:38:31 +02:00
niksedk
8a03ff2f2d Subtitle formats loading speed 2014-09-23 23:39:00 +02:00
niksedk
c5bc43a3c5 Minor performance fixes for subtitle loading 2014-09-23 23:13:54 +02:00
niksedk
b74dd6c8f5 Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2014-09-23 22:13:53 +02:00
niksedk
b019e20977 MPC-HC - fix settings location 2014-09-23 22:12:53 +02:00
XhmikosR
8df7c383eb Minor typo fixes. 2014-09-23 22:00:52 +03:00
XhmikosR
97db583305 Formatting. 2014-09-23 21:42:12 +03:00
XhmikosR
c495e417b2 Update LanguageMaster.xml. 2014-09-23 21:37:02 +03:00
niksedk
ae9225f94e MPC-HC - initial version 2014-09-23 20:22:52 +02:00
niksedk
97ea508e98 Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2014-09-23 19:01:31 +02:00
niksedk
21815bedef MPC-HC - fixes for install path / no-subtitles etc. 2014-09-23 19:01:25 +02:00
XhmikosR
55a0aa9367 build.bat: Fix 7-Zip detection. 2014-09-23 19:45:04 +03:00
_aLfa_
e9f8b55018 Refactor LoadNamesEtc
1) Make LoadNamesEtc proper asynchronous
2) Should fix Coverity issue 18131
2014-09-23 18:17:59 +02:00
_aLfa_
9e9bb0eba1 Prevent a NRE while looking for git location 2014-09-23 18:10:20 +02:00
XhmikosR
25de0f9112 Merge pull request #274 from SubtitleEdit/wording
Wording tweaks
2014-09-23 15:55:33 +03:00
XhmikosR
dd704f6937 Various AppVeyor updates:
1. fix `CONFIGURATION` environment variable
2. set verbosity to minimal and specify the solution file
3. enable build cache
4. enable fast_finish

Close #275 by merging it.
2014-09-23 15:46:23 +03:00
João Dias
a6f7a9ab36 Add a custom test script to appveyor.yml. 2014-09-23 15:45:47 +03:00
_aLfa_
9e8d9ecedb Fix test deployment. 2014-09-23 15:45:47 +03:00
XhmikosR
f64b86c965 Update LanguageDeserializer.cs after 5b89187f6c. 2014-09-23 15:45:34 +03:00
XhmikosR
1598c44b3f Minor namespace cleanup. 2014-09-23 15:12:04 +03:00
Nikolaj Olsson
fc2cfaebec Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit.git 2014-09-23 14:08:54 +02:00
Nikolaj Olsson
5b89187f6c Updated language deserializer generator (moved namespace to top) - thx XhmikosR :) 2014-09-23 14:08:41 +02:00
XhmikosR
70cc120342 Update Dictionaries/en_US_names_etc.xml. 2014-09-23 12:18:33 +03:00
_aLfa_
7d702ecd01 Add missing TargetDir 2014-09-22 22:31:12 +02:00
_aLfa_
43a8ecfa36 Use NuGet Hunspell for the Test project 2014-09-22 21:59:11 +02:00
niksedk
a195737500 MPC-HC... some auto-detect + volume control 2014-09-22 20:41:45 +02:00
XhmikosR
c42220f41c More wording fixes. 2014-09-22 17:49:12 +03:00
niksedk
786c322cac Testing MPC-HC as video player 2014-09-22 00:02:11 +02:00
niksedk
0c7d3c02f0 Fixed warnings 2014-09-21 14:12:28 +02:00
XhmikosR
831c340e0d Merge pull request #270 from SubtitleEdit/nhunspell
Update NHunspell using NuGet and add ILRepack
2014-09-21 14:17:00 +03:00
_aLfa_
0135f32649 Reduce nesting 2014-09-21 13:13:49 +02:00
_aLfa_
2a525fcfd8 Fix missing assignment 2014-09-21 13:13:18 +02:00
_aLfa_
d36af03ad6 Use IsInteger for the integer check 2014-09-21 13:12:10 +02:00
XhmikosR
1cdd3bcf30 Update "run_tabspace.bat" after the NuGet packages addition. 2014-09-21 13:56:00 +03:00
XhmikosR
80256f98cf installer: Remove "Interop.QuartzTypeLib.dll" when upgrading. 2014-09-21 13:56:00 +03:00
_aLfa_
1688813803 Add zlib.net NuGet package. 2014-09-21 13:56:00 +03:00
_aLfa_
a055a3cea1 Use ILRepack to pack .NET libraries. 2014-09-21 13:56:00 +03:00
_aLfa_
0f3879e08e Add NHunspell NuGet package. 2014-09-21 13:56:00 +03:00
_aLfa_
b0b65e5044 Prevent co-variant array conversion 2014-09-21 12:48:25 +02:00
_aLfa_
3d7ada0417 Don't access static members via a derived class 2014-09-21 12:41:40 +02:00
_aLfa_
0763318974 Fix some more waveform casing 2014-09-21 12:30:29 +02:00
XhmikosR
f590352c0c Update Changelog.txt. 2014-09-21 13:18:19 +03:00
Nikolaj Olsson
d3739c84d3 Merge pull request #273 from SubtitleEdit/waveform
Use "Waveform" as one word.
2014-09-21 12:12:24 +02:00
_aLfa_
7295e6c43c Switch to native Image.FromImage 2014-09-21 12:08:01 +02:00
XhmikosR
3749d5bdcc Fix typo. 2014-09-21 12:44:48 +03:00
XhmikosR
614ebb82c4 Formatting. 2014-09-21 12:27:23 +03:00
XhmikosR
649194b591 Use "Waveform" as one word. 2014-09-21 12:14:22 +03:00
_aLfa_
9eb134ef9b Convert some variables to constants 2014-09-21 11:05:06 +02:00
XhmikosR
6367e37d17 Typo fix. 2014-09-21 12:00:50 +03:00
niksedk
7009d962c2 last fix for the three new language strings... 2014-09-21 10:07:35 +02:00