Matt Corallo
b03cb15789
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.
13 years ago
sje397
4efbda3f25
Added 'Backup Wallet' menu option
...
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/
- include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used
- catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set)
- include db.h in walletmodel.cpp for BackupWallet function
- updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
13 years ago
Luke Dashjr
9909340f37
Split smaller dependencies out of gitian-win32 into deps-win32
13 years ago
Luke Dashjr
f051ee5f96
Update zlib and libpng (previous version had a security issue)
13 years ago
Gavin Andresen
0104e36d4b
Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed
13 years ago
p2k
f118b5fc5d
miniupnpc Porfile removed; new and improved macdeployqtplus
...
* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354
* Documentation has been changed appropriately
* New pure-Python macdeployqt; leverages all problems with the stock macdeployqt
13 years ago
Matt Corallo
65c82be021
Remove mentions on anonymity in debian folder.
...
These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.
13 years ago
Matt Corallo
7d145a0f59
Add support for opening bitcoin: URIs directly.
13 years ago
Matt Corallo
0b5d6f1e26
Add QR Code support to Win32 Gitian build.
13 years ago
Matt Corallo
1194739745
Fix Linux gitian descriptor to use QRCode support.
13 years ago
Matt Corallo
7415b805c4
Fix #722 .
13 years ago
sje397
22123c85f3
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
...
Amended build docs for Linux and OSX, and OSX makefile.
Added package 'qrencode' to gitian.yml
13 years ago
Matt Corallo
fdaf1dfd2e
Add laanwj to gitian download scripts.
13 years ago
Matt Corallo
4051e79887
Update debian changelog to 0.5.1.
13 years ago
Matt Corallo
a22535144c
Re-enable RPCSSL in gitian builds.
13 years ago
Matt Corallo
555d1cd02f
Update contrib/debian/ for 0.5.0 release and fix copyright file.
13 years ago
Luke Dashjr
aa1ed9265f
update debian copyright file for MIT icon relicensing
13 years ago
Luke Dashjr
0fe19a3a2c
Replace kfm_home with go-home for "overview"
13 years ago
Gavin Andresen
6be6be2ed9
Tool/process for including correct qt translations in mac .App
13 years ago
Luke Dashjr
81dd7aa4c1
Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed
13 years ago
Luke Dashjr
5a7321562d
Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense)
13 years ago
Matt Corallo
38f33ce4a3
Add debian build folder
13 years ago
Gavin Andresen
a5f07cbea0
Static link on Linux. And better document release process on OSX.
13 years ago
Gavin Andresen
f6aacbfe6d
Mac releases use macdeployqtplus
13 years ago
Wladimir J. van der Laan
c589f09115
Make qt-win32 gitian build deterministic
13 years ago
p2k
a8fe4b7a5f
Added a copy of the GPLv3 to macdeployqtplus
13 years ago
p2k
6eaa1b36fc
Mac Deployment Script
...
See notes.txt in contrib/macdeploy.
Also added a dash to the application name in src/qt/bitcoin.cpp
13 years ago
Wladimir J. van der Laan
8fb6134aa5
attempt to make build deterministic
13 years ago
Matt Corallo
fca0e799c2
Update Win32 gitian descriptor for bitcoin-qt.
13 years ago
Matt Corallo
2f91039c70
Add gitian descriptor for qt cross compile via MinGW.
13 years ago
Gavin Andresen
383ad8b8a6
Add notes on getting gitian builds going
13 years ago
Matt Corallo
472bbb750c
Update openssl to 1.0.0e.
13 years ago
Matt Corallo
438adb6c25
Decrease number of installed packages for Linux Gitian build.
13 years ago
Matt Corallo
f5e760268b
Remove wxWidgets gitian descriptors.
13 years ago
Matt Corallo
8ab246297b
Update Linux gitian descriptor for bitcoin-qt.
13 years ago
Gavin Andresen
b50ac8f73e
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.
13 years ago
Luke Dashjr
b4d0588d06
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed
13 years ago
Gavin Andresen
0b3f3657c8
Remove old wx translations, updated qt translations
13 years ago
David Perry
5a105cdb7d
Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
...
Signed-off-by: David Perry <enmaku@gmail.com>
13 years ago
David Perry
8ad100a55b
Added wallet tools
...
Signed-off-by: David Perry <enmaku@gmail.com>
13 years ago
Gavin Andresen
6b8a5ab622
Bump version to 0.4.1
13 years ago
Matt Corallo
3fc4c3a9f1
Add win32 gitian download config.
13 years ago
Gavin Andresen
a4f2c8419f
Script to create OSX .dmg diskimage file.
13 years ago
Matt Corallo
0920ad152f
Restructure gitian files and add download config files.
13 years ago
p2k
2c1fd3c395
Some Mac OS X specific things
...
* Added application icon for Mac OS X * Added instructions for compiling
under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
13 years ago
Matt Corallo
0295912479
Update gitian build descriptors to produce proper builds.
...
Thanks to makomk for finding the bugs here and devrandom
for passing them along (see
https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312 )
13 years ago
Matt Corallo
7b7d46be89
Fix build process to actually work.
13 years ago
Gavin Andresen
7464e647de
Bumped version numbers to 0.4.0rc1
13 years ago
Jeff Garzik
927aaa0f27
Add reference python miner, in contrib/pyminer/
13 years ago
Dev Random
e40bef3c0a
Add Gitian Build descriptors for Boost and wxWidgets.
13 years ago