133 Commits (8bb9660baaa26aacdb2889686d3d718d162a853e)

Author SHA1 Message Date
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Wladimir J. van der Laan d934e7e3dd Make "Quit" menu saner 13 years ago
Janne Pulkkinen a1ef0d19b1 Removing the if statement entirely - not needed. 13 years ago
Janne Pulkkinen 609acbf43d Send Coins page not cleared when changing tabs. Clear all button for clearing the entries 13 years ago
Wladimir J. van der Laan 83312d7c6c remove transparency effect and windows-specific code for now, it's not working as supposed 13 years ago
Wladimir J. van der Laan d33cc2b5e3 clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks 13 years ago
Janne Pulkkinen 78b3bf56f7 The synchronization progress bar now compares the amount of total blocks to amount of blocks downloaded at application start-up. Could be probably implemented better. 13 years ago
Wladimir J. van der Laan f077d1ad62 fix the build (moved code use 'this' instead of 'window') 13 years ago
Janne Pulkkinen 94723e27ad Pull request #21: windows fixes/cleanup by Matoking 13 years ago
Wladimir J. van der Laan cf9195c808 (k)ubuntu 10.04+ notification support (based on @zwierzak his code) 13 years ago
Wladimir J. van der Laan 6c85cbecf1 comments and readme update 13 years ago
Wladimir J. van der Laan b7bcaf940d Wallet encryption part 2: ask passphrase when needed, add menu options 13 years ago
Misbakh-Soloviev Vadim A 3f0816e3d9 add russian translation and add unicode compatibility (merges pull request #20) 13 years ago
Wladimir J. van der Laan ae8adeb90a Wallet encryption part 1: show wallet encryption status 13 years ago
Wladimir J. van der Laan b0849613bf QtUI code cleanup / comment improvements 13 years ago
Wladimir J. van der Laan 856aacf388 don't include <QDebug> 13 years ago
Wladimir J. van der Laan db7f023417 Accept "bitcoin:" URL drops from browsers 13 years ago
Wladimir J. van der Laan 00f4f8d54c speling fix 13 years ago
Wladimir J. van der Laan 2351a3fc9f minimize amount of text in status bar; show only icons, if the user wants explanation they can view the tooltip 13 years ago
Wladimir J. van der Laan 1b39201966 when clicking a transaction on the overview page, send the user to the transactions page 13 years ago
Wladimir J. van der Laan ee014e5b10 Full support for other units, add configuration option for default unit (used when displaying amounts) 13 years ago
Wladimir J. van der Laan 7df001be94 normalize SIGNAL/SLOT signatures (http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/) 13 years ago
Wladimir J. van der Laan e285ffcd05 preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue 13 years ago
Wladimir J. van der Laan 591dcaf681 improve tooltip texts 13 years ago
Wladimir J. van der Laan a75e1e3292 Fix "Last received block was generated Up to date" 13 years ago
Wladimir J. van der Laan 8dcffd4d07 show rotating spinner when block download out of date, tick otherwise 13 years ago
Wladimir J. van der Laan 5df0b03c95 make initial block download reporting somewhat better by tracking version responses 13 years ago
Wladimir J. van der Laan 9958e09dbc Revert "Now that send coins / receive coins etc are tabs, remove them from menu, and reorganize menu bar" 13 years ago
Wladimir J. van der Laan ea37fb9187 Now that send coins / receive coins etc are tabs, remove them from menu, and reorganize menu bar 13 years ago
Wladimir J. van der Laan 77b615ceba solve warnings at startup 13 years ago
Wladimir J. van der Laan 4a843976e0 also show balloon on sent transaction, to notify when coins sent 13 years ago
Wladimir J. van der Laan df5ccbd2b2 Show unconfirmed balance on overview page 13 years ago
Wladimir J. van der Laan eee0d2391c Make tooltip on refresh more clear 13 years ago
Wladimir J. van der Laan f54d59ba4a add export functionality for address book / receiving addresses 13 years ago
Wladimir J. van der Laan 51d7cc07f1 Add context menu on transaction list: copy label, copy address, edit label, show details 13 years ago
Wladimir J. van der Laan 83b8237046 forgot synced icons 13 years ago
Wladimir J. van der Laan 84c8506e90 Display a "freshness" indicator instead of nr of blocks 13 years ago
Wladimir J. van der Laan 0002bdddfa add [testnet] to whatever the current window title is 13 years ago
Wladimir J. van der Laan 3479849dc4 convert to full tab-based ui 13 years ago
Wladimir J. van der Laan fbaee7a853 Export functionality for transaction list 13 years ago
Wladimir J. van der Laan d52a0f3bca Rename "History" tab to more logical "Transactions", move "Number of transactions" from status bar to overview page 13 years ago
Wladimir J. van der Laan fac047480d minor language/text updates 13 years ago
Wladimir J. van der Laan 64c8b69948 tab reorg phase 1: split main gui into "overview" and "history" 13 years ago
Wladimir J. van der Laan 825aa7d8d8 make balance selectable / copyable 13 years ago
Wladimir J. van der Laan bb82fdb543 "Receive coins" instead of "Receiving addresses" 13 years ago
Wladimir J. van der Laan e5b47b4328 Remove "default address" from main GUI screen, it only confuses people 13 years ago
Wladimir J. van der Laan 0052fe7bbc General cleanups 13 years ago
Wladimir J. van der Laan d61b7d13e4 Add "receiving addresses" to toolbar 13 years ago
Wladimir J. van der Laan d56c6f312c Make it very clear when on testnet (green icon, add [testnet] to title) 13 years ago
Wladimir J. van der Laan ef079e183b Split off WalletModel from ClientModel, to be able to support multi-wallets in future 13 years ago