|
2f67ad7b87
|
Move Gst.init to earlier time
|
2025-03-12 23:16:57 +01:00 |
|
|
fd4e46791c
|
Use thread pool thumbnailer
|
2025-03-11 11:47:00 +01:00 |
|
|
c62963091d
|
Reorganize project
|
2025-03-11 09:58:17 +01:00 |
|
|
6d9b6dabd2
|
Save and resume cursor position when navigating
|
2025-03-10 21:05:59 +01:00 |
|
|
eb8e7d6f9d
|
Disable mouse cursor
|
2025-03-10 20:25:55 +01:00 |
|
|
f934fe0b14
|
Hide mouse cursor
|
2025-03-10 20:20:28 +01:00 |
|
|
0655290232
|
Disallow going above the initial directory
|
2025-03-10 20:17:26 +01:00 |
|
|
6695e6b07f
|
Add audio track selection
|
2025-03-09 23:16:07 +01:00 |
|
|
85c0a60ec4
|
Add clock
|
2025-03-09 22:54:05 +01:00 |
|
|
0433dee8c1
|
Add refresh
|
2025-03-09 22:49:42 +01:00 |
|
|
82cb252eb5
|
Tame thumbnail a bit
|
2025-03-09 22:23:22 +01:00 |
|
|
c423f655de
|
Use synchronous threaded thumbnailer
|
2025-03-09 21:21:20 +01:00 |
|
|
fe00f49b5d
|
Fix thumbnailer
|
2025-03-09 20:30:43 +01:00 |
|
|
85950648b9
|
Call thumbnailer
|
2025-03-09 18:42:28 +01:00 |
|
|
5e9c6229a4
|
Refactor FileInfo into GObject
|
2025-03-09 17:58:52 +01:00 |
|
|
fa24847dce
|
Fix position saving and other minor issues
|
2025-03-09 17:41:42 +01:00 |
|
|
0b0b491195
|
Factor out the video player
|
2025-03-09 17:07:52 +01:00 |
|
|
6f72c97794
|
Only use backspace for back
|
2025-03-09 13:45:56 +01:00 |
|
|
2fb5265463
|
Use ListModel for faster directory traversal
|
2025-03-09 13:25:14 +01:00 |
|
|
c54f183b0a
|
Simplify directory navigation
|
2025-03-09 12:02:00 +01:00 |
|
|
b0375c863e
|
Refactor directory navigation
|
2025-03-09 11:49:42 +01:00 |
|
|
2fd45b556f
|
Treat going back as pop
|
2025-03-09 11:20:37 +01:00 |
|
|
4ed4aa17d2
|
Position cursor correctly when returning
|
2025-03-09 11:07:03 +01:00 |
|
|
ba24b8b5b7
|
Add history stack
|
2025-03-09 10:58:01 +01:00 |
|
|
2472f80111
|
Tweak watched status
|
2025-03-09 10:52:34 +01:00 |
|
|
6d09b7d1e7
|
Indicate watch status
|
2025-03-09 10:18:12 +01:00 |
|
|
7355fc6a19
|
Toggle watch status with [W]
|
2025-03-09 10:08:26 +01:00 |
|
|
a511dae284
|
Add key press handler to main menu
|
2025-03-09 10:01:33 +01:00 |
|
|
f89623a201
|
Refactor FileItem
|
2025-03-09 09:59:52 +01:00 |
|
|
cf529cae28
|
Seek to start/end with home/end
|
2025-03-09 09:49:11 +01:00 |
|
|
ed71a3a05c
|
Refactor to always have the playbin
|
2025-03-09 09:46:03 +01:00 |
|
|
18c1e6c4a7
|
Store playback info
|
2025-03-09 09:43:14 +01:00 |
|
|
27e754b3f7
|
Add space in front of files
|
2025-03-08 23:34:19 +01:00 |
|
|
eef1ec6585
|
Allow disabling subtitles
|
2025-03-08 22:23:58 +01:00 |
|
|
8944fdc291
|
Add subtitle control
|
2025-03-08 22:10:40 +01:00 |
|
|
81d9ddf606
|
Make overlay wrap
|
2025-03-08 21:56:41 +01:00 |
|
|
8508b13382
|
Show overlay
|
2025-03-08 21:52:06 +01:00 |
|
|
561f68d221
|
Add pause
|
2025-03-08 21:36:27 +01:00 |
|
|
bdc480ea1e
|
Add seeking
|
2025-03-08 21:34:54 +01:00 |
|
|
4af3ee2164
|
Fix playback
|
2025-03-08 21:30:44 +01:00 |
|
|
12b6f33de3
|
Add Gst pipeline
|
2025-03-08 21:26:29 +01:00 |
|
|
d4601a77b9
|
Only offer video files
|
2025-03-08 21:23:57 +01:00 |
|
|
789f86de25
|
Implement chdir
|
2025-03-08 21:20:29 +01:00 |
|
|
981beffcce
|
Add black overlay
|
2025-03-08 21:17:24 +01:00 |
|
|
9f929fd04e
|
Add Gst
|
2025-03-08 20:53:47 +01:00 |
|
|
66efd0fe15
|
Enable enter
|
2025-03-08 20:49:36 +01:00 |
|
|
93f1aed506
|
Highlight current selection
|
2025-03-08 20:42:04 +01:00 |
|
|
fb2aa6be2e
|
1:2 split
|
2025-03-08 20:33:46 +01:00 |
|
|
67649fa7c0
|
Swap left/right
|
2025-03-08 20:18:43 +01:00 |
|
|
09b877eab6
|
Tweak panes
|
2025-03-08 20:09:26 +01:00 |
|