39 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Philip Kaufmann 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log 11 years ago
Philip Kaufmann 4881353efe rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks() 11 years ago
Philip Kaufmann 87dd6035e5 Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state 11 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Pieter Wuille 9f2467ad62 Transactions-based verification progress 11 years ago
Philip Kaufmann 3675588a30 Bitcoin-Qt: remove obsolete modal flag from GUI APIs 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
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 41c6b8abc6 add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 12 years ago
Philip Kaufmann d2f7778cc7 add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order 12 years ago
Wladimir J. van der Laan 460c51fdad Add UI RPC console / debug window 12 years ago
Pieter Wuille a20c0d0f67 Build identification strings 12 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 12 years ago
Wladimir J. van der Laan 98e6175874 Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer. 12 years ago
Matt Corallo 7ca47cece7 Fix status bar not displaying Alerts. 13 years ago
Wladimir J. van der Laan af836ad588 Improve documentation for UI classes 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 b0849613bf QtUI code cleanup / comment improvements 13 years ago
Wladimir J. van der Laan 3b59297b36 Remove no longer valid comment 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 5df0b03c95 make initial block download reporting somewhat better by tracking version responses 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 0052fe7bbc General cleanups 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
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Wladimir J. van der Laan 38deedc1b5 allow adding address to address book in send dialog 13 years ago
Wladimir J. van der Laan b9e80983a5 Allow changing default address (fixes issue #6) 13 years ago
Wladimir J. van der Laan 6cab66354d On initial block chain download, show a progress bar 13 years ago
Wladimir J. van der Laan 7df70c000a Prevent notification balloon-spam on initial block download, const-correctness in client model 13 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 13 years ago
Wladimir J. van der Laan 467c31ea0a show messages from core/net thread 13 years ago
Wladimir J. van der Laan 2547f1f7e5 create new address from main gui, move address book model to client model 13 years ago
Wladimir J. van der Laan 9d9a4e874d support incremental wallet updates 13 years ago
Wladimir J. van der Laan 968d55aafa move getTransactionFee to OptionsModel 13 years ago
Wladimir J. van der Laan 92f20d53fb implement options model, show current options in options dialog 13 years ago
Wladimir J. van der Laan 6630c1cbf5 sending support 13 years ago
Wladimir J. van der Laan dd8e82f797 fix balance display, display number of transactions 13 years ago
Wladimir J. van der Laan 18cab09a95 core initialisation, client model binding 13 years ago