Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-05 | Verify status of encrypt/decrypt calls to detect failed padding | Pieter Wuille | |
2012-04-04 | Merge pull request #1019 from laanwj/2012_03_uirefactor | Pieter Wuille | |
Streamline UI ↔ Core interface | |||
2012-04-04 | Merge pull request #1025 from Diapolo/GUI-BlockDL | Wladimir J. van der Laan | |
modified block DL progressbar to be more informative and precise | |||
2012-04-04 | Move from noui.h / ui.h to one ui_interface.h with dummy implementation for ↵ | Wladimir J. van der Laan | |
the daemon. | |||
2012-04-04 | Use a messagebox to display the error when -server is provided without ↵ | Wladimir J. van der Laan | |
providing a rpc password | |||
2012-04-04 | qtui.h/noui.h interface cleanup | Wladimir J. van der Laan | |
- rename wxMessageBox, remove redundant arguments to noui/qtui calls - also, add flag to force blocking, modal dialog box for disk space warning etc - clarify function naming - no more special MessageBox needed from AppInit2, as window object is created before calling AppInit2 | |||
2012-04-04 | support RPC stop and encryptwallet with UI | Wladimir J. van der Laan | |
2012-04-04 | move translation function _ to qtui.h/noui.h instead of util.h | Wladimir J. van der Laan | |
2012-04-04 | remove dependency on serialize.h and util.h for SecureString | Wladimir J. van der Laan | |
2012-04-04 | remove unused CalledSetStatusBar and UIThreadCall notifications | Wladimir J. van der Laan | |
2012-04-04 | Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵ | Wladimir J. van der Laan | |
instead of a timer. - Overall, this is better design - This fixes problems with the address book UI not updating when the address book is changed through RPC - Move Statusbar change detection responsibility to ClientModel | |||
2012-04-04 | Code deduplication: make function in GUIUtil to get connection type to call ↵ | Wladimir J. van der Laan | |
object slot in GUI thread with invokeMethod. | |||
2012-04-04 | move QT_PLUGINS stuff to qt main file, where it belongs | Wladimir J. van der Laan | |
2012-04-03 | Merge pull request #949 from laanwj/2012_03_vc2010compilefixes | Wladimir J. van der Laan | |
VC2010 compile fixes | |||
2012-04-03 | VC2010 compile fixes | Wladimir J. van der Laan | |
2012-04-03 | Merge pull request #934 from luke-jr/gitian_luke | Gregory Maxwell | |
Add Luke-Jr's PGP key to gitian-downloader | |||
2012-04-03 | clarified comment why we use an own progressbar style / included "~" in the ↵ | Philip Kaufmann | |
tr() call | |||
2012-04-03 | changed percentage done in tooltip to float to be more precise / allowed ↵ | Philip Kaufmann | |
plurals in translation for "x block(s) remaining" | |||
2012-04-02 | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time | Gregory Maxwell | |
Increase time ago of last block for "up to date" status from 30 to 90 minutes | |||
2012-04-02 | polished code and fixed progress display (was very jerky at the end of a sync) | Philip Kaufmann | |
2012-04-02 | color update for progress bar | Philip Kaufmann | |
2012-04-02 | implemented OS independent progress bar style / moved one-time functions ↵ | Philip Kaufmann | |
used on the bar to a better code location | |||
2012-04-02 | changed progressbar text to "~n blocks remaining" | Philip Kaufmann | |
2012-04-02 | removed relative progressbar display and moved re-worked network detection ↵ | Philip Kaufmann | |
code to setNumBlocks() | |||
2012-04-02 | modified block DL progressbar to be dynamic and more precise | Philip Kaufmann | |
2012-04-02 | Increase time ago of last block for "up to date" status from 30 to 90 minutes | Wladimir J. van der Laan | |
It was too hyperactive. gmaxwell: I mean that right now when the block gap goes over an hour it starts showing synchronizing. Increasing that to 90 minutes or so would make it only happen about 6.4 times per year | |||
2012-04-02 | Merge pull request #951 from TheBlueMatt/headerslimit | Gavin Andresen | |
Limit getheaders to a hard 2000. | |||
2012-04-02 | Merge pull request #998 from Diapolo/transactiontable | Pieter Wuille | |
removed an ugly line break in a transaction tooltip | |||
2012-04-02 | Merge pull request #1022 from Diapolo/fix#1020 | Pieter Wuille | |
fix for #1020 | |||
2012-04-02 | Merge pull request #995 from Diapolo/master | Pieter Wuille | |
fixed typo in comment in netbase.h and bignum.h | |||
2012-04-02 | Merge pull request #1006 from Diapolo/tr-tray | Pieter Wuille | |
made tray icon tooltip translatable | |||
2012-04-02 | Merge pull request #1018 from sipa/gpg | Pieter Wuille | |
Updated my GPG key | |||
2012-04-02 | Bump version to 0.6.0.99 for 0.6.1 merge window | Gavin Andresen | |
2012-04-01 | hide Delete button (only) on ReceivingTab / hide Sign message button (only) ↵ | Philip Kaufmann | |
on SendingTab | |||
2012-03-31 | Updated my GPG key | Pieter Wuille | |
2012-03-30 | fixed typo in comment in netbase.h and bignum.h | Philip Kaufmann | |
2012-03-29 | Merge branch 'master' of github.com:bitcoin/bitcoinv0.6.0rc6v0.6.0 | Gavin Andresen | |
2012-03-29 | Merge pull request #1010 from sipa/fastblocks2 | Gavin Andresen | |
Use transactions-updated as flush condition | |||
2012-03-29 | Merge pull request #1008 from gavinandresen/addrworkaround | Gavin Andresen | |
Workaround hangs when upgrading old addr.dat files | |||
2012-03-29 | Use transactions-updated as flush condition | Pieter Wuille | |
The normal checkpointing during the block chain download is reduced to every five minutes only, but forced every 200000 updated transactions. | |||
2012-03-29 | Bump version to 0.6.0rc6 | Gavin Andresen | |
2012-03-29 | Workaround hangs when upgrading old addr.dat files | Gavin Andresen | |
2012-03-29 | Merge pull request #1007 from gavinandresen/log_auto_remove | Gavin Andresen | |
Auto-remove logs, and decrease logfile size to 10M | |||
2012-03-29 | Merge pull request #996 from Diapolo/tx-lang-upd | Gavin Andresen | |
update translations from transifex | |||
2012-03-29 | Auto-remove logs, and decrease logfile size to 10M | Gavin Andresen | |
2012-03-29 | made tray icon tooltip translatable | Philip Kaufmann | |
2012-03-27 | removed an ugly line break in a transaction tooltip for case ↵ | Philip Kaufmann | |
TransactionStatus::Mature | |||
2012-03-27 | update translations from transifex | Philip Kaufmann | |
2012-03-26 | Update version to 60005 (0.6.0rc5)v0.6.0rc5 | Gavin Andresen | |
2012-03-26 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |