aboutsummaryrefslogtreecommitdiff
path: root/src/qt/editaddressdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] style-police, add missing license headersPhilip Kaufmann2013-12-171-1/+4
| | | | | - add missing license headers in Mac files - small code formating cleanups
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-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 bugsPhilip Kaufmann2013-01-091-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 Kaufmann2012-05-181-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 Laan2012-04-151-0/+3
|
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-0/+4
|
* Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan2011-11-081-0/+6
|
* update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-0/+5
|
* Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan2011-08-311-0/+5
|
* select new address immediately after creationWladimir J. van der Laan2011-08-041-4/+7
|
* add sendmany supportWladimir J. van der Laan2011-07-161-10/+9
|
* Check addresses in address book for validityWladimir J. van der Laan2011-07-021-6/+25
|
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-021-7/+2
|
* Allow changing default address (fixes issue #6)Wladimir J. van der Laan2011-06-211-1/+6
|
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+84