Bump version to 0.5.2
[novacoin.git] / bitcoin-qt.pro
2011-12-16 Luke DashjrBump version to 0.5.2
2011-12-16 Luke DashjrBump version to 0.5.0.3
2011-12-16 Luke DashjrBump version to 0.5.0.2
2011-12-05 Matt CoralloMove -lgdi32 after -lcrypto (fixes #681).
2011-12-04 Matt CoralloMove -lgdi32 after -lcrypto (fixes #681).
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-11-21 Gavin AndresenBump version to 0.5.1
2011-11-15 Gavin AndresenTweak handling of boost filesystem versions
2011-11-07 Gavin AndresenStatic link on Linux. And better document release proce...
2011-11-01 Wladimir J. van... do not use -fstack-protector on Windows
2011-10-25 Matt CoralloAllow miniupnpc include path specificaiton and fix...
2011-10-25 Matt CoralloOptionally include additional QT plugins when required...
2011-10-25 Matt CoralloAdd BOOST_THREAD_USE_LIB define.
2011-10-25 Matt CoralloAdd option to specify a different suffix for boost_thread.
2011-10-25 Matt CoralloAdd -Wno-strict-aliasing because boost breaks that...
2011-10-23 Wladimir J. van... Translation lookup logic improvements
2011-10-23 Wladimir J. van... Revert "translation fixes"
2011-10-23 Wladimir J. van... translation fixes
2011-10-15 Wladimir J. van... Merge pull request #583 from laanwj/qt3
2011-10-11 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-10-10 Gavin AndresenAdd spanish translation to TRANSLATIONS
2011-10-10 Gavin AndresenMac OSX release process changes
2011-10-09 p2kImproved Mac experience; QDoubleSpinBox for BitcoinAmou...
2011-10-09 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-10-08 Gavin AndresenBump version to 0.5.0.0
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-02 Luke DashjrBugfix: Restore old behaviour of USE_UPNP as close...
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Wladimir J. van... make USE_SSL actually work (thanks @prusnak for noticing)
2011-09-29 Wladimir J. van... qmake build system improvements
2011-09-28 Wladimir J. van... Update "other files" in Qt Creator with all documentati...
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-27 Wladimir J. van... translation handling improvements
2011-09-26 Matt CoralloOutput build temp files in build/ instead of current...
2011-09-24 Wladimir J. van... Change define to determine use of DBUS to USE_DBUS...
2011-09-24 Wladimir J. van... make qmake build system more configurable (as suggested...
2011-09-19 Wladimir J. van... put Q_OBJECT everywhere it should be (removes warnings...
2011-09-11 Wladimir J. van... remove transparency effect and windows-specific code...
2011-09-11 p2kSome Mac OS X specific things
2011-09-03 Wladimir J. van... (k)ubuntu 10.04+ notification support (based on @zwierz...
2011-09-02 Wladimir J. van... support USE_UPNP setting
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-08-31 Wladimir J. van... Wallet encryption part 2: ask passphrase when needed...
2011-08-28 Misbakh-Soloviev... add russian translation and add unicode compatibility...
2011-08-16 Wladimir J. van... add russian translation by msva
2011-07-29 Wladimir J. van... Full support for other units, add configuration option...
2011-07-26 Wladimir J. van... Re-apply pull request #10, it got lost for some reason
2011-07-25 Wladimir J. van... preparations for multiple unit (uBTC, mBTC, BTC) suppor...
2011-07-24 celil-kjClean up the project file.
2011-07-24 CelilOn Mac OS X do not link aginst the boost libraries...
2011-07-24 Wladimir J. van... add windows program (.exe) icon
2011-07-18 CelilMerge branch 'master' of https://github.com/laanwj...
2011-07-16 Wladimir J. van... add sendmany support
2011-07-15 CelilSuppress uninitialized warnings.
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-13 Wladimir J. van... Update mac build (alkor on forums)
2011-07-09 Wladimir J. van... wxp/mingw build fixes
2011-07-09 Wladimir J. van... add better windows7/vista look by nico_w
2011-07-09 Wladimir J. van... Add -fstack-protector to gcc CXX flags
2011-07-07 Wladimir J. van... Add German translation by nico_w
2011-07-07 Wladimir J. van... convert to full tab-based ui
2011-07-07 Wladimir J. van... Export functionality for transaction list
2011-07-05 Wladimir J. van... tab reorg phase 1: split main gui into "overview" and...
2011-07-03 Wladimir J. van... windows build fixes
2011-06-30 Wladimir J. van... Split off WalletModel from ClientModel, to be able...
2011-06-29 Wladimir J. van... Implement filter row instead of tabs, allows for more...
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-22 Wladimir J. van... use #ifdef QT_UI to distinguish Qt UI instead of hardco...
2011-06-20 Wladimir J. van... introduce bitcoin amount field with split amount/decima...
2011-06-20 markfixes for mac build
2011-06-14 Wladimir J. van... Add berkelydb version warning
2011-06-13 Wladimir J. van... link to -lcrypto as well
2011-06-13 Wladimir J. van... Internationalization -- conversion of strings from...
2011-06-12 Wladimir J. van... prepare internationalization; rename project to bitcoin-qt