1399 Commits (429039d45d1af9cfda9e706d4ac8f1a144ed66d4)

Author SHA1 Message Date
Pieter Wuille 092631f0ba Condition variable for outbound connection slots 13 years ago
Pieter Wuille 712fd182b7 Locking system overhaul, add condition variables 13 years ago
Wladimir J. van der Laan 5cccb13dad Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 13 years ago
Wladimir J. van der Laan 5a60b66a9d Use a messagebox to display the error when -server is provided without providing a rpc password 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 1a3f0da922 support RPC stop and encryptwallet with UI 13 years ago
Wladimir J. van der Laan 5d7cebdadc move translation function _ to qtui.h/noui.h instead of util.h 13 years ago
Wladimir J. van der Laan 6cb6d62347 remove dependency on serialize.h and util.h for SecureString 13 years ago
Wladimir J. van der Laan f0b5e9e116 remove unused CalledSetStatusBar and UIThreadCall notifications 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 75b6323200 remove HTML code around "Wallet" (displayed on overview page) and use Qt tags for font settings 13 years ago
Wladimir J. van der Laan 7e7bcce2d9 Code deduplication: make function in GUIUtil to get connection type to call object slot in GUI thread 13 years ago
Wladimir J. van der Laan 55f69a4700 move QT_PLUGINS stuff to qt main file, where it belongs 13 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 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
Gavin Andresen f3da2a88c9 Bump version to 0.6.0.99 for 0.6.1 merge window 13 years ago
Philip Kaufmann b5271c8861 hide Delete button (only) on ReceivingTab / hide Sign message button (only) on SendingTab 13 years ago
Philip Kaufmann 7e05b97229 fixed typo in comment in netbase.h and bignum.h 13 years ago
Pieter Wuille 25c5eca893 Use transactions-updated as flush condition 13 years ago
Gavin Andresen f3f9da868e Bump version to 0.6.0rc6 13 years ago
Gavin Andresen 6293a9f87f Workaround hangs when upgrading old addr.dat files 13 years ago
Gavin Andresen 9f18347034 Auto-remove logs, and decrease logfile size to 10M 13 years ago
Philip Kaufmann 3d1d5fafc1 made tray icon tooltip translatable 13 years ago
Philip Kaufmann 0b637e0b86 removed an ugly line break in a transaction tooltip for case TransactionStatus::Mature 13 years ago
Philip Kaufmann 7b2eecd428 update translations from transifex 13 years ago
Gavin Andresen 8d29329f93 Update version to 60005 (0.6.0rc5) 13 years ago
Pieter Wuille 53cb1a49e7 Use erase instead of rewrite to remove old addr entries 13 years ago
Gavin Andresen 7b90edb5a6 Disable bitcoin: URI handling on Windows for the 0.6 release 13 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 13 years ago
Philip Kaufmann 4004b9a40b make sure Window is shown when clicking bitcoin: Links to get user attention 13 years ago
Pieter Wuille bf1afb02ca Give DNS seeds a random age between 3 and 7 days old 13 years ago
Wladimir J. van der Laan a6aee96c7e remove unused functions from util.h/util.cpp 13 years ago
Pieter Wuille 439e1497e1 Introduce explicit -walletupgrade option 13 years ago
Pieter Wuille ef12c2184d Check minversion before loading the rest of the wallet 13 years ago
Pieter Wuille 4538e45c46 Add -checklevel and improve -checkblocks 13 years ago
Gavin Andresen 8f188ece3c Remove -bip16 and -paytoscripthashtime command-line arguments 13 years ago
Wladimir J. van der Laan 4a43dfbf3e replace call to PrintConsole with call to error() 13 years ago
Pieter Wuille a1a0469f91 More debug output for failed reorganizations 13 years ago
Michael 246c20e8a9 Correct date 13 years ago
Pieter Wuille 0aa89c08ff Prevent stuck block download in large reorganisations 13 years ago
Pieter Wuille 89516bd4e0 Speed up block downloading 13 years ago
Pierre Pronchery 7868808b2f Avoid some pointless warnings while compiling 13 years ago