Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-25 | Update openssl to 1.0.0e. | Matt Corallo | |
2011-10-25 | Update setup.nsi for bitcoin-qt. | Matt Corallo | |
2011-10-25 | Decrease number of installed packages for Linux Gitian build. | Matt Corallo | |
2011-10-25 | Remove wxWidgets gitian descriptors. | Matt Corallo | |
2011-10-25 | Update Linux gitian descriptor for bitcoin-qt. | Matt Corallo | |
2011-10-25 | Allow miniupnpc include path specificaiton and fix link on Win32. | Matt Corallo | |
2011-10-25 | Optionally include additional QT plugins when required to build. | Matt Corallo | |
2011-10-25 | Add BOOST_THREAD_USE_LIB define. | Matt Corallo | |
2011-10-25 | Add option to specify a different suffix for boost_thread. | Matt Corallo | |
2011-10-25 | Add returns to avoid annoying compile-time warnings. | Matt Corallo | |
2011-10-25 | Add -Wno-strict-aliasing because boost breaks that too much. | Matt Corallo | |
2011-10-25 | Only define __STDC_LIMIT_MACROS if not already defined. | Matt Corallo | |
2011-10-25 | Update qt readme to indicate Qt is now the primary GUI. | Matt Corallo | |
2011-10-25 | Merge pull request #592 from dooglus/qt-at-spi-bug | Gavin Andresen | |
Warn about the qt-at-spi bug in Ubuntu 11.10. | |||
2011-10-24 | Warn about the qt-at-spi bug in Ubuntu 11.10. | Chris Moore | |
2011-10-24 | Merge pull request #584 from kwaaak/master | Gavin Andresen | |
Make build work on Mac OS X 10.7 Lion | |||
2011-10-24 | Merge pull request #586 from cjdelisle/hardening-bug-workaround | Gavin Andresen | |
Added a workaround for an Ubuntu bug which causes -fstack-protector-all t | |||
2011-10-24 | Merge pull request #591 from laanwj/translation_lookup_logic | Gavin Andresen | |
Translation look-up logic improvements for Qt UI | |||
2011-10-23 | Translation lookup logic improvements | Wladimir J. van der Laan | |
- 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. | |||
2011-10-23 | Revert "translation fixes" | Wladimir J. van der Laan | |
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5. | |||
2011-10-23 | translation fixes | Wladimir J. van der Laan | |
- 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 | |||
2011-10-22 | update translations: nb, es_CL (from transifex) | Nils Schneider | |
2011-10-16 | Added a workaround for an Ubuntu bug which causes -fstack-protector-all to ↵ | cjdelisle | |
be disregarded. | |||
2011-10-15 | Merge pull request #583 from laanwj/qt3 | Wladimir J. van der Laan | |
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 | |||
2011-10-14 | Make build work on Mac OS X 10.7 Lion | kwaaak | |
(32bit dependencies through MacPorts) | |||
2011-10-10 | Merge pull request #578 from luke-jr/bitcoind_build_improvements | Gavin Andresen | |
Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally | |||
2011-10-10 | bitcoind does not need to link with gthread-2.0 | Gavin Andresen | |
2011-10-10 | Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally | Luke Dashjr | |
2011-10-10 | Add spanish translation to TRANSLATIONSv0.5.0rc1 | Gavin Andresen | |
2011-10-10 | Merge pull request #577 from paraipanakos/master | Gavin Andresen | |
Spanish translation for new qt gui | |||
2011-10-10 | Merge pull request #576 from luke-jr/bitcoind_build_improvements | Gavin Andresen | |
bitcoind build improvements | |||
2011-10-10 | Mac OSX release process changes | Gavin Andresen | |
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. | |||
2011-10-09 | Added Spanish translation for qt | Alex B | |
2011-10-09 | Add alt-1..alt-5 shortcut to switch between tabs | Wladimir J. van der Laan | |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
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. | |||
2011-10-09 | Make "Quit" menu saner | Wladimir J. van der Laan | |
- Use 'x' for Exit shortcut - Set Ctrl-Q as global quit key sequence | |||
2011-10-09 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-10-09 | Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵ | Luke Dashjr | |
dynamic linking unless STATIC=1 is passed | |||
2011-10-09 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2011-10-09 | Merge pull request #573 from luke-jr/bugfix_bits_string | Gavin Andresen | |
Bugfix: getmemorypool "bits" should be a hex-string | |||
2011-10-09 | Merge pull request #575 from globalcitizen/master | Gavin Andresen | |
Unix build documentation improvements | |||
2011-10-09 | Fix typo. Improve Gentoo instructions. | globalcitizen | |
2011-10-09 | Improved Gentoo instructions. | globalcitizen | |
2011-10-09 | Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR} | globalcitizen | |
2011-10-09 | Collate generic dependency information. Segregate distribution-specific ↵ | globalcitizen | |
(Ubuntu/Debian) information. Add Gentoo information. | |||
2011-10-08 | Bump version to 0.5.0.0 | Gavin Andresen | |
2011-10-08 | Remove old wx translations, updated qt translations | Gavin Andresen | |
2011-10-07 | Remove ui_res from makefiles | Gavin Andresen | |
2011-10-07 | Fix build on windows and mac | Gavin Andresen | |
Replaced all occurrences of #if* __WXMSW__ with WIN32, and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made sure those are defined appropriately in the makefile and bitcoin-qt.pro. | |||
2011-10-06 | Merge pull request #572 from delirium---/master | Gavin Andresen | |
Fix for win64 build |