novacoin.git
12 years agoBump version numbers to 0.5.1
Gavin Andresen [Mon, 21 Nov 2011 19:37:59 +0000]
Bump version numbers to 0.5.1

12 years agoMerge pull request #652 from TheBlueMatt/master
Gavin Andresen [Mon, 21 Nov 2011 19:27:26 +0000]
Merge pull request #652 from TheBlueMatt/master

Update contrib/debian/ for 0.5.0 release and fix copyright file.

12 years agoUpdate release process instructions
Gavin Andresen [Mon, 21 Nov 2011 19:13:22 +0000]
Update release process instructions

12 years agoBump version to 0.5.1
Gavin Andresen [Mon, 21 Nov 2011 18:38:09 +0000]
Bump version to 0.5.1

12 years agoMerge pull request #653 from luke-jr/bugfix_transparent_tooltip
Wladimir J. van der Laan [Mon, 21 Nov 2011 17:20:34 +0000]
Merge pull request #653 from luke-jr/bugfix_transparent_tooltip

Bugfix: only make QListView transparent, not its tooltips

12 years agoBugfix: only make QListView transparent, not its tooltips
Luke Dashjr [Mon, 21 Nov 2011 17:18:15 +0000]
Bugfix: only make QListView transparent, not its tooltips

12 years agoUpdate contrib/debian/ for 0.5.0 release and fix copyright file.
Matt Corallo [Mon, 21 Nov 2011 16:33:34 +0000]
Update contrib/debian/ for 0.5.0 release and fix copyright file.

12 years agoMerge pull request #646 from luke-jr/bugfix_MIT_icons
Wladimir J. van der Laan [Mon, 21 Nov 2011 09:07:24 +0000]
Merge pull request #646 from luke-jr/bugfix_MIT_icons

update debian copyright file for MIT icon relicensing

12 years agoupdate debian copyright file for MIT icon relicensing
Luke Dashjr [Sun, 20 Nov 2011 21:32:16 +0000]
update debian copyright file for MIT icon relicensing

12 years agorelicense my own images as MIT
Wladimir J. van der Laan [Sun, 20 Nov 2011 20:51:12 +0000]
relicense my own images as MIT

12 years agoclose old db when rewriting
Pieter Wuille [Sun, 20 Nov 2011 16:12:00 +0000]
close old db when rewriting

12 years agoNever remove database files on shutdown, it caused unreadable wallets on some testers...
Gavin Andresen [Sun, 20 Nov 2011 15:39:01 +0000]
Never remove database files on shutdown, it caused unreadable wallets on some testers' machines.

12 years agoOnly remove database log files on shutdown after wallet encryption/rewrite
Gavin Andresen [Thu, 17 Nov 2011 19:21:32 +0000]
Only remove database log files on shutdown after wallet encryption/rewrite

12 years agoCreate new keypool for newly encrypted wallets.
Gavin Andresen [Thu, 17 Nov 2011 19:01:25 +0000]
Create new keypool for newly encrypted wallets.

12 years agoMerge pull request #636 from gavinandresen/master
Gavin Andresen [Tue, 15 Nov 2011 21:48:12 +0000]
Merge pull request #636 from gavinandresen/master

Fix crash-on-wallet-upgrade bug on OSX

12 years agoTweak handling of boost filesystem versions
Gavin Andresen [Tue, 15 Nov 2011 19:28:51 +0000]
Tweak handling of boost filesystem versions

12 years agoFix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.
Gavin Andresen [Tue, 15 Nov 2011 19:30:15 +0000]
Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.

12 years agoFix boost filesystem incompatibility problem
Gavin Andresen [Tue, 15 Nov 2011 14:47:29 +0000]
Fix boost filesystem incompatibility problem

12 years agoMerge pull request #635 from gavinandresen/encryptionbug
Gavin Andresen [Tue, 15 Nov 2011 14:38:43 +0000]
Merge pull request #635 from gavinandresen/encryptionbug

Prevent unencrypted private keys from being written to wallet.dat

12 years agoadd message about restarting bitcoin after encrypting wallet succesfully
Wladimir J. van der Laan [Fri, 11 Nov 2011 21:20:57 +0000]
add message about restarting bitcoin after encrypting wallet succesfully

12 years agoObsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen [Fri, 11 Nov 2011 02:12:46 +0000]
Obsolete keypool and make sure database removes log files on shutdown.

12 years agoResilvering
Pieter Wuille [Thu, 10 Nov 2011 20:29:23 +0000]
Resilvering

12 years agoMerge pull request #631 from luke-jr/free_icons
Gavin Andresen [Mon, 14 Nov 2011 14:57:46 +0000]
Merge pull request #631 from luke-jr/free_icons

Free icons

12 years agoMerge pull request #633 from laanwj/qtrpcconflict
Gavin Andresen [Mon, 14 Nov 2011 14:56:57 +0000]
Merge pull request #633 from laanwj/qtrpcconflict

RPC: do not launch Shutdown in a new thread in case we are running the UI

12 years agoAdd model null pointer check (solves issue #595 and https://github.com/laanwj/bitcoin...
Wladimir J. van der Laan [Sun, 13 Nov 2011 07:45:29 +0000]
Add model null pointer check (solves issue #595 and 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

12 years agoDo not launch Shutdown in a new thread in case we are running the UI.
Wladimir J. van der Laan [Sat, 12 Nov 2011 12:50:25 +0000]
Do not launch Shutdown in a new thread in case we are running the UI.

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.

12 years agoReplace kfm_home with go-home for "overview"
Luke Dashjr [Fri, 11 Nov 2011 16:11:07 +0000]
Replace kfm_home with go-home for "overview"

12 years agoupdate doc/assets-attribution.txt
Luke Dashjr [Thu, 10 Nov 2011 21:27:24 +0000]
update doc/assets-attribution.txt

12 years agoTool/process for including correct qt translations in mac .App
Gavin Andresen [Thu, 10 Nov 2011 18:01:40 +0000]
Tool/process for including correct qt translations in mac .App

12 years agoReplace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed
Luke Dashjr [Thu, 10 Nov 2011 17:59:01 +0000]
Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed

12 years agoReplace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van...
Luke Dashjr [Thu, 10 Nov 2011 17:48:31 +0000]
Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense)

12 years agoMerge branch 'nullmodels' of https://github.com/laanwj/bitcoin
Gavin Andresen [Thu, 10 Nov 2011 15:30:24 +0000]
Merge branch 'nullmodels' of https://github.com/laanwj/bitcoin

12 years agoRelease process doc fixes
Gavin Andresen [Mon, 7 Nov 2011 18:31:37 +0000]
Release process doc fixes

12 years agoMerge pull request #608 from TheBlueMatt/debian-build
Gavin Andresen [Thu, 10 Nov 2011 15:27:46 +0000]
Merge pull request #608 from TheBlueMatt/debian-build

Debian build

12 years agoMerge pull request #617 from tcatm/translations-readme
Wladimir J. van der Laan [Wed, 9 Nov 2011 07:40:36 +0000]
Merge pull request #617 from tcatm/translations-readme

add doc/translation_process.md

12 years agoMerge pull request #611 from sipa/docs
Wladimir J. van der Laan [Wed, 9 Nov 2011 07:39:41 +0000]
Merge pull request #611 from sipa/docs

Some extra comments

12 years agoAdd robustness against null models
Wladimir J. van der Laan [Tue, 8 Nov 2011 20:18:36 +0000]
Add robustness against null models

12 years agoMerge pull request #618 from laanwj/issue615
Wladimir J. van der Laan [Tue, 8 Nov 2011 19:01:56 +0000]
Merge pull request #618 from laanwj/issue615

Fix segmentation fault when editing address not in address book (issue #615)

12 years agoFix segmentation fault when editing address not in address book (issue #615)
Wladimir J. van der Laan [Tue, 8 Nov 2011 18:54:16 +0000]
Fix segmentation fault when editing address not in address book (issue #615)

12 years agoAdd debian build folder
Matt Corallo [Tue, 25 Oct 2011 20:48:36 +0000]
Add debian build folder

12 years agoRe-add bitcoin(32&80).xpm
Matt Corallo [Tue, 25 Oct 2011 21:36:07 +0000]
Re-add bitcoin(32&80).xpm

12 years agoadd doc/translation_process.md
Nils Schneider [Tue, 8 Nov 2011 15:19:52 +0000]
add doc/translation_process.md

12 years agomerged translations from transifex: da de es es_CL nb nl ru zh_TW
Nils Schneider [Tue, 8 Nov 2011 13:51:28 +0000]
merged translations from transifex: da de es es_CL nb nl ru zh_TW

12 years agoMerge commit 'v0.5.0rc3'
Pieter Wuille [Tue, 8 Nov 2011 13:21:58 +0000]
Merge commit 'v0.5.0rc3'

12 years agoMerge pull request #609 from iongchun/add-zhtw
Wladimir J. van der Laan [Tue, 8 Nov 2011 06:35:00 +0000]
Merge pull request #609 from iongchun/add-zhtw

add zh_TW locale

12 years agoMention Qt4 runtime dependencies
Gavin Andresen [Mon, 7 Nov 2011 17:09:57 +0000]
Mention Qt4 runtime dependencies

12 years agoStatic link on Linux. And better document release process on OSX.
Gavin Andresen [Mon, 7 Nov 2011 14:50:03 +0000]
Static link on Linux. And better document release process on OSX.

12 years agoSome extra comments
Pieter Wuille [Sun, 6 Nov 2011 23:05:42 +0000]
Some extra comments

12 years agoadd zh_TW locale
Ang Iong Chun [Sun, 6 Nov 2011 02:26:11 +0000]
add zh_TW locale

12 years agoMerge pull request #606 from dooglus/add-english-translation
Wladimir J. van der Laan [Fri, 4 Nov 2011 20:15:42 +0000]
Merge pull request #606 from dooglus/add-english-translation

Add English translation to fix plural(s).

12 years agoAdd English translation to fix plural(s).
Chris Moore [Fri, 4 Nov 2011 20:04:49 +0000]
Add English translation to fix plural(s).

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Fri, 4 Nov 2011 15:30:05 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMac releases use macdeployqtplus
Gavin Andresen [Fri, 4 Nov 2011 14:22:55 +0000]
Mac releases use macdeployqtplus

12 years agoMerge pull request #604 from laanwj/winqt_deterministic
Gavin Andresen [Thu, 3 Nov 2011 20:37:47 +0000]
Merge pull request #604 from laanwj/winqt_deterministic

Make qt-win32 gitian build deterministic

12 years agoMake qt-win32 gitian build deterministic
Wladimir J. van der Laan [Thu, 3 Nov 2011 19:13:30 +0000]
Make qt-win32 gitian build deterministic

12 years agoMerge git://github.com/p2k/bitcoin-qt
Gavin Andresen [Thu, 3 Nov 2011 15:06:57 +0000]
Merge git://github.com/p2k/bitcoin-qt

12 years agoAdded a copy of the GPLv3 to macdeployqtplus
p2k [Wed, 2 Nov 2011 18:26:32 +0000]
Added a copy of the GPLv3 to macdeployqtplus

12 years agoMac Deployment Script
p2k [Wed, 2 Nov 2011 13:58:50 +0000]
Mac Deployment Script

See notes.txt in contrib/macdeploy.

Also added a dash to the application name in src/qt/bitcoin.cpp

12 years agoUpdate documentation to reflect 0.5 reality. And removed leading $ from shell command...
Gavin Andresen [Tue, 1 Nov 2011 21:59:33 +0000]
Update documentation to reflect 0.5 reality. And removed leading $ from shell commands, so it is easier to copy and paste from release-process.txt.

12 years agoattempt to make build deterministic
Wladimir J. van der Laan [Sat, 29 Oct 2011 15:25:49 +0000]
attempt to make build deterministic

12 years agodo not use -fstack-protector on Windows
Wladimir J. van der Laan [Sat, 29 Oct 2011 09:44:37 +0000]
do not use -fstack-protector on Windows

12 years agoUpdate Win32 gitian descriptor for bitcoin-qt.
Matt Corallo [Mon, 10 Oct 2011 16:07:30 +0000]
Update Win32 gitian descriptor for bitcoin-qt.

12 years agoAdd gitian descriptor for qt cross compile via MinGW.
Matt Corallo [Thu, 6 Oct 2011 04:13:57 +0000]
Add gitian descriptor for qt cross compile via MinGW.

12 years agoRemove vladimir's DNS seed, at his request.
Jeff Garzik [Mon, 31 Oct 2011 16:42:01 +0000]
Remove vladimir's DNS seed, at his request.

12 years agoSave translators some work
Wladimir J. van der Laan [Sat, 29 Oct 2011 21:09:58 +0000]
Save translators some work
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)

12 years agoAdd notes on getting gitian builds going
Gavin Andresen [Tue, 25 Oct 2011 16:27:09 +0000]
Add notes on getting gitian builds going

12 years agoUpdate documentation to reflect reality (no win32 gitian builds, new Mac process)
Gavin Andresen [Tue, 25 Oct 2011 16:09:08 +0000]
Update documentation to reflect reality (no win32 gitian builds, new Mac process)

12 years agoUpdate openssl to 1.0.0e.
Matt Corallo [Mon, 24 Oct 2011 19:27:54 +0000]
Update openssl to 1.0.0e.

12 years agoUpdate setup.nsi for bitcoin-qt.
Matt Corallo [Mon, 17 Oct 2011 15:29:45 +0000]
Update setup.nsi for bitcoin-qt.

12 years agoDecrease number of installed packages for Linux Gitian build.
Matt Corallo [Mon, 24 Oct 2011 14:43:38 +0000]
Decrease number of installed packages for Linux Gitian build.

12 years agoRemove wxWidgets gitian descriptors.
Matt Corallo [Sun, 16 Oct 2011 21:07:46 +0000]
Remove wxWidgets gitian descriptors.

12 years agoUpdate Linux gitian descriptor for bitcoin-qt.
Matt Corallo [Fri, 14 Oct 2011 15:38:37 +0000]
Update Linux gitian descriptor for bitcoin-qt.

12 years agoAllow miniupnpc include path specificaiton and fix link on Win32.
Matt Corallo [Mon, 17 Oct 2011 04:09:22 +0000]
Allow miniupnpc include path specificaiton and fix link on Win32.

12 years agoOptionally include additional QT plugins when required to build.
Matt Corallo [Fri, 7 Oct 2011 14:46:56 +0000]
Optionally include additional QT plugins when required to build.

12 years agoAdd BOOST_THREAD_USE_LIB define.
Matt Corallo [Fri, 7 Oct 2011 14:17:23 +0000]
Add BOOST_THREAD_USE_LIB define.

12 years agoAdd option to specify a different suffix for boost_thread.
Matt Corallo [Thu, 6 Oct 2011 21:02:21 +0000]
Add option to specify a different suffix for boost_thread.

12 years agoAdd returns to avoid annoying compile-time warnings.
Matt Corallo [Mon, 10 Oct 2011 19:51:07 +0000]
Add returns to avoid annoying compile-time warnings.

12 years agoAdd -Wno-strict-aliasing because boost breaks that too much.
Matt Corallo [Mon, 10 Oct 2011 19:14:15 +0000]
Add -Wno-strict-aliasing because boost breaks that too much.

12 years agoOnly define __STDC_LIMIT_MACROS if not already defined.
Matt Corallo [Mon, 10 Oct 2011 16:08:05 +0000]
Only define __STDC_LIMIT_MACROS if not already defined.

12 years agoUpdate qt readme to indicate Qt is now the primary GUI.
Matt Corallo [Fri, 14 Oct 2011 15:06:57 +0000]
Update qt readme to indicate Qt is now the primary GUI.

12 years agoMerge pull request #592 from dooglus/qt-at-spi-bug
Gavin Andresen [Tue, 25 Oct 2011 12:49:26 +0000]
Merge pull request #592 from dooglus/qt-at-spi-bug

Warn about the qt-at-spi bug in Ubuntu 11.10.

12 years agoWarn about the qt-at-spi bug in Ubuntu 11.10.
Chris Moore [Mon, 24 Oct 2011 23:21:28 +0000]
Warn about the qt-at-spi bug in Ubuntu 11.10.

12 years agoMerge pull request #584 from kwaaak/master
Gavin Andresen [Mon, 24 Oct 2011 18:29:57 +0000]
Merge pull request #584 from kwaaak/master

Make build work on Mac OS X 10.7 Lion

12 years agoMerge pull request #586 from cjdelisle/hardening-bug-workaround
Gavin Andresen [Mon, 24 Oct 2011 18:29:32 +0000]
Merge pull request #586 from cjdelisle/hardening-bug-workaround

Added a workaround for an Ubuntu bug which causes -fstack-protector-all t

12 years agoMerge pull request #591 from laanwj/translation_lookup_logic
Gavin Andresen [Mon, 24 Oct 2011 18:28:23 +0000]
Merge pull request #591 from laanwj/translation_lookup_logic

Translation look-up logic improvements for Qt UI

12 years agoTranslation lookup logic improvements
Wladimir J. van der Laan [Sun, 23 Oct 2011 11:37:39 +0000]
Translation lookup logic improvements
- 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.

12 years agoRevert "translation fixes"
Wladimir J. van der Laan [Sun, 23 Oct 2011 09:20:39 +0000]
Revert "translation fixes"

This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.

12 years agotranslation fixes
Wladimir J. van der Laan [Sun, 23 Oct 2011 08:08:44 +0000]
translation fixes
- 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

12 years agoupdate translations: nb, es_CL (from transifex)
Nils Schneider [Sat, 22 Oct 2011 21:21:03 +0000]
update translations: nb, es_CL (from transifex)

12 years agoAdded a workaround for an Ubuntu bug which causes -fstack-protector-all to be disrega...
cjdelisle [Mon, 17 Oct 2011 00:38:23 +0000]
Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be disregarded.

12 years agoMerge pull request #583 from laanwj/qt3
Wladimir J. van der Laan [Sat, 15 Oct 2011 15:33:10 +0000]
Merge pull request #583 from laanwj/qt3

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

12 years agoMake build work on Mac OS X 10.7 Lion
kwaaak [Fri, 14 Oct 2011 04:39:54 +0000]
Make build work on Mac OS X 10.7 Lion
(32bit dependencies through MacPorts)

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Tue, 11 Oct 2011 19:07:09 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

12 years agoMerge pull request #578 from luke-jr/bitcoind_build_improvements
Gavin Andresen [Mon, 10 Oct 2011 20:57:47 +0000]
Merge pull request #578 from luke-jr/bitcoind_build_improvements

Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally

12 years agobitcoind does not need to link with gthread-2.0
Gavin Andresen [Mon, 10 Oct 2011 20:03:14 +0000]
bitcoind does not need to link with gthread-2.0

12 years agoAllow users to customize CXX, CXXFLAGS, and LDFLAGS normally
Luke Dashjr [Mon, 10 Oct 2011 17:42:43 +0000]
Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally

12 years agoAdd spanish translation to TRANSLATIONS
Gavin Andresen [Mon, 10 Oct 2011 15:25:51 +0000]
Add spanish translation to TRANSLATIONS

12 years agoMerge pull request #577 from paraipanakos/master
Gavin Andresen [Mon, 10 Oct 2011 15:20:53 +0000]
Merge pull request #577 from paraipanakos/master

Spanish translation for new qt gui

12 years agoMerge pull request #576 from luke-jr/bitcoind_build_improvements
Gavin Andresen [Mon, 10 Oct 2011 15:20:28 +0000]
Merge pull request #576 from luke-jr/bitcoind_build_improvements

bitcoind build improvements

12 years agoMac OSX release process changes
Gavin Andresen [Mon, 10 Oct 2011 15:13:32 +0000]
Mac OSX release process changes

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.