Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-06-02 | Too many bitcoins allowed in amount. (#2401) | vhf / victor felder | |
Using magic number doesn't seem right. Could we factor this out, together with https://github.com/bitcoin/bitcoin/blob/master/src/bitcoinrpc.cpp#L96 ? And what about BitcoinUnits::parse() as well ? | |||
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-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr | |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-07-26 | refuse to format nor parse invalid units | Wladimir J. van der Laan | |
2011-07-26 | allow multiple units in bitcoin amount widget (for example, for sending) ↵ | Wladimir J. van der Laan | |
using a combobox | |||
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |