Wykres commitów

795 Commity (8af83f2f56b5d30d2f624ae2ceb42b7bdeea2cab)

Autor SHA1 Wiadomość Data
Mikael Finstad 8af83f2f56 3.27.0 2020-11-26 22:27:32 +01:00
Mikael Finstad f604ddc240 update mifi config url 2020-11-26 22:21:08 +01:00
Mikael Finstad 2e05b69da5 Fix bug #515 2020-11-26 21:55:33 +01:00
Mikael Finstad 8ee924529e Fix merging code #96
I don't know why I did that.
Sorting of segments can now be done from the menu
2020-11-26 21:17:00 +01:00
Mikael Finstad e593303411 Show time when moving mouse over timeline #92 2020-11-26 20:40:02 +01:00
Mikael Finstad 052d6c33f3 Implement export single #358 2020-11-26 20:02:19 +01:00
Mikael Finstad a0f631acc8 add order segment button #392 2020-11-26 19:14:22 +01:00
Mikael Finstad 0cbbd2f1d3 Add hotkey for jump cut start/end #377 #254 2020-11-26 15:59:38 +01:00
Mikael Finstad b69144acaa fix text 2020-11-26 15:48:37 +01:00
Mikael Finstad 60d7003b67 Implement rotation hotkey #254 2020-11-26 15:48:31 +01:00
Mikael Finstad 930d19c490 Fix unsupported file for non existing file #451 2020-11-26 12:50:47 +01:00
Mikael Finstad 6e94eb107b hide another notification 2020-11-26 12:30:12 +01:00
Mikael Finstad 267225996e Add option to hide certain notifications #467 2020-11-26 00:42:29 +01:00
Mikael Finstad ef1ae63343 3.26.0 2020-11-25 23:55:34 +01:00
Mikael Finstad 689098369f Improve export summary 2020-11-25 23:54:41 +01:00
Mikael Finstad e555442529 Fix saving race condition #510 2020-11-25 23:53:21 +01:00
Mikael Finstad 5b0a37d92a Implement reorder cut segments by start time #460 2020-11-25 22:42:10 +01:00
Mikael Finstad d3ef2a2d9f fix scanner 2020-11-25 22:26:11 +01:00
Mikael Finstad c410a3a7dc scan i18n 2020-11-25 22:17:18 +01:00
Mikael Finstad ee73384594 Add russian support 2020-11-25 22:15:46 +01:00
taozi1996 468aaec3e1 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (278 of 278 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hans/
2020-11-25 22:14:36 +01:00
Vit 8176d41ac6 Translated using Weblate (Russian)
Currently translated at 100.0% (278 of 278 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ru/
2020-11-25 22:14:36 +01:00
Igor Rückert 6b71e02ddc Translated using Weblate (Portuguese (Brazil))
Currently translated at 4.2% (11 of 256 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/pt_BR/
2020-11-25 22:14:36 +01:00
Mikael Finstad 5390085bff Many improvements
- Implement an Export summary/confirmation sheet when pressing export
- Move output option buttons to export sheet
- Add config option to disable use_metadata_tags (default to false) #463 #402 #99
- Add config option for avoid_negative_ts #13
- Escape key to close sheets
- Change from mousetrap to hotkeys.js (better unbind - more compatible with react)
2020-11-25 21:46:03 +01:00
Mikael Finstad 2e5ecbda1d 3.25.0 2020-11-22 23:53:23 +01:00
Mikael Finstad 1cdc8d1d38 Add function to fix duration #477 2020-11-22 23:53:04 +01:00
Mikael Finstad e2d219b51c refactor 2020-11-22 23:40:50 +01:00
Mikael Finstad 40694fe738 Improve duration logic #477 2020-11-22 23:39:39 +01:00
Mikael Finstad fd6b2d639f missing hunk 2020-11-22 23:32:59 +01:00
Mikael Finstad 493c80a578 simplify 2020-11-22 23:31:08 +01:00
Mikael Finstad 19087eedd1 Preserve timestamp also for merged export files #487 2020-11-22 23:30:12 +01:00
Mikael Finstad f61985f39c update translations 2020-11-22 19:39:19 +01:00
Mikael Finstad e14ab96d9c 3.24.0 2020-11-21 15:06:28 +01:00
Mikael Finstad 53850aac7d Implement split segment function #460 2020-11-21 15:05:45 +01:00
Mikael Finstad e855482513 use use-debounce
instead of react-use/useDebounce (use-debounce is better)
2020-11-21 15:04:12 +01:00
Mikael Finstad c3607955a3 improve readme 2020-11-21 15:01:37 +01:00
Mikael Finstad 447e99f835 update issue template 2020-11-21 15:01:13 +01:00
Mikael Finstad 83c5b5fbd6 pull out dialogs 2020-11-21 12:50:22 +01:00
Mikael Finstad 0882d1afd3 improvement 2020-11-21 12:42:17 +01:00
Mikael Finstad 201850062f shrink App.jsx 2020-11-21 12:36:39 +01:00
Mikael Finstad 1cd3139ff4 Implement split into fixed duration segments #469 2020-11-21 00:30:53 +01:00
Mikael Finstad 7da209b253 Add function to create number of segments #469 2020-11-21 00:04:08 +01:00
Mikael Finstad a5a58ca8a1 allow undo on segment import 2020-11-20 23:24:10 +01:00
Mikael Finstad 68ae15f731 Improve cut segment import (less error) 2020-11-20 23:01:32 +01:00
Mikael Finstad 86ca0e78e1 upgrade electron-builder 2020-11-19 23:44:01 +01:00
Artem a883f8fa1b Translated using Weblate (Russian)
Currently translated at 17.1% (44 of 256 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ru/
2020-11-19 23:16:31 +01:00
irmatade b582c8d0a4 Translated using Weblate (Italian)
Currently translated at 100.0% (256 of 256 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/it/
2020-11-19 23:16:31 +01:00
Allan Nordhøy e80692b572 Translated using Weblate (Norwegian Bokmål)
Currently translated at 58.9% (151 of 256 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/nb_NO/
2020-11-19 23:16:31 +01:00
41ee3bfaa9 Translated using Weblate (Norwegian Bokmål)
Currently translated at 58.9% (151 of 256 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/nb_NO/
2020-11-19 23:16:31 +01:00
ssantos 9f7b2cbe1d Translated using Weblate (Portuguese)
Currently translated at 1.1% (3 of 256 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/pt/
2020-11-19 23:16:31 +01:00