Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Replace kfm_home with go-home for "overview" | Luke Dashjr | |
2011-11-10 | update doc/assets-attribution.txt | Luke Dashjr | |
2011-11-10 | Tool/process for including correct qt translations in mac .App | Gavin Andresen | |
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-10 | Release process doc fixes | Gavin Andresen | |
2011-11-10 | Merge pull request #608 from TheBlueMatt/debian-build | Gavin Andresen | |
Debian build | |||
2011-11-08 | Merge pull request #617 from tcatm/translations-readme | Wladimir J. van der Laan | |
add doc/translation_process.md | |||
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 | Merge pull request #618 from laanwj/issue615 | Wladimir J. van der Laan | |
Fix segmentation fault when editing address not in address book (issue #615) | |||
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | |
2011-11-08 | Add debian build folder | Matt Corallo | |
2011-11-08 | Re-add bitcoin(32&80).xpm | Matt Corallo | |
2011-11-08 | add doc/translation_process.md | Nils Schneider | |
2011-11-08 | merged translations from transifex: da de es es_CL nb nl ru zh_TW | Nils Schneider | |
2011-11-08 | Merge commit 'v0.5.0rc3' | Pieter Wuille | |
2011-11-07 | Merge pull request #609 from iongchun/add-zhtw | Wladimir J. van der Laan | |
add zh_TW locale | |||
2011-11-07 | Mention Qt4 runtime dependenciesv0.5.0rc3 | Gavin Andresen | |
2011-11-07 | Static link on Linux. And better document release process on OSX. | Gavin Andresen | |
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-04 | Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2 | Gavin Andresen | |
2011-11-04 | Mac releases use macdeployqtplus | Gavin Andresen | |
2011-11-03 | Merge pull request #604 from laanwj/winqt_deterministic | Gavin Andresen | |
Make qt-win32 gitian build deterministic | |||
2011-11-03 | Make qt-win32 gitian build deterministic | Wladimir J. van der Laan | |
2011-11-03 | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | |
2011-11-02 | Added a copy of the GPLv3 to macdeployqtplus | p2k | |
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-01 | Update documentation to reflect 0.5 reality. And removed leading $ from ↵ | Gavin Andresen | |
shell commands, so it is easier to copy and paste from release-process.txt. | |||
2011-11-01 | attempt to make build deterministic | Wladimir J. van der Laan | |
2011-11-01 | do not use -fstack-protector on Windows | Wladimir J. van der Laan | |
2011-11-01 | Update Win32 gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-11-01 | Add gitian descriptor for qt cross compile via MinGW. | Matt Corallo | |
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 | Add notes on getting gitian builds going | Gavin Andresen | |
2011-10-25 | Update documentation to reflect reality (no win32 gitian builds, new Mac ↵ | Gavin Andresen | |
process) | |||
2011-10-25 | Update openssl to 1.0.0e. | Matt Corallo | |
2011-10-25 | Update setup.nsi for bitcoin-qt. | Matt Corallo | |
2011-10-25 | Decrease number of installed packages for Linux Gitian build. | Matt Corallo | |
2011-10-25 | Remove wxWidgets gitian descriptors. | Matt Corallo | |