Commit Graph

141 Commits

Author SHA1 Message Date
zxq9 363dfaf271 Update hz dep 2025-10-29 16:16:23 +09:00
zxq9 25550cca32 Verup 2025-10-29 16:15:29 +09:00
zxq9 c452604f4b WIP 2025-10-29 14:05:56 +09:00
zxq9 4446357437 Add interface functions 2025-10-25 12:11:03 +09:00
zxq9 d8b8fee232 WIP: Adding binary signatures 2025-10-25 10:41:32 +09:00
zxq9 6a1c8ecf62 WIP 2025-10-17 19:35:55 +09:00
Jarvis Carroll b8a31e994f factor compile/aaci logic
Instead of removing `init` and changing the definition of what the AACI
is, we can just remove it in the one case that needs `init` removed,
which is load3.
2025-08-22 22:57:12 +10:00
Jarvis Carroll 1d1e735b16 Remove some trace tells
d'oh
2025-08-22 19:59:47 +10:00
Jarvis Carroll 51463b8b74 Make deploy thingy break less 2025-08-22 19:52:42 +10:00
Jarvis Carroll f78d929fb9 Sketchy list, map, variant interface
None of these are quite working right, but the hive contract can open in
the 'open from chain' button now.
2025-08-22 18:38:57 +10:00
zxq9 b4ea4bdf10 Fix bad widget call 2025-08-22 15:24:32 +09:00
Jarvis Carroll dc0b620a4c Make styled text control when loading 2025-08-22 15:22:39 +10:00
Jarvis Carroll 2952822a8f Debug print AACI instead 2025-08-22 14:21:25 +10:00
zxq9 2ecde986bf WIP 2025-08-15 13:24:39 +09:00
zxq9 5ebb532b86 Stop trying to pull the AACI from the build directly 2025-08-14 14:00:47 +09:00
zxq9 f92c5fbde0 First-run wallet creatorator (v0.7.0) (#24)
Adds a first-run wallet and account creator option for noobs.
If they select the "create a default wallet" option, they are jumped to the name + password screen for wallet creation, and a new account is generated for them named "Account 1".

This leapfrogs the problem of users having to know what is going on with the blockchain and wallet at all before getting started.
#18
#19

Reviewed-on: #24
Reviewed-by: Ulf Wiger <ulfwiger@qpq.swiss>
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-08-07 15:47:05 +09:00
zxq9 a2a9da0d98 Fix UI problem where key interactions could be requests without any wallet being selected 2025-06-13 17:47:37 +09:00
zxq9 d595beb08d Minor display changes 2025-06-12 19:43:02 +09:00
zxq9 cf6f16e3db Updates 2025-06-12 19:25:36 +09:00
zxq9 88b2e986b7 Default walletses 2025-05-20 17:31:09 +09:00
zxq9 09d31e74e5 Add refresh tic 2025-05-09 21:17:20 +09:00
zxq9 86e9ff3e44 Fix runtime shutdown problem with GajuDesk 2025-05-08 13:06:27 +09:00
zxq9 57a81e7f3f Issue proper explorer URLs 2025-04-30 17:39:26 +09:00
zxq9 58a58c693f Minor usability tweaks 2025-04-25 22:52:25 +09:00
zxq9 28b0b2c6f3 Update dependencies and verup 2025-04-16 16:13:42 +09:00
zxq9 cbc823aba1 args (#10)
More complete types.

Reviewed-on: #10
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-04-16 16:03:09 +09:00
zxq9 2bef1fd323 Fix app name 2025-04-03 15:01:16 +09:00
zxq9 509f36c403 Merge pull request 'First stab at supporting syntax highlighting via wxStyledTextCtrl' (#8) from uw-syntax-highlighting into master
Reviewed-on: #8
Reviewed-by: Craig Everett <craigeverett@qpq.swiss>
2025-04-02 16:34:57 +09:00
zxq9 1f17d36c42 Merge pull request 'style_massage' (#9) from style_massage into uw-syntax-highlighting
Reviewed-on: #9
Reviewed-by: Ulf Wiger <ulfwiger@qpq.swiss>
2025-03-31 20:11:53 +09:00
zxq9 ea6667c05f Remove keymaster; update dep 2025-03-31 15:58:56 +09:00
zxq9 020d3f554b Remove dead file 2025-03-31 15:39:25 +09:00
zxq9 dea44561ee Restyle whole buffer on event to fix style breaks
TODO: Make this more precise... some day
2025-03-31 15:36:31 +09:00
zxq9 9d70f98ed0 Make light/dark mode work 2025-03-31 14:41:03 +09:00
zxq9 9aa2c2f79d Give the main frame visibility on events 2025-03-31 13:58:48 +09:00
Ulf Wiger d4f2b3f2b0 Set monospace font 2025-03-30 22:15:02 +02:00
Ulf Wiger 27b78f8623 First stab at supporting syntax highlighting via wxStyledTextCtrl 2025-03-30 21:16:21 +02:00
zxq9 8cb3065510 Dep update. Verup. 2025-03-06 16:40:45 +09:00
zxq9 9a99d83014 Fix typo. Verup. 2025-03-06 06:53:55 +09:00
zxq9 9ec748d469 Merge branch 'master' of ssh://git.qpq.swiss:21203/QPQ-AG/GajuDesk 2025-03-05 23:01:08 +09:00
zxq9 3a15466901 Dep update 2025-03-05 22:50:47 +09:00
zxq9 4fd4ab3f54 Move common functionality to the Hakuzaru library 2025-03-05 22:35:18 +09:00
zxq9 4b6f761ec4 history (#6)
Ugly merge

Reviewed-on: #6
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-03-04 20:51:36 +09:00
zxq9 970eb1680f derp 2025-03-04 19:46:40 +09:00
zxq9 b6bdfc8095 Fixed in zx, removed from here 2025-03-04 19:45:47 +09:00
zxq9 f4a9dbcaf8 Name change 2025-03-04 19:12:08 +09:00
zxq9 80691524df WIP 2025-03-04 07:03:47 +09:00
zxq9 6e05f3df41 Add deployment parameters; update deps 2025-03-01 14:06:37 +09:00
zxq9 7b95987fe2 Fix call/dryrun label 2025-02-27 19:57:33 +09:00
zxq9 1c8e2e9de4 Minor verup 2025-02-27 19:51:31 +09:00
zxq9 4af3367784 Add contract call and dry run params interface 2025-02-27 19:50:41 +09:00