Commit Graph

70 Commits

Author SHA1 Message Date
rabite a735747a27 switch to parking_lot's Mutex/RwLock 2020-05-25 02:05:39 +02:00
rabite 963e0ae1cb another day, another boost: 30% faster on linux with getdents64 2020-02-18 21:47:41 +01:00
rabite cf2d04c04b lowered cpu usage while browsing using binary search 2020-02-15 21:04:32 +01:00
rabite 0354400b66 fix pdf previews 2020-02-13 00:09:18 +01:00
rabite b3f1452a59 switch to tree_magic_fork (fixing memleak) 2020-02-12 21:19:57 +01:00
rabite 26017763ed use nix's lower level API to read in directories 2020-02-12 17:36:25 +01:00
rabite 74e43ee965 the fastest file manager in the galaxy 2020-02-11 23:46:14 +01:00
rabite aa091b69c8 more prallel processing 2020-02-05 18:55:09 +01:00
rabite 428879e184 add builder for ListView<Files> 2020-01-26 01:31:29 +01:00
rabite 7583e0a16e update to v1.3.5 2020-01-22 03:39:13 +01:00
rabite 3147420735 fix hang when substituting too many files at once 2020-01-22 02:49:42 +01:00
rabite ef29c47e88 fixed hangs when updating large directories (>10k files) 2019-12-23 02:08:50 +01:00
rabite 154f922040 fix warnings on recent compilers 2019-12-15 01:32:03 +01:00
rabite ea331fe2a7 use sixel from crates.io 2019-12-15 01:04:25 +01:00
rabite 60d3707639 update deps (fixes directory not showing on startup sometimes) 2019-12-15 00:20:36 +01:00
rabite 17c2522124 update dependencies and fix build 2019-12-09 01:21:59 +01:00
rabite 3cf4a08108 update lazy-static (fix warnings) 2019-08-02 10:47:03 +02:00
rabite 474a7fd7e7 remove sixel dependency on hunter-media 2019-07-29 18:11:28 +02:00
rabite 889abf77ad add custom keybindings 2019-07-25 21:56:30 +02:00
rabite f38093ad1f big fat update to graphics mode (performance, features, etc) 2019-07-17 22:56:30 +02:00
rabite 072b39b3cf initial support for SIXEL/kitty graphics 2019-07-08 13:00:32 +02:00
rabite fae8706f7a got binary building to work properly 2019-07-02 00:53:53 +02:00
rabite 32d4bdf020 updated version to v1.3.0 2019-07-01 17:29:29 +02:00
rabite c5e0b6fa03 check for nightly compiler in build.rs 2019-06-30 11:41:32 +02:00
rabite 11f5bd081b modularize media preview generator into own workspace 2019-06-29 23:33:25 +02:00
rabite 8f5ad6b3c9 fix potentially nasty bug with quotes in file names 2019-06-16 12:33:23 +02:00
rabite ad4e3d573f add quick actions 2019-05-28 00:51:47 +02:00
rabite 6d43ce621d use unpublished systemstat v0.1.4 2019-05-23 15:17:58 +02:00
rabite ea0f691a30 update notify to 4.0.12 2019-05-23 14:51:44 +02:00
rabite 79c807bb47 update to v1.2.1 2019-05-23 14:45:04 +02:00
rabite d1e9c1645b add startup options 2019-05-22 18:54:37 +02:00
rabite 3085d0ec0e update version 2019-05-22 15:10:48 +02:00
rabite 0e1addb683 set notify to upstsream github 2019-05-22 15:10:18 +02:00
rabite 8de13da48c fix build of preview-gen 2019-05-21 23:47:26 +02:00
rabite ade3b7f08f custom notify crate 2019-05-21 21:55:50 +02:00
rabite 8353af2e29 fix Cargo.lock 2019-05-21 21:03:50 +02:00
rabite e8d9c6ad1f merge in media-preview stuff
Squashed commit of the following:

commit 4087cee2f2a72bc2d3e44832809cbe99d25a3309
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 20:40:27 2019 +0200

    rename to preview-gen

commit 275fd420a01c24393ae9cc07287204fde309130a
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 20:30:50 2019 +0200

    update Cargo.toml and README

commit bf4c3fec0f8e0ff4628153297ac64fe165b4e443
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 20:30:33 2019 +0200

    add config options for media

commit 3bf681cd078177d634507c51d04a45bdae184f1b
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 13:46:00 2019 +0200

    always use unicode icons for play/pause/mute

commit ed2a0b31d1911e4d42086699ca1db636c327bacf
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 13:04:11 2019 +0200

    rename to mediaview and some fixups

commit bda3f8f83bec07c3f52d06cf5f8eaad7fdbd85a0
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 11:44:52 2019 +0200

    fix warnings

commit 9c917903cfa958b225f268ed4fb9f55f27162be0
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 01:10:58 2019 +0200

    play audio through viedo widget

commit 9fe208b213710fae889f7701bdb3bf96d599c9a8
Author: rabite <rabite@posteo.de>
Date:   Tue May 21 00:15:12 2019 +0200

    fixed play when autoplay is off

commit d4036d52864d0a4e08f7da2cf6f7419ef070c1a9
Author: rabite <rabite@posteo.de>
Date:   Mon May 20 13:15:44 2019 +0200

    add icons for play/pause/mute

commit 29f0d203cfd7501b50d80501de146da9d89388bb
Author: rabite <rabite@posteo.de>
Date:   Mon May 20 12:26:53 2019 +0200

    add basic gif support

commit 8d28e4c23a91b0ef83739554c3a2f6671a9ff6f5
Author: rabite <rabite@posteo.de>
Date:   Mon May 20 11:43:57 2019 +0200

    fixed play after pause

commit 142017df78de77bcfffd8f3dd9612a06927e183b
Author: rabite <rabite@posteo.de>
Date:   Sun May 19 14:22:16 2019 +0200

    change to stale on drop

commit c0026c7f56f6a841df18e41bd1c9b33543e26cfb
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 23:46:27 2019 +0200

    handle errors in gstreamer closure

commit ef37f872c54b9d21ed5505c2edb480c793afaef9
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 23:40:24 2019 +0200

    add image-only mode to preview-gen

commit 15752464563463c6ecf892c1d8a14651bf32e1e5
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 23:28:33 2019 +0200

    add copyright note

commit 4c9f08fc4de5d3bffefd42284b60aa81cfbae9f7
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 23:27:30 2019 +0200

    make image/video previews optional

commit 9c2c2db2b20ecd4c30acbb1c77ad18c71f528c4c
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 22:13:25 2019 +0200

    remove blank space under video

commit f7056d70fbe9147b3b95d7c10950653eadbb4f48
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 22:06:49 2019 +0200

    remove dbg

commit cce820657ff1258cdb78d455dd3cf04564450cea
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 21:50:25 2019 +0200

    added error handling to preview-gen

commit 80bbe15bacb99d1f4f97504a5d10ecf59544993f
Author: rabite <rabite@posteo.de>
Date:   Sat May 18 21:04:31 2019 +0200

    add time and visual seek bars to videoview

commit 4349945cc5549334f246be64bc7c8e2db43f9150
Author: rabite <rabite@posteo.de>
Date:   Thu May 16 22:39:19 2019 +0200

    fix sneaky process

commit 373128b7096d4de29924617e549a613a3aeea5b2
Author: rabite <rabite@posteo.de>
Date:   Thu May 16 22:07:27 2019 +0200

    fix out of controll processes

commit e061e065e913ab3923ffac1079a9f0a2be0df532
Author: rabite <rabite@posteo.de>
Date:   Thu May 16 20:51:56 2019 +0200

    add media_preview

commit f68c754895a9718d1a962980de9fbf02e5cb48cd
Author: rabite <rabite@posteo.de>
Date:   Thu May 16 19:37:04 2019 +0200

    beta image/video previews

commit 9a5460e553dd26ebccffaf819c64a8dc6ba74818
Author: rabite <rabite@posteo.de>
Date:   Tue May 14 20:36:25 2019 +0200

    external img preview

commit 3c4edfcb7611b36f6e537c73743e0b6bd269037b
Author: rabite <rabite@posteo.de>
Date:   Tue May 14 20:35:12 2019 +0200

    video preview
2019-05-21 20:52:04 +02:00
rabite 6f8a636603 update to v1.1.4 2019-05-11 17:47:39 +02:00
rabite 99980ace6c use async_value library 2019-05-11 13:32:22 +02:00
David Strauß 01d0c1d338 Use the as yet unpublished v0.1.5 of the systemstat crate to fix the build process on 32-bit MacOS and FreeBSD systems. (#35) 2019-05-09 20:12:23 +02:00
rabite 143e20f6b9 update to v1.1.3 2019-05-07 23:48:51 +02:00
rabite d248d0789f update to 1.1.2 2019-05-07 01:22:20 +02:00
rabite 540eb825b4 update to 1.1.1 2019-05-06 20:27:38 +02:00
rabite 993af5c5b6 update to v1.1.0 2019-04-27 19:33:48 +02:00
rabite 392e6c0128 enable lto and limit code generation units
This increases performance and generates a smaller binary. It makes
compiling a bit slower, but the trade-off is worth it in the case of
hunter.
2019-04-27 14:39:08 +02:00
rabite 2974d744a6 use libraryized pathbuftools 2019-04-20 19:00:05 +02:00
rabite bc273a5472 update version to 1.0.10 2019-04-20 13:06:05 +02:00
rabite d853353cee removed unused x11-clipboard dependency 2019-04-16 02:13:58 +02:00
rabite d3e634552d update version 2019-04-16 02:03:18 +02:00
rabite 95a1ef5a1d use libraryized osstrtools 2019-04-16 02:02:04 +02:00