Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | update translation files (fetched from Transifex) and remove translation for ↵ | Philip Kaufmann | |
fr_FR, which was removed / renamed on TX | |||
2012-06-13 | Merge pull request #1433 from Diapolo/tabbed_optionsdialog | Wladimir J. van der Laan | |
GUI: re-work current options dialog to a tabbed layout and use an UI-file | |||
2012-06-13 | re-work optionsdialog to a tabbed UI based on an ui-file | Philip Kaufmann | |
- extend network options with a SOCKS version selection - changing "Unit to show amounts in:" now also updates the unit used in the transaction fee box - string updates - link Apply button and OK button when enabling or disabling them - use LookupNumeric() from netbase to verify proxy address (via an EventFilter) - change proxy address field to QValidatedLineEdit and add visual feedback - add a status label used for displaying a message for invalid proxy addresses - allow usage of IPv6 address as proxy address - added warning message when enabling / disabling SOCKS proxy | |||
2012-06-12 | Merge pull request #1444 from laanwj/2012_06_opendebuglog | Wladimir J. van der Laan | |
Cross-platform “Open debug logfile” | |||
2012-06-12 | Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault | Wladimir J. van der Laan | |
GUI: make buttons in debug window non autoDefault | |||
2012-06-12 | Merge pull request #1446 from TheBlueMatt/changelog | Gavin Andresen | |
Update wiki changelog at doc/release-process.txt | |||
2012-06-13 | Update wiki changelog at doc/release-process.txt | Matt Corallo | |
2012-06-12 | make buttons in debug window non autoDefault | Philip Kaufmann | |
2012-06-12 | Cross-platform "Open debug logfile" | Wladimir J. van der Laan | |
The option to open the debug logfile from the debug window was implemented only for windows. By using `QDesktopServices::openUrl` it now works on any platform. | |||
2012-06-12 | Merge pull request #1440 from Diapolo/overviewpage_InitialBalance | Wladimir J. van der Laan | |
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to ... | |||
2012-06-12 | Merge pull request #1441 from TheBlueMatt/gitian-downloader | Pieter Wuille | |
Fix broken config files | |||
2012-06-12 | Merge pull request #1443 from laanwj/2012_06_addressbook_noautoselect | Wladimir J. van der Laan | |
Do not select first address automatically in the address book | |||
2012-06-12 | Do not select first address automatically in the address book | Wladimir J. van der Laan | |
This contributed to an accidental send (#1384), and has no clear advantage, better to disable it. | |||
2012-06-11 | Merge pull request #1412 from Diapolo/string_wait_mature | Wladimir J. van der Laan | |
GUI: update info strings for generated blocks | |||
2012-06-12 | Fix broken config files | Matt Corallo | |
2012-06-11 | change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not ↵ | Philip Kaufmann | |
confuse users, which could see it before we init with the real wallet balance | |||
2012-06-09 | Merge pull request #1435 from TheBlueMatt/mingwbuild | Jeff Garzik | |
Fix Mingw64 build (missing headers according to M$ documentation) | |||
2012-06-09 | Fix Mingw64 build (missing headers according to M$ documentation) | Matt Corallo | |
2012-06-09 | update info string in GUI for generated blocks and change "must wait" into ↵ | Philip Kaufmann | |
"must mature" to take the new immature label into consideration | |||
2012-06-08 | Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings | Pieter Wuille | |
fix two signed/unsigned comparison warnings in netbase.cpp | |||
2012-06-08 | Update comment about secure_allocator<> | Pieter Wuille | |
2012-06-08 | Merge pull request #1424 from TheBlueMatt/lockcontention | Pieter Wuille | |
Fix DEBUG_LOCKCONTENTION | |||
2012-06-05 | Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr | Pieter Wuille | |
fix default Proxy address in Qt options (no hostname allowed currently) | |||
2012-06-05 | Fix DEBUG_LOCKCONTENTION | Matt Corallo | |
2012-06-05 | Merge pull request #1422 from Diapolo/add_used_datadir_debug_log | Gavin Andresen | |
add used datadir to debug.log | |||
2012-06-05 | add used datadir to debug.log | Philip Kaufmann | |
2012-06-05 | fix two signed/unsigned comparison warnings in netbase.cpp | Philip Kaufmann | |
2012-06-04 | fix default Proxy address in Qt options (no hostname allowed currently) | Philip Kaufmann | |
2012-06-04 | Merge branch 'netopt' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-06-04 | Merge pull request #1411 from TheBlueMatt/debian | Gavin Andresen | |
Update contrib/debian. | |||
2012-06-04 | Merge pull request #1415 from dooglus/fix-build-unix.txt | Gavin Andresen | |
"USE_UPNP=-" is needed to remove UPnP support. | |||
2012-06-03 | "USE_UPNP=-" is needed to remove UPnP support. | Chris Moore | |
2012-06-02 | Update contrib/debian. | Matt Corallo | |
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. * Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set in Bitcoin itself now. * Update changelog with 0.6.2 and the current updates. | |||
2012-06-02 | Merge pull request #837 from sje397/ShowImmatureBalance | Wladimir J. van der Laan | |
Added 'immature balance' for miners. Only displayed if the balance is > 0 | |||
2012-06-02 | Merge pull request #1368 from Diapolo/verifymessagepage | Wladimir J. van der Laan | |
GUI: change verifymessagepage behaviour to match RPC-call "verifymessage" | |||
2012-06-02 | Merge pull request #1364 from Diapolo/move_HelpMessage_GUIUtil_add_RPCCon_Button | Wladimir J. van der Laan | |
GUI: move class HelpMessageBox to guiutil.cpp/.h | |||
2012-06-01 | move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin ↵ | Philip Kaufmann | |
command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation | |||
2012-06-01 | change verifymessagepage behaviour to match RPC-call "verifymessage" (input ↵ | Philip Kaufmann | |
address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check | |||
2012-05-31 | Use ConvertTo to simplify sendmany/addmultisigaddress argument handling | Gavin Andresen | |
2012-05-31 | Make sendrawtx return txid to be consistent with other send methods. | Gavin Andresen | |
2012-05-31 | Rework network config settings | Pieter Wuille | |
2012-05-31 | Merge pull request #1403 from Diapolo/translation_master_file | Nils Schneider | |
Translation: sync english translation master file with current master branch (2012-05-31) | |||
2012-05-31 | sync english translation master file with current master branch | Philip Kaufmann | |
2012-05-30 | Update bitcoinstrings.cpp | Pieter Wuille | |
2012-05-28 | Merge pull request #1394 from grimd34th/patch-1 | Gregory Maxwell | |
incorrect openssl when compared to makefile | |||
2012-05-28 | incorrect openssl when compared to makefile | grimd34th | |
2012-05-27 | Merge pull request #1392 from gavinandresen/testnet_reset | Gregory Maxwell | |
Testnet reset | |||
2012-05-26 | Merge pull request #1357 from sipa/keyid | Pieter Wuille | |
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | |||
2012-05-26 | Merge pull request #1370 from Diapolo/add_startuptime_to_log | Pieter Wuille | |
add client startup time as an entry to debug.log | |||
2012-05-25 | Add a testnet checkpoint at block 546 | Gavin Andresen | |