Commit Graph

6239 Commits

Author SHA1 Message Date
J.D. Purcell
40ca729b48 Cleanup WaveformPaint. 2015-09-06 18:13:10 -04:00
ivandrofly
d88b72584b [internal] - minor update 2015-09-06 21:06:59 +01:00
niksedk
3f1bd34ec6 Minor performance fix 2015-09-06 22:04:42 +02:00
Nikolaj Olsson
7096e2cbfd Merge pull request #1247 from ivandrofly/patch-8
Fix + Update (libse/HtmlUtil.cs, src/Forms/OCRSpellCheck.cs)
2015-09-06 21:41:59 +02:00
ivandrofly
0e698216c1 [internal] - cache char array global 2015-09-06 20:38:37 +01:00
Nikolaj Olsson
5d6e2a1e6f Merge pull request #1253 from xylographe/updnl
Updated Dutch, French, and German translations
2015-09-06 21:33:31 +02:00
Waldi Ravens
ec6697fe63 translations: automated XML upkeep 2015-09-06 20:50:04 +02:00
Waldi Ravens
99b2708a21 fr-FR translation: added new tags 2015-09-06 20:47:22 +02:00
Waldi Ravens
a743e7c254 de-DE translation: added new tags 2015-09-06 20:34:04 +02:00
Waldi Ravens
1eb96de4eb nl-NL translation: added new tags 2015-09-06 20:22:01 +02:00
Nikolaj Olsson
6c095e8d3f Merge pull request #1216 from jdpurcell/playselection
Play audio selection fix/enhancement
2015-09-06 18:30:04 +02:00
ivandrofly
3366abdb44 [internal] - Use Stream.CopyTo() instead loop thx @xylographe 2015-09-06 15:42:57 +01:00
ivandrofly
79f97e612d [internal] - add new method to GetLineWithPerhapsOnlyNumbers 2015-09-06 15:27:29 +01:00
ivandrofly
fb5145d209 [internal] - missing part from last PR 2015-09-06 15:17:03 +01:00
Nikolaj Olsson
e2b7001144 Merge pull request #1251 from ivandrofly/patch-23
[internal] - Cache ExpectedChar + add use of ordinal
2015-09-06 16:03:50 +02:00
ivandrofly
c957d7e95f [internal] - Cache ExpectedChar + add use of ordinal 2015-09-06 14:50:13 +01:00
Nikolaj Olsson
bace92b87a Merge pull request #1250 from ivandrofly/patch-22
[internal] - Minor update
2015-09-06 15:44:15 +02:00
ivandrofly
13769465c1 [internal] - Minor update 2015-09-06 14:36:37 +01:00
Nikolaj Olsson
4238ac3949 Merge pull request #1248 from ivandrofly/patch-9
Update for (src/Forms/ImportImages.cs)
2015-09-06 15:27:43 +02:00
ivandrofly
c9ce0e4654 [UI] - Add button (Remove/Remove All) 2015-09-06 14:24:40 +01:00
Nikolaj Olsson
595a6ae8d3 Merge pull request #1246 from jdpurcell/spectrogramoptim
Improve accuracy of spectrogram
2015-09-06 15:00:24 +02:00
J.D. Purcell
10904c57ac Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit into spectrogramoptim 2015-09-06 08:28:39 -04:00
ivandrofly
46d28647e7 [fix] - Do not load file more then once into listview 2015-09-06 10:30:13 +01:00
Nikolaj Olsson
454be8aafe Merge pull request #1242 from ivandrofly/patch-8
[internal] - check if dropped file is directory as soon as the file is dropped
2015-09-06 09:10:50 +02:00
Nikolaj Olsson
4047c7c725 Merge pull request #1245 from ivandrofly/patch-10
[internal] - Fix ECS key will now close ShowEarlierLater
2015-09-06 09:10:03 +02:00
niksedk
d7d4a2d0d0 Minor hack for stable end time when only moving start time (main win/audio viz) 2015-09-06 08:06:43 +02:00
niksedk
fb1710992a Fixed memory leak in audio visualizer + minor refact 2015-09-06 08:05:09 +02:00
ivandrofly
a98a00e13c [internal] - introduce more constant for var inside loop 2015-09-06 01:01:44 +01:00
ivandrofly
919ef34555 [internal] - remove redundant cast byte to byte 2015-09-06 00:53:17 +01:00
ivandrofly
5ef9a2f326 [Memory] - Dispose MemoryStream object 2015-09-06 00:52:05 +01:00
ivandrofly
a1f3caea4c [internal] - also return if string is empty 2015-09-06 00:45:51 +01:00
J.D. Purcell
3bc7d258d0 Small code cleanup. 2015-09-05 19:19:19 -04:00
J.D. Purcell
b853819faa Small code cleanup. 2015-09-05 19:12:19 -04:00
J.D. Purcell
f5a07e90b3 Small code cleanup. 2015-09-05 18:42:06 -04:00
J.D. Purcell
3fdafd165b Small code cleanup. 2015-09-05 18:19:16 -04:00
niksedk
b33576ae55 re-added m4a... 2015-09-05 22:55:45 +02:00
niksedk
5039f14ace Fix for playing mka files with direct show 2015-09-05 22:48:15 +02:00
niksedk
cdc73487f4 Fix for margin in ssa/ass 2015-09-05 22:47:12 +02:00
J.D. Purcell
d94c73221f Undo removing one of the lines from Info.xml (for backwards compatibility). 2015-09-05 13:56:19 -04:00
J.D. Purcell
42565f4c98 Improve spectrogram accuracy. 2015-09-05 13:45:53 -04:00
J.D. Purcell
76d96f4309 Remove unnecessary information from spectrogram info. 2015-09-05 13:45:53 -04:00
J.D. Purcell
ad1df54c2e Fix spectrogram display with different FFT sizes. 2015-09-05 13:45:52 -04:00
J.D. Purcell
6961eab2ef Spectrogram: parallelize image saving. 2015-09-05 13:45:52 -04:00
J.D. Purcell
0e9a416a7a Palette indexes are not actually related to the FFT length. 2015-09-05 13:45:52 -04:00
ivandrofly
fa9c14e5af [internal] - Fix ECS key will now close ShowEarlierLater 2015-09-05 16:55:25 +01:00
niksedk
b94f4221b3 Updated change log 2015-09-05 16:50:35 +02:00
ivandrofly
c4037f51cf [internal] - check if dropped file is directory as soon as the file is dropped 2015-09-05 10:36:24 +01:00
niksedk
b146e179b9 fix for lat commit... 2015-09-05 11:04:00 +02:00
niksedk
19630b7b05 Dropping a .wav file on waveform with no video loaded will now just use wav as video source (prompt for video file was confusing apparently;) 2015-09-05 11:02:43 +02:00
Nikolaj Olsson
4010ec6a44 Merge pull request #1234 from ivandrofly/patch-8
Update + Fix (src/Forms/FixCommonErrors.cs)
2015-09-05 10:19:47 +02:00