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
/
walletview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
Add cancel button to rescan progress dialog
Andrew Chow
2018-04-12
1
-3
/
+8
*
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-1
/
+1
*
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+2
*
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-26
1
-2
/
+2
*
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-03-06
1
-5
/
+5
*
[qt] navigate to transaction history page after send
Sjors Provoost
2018-03-01
1
-0
/
+6
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-18
/
+18
*
Avoid NULL pointer dereference when _walletModel is NULL (which is valid)
practicalswift
2017-10-02
1
-2
/
+2
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Merge #8371: [Qt] Add out-of-sync modal info layer
Jonas Schnelli
2016-09-23
1
-0
/
+6
|
\
|
*
[Qt] modalinfolayer: removed unused comments, renamed signal, code style over...
Jonas Schnelli
2016-09-23
1
-2
/
+2
|
*
[Qt] make Out-Of-Sync warning icon clickable
Jonas Schnelli
2016-08-26
1
-0
/
+6
*
|
Do not shadow in src/qt
Pavel Janík
2016-09-23
1
-22
/
+22
|
/
*
[Qt] add HD enabled/disabled icon to the status bar
Jonas Schnelli
2016-08-19
1
-0
/
+6
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Disallow duplicate windows.
Casey Rodarmor
2015-09-04
1
-8
/
+13
*
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-31
1
-14
/
+15
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-4
/
+4
*
GUI: Display label rather than address on popups
Luke Dashjr
2015-03-06
1
-3
/
+5
*
Adopt style colour for button icons
Luke Dashjr
2014-12-27
1
-1
/
+2
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
1
-0
/
+1
*
qt: Move transaction notification to transaction table model
Wladimir J. van der Laan
2014-10-28
1
-1
/
+3
*
qt: Register CAmount metatype
Wladimir J. van der Laan
2014-10-01
1
-1
/
+1
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-1
/
+1
*
[Qt] Prevent balloon-spam after rescan
Cozz Lovan
2014-07-18
1
-1
/
+1
*
[Qt] rescan progress
Cozz Lovan
2014-04-02
1
-0
/
+27
*
[Qt] small notificator and style changes
Philip Kaufmann
2013-12-03
1
-2
/
+2
*
[Qt] remove GUIUtil::getSaveFileName() default arguments
Philip Kaufmann
2013-11-11
1
-1
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-11
/
+15
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-6
/
+4
*
transactionview: add message() signal
Philip Kaufmann
2013-10-30
1
-1
/
+3
*
walletview: clarify 2 comments
Philip Kaufmann
2013-10-27
1
-2
/
+2
*
walletview: make backupWallet() use GUIUtil::getSaveFileName()
Philip Kaufmann
2013-10-27
1
-19
/
+14
*
qt: clean up signal handling in walletframe/walletview
Wladimir J. van der Laan
2013-10-27
1
-24
/
+29
*
Merge pull request #3144 from Diapolo/message_sendcoinsdialog
Wladimir J. van der Laan
2013-10-25
1
-14
/
+12
|
\
|
*
allow emit message() in sendcoinsdialog and walletview
Philip Kaufmann
2013-10-25
1
-14
/
+12
*
|
qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui object
Wladimir J. van der Laan
2013-10-25
1
-2
/
+2
*
|
[Qt] additional small fix for #3099 (new receive flow)
Philip Kaufmann
2013-10-25
1
-2
/
+0
|
/
*
qt: rework "receive coins" workflow
Wladimir J. van der Laan
2013-10-23
1
-17
/
+24
*
qt: remove awkward way of setting GUI pages
Wladimir J. van der Laan
2013-10-19
1
-7
/
+5
*
qt: merge walletstack and walletframe
Wladimir J. van der Laan
2013-10-18
1
-12
/
+11
*
Bitcoin-Qt: tweak Qt walletXXX.cpp/h code
Philip Kaufmann
2013-08-23
1
-1
/
+2
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-2
/
+2
[next]