1721 Commits (960e99404ff7337a5eefac9086dd2843fd70f24a)

Author SHA1 Message Date
Pieter Wuille 4a10d4c6dc Fix addrProxy setting 13 years ago
Wladimir J. van der Laan 71ba9abba6 In UI, handle cases in which the last received block was generated in the future (secs<0) 13 years ago
Chris Moore ec4efde40c Add option "-splash" so we can disable the splash screen. 13 years ago
Luke Dashjr 5a5cc6ac09 Sign message description changes discussed in #bitcoin-dev 13 years ago
Pieter Wuille 9fa042a96c Typo fix 13 years ago
Wladimir J. van der Laan 27a0ed8a0a Hide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu) 13 years ago
Wladimir J. van der Laan 17690ea5a7 Do show/showNormal only when needed. 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 f9f75f320e Only fill in label from address book, if no label is filled in yet, fixes #840 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
Wladimir J. van der Laan 83d1d1a906 Hide window from taskbar when "minimize to tray" active by making window into Tool window 13 years ago
Wladimir J. van der Laan 23b3cf9d10 Restructure IPC URL handling (fixes #851) 13 years ago
Matt Corallo 32af6b16f1 Fix compilation warning. 13 years ago
Wladimir J. van der Laan 303a47c095 fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) 13 years ago
Wladimir J. van der Laan c85c37acb1 increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 13 years ago
sje397 4efbda3f25 Added 'Backup Wallet' menu option 13 years ago
Wladimir J. van der Laan 1df182ff88 (trivial) regularize coding style 13 years ago
Wladimir J. van der Laan d27b4576f3 Add export action to file menu (as long as we have a file menu, export certainly should be there) 13 years ago
Janne Pulkkinen 6af93ee2ea Fix Minimize to the tray instead of the taskbar 13 years ago
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