Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | Merge branch 'nooptionsinwallet+fixproxysetting' of ↵ | Gavin Andresen | |
https://github.com/sipa/bitcoin | |||
2012-02-26 | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | |
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning. | |||
2012-02-26 | Store addrProxy port in settings | Pieter Wuille | |
2012-02-26 | Reworked QT settings | Gavin Andresen | |
2012-02-26 | Move 'Backup Wallet' to file menu | Pieter Wuille | |
2012-02-25 | Fix addrProxy setting | Pieter Wuille | |
Before 0.6 addrProxy was a CAddress, but netbase changed it to CService. Retain compatibility by wrapping/unwrapping with a CAddress when saving or loading. This commit retains compatibility with 0.6.0rc1 (which wrote the setting as a CService) by trying to parse twice. | |||
2012-02-25 | Merge pull request #897 from laanwj/2012_02_fixnegativesecs | Wladimir J. van der Laan | |
In UI, handle cases in which the last received block was generated in the future | |||
2012-02-25 | In UI, handle cases in which the last received block was generated in the ↵ | Wladimir J. van der Laan | |
future (secs<0) Fixes #874. | |||
2012-02-24 | Add option "-splash" so we can disable the splash screen. | Chris Moore | |
Don't show splash screen when -min is specified on the command line. | |||
2012-02-22 | Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin | Gavin Andresen | |
2012-02-20 | Merge pull request #857 from laanwj/2012_02_fixhelpwindow | Wladimir J. van der Laan | |
On windows, show message box with help, as there is no stderr (fixes #702) | |||
2012-02-20 | Merge pull request #858 from laanwj/2012_02_uisendlabelfix | Wladimir J. van der Laan | |
Only fill in label from address book if no label is filled in yet (fixes #840) | |||
2012-02-19 | Sign message description changes discussed in #bitcoin-dev | Luke Dashjr | |
2012-02-20 | Typo fix | Pieter Wuille | |
2012-02-19 | Hide tray icon in destructor, as deleting will let it linger until quit (on ↵ | Wladimir J. van der Laan | |
Ubuntu) | |||
2012-02-18 | Merge pull request #859 from laanwj/2012_02_guilanguagearg | Wladimir J. van der Laan | |
Make it possible to set UI language from commandline (implements #678) | |||
2012-02-17 | Do show/showNormal only when needed. | Wladimir J. van der Laan | |
2012-02-17 | Merge pull request #854 from laanwj/2012_02_qtipc | Wladimir J. van der Laan | |
Restructure IPC URL handling (fixes #851) | |||
2012-02-17 | Merge pull request #834 from sje397/BackupWallet | Wladimir J. van der Laan | |
Added 'Backup Wallet' menu option to GUI | |||
2012-02-17 | Allow setting UI language from commandline (implements #678) | Wladimir J. van der Laan | |
2012-02-17 | Only fill in label from address book, if no label is filled in yet, fixes #840 | 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-17 | Hide window from taskbar when "minimize to tray" active by making window ↵ | Wladimir J. van der Laan | |
into Tool window | |||
2012-02-17 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-02-15 | Fix compilation warning. | Matt Corallo | |
2012-02-15 | fix default suffixes in save dialog in GNOME, make it more clear that PNG is ↵ | Wladimir J. van der Laan | |
used (solves #833) | |||
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-15 | (trivial) regularize coding style | Wladimir J. van der Laan | |
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) |