aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodeltransaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+2
| | | | | | | | | 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
* several small Qt-related fixesPhilip Kaufmann2013-09-281-2/+2
| | | | | | | | | - make BitcoinGUI::showPaymentACK() use a reference for msg and use our own GUIUtil::HtmlEscape() function - ensure QTimer usage in clientmodel is the same as in walletmodel - remove an unneeded debug message in walletframe - flag some parameters as unused in DebugMessageHandler() - small code formatting changes
* qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli2013-08-311-0/+56
Signed-off-by: Jonas Schnelli <[email protected]>