aboutsummaryrefslogtreecommitdiff
path: root/src/qt/csvmodelwriter.cpp
AgeCommit message (Collapse)Author
2013-11-04qt: add license header to source filesWladimir J. van der Laan
Closes #839
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
- rename URL into URI in paymentserver where correct - add some missing Qt-coding-stuff in paymentserver - change QSpinBox to QLineEdit as base for BitcoinAmountField in .ui files (as this is the result when converting the BAF back into base) - remove some c_str() and replace with QString::fromStdString() - remove several new-lines - remove unneeded spaces - indentation fixes
2012-05-11Properly escape " in strings when exporting CSVWladimir J. van der Laan
2012-04-17Add forgotten initializerWladimir J. van der Laan
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir J. van der Laan