|
6dd0635c9e
|
doc/TODO: update
|
2024-07-14 15:35:56 +12:00 |
|
|
ce3d08740f
|
sqlite: add context actions for compact, export, drop table
|
2024-07-14 15:34:17 +12:00 |
|
|
8f5e1054fb
|
db: return error from contextAction.Callback (2)
|
2024-07-14 15:28:18 +12:00 |
|
|
1ac96eb133
|
move filter consts to each db file
|
2024-07-14 15:27:54 +12:00 |
|
|
53e9b6555e
|
doc/TODO: more ideas
|
2024-07-13 18:03:47 +12:00 |
|
|
e1a9f187cb
|
db: return error from RenderForNav, contextAction.Callback
|
2024-07-13 18:03:42 +12:00 |
|
|
ee3110162b
|
doc/TODO: update
|
2024-07-06 12:44:37 +12:00 |
|
|
35a83eb483
|
gui: basic syntax highlighting implementation (disabled)
|
2024-07-06 12:41:57 +12:00 |
|
|
60add3be86
|
db: add common errunsupported
|
2024-07-06 12:02:58 +12:00 |
|
|
2f65ffdd70
|
db: lift execQuery error handling to parent
|
2024-07-06 11:59:55 +12:00 |
|
|
aad92d27e9
|
gui: use icons for toolbar
|
2024-07-06 11:54:48 +12:00 |
|
|
21151be8a3
|
gui/images: load more image assets
|
2024-07-06 11:54:36 +12:00 |
|
|
f78eec1872
|
bolt: support editing
|
2024-07-06 11:45:41 +12:00 |
|
|
8af27f8834
|
gui: change tracking for insert, edit, delete actions
|
2024-07-06 11:04:19 +12:00 |
|
|
0d3b90b879
|
gui: prep work for inserting rows
|
2024-07-05 20:07:19 +12:00 |
|
|
2b59efc410
|
gui: add refresh button on data tab
|
2024-07-05 19:46:04 +12:00 |
|
|
7fbf2ef1ed
|
gui: common column handling, set widths automatically
|
2024-07-05 19:35:24 +12:00 |
|
|
d7e3363173
|
gui: convert data tables from TListView to TStringGrid
|
2024-07-05 19:21:08 +12:00 |
|
|
cecfc338d4
|
gui: bigger default window size
|
2024-07-05 18:43:02 +12:00 |
|
|
35f09fc072
|
doc/README: add v0.6.0 download links
|
2024-06-30 14:17:59 +12:00 |
|
|
2163b46907
|
doc/README: changelog for v0.6.0
|
2024-06-30 14:16:06 +12:00 |
|
|
81b6b08e7b
|
doc/TODO: status update
|
2024-06-30 14:15:53 +12:00 |
|
|
f31724a110
|
gui: add extra space in help menu driver list
|
2024-06-30 14:14:50 +12:00 |
|
|
063a8ca837
|
debconf: add as database option
|
2024-06-30 14:14:41 +12:00 |
|
|
1cfc94a42b
|
debconf: fix extra spaces, Name column ordering
|
2024-06-30 14:14:26 +12:00 |
|
|
053e07c319
|
debconf: implement dat file parser
|
2024-06-30 13:47:29 +12:00 |
|
|
0b91c379b8
|
doc/README: update partial changelog
|
2024-06-30 13:28:17 +12:00 |
|
|
7b4cc885f5
|
gui: use Consolas as monospace font on Windows
|
2024-06-30 13:16:27 +12:00 |
|
|
3b17ddd8a4
|
sqliteclidriver: always get columns in the right order
|
2024-06-30 13:12:11 +12:00 |
|
|
8d051a14e5
|
orderedkv: initial commit
|
2024-06-30 13:11:54 +12:00 |
|
|
4735c391bd
|
doc/TODO: update status
|
2024-06-30 12:51:40 +12:00 |
|
|
0866e5edac
|
sqliteclidriver: clear content from ret if sentinel was found
|
2024-06-30 12:51:05 +12:00 |
|
|
5c44dc5f54
|
sqliteclidriver: indicate driver in status bar
|
2024-06-30 12:48:22 +12:00 |
|
|
a7dd1ca340
|
makefile: compile cgo with -O2
|
2024-06-30 12:45:40 +12:00 |
|
|
abcf7dbfe5
|
sqliteclidriver: better bubble up stderr errors
|
2024-06-30 12:45:23 +12:00 |
|
|
d359f42b24
|
sqlite: support tables named using special characters
|
2024-06-30 12:45:03 +12:00 |
|
|
7cec5cee4c
|
sqliteclidriver: use channel events, handle no results via sentinel
|
2024-06-30 12:33:47 +12:00 |
|
|
be91cd54c6
|
eventcmd: initial commit of channel-based process wrapper
|
2024-06-30 12:33:01 +12:00 |
|
|
b141aaaa6c
|
lexer: separate tokens for top-level special characters
|
2024-06-30 11:26:00 +12:00 |
|
|
493ab846b9
|
gui: adjust styles for query frame
|
2024-06-30 11:10:19 +12:00 |
|
|
d3ebcb4666
|
gui: fix popup position for redis connection dialog
|
2024-06-30 11:05:25 +12:00 |
|
|
50cf207eae
|
gui: fix properties tab background colour for windows build
|
2024-06-30 11:05:16 +12:00 |
|
|
e5cbbb6822
|
makefile/linux: don't upx, but xz harder, for faster startup
|
2024-06-30 10:45:19 +12:00 |
|
|
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 |
|