Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-17 | Merge pull request #834 from sje397/BackupWallet | Wladimir J. van der Laan | |
Added 'Backup Wallet' menu option to GUI | |||
2012-02-15 | Fix compilation warning. | Matt Corallo | |
2012-02-15 | increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 | Wladimir J. van der Laan | |
needed for sending BIP16 transactions on test network through GUI | |||
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/ - include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used - catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set) - include db.h in walletmodel.cpp for BackupWallet function - updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon | |||
2012-02-12 | Merge pull request #807 from TheBlueMatt/bip21 | Wladimir J. van der Laan | |
Add req- prefixes to comply with BIP21. | |||
2012-02-12 | Add export action to file menu (as long as we have a file menu, export ↵ | Wladimir J. van der Laan | |
certainly should be there) | |||
2012-02-11 | Fix Minimize to the tray instead of the taskbar | Janne Pulkkinen | |
2012-02-10 | Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. | Matt Corallo | |
2012-02-10 | Add -req prefixes to comply with BIP21. | Matt Corallo | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2012-02-06 | Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin | Gavin Andresen | |
2012-02-06 | Restructure credit transaction decomposition (solves issue #689) | Wladimir J. van der Laan | |
When a transaction has multiple outputs that go to the wallet, list these as multiple transactions in the UI. This is also applied to generated (coinbase) transactions. Also makes the code shorter and easier to understand. | |||
2012-02-05 | fetch translations from transifex | Nils Schneider | |
* fixes issue #742 * new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr | |||
2012-02-05 | Change up/down increment in UI to 0.001 BTC (issue #760) | Wladimir J. van der Laan | |
2012-02-01 | Remove loose amp; from Portugese translation (issue #701) | Wladimir J. van der Laan | |
2012-01-27 | Bitcoin-Qt signmessage GUI (pull request #582) | Luke Dashjr | |
2012-01-26 | Merge pull request #593 (Full URL Support in bitcoin-qt) | Wladimir J. van der Laan | |
2012-01-19 | Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin | Gavin Andresen | |
2012-01-17 | Remove erroneous ":" in front of port in options dialog (introduced with ↵ | Wladimir J. van der Laan | |
network refactor) | |||
2012-01-17 | fix the build (port IP validation in options to network refactoring) | Wladimir J. van der Laan | |
2012-01-17 | Revert to global progress indication (see #753) | Wladimir J. van der Laan | |
2012-01-14 | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | |
2012-01-14 | Replace tabs with four spaces to comply with coding standard in doc/coding.txt | Lars Rasmusson | |
2012-01-10 | Qt: Show transaction ID in details | Luke Dashjr | |
2012-01-09 | Merge pull request #746 from laanwj/tdesc_ro | Gavin Andresen | |
make transaction description read-only (UI fix) | |||
2012-01-06 | Network stack refactor | Pieter Wuille | |
This introduces CNetAddr and CService, respectively wrapping an (IPv6) IP address and an IP+port combination. This functionality used to be part of CAddress, which also contains network flags and connection attempt information. These extra fields are however not always necessary. These classes, along with logic for creating connections and doing name lookups, are moved to netbase.{h,cpp}, which does not depend on headers.h. Furthermore, CNetAddr is mostly IPv6-ready, though IPv6 functionality is not yet enabled for the application itself. | |||
2012-01-06 | make transaction description read-only (UI fix) | Wladimir J. van der Laan | |
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo | |
2012-01-05 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | |
2012-01-03 | Merge pull request #731 from laanwj/txshowfix | Gavin Andresen | |
Fix transaction type in UI | |||
2012-01-03 | Fix typo (#734) | Wladimir J. van der Laan | |
2011-12-28 | Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵ | Wladimir J. van der Laan | |
necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts) | |||
2011-12-23 | Copy amount to clipboard (implements #657) | Wladimir J. van der Laan | |
- Also, unify similar code related to copying transaction fields to clipboard | |||
2011-12-23 | Add context menu for address book page (implements part 1 of issue #648) | Wladimir J. van der Laan | |
2011-12-23 | Move HtmlEscape (escape for qt rich text controls) to qt gui utilities | Wladimir J. van der Laan | |
2011-12-23 | Comments update | Wladimir J. van der Laan | |
2011-12-23 | Merge pull request #629 from sje397/master | Wladimir J. van der Laan | |
QR Code generation via libqrencode | |||
2011-12-22 | Fix broken ExtractAddress (refactored, made callers check for addresses in ↵ | Gavin Andresen | |
keystore if they care) | |||
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-12-20 | Merge pull request #717 from TheBlueMatt/installerqtupgrade | Gavin Andresen | |
Implement "Start on window system startup" on Win32 + Linux. | |||
2011-12-20 | Implement "Start on window system startup" on Win32 + Linux. | Matt Corallo | |
2011-12-20 | Added QRCode generation functions via libqrencode. Switch on with ↵ | sje397 | |
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml | |||
2011-12-19 | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | |
2011-12-19 | Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsing | Gavin Andresen | |
When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() | |||
2011-12-19 | Merge pull request #699 from laanwj/about_qt | Gavin Andresen | |
Add "About Qt" menu option to show built-in Qt About dialog | |||
2011-12-16 | Move more newlines out of strings, and fix translations. | Gavin Andresen | |
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo | |
2011-12-13 | Add "About Qt" menu option to show built-in Qt About dialog | Wladimir J. van der Laan | |
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against. | |||
2011-12-13 | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | |
- Remove explicit resizing from constructor to prevent potential hang |