Commit Graph

111 Commits

Author SHA1 Message Date
mappu cecfc338d4 gui: bigger default window size 2024-07-05 18:43:02 +12:00
mappu 35f09fc072 doc/README: add v0.6.0 download links 2024-06-30 14:17:59 +12:00
mappu 2163b46907 doc/README: changelog for v0.6.0 2024-06-30 14:16:06 +12:00
mappu 81b6b08e7b doc/TODO: status update 2024-06-30 14:15:53 +12:00
mappu f31724a110 gui: add extra space in help menu driver list 2024-06-30 14:14:50 +12:00
mappu 063a8ca837 debconf: add as database option 2024-06-30 14:14:41 +12:00
mappu 1cfc94a42b debconf: fix extra spaces, Name column ordering 2024-06-30 14:14:26 +12:00
mappu 053e07c319 debconf: implement dat file parser 2024-06-30 13:47:29 +12:00
mappu 0b91c379b8 doc/README: update partial changelog 2024-06-30 13:28:17 +12:00
mappu 7b4cc885f5 gui: use Consolas as monospace font on Windows 2024-06-30 13:16:27 +12:00
mappu 3b17ddd8a4 sqliteclidriver: always get columns in the right order 2024-06-30 13:12:11 +12:00
mappu 8d051a14e5 orderedkv: initial commit 2024-06-30 13:11:54 +12:00
mappu 4735c391bd doc/TODO: update status 2024-06-30 12:51:40 +12:00
mappu 0866e5edac sqliteclidriver: clear content from ret if sentinel was found 2024-06-30 12:51:05 +12:00
mappu 5c44dc5f54 sqliteclidriver: indicate driver in status bar 2024-06-30 12:48:22 +12:00
mappu a7dd1ca340 makefile: compile cgo with -O2 2024-06-30 12:45:40 +12:00
mappu abcf7dbfe5 sqliteclidriver: better bubble up stderr errors 2024-06-30 12:45:23 +12:00
mappu d359f42b24 sqlite: support tables named using special characters 2024-06-30 12:45:03 +12:00
mappu 7cec5cee4c sqliteclidriver: use channel events, handle no results via sentinel 2024-06-30 12:33:47 +12:00
mappu be91cd54c6 eventcmd: initial commit of channel-based process wrapper 2024-06-30 12:33:01 +12:00
mappu b141aaaa6c lexer: separate tokens for top-level special characters 2024-06-30 11:26:00 +12:00
mappu 493ab846b9 gui: adjust styles for query frame 2024-06-30 11:10:19 +12:00
mappu d3ebcb4666 gui: fix popup position for redis connection dialog 2024-06-30 11:05:25 +12:00
mappu 50cf207eae gui: fix properties tab background colour for windows build 2024-06-30 11:05:16 +12:00
mappu e5cbbb6822 makefile/linux: don't upx, but xz harder, for faster startup 2024-06-30 10:45:19 +12:00
mappu 18674568dd makefile/windows: upx harder 2024-06-30 10:45:08 +12:00
mappu 748dd96267 makefile/windows: set windowsgui flag 2024-06-30 10:44:59 +12:00
mappu c5578daa9f makefile: add cleanups before targets 2024-06-30 10:44:13 +12:00
mappu 3bc7f539ad doc/README: add v0.5.0 download links 2024-06-29 13:03:55 +12:00
mappu 52677224c1 doc/README: changelog for v0.5.0 2024-06-29 12:59:54 +12:00
mappu 0a31eab9f2 doc: update screenshot 2024-06-29 12:59:41 +12:00
mappu 011063597d makefile: improvements for dist archives 2024-06-29 12:54:57 +12:00
mappu 71c182692a makefile: use cgo for windows build 2024-06-29 12:54:47 +12:00
mappu e15af5a544 makefile: add targets for release dist builds 2024-06-29 12:41:05 +12:00
mappu ba7228ad44 doc/TODO: update 2024-06-29 12:15:26 +12:00
mappu 650c9e7183 sqlite: basic integration for the cli driver 2024-06-29 12:13:34 +12:00
mappu 471737f421 gui: add helper function for menu separators 2024-06-29 12:13:18 +12:00
mappu d2b9618da0 sqliteclidriver: initial commit 2024-06-29 11:56:45 +12:00
mappu f0f0ff7904 lexer: add re-quote helper 2024-06-29 11:56:26 +12:00
mappu 639da11ab3 add custom lexer, use for redis string splitting 2024-06-29 11:21:30 +12:00
mappu fc084d7190 gui: seamless refresh after bucket action, support nav removal 2024-06-28 12:29:44 +12:00
mappu e2111017eb gui: implement nav refresh 2024-06-28 12:04:39 +12:00
mappu ef70e5825a gui: add nav context images for refresh + close 2024-06-28 12:00:18 +12:00
mappu 15b29b32ce bolt: support adding/removing child buckets 2024-06-28 11:53:07 +12:00
mappu 975e120530 main: move appname to constant 2024-06-28 11:53:01 +12:00
mappu 5b8883d31a bolt: add nav suffix for readonly connections 2024-06-28 11:52:50 +12:00
mappu ce43f5765c bolt: support 'create new database' 2024-06-28 11:40:03 +12:00
mappu feffa67677 main: infra for custom context actions 2024-06-28 11:34:00 +12:00
mappu a14e58297a bolt: support open as readonly 2024-06-28 11:33:43 +12:00
mappu 2b309fbda7 gui: add help option to show driver versions 2024-06-28 11:21:14 +12:00