Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-03 | Fix typo (#734) | Wladimir J. van der Laan | |
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 | |||
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-09 | When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() | Rune K Svendsen | |
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-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-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 | |
2011-11-22 | update translations: da de nl ru zh_TW | Nils Schneider | |
2011-11-22 | add italian translation | Nils Schneider | |
2011-11-21 | Merge pull request #634 from laanwj/doxygen | Gavin Andresen | |
Add doxygen documentation | |||
2011-11-21 | Bugfix: only make QListView transparent, not its tooltips | Luke Dashjr | |
2011-11-15 | add message about restarting bitcoin after encrypting wallet succesfully | Wladimir J. van der Laan | |
2011-11-14 | Merge pull request #631 from luke-jr/free_icons | Gavin Andresen | |
Free icons | |||
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-11-13 | Example documented class | Wladimir J. van der Laan | |
2011-11-13 | Add model null pointer check (solves issue #595 and ↵ | Wladimir J. van der Laan | |
https://github.com/laanwj/bitcoin-qt/issues/29) Missed this one before, which can be triggered in race condition if window event arrives before model is set | |||
2011-11-11 | Replace kfm_home with go-home for "overview" | Luke Dashjr | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed | Luke Dashjr | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵ | Luke Dashjr | |
Wladimir van der Laan (who will hopefully relicense) | |||
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | |
2011-11-08 | merged translations from transifex: da de es es_CL nb nl ru zh_TW | Nils Schneider | |
2011-11-06 | add zh_TW locale | Ang Iong Chun | |
2011-11-04 | Merge pull request #606 from dooglus/add-english-translation | Wladimir J. van der Laan | |
Add English translation to fix plural(s). |