148 Commits (6e3a1a374293a8a5adeb2ad464f7205e819585ee)

Author SHA1 Message Date
Wladimir J. van der Laan f5f2d7410d Reorganize tray icon menu into more logical order 12 years ago
Philip Kaufmann 93b7af3099 URI-handling code update: added safety checks and tray-notifications 12 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
Philip Kaufmann 5519660a0d changed progressbar text to "~n blocks remaining" 13 years ago
Philip Kaufmann 068ed1e838 removed relative progressbar display and moved re-worked network detection code to setNumBlocks() 13 years ago
Philip Kaufmann 9ceae8acea modified block DL progressbar to be dynamic and more precise 13 years ago
Wladimir J. van der Laan 2675fe6218 Increase time ago of last block for "up to date" status from 30 to 90 minutes 13 years ago
Philip Kaufmann 3d1d5fafc1 made tray icon tooltip translatable 13 years ago
Philip Kaufmann 4004b9a40b make sure Window is shown when clicking bitcoin: Links to get user attention 13 years ago
Wladimir J. van der Laan 08ed96d856 Yet another attempt at implementing "minimize to tray" that works on all OSes 13 years ago
Pieter Wuille 88c41c43ea Move 'Backup Wallet' to file menu 13 years ago
Wladimir J. van der Laan 71ba9abba6 In UI, handle cases in which the last received block was generated in the future (secs<0) 13 years ago
Wladimir J. van der Laan 27a0ed8a0a Hide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu) 13 years ago
Wladimir J. van der Laan 17690ea5a7 Do show/showNormal only when needed. 13 years ago
Wladimir J. van der Laan 83d1d1a906 Hide window from taskbar when "minimize to tray" active by making window into Tool window 13 years ago
Wladimir J. van der Laan 23b3cf9d10 Restructure IPC URL handling (fixes #851) 13 years ago
sje397 4efbda3f25 Added 'Backup Wallet' menu option 13 years ago
Wladimir J. van der Laan d27b4576f3 Add export action to file menu (as long as we have a file menu, export certainly should be there) 13 years ago
Janne Pulkkinen 6af93ee2ea Fix Minimize to the tray instead of the taskbar 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago