aboutsummaryrefslogtreecommitdiff
path: root/src/qt/csvmodelwriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Do not shadow in src/qtPavel Janík2016-09-231-4/+4
|
* Bump copyright headers to 2014MarcoFalke2016-01-051-1/+1
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-1/+0
| | | | | | | | | | | - 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
* Properly escape " in strings when exporting CSVWladimir J. van der Laan2012-05-111-2/+3
|
* Add forgotten initializerWladimir J. van der Laan2012-04-171-1/+1
|
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-1/+5
|
* Export functionality for transaction listWladimir J. van der Laan2011-07-071-0/+83