Commit Graph

1550 Commits (ae7413af55ba81b3e4d918c59d96a0841b1ed0d8)

Author SHA1 Message Date
Mikael Finstad 260129e31c
improve readability 5 months ago
Mikael Finstad 2601290748
test function getFfmpegJpegQuality #2718
and remove extraneous `quality` argument in Math.max
5 months ago
Mikael Finstad 2601296c75
make `toggleStripAll` not invert selection
instead actually toggle all on/off
5 months ago
Mikael Finstad 2601294d27
add new keyboard actions #2699
- `selectSegmentsByLabel`
- `selectSegmentsByExpr`
- `labelSelectedSegments`
- `mutateSegmentsByExpr`
5 months ago
Mikael Finstad 260129a2c8
change chevron to menu icon #2595 5 months ago
Mikael Finstad 260129bb58
add copy to clipboard and close
for youtube chapters
closes #2675
5 months ago
Mikael Finstad 2601290e5c
improve disk full message
closes #2677
5 months ago
Mikael Finstad 260129be71
add new setting for importing chapters to segments
when opening a new file: 'always' | 'never' | 'ask'
#2699
5 months ago
Mikael Finstad 260129f694
fix preview issue with prores #2704 5 months ago
Mikael Finstad 260128dd5e
fix lint 5 months ago
Mikael Finstad 260128cb4f
invert scroll zoom direction
closes #2703
5 months ago
Mikael Finstad 260128fb15
include customOutDir in error report
don't remember why i disabled it
5 months ago
Mikael Finstad 26012871f1
double check out dir type
closes #2719
closes #2724
5 months ago
Mikael Finstad 260128e576
increment copyright year 5 months ago
Mikael Finstad 260128e602
enable bokmål 5 months ago
Mikael Finstad 2601283032
add about dialog i18n
fixes #2711
closes #2721
5 months ago
Mikael Finstad 260128e165
fix some i18n
closes #2726
5 months ago
Prisca Amajuoyi 44b43a0347
Fix exact duration regex to require literal dot (#2717) 6 months ago
Mikael Finstad 260110d9c1
improve error msg
and refactor
6 months ago
Bolaji Adesina f9d5c62588
Improve export options toggle label hover feedback (#2669) 6 months ago
Mikael Finstad 26010925b5
upgrades
upgrade deps
upgrade lint
6 months ago
Mikael Finstad 26010854e5
start to use ipc 6 months ago
Mikael Finstad 260108a32c
fix scripts 6 months ago
Mikael Finstad 260108279d
remove unused snap 6 months ago
Mikael Finstad 2601082c80
improvements
- convert to esm
- upgrade electron-vite
- implement license check
- stricten ts
- remove fs-extra
6 months ago
Mikael Finstad 260107c27a
update urls 6 months ago
Mikael Finstad 260107c3c2
improve docs 6 months ago
Mikael Finstad 260107c96e
Introduce template variable `FILES`
...for all templates.
It is a list of SourceFile objects.

```ts
interface SourceFile {
  name: string, // The file's name without the file system path
  path: string, // The full filesystem path of the file
  size?: number | bigint, // File size in bytes
  // All times are expressed in milliseconds since the POSIX Epoch:
  atime?: number, // The timestamp indicating the last time this file was accessed.
  mtime?: number, // The timestamp indicating the last time this file was modified.
  ctime?: number, // The timestamp indicating the last time the file status was changed.
  birthtime?: number, // The timestamp indicating the creation time of this file.
}
```

closes #2694

also refactor a bit
6 months ago
Mikael Finstad 2601071063
remove version faking for "what's new" 6 months ago
Mikael Finstad 26010791bb
add missing keys in keyboard migration 6 months ago
Mikael Finstad 2601076790
improve error handling 6 months ago
Mikael Finstad 260107c4e5
improve error handling
https://github.com/flathub/no.mifi.losslesscut/pull/87
6 months ago
Mikael Finstad 251219c666
try to fix scrollbar flicker
fixes #2673
7 months ago
Mikael Finstad 2512108210
don't open file when clicking on X
in batch list
7 months ago
Mikael Finstad 25121069f9
improve todo 7 months ago
Mikael Finstad 25121055f4
remove unused cli option 7 months ago
Mikael Finstad 251204499a
Update change log 7 months ago
Mikael Finstad 2512042f3c
remove "Fix video codec tag / ID" option
and remove auto codec tag overriding
also add a `hevc_metadata=aud=insert` bitstream filter in the track editor
#2518 #2626
7 months ago
Mikael Finstad 251204d9ed
fix some ts-expect-error
closes #2660
7 months ago
Mikael Finstad 2512040b3a
remove unused string 7 months ago
Mikael Finstad 2512042262
use default template for segments when merging
fixes #2637
7 months ago
Mikael Finstad 251204b465
fix bug with history 7 months ago
Prisca Amajuoyi e04be986c0
Chore: type normalizeWheel legacy axis access and remove ts-expect-error (#2653)
* chore: type fsOperationWithRetry and remove ts-expect-error

* chore: type normalizeWheel legacy axis access and remove ts-expect-error

* chore: type normalizeWheel legacy axis access and remove ts-expect-error
7 months ago
Mikael Finstad 25113050ab
encode flac when merging too
closes #2636
7 months ago
Prisca Amajuoyi 01fe3bb526 Refactor unlinkWithRetry to include error handling 7 months ago
PriscaAmajuoyi fd5cffaf1a chore: type fsOperationWithRetry and remove ts-expect-error 7 months ago
Mikael Finstad 251121c05f
simplify type 8 months ago
Mikael Finstad 251121b4bf
allow triggering actions from keyboard shortcuts page 8 months ago
Mikael Finstad 251121030b
add action `generateOverviewWaveform`
https://github.com/mifi/lossless-cut/discussions/2490#discussioncomment-15033869
8 months ago
Mikael Finstad 251120dd0c
show estimated segment file size
closes #2630
8 months ago