Commit Graph

260 Commits (v3.44.0)

Author SHA1 Message Date
Mikael Finstad d4cd0e1d37
rename event:
invertAllCutSegments->invertAllSegments
4 years ago
Mikael Finstad 82e08fbdd1
rename events
selectPrevSegment->jumpPrevSegment
selectNextSegment->jumpNextSegment
4 years ago
Mikael Finstad 02af27534f
implement fill gaps between segments
https://github.com/mifi/lossless-cut/issues/993#issuecomment-1059752710
4 years ago
Mikael Finstad 0b97e1f62e
add i18n 4 years ago
Mikael Finstad c12fba15f9
scan i18n 4 years ago
Mikael Finstad f0690130ab
allow configuring where to store project file
this will also give less dialogs on MAS builds initially (only one needed for working dir)

closes #1004
4 years ago
Mikael Finstad 26783a1338
implement shift all segments times 4 years ago
Mikael Finstad d9fd560993
try to fix issue where file does not open on macos
(Open With LosslessCut)
4 years ago
Mikael Finstad 39322472e4
implement increase/descrease volume hotkeys #254 4 years ago
Mikael Finstad 8578886f5c
allow using external ffmpeg executable #400 4 years ago
Mikael Finstad 11e1f81726
implement smart cut #126
also improve concat ffmpeg command logging - closes #954
4 years ago
Mikael Finstad bdb050492f
improve batch list selection
https://github.com/mifi/lossless-cut/issues/89#issuecomment-1049831536
4 years ago
Mikael Finstad b4641aeb22
re-introduce merge menu item 4 years ago
Mikael Finstad bce1914268
refactor 4 years ago
Mikael Finstad 883bcb6a3f
reorder english and scan i18n 4 years ago
B. Antonio Fernández 0fe855dad2 Translated using Weblate (Spanish)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/es/
4 years ago
Aygün Yerdeniz 17a15a1629 Translated using Weblate (Turkish)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/tr/
4 years ago
Kimmo Kujansuu 3fe01cf66a Translated using Weblate (Finnish)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/fi/
4 years ago
Aygün Yerdeniz 4a738fbeee Translated using Weblate (Turkish)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/tr/
4 years ago
Aygün Yerdeniz 30cca45add Translated using Weblate (Turkish)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/tr/
4 years ago
Ariel Küchler 5e32bf5256 Translated using Weblate (German)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
4 years ago
Ariel Küchler 604fbfc455 Translated using Weblate (German)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
4 years ago
Thomas De Rocker 7c07db136f Translated using Weblate (Dutch)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/nl/
4 years ago
slrslr 3d826868a8 Translated using Weblate (Czech)
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/
4 years ago
maboroshin e631511b8c Translated using Weblate (Japanese)
Currently translated at 99.7% (478 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/
4 years ago
Eric efba511a5f Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (479 of 479 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hans/
4 years ago
Sopor 5c87ddb9c0 Translated using Weblate (Swedish)
Currently translated at 41.6% (195 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/sv/
4 years ago
Mikael Finstad c2cb1f5501
add shortcut shift+j for toggling keyboard shortcut dialog #654
also allow resetting key config #726
4 years ago
Mikael Finstad 14ae45780b
implement hotkeys
jumpTimelineStart (ctrl+home)
jumpTimelineEnd (ctrl+end)
reorderSegsByStartTime,
invertAllCutSegments,
createFixedDurationSegments,
createNumSegments,
shuffleSegments,
clearSegments,
toggleSegmentsList,
toggleStreamsSelector,
extractAllStreams,
convertFormatCurrentFile,
convertFormatBatch,
concatBatch,
toggleKeyframeCutMode,
toggleCaptureFormat,
toggleStripAudio,
setStartTimeOffset,
4 years ago
Mikael Finstad 3e89e60981
Implement dynamic keyboard mapping #254
with UI to control mappings
4 years ago
Mikael Finstad 802a701430
allow overriding any stored setting from the command line #371 4 years ago
Mikael Finstad 6b29ee1e97
improve electron.js 4 years ago
Mikael Finstad 3c4b996e03
move merge / batch functionality
from top menu into a menu on the batch file list
this means now you first open files in a batch, then either merge or batch convert them
4 years ago
Mikael Finstad 61b7ca2e44
implement shuffle segments order 4 years ago
Mikael Finstad fe88b3d6f6
implement import csv with frame numbers #1024 4 years ago
Mikael Finstad 3615268a46
implement segments to chapters mode #993 4 years ago
Mikael Finstad 9ffc781c29
combine batch list and merge list #89
- add button to merge current batch list
- show more options in merge dialog
- allow preserving metadata when merging also when not using allStreams #1008
- remember concat/batch choice #371
4 years ago
Mikael Finstad 15750d1c50
update i18n 4 years ago
Mikael Finstad d0b2f05113
add setting for auto convert to supported format
also remove unnecessary notification
closes #414
4 years ago
Weblate (bot) 8ce92d3cc5
Translations update from Hosted Weblate (#932)
* Added translation using Weblate (Ukrainian)

* Translated using Weblate (Russian)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ru/

* Translated using Weblate (Japanese)

Currently translated at 99.7% (467 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 95.0% (445 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hant/

* Translated using Weblate (German)

Currently translated at 97.2% (455 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/

* Translated using Weblate (German)

Currently translated at 97.2% (455 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/

* Translated using Weblate (German)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/

* Translated using Weblate (German)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/

Co-authored-by: Vit <naumgod@gmail.com>
Co-authored-by: maboroshin <trnt@ahk.jp>
Co-authored-by: 曹恩逢 <nelson22768384@gmail.com>
Co-authored-by: Ariel Küchler <weblate.ariel@kuechler.info>
Co-authored-by: Erich Küster <erich.kuester@arcor.de>
4 years ago
Mikael Finstad 375ee5d1d4
implement export frame numbers csv #878 4 years ago
Mikael Finstad 6b5857b902
allow showing timecode as frame counts #878 4 years ago
Mikael Finstad d4eecc2294
implement remember window size
closes #44
closes #944
4 years ago
Mikael Finstad 8812f6b17d
try to fix portable config path #645
https://github.com/electron/electron/issues/10975
4 years ago
Mikael Finstad 9ac1b1a086
try to fix portable app config issue #645 4 years ago
Mikael Finstad 39d06ee395
link directly to version
on new release
4 years ago
Mikael Finstad 7c6a1607c1
add licenses 4 years ago
Weblate (bot) d3a52439d0
Translations update from Weblate (#842)
* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hans/

* Translated using Weblate (Japanese)

Currently translated at 99.1% (464 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 66.0% (309 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/pt_BR/

* Translated using Weblate (Czech)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/nl/

* Translated using Weblate (German)

Currently translated at 78.2% (366 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/

* Translated using Weblate (Finnish)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/fi/

* Translated using Weblate (Korean)

Currently translated at 99.3% (465 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ko/

* Translated using Weblate (French)

Currently translated at 73.0% (342 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/fr/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.3% (301 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/nb_NO/

* Translated using Weblate (Japanese)

Currently translated at 99.3% (465 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/

* Translated using Weblate (Lithuanian)

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/lt/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (468 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hans/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 92.0% (431 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hant/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 93.3% (437 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hant/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 93.8% (439 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hant/

* Translated using Weblate (Japanese)

Currently translated at 99.3% (465 of 468 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/

Co-authored-by: taozi1996 <1273133941@qq.com>
Co-authored-by: maboroshin <trnt@ahk.jp>
Co-authored-by: Igor Rückert <igorruckert@yahoo.com.br>
Co-authored-by: slrslr <adm@prnet.info>
Co-authored-by: Thomas De Rocker <thomasderocker@outlook.com>
Co-authored-by: Marco Rolappe <m_rolappe@gmx.net>
Co-authored-by: Kimmo Kujansuu <mrkujansuu@gmail.com>
Co-authored-by: JaeHyung Lee <kolanp@gmail.com>
Co-authored-by: Nicolas Lhommet <nlhommet@gmail.com>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com>
Co-authored-by: ChairC <974833488@qq.com>
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
4 years ago
ProfJack 4ddc5812ae
Translated using Weblate (Czech)
Currently translated at 100.0% (460 of 460 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/
4 years ago
slrslr 8086887365
Translated using Weblate (Czech)
Currently translated at 100.0% (460 of 460 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/
4 years ago