aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addressbookpage.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: Make error message for failed export a little friendlierWhit J2014-07-181-1/+1
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
* [Qt] harmonize strings used when exporting in addressbookpagePhilip Kaufmann2014-01-271-6/+6
* [Qt] make most Windows appear centered on main GUIPhilip Kaufmann2013-11-141-6/+9
* [Qt] remove GUIUtil::getSaveFileName() default argumentsPhilip Kaufmann2013-11-111-4/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+4
* [Qt] remove unused optionsmodel from addressbookpagePhilip Kaufmann2013-11-051-7/+0
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* [Qt] misc small fixes for #3099 (new receive flow)Philip Kaufmann2013-10-251-1/+1
* qt: general polish after adding new receive flowWladimir J. van der Laan2013-10-251-3/+3
* qt: remove verify/send message and send coins from address bookWladimir J. van der Laan2013-10-231-62/+0
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-40/+12
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+4
* Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+5
* qt: move export button to tabsWladimir J. van der Laan2013-04-121-1/+3
* fix mac specific button modification on addressbookpageJonas Schnelli2013-04-091-3/+5
* Bitcoin-Qt: updates to addressbookpagePhilip Kaufmann2013-04-031-25/+23
* Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann2013-03-181-0/+16
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-4/+4
* Bitcoin-Qt: cleanup / optimise addressbookpagePhilip Kaufmann2013-01-231-14/+12
* Bitcoin-Qt: comment out unused parameter in addressbookpagePhilip Kaufmann2012-12-151-1/+1
* enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-1/+1
* Make sort and filters for transactions and labels case-insensitiveWladimir J. van der Laan2012-07-171-0/+2
* replace some ugly code in addressbookpage.cppPhilip Kaufmann2012-07-081-8/+2
* Merge pull request #1469 from Diapolo/signverifymessagedialogWladimir J. van der Laan2012-07-071-1/+28
|\
| * GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann2012-07-061-1/+28
* | update QRCodeDialogPhilip Kaufmann2012-07-061-0/+9
|/
* Do not select first address automatically in the address bookWladimir J. van der Laan2012-06-121-5/+0
* Process address book updates incrementallyWladimir J. van der Laan2012-05-201-11/+18
* Add a menu option to verify a signed messagesje3972012-05-121-0/+1
* Make user action more straightforward in address bookWladimir J. van der Laan2012-05-071-9/+18
* updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann2012-04-121-4/+2
* fixed amount part of URI in QR-Codes / removed (no label) string if we have N...Philip Kaufmann2012-04-121-5/+3
* Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan2012-04-041-2/+0
* hide Delete button (only) on ReceivingTab / hide Sign message button (only) o...Philip Kaufmann2012-04-011-2/+11
* fix default suffixes in save dialog in GNOME, make it more clear that PNG is ...Wladimir J. van der Laan2012-02-151-4/+2
* Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-271-0/+22
* Add context menu for address book page (implements part 1 of issue #648)Wladimir J. van der Laan2011-12-231-10/+58
* Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje3972011-12-201-0/+30
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-9/+16
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+7
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
* select new address immediately after creationWladimir J. van der Laan2011-08-041-1/+13
* Fix error when export is cancelled without specifying a filename.Celil2011-07-141-0/+2
* add export functionality for address book / receiving addressesWladimir J. van der Laan2011-07-091-18/+39
* Selection/tab navigation fixesWladimir J. van der Laan2011-07-071-21/+21
* convert to full tab-based uiWladimir J. van der Laan2011-07-071-0/+181