| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Qt] style police and small addition in rpcconsole | Philip Kaufmann | 2014-06-03 | 1 | -0/+1 |
| | | | | | - fix spaces, indentation and coding style glitches | ||||
| * | [Qt] Fix Transaction details shows wrong To: | Cozz Lovan | 2014-05-28 | 1 | -1/+2 |
| | | |||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
| * | qt: add license header to source files | Wladimir J. van der Laan | 2013-11-04 | 1 | -0/+4 |
| | | | | | Closes #839 | ||||
| * | qt: add vout index to transaction id in transactions details dialog | Wladimir J. van der Laan | 2013-09-06 | 1 | -1/+1 |
| | | |||||
| * | Bitcoin-Qt: fixes for using display unit from options | Philip Kaufmann | 2013-08-29 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
| * | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | 2013-03-17 | 1 | -1/+2 |
| | | | | | | | | - 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 | ||||
| * | Move HtmlEscape (escape for qt rich text controls) to qt gui utilities | Wladimir J. van der Laan | 2011-12-23 | 1 | -2/+0 |
| | | |||||
| * | Improve documentation for UI classes | Wladimir J. van der Laan | 2011-11-13 | 1 | -1/+2 |
| | | |||||
| * | put Q_OBJECT everywhere it should be (removes warnings when running lupdate) | Wladimir J. van der Laan | 2011-09-19 | 1 | -0/+1 |
| | | |||||
| * | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | 2011-08-08 | 1 | -3/+11 |
| | | |||||
| * | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | 2011-06-26 | 1 | -1/+2 |
| | | |||||
| * | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 1 | -0/+15 |