Albert S. crtxcr
crtxcr pushed to dev at crtxcr/looqs 2022-06-02 14:37:31 +02:00
c4882c9af4 cli: main: Wire up CommandList
db41b58962 cli: CommandList: Rework, implement pattern, remove count, reverse
675212f97c cli: CommandSearch: Improve error handling, helptext fixes
d9a86798e2 shared: FileSaver: Adjust message as it's confusing on updates
d6f04ec498 cli: CommandAdd: Remove unimplemented -a
Compare 8 commits »
crtxcr pushed to dev at crtxcr/looqs 2022-05-31 22:01:13 +02:00
200ee42a77 shared: shared.pro: Add git commit id to build
e81751127c gui: mainwindow: Add menu opening config and About dialogs
5c3a3112be shared: common: Add versionText() function
9f3fd24a20 shared: SandboxedProcessor: Fix scope issue with readablePathLocation
0dcfacb949 README: update
Compare 5 commits »
crtxcr opened issue crtxcr/exile.h#34 2022-05-31 11:21:35 +02:00
Consider copying arguments
crtxcr pushed to dev at crtxcr/looqs 2022-05-31 10:17:27 +02:00
aa9c8a4796 gui: MainWindow: Set, save and restore ignore patterns
ac297ef3da shared: Indexer: Use WildcardMatcher to ignore paths
b5abe677d7 shared: DirscanWorker: Use WildcardMatcher to ignore paths
be5bf1393f shared: Introduce WildcardMatcher
Compare 4 commits »
crtxcr pushed to dev at crtxcr/looqs 2022-05-30 20:14:46 +02:00
d9b496868d gui: PreviewGenerator: Make previews for all text files
342e176e13 shared: Move textfile detector to common
204af455b1 shared: SandboxedProcessor: Perform MIME-type detection
9cf68312a1 gui: Remove enableSandbox() for general GUI
aa03d0a492 gui: Fix dispatch of SandboxedProcessor
Compare 5 commits »
crtxcr pushed to dev at crtxcr/looqs 2022-05-30 18:40:17 +02:00
7753519d3d gui: PreviewGeneratorPlainText: Truncate dirtily to avoid lags
8598fd7f75 gui: IPCPreviewClient: Raise error signal() instead of exception
9708c45cd7 gui: sandbox: Add 'error' to vow_promises to avoid getting killed on ioctl() with TIOCSTI
Compare 3 commits »
crtxcr pushed to dev at crtxcr/looqs 2022-05-29 23:00:19 +02:00
508da64db7 submodules: exile.h: Update
crtxcr pushed to master at crtxcr/exile.h 2022-05-29 19:27:59 +02:00
bbbdfc44da exile.hpp: do_clone(): free stack memory
crtxcr pushed to dev at crtxcr/looqs 2022-05-29 17:04:13 +02:00
fa2845dbfd gui: mainwindow: Also resize mtime column to fit content
crtxcr commented on issue crtxcr/looqs#33 2022-05-29 15:49:39 +02:00
GUI: Indexer slow with unshared network namespace

Invalid now after recent restructing of sandboxing architecture.

crtxcr closed issue crtxcr/looqs#33 2022-05-29 15:49:39 +02:00
GUI: Indexer slow with unshared network namespace
crtxcr closed pull request crtxcr/looqs#31 2022-05-29 15:48:43 +02:00
dev
crtxcr pushed to dev at crtxcr/looqs 2022-05-29 15:48:24 +02:00
06ac77d0ef FileSaver: Don't add files in blacklisted paths
crtxcr pushed to master at crtxcr/looqs 2022-05-29 11:24:07 +02:00
483ea04638 update README
aeafa9560e mainwindow: Disable page switcher while generation is running
a82818dc43 gui: init previewProcessBar with 0 on start
c867652b6f gui: IPCPreviewWorker(): Don't allocate mapfunctor on heap
f8fe21d50b gui: Add label showing total number of preview pages
Compare 25 commits »
crtxcr pushed to dev at crtxcr/looqs 2022-05-29 11:20:32 +02:00
483ea04638 update README
aeafa9560e mainwindow: Disable page switcher while generation is running
a82818dc43 gui: init previewProcessBar with 0 on start
c867652b6f gui: IPCPreviewWorker(): Don't allocate mapfunctor on heap
f8fe21d50b gui: Add label showing total number of preview pages
Compare 13 commits »
crtxcr closed pull request crtxcr/looqs#36 2022-05-29 11:17:38 +02:00
WIP/exiled_previews -> dev
crtxcr pushed to dev at crtxcr/looqs 2022-05-29 11:15:08 +02:00
80a4551f8b update README
fa10cb606b mainwindow: Disable page switcher while generation is running
b90ff840d9 gui: init previewProcessBar with 0 on start
86cc16d15d gui: IPCPreviewWorker(): Don't allocate mapfunctor on heap
69c2956a1f gui: Add label showing total number of preview pages
Compare 22 commits »
crtxcr pushed to WIP/exiled_previews at crtxcr/looqs 2022-05-29 11:14:56 +02:00
80a4551f8b update README
crtxcr opened issue crtxcr/looqs#38 2022-05-29 11:06:30 +02:00
Optionally allow switching page while preview generation still running
crtxcr opened issue crtxcr/looqs#37 2022-05-29 11:05:12 +02:00
Tighten Preview Sandbox