Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-04 | Implement -min option to start minimized | Wladimir J. van der Laan | |
2011-11-03 | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | |
2011-11-02 | Mac Deployment Script | p2k | |
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp | |||
2011-10-23 | Translation lookup logic improvements | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists. | |||
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-01 | only install translator when not empty | Wladimir J. van der Laan | |
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-07 | Pull request #21: windows fixes/cleanup by Matoking | Janne Pulkkinen | |
2011-08-28 | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | |
2011-08-16 | fix issue #13 | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-08-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-08-02 | update readme and splash screen text | Wladimir J. van der Laan | |
2011-08-02 | add splash screen | 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-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-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-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-23 | experiment with internationalization (nl), unbreak build (externui.h->qtui.h) | Wladimir J. van der Laan | |
2011-06-18 | Use explicit resource initialization, apparently needed on some platforms | Wladimir J. van der Laan | |
2011-06-18 | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | |
functions | |||
2011-06-13 | Internationalization -- initial step, make _ return a std::string to prevent ↵ | Wladimir J. van der Laan | |
memory leaks | |||
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |