53 Commits (bd51e8ef8a388bfd1a7c774fac8e68eefe12da32)

Author SHA1 Message Date
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Wladimir J. van der Laan a7a0c7a1bf Show a message box when runaway exception happens 13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 1a3f0da922 support RPC stop and encryptwallet with UI 13 years ago
Wladimir J. van der Laan f0b5e9e116 remove unused CalledSetStatusBar and UIThreadCall notifications 13 years ago
Wladimir J. van der Laan 98e6175874 Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer. 13 years ago
Wladimir J. van der Laan 7e7bcce2d9 Code deduplication: make function in GUIUtil to get connection type to call object slot in GUI thread 13 years ago
Wladimir J. van der Laan 55f69a4700 move QT_PLUGINS stuff to qt main file, where it belongs 13 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 13 years ago
Gavin Andresen 7b90edb5a6 Disable bitcoin: URI handling on Windows for the 0.6 release 13 years ago
Michael 246c20e8a9 Correct date 13 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago
Chris Moore ec4efde40c Add option "-splash" so we can disable the splash screen. 13 years ago
Wladimir J. van der Laan 72075edafb Allow setting UI language from commandline (implements #678) 13 years ago
Wladimir J. van der Laan bc5e6b9f21 On windows, show message box with help, as there is no stderr (fixes #702) 13 years ago
Matt Corallo 245484679a Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Matt Corallo 7d145a0f59 Add support for opening bitcoin: URIs directly. 13 years ago
Wladimir J. van der Laan c75abc9f7e Comments update 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Matt Corallo 7ca47cece7 Fix status bar not displaying Alerts. 13 years ago
Rune K Svendsen 4dba26620c When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() 13 years ago
Wladimir J. van der Laan 7915370cb9 Implement -min option to start minimized 13 years ago
p2k 6eaa1b36fc Mac Deployment Script 13 years ago
Wladimir J. van der Laan 5c92622ad6 Translation lookup logic improvements 13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Wladimir J. van der Laan 608dacf689 only install translator when not empty 13 years ago
Wladimir J. van der Laan 5902040874 translation handling improvements 13 years ago
Janne Pulkkinen 94723e27ad Pull request #21: windows fixes/cleanup by Matoking 13 years ago
Misbakh-Soloviev Vadim A 3f0816e3d9 add russian translation and add unicode compatibility (merges pull request #20) 13 years ago
Wladimir J. van der Laan 8c4738d5a7 fix issue #13 13 years ago
Wladimir J. van der Laan b0849613bf QtUI code cleanup / comment improvements 13 years ago
Wladimir J. van der Laan 856aacf388 don't include <QDebug> 13 years ago
Wladimir J. van der Laan 5762295ec3 update readme and splash screen text 13 years ago
Wladimir J. van der Laan 10d680cff4 add splash screen 13 years ago
Wladimir J. van der Laan ee014e5b10 Full support for other units, add configuration option for default unit (used when displaying amounts) 13 years ago
Wladimir J. van der Laan c87cdc9160 wxp/mingw build fixes 13 years ago
Wladimir J. van der Laan 0b814f9ea3 add better windows7/vista look by nico_w 13 years ago
Wladimir J. van der Laan 8fe2308b34 windows build fixes 13 years ago
Wladimir J. van der Laan ef079e183b Split off WalletModel from ClientModel, to be able to support multi-wallets in future 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Wladimir J. van der Laan daaee738fc experiment with internationalization (nl), unbreak build (externui.h->qtui.h) 13 years ago
Wladimir J. van der Laan 45c4a0b354 Use explicit resource initialization, apparently needed on some platforms 14 years ago
Wladimir J. van der Laan 0f3981bea9 remove commented code, use // for one-line comments and comments inside functions 14 years ago
Wladimir J. van der Laan 39cf857db9 Internationalization -- initial step, make _ return a std::string to prevent memory leaks 14 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 14 years ago