|
18674568dd
|
makefile/windows: upx harder
|
2024-06-30 10:45:08 +12:00 |
|
|
748dd96267
|
makefile/windows: set windowsgui flag
|
2024-06-30 10:44:59 +12:00 |
|
|
c5578daa9f
|
makefile: add cleanups before targets
|
2024-06-30 10:44:13 +12:00 |
|
|
3bc7f539ad
|
doc/README: add v0.5.0 download links
|
2024-06-29 13:03:55 +12:00 |
|
|
52677224c1
|
doc/README: changelog for v0.5.0
|
2024-06-29 12:59:54 +12:00 |
|
|
0a31eab9f2
|
doc: update screenshot
|
2024-06-29 12:59:41 +12:00 |
|
|
011063597d
|
makefile: improvements for dist archives
|
2024-06-29 12:54:57 +12:00 |
|
|
71c182692a
|
makefile: use cgo for windows build
|
2024-06-29 12:54:47 +12:00 |
|
|
e15af5a544
|
makefile: add targets for release dist builds
|
2024-06-29 12:41:05 +12:00 |
|
|
ba7228ad44
|
doc/TODO: update
|
2024-06-29 12:15:26 +12:00 |
|
|
650c9e7183
|
sqlite: basic integration for the cli driver
|
2024-06-29 12:13:34 +12:00 |
|
|
471737f421
|
gui: add helper function for menu separators
|
2024-06-29 12:13:18 +12:00 |
|
|
d2b9618da0
|
sqliteclidriver: initial commit
|
2024-06-29 11:56:45 +12:00 |
|
|
f0f0ff7904
|
lexer: add re-quote helper
|
2024-06-29 11:56:26 +12:00 |
|
|
639da11ab3
|
add custom lexer, use for redis string splitting
|
2024-06-29 11:21:30 +12:00 |
|
|
fc084d7190
|
gui: seamless refresh after bucket action, support nav removal
|
2024-06-28 12:29:44 +12:00 |
|
|
e2111017eb
|
gui: implement nav refresh
|
2024-06-28 12:04:39 +12:00 |
|
|
ef70e5825a
|
gui: add nav context images for refresh + close
|
2024-06-28 12:00:18 +12:00 |
|
|
15b29b32ce
|
bolt: support adding/removing child buckets
|
2024-06-28 11:53:07 +12:00 |
|
|
975e120530
|
main: move appname to constant
|
2024-06-28 11:53:01 +12:00 |
|
|
5b8883d31a
|
bolt: add nav suffix for readonly connections
|
2024-06-28 11:52:50 +12:00 |
|
|
ce43f5765c
|
bolt: support 'create new database'
|
2024-06-28 11:40:03 +12:00 |
|
|
feffa67677
|
main: infra for custom context actions
|
2024-06-28 11:34:00 +12:00 |
|
|
a14e58297a
|
bolt: support open as readonly
|
2024-06-28 11:33:43 +12:00 |
|
|
2b309fbda7
|
gui: add help option to show driver versions
|
2024-06-28 11:21:14 +12:00 |
|
|
70db402cdf
|
gui: use helper function for setting up menus
|
2024-06-28 11:11:34 +12:00 |
|
|
a82d5e6b26
|
gui: run optipng on some images
|
2024-06-28 11:05:57 +12:00 |
|
|
28570b0b96
|
versions: replace embed go.mod with stdlib debug api
|
2024-06-28 11:05:49 +12:00 |
|
|
9bf84fa140
|
pebble: initial support
|
2024-06-28 11:01:34 +12:00 |
|
|
eb34221620
|
doc/README: changelog for v0.4.0
|
2024-06-23 16:35:25 +12:00 |
|
|
cc3ba4d9f0
|
doc/TODO: update current progress
|
2024-06-23 16:29:53 +12:00 |
|
|
f79d17afed
|
badger: support temporary in-memory databases
|
2024-06-23 16:29:53 +12:00 |
|
|
d7c2282335
|
badger: add dgraph vendor icon
|
2024-06-23 16:29:53 +12:00 |
|
|
43002a9fde
|
main: restructure nav menu into alphabetical per-DB options
|
2024-06-23 16:29:53 +12:00 |
|
|
bc33d26cfd
|
images: add vendor logos
|
2024-06-23 16:29:47 +12:00 |
|
|
38d9e6238f
|
main: add help menu with website link
|
2024-06-23 15:58:12 +12:00 |
|
|
a653ef8ca4
|
main: get accurate cross-platform background colour for properties tab
|
2024-06-23 15:58:03 +12:00 |
|
|
cc336366c9
|
redis: show results in query tab
|
2024-06-23 15:57:33 +12:00 |
|
|
8f105183eb
|
redis: handle data browsing for different typed keys
|
2024-06-23 15:57:20 +12:00 |
|
|
b45faa2e73
|
main: add nav context menu, support closing open connections
|
2024-06-23 15:28:15 +12:00 |
|
|
7e5d17100d
|
main: preload recursive navigation only one layer at a time
|
2024-06-23 15:21:41 +12:00 |
|
|
a817e5fa21
|
main: recursively load all nav state at connection time
|
2024-06-23 15:12:26 +12:00 |
|
|
3d185033f3
|
main: allow scrolling long content on properties tab
|
2024-06-23 14:56:00 +12:00 |
|
|
924957d00d
|
main: abstract the nil selection into a virtual database type
|
2024-06-23 14:55:46 +12:00 |
|
|
d674078071
|
main: auto switch to newly opened database
|
2024-06-23 14:54:49 +12:00 |
|
|
5992d19906
|
redis: complete basic multidatabase browse support
|
2024-06-23 14:54:33 +12:00 |
|
|
8cac46e9f2
|
doc: update README + TODO
|
2024-06-23 13:13:43 +12:00 |
|
|
db5f6816c5
|
main: allow running partial query by selection
|
2024-06-23 13:07:52 +12:00 |
|
|
3a4bdbde94
|
redis: improve dialog style, open connection, enumerate databases
|
2024-06-23 13:07:42 +12:00 |
|
|
0363bc65f4
|
platform_windows: move extra syso inclusion out of main
|
2024-06-23 13:06:41 +12:00 |
|