Commit Graph

6100 Commits

Author SHA1 Message Date
Nikolaj Olsson
9c2b83d78f Merge pull request #1261 from ivandrofly/patch-29
[setting] - use string's const empty variable instead
2015-09-08 05:06:38 +02:00
Nikolaj Olsson
9ef0a7b035 Merge pull request #1256 from jdpurcell/cleanup2
WaveformPaint cleanup
2015-09-08 04:53:33 +02:00
ivandrofly
39a618f0a8 [setting] - use string's const empty variable instead 2015-09-08 01:54:29 +01:00
J.D. Purcell
41df7363c8 Audio visualizer: zoom with control key + scroll wheel. 2015-09-07 18:46:50 -04:00
J.D. Purcell
e44aea6609 Audio visualizer: Fix issues with HH:MM:SS:FF time code format.
Audio visualizer: Localize the decimal separator for HH:MM:SS.MS time code format.
2015-09-07 18:05:03 -04:00
J.D. Purcell
706f6393ac Requested coding style fixes. 2015-09-07 14:48:55 -04:00
Nikolaj Olsson
033341607f Merge pull request #1258 from diomed/patch-1
💉 cro ocr fixes
2015-09-07 17:21:17 +02:00
Kruno H
d3b0a356c0 💉 cro ocr fixes 2015-09-07 11:24:01 +02:00
Nikolaj Olsson
bffe880f03 Merge pull request #1254 from ivandrofly/patch-8
[internal] - minor update
2015-09-07 06:23:52 +02:00
J.D. Purcell
3a26037ed9 Small change to match your coding style. 2015-09-06 23:59:16 -04:00
J.D. Purcell
5e694ba4bb Fix crash when using mouse wheel over waveform display if the waveform isn't loaded. 2015-09-06 23:32:21 -04:00
J.D. Purcell
7dfc5113c4 Improve vertical zoom behavior. 2015-09-06 23:05:58 -04:00
J.D. Purcell
9e3248a8c0 Cleanup WaveformPaint. 2015-09-06 22:01:31 -04:00
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
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