Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-15 | Merge pull request #583 from laanwj/qt3 | Wladimir J. van der Laan | |
More Qt GUI updates - Make USE_SSL qmake build flag actually work - Improve mac experience, general UI improvements - Add keyboard shortcut to switch between tabs | |||
2011-10-10 | Add spanish translation to TRANSLATIONSv0.5.0rc1 | Gavin Andresen | |
2011-10-10 | Mac OSX release process changes | Gavin Andresen | |
Rename App Bundle "Bitcoin-Qt.app" instead of "Bitcoin Qt" for consistency with Windows/Linux. Update create_osx_dmg.sh script to use macdeployqt tool. Add ifdef STATIC to makefile.osx to build bitcoind static or dynamic. | |||
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up. | |||
2011-10-09 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-10-08 | Bump version to 0.5.0.0 | Gavin Andresen | |
2011-10-07 | Fix build on windows and mac | Gavin Andresen | |
Replaced all occurrences of #if* __WXMSW__ with WIN32, and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made sure those are defined appropriately in the makefile and bitcoin-qt.pro. | |||
2011-10-02 | Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & ↵ | Luke Dashjr | |
enabled by default, can be disabled or unsupported by option) | |||
2011-09-30 | remove cryptopp dependency, add simple unittest for SHA256Transform() | Nils Schneider | |
2011-09-30 | make USE_SSL actually work (thanks @prusnak for noticing) | Wladimir J. van der Laan | |
2011-09-29 | qmake build system improvements | Wladimir J. van der Laan | |
- USE_SSL=1 to support RPC SSL - BDB_LIB_SUFFIX= to link against specific BDB version - Fix typo - Start lrelease during qmake phase to prevent errors/warnings | |||
2011-09-28 | Update "other files" in Qt Creator with all documentation now that the ↵ | Wladimir J. van der Laan | |
projects merged | |||
2011-09-28 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: .gitignore (used upstream version) bitcoin-qt.pro | |||
2011-09-27 | translation handling improvements | Wladimir J. van der Laan | |
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation | |||
2011-09-26 | Output build temp files in build/ instead of current directory. | Matt Corallo | |
2011-09-24 | Change define to determine use of DBUS to USE_DBUS, to prevent overlap with ↵ | Wladimir J. van der Laan | |
Qt-defined QT_DBUS | |||
2011-09-24 | make qmake build system more configurable (as suggested by lukejr) | Wladimir J. van der Laan | |
2011-09-19 | put Q_OBJECT everywhere it should be (removes warnings when running lupdate) | Wladimir J. van der Laan | |
2011-09-11 | remove transparency effect and windows-specific code for now, it's not ↵ | Wladimir J. van der Laan | |
working as supposed | |||
2011-09-11 | Some Mac OS X specific things | p2k | |
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts | |||
2011-09-03 | (k)ubuntu 10.04+ notification support (based on @zwierzak his code) | Wladimir J. van der Laan | |
2011-09-02 | support USE_UPNP setting | Wladimir J. van der Laan | |
2011-09-02 | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan | |
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |
2011-08-28 | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | |
2011-08-16 | add russian translation by msva | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-26 | Re-apply pull request #10, it got lost for some reason | Wladimir J. van der Laan | |
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
2011-07-24 | Clean up the project file. | celil-kj | |
2011-07-24 | On Mac OS X do not link aginst the boost libraries in UNIX:LIBS | Celil | |
2011-07-24 | add windows program (.exe) icon | Wladimir J. van der Laan | |
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-15 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-13 | Update mac build (alkor on forums) | Wladimir J. van der Laan | |
2011-07-09 | wxp/mingw build fixes | Wladimir J. van der Laan | |
2011-07-09 | add better windows7/vista look by nico_w | Wladimir J. van der Laan | |
2011-07-09 | Add -fstack-protector to gcc CXX flags | Wladimir J. van der Laan | |
2011-07-07 | Add German translation by nico_w | Wladimir J. van der Laan | |
2011-07-07 | convert to full tab-based ui | Wladimir J. van der Laan | |
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-07-05 | tab reorg phase 1: split main gui into "overview" and "history" | Wladimir J. van der Laan | |
2011-07-03 | windows build fixes | Wladimir J. van der Laan | |
2011-06-30 | Split off WalletModel from ClientModel, to be able to support multi-wallets ↵ | Wladimir J. van der Laan | |
in future | |||
2011-06-29 | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | |
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-22 | use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0 | Wladimir J. van der Laan | |
2011-06-20 | introduce bitcoin amount field with split amount/decimals, to protect ↵ | Wladimir J. van der Laan | |
against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0) | |||
2011-06-20 | fixes for mac build | mark | |
2011-06-14 | Add berkelydb version warning | Wladimir J. van der Laan | |