Commit Graph

3054 Commits (df40b91cee8baf133e486feca1058e1b4139fdda)
 

Author SHA1 Message Date
தமிழ்நேரம் 2590c0650b Translated using Weblate (Tamil)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ta/
1 year ago
தமிழ்நேரம் 90f7a64ac1 Added translation using Weblate (Tamil) 1 year ago
Miguel Angel fc11da712d Translated using Weblate (Spanish)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/es/
1 year ago
Roland Reck facc8a2a5c Translated using Weblate (German)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/de/
1 year ago
slrslr 804dd31b5e Translated using Weblate (Czech)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/
1 year ago
Milan Šalka 1051ee1fed Translated using Weblate (Slovak)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/sk/
1 year ago
slrslr 4426ae3546 Translated using Weblate (Czech)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/cs/
1 year ago
maboroshin e4cb9950f3 Translated using Weblate (Japanese)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ja/
1 year ago
bovirus 4b41a9c7b5 Translated using Weblate (Italian)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/it/
1 year ago
taozi1996 da9caf8af2 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/zh_Hans/
1 year ago
Kuzmich55 6c8ce2b0bf Translated using Weblate (Russian)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/ru/
1 year ago
gallegonovato 943d4a695c Translated using Weblate (Spanish)
Currently translated at 100.0% (767 of 767 strings)

Translation: LosslessCut/LosslessCut
Translate-URL: https://hosted.weblate.org/projects/losslesscut/losslesscut/es/
1 year ago
Mikael Finstad 073d382f2f
scan i18n 1 year ago
Mikael Finstad 04739d1144
fix flawed logic 1 year ago
Mikael Finstad 93b9ae783c
run operations only on selected segments 1 year ago
Mikael Finstad 08233f6e80
reformat 1 year ago
Mikael Finstad 1e8a33a4b1
exclude markers
when playing segments in order
1 year ago
Mikael Finstad d84f31fd72
change SEG_NUM and SESG_NUM_INT variables
they will now correspond to the original index of the segment
as shown in the number on the segment list
new variables SELECTED_SEG_NUM and SELECTED_SEG_NUM_INT
can be used for previous behavior (where the numbering is based on the segment's number in the list of *selected* segments).

also minor change: most operations will no longer take place if no segments selected

closes #2335
1 year ago
Mikael Finstad e81d70a0ca
add test
and fix case
1 year ago
Mikael Finstad 9b28db2918
implement action selectSegmentsAtCursor #1284
https://github.com/mifi/lossless-cut/issues/254#issuecomment-1279310708
1 year ago
Mikael Finstad 885ea5282b
combine overlapping segments also combine adjecent #2340 1 year ago
Mikael Finstad 349a1a7a70
add crlf case 1 year ago
Mikael Finstad bce16eb7b9
fix time input placeholder
fixes #2346
1 year ago
Mikael Finstad 1ee797ee13
seek while detecting segments 1 year ago
Mikael Finstad 34bb73fe50
improve loader 1 year ago
Mikael Finstad bcf80b82ff
persist segment selected state #1329 #885 #371
in llc file
1 year ago
Mikael Finstad b53b0cf867
improve no file loaded keys 1 year ago
Mikael Finstad 24e0f70241
improve doc 1 year ago
Mikael Finstad 48ed7219cf
make sure loading is on top of everything 1 year ago
Mikael Finstad 74ba6ed4ea
improve value tuner style 1 year ago
Mikael Finstad 0fa70ca94d
fix export button 1 year ago
Mikael Finstad 77cae51908
fix audio rate and divisible by 2 1 year ago
Mikael Finstad f7dd568d43
play multiple audio tracks simultaneously #256 #936 1 year ago
Mikael Finstad dc6dd25878
improve segment list buttons 1 year ago
Mikael Finstad bb9c950c46
allow selecting all segments 1 year ago
Mikael Finstad c555ce8797
put "between segments" behind markers 1 year ago
Mikael Finstad ccf3e5ab04
filter out initial segment from export
to prevent cutting when not needed (if duration changes)
1 year ago
Mikael Finstad 99e4d497bd
make backspace remove endpoint first
with default binding
1 year ago
Mikael Finstad 2d1860f8d5
refactor away evergreen button 1 year ago
Mikael Finstad 5fca8c085e
open waveform when tuning 1 year ago
Mikael Finstad 814866fd13
usability improvements 1 year ago
Mikael Finstad e7629cf50c
fix bug 1 year ago
Mikael Finstad cbab2f6c55
create initial full segment
when loading file (mimics previous behaviour)
also allow no segments on timeline
1 year ago
Mikael Finstad 63f9969eda
allow adjusting waveform height
also improve value tuner
improve capture format button
1 year ago
dependabot[bot] 4827471e3f Bump @babel/runtime from 7.25.0 to 7.26.10
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.0 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot] b9d783409f Bump @octokit/request from 8.2.0 to 8.4.1
Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.2.0 to 8.4.1.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](https://github.com/octokit/request.js/compare/v8.2.0...v8.4.1)

---
updated-dependencies:
- dependency-name: "@octokit/request"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mikael Finstad cfc0060c9b
improve waveform #260
- allow loading full waveform overvoew
- allow taller bottom waveform (10% of window height)
1 year ago
Mikael Finstad 37ae097a2c
improve waveform rendering #260
make it faster
also render around current time
1 year ago
Mikael Finstad c096f654e7
upgrade node version in ci 1 year ago
Mikael Finstad b4a8f4c7fe
fix also windows 1 year ago