aboutsummaryrefslogtreecommitdiff
path: root/src/qt/csvmodelwriter.cpp
AgeCommit message (Collapse)Author
2014-12-19Added "Core" to copyright headerssandakersmann
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
2014-12-16Remove references to X11 licenceMichael Ford
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