f839f96578
update readme
2011-08-07 16:21:09 +02:00
c359ac9128
allow empty/missing amounts in URL
2011-08-07 16:17:02 +02:00
856aacf388
don't include <QDebug>
2011-08-07 16:09:49 +02:00
db7f023417
Accept "bitcoin:" URL drops from browsers
2011-08-07 16:04:48 +02:00
330c190958
Merge branch 'master' of https://github.com/bitcoin/bitcoin
2011-08-06 18:45:15 +02:00
e74e8a184a
reorganize transaction model data function, and transaction tooltip
2011-08-06 18:40:45 +02:00
d4e3cb4c03
improve sync spinner
2011-08-05 20:32:26 +02:00
00f4f8d54c
speling fix
2011-08-05 15:37:49 +02:00
126185aaa7
improve tooltip over transactions
2011-08-05 15:35:52 +02:00
ffccb56914
select new address immediately after creation
2011-08-04 21:36:14 +02:00
bd1e54bc0b
Merge branch 'tmp2'
2011-08-04 15:22:05 -04:00
eb20f3c8f5
Merge pull request #448 from sipa/cbitcoinaddress
...
avoid strAddress + validity checks
2011-08-04 11:47:15 -07:00
95699e1730
Merge pull request #446 from WakiMiko/upnp-desc
...
Identify as "Bitcoin + version number" when mapping UPnP port
2011-08-04 11:40:44 -07:00
32de8cd062
Merge pull request #451 from TheBlueMatt/tornolisten
...
Don't listen if on TOR (resolves #441 ).
2011-08-04 11:40:06 -07:00
2351a3fc9f
minimize amount of text in status bar; show only icons, if the user wants explanation they can view the tooltip
2011-08-04 19:04:42 +02:00
1b39201966
when clicking a transaction on the overview page, send the user to the transactions page
2011-08-04 04:41:01 +02:00
186f3e2f0c
Clarity: change definition of "confirmed" to "counts towards balance"
2011-08-04 04:40:01 +02:00
01a509fa26
Don't listen if on TOR ( resolves #441 ).
2011-08-03 22:16:29 +02:00
2ccd47596b
fix drawing on gtk
2011-08-03 21:28:11 +02:00
82303fc3ca
unconfirmed amount = grey
2011-08-03 21:04:15 +02:00
918150048a
Make it clear that setting proxy requires restart to fully apply.
2011-08-03 21:02:07 +02:00
a99ac8d3f4
show last few transactions on overview page
2011-08-03 20:52:18 +02:00
2566b30c38
make amount field the same width as decimals field
2011-08-03 14:06:13 +02:00
4d2ef6e5b6
avoid strAddress + validity checks
...
Avoid references to addresses using strings, and use CBitcoinAddress
as much as possible. Also added some validity checks on addresses
entered using RPC.
2011-08-03 13:01:09 +02:00
6e903b0b32
add attribution for wallet image
2011-08-02 22:08:59 +02:00
5762295ec3
update readme and splash screen text
2011-08-02 22:03:41 +02:00
10d680cff4
add splash screen
2011-08-02 21:48:59 +02:00
ce364b2d7a
Merge pull request #444 from Jeroenz0r/patch-2
...
Translation from "Open Bitcoin" to "Verstuur Bitcoins"
2011-08-01 13:41:43 -07:00
1565698169
Identify as "Bitcoin + version number" when mapping UPnP port
...
Makes Bitcoin identify itself as "Bitcoin + version number" instead of
the nondescript "libminiupnpc" when forwarding a port via UPnP.
2011-08-01 16:34:59 +02:00
9326234109
Merge pull request #437 from codler/patch-2
...
Comment "deprecated"
2011-07-31 16:56:56 -07:00
364685e195
Translation from "Open Bitcoin" to "Verstuur Bitcoins"
2011-08-01 02:03:19 +03:00
d8f5c59a59
show n/a for mined transactions (and send to self) instead of empty field
2011-07-31 17:43:46 +02:00
05bcf7089e
address icons
2011-07-31 17:05:34 +02:00
33208fb557
Check for duplicate txins in CheckTransaction.
2011-07-31 14:20:10 +02:00
dedf83a19b
Properly html-escape labels
2011-07-31 12:56:46 +02:00
a5e1325879
comment update
2011-07-30 19:28:41 +02:00
f0ec774d9c
make sure address book model is up to date after sending coins
2011-07-30 19:21:46 +02:00
8c2143d4d8
Comment "deprecated"
2011-07-30 19:58:22 +03:00
04f38adf73
Remove unused variable
2011-07-30 18:48:05 +02:00
2f5d380943
Hide addresses in transaction overview by default, they can be re-shown as a configuration option
2011-07-30 17:42:02 +02:00
1aafe34a08
Make dot in amount field more apparent
2011-07-30 17:01:31 +02:00
19fba3cd24
Make debug info more interesting (show SHA160 addresses for inputs)
2011-07-29 23:11:40 +02:00
3b59297b36
Remove no longer valid comment
2011-07-29 16:16:12 +02:00
53d65b5500
Merge branch 'master' of https://github.com/bitcoin/bitcoin
2011-07-29 14:45:54 +02:00
ee014e5b10
Full support for other units, add configuration option for default unit (used when displaying amounts)
2011-07-29 14:36:35 +02:00
e1f13129e8
Merge pull request #436 from TheBlueMatt/master
...
Fix EncryptKeys crash introduced by a9ba471
, identified by TD.
2011-07-27 13:10:47 -07:00
b5b1d1a66b
Merge branch 'master' of https://github.com/bitcoin/bitcoin
...
Conflicts:
src/script.cpp
2011-07-27 21:44:55 +02:00
7df001be94
normalize SIGNAL/SLOT signatures ( http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/ )
2011-07-27 20:54:10 +02:00
384625c1a6
also accept numbers without dot/decimals for parsing, fixes transaction filter row
2011-07-27 20:52:00 +02:00
687c82558c
Fix EncryptKeys crash introduced by a9ba4710
, identified by TD.
2011-07-27 18:02:39 +02:00