aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
AgeCommit message (Expand)Author
2012-05-08Bump versions for 0.6.2v0.6.2Gavin Andresen
2012-05-01add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)Philip Kaufmann
2012-05-01fix DEPENDPATH in the project file, as json has no include sub-dir and src wa...Philip Kaufmann
2012-04-27Bump version numbers for 0.6.1rc1Gavin Andresen
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-15enable all warnings except invalid-offsetof, sign-compare, unused-parameterWladimir J. van der Laan
2012-04-11Fix build.h dependenciesPieter Wuille
2012-04-11Force regeneration of build.h in qmake buildsPieter Wuille
2012-04-10Build identification stringsPieter Wuille
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-05Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-04-05removed an unneeded space in bitcoin-qt.proPhilip Kaufmann
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan
2012-04-04remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan
2012-03-22Merge pull request #946 from luke-jr/bugfix_rm_mingwGavin Andresen
2012-03-22Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-21Fix warning about deprecated unescaped backslashWladimir J. van der Laan
2012-03-16Fix Win32 RPC Crashes.Matt Corallo
2012-03-15Fix windows build in windows Qt SDKWladimir J. van der Laan
2012-03-14Link -lrt library on LinuxWladimir J. van der Laan
2012-02-27Add mruset and use it for setInventoryKnownPieter Wuille
2012-02-24CAddrMan: stochastic address managerPieter Wuille
2012-02-15Make bitcoin-qt static-link libqrcode and add it for debian pkgs.Matt Corallo
2012-02-12Merge pull request #807 from TheBlueMatt/bip21Wladimir J. van der Laan
2012-02-10Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo
2012-02-10Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan
2012-02-07Increase client version to 0.6Gavin Andresen
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-06Network stack refactorPieter Wuille
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2011-12-25Add QR Code support to Win32 Gitian build.Matt Corallo
2011-12-23Merge pull request #629 from sje397/masterWladimir J. van der Laan
2011-12-20Merge pull request #717 from TheBlueMatt/installerqtupgradeGavin Andresen
2011-12-20Implement "Start on window system startup" on Win32 + Linux.Matt Corallo
2011-12-20Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje397
2011-12-17Key import and exportPieter Wuille
2011-12-17Add GetSecret() and GetKeys() to CKeyStorePieter Wuille
2011-12-16Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen
2011-12-03Move -lgdi32 after -lcrypto (fixes #681).Matt Corallo
2011-12-01Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen
2011-11-21Bump version to 0.5.1Gavin Andresen
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-11-01do not use -fstack-protector on WindowsWladimir J. van der Laan
2011-10-25Allow miniupnpc include path specificaiton and fix link on Win32.Matt Corallo
2011-10-25Optionally include additional QT plugins when required to build.Matt Corallo