Commit Graph

2937 Commits (250319127c70cbe9b453a04f5a74fd426b48b53c)
 

Author SHA1 Message Date
Mikael Finstad c8ed94ad62
rename developer-notes to contributing
and improve
2 years ago
Mikael Finstad 3f502a8944
make timeline time transparent
when hovering it with mouse
closes #2177
also possibly #2116
2 years ago
Mikael Finstad 3e71595ece
include badges in repo 2 years ago
Mikael Finstad be5dadcc84
allow selecting track when only one
this allows the user to enable ffmpeg assisted playback when audio track is not supported
closes #2144
2 years ago
Mikael Finstad cc202b4845
allow drag-drop working dir
closes #2147
2 years ago
Mikael Finstad b855e9e7d1
implent customisable wheel modifiers #1884
- <kbd>alt</kbd> (customisable) + wheel: seek 1 frame
- <kbd>shift</kbd> (customisable) + wheel: seek keyframe
2 years ago
Mikael Finstad 2452de6de5
fix types 2 years ago
Mikael Finstad f4cfe72b4b
allow auto reassign duplicate keybinding
closes #2154
2 years ago
Mikael Finstad b6645fa445
try to escape last ffmpeg command on windows
also escape quote on linux

closes #2151
2 years ago
Mikael Finstad 93f47b9c35
update installation.md 2 years ago
Mikael Finstad 55c728761e
remove trash icon in chapters mode
#2157
2 years ago
Mikael Finstad c7baea3649
improve docs
#2167
https://answers.microsoft.com/en-us/windows/forum/all/special-name-for-microsoft-store-app-user-data/fb9becf3-4c3e-4fd4-9000-e8596e6adb16
2 years ago
Mikael Finstad 816284aa80
improve docs 2 years ago
Mikael Finstad 7230dc549b
improve error handling 2 years ago
Mikael Finstad 9c733742a2
type etc 2 years ago
Mikael Finstad 7d306f7736
refactor 2 years ago
Mikael Finstad 9cdd5edbfb
improve error handling
and types
2 years ago
Mikael Finstad e84b9a8266
append html5ify to ffmpeg log too 2 years ago
Mikael Finstad 0f8ba50d22
refactor 2 years ago
Mikael Finstad a5000a8977
allow revealing config file path 2 years ago
Mikael Finstad fd27f2178e
add types 2 years ago
Mikael Finstad f6c1266588
fix progress bug
closes #2161
2 years ago
Mikael Finstad 4c00987db9
add tests 2 years ago
Mikael Finstad b61456c71a
yarn dedupe 2 years ago
Mikael Finstad 93fe368487
remove unnecessary code 2 years ago
Mikael Finstad fa7b36f69f
reformat 2 years ago
Mikael Finstad 6c9b1ba708
check if output file is writable before exporting
if it exists
so we can inform user
2 years ago
dependabot[bot] e7f2d39d36
Bump vite from 5.3.4 to 5.3.6 (#2158)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.4 to 5.3.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot] 3a4a28a601
Bump express from 4.19.2 to 4.20.0 (#2165)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot] 9a99b81584
Bump rollup from 4.19.0 to 4.22.4 (#2168)
Bumps [rollup](https://github.com/rollup/rollup) from 4.19.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.19.0...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Mikael Finstad b8eea2721a
Update issues.md 2 years ago
Adrian Edwards 8ece37c90d
Add developer name to appdata file (#2166)
* Add developer name to appdata file

https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#developer-name

* add id to developer tag

not sure if this should be set to the value I just set it to, but it seems plausible enough
2 years ago
Adrian Edwards f3d2a93db3
Fix metadata so that linter is happy and flatpak builds can resume (#2152)
* add caption to screenshot

* trim summary down to <35 chars
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines#not-too-long-1
2 years ago
Mikael Finstad 69f600a0c0
make it more explicit when changing mp4 to mov
and show a notification #1075
2 years ago
Mikael Finstad 590e6a87cd
refactor 2 years ago
Mikael Finstad 67cecb3bb1
reduce flickering
https://github.com/mifi/lossless-cut/issues/2083#issuecomment-2325291719
2 years ago
Mikael Finstad a2d7961903
add support for dji mini gps #2072 2 years ago
Mikael Finstad 0499100aff
E2e (#2141)
* update

* try fix

* try to fix

* Fix path

* remove ls

* print stdout and stderr of losslescut

* add tmate option
2 years ago
Mikael Finstad a4190662b9
improve about dialog
closes #2138
2 years ago
Mylloon b86c1b15e8
fix: notification title on windows (#2139)
* fix windows notification title

* Update src/main/index.ts

---------

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2 years ago
Mikael Finstad 87bb9df0d4
Update build.yml 2 years ago
Mikael Finstad 128b80e205
add ls 2 years ago
Mikael Finstad f19bcefa2e
dedupe 2 years ago
Mikael Finstad 9eafb5683b
fix code 2 years ago
Mikael Finstad 32238d9d02
run simple smoke test 2 years ago
Mikael Finstad 56cd37dde8
enable gopro tmcd track by default
closes #2134
2 years ago
dependabot[bot] c66cb88de7
Bump micromatch from 4.0.4 to 4.0.8 (#2133)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Mikael Finstad a1cf64ac13
add smart cut warning #2020 2 years ago
Mikael Finstad 5d5b4decd4
upgrade file-type 2 years ago
Mikael Finstad 47a52dce5d
upgrade file-type 2 years ago