aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiondesc.h
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-0/+1
| | | | - fix spaces, indentation and coding style glitches
* [Qt] Fix Transaction details shows wrong To:Cozz Lovan2014-05-281-1/+2
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-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 filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan2013-09-061-1/+1
|
* Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann2013-08-291-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 cleanupPhilip Kaufmann2013-03-171-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 utilitiesWladimir J. van der Laan2011-12-231-2/+0
|
* Improve documentation for UI classesWladimir J. van der Laan2011-11-131-1/+2
|
* put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan2011-09-191-0/+1
|
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-3/+11
|
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-1/+2
|
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+15