summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Luke Dashjr [Fri, 25 Mar 2011 15:45:49 +0000 (11:45 -0400)]
pylupdate4 kalam.pro
Luke Dashjr [Fri, 25 Mar 2011 15:25:06 +0000 (11:25 -0400)]
GPLv3 copying terms; genjix has assigned copyright to me
Luke Dashjr [Thu, 24 Mar 2011 14:55:57 +0000 (10:55 -0400)]
Bugfix, to handle confirmed last-tx properly
Luke Dashjr [Thu, 24 Mar 2011 05:50:41 +0000 (01:50 -0400)]
woops, bugfix :)
Luke Dashjr [Thu, 24 Mar 2011 00:56:13 +0000 (20:56 -0400)]
allow user to configure whether their preferred unit's TLA is shown or not
Luke Dashjr [Thu, 24 Mar 2011 00:05:31 +0000 (20:05 -0400)]
display confirmation count in Tonal, if that is the preferred number system
Luke Dashjr [Wed, 23 Mar 2011 02:44:05 +0000 (22:44 -0400)]
correct eo_EO lang attr
Luke Dashjr [Wed, 23 Mar 2011 02:39:31 +0000 (22:39 -0400)]
update eo_EO to the best of my minimal ability
Luke Dashjr [Wed, 23 Mar 2011 02:34:59 +0000 (22:34 -0400)]
Run pylupdate4 on all ts files
Luke Dashjr [Wed, 23 Mar 2011 02:18:57 +0000 (22:18 -0400)]
fix up translation compiling
Luke Dashjr [Wed, 23 Mar 2011 01:19:02 +0000 (21:19 -0400)]
fix i18n in kalam.pro
Luke Dashjr [Wed, 23 Mar 2011 00:35:35 +0000 (20:35 -0400)]
Handle unexpected bursts of new transactions by growing poll size
Luke Dashjr [Tue, 22 Mar 2011 23:10:53 +0000 (19:10 -0400)]
Make txload_waste configurable (in code only)
Luke Dashjr [Tue, 22 Mar 2011 03:12:24 +0000 (23:12 -0400)]
Bugfix: allow opening send dialog directly, without a URI
Luke Dashjr [Tue, 22 Mar 2011 03:11:26 +0000 (23:11 -0400)]
Allow configuring language via settings.py
Luke Dashjr [Mon, 21 Mar 2011 13:18:23 +0000 (09:18 -0400)]
Bugfix: I think this addresses all the flaws in the polled-update mechanism... except the polling itself and not detecting new generation entries
Luke Dashjr [Tue, 15 Mar 2011 17:48:07 +0000 (13:48 -0400)]
Bugfix: allow N/A through humanAmount again
Luke Dashjr [Sun, 13 Mar 2011 20:48:40 +0000 (16:48 -0400)]
update README
Luke Dashjr [Sun, 13 Mar 2011 20:46:00 +0000 (16:46 -0400)]
Handle corner-cases where TBC might be written in BTC-like fashon in the URI
Luke Dashjr [Sun, 13 Mar 2011 20:35:57 +0000 (16:35 -0400)]
respect user's number system preferences when handling URIs
Luke Dashjr [Sun, 13 Mar 2011 20:23:48 +0000 (16:23 -0400)]
Implement support for bitcoin URIs
Luke Dashjr [Sat, 12 Mar 2011 16:01:29 +0000 (11:01 -0500)]
autodetect versions cleaner
Luke Dashjr [Sat, 12 Mar 2011 15:56:51 +0000 (10:56 -0500)]
support RPCv1 with bitcoin.v1 prefix
Luke Dashjr [Sat, 12 Mar 2011 05:44:37 +0000 (00:44 -0500)]
Merge branch 'tonal'
Luke Dashjr [Sat, 12 Mar 2011 02:45:29 +0000 (21:45 -0500)]
Overly complicated fix of confirmation counting for unconfirmed transactions, making multiple polls if necessary, all thanks to bad design of JSON-RPC
Luke Dashjr [Fri, 11 Mar 2011 21:48:22 +0000 (16:48 -0500)]
Bugfix: allow <1 BTC with RPCv0
Luke Dashjr [Fri, 11 Mar 2011 04:35:56 +0000 (23:35 -0500)]
support full precision RPCv0 starting with bitcoind 0.3.21
Luke Dashjr [Fri, 11 Mar 2011 04:40:49 +0000 (23:40 -0500)]
fix double minus issue
Luke Dashjr [Sun, 20 Feb 2011 03:12:23 +0000 (22:12 -0500)]
Merge branch 'master' into tonal
Luke Dashjr [Sun, 20 Feb 2011 03:10:52 +0000 (22:10 -0500)]
Ignore moves (and anything else lacking a txid) completely, they break things too much
Luke Dashjr [Sat, 19 Feb 2011 16:32:07 +0000 (11:32 -0500)]
figure out assumptions better
Luke Dashjr [Sat, 19 Feb 2011 02:21:54 +0000 (21:21 -0500)]
Merge branch 'master' into tonal
Luke Dashjr [Sat, 19 Feb 2011 02:19:01 +0000 (21:19 -0500)]
Add support for sending TBC
Luke Dashjr [Sat, 19 Feb 2011 02:16:11 +0000 (21:16 -0500)]
Check for < 1 base units, and reject
Luke Dashjr [Fri, 18 Feb 2011 22:34:00 +0000 (17:34 -0500)]
Merge branch 'master' into tonal
Luke Dashjr [Fri, 18 Feb 2011 22:32:51 +0000 (17:32 -0500)]
Merge branch 'master' of https://github.com/genjix/spesmilo
Luke Dashjr [Fri, 18 Feb 2011 15:45:31 +0000 (10:45 -0500)]
Tonal number system support
Luke Dashjr [Fri, 18 Feb 2011 15:18:56 +0000 (10:18 -0500)]
many fixes to Cashier tx list
Luke Dashjr [Thu, 17 Feb 2011 05:30:28 +0000 (00:30 -0500)]
Refuse to send precisions beyond 0.01 BTC over RPCv0, since bitcoind will round them
Luke Dashjr [Thu, 17 Feb 2011 05:21:01 +0000 (00:21 -0500)]
Use base units for all internals, abstracting to/from human representation in single functions; add RPCv1 support
Luke Dashjr [Wed, 16 Feb 2011 04:57:48 +0000 (23:57 -0500)]
prompt for core settings at first run
Luke Dashjr [Wed, 16 Feb 2011 04:31:08 +0000 (23:31 -0500)]
Don't stop the bitcoind unless it's internal
Luke Dashjr [Wed, 16 Feb 2011 04:24:31 +0000 (23:24 -0500)]
initial settings dialog
Luke Dashjr [Wed, 16 Feb 2011 04:23:00 +0000 (23:23 -0500)]
ignore *~
Luke Dashjr [Wed, 16 Feb 2011 02:45:27 +0000 (21:45 -0500)]
skip wait if we can connect immediately
Luke Dashjr [Wed, 16 Feb 2011 02:40:35 +0000 (21:40 -0500)]
assume initialized, if the "isinitialized" key is missing from info
genjix [Wed, 16 Feb 2011 02:35:21 +0000 (02:35 +0000)]
newer patch for bitcoin git.
Luke Dashjr [Wed, 16 Feb 2011 02:33:09 +0000 (21:33 -0500)]
Bugfix: PySide requires a parent object for QDoubleValidator
Luke Dashjr [Wed, 16 Feb 2011 02:31:02 +0000 (21:31 -0500)]
Instead of crashing with old bitcoind, just show '(not available)' for addresses
genjix [Tue, 15 Feb 2011 04:27:40 +0000 (04:27 +0000)]
tcatm: support for generated coins in transaction table.
genjix [Tue, 15 Feb 2011 04:11:01 +0000 (04:11 +0000)]
updated for new api change in bitcoind.
genjix [Mon, 14 Feb 2011 07:59:29 +0000 (07:59 +0000)]
possible french?
genjix [Mon, 14 Feb 2011 07:48:55 +0000 (07:48 +0000)]
added hotkeys for send dialog buttons + shortened size of amount line edit.
genjix [Mon, 14 Feb 2011 07:48:26 +0000 (07:48 +0000)]
added title to connecting message + error when core isn't found.
genjix [Mon, 14 Feb 2011 07:47:47 +0000 (07:47 +0000)]
improve eo trans
genjix [Mon, 14 Feb 2011 07:11:36 +0000 (07:11 +0000)]
remove junk
genjix [Mon, 14 Feb 2011 07:10:59 +0000 (07:10 +0000)]
remove junk
genjix [Mon, 14 Feb 2011 05:21:25 +0000 (05:21 +0000)]
first commit