1064 Commits (71f97ea2a71471f383b7e78ce57eb76a76c5c933)

Author SHA1 Message Date
Philip Kaufmann aab1f950aa small translation-file handling / loading changes and re-work comments to be clearer 13 years ago
Wladimir J. van der Laan 6974aff668 Fix critical UI performance issue (#1154) 13 years ago
Pieter Wuille 83743ed681 Make lsn_reset ("detach databases") optional and off by default. 13 years ago
Philip Kaufmann a2d0fcbe38 change button tooltip on sign message page for copy to clipboard as it was missleading 13 years ago
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 13 years ago
Wladimir J. van der Laan b6c837cbe1 Remove no-longer used UI hints in bitcoin core 13 years ago
Pieter Wuille 559fc3c610 Add missing breaks in optionmodel's switch case 13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code 13 years ago
Wladimir J. van der Laan 4941aad657 Add forgotten initializer 13 years ago
Wladimir J. van der Laan 11cd416525 fix warnings: unused variable 'XX' [-Wunused-variable] 13 years ago
Wladimir J. van der Laan 76d8170ce8 fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] 13 years ago
Wladimir J. van der Laan 87207a2e08 fix warnings: 'XX' defined as a struct here but previously declared as a class [-Wmismatched-tags] 13 years ago
Luke Dashjr 2eb665c634 Bugfix: Check that QRcode_encodeString didn't return NULL (error) 13 years ago
Wladimir J. van der Laan a7a0c7a1bf Show a message box when runaway exception happens 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
Wladimir J. van der Laan 2d67195ed2 Set label when selecting an address that already has a label. Fixes #1080. 13 years ago
Philip Kaufmann e72c6a1830 revert to default OS theme for progressbar / fix small glitches in bitcoingui.cpp 13 years ago
Wladimir J. van der Laan 6b8e7eefcc Add missing tooltip and key shortcut in settings dialog (#1088 without line break part) 13 years ago
Wladimir J. van der Laan 181400c3d5 make text in about box selectable (fixes #1055) 13 years ago
Philip Kaufmann 7261945eb5 enable wordWrap on lblQRCode / small code comment change 13 years ago
Philip Kaufmann b1a99c3a1f limit length of generated URI to 255 chars to prevent a DoS against the QR-Code dialog 13 years ago
Philip Kaufmann 1e8c62b29c updated to reflect pull-request suggestions / renamed some GUI elements 13 years ago
Philip Kaufmann 9e0dba8c17 fixed amount part of URI in QR-Codes / removed (no label) string if we have NO label / coding style updates / removed an unused variable 13 years ago
Gavin Andresen 940e22fd81 Fix OSX build errors. 13 years ago
Wladimir J. van der Laan 5ca4f13b87 by popular request, make 4th bar of connection icon green 13 years ago
Pieter Wuille a20c0d0f67 Build identification strings 13 years ago
sje397 86d5634941 Toggle main window hide on tray icon click 13 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
graingert f9781fc62e Change sign message bitcoin address tooltip to "The address to sign the message with" Closes #1050 13 years ago
Philip Kaufmann fc42e9fae2 removed an unused / obsolete tag from bitcoin.qrc 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 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 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