aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #609 from iongchun/add-zhtwWladimir J. van der Laan2011-11-072-0/+2325
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | add zh_TW locale
| * | | | | | | add zh_TW localeAng Iong Chun2011-11-062-0/+2325
| |/ / / / / /
* / / / / / / Static link on Linux. And better document release process on OSX.Gavin Andresen2011-11-073-5/+27
|/ / / / / /
* | | | | | Merge pull request #606 from dooglus/add-english-translationWladimir J. van der Laan2011-11-042-0/+2301
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add English translation to fix plural(s).
| * | | | | | Add English translation to fix plural(s).Chris Moore2011-11-042-0/+2301
| | | | | | |
* | | | | | | Merge branch 'master' of github.com:bitcoin/bitcoinv0.5.0rc2Gavin Andresen2011-11-041-4/+17
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #604 from laanwj/winqt_deterministicGavin Andresen2011-11-031-4/+17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make qt-win32 gitian build deterministic
| | * | | | | | | Make qt-win32 gitian build deterministicWladimir J. van der Laan2011-11-031-4/+17
| |/ / / / / / /
* / / / / / / / Mac releases use macdeployqtplusGavin Andresen2011-11-046-81/+8
|/ / / / / / /
* | | | | | | Merge git://github.com/p2k/bitcoin-qtGavin Andresen2011-11-037-1/+1074
|\ \ \ \ \ \ \
| * | | | | | | Added a copy of the GPLv3 to macdeployqtplusp2k2011-11-021-0/+674
| | | | | | | |
| * | | | | | | Mac Deployment Scriptp2k2011-11-026-1/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp
| * | | | | | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-10-119-69/+2607
| |\ \ \ \ \ \ \
* | | | | | | | | Update documentation to reflect 0.5 reality. And removed leading $ from ↵Gavin Andresen2011-11-012-42/+70
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | shell commands, so it is easier to copy and paste from release-process.txt.
* | | | | | | | attempt to make build deterministicWladimir J. van der Laan2011-11-011-1/+4
| | | | | | | |
* | | | | | | | do not use -fstack-protector on WindowsWladimir J. van der Laan2011-11-011-3/+6
| | | | | | | |
* | | | | | | | Update Win32 gitian descriptor for bitcoin-qt.Matt Corallo2011-11-011-18/+7
| | | | | | | |
* | | | | | | | Add gitian descriptor for qt cross compile via MinGW.Matt Corallo2011-11-011-0/+41
| | | | | | | |
* | | | | | | | Remove vladimir's DNS seed, at his request.Jeff Garzik2011-10-311-1/+0
| | | | | | | |
* | | | | | | | Save translators some workWladimir J. van der Laan2011-10-291-145/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
* | | | | | | | Add notes on getting gitian builds goingGavin Andresen2011-10-251-0/+31
| | | | | | | |
* | | | | | | | Update documentation to reflect reality (no win32 gitian builds, new Mac ↵Gavin Andresen2011-10-253-135/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | process)
* | | | | | | | Update openssl to 1.0.0e.Matt Corallo2011-10-252-5/+9
| | | | | | | |
* | | | | | | | Update setup.nsi for bitcoin-qt.Matt Corallo2011-10-251-4/+1
| | | | | | | |
* | | | | | | | Decrease number of installed packages for Linux Gitian build.Matt Corallo2011-10-251-1/+4
| | | | | | | |
* | | | | | | | Remove wxWidgets gitian descriptors.Matt Corallo2011-10-252-82/+0
| | | | | | | |
* | | | | | | | Update Linux gitian descriptor for bitcoin-qt.Matt Corallo2011-10-251-22/+8
| | | | | | | |
* | | | | | | | Allow miniupnpc include path specificaiton and fix link on Win32.Matt Corallo2011-10-251-2/+4
| | | | | | | |
* | | | | | | | Optionally include additional QT plugins when required to build.Matt Corallo2011-10-252-0/+15
| | | | | | | |
* | | | | | | | Add BOOST_THREAD_USE_LIB define.Matt Corallo2011-10-251-1/+1
| | | | | | | |
* | | | | | | | Add option to specify a different suffix for boost_thread.Matt Corallo2011-10-251-1/+7
| | | | | | | |
* | | | | | | | Add returns to avoid annoying compile-time warnings.Matt Corallo2011-10-252-0/+2
| | | | | | | |
* | | | | | | | Add -Wno-strict-aliasing because boost breaks that too much.Matt Corallo2011-10-251-1/+1
| | | | | | | |
* | | | | | | | Only define __STDC_LIMIT_MACROS if not already defined.Matt Corallo2011-10-251-2/+6
| | | | | | | |
* | | | | | | | Update qt readme to indicate Qt is now the primary GUI.Matt Corallo2011-10-251-3/+3
| | | | | | | |
* | | | | | | | Merge pull request #592 from dooglus/qt-at-spi-bugGavin Andresen2011-10-251-0/+16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Warn about the qt-at-spi bug in Ubuntu 11.10.
| * | | | | | | Warn about the qt-at-spi bug in Ubuntu 11.10.Chris Moore2011-10-241-0/+16
|/ / / / / / /
* | | | | | | Merge pull request #584 from kwaaak/masterGavin Andresen2011-10-241-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make build work on Mac OS X 10.7 Lion
| * | | | | | | Make build work on Mac OS X 10.7 Lion kwaaak2011-10-141-0/+3
| | |/ / / / / | |/| | | | | | | | | | | | (32bit dependencies through MacPorts)
* | | | | | | Merge pull request #586 from cjdelisle/hardening-bug-workaroundGavin Andresen2011-10-241-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added a workaround for an Ubuntu bug which causes -fstack-protector-all t
| * | | | | | | Added a workaround for an Ubuntu bug which causes -fstack-protector-all to ↵cjdelisle2011-10-161-1/+6
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | be disregarded.
* | | | | | | Merge pull request #591 from laanwj/translation_lookup_logicGavin Andresen2011-10-243-13/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Translation look-up logic improvements for Qt UI
| * | | | | | | Translation lookup logic improvementsWladimir J. van der Laan2011-10-233-13/+27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | | Revert "translation fixes"Wladimir J. van der Laan2011-10-237-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.
* | | | | | | translation fixesWladimir J. van der Laan2011-10-237-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | update translations: nb, es_CL (from transifex)Nils Schneider2011-10-222-0/+4662
|/ / / / / /
* | | | | | Merge pull request #583 from laanwj/qt3Wladimir J. van der Laan2011-10-1522-131/+465
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | 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
| * | | | Add alt-1..alt-5 shortcut to switch between tabsWladimir J. van der Laan2011-10-091-0/+5
| | | | |
| * | | | Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-0918-112/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
| * | | | Make "Quit" menu sanerWladimir J. van der Laan2011-10-094-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | - Use 'x' for Exit shortcut - Set Ctrl-Q as global quit key sequence