167 Commits (578fc800039a99f07c0eb9e256519598a1c9dd27)

Author SHA1 Message Date
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Pieter Wuille 66b02c93e6 Move external block import to separate thread 12 years ago
Philip Kaufmann 81605d90f5 enhance Qt5 compatibility 12 years ago
Wladimir J. van der Laan 3ccbaa56f4 comment update: it's -> its 12 years ago
Philip Kaufmann 382e9e25ff Qt: re-order GUI code 12 years ago
Philip Kaufmann 5fc3a0f707 remove FIRST_CLASS_MESSAGING support from the client 12 years ago
Philip Kaufmann e273c51287 Update string for Show/Hide in the tray 12 years ago
Wladimir J. van der Laan 382b75f528 Override progress bar on platforms with segmented progress bars 12 years ago
Wladimir J. van der Laan 05fa0de6d8 Add icon for "About Qt" in menu 12 years ago
Luke Dashjr b49f1398a1 Bugfix: Correct English grammar regarding "'s" 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Philip Kaufmann ce2f66d9bf small update for BitcoinGUI::setNumBlocks() function 12 years ago
Philip Kaufmann b9a33a61a0 change Window title to "Bitcoin - Wallet" / misc related renames 12 years ago
Philip Kaufmann 56d673675d when on testnet, set testnet icon for about dialog 12 years ago
Philip Kaufmann ddadf791f1 replace some ugly code in addressbookpage.cpp 12 years ago
Philip Kaufmann 5c83f797c5 update QRCodeDialog 12 years ago
Philip Kaufmann 47894585ae GUI: merge sign/verify message into a single window with tabbed UI 12 years ago
Wladimir J. van der Laan f5f2d7410d Reorganize tray icon menu into more logical order 13 years ago
Philip Kaufmann 93b7af3099 URI-handling code update: added safety checks and tray-notifications 13 years ago
Philip Kaufmann d2e6dd6c99 merge toggleHidden() code into showNormalIfMinimized() to extend the functionality, but keep a simpler toggleHidden() for use in SLOT() macro 13 years ago
Philip Kaufmann 8103b0bb62 change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check 13 years ago
Wladimir J. van der Laan b06f9c1364 Remove duplicate behavior on MacOSX 13 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 13 years ago
Philip Kaufmann ff0ee876bb change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
Philip Kaufmann c26f3a9bd1 add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current) / cleanup overviewpage XML ui-file 13 years ago
Wladimir J. van der Laan 8ece75aee1 Add icon for debug window 13 years ago
Wladimir J. van der Laan 3ef1f41550 When a transaction is clicked on overview page, focus it on history page 13 years ago
Fordy 46667ba3e4 Correct Date 13 years ago
Fordy 8bb9660baa Correct Date 13 years ago
sje397 0c587936c7 Add a menu option to verify a signed message 13 years ago
Philip Kaufmann 37244c2f7f add calls to qApp->setWindowIcon(), to remove the need to set window icons for testnet with additional calls 13 years ago
Philip Kaufmann 840470ec79 add placeholder text to address field (like in sendcoins) and set focus to address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog" 13 years ago
Philip Kaufmann 2abbe5fc88 Show testnet icon for tray-menu option Show/Hide / set tooltip for tray icon to match non-testnet text (just [testnet] added) / remove obsolete title_testnet variable' 13 years ago
Philip Kaufmann 1ad3b7d5c0 add Debug window to tray-menu / switch sendCoinsAction and receiveCoinsAction in tray to match button ordering in the client window 13 years ago
Philip Kaufmann 50a3855082 harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative 13 years ago
Wladimir J. van der Laan 460c51fdad Add UI RPC console / debug window 13 years ago
Wladimir J. van der Laan 3793fa09ff Allow Qt to wrap long tooltips (fixes #1063) 13 years ago
Wladimir J. van der Laan 3fddc8effc Update translations for bitcoin core 13 years ago
Wladimir J. van der Laan b970067298 Do not show green tick unless all known blocks are downloaded (fixes #921) 13 years ago
Philip Kaufmann e72c6a1830 revert to default OS theme for progressbar / fix small glitches in bitcoingui.cpp 13 years ago
Gavin Andresen 940e22fd81 Fix OSX build errors. 13 years ago
sje397 86d5634941 Toggle main window hide on tray icon click 13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 98e6175874 Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer. 13 years ago
Philip Kaufmann 853a4a81b3 clarified comment why we use an own progressbar style / included "~" in the tr() call 13 years ago
Philip Kaufmann ec9a4904f3 changed percentage done in tooltip to float to be more precise / allowed plurals in translation for "x block(s) remaining" 13 years ago
Philip Kaufmann a7a69cd07a polished code and fixed progress display (was very jerky at the end of a sync) 13 years ago
Philip Kaufmann e9de46c436 color update for progress bar 13 years ago
Philip Kaufmann c7c0c93172 implemented OS independent progress bar style / moved one-time functions used on the bar to a better code location 13 years ago