| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | enhance translation possibilities in TransactionDesc / misc other changes | Philip Kaufmann | 2012-07-03 | 1 | -46/+38 |
| | | | | | | | | | - remove "#include <QString>" as this is included in the header - add some missing plural forms that can be translated - change "yours" into "own address", which is easier to understand and translate in that context - cleanup translatable strings to not include HTML or unneeded chars (e.g. ":") - resize TransactionDescDialog a little (remove unwanted line-breaks with non english translations) | ||||
| * | Fix a typo in TransactionDesc | cardpuncher | 2012-06-30 | 1 | -1/+1 |
| | | |||||
| * | update info string in GUI for generated blocks and change "must wait" into ↵ | Philip Kaufmann | 2012-06-09 | 1 | -1/+1 |
| | | | | | "must mature" to take the new immature label into consideration | ||||
| * | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille | 2012-05-24 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | | | This introduces internal types: * CKeyID: reference (hash160) of a key * CScriptID: reference (hash160) of a script * CTxDestination: a boost::variant of the former two CBitcoinAddress is retrofitted to be a Base58 encoding of a CTxDestination. This allows all internal code to only use the internal types, and only have RPC and GUI depend on the base58 code. Furthermore, the header dependencies are a lot saner now. base58.h is at the top (right below rpc and gui) instead of at the bottom. For the rest: wallet -> script -> keystore -> key. Only keystore still requires a forward declaration of CScript. Solving that would require splitting script into two layers. | ||||
| * | Remove headers.h | Pieter Wuille | 2012-04-17 | 1 | -1/+3 |
| | | |||||
| * | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille | 2012-04-09 | 1 | -2/+4 |
| | | |||||
| * | Move from noui.h / ui.h to one ui_interface.h with dummy implementation for ↵ | Wladimir J. van der Laan | 2012-04-04 | 1 | -1/+1 |
| | | | | | the daemon. | ||||
| * | VC2010 compile fixes | Wladimir J. van der Laan | 2012-04-03 | 1 | -1/+1 |
| | | |||||
| * | Qt: Show transaction ID in details | Luke Dashjr | 2012-01-10 | 1 | -0/+2 |
| | | |||||
| * | Move HtmlEscape (escape for qt rich text controls) to qt gui utilities | Wladimir J. van der Laan | 2011-12-23 | 1 | -27/+11 |
| | | |||||
| * | Fix broken ExtractAddress (refactored, made callers check for addresses in ↵ | Gavin Andresen | 2011-12-22 | 1 | -3/+3 |
| | | | | | keystore if they care) | ||||
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -9/+8 |
| | | | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | ||||
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -8/+9 |
| | | |||||
| * | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan | 2011-09-02 | 1 | -2/+2 |
| | | |||||
| * | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | 2011-08-08 | 1 | -82/+51 |
| | | |||||
| * | Properly html-escape labels | Wladimir J. van der Laan | 2011-07-31 | 1 | -5/+5 |
| | | |||||
| * | Make debug info more interesting (show SHA160 addresses for inputs) | Wladimir J. van der Laan | 2011-07-29 | 1 | -10/+22 |
| | | |||||
| * | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-07-27 | 1 | -1/+1 |
| | | | | | | Conflicts: src/script.cpp | ||||
| * | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | 2011-07-26 | 1 | -13/+11 |
| | | | | | | Conflicts: src/bitcoinrpc.cpp | ||||
| * | windows build fixes | Wladimir J. van der Laan | 2011-07-03 | 1 | -1/+2 |
| | | |||||
| * | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | 2011-06-26 | 1 | -27/+27 |
| | | |||||
| * | compile fixes by Unthinkingbit | Wladimir J. van der Laan | 2011-06-25 | 1 | -1/+1 |
| | | |||||
| * | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | 2011-06-18 | 1 | -3/+4 |
| | | | | | functions | ||||
| * | Internationalization -- initial step, make _ return a std::string to prevent ↵ | Wladimir J. van der Laan | 2011-06-13 | 1 | -0/+1 |
| | | | | | memory leaks | ||||
| * | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 1 | -0/+310 |