Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-22 | add italian translation | Nils Schneider | |
2011-11-21 | Merge pull request #602 from wowus/master | Gavin Andresen | |
Cleaned up critical section code. | |||
2011-11-21 | Merge pull request #634 from laanwj/doxygen | Gavin Andresen | |
Add doxygen documentation | |||
2011-11-21 | Merge pull request #632 from mndrix/deprecate-getblocknumber | Gavin Andresen | |
Deprecate RPC getblocknumber | |||
2011-11-21 | Bump version to 0.5.1 | Gavin Andresen | |
2011-11-21 | Bugfix: only make QListView transparent, not its tooltips | Luke Dashjr | |
2011-11-20 | close old db when rewritingv0.5.0rc7v0.5.0 | Pieter Wuille | |
2011-11-20 | Never remove database files on shutdown, it caused unreadable wallets on ↵ | Gavin Andresen | |
some testers' machines. | |||
2011-11-17 | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6 | Gavin Andresen | |
2011-11-17 | Create new keypool for newly encrypted wallets. | Gavin Andresen | |
2011-11-15 | Tweak handling of boost filesystem versions | Gavin Andresen | |
2011-11-15 | Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite. | Gavin Andresen | |
2011-11-15 | Fix boost filesystem incompatibility problemv0.5.0rc4 | Gavin Andresen | |
2011-11-15 | add message about restarting bitcoin after encrypting wallet succesfully | Wladimir J. van der Laan | |
2011-11-15 | Obsolete keypool and make sure database removes log files on shutdown. | Gavin Andresen | |
2011-11-14 | Resilvering | Pieter Wuille | |
2011-11-14 | Merge pull request #631 from luke-jr/free_icons | Gavin Andresen | |
Free icons | |||
2011-11-14 | Merge pull request #633 from laanwj/qtrpcconflict | Gavin Andresen | |
RPC: do not launch Shutdown in a new thread in case we are running the UI | |||
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-11-13 | Example documented class | Wladimir J. van der Laan | |
2011-11-13 | Add model null pointer check (solves issue #595 and ↵ | Wladimir J. van der Laan | |
https://github.com/laanwj/bitcoin-qt/issues/29) Missed this one before, which can be triggered in race condition if window event arrives before model is set | |||
2011-11-12 | Do not launch Shutdown in a new thread in case we are running the UI. | Wladimir J. van der Laan | |
This leads to the bitcoin core being shut down while the UI is accessing it, and generally results in a segmentation fault or crash. In case it is desirable to make it possible to shutdown the GUI from its RPC server, we'll need to implement a signal for it. For the mean time, this is a safe stopgap. | |||
2011-11-11 | Deprecate RPC getblocknumber | Michael Hendricks | |
This RPC is exactly identical to getblockcount. This duplication dates back to commit 22f721dbf23cf5ce9e3ded9bcfb65a3894cc0f8c when Satoshi created the RPC interface. There's no need to have both, so we standardize on "count" which matches the naming convention in getconnectioncount. Following the tradition established with previously deprecated APIs, getblocknumber continues to work, but it's not listed in the help system. | |||
2011-11-11 | Replace kfm_home with go-home for "overview" | Luke Dashjr | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed | Luke Dashjr | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵ | Luke Dashjr | |
Wladimir van der Laan (who will hopefully relicense) | |||
2011-11-10 | Merge branch 'nullmodels' of https://github.com/laanwj/bitcoin | Gavin Andresen | |
2011-11-08 | Merge pull request #611 from sipa/docs | Wladimir J. van der Laan | |
Some extra comments | |||
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | |
2011-11-08 | merged translations from transifex: da de es es_CL nb nl ru zh_TW | Nils Schneider | |
2011-11-07 | Some extra comments | Pieter Wuille | |
2011-11-06 | add zh_TW locale | Ang Iong Chun | |
2011-11-04 | Merge pull request #606 from dooglus/add-english-translation | Wladimir J. van der Laan | |
Add English translation to fix plural(s). | |||
2011-11-04 | Add English translation to fix plural(s). | Chris Moore | |
2011-11-03 | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | |
2011-11-02 | Added simple critical section test cases. | Clark Gaebel | |
2011-11-02 | Mac Deployment Script | p2k | |
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp | |||
2011-11-02 | Cleaned up the critical section macros. | Clark Gaebel | |
2011-10-31 | Remove vladimir's DNS seed, at his request. | Jeff Garzik | |
2011-10-29 | Save translators some work | Wladimir J. van der Laan | |
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp) | |||
2011-10-25 | Update openssl to 1.0.0e. | Matt Corallo | |
2011-10-25 | Optionally include additional QT plugins when required to build. | Matt Corallo | |
2011-10-25 | Add returns to avoid annoying compile-time warnings. | Matt Corallo | |
2011-10-25 | Only define __STDC_LIMIT_MACROS if not already defined. | Matt Corallo | |
2011-10-24 | Merge pull request #586 from cjdelisle/hardening-bug-workaround | Gavin Andresen | |
Added a workaround for an Ubuntu bug which causes -fstack-protector-all t | |||
2011-10-23 | Translation lookup logic improvements | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists. | |||
2011-10-23 | Revert "translation fixes" | Wladimir J. van der Laan | |
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5. | |||
2011-10-23 | translation fixes | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - rename language files to the usual <lang>_<TERRITORY> - include recently added language files for es_ES and nb_NO | |||
2011-10-22 | update translations: nb, es_CL (from transifex) | Nils Schneider | |