aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
AgeCommit message (Expand)Author
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-31qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-05Compile into build_test when creating bitcoin-qt_testGavin Andresen
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
2013-07-18Merge pull request #2670 from laanwj/2013_05_datadirWladimir J. van der Laan
2013-07-10Remove readme-qt.rst and update documentation for readme-qt.mdfanquake
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-16qt: allow user to choose data directoryWladimir J. van der Laan
2013-06-10Merge pull request #2154 from CodeShark/dependencycleanupJeff Garzik
2013-06-06Bitcoin-Qt: small updates to project filePhilip Kaufmann
2013-06-05Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo
2013-06-04build: kill off the QT_GUI defineCory Fields
2013-06-03Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFixJonas Schnelli
2013-06-03MaxOSX: settings fixes (#2371)Jonas Schnelli
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2013-05-30Merge pull request #2615 from jonasschnelli/mac10_8_not_centerWladimir J. van der Laan
2013-05-24osx: make use of the 10.8+ user notification center to display growl like not...Jonas Schnelli
2013-05-22doc/README was replaced by README.mdv0.8.2rc2Gavin Andresen
2013-05-10Update version numbers for 0.8.2rc1 releasev0.8.2rc1Gavin Andresen
2013-05-09Link with boost_chrono library on OSXGavin Andresen
2013-04-17new splash screenJonas Schnelli
2013-04-10fix bitcoin-qt.rc not showing up in Qt CreatorPhilip Kaufmann
2013-04-04Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.proPhilip Kaufmann
2013-04-04Merge pull request #2454 from TheBlueMatt/masterWladimir J. van der Laan
2013-04-04add missing limitedmap.h to bitcoin-qt.proPhilip Kaufmann
2013-04-03Fix leveldb make flags.Matt Corallo
2013-03-29Merge pull request #2411 from TheBlueMatt/masterJeff Garzik
2013-03-24(finally) Remove IRC Seed support now that lfnet is down.Matt Corallo
2013-03-22Minimal architectural changes necessary to support multiple wallets in bitcoi...Eric Lombrozo
2013-03-19re-enable -D_FORTIFY_SOURCE=2 for all platformsPhilip Kaufmann
2013-02-23Merge pull request #2186 from Diapolo/misc_stuffWladimir J. van der Laan
2013-02-23Merge pull request #2299 from gavinandresen/localsocketuriWladimir J. van der Laan
2013-02-22Fix qt unit test build on OSXGavin Andresen
2013-02-20small changes in init, main, checkpoints.h and bitcoin-qt.proPhilip Kaufmann
2013-02-15Minor build fixesGavin Andresen
2013-02-15Pass compiler flags down into leveldb makeGavin Andresen
2013-02-12Reimplement click-to-pay links. Add OSX support.Gavin Andresen
2013-02-06Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1Gavin Andresen
2013-01-30Bump version numbers for 0.8 releaseGavin Andresen
2013-01-30Support large files on 32-bit LinuxPieter Wuille
2013-01-23Port leveldb to MinGW32Gavin Andresen
2013-01-23Merge pull request #2167 from Diapolo/Qt_laa_flagGavin Andresen
2013-01-19Merge pull request #2109 from Diapolo/qt-pro-file-win32Wladimir J. van der Laan
2013-01-17Merge pull request #2060 from sipa/parallelGavin Andresen
2013-01-17enable GCC large address aware linker flag (Windows only)Philip Kaufmann
2013-01-16Add a CBloomFilter class for use as a transaction filter.Matt Corallo
2013-01-16Add MurmurHash3 implementation to hash.h/add hash.cpp.Matt Corallo
2013-01-08Parallelize script verificationPieter Wuille
2012-12-18Split off hash.h from util.hPieter Wuille