index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
addressbookpage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qt: Make error message for failed export a little friendlier
Whit J
2014-07-18
1
-1
/
+1
*
build: fix build weirdness after 54372482.
Cory Fields
2014-06-23
1
-1
/
+1
*
[Qt] harmonize strings used when exporting in addressbookpage
Philip Kaufmann
2014-01-27
1
-6
/
+6
*
[Qt] make most Windows appear centered on main GUI
Philip Kaufmann
2013-11-14
1
-6
/
+9
*
[Qt] remove GUIUtil::getSaveFileName() default arguments
Philip Kaufmann
2013-11-11
1
-4
/
+3
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-4
/
+4
*
[Qt] remove unused optionsmodel from addressbookpage
Philip Kaufmann
2013-11-05
1
-7
/
+0
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
[Qt] misc small fixes for #3099 (new receive flow)
Philip Kaufmann
2013-10-25
1
-1
/
+1
*
qt: general polish after adding new receive flow
Wladimir J. van der Laan
2013-10-25
1
-3
/
+3
*
qt: remove verify/send message and send coins from address book
Wladimir J. van der Laan
2013-10-23
1
-62
/
+0
*
qt: rework "receive coins" workflow
Wladimir J. van der Laan
2013-10-23
1
-40
/
+12
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+4
*
Qt5 compatibility
Wladimir J. van der Laan
2013-06-01
1
-0
/
+5
*
qt: move export button to tabs
Wladimir J. van der Laan
2013-04-12
1
-1
/
+3
*
fix mac specific button modification on addressbookpage
Jonas Schnelli
2013-04-09
1
-3
/
+5
*
Bitcoin-Qt: updates to addressbookpage
Philip Kaufmann
2013-04-03
1
-25
/
+23
*
Bitcoin-Qt: add "send coins" to context menu in addressbook
Philip Kaufmann
2013-03-18
1
-0
/
+16
*
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-03-17
1
-4
/
+4
*
Bitcoin-Qt: cleanup / optimise addressbookpage
Philip Kaufmann
2013-01-23
1
-14
/
+12
*
Bitcoin-Qt: comment out unused parameter in addressbookpage
Philip Kaufmann
2012-12-15
1
-1
/
+1
*
enhance Qt5 compatibility
Philip Kaufmann
2012-09-21
1
-1
/
+1
*
Make sort and filters for transactions and labels case-insensitive
Wladimir J. van der Laan
2012-07-17
1
-0
/
+2
*
replace some ugly code in addressbookpage.cpp
Philip Kaufmann
2012-07-08
1
-8
/
+2
*
Merge pull request #1469 from Diapolo/signverifymessagedialog
Wladimir J. van der Laan
2012-07-07
1
-1
/
+28
|
\
|
*
GUI: merge sign/verify message into a single window with tabbed UI
Philip Kaufmann
2012-07-06
1
-1
/
+28
*
|
update QRCodeDialog
Philip Kaufmann
2012-07-06
1
-0
/
+9
|
/
*
Do not select first address automatically in the address book
Wladimir J. van der Laan
2012-06-12
1
-5
/
+0
*
Process address book updates incrementally
Wladimir J. van der Laan
2012-05-20
1
-11
/
+18
*
Add a menu option to verify a signed message
sje397
2012-05-12
1
-0
/
+1
*
Make user action more straightforward in address book
Wladimir J. van der Laan
2012-05-07
1
-9
/
+18
*
updated to reflect pull-request suggestions / renamed some GUI elements
Philip Kaufmann
2012-04-12
1
-4
/
+2
*
fixed amount part of URI in QR-Codes / removed (no label) string if we have N...
Philip Kaufmann
2012-04-12
1
-5
/
+3
*
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
1
-2
/
+0
*
hide Delete button (only) on ReceivingTab / hide Sign message button (only) o...
Philip Kaufmann
2012-04-01
1
-2
/
+11
*
fix default suffixes in save dialog in GNOME, make it more clear that PNG is ...
Wladimir J. van der Laan
2012-02-15
1
-4
/
+2
*
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-27
1
-0
/
+22
*
Add context menu for address book page (implements part 1 of issue #648)
Wladimir J. van der Laan
2011-12-23
1
-10
/
+58
*
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...
sje397
2011-12-20
1
-0
/
+30
*
Add robustness against null models
Wladimir J. van der Laan
2011-11-08
1
-9
/
+16
*
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-10-09
1
-0
/
+7
*
don't include <QDebug>
Wladimir J. van der Laan
2011-08-07
1
-1
/
+0
*
select new address immediately after creation
Wladimir J. van der Laan
2011-08-04
1
-1
/
+13
*
Fix error when export is cancelled without specifying a filename.
Celil
2011-07-14
1
-0
/
+2
*
add export functionality for address book / receiving addresses
Wladimir J. van der Laan
2011-07-09
1
-18
/
+39
*
Selection/tab navigation fixes
Wladimir J. van der Laan
2011-07-07
1
-21
/
+21
*
convert to full tab-based ui
Wladimir J. van der Laan
2011-07-07
1
-0
/
+181