aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
AgeCommit message (Collapse)Author
2011-10-08Bump version to 0.5.0.0Gavin Andresen
2011-10-07Fix build on windows and macGavin 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-09-30remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider
2011-09-29qmake build system improvementsWladimir J. van der Laan
- 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
2011-09-28Update "other files" in Qt Creator with all documentation now that the ↵Wladimir J. van der Laan
projects merged
2011-09-28Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
Conflicts: .gitignore (used upstream version) bitcoin-qt.pro
2011-09-27translation handling improvementsWladimir J. van der Laan
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation
2011-09-26Output build temp files in build/ instead of current directory.Matt Corallo
2011-09-24Change define to determine use of DBUS to USE_DBUS, to prevent overlap with ↵Wladimir J. van der Laan
Qt-defined QT_DBUS
2011-09-24make qmake build system more configurable (as suggested by lukejr)Wladimir J. van der Laan
2011-09-19put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan
2011-09-11remove transparency effect and windows-specific code for now, it's not ↵Wladimir J. van der Laan
working as supposed
2011-09-11Some Mac OS X specific thingsp2k
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
2011-09-03(k)ubuntu 10.04+ notification support (based on @zwierzak his code)Wladimir J. van der Laan
2011-09-02support USE_UPNP settingWladimir J. van der Laan
2011-09-02update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan
2011-08-28add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A
2011-08-16add russian translation by msvaWladimir J. van der Laan
2011-07-29Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan
(used when displaying amounts)
2011-07-26Re-apply pull request #10, it got lost for some reasonWladimir J. van der Laan
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan
2011-07-24Clean up the project file.celil-kj
2011-07-24On Mac OS X do not link aginst the boost libraries in UNIX:LIBSCelil
2011-07-24add windows program (.exe) iconWladimir J. van der Laan
2011-07-16add sendmany supportWladimir J. van der Laan
2011-07-15Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-13Update mac build (alkor on forums)Wladimir J. van der Laan
2011-07-09wxp/mingw build fixesWladimir J. van der Laan
2011-07-09add better windows7/vista look by nico_wWladimir J. van der Laan
2011-07-09Add -fstack-protector to gcc CXX flagsWladimir J. van der Laan
2011-07-07Add German translation by nico_wWladimir J. van der Laan
2011-07-07convert to full tab-based uiWladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir J. van der Laan
2011-07-05tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan
2011-07-03windows build fixesWladimir J. van der Laan
2011-06-30Split off WalletModel from ClientModel, to be able to support multi-wallets ↵Wladimir J. van der Laan
in future
2011-06-29Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan
2011-06-26update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan
2011-06-22use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0Wladimir J. van der Laan
2011-06-20introduce bitcoin amount field with split amount/decimals, to protect ↵Wladimir J. van der Laan
against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0)
2011-06-20fixes for mac buildmark
2011-06-14Add berkelydb version warningWladimir J. van der Laan
2011-06-13link to -lcrypto as wellWladimir J. van der Laan
2011-06-13Internationalization -- conversion of strings from bitcoin coreWladimir J. van der Laan
2011-06-12prepare internationalization; rename project to bitcoin-qtWladimir J. van der Laan