Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-03 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-02-27 | 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-27 | Don't show splash screen when -min is specified on the command line. | Chris Moore | |
2012-02-27 | Only fill in label from address book, if no label is filled in yet, fixes #840 | Wladimir J. van der Laan | |
2012-02-27 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-02-17 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
Conflicts: src/qt/bitcoingui.cpp | |||
2012-02-17 | Fix Minimize to the tray instead of the taskbar | Janne Pulkkinen | |
2012-02-17 | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan | |
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead. | |||
2012-02-07 | Bugfix: Capitalize kB correctly (upstream: 9d4b05c) | Luke Dashjr | |
2012-02-07 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
Conflicts: src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_zh_TW.ts | |||
2012-02-07 | 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-07 | Bugfix: Capitalize kB correctly (upstream: 9d4b05c) | Luke Dashjr | |
2012-02-02 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-02-02 | Revert to global progress indication (see #753) | Wladimir J. van der Laan | |
2012-02-02 | Remove loose amp; from Portugese translation (issue #701) | Wladimir J. van der Laan | |
2012-02-02 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | |
2012-01-23 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-23 | Replace tabs with four spaces to comply with coding standard in doc/coding.txt | Lars Rasmusson | |
2012-01-16 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-16 | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | |
2012-01-09 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
Conflicts: contrib/debian/changelog | |||
2012-01-09 | 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. | |||
2012-01-09 | make transaction description read-only (UI fix) | Wladimir J. van der Laan | |
2012-01-05 | Merge branch '0.5.0.x' into 0.5.xv0.5.2 | Luke Dashjr | |
2012-01-04 | 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) | |||
2012-01-03 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-03 | Fix typo (#734) | Wladimir J. van der Laan | |
2012-01-03 | Fix typo (#734) | Luke Dashjr | |
Conflicts: src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts | |||
2011-12-20 | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | |
SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now. | |||
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo | |
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo | |
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 | |||
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 | |||
2011-12-12 | Merge commit '7298ebb'v0.5.1rc1 | Gavin Andresen | |
2011-12-12 | added translations: pt_BR zh_CN | Nils Schneider | |
2011-12-12 | updated translations: es es_CL nb ru | Nils Schneider | |
2011-12-09 | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan | |
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead. | |||
2011-12-05 | Merge pull request #679 from laanwj/cmdline_minimize | Gavin Andresen | |
Implement -min option to start minimized | |||
2011-12-04 | Implement -min option to start minimized | Wladimir J. van der Laan | |
2011-12-01 | Make home and addressbook icon more consistent with other toolbar icons ↵ | Wladimir J. van der Laan | |
(make it blue and flip light source direction) | |||
2011-11-30 | Merge pull request #666 from nobled/secstrings | Gavin Andresen | |
Implement an mlock()'d string class for storing passphrases | |||
2011-11-26 | Make home and addressbook icon more consistent with other toolbar icons ↵ | Wladimir J. van der Laan | |
(make it blue and flip light source direction) | |||
2011-11-26 | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | |
SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now. | |||
2011-11-25 | allow for filtering addresses and labels by searching for the typed string ↵ | Wladimir J. van der Laan | |
anywhere, not just at the beginning (#641) | |||
2011-11-24 | update translation: de | Nils Schneider | |
2011-11-24 | Small fixes in both spanish translations | Alex B | |
2011-11-24 | allow for filtering addresses and labels by searching for the typed string ↵ | Wladimir J. van der Laan | |
anywhere, not just at the beginning (#641) | |||
2011-11-24 | update translation: de | Nils Schneider | |
2011-11-24 | add translations: hu uk | Nils Schneider | |
2011-11-24 | Small fixes in both spanish translations | Alex B | |