Age | Commit message (Expand) | Author |
2012-04-14 | Show a message box when runaway exception happens | Wladimir J. van der Laan |
2012-04-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr |
2012-04-04 | qtui.h/noui.h interface cleanup | Wladimir J. van der Laan |
2012-04-04 | support RPC stop and encryptwallet with UI | Wladimir J. van der Laan |
2012-04-04 | remove unused CalledSetStatusBar and UIThreadCall notifications | Wladimir J. van der Laan |
2012-04-04 | Update UI through async calls MainFrameRepaint and AddressBookRepaint instead... | Wladimir J. van der Laan |
2012-04-04 | Code deduplication: make function in GUIUtil to get connection type to call o... | Wladimir J. van der Laan |
2012-04-04 | move QT_PLUGINS stuff to qt main file, where it belongs | Wladimir J. van der Laan |
2012-04-03 | VC2010 compile fixes | Wladimir J. van der Laan |
2012-03-26 | Disable bitcoin: URI handling on Windows for the 0.6 release | Gavin Andresen |
2012-03-21 | Correct date | Michael |
2012-02-26 | Reworked QT settings | Gavin Andresen |
2012-02-24 | Add option "-splash" so we can disable the splash screen. | Chris Moore |
2012-02-20 | Merge pull request #857 from laanwj/2012_02_fixhelpwindow | Wladimir J. van der Laan |
2012-02-17 | Allow setting UI language from commandline (implements #678) | Wladimir J. van der Laan |
2012-02-17 | On windows, show message box with help, as there is no stderr (fixes #702) | Wladimir J. van der Laan |
2012-02-10 | Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. | Matt Corallo |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo |
2011-12-23 | Comments update | Wladimir J. van der Laan |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan |
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr |
2011-12-19 | Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsing | Gavin Andresen |
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo |
2011-12-09 | When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() | Rune K Svendsen |
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 |
2011-10-23 | Translation lookup logic improvements | Wladimir J. van der Laan |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k |
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 |
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 (used... | 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-03 | windows build fixes | Wladimir J. van der Laan |
2011-06-30 | Split off WalletModel from ClientModel, to be able to support multi-wallets i... | Wladimir J. van der Laan |
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 funct... | Wladimir J. van der Laan |
2011-06-13 | Internationalization -- initial step, make _ return a std::string to prevent ... | Wladimir J. van der Laan |
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan |