| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | Update QT client messages and translations to Doge equivalents (#1429) | Ross Nicoll | 2019-03-25 | 1 | -1/+1 |
| | | | | | Update QT client messages and translations to Doge equivalents. | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Do not shadow in src/qt | Pavel Janík | 2016-09-23 | 1 | -9/+9 |
| | | |||||
| * | Bump copyright headers to 2014 | MarcoFalke | 2016-01-05 | 1 | -1/+1 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | [Qt] style-police, add missing license headers | Philip Kaufmann | 2013-12-17 | 1 | -1/+4 |
| | | | | | | - add missing license headers in Mac files - small code formating cleanups | ||||
| * | qt: add license header to source files | Wladimir J. van der Laan | 2013-11-04 | 1 | -0/+4 |
| | | | | | Closes #839 | ||||
| * | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | 2013-03-17 | 1 | -0/+1 |
| | | | | | | | | - 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 | ||||
| * | Bitcoin-Qt: fix known addressbook bugs | Philip Kaufmann | 2013-01-09 | 1 | -11/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | - add qSort() for cachedAddressTable, as qLowerBound() and qUpperBound() require the list to be in ascending order (see http://harmattan-dev.nokia.com/docs/library/html/qt4/qtalgorithms.html#qLowerBound) - add a new check in AddressTableModel::setData() to just return, when no changes were made to a label or an address (prevents entry duplication issue) - remove "rec->label = value.toString();" from AddressTableModel::setData() as the label gets updated by AddressTablePriv::updateEntry() anyway (seems @sipa added this line via https://github.com/bitcoin/bitcoin/commit/1025440184ef100a22d07c7bb543ee45cf169d64#L6R225) - add another new check in AddressTableModel::setData() to just return, if a duplicate address was found (prevents address overwrite) - add a new check to EditAddressDialog::setModel() to prevent setting an invalid model - re-work the switch-case statement in AddressTableModel::accept() to always break (as return get's called anyway) and order the list to match the enum definition - make accept() in editaddressdialog.h a public slot, which it should be - misc small coding style changes | ||||
| * | change strings to Bitcoin (uppercase), where it is used as a noun and update ↵ | Philip Kaufmann | 2012-05-18 | 1 | -1/+1 |
| | | | | | strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string | ||||
| * | fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] | Wladimir J. van der Laan | 2012-04-15 | 1 | -0/+3 |
| | | |||||
| * | Add robustness against null models | Wladimir J. van der Laan | 2011-11-08 | 1 | -0/+4 |
| | | |||||
| * | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | 2011-11-08 | 1 | -0/+6 |
| | | |||||
| * | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan | 2011-09-02 | 1 | -0/+5 |
| | | |||||
| * | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | 2011-08-31 | 1 | -0/+5 |
| | | |||||
| * | select new address immediately after creation | Wladimir J. van der Laan | 2011-08-04 | 1 | -4/+7 |
| | | |||||
| * | add sendmany support | Wladimir J. van der Laan | 2011-07-16 | 1 | -10/+9 |
| | | |||||
| * | Check addresses in address book for validity | Wladimir J. van der Laan | 2011-07-02 | 1 | -6/+25 |
| | | |||||
| * | Send: dialog redesign (automatically look up label for entered address) | Wladimir J. van der Laan | 2011-07-02 | 1 | -7/+2 |
| | | |||||
| * | Allow changing default address (fixes issue #6) | Wladimir J. van der Laan | 2011-06-21 | 1 | -1/+6 |
| | | |||||
| * | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 1 | -0/+84 |