Matt Corallo
38f33ce4a3
Add debian build folder
13 years ago
Matt Corallo
2b814d6eb0
Re-add bitcoin(32&80).xpm
13 years ago
Nils Schneider
560078a768
add doc/translation_process.md
13 years ago
Nils Schneider
e1739cbf38
merged translations from transifex: da de es es_CL nb nl ru zh_TW
13 years ago
Pieter Wuille
09d7be3e63
Merge commit 'v0.5.0rc3'
13 years ago
Wladimir J. van der Laan
7e91dd27da
Merge pull request #609 from iongchun/add-zhtw
...
add zh_TW locale
13 years ago
Gavin Andresen
d6245ca5d9
Mention Qt4 runtime dependencies
13 years ago
Gavin Andresen
a5f07cbea0
Static link on Linux. And better document release process on OSX.
13 years ago
Pieter Wuille
d825e6a31b
Some extra comments
13 years ago
Ang Iong Chun
1615c14756
add zh_TW locale
13 years ago
Wladimir J. van der Laan
81a28d7a6f
Merge pull request #606 from dooglus/add-english-translation
...
Add English translation to fix plural(s).
13 years ago
Chris Moore
2989b462a5
Add English translation to fix plural(s).
13 years ago
Gavin Andresen
ab15ebaae8
Merge branch 'master' of github.com:bitcoin/bitcoin
13 years ago
Gavin Andresen
f6aacbfe6d
Mac releases use macdeployqtplus
13 years ago
Gavin Andresen
25e6573317
Merge pull request #604 from laanwj/winqt_deterministic
...
Make qt-win32 gitian build deterministic
13 years ago
Wladimir J. van der Laan
c589f09115
Make qt-win32 gitian build deterministic
13 years ago
Gavin Andresen
8c69b6621c
Merge git://github.com/p2k/bitcoin-qt
13 years ago
Clark Gaebel
f873b84d6e
Added simple critical section test cases.
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
Clark Gaebel
3083cf100a
Cleaned up the critical section macros.
13 years ago
Gavin Andresen
434a483d50
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.
13 years ago
Wladimir J. van der Laan
8fb6134aa5
attempt to make build deterministic
13 years ago
Wladimir J. van der Laan
533c82ce92
do not use -fstack-protector on Windows
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
Jeff Garzik
02d630c37f
Remove vladimir's DNS seed, at his request.
13 years ago
Wladimir J. van der Laan
8d3e1becf0
Save translators some work
...
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
13 years ago
Gavin Andresen
383ad8b8a6
Add notes on getting gitian builds going
13 years ago
Gavin Andresen
7ec064b88e
Update documentation to reflect reality (no win32 gitian builds, new Mac process)
13 years ago
Matt Corallo
472bbb750c
Update openssl to 1.0.0e.
13 years ago
Matt Corallo
d1df571746
Update setup.nsi for bitcoin-qt.
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
Matt Corallo
aaf71d8453
Allow miniupnpc include path specificaiton and fix link on Win32.
13 years ago
Matt Corallo
5f2e76b8c7
Optionally include additional QT plugins when required to build.
13 years ago
Matt Corallo
3f197952bd
Add BOOST_THREAD_USE_LIB define.
13 years ago
Matt Corallo
0e569e4a27
Add option to specify a different suffix for boost_thread.
13 years ago
Matt Corallo
0767e69199
Add returns to avoid annoying compile-time warnings.
13 years ago
Matt Corallo
d041590218
Add -Wno-strict-aliasing because boost breaks that too much.
13 years ago
Matt Corallo
25a9a1f62b
Only define __STDC_LIMIT_MACROS if not already defined.
13 years ago
Matt Corallo
f891cc9415
Update qt readme to indicate Qt is now the primary GUI.
13 years ago
Gavin Andresen
20601f3477
Merge pull request #592 from dooglus/qt-at-spi-bug
...
Warn about the qt-at-spi bug in Ubuntu 11.10.
13 years ago
Chris Moore
6c33ec4045
Warn about the qt-at-spi bug in Ubuntu 11.10.
13 years ago
Gavin Andresen
f9f289aba5
Merge pull request #584 from kwaaak/master
...
Make build work on Mac OS X 10.7 Lion
13 years ago
Gavin Andresen
d760b5c979
Merge pull request #586 from cjdelisle/hardening-bug-workaround
...
Added a workaround for an Ubuntu bug which causes -fstack-protector-all t
13 years ago
Gavin Andresen
cf908574cf
Merge pull request #591 from laanwj/translation_lookup_logic
...
Translation look-up logic improvements for Qt UI
13 years ago
Wladimir J. van der Laan
5c92622ad6
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.
13 years ago
Wladimir J. van der Laan
3a30f34f1a
Revert "translation fixes"
...
This reverts commit f86ecd4a06
.
13 years ago