Commit Graph

41 Commits

Author SHA1 Message Date
mappu 5ce6368c4a qt: fix missing -lpthread on Debian Bullseye 2021-04-12 16:54:06 +12:00
mappu 54ad6015b7 more binary correctness 2017-06-19 20:53:50 +12:00
mappu 767eaa0a47 add fallback display for non-printable characters 2017-06-19 20:42:51 +12:00
mappu 571bfcf4b6 one more preservation for previous 2017-06-19 20:27:52 +12:00
mappu 26f7a11d80 preserve the binary content of keys and bucket names during edit operations 2017-06-19 20:27:05 +12:00
mappu 7441e0c15b option to open database as read-only 2017-05-25 19:59:53 +12:00
mappu 19ddb1c956 select parent when deleting bucket (maybe fixes a crash?) 2017-05-25 19:53:35 +12:00
mappu 97467eae4d add icon for win32 binary 2017-05-25 19:50:11 +12:00
mappu f0f642b6b0 add many more icons 2017-05-21 18:05:11 +12:00
mappu 7c62abb352 working add items 2017-05-21 17:59:27 +12:00
mappu 4f1c48b55d working edit/delete items 2017-05-21 17:53:40 +12:00
mappu 37f9307db1 wip set/delete items 2017-05-21 17:44:07 +12:00
mappu 14510545d4 fix right-hand default pane when a bucket is selected 2017-05-21 17:14:32 +12:00
mappu 906cff2e57 working bucket deletions 2017-05-21 17:14:20 +12:00
mappu bf28495b1f add our application icon to system popups 2017-05-21 17:12:02 +12:00
mappu 98b78ab1e6 option to create new buckets / sub-buckets 2017-05-21 17:08:15 +12:00
mappu 4394c8a50a option to create new databases 2017-05-21 16:50:17 +12:00
mappu 9fb5bdad78 always open databases read/write 2017-05-21 16:47:28 +12:00
mappu d2ec12798e popup editor to view record content 2017-05-21 16:44:44 +12:00
mappu 5270dd00bc display data keys, data item length 2017-05-21 16:15:49 +12:00
mappu 5ea969e10c pretty-print json display 2017-05-21 15:49:47 +12:00
mappu d0becd0c3c clean up qt project, always refer to makefile-produced qbolt.a files 2017-05-21 15:00:53 +12:00
mappu d7c3bfd1f5 unify makefile, make win32 builds 2017-05-21 14:33:46 +12:00
mappu 0f1cc014d7 working 'refresh buckets' action 2017-05-21 13:49:41 +12:00
mappu 6ac8c3e67b remove dead code 2017-05-21 13:49:36 +12:00
mappu 546681a0ef working cgo slices, working nested-bucket operations 2017-05-21 13:47:46 +12:00
mappu 679d1140cc recursive bucket scan - we're crashing when passing a slice to go code 2017-05-21 13:31:28 +12:00
mappu 60d71104e8 retrieve bucket properties 2017-05-21 12:39:55 +12:00
mappu 95a1bfeea5 retrieve database properties 2017-05-21 11:59:38 +12:00
mappu 8597f270f6 context menus, disconnection, re-refresh, selection behaviour, ^O shortcut 2017-05-21 11:47:16 +12:00
mappu d32ab82d73 don't pass go strings to c - pass char*+len, callee must call free() 2017-05-20 23:02:58 +12:00
mappu 3911d7d66c convert cgo function pointer call to repeated iteration 2017-05-20 18:01:55 +12:00
mappu be594cb1a5 call bucket enumeration - function pointers are misbehaving 2017-05-20 17:28:27 +12:00
mappu 8a93f163c4 c++ wrappers for bucket enumeration function 2017-05-20 15:47:18 +12:00
mappu e82d0a5dd2 add top-level db items to ui 2017-05-20 15:47:05 +12:00
mappu 4b3fb783c4 wire up other menu items, add app logo icon 2017-05-20 15:20:30 +12:00
mappu e8030a9579 cgo: change interface to not return already-collected error interfaces 2017-05-20 15:13:16 +12:00
mappu a94a330345 add GetMagic() check, move c/go interop into separate classes 2017-05-20 14:57:51 +12:00
mappu 8ce03cbed6 go: build .a instead of .so 2017-05-20 14:57:19 +12:00
mappu b76fad9512 hgignore: pro.user file 2017-05-18 20:11:19 +12:00
mappu ac56f5e6c8 initial commit 2017-05-16 19:34:54 +12:00