aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-1/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Drop upgrade-cancel callback registration for a generic "resumeable"Matt Corallo2017-08-201-5/+5
* [Qt] allow to execute a callback during splashscreen progressJonas Schnelli2017-06-291-0/+3
* Remove unnecessary forward class declarations in header filespracticalswift2017-06-121-2/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+3
|\
| * Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen2016-10-241-0/+3
* | [wallet] Add high transaction fee warningsMarcoFalke2016-09-261-0/+2
|/
* Do not ask a UI question from bitcoindPieter Wuille2016-06-241-0/+3
* Report reindexing progress in GUIPieter Wuille2016-05-171-0/+3
* [ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke2016-04-021-0/+8
* Update alert notification and GUIBtcDrak2016-03-181-3/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli2015-11-301-1/+2
* [Qt] add ui signal for banlist changesJonas Schnelli2015-09-161-0/+3
* Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-13/+0
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...Mark Friedenbach2014-10-171-0/+3
* Merge pull request #4779Wladimir J. van der Laan2014-09-011-1/+1
|\
| * add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* | Create new signal for notification of new blocks. Use w/ -blocknotifyJeff Garzik2014-08-141-0/+3
* | ui_interface: remove unused NotifyBlocksChanged signalJeff Garzik2014-08-141-3/+0
|/
* Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan2014-07-211-2/+1
* qt: Ignore showNormalIfMinimized in initialization or shutdownWladimir J. van der Laan2014-07-141-2/+0
* UI to alert of respend attempt affecting wallet.Tom Harding2014-06-271-1/+2
* VerifyDB progressCozz Lovan2014-06-031-0/+3
* [Qt] rescan progressCozz Lovan2014-04-021-0/+3
* Merge pull request #3427Wladimir J. van der Laan2013-12-231-0/+2
|\
| * qt: Prevent non-functional GUI from popping up during InitWladimir J. van der Laan2013-12-161-0/+2
* | Remove ui_interface ThreadSafeAskFee residueWladimir J. van der Laan2013-12-181-3/+0
* | Remove unused ThreadSafeHandleURI from ui_interfaceWladimir J. van der Laan2013-12-141-3/+0
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+5
* Have Qt poll for shutdown requested, the QT way.Gavin Andresen2013-04-031-3/+0
* Improve block database load error reportingPieter Wuille2013-02-171-1/+1
* rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann2012-12-041-1/+1
* remove unneeded flag from MSG_INFORMATION and fix an indentationPhilip Kaufmann2012-12-041-1/+1
* update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann2012-11-261-29/+37
* Add Bitcoin dev CopyrightMichael Ford2012-06-251-0/+1
* Update commentsMichael Ford2012-06-251-2/+2
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Make testcases build, prevent windows symbol collisionWladimir J. van der Laan2012-05-201-33/+33
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-54/+73
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-2/+37
|/
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-1/+1
* Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan2012-04-041-0/+50