aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
AgeCommit message (Expand)Author
2012-10-20Move external block import to separate threadPieter Wuille
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
2012-09-21comment update: it's -> itsWladimir J. van der Laan
2012-08-29Qt: re-order GUI codePhilip Kaufmann
2012-08-29remove FIRST_CLASS_MESSAGING support from the clientPhilip Kaufmann
2012-08-29Update string for Show/Hide in the trayPhilip Kaufmann
2012-08-24Override progress bar on platforms with segmented progress barsWladimir J. van der Laan
2012-08-23Add icon for "About Qt" in menuWladimir J. van der Laan
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-17small update for BitcoinGUI::setNumBlocks() functionPhilip Kaufmann
2012-07-14Merge pull request #1592 from Diapolo/Qt_WindowTitleWladimir J. van der Laan
2012-07-13change Window title to "Bitcoin - Wallet" / misc related renamesPhilip Kaufmann
2012-07-13when on testnet, set testnet icon for about dialogPhilip Kaufmann
2012-07-08replace some ugly code in addressbookpage.cppPhilip Kaufmann
2012-07-07Merge pull request #1469 from Diapolo/signverifymessagedialogWladimir J. van der Laan
2012-07-06update QRCodeDialogPhilip Kaufmann
2012-07-06GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann
2012-06-14Merge pull request #1459 from laanwj/2012_06_trayiconmenuWladimir J. van der Laan
2012-06-14Reorganize tray icon menu into more logical orderWladimir J. van der Laan
2012-06-14URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann
2012-06-12merge toggleHidden() code into showNormalIfMinimized() to extend the function...Philip Kaufmann
2012-06-01change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...Philip Kaufmann
2012-05-22Remove duplicate behavior on MacOSXWladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-05-17Merge pull request #1314 from Diapolo/Wallet_Transaction_state_OverviewpageWladimir J. van der Laan
2012-05-17add 2 labels to the overviewpage that display Wallet and Transaction status (...Philip Kaufmann
2012-05-17Add icon for debug windowWladimir J. van der Laan
2012-05-14Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan
2012-05-12When a transaction is clicked on overview page, focus it on history pageWladimir J. van der Laan
2012-05-12Correct DateFordy
2012-05-12Correct DateFordy
2012-05-12Add a menu option to verify a signed messagesje397
2012-05-11add calls to qApp->setWindowIcon(), to remove the need to set window icons fo...Philip Kaufmann
2012-05-10Merge pull request #1204 from Diapolo/messagepage_focus_placeholderWladimir J. van der Laan
2012-05-10Merge pull request #1090 from laanwj/2012_04_wraptooltipsWladimir J. van der Laan
2012-05-10Merge pull request #1238 from Diapolo/trayWladimir J. van der Laan
2012-05-10add placeholder text to address field (like in sendcoins) and set focus to ad...Philip Kaufmann
2012-05-09Show testnet icon for tray-menu option Show/Hide / set tooltip for tray icon ...Philip Kaufmann
2012-05-09add Debug window to tray-menu / switch sendCoinsAction and receiveCoinsAction...Philip Kaufmann
2012-05-09harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan
2012-05-05Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan
2012-04-16Merge pull request #1091 from Diapolo/GUI-BlockDLWladimir J. van der Laan
2012-04-13Merge pull request #1089 from laanwj/2012_04_translationupdateWladimir J. van der Laan
2012-04-14Update translations for bitcoin coreWladimir J. van der Laan
2012-04-14Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan
2012-04-13revert to default OS theme for progressbar / fix small glitches in bitcoingui...Philip Kaufmann
2012-04-12Fix OSX build errors.Gavin Andresen