Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-23 | qt: add message field to SendCoinsRecipient | Wladimir J. van der Laan | |
Also update URI parsing to fill in this field. Note that the message is not currently used in any way with the client. It should be stored with the transaction. | |||
2013-09-18 | autotools: fix the Makefile.include to be safely included anywhere. | Cory Fields | |
This way we can reuse rules rather than duplicating them. | |||
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |
2013-08-29 | Bitcoin-Qt: fixes for using display unit from options | Philip Kaufmann | |
- extend PaymentServer with setOptionsModel() and rework initNetManager() to make use of that - fix all other places in the code to use display unit from options and no hard-coded unit | |||
2013-08-22 | Payment Protocol: X509-validated payment requests | Gavin Andresen | |
Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support. | |||
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | |
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | |||
2012-08-07 | Fix Win32 compiling of qt/test/uritests.cpp | Matt Corallo | |
2012-08-07 | Return !0 when qt tests fail. | Matt Corallo | |
2012-06-30 | Fix a couple more typos | fanquake | |
2012-04-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | |
2012-02-17 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-02-10 | Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. | Matt Corallo | |