aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
AgeCommit message (Expand)Author
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
2012-04-11Toggle main window hide on tray icon clicksje397
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-04Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille
2012-04-04Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2012-04-03clarified comment why we use an own progressbar style / included "~" in the t...Philip Kaufmann
2012-04-03changed percentage done in tooltip to float to be more precise / allowed plur...Philip Kaufmann