2f91039c70
Add gitian descriptor for qt cross compile via MinGW.
Matt Corallo
2011-10-06 00:13:57 -04:00
02d630c37f
Remove vladimir's DNS seed, at his request.
Jeff Garzik
2011-10-31 12:42:01 -04:00
8d3e1becf0
Save translators some work - Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
Wladimir J. van der Laan
2011-10-29 23:09:58 +02:00
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