aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.cpp
AgeCommit message (Expand)Author
2018-12-30qt: Use GUIUtil::bringToFront where possibleJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-04-12Add cancel button to rescan progress dialogAndrew Chow
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky
2018-03-26Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli
2018-03-06Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr
2018-03-01[qt] navigate to transaction history page after sendSjors Provoost
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-02Avoid NULL pointer dereference when _walletModel is NULL (which is valid)practicalswift
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-09-23Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli
2016-09-23[Qt] modalinfolayer: removed unused comments, renamed signal, code style over...Jonas Schnelli
2016-09-23Do not shadow in src/qtPavel Janík
2016-08-26[Qt] make Out-Of-Sync warning icon clickableJonas Schnelli
2016-08-19[Qt] add HD enabled/disabled icon to the status barJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-09-04Disallow duplicate windows.Casey Rodarmor
2015-07-31qt: Introduce PlatformStyleWladimir J. van der Laan
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-03-06GUI: Display label rather than address on popupsLuke Dashjr
2014-12-27Adopt style colour for button iconsLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-10-28qt: Move transaction notification to transaction table modelWladimir J. van der Laan
2014-10-01qt: Register CAmount metatypeWladimir J. van der Laan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-07-18[Qt] Prevent balloon-spam after rescanCozz Lovan
2014-04-02[Qt] rescan progressCozz Lovan
2013-12-03[Qt] small notificator and style changesPhilip Kaufmann
2013-11-11[Qt] remove GUIUtil::getSaveFileName() default argumentsPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-30transactionview: add message() signalPhilip Kaufmann
2013-10-27walletview: clarify 2 commentsPhilip Kaufmann
2013-10-27walletview: make backupWallet() use GUIUtil::getSaveFileName()Philip Kaufmann
2013-10-27qt: clean up signal handling in walletframe/walletviewWladimir J. van der Laan
2013-10-25Merge pull request #3144 from Diapolo/message_sendcoinsdialogWladimir J. van der Laan
2013-10-25qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui objectWladimir J. van der Laan
2013-10-25[Qt] additional small fix for #3099 (new receive flow)Philip Kaufmann
2013-10-25allow emit message() in sendcoinsdialog and walletviewPhilip Kaufmann
2013-10-23qt: rework "receive coins" workflowWladimir J. van der Laan
2013-10-19qt: remove awkward way of setting GUI pagesWladimir J. van der Laan
2013-10-18qt: merge walletstack and walletframeWladimir J. van der Laan
2013-08-23Bitcoin-Qt: tweak Qt walletXXX.cpp/h codePhilip Kaufmann