Commit Graph

138 Commits

Author SHA1 Message Date
mappu c541e8b941 doc/README: add v0.7.0 download links 2024-07-18 18:15:10 +12:00
mappu 877f291a1f makefile: set `dist` as default target 2024-07-18 18:02:37 +12:00
mappu 6145320858 doc: v0.7.0 changelog, update TODO 2024-07-18 18:00:56 +12:00
mappu 8296a2fec9 gui: hardcode better windows colours 2024-07-18 17:51:27 +12:00
mappu 223d13be58 gui: toggle edit buttons as well 2024-07-18 17:49:16 +12:00
mappu eca27dcd4f sqlite: basic editing support 2024-07-18 17:46:13 +12:00
mappu 0f2a3e021a gui: toggle the Query form fields if selected db is not queryable 2024-07-18 17:10:02 +12:00
mappu 90259fb2b9 gui: prevent submitting blank queries to db (seems to hang sqlite) 2024-07-18 17:09:48 +12:00
mappu 7573cf0453 app: upcast loadedDatabase to more specific interfaces 2024-07-18 17:09:32 +12:00
mappu 6dd0635c9e doc/TODO: update 2024-07-14 15:35:56 +12:00
mappu ce3d08740f sqlite: add context actions for compact, export, drop table 2024-07-14 15:34:17 +12:00
mappu 8f5e1054fb db: return error from contextAction.Callback (2) 2024-07-14 15:28:18 +12:00
mappu 1ac96eb133 move filter consts to each db file 2024-07-14 15:27:54 +12:00
mappu 53e9b6555e doc/TODO: more ideas 2024-07-13 18:03:47 +12:00
mappu e1a9f187cb db: return error from RenderForNav, contextAction.Callback 2024-07-13 18:03:42 +12:00
mappu ee3110162b doc/TODO: update 2024-07-06 12:44:37 +12:00
mappu 35a83eb483 gui: basic syntax highlighting implementation (disabled) 2024-07-06 12:41:57 +12:00
mappu 60add3be86 db: add common errunsupported 2024-07-06 12:02:58 +12:00
mappu 2f65ffdd70 db: lift execQuery error handling to parent 2024-07-06 11:59:55 +12:00
mappu aad92d27e9 gui: use icons for toolbar 2024-07-06 11:54:48 +12:00
mappu 21151be8a3 gui/images: load more image assets 2024-07-06 11:54:36 +12:00
mappu f78eec1872 bolt: support editing 2024-07-06 11:45:41 +12:00
mappu 8af27f8834 gui: change tracking for insert, edit, delete actions 2024-07-06 11:04:19 +12:00
mappu 0d3b90b879 gui: prep work for inserting rows 2024-07-05 20:07:19 +12:00
mappu 2b59efc410 gui: add refresh button on data tab 2024-07-05 19:46:04 +12:00
mappu 7fbf2ef1ed gui: common column handling, set widths automatically 2024-07-05 19:35:24 +12:00
mappu d7e3363173 gui: convert data tables from TListView to TStringGrid 2024-07-05 19:21:08 +12:00
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