aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-08-20Drop upgrade-cancel callback registration for a generic "resumeable"Matt Corallo
2017-06-29[Qt] allow to execute a callback during splashscreen progressJonas Schnelli
2017-06-12Remove unnecessary forward class declarations in header filespracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-10-24Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen
2016-09-26[wallet] Add high transaction fee warningsMarcoFalke
2016-06-24Do not ask a UI question from bitcoindPieter Wuille
2016-05-17Report reindexing progress in GUIPieter Wuille
2016-04-02[ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke
2016-03-18Update alert notification and GUIBtcDrak
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-30NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli
2015-09-16[Qt] add ui signal for banlist changesJonas Schnelli
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-17Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...Mark Friedenbach
2014-09-01Merge pull request #4779Wladimir J. van der Laan
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-14Create new signal for notification of new blocks. Use w/ -blocknotifyJeff Garzik
2014-08-14ui_interface: remove unused NotifyBlocksChanged signalJeff Garzik
2014-07-21Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan
2014-07-14qt: Ignore showNormalIfMinimized in initialization or shutdownWladimir J. van der Laan
2014-06-27UI to alert of respend attempt affecting wallet.Tom Harding
2014-06-03VerifyDB progressCozz Lovan
2014-04-02[Qt] rescan progressCozz Lovan
2013-12-23Merge pull request #3427Wladimir J. van der Laan
2013-12-18Remove ui_interface ThreadSafeAskFee residueWladimir J. van der Laan
2013-12-16qt: Prevent non-functional GUI from popping up during InitWladimir J. van der Laan
2013-12-14Remove unused ThreadSafeHandleURI from ui_interfaceWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-04-03Have Qt poll for shutdown requested, the QT way.Gavin Andresen
2013-02-17Improve block database load error reportingPieter Wuille
2012-12-04rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann
2012-12-04remove unneeded flag from MSG_INFORMATION and fix an indentationPhilip Kaufmann
2012-11-26update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann
2012-06-25Add Bitcoin dev CopyrightMichael Ford
2012-06-25Update commentsMichael Ford
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Make testcases build, prevent windows symbol collisionWladimir J. van der Laan
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-18Update License in File HeadersFordy
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan