aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-20close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on ↵Gavin Andresen
some testers' machines.
2011-11-17Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-15Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen
2011-11-15Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen
2011-11-15add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-14ResilveringPieter Wuille
2011-11-14Merge pull request #631 from luke-jr/free_iconsGavin Andresen
Free icons
2011-11-14Merge pull request #633 from laanwj/qtrpcconflictGavin Andresen
RPC: do not launch Shutdown in a new thread in case we are running the UI
2011-11-13Add 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-12Do 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-11Replace kfm_home with go-home for "overview"Luke Dashjr
2011-11-10Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr
2011-11-10Replace 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-10Merge branch 'nullmodels' of https://github.com/laanwj/bitcoinGavin Andresen
2011-11-08Merge pull request #611 from sipa/docsWladimir J. van der Laan
Some extra comments
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-11-08Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan
2011-11-08merged translations from transifex: da de es es_CL nb nl ru zh_TWNils Schneider
2011-11-07Some extra commentsPieter Wuille
2011-11-06add zh_TW localeAng Iong Chun
2011-11-04Merge pull request #606 from dooglus/add-english-translationWladimir J. van der Laan
Add English translation to fix plural(s).
2011-11-04Add English translation to fix plural(s).Chris Moore
2011-11-03Merge git://github.com/p2k/bitcoin-qtGavin Andresen
2011-11-02Mac Deployment Scriptp2k
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp
2011-10-31Remove vladimir's DNS seed, at his request.Jeff Garzik
2011-10-29Save translators some workWladimir J. van der Laan
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
2011-10-25Update openssl to 1.0.0e.Matt Corallo
2011-10-25Optionally include additional QT plugins when required to build.Matt Corallo
2011-10-25Add returns to avoid annoying compile-time warnings.Matt Corallo
2011-10-25Only define __STDC_LIMIT_MACROS if not already defined.Matt Corallo
2011-10-24Merge pull request #586 from cjdelisle/hardening-bug-workaroundGavin Andresen
Added a workaround for an Ubuntu bug which causes -fstack-protector-all t
2011-10-23Translation lookup logic improvementsWladimir 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-23Revert "translation fixes"Wladimir J. van der Laan
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.
2011-10-23translation fixesWladimir 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-22update translations: nb, es_CL (from transifex)Nils Schneider
2011-10-16Added a workaround for an Ubuntu bug which causes -fstack-protector-all to ↵cjdelisle
be disregarded.
2011-10-15Merge pull request #583 from laanwj/qt3Wladimir J. van der Laan
More Qt GUI updates - Make USE_SSL qmake build flag actually work - Improve mac experience, general UI improvements - Add keyboard shortcut to switch between tabs
2011-10-11Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-10-10Merge pull request #578 from luke-jr/bitcoind_build_improvementsGavin Andresen
Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally
2011-10-10bitcoind does not need to link with gthread-2.0Gavin Andresen
2011-10-10Allow users to customize CXX, CXXFLAGS, and LDFLAGS normallyLuke Dashjr
2011-10-10Merge pull request #577 from paraipanakos/masterGavin Andresen
Spanish translation for new qt gui
2011-10-10Merge pull request #576 from luke-jr/bitcoind_build_improvementsGavin Andresen
bitcoind build improvements
2011-10-10Mac OSX release process changesGavin Andresen
Rename App Bundle "Bitcoin-Qt.app" instead of "Bitcoin Qt" for consistency with Windows/Linux. Update create_osx_dmg.sh script to use macdeployqt tool. Add ifdef STATIC to makefile.osx to build bitcoind static or dynamic.
2011-10-09Added Spanish translation for qtAlex B
2011-10-09Add alt-1..alt-5 shortcut to switch between tabsWladimir J. van der Laan