aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* use new message() function in BitcoinGUIPhilip Kaufmann2012-12-031-30/+30
* Bitcoin-Qt: remove obsolete modal flag from GUI APIsPhilip Kaufmann2012-12-031-4/+4
* split of createTrayIconMenu() from createTrayIcon() in BitcoinGUIPhilip Kaufmann2012-11-271-8/+21
* update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann2012-11-261-11/+47
* Fix status text after reindexPieter Wuille2012-11-101-0/+2
* Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille2012-11-091-4/+16
* Merge pull request #1830 from Diapolo/trans_rem_spacesWladimir J. van der Laan2012-11-041-5/+3
|\
| * fix some double-spaces in stringsPhilip Kaufmann2012-10-251-5/+3
* | Bitcoin-Qt: use statustips in addition to tooltipsPhilip Kaufmann2012-10-311-15/+43
|/
* Show warning when using prerelease versionWladimir J. van der Laan2012-10-251-22/+9
* Move external block import to separate threadPieter Wuille2012-10-201-2/+2
* enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-10/+10
* comment update: it's -> itsWladimir J. van der Laan2012-09-211-1/+1
* Qt: re-order GUI codePhilip Kaufmann2012-08-291-33/+26
* remove FIRST_CLASS_MESSAGING support from the clientPhilip Kaufmann2012-08-291-42/+0
* Update string for Show/Hide in the trayPhilip Kaufmann2012-08-291-3/+2
* Override progress bar on platforms with segmented progress barsWladimir J. van der Laan2012-08-241-0/+10
* Add icon for "About Qt" in menuWladimir J. van der Laan2012-08-231-1/+1
* Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-011-1/+1
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
* small update for BitcoinGUI::setNumBlocks() functionPhilip Kaufmann2012-07-171-15/+14
* Merge pull request #1592 from Diapolo/Qt_WindowTitleWladimir J. van der Laan2012-07-141-3/+2
|\
| * change Window title to "Bitcoin - Wallet" / misc related renamesPhilip Kaufmann2012-07-131-3/+2
* | when on testnet, set testnet icon for about dialogPhilip Kaufmann2012-07-131-0/+3
|/
* replace some ugly code in addressbookpage.cppPhilip Kaufmann2012-07-081-0/+5
* Merge pull request #1469 from Diapolo/signverifymessagedialogWladimir J. van der Laan2012-07-071-30/+56
|\
| * GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann2012-07-061-30/+56
* | update QRCodeDialogPhilip Kaufmann2012-07-061-0/+2
|/
* Merge pull request #1459 from laanwj/2012_06_trayiconmenuWladimir J. van der Laan2012-06-141-5/+5
|\
| * Reorganize tray icon menu into more logical orderWladimir J. van der Laan2012-06-141-5/+5
* | URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann2012-06-141-6/+17
|/
* merge toggleHidden() code into showNormalIfMinimized() to extend the function...Philip Kaufmann2012-06-121-28/+22
* change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...Philip Kaufmann2012-06-011-1/+1
* Remove duplicate behavior on MacOSXWladimir J. van der Laan2012-05-221-1/+0
* Fine-grained UI updatesWladimir J. van der Laan2012-05-201-5/+4
* change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-4/+4
* Merge pull request #1314 from Diapolo/Wallet_Transaction_state_OverviewpageWladimir J. van der Laan2012-05-171-0/+4
|\
| * add 2 labels to the overviewpage that display Wallet and Transaction status (...Philip Kaufmann2012-05-171-0/+4
* | Add icon for debug windowWladimir J. van der Laan2012-05-171-1/+1
|/
* Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan2012-05-141-0/+13
|\
| * Add a menu option to verify a signed messagesje3972012-05-121-0/+13
* | When a transaction is clicked on overview page, focus it on history pageWladimir J. van der Laan2012-05-121-0/+1
* | Correct DateFordy2012-05-121-1/+1
* | Correct DateFordy2012-05-121-1/+1
* | add calls to qApp->setWindowIcon(), to remove the need to set window icons fo...Philip Kaufmann2012-05-111-0/+2
|/
* Merge pull request #1204 from Diapolo/messagepage_focus_placeholderWladimir J. van der Laan2012-05-101-8/+4
|\
| * add placeholder text to address field (like in sendcoins) and set focus to ad...Philip Kaufmann2012-05-101-8/+4
* | Merge pull request #1090 from laanwj/2012_04_wraptooltipsWladimir J. van der Laan2012-05-101-3/+6
|\ \
| * | Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan2012-05-051-3/+6
* | | Merge pull request #1238 from Diapolo/trayWladimir J. van der Laan2012-05-101-1/+2
|\ \ \ | |_|/ |/| |