Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-02 | modified block DL progressbar to be dynamic and more precise | Philip Kaufmann | |
2012-04-02 | Merge pull request #998 from Diapolo/transactiontable | Pieter Wuille | |
removed an ugly line break in a transaction tooltip | |||
2012-04-02 | Merge pull request #1022 from Diapolo/fix#1020 | Pieter Wuille | |
fix for #1020 | |||
2012-04-02 | Merge pull request #1006 from Diapolo/tr-tray | Pieter Wuille | |
made tray icon tooltip translatable | |||
2012-04-01 | hide Delete button (only) on ReceivingTab / hide Sign message button (only) ↵ | Philip Kaufmann | |
on SendingTab | |||
2012-03-29 | made tray icon tooltip translatable | Philip Kaufmann | |
2012-03-27 | removed an ugly line break in a transaction tooltip for case ↵ | Philip Kaufmann | |
TransactionStatus::Mature | |||
2012-03-27 | update translations from transifex | Philip Kaufmann | |
2012-03-26 | Merge pull request #991 from gavinandresen/disableWinURI | Gavin Andresen | |
Disable bitcoin: URI handling on Windows for the 0.6 release | |||
2012-03-26 | Disable bitcoin: URI handling on Windows for the 0.6 release | Gavin Andresen | |
2012-03-26 | make sure Window is shown when clicking bitcoin: Links to get user attention | Philip Kaufmann | |
2012-03-21 | Correct date | Michael | |
2012-03-21 | Merge pull request #954 from Diapolo/master | Wladimir J. van der Laan | |
language updates for source file bitcoin_en.ts + remove cs_CZ (issue #958) | |||
2012-03-20 | Proper support for Growl 1.3 notifications | p2k | |
2012-03-20 | remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.ts | Philip Kaufmann | |
2012-03-19 | updated english language source file via lupdate | Philip Kaufmann | |
2012-03-19 | Merge pull request #953 from Diapolo/master | Nils Schneider | |
german translation update | |||
2012-03-19 | fixed a capitalization error in the german translation | Philip Kaufmann | |
2012-03-19 | update german translation from transifex | Philip Kaufmann | |
2012-03-18 | Make the sendcoins dialog use the configured unit type, even on the first ↵ | Joel Kaartinen | |
attempt. | |||
2012-03-17 | update german translation from transifex | Philip Kaufmann | |
2012-03-16 | update translations from transifex | Nils Schneider | |
2012-03-16 | Yet another attempt at implementing "minimize to tray" that works on all OSes | Wladimir J. van der Laan | |
2012-02-27 | Do not start bitcoin: thread on OSX. fixes #889 | Gavin Andresen | |
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) |