aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Collapse)Author
2012-03-03Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-27In 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-27Don't show splash screen when -min is specified on the command line.Chris Moore
2012-02-27Only fill in label from address book, if no label is filled in yet, fixes #840Wladimir J. van der Laan
2012-02-27Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan
2012-02-17Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
Conflicts: src/qt/bitcoingui.cpp
2012-02-17Fix Minimize to the tray instead of the taskbarJanne Pulkkinen
2012-02-17Prevent window from being shown momentarily when using -minWladimir 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-07Bugfix: Capitalize kB correctly (upstream: 9d4b05c)Luke Dashjr
2012-02-07Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
Conflicts: src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_zh_TW.ts
2012-02-07Restructure 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-07Bugfix: Capitalize kB correctly (upstream: 9d4b05c)Luke Dashjr
2012-02-02Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-02Revert to global progress indication (see #753)Wladimir J. van der Laan
2012-02-02Remove loose amp; from Portugese translation (issue #701)Wladimir J. van der Laan
2012-02-02Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo
2012-01-23Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-23Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-16Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-16*Clear all has a tooltip now *About dialog updatedJanne Pulkkinen
2012-01-09Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
Conflicts: contrib/debian/changelog
2012-01-09Add "About Qt" menu option to show built-in Qt About dialogWladimir 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-09make transaction description read-only (UI fix)Wladimir J. van der Laan
2012-01-05Merge branch '0.5.0.x' into 0.5.xv0.5.2Luke Dashjr
2012-01-04Fix 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-03Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-03Fix typo (#734)Wladimir J. van der Laan
2012-01-03Fix 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-20Implement an mlock()'d string class for storing passphrasesDylan 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-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
- Remove explicit resizing from constructor to prevent potential hang
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
- Remove explicit resizing from constructor to prevent potential hang
2011-12-12Merge commit '7298ebb'v0.5.1rc1Gavin Andresen
2011-12-12added translations: pt_BR zh_CNNils Schneider
2011-12-12updated translations: es es_CL nb ruNils Schneider
2011-12-09Prevent window from being shown momentarily when using -minWladimir 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-05Merge pull request #679 from laanwj/cmdline_minimizeGavin Andresen
Implement -min option to start minimized
2011-12-04Implement -min option to start minimizedWladimir J. van der Laan
2011-12-01Make 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-30Merge pull request #666 from nobled/secstringsGavin Andresen
Implement an mlock()'d string class for storing passphrases
2011-11-26Make 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-26Implement an mlock()'d string class for storing passphrasesDylan 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-25allow 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-24update translation: deNils Schneider
2011-11-24Small fixes in both spanish translationsAlex B
2011-11-24allow 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-24update translation: deNils Schneider
2011-11-24add translations: hu ukNils Schneider
2011-11-24Small fixes in both spanish translationsAlex B