aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
AgeCommit message (Expand)Author
2012-10-09Compile/link Bitcoin-Qt.app with -pthreadGavin Andresen
2012-09-06Remove json/*.cpp from Qt build systemWladimir J. van der Laan
2012-08-27Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-05small updates to Bitcoin-Qt project filePhilip Kaufmann
2012-05-08Bump version to 0.5.6Luke Dashjr
2012-05-02add 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 to 0.5.5Luke Dashjr
2012-03-26Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-22Fix warning about deprecated unescaped backslashWladimir J. van der Laan
2012-03-22Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr
2012-03-21Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-19Bump version to 0.5.0.6Luke Dashjr
2012-03-19Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of buildLuke Dashjr
2012-03-16Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-16Bump version to 0.5.4Luke Dashjr
2012-03-16Bump version to 0.5.0.5Luke Dashjr
2012-03-16Fix Win32 RPC Crashes.Matt Corallo
2012-02-17Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-14Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan
2012-01-10Bump version to 0.5.3Luke Dashjr
2012-01-10Bump version to 0.5.0.4Luke Dashjr
2011-12-16Bump version to 0.5.2Luke Dashjr
2011-12-15Bump version to 0.5.0.3Luke Dashjr
2011-12-15Bump version to 0.5.0.2Luke Dashjr
2011-12-05Move -lgdi32 after -lcrypto (fixes #681).Matt Corallo
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-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
2011-10-25Add BOOST_THREAD_USE_LIB define.Matt Corallo
2011-10-25Add option to specify a different suffix for boost_thread.Matt Corallo
2011-10-25Add -Wno-strict-aliasing because boost breaks that too much.Matt Corallo
2011-10-23Translation lookup logic improvementsWladimir J. van der Laan
2011-10-23Revert "translation fixes"Wladimir J. van der Laan
2011-10-23translation fixesWladimir J. van der Laan
2011-10-15Merge pull request #583 from laanwj/qt3Wladimir J. van der Laan
2011-10-10Add spanish translation to TRANSLATIONSv0.5.0rc1Gavin Andresen
2011-10-10Mac OSX release process changesGavin Andresen
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k
2011-10-09Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-10-08Bump version to 0.5.0.0Gavin Andresen
2011-10-07Fix build on windows and macGavin Andresen
2011-10-02Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabl...Luke Dashjr
2011-09-30remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider