Commit Graph

60 Commits

Author SHA1 Message Date
Waldi Ravens
c0dddc3d18 Formatting (whitespace only) 2019-06-04 09:27:51 +02:00
Martijn van Berkel (Flitskikker)
6fd05ea58e Add 'Extend only' option for the 'Recalculate' method in the 'Adjust durations' dialog (#3414) 2019-02-27 13:12:00 +01:00
Nikolaj Olsson
da3a4132d3 Optimize renumber (minor) 2019-02-23 09:48:12 +01:00
Nikolaj Olsson
8f6edfdc7e Fix renumber problem - thx marb99 :)
Fix #3393 + unit tests
2019-02-22 08:36:06 +01:00
Nikolaj Olsson
904832f1af Optimize Subtitle.Renumber 2019-02-13 21:46:10 +01:00
Nikolaj Olsson
69c1bf6a4c Minor clean 2019-02-10 12:27:19 +01:00
Nikolaj Olsson
6b2e699032 Optimize Subtitle.GetFastHashCode 2019-02-10 12:23:33 +01:00
Nikolaj Olsson
ce37dc1d75 Refactor minor stuff 2019-01-29 21:33:20 +01:00
Nikolaj Olsson
e4bbb5c401 Refactor - fix minor issues from codacy 2019-01-22 07:30:08 +01:00
Nikolaj Olsson
21c6910aef Refactor - add braces for libse 2019-01-19 14:40:37 +01:00
Nikolaj Olsson
45230b3dd2 More paste lin waveform 2019-01-12 23:20:36 +01:00
Nikolaj Olsson
79b2cce66c Bookmarks are now saved in separate file (e.g. file.srt.bookmarks)
Work on #3255
2018-12-30 09:38:35 +01:00
Nikolaj Olsson
8589501d1c Work on #3255 2018-12-29 16:04:00 +01:00
Nikolaj Olsson
5defd018e5 Minor improvements for adjust durations 2018-08-12 17:12:53 +02:00
Ivandro Ismael
5206b9caa4 [refact] - move LoadBinaryFormatsFormats to SubtitleFormat.cs 2018-04-25 13:42:52 +00:00
Nikolaj Olsson
542d98dd6a Fix missing blank end lines in save - thx darnn :)
Fix #2818
2018-03-11 09:38:39 +01:00
Nikolaj Olsson
6e872086c4 Add shortcusts "Batchconvert" + "waveform split" 2018-03-06 21:49:02 +01:00
Nikolaj Olsson
f5179f814b Remove empty lines if only contains control characters - thx Nima :) 2018-02-05 20:21:09 +01:00
Nikolaj Olsson
579ed635de Improve import time stamps from subtitles - thx Ninelpienel :)
Fix #2747
2018-02-05 12:35:19 +01:00
Nikolaj Olsson
8977442960 Refactor (minor cleanup) 2018-01-27 13:50:44 +01:00
Nikolaj Olsson
ceea176f40 Update comment 2017-12-28 18:06:50 +01:00
Nikolaj Olsson
af73abde59 Check if line number has changed (when checking if sub has changed)- thx Gittyperson :)
also fix #2487
2017-12-28 17:59:30 +01:00
Nikolaj Olsson
bba63cf3fd Update "Adjust durations" so seconds also use numeric up/down control + remember last choice 2017-12-23 09:17:51 +01:00
Nikolaj Olsson
4b18695126 Optimize "SplitToLines" method (about 60% faster) 2017-11-26 17:35:00 +01:00
Nikolaj Olsson
1544761451 Fix undo after "Import plain text" - thx darnn :)
Fix #2635
2017-11-17 20:47:13 +01:00
Nikolaj Olsson
e2eaa36ac3 Add sort by "Actor" - thx von Suppé :) 2017-10-09 21:35:09 +02:00
Nikolaj Olsson
ee3a46b61d Check subtitle max file size in append - thx Sopor :)
Fix #2594
2017-10-04 21:58:02 +02:00
Nikolaj Olsson
f52895fc51 Add "undo" for ASS style changes 2017-09-06 16:51:15 +02:00
Nikolaj Olsson
89759c5edd Make "sort by" more consistant - thx Skrity :)
Fix #2535
2017-08-29 19:46:50 +02:00
Nikolaj Olsson
820df73fb9 Prompt for save when only encoding is changed - thx Gittyperson :)
Fix #2487
2017-07-24 17:13:09 +02:00
Ivandro Ismael
fad69a4352 [timecode] - more cleanup. 2017-05-05 17:38:55 +01:00
askolesov
2825d5be6e Minor reverts. 2017-03-14 14:08:54 +03:00
askolesov
b16cdec6eb Merge branch 'master-u' into upstream-merge
# Conflicts:
#	libse/SubtitleFormats/TimedText10.cs
#	src/Forms/Main.cs
#	src/Forms/Main.resx
#	src/Forms/Settings.Designer.cs
2017-03-10 13:41:58 +03:00
Nikolaj Olsson
2e744f246a Added preview text inside video for libmpv 2017-02-09 21:14:48 +01:00
askolesov
c43bc9f3f9 Bugfixing - styles editing
-fixed crash when user opens ttml styles editor in new project
-fixed styles editing(was completely non-working)
-added title in QC messagebox
2017-01-12 18:44:14 +03:00
Nikolaj Olsson
0951fad984 Added a few extra shortcuts - also fixes #2017 2016-10-18 11:50:28 +02:00
Ivandro Ismael
db4f7e6ab9
[ChangeLog/Subtitle] - Fix typos. 2016-09-07 03:38:47 +01:00
Nikolaj Olsson
73d4e82974 Improved support for wsrt files + allow for \r\r\n newline 2016-07-06 22:24:34 +02:00
Nikolaj Olsson
1549b7a58d command line convert "fps" will now (if specified) override frame rate from source file. Also file extensions are allowed instead of "lowercase subtitle format name without spaces": srt, ass, ssa, smi, itt 2016-06-01 20:59:22 +02:00
Nikolaj Olsson
bec1df6eb7 Missing title when saving some formats (beta bug) - thx Jamakmake :) 2016-05-25 17:53:28 +02:00
Nikolaj Olsson
77552eff7e Adjust duration fixed for last subtitle - thx mariner :) 2016-04-02 06:20:50 +02:00
Nikolaj Olsson
0689de05a4 Fixed bug regarding adjusting duration in seconds for last subtitle - thx mariner :) 2016-04-01 19:45:15 +02:00
Ivandro Ismael
084f3f9b3a [Subtitle] - Add helper method to get all text from Subtitle 2016-03-26 13:15:40 +00:00
Nikolaj Olsson
0ebd0f8cee Some line endings to CRLF 2016-02-08 21:11:03 +01:00
Ivandro Ismael
5b2f9fe2aa Refact ChangeFrameRate 2016-01-29 15:18:29 +00:00
XhmikosR
f13d7c1b81 Ran CodeMaid. 2016-01-24 16:49:03 +02:00
niksedk
5e2ef4b0e4 Faster switching from source view to list view in main window 2016-01-05 21:18:47 +01:00
niksedk
f28dfb6b81 Removed "System.Windows.Forms" reference from libse 2016-01-04 20:50:20 +01:00
ivandroflygit config --global user.email ivandrofly@gmail.comgit config --global user.name ivandrofly
faceafe75c Use already defined const for 'BaseUnit' 2015-12-26 23:47:06 +00:00
niksedk
179746e50d Added new shortcut 2015-12-04 21:35:22 +01:00