aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for 0.6.2v0.6.2Gavin Andresen2012-05-081-1/+1
* add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)Philip Kaufmann2012-05-011-1/+1
* fix DEPENDPATH in the project file, as json has no include sub-dir and src wa...Philip Kaufmann2012-05-011-1/+1
* Bump version numbers for 0.6.1rc1Gavin Andresen2012-04-271-1/+1
* Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-0/+2
* Remove headers.hPieter Wuille2012-04-171-1/+0
* enable all warnings except invalid-offsetof, sign-compare, unused-parameterWladimir J. van der Laan2012-04-151-2/+1
* Fix build.h dependenciesPieter Wuille2012-04-111-3/+3
* Force regeneration of build.h in qmake buildsPieter Wuille2012-04-111-0/+1
* Build identification stringsPieter Wuille2012-04-101-0/+10
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-2/+2
* Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen2012-04-051-6/+0
|\
| * Remove USE_SSL #defineGavin Andresen2012-04-041-6/+0
* | removed an unneeded space in bitcoin-qt.proPhilip Kaufmann2012-04-051-1/+1
|/
* Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan2012-04-041-3/+2
* remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan2012-04-041-1/+2
* Merge pull request #946 from luke-jr/bugfix_rm_mingwGavin Andresen2012-03-221-2/+13
|\
| * Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr2012-03-221-2/+13
* | Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-0/+2
|\ \
| * | CAddrMan: stochastic address managerPieter Wuille2012-02-241-0/+2
* | | Fix warning about deprecated unescaped backslashWladimir J. van der Laan2012-03-211-1/+1
| |/ |/|
* | Fix Win32 RPC Crashes.Matt Corallo2012-03-161-2/+2
* | Fix windows build in windows Qt SDKWladimir J. van der Laan2012-03-151-1/+1
* | Link -lrt library on LinuxWladimir J. van der Laan2012-03-141-0/+1
* | Add mruset and use it for setInventoryKnownPieter Wuille2012-02-271-0/+1
|/
* Make bitcoin-qt static-link libqrcode and add it for debian pkgs.Matt Corallo2012-02-151-8/+8
* Merge pull request #807 from TheBlueMatt/bip21Wladimir J. van der Laan2012-02-121-0/+10
|\
| * Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo2012-02-101-0/+10
* | Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan2012-02-101-1/+1
|/
* Increase client version to 0.6Gavin Andresen2012-02-071-1/+1
* Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-271-0/+9
* Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan2012-01-261-2/+4
|\
| * Add support for opening bitcoin: URIs directly.Matt Corallo2012-01-051-2/+4
* | Network stack refactorPieter Wuille2012-01-061-0/+2
|/
* Add QR Code support to Win32 Gitian build.Matt Corallo2011-12-251-2/+2
* Merge pull request #629 from sje397/masterWladimir J. van der Laan2011-12-231-0/+14
|\
| * Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje3972011-12-201-0/+14
* | Merge pull request #717 from TheBlueMatt/installerqtupgradeGavin Andresen2011-12-201-1/+5
|\ \ | |/ |/|
| * Implement "Start on window system startup" on Win32 + Linux.Matt Corallo2011-12-201-1/+5
* | Key import and exportPieter Wuille2011-12-171-0/+1
* | Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-0/+1
|/
* Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen2011-12-161-1/+1
* Move -lgdi32 after -lcrypto (fixes #681).Matt Corallo2011-12-031-1/+3
* Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-0/+2
* Bump version to 0.5.1Gavin Andresen2011-11-211-1/+1
* Tweak handling of boost filesystem versionsGavin Andresen2011-11-151-1/+1
* Static link on Linux. And better document release process on OSX.Gavin Andresen2011-11-071-0/+18
* do not use -fstack-protector on WindowsWladimir J. van der Laan2011-11-011-3/+6
* 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-251-0/+5