Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-09 | Merge pull request #1243 from laanwj/2012_05_uiconsole_focus | Gregory Maxwell | |
Automatically focus entry widget when console tab comes into focus | |||
2012-05-09 | Merge pull request #1220 from laanwj/2012_05_organize_optionsdialog | Wladimir J. van der Laan | |
Organize optionsdialog (split off Window and Network page) and add option to change language | |||
2012-05-09 | Add key shortcuts for RPC console tabs | Wladimir J. van der Laan | |
- Alt-I for Information, Alt-C for Console | |||
2012-05-09 | Automatically focus entry widget when console tab comes into focus | Wladimir J. van der Laan | |
Fixes #1241 | |||
2012-05-09 | Merge pull request #1237 from gmaxwell/master | Jeff Garzik | |
Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp. | |||
2012-05-09 | Merge pull request #1134 from Diapolo/util-updates | Jeff Garzik | |
small util.cpp/h changes | |||
2012-05-09 | Merge pull request #1225 from Diapolo/net_cpp_if_clause | Jeff Garzik | |
fix an incorrect if-clause in net.cpp | |||
2012-05-09 | Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp. | Gregory Maxwell | |
2012-05-09 | Merge pull request #1230 from sipa/warnings | Gregory Maxwell | |
Clean up warnings | |||
2012-05-09 | Merge pull request #1235 from Diapolo/translation_en | Wladimir J. van der Laan | |
update bitcoin_en.ts (translation master file) to match current master branch as of 2012-05-09 | |||
2012-05-09 | Merge pull request #1232 from TheBlueMatt/lockcontention | Gregory Maxwell | |
Fix DEBUG_LOCKCONTENTION | |||
2012-05-09 | update bitcoin_en.ts (translation master file) to match current master ↵ | Philip Kaufmann | |
branch as of 2012-05-09 | |||
2012-05-09 | util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> ↵ | Philip Kaufmann | |
GetSpecialFolderPath(), set fCreate default to true and remove the fallback (not Win >= Vista compatible anyway) / remove namespace fs stuff where only used once / misc small changes' | |||
2012-05-09 | Merge pull request #1211 from Diapolo/harmonize_ellipsis | Wladimir J. van der Laan | |
harmonize the use of ellipsis ("...") in the GUI | |||
2012-05-09 | fix an incorrect if-clause in net.cpp | Philip Kaufmann | |
2012-05-09 | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵ | Philip Kaufmann | |
buttons / update some strings to be more informative | |||
2012-05-08 | Merge pull request #1215 from laanwj/2012_05_nogridtables | Wladimir J. van der Laan | |
Make user actions more straightforward in address book | |||
2012-05-09 | Make it possible to set user interface language from options dialog | Wladimir J. van der Laan | |
2012-05-09 | Organize optionsdialog (split off Window and Network page) | Wladimir J. van der Laan | |
2012-05-08 | Merge pull request #1221 from Diapolo/optionsdialog | Wladimir J. van der Laan | |
remove 2 ugly spaces from a string used in translations | |||
2012-05-09 | Fix DEBUG_LOCKCONTENTION | Matt Corallo | |
2012-05-09 | remove 2 ugly spaces from a string used in translations | Philip Kaufmann | |
2012-05-09 | Clean up warnings | Pieter Wuille | |
* Use -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameters * Remove xCXXFLAGS usage in makefile.unix * Fix several recent and older sign-compare warnings | |||
2012-05-08 | Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS | Jeff Garzik | |
2012-05-08 | makefile.unix: add -Wall to default CXXFLAGS | Jeff Garzik | |
Additionally, remove -Wno-sign-compare from alt CXXFLAGS, as that is no longer a problem. | |||
2012-05-08 | Merge branch 'tmp-ipv6' into merge-ipv6 | Jeff Garzik | |
2012-05-08 | Merge pull request #886 from luke-jr/getblock_full | Gregory Maxwell | |
More details for getblock and gettransaction | |||
2012-05-08 | Merge pull request #1226 from Diapolo/init_h_rem_obsolete | Jeff Garzik | |
remove 2 obsolete functions from init.h that moved to util.h | |||
2012-05-08 | remove 2 obsolete functions from init.h that moved to util.h | Philip Kaufmann | |
2012-05-08 | Support for decomposing scripts as "obj" | Luke Dashjr | |
2012-05-08 | Second parameter to JSON-RPC getblock/gettransaction: decompositions | Luke Dashjr | |
This is an Object specifying how to decompose specific elements. Currently supported: - "tx": "no", "hash", "hex", "obj" - "script": "no", "hex", "asm" | |||
2012-05-08 | Add block "confirmations" to getblock, mainly for identifying orphans | Luke Dashjr | |
2012-05-08 | Merge pull request #1180 from jgarzik/sign-compare | Jeff Garzik | |
Fix final sign comparison warnings | |||
2012-05-08 | Merge pull request #841 from sipa/getalltransactions | Gregory Maxwell | |
gettransaction RPC for non-wallet transactions | |||
2012-05-08 | Merge pull request #883 from sipa/loadblock | Gregory Maxwell | |
Add -loadblock to load from an external blk000?.dat file | |||
2012-05-08 | Merge pull request #1075 from laanwj/2012_04_consoleui | Gregory Maxwell | |
Add UI RPC console / debug window | |||
2012-05-08 | Increase client version to 0.6.99 | Gregory Maxwell | |
2012-05-07 | Merge pull request #1219 from luke-jr/rm_fee_tip | Wladimir J. van der Laan | |
Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218 | |||
2012-05-07 | Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218 | Luke Dashjr | |
2012-05-07 | Make user action more straightforward in address book | Wladimir J. van der Laan | |
- Add all actions that can be triggered with buttons to the context menu - Hide delete action from context menu for receiving tab | |||
2012-05-06 | Merge pull request #1214 from TheBlueMatt/debian | Jeff Garzik | |
Update changelog to match reality. | |||
2012-05-06 | Update changelog to match reality. | Matt Corallo | |
2012-05-06 | Merge pull request #1196 from sipa/fix_948 | Gregory Maxwell | |
Prevent stuck download: correct solution | |||
2012-05-07 | Move back setPlaceholderText to code, from xml, as this broke building with ↵ | Wladimir J. van der Laan | |
Qt 4.6 | |||
2012-05-06 | Merge pull request #1189 from Diapolo/fix#952 | Wladimir J. van der Laan | |
fix for #952 (send coins tab glitch) | |||
2012-05-06 | Prevent stuck download: correct solution | Pieter Wuille | |
Pull request #948 introduced a fix for nodes stuck on a long side branch of the main chain. The fix was non-functional however, as the additional getdata request was created in a first step of processing, but dropped in a second step as it was considered redundant. This commits fixes it by sending the request directly. | |||
2012-05-05 | Merge pull request #1209 from laanwj/2012_05_hideonshutdown | Wladimir J. van der Laan | |
Hide UI immediately after leaving the main loop | |||
2012-05-06 | Hide UI immediately after leaving the main loop. | Wladimir J. van der Laan | |
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open. | |||
2012-05-05 | Merge pull request #1207 from sipa/fix_addrman | Gregory Maxwell | |
Fix addrman crashes | |||
2012-05-05 | Merge pull request #1160 from retep/master | Gregory Maxwell | |
Minor error message fix |