933 Commits (1a12b3e09079c26deb48a547cdfcc7ffdd176dee)

Author SHA1 Message Date
Matt Corallo 245484679a Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. 13 years ago
Matt Corallo cce89ead18 Add -req prefixes to comply with BIP21. 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Wladimir J. van der Laan ab07866c8d Restructure credit transaction decomposition (solves issue #689) 13 years ago
Nils Schneider 9d4b05c0dc fetch translations from transifex 13 years ago
Wladimir J. van der Laan f69b82e78a Change up/down increment in UI to 0.001 BTC (issue #760) 13 years ago
Wladimir J. van der Laan d2291cce92 Remove loose amp; from Portugese translation (issue #701) 13 years ago
Luke Dashjr 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582) 13 years ago
Wladimir J. van der Laan 06706ab8ef Remove erroneous ":" in front of port in options dialog (introduced with network refactor) 13 years ago
Wladimir J. van der Laan be4d08b261 fix the build (port IP validation in options to network refactoring) 13 years ago
Wladimir J. van der Laan b2a967cd0b Revert to global progress indication (see #753) 13 years ago
Janne Pulkkinen 29b7273153 *Clear all has a tooltip now *About dialog updated 13 years ago
Lars Rasmusson b985efaac1 Replace tabs with four spaces to comply with coding standard in doc/coding.txt 13 years ago
Luke Dashjr ebf9065c22 Qt: Show transaction ID in details 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Wladimir J. van der Laan 7453497ee4 make transaction description read-only (UI fix) 13 years ago
Matt Corallo 7d145a0f59 Add support for opening bitcoin: URIs directly. 13 years ago
Matt Corallo 9a93c4c024 Automatically refocus on new SendCoinsEntrys and scroll to them. 13 years ago
Wladimir J. van der Laan ecaa91d1df Fix typo (#734) 13 years ago
Wladimir J. van der Laan 56c6e3696d Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 13 years ago
Wladimir J. van der Laan c58e7d4e01 Copy amount to clipboard (implements #657) 13 years ago
Wladimir J. van der Laan c4a4a4b886 Add context menu for address book page (implements part 1 of issue #648) 13 years ago
Wladimir J. van der Laan e073457191 Move HtmlEscape (escape for qt rich text controls) to qt gui utilities 13 years ago
Wladimir J. van der Laan c75abc9f7e Comments update 13 years ago
Gavin Andresen 2e17ac83c6 Fix broken ExtractAddress (refactored, made callers check for addresses in keystore if they care) 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 f18a119ac0 Implement "Start on window system startup" on Win32 + Linux. 13 years ago
sje397 22123c85f3 Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc 13 years ago
Gavin Andresen 6e39e7c9b3 Move more newlines out of strings, and fix translations. 13 years ago
Matt Corallo 7ca47cece7 Fix status bar not displaying Alerts. 13 years ago
Wladimir J. van der Laan 01ea41b203 Add "About Qt" menu option to show built-in Qt About dialog 13 years ago
Wladimir J. van der Laan 857aa73783 Enable wordwrap for long message in passphrase dialog 13 years ago
Nils Schneider 1d8b4cd544 added translations: pt_BR zh_CN 13 years ago
Nils Schneider 7ad4ca9c17 updated translations: es es_CL nb ru 13 years ago
Wladimir J. van der Laan 45198af2be Prevent window from being shown momentarily when using -min 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
Wladimir J. van der Laan 24911ac65d Make home and addressbook icon more consistent with other toolbar icons (make it blue and flip light source direction) 13 years ago
Dylan Noblesmith 94f778bdeb Implement an mlock()'d string class for storing passphrases 13 years ago
Wladimir J. van der Laan d8b8640863 allow for filtering addresses and labels by searching for the typed string anywhere, not just at the beginning (#641) 13 years ago
Nils Schneider b790077c37 update translation: de 13 years ago
Nils Schneider 8787ee699c add translations: hu uk 13 years ago
Alex B e92e97f1ee Small fixes in both spanish translations 13 years ago
Nils Schneider 50aa850fc8 update translations: da de nl ru zh_TW 13 years ago
Nils Schneider 4b53cff901 add italian translation 13 years ago
Luke Dashjr a3c675d1a3 Bugfix: only make QListView transparent, not its tooltips 13 years ago
Wladimir J. van der Laan 4585f7e2c1 add message about restarting bitcoin after encrypting wallet succesfully 13 years ago
Wladimir J. van der Laan af836ad588 Improve documentation for UI classes 13 years ago