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.
Wladimir J. van der Laan
2011-10-23 13:37:39 +02:00
3a30f34f1a
Revert "translation fixes"
Wladimir J. van der Laan
2011-10-23 11:20:39 +02:00
f86ecd4a06
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
Wladimir J. van der Laan
2011-10-23 10:08:44 +02:00
b50ac8f73e
Mac OSX release process changes
Gavin Andresen
2011-10-10 11:13:32 -04:00
53f21f6ee7
Added Spanish translation for qt
Alex B
2011-10-09 23:54:07 +02:00
d85f245800
Add alt-1..alt-5 shortcut to switch between tabs
Wladimir J. van der Laan
2011-10-09 21:40:03 +02:00
527137e3ee
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-10-07 13:21:45 +02:00
d934e7e3dd
Make "Quit" menu saner - Use 'x' for Exit shortcut - Set Ctrl-Q as global quit key sequence
Wladimir J. van der Laan
2011-10-09 21:06:28 +02:00
b4d0588d06
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed
Luke Dashjr
2011-10-09 14:23:20 -04:00
514b18722a
Remove 2 second sleep from CheckWork
David Joel Schwartz
2011-08-06 05:15:00 -08:00
65ba3e2f50
Bugfix: report error creating ThreadSocketHandler thread just like the rest
Luke Dashjr
2011-10-03 23:45:42 -04:00
a4e6ae101a
Only GetAdjustedTime once for the retry loop
Luke Dashjr
2011-10-03 23:41:47 -04:00
5a105cdb7d
Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
David Perry
2011-10-03 16:10:03 -07:00
8ad100a55b
Added wallet tools
David Perry
2011-10-03 14:04:11 -07:00
c923fe71b4
Update release-process to point to gitian.sigs repo.
Matt Corallo
2011-10-03 12:59:37 -04:00
ba2db7262b
Edited doc/readme-qt.rst via GitHub
Wladimir J. van der Laan
2011-10-02 10:47:23 +03:00
5d3083c3fb
Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by default, can be disabled or unsupported by option)
Luke Dashjr
2011-09-29 15:02:12 -04:00
74567f7ef1
remove code that reads addr.txt in LoadAddreses()
Nils Schneider
2011-10-01 22:27:02 +02:00
074d584a04
Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution
Forrest Voight
2011-09-06 18:15:46 -04:00
2f7f2a5fca
remove possibility of 63 bit overflow in ParseMoney - also, add unit tests for various functions in util.cpp/util.h
Wladimir J. van der Laan
2011-10-01 02:47:47 +02:00
608dacf689
only install translator when not empty
Wladimir J. van der Laan
2011-10-01 13:23:00 +02:00
452506fc41
simpler ByteReverse
Nils Schneider
2011-09-30 16:23:26 +02:00
6ccff2cbde
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-27 20:16:07 +02:00
07e2882366
qmake build system improvements - USE_SSL=1 to support RPC SSL - BDB_LIB_SUFFIX= to link against specific BDB version - Fix typo - Start lrelease during qmake phase to prevent errors/warnings
Wladimir J. van der Laan
2011-09-29 19:53:44 +02:00
a8b95ce6ed
use median filter for peer-reported reported number of blocks - fixes problem that one misconfigured or malicious node can mess up progress bar - implementation in src/util.h - testcase in src/test/util_tests.cpp
Wladimir J. van der Laan
2011-09-28 21:35:58 +02:00
4dcad1d294
Merge pull request #536 from TheBlueMatt/build-updates
Jeff Garzik
2011-09-28 09:27:25 -07:00
f8acc29fca
deprecate midstate and hash1 in getwork
Nils Schneider
2011-09-28 17:54:44 +02:00
eec44dad17
remove deprecated RPCs
Nils Schneider
2011-09-28 17:43:31 +02:00
45723584c5
Update release-process.txt with gitian release instructions.
Matt Corallo
2011-09-28 11:19:09 -04:00
ab1bbe5492
Merge pull request #533 from alexwaters/readme
Jeff Garzik
2011-09-27 20:47:06 -07:00
5902040874
translation handling improvements
Wladimir J. van der Laan
2011-09-27 20:47:51 +02:00
3a570dc80a
Use key recovery for message signatures
Pieter Wuille
2011-09-21 17:03:28 +02:00