| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '0.5.0.x' into 0.5.xv0.5.2 | Luke Dashjr | 2012-01-05 | 4 | -33/+31 |
| |\ | |||||
| | * | Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵ | Wladimir J. van der Laan | 2012-01-04 | 4 | -33/+31 |
| | | | | | | | | | | | | | | | 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) | ||||
| * | | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | 2012-01-03 | 2 | -2/+2 |
| |\| | |||||
| | * | Fix typo (#734) | Luke Dashjr | 2012-01-03 | 10 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | 2011-12-20 | 3 | -12/+14 |
| | | | | | | | | | | | | | | | 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. | ||||
| | * | Fix status bar not displaying Alerts. | Matt Corallo | 2011-12-13 | 5 | -5/+46 |
| | | | |||||
| | * | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | 2011-12-13 | 2 | -16/+5 |
| | | | | | | | | | - Remove explicit resizing from constructor to prevent potential hang | ||||
| | * | Make home and addressbook icon more consistent with other toolbar icons ↵ | Wladimir J. van der Laan | 2011-12-01 | 2 | -0/+0 |
| | | | | | | | | | (make it blue and flip light source direction) | ||||
| | * | allow for filtering addresses and labels by searching for the typed string ↵ | Wladimir J. van der Laan | 2011-11-25 | 1 | -1/+1 |
| | | | | | | | | | anywhere, not just at the beginning (#641) | ||||
| | * | update translation: de | Nils Schneider | 2011-11-24 | 1 | -32/+32 |
| | | | |||||
| | * | Small fixes in both spanish translations | Alex B | 2011-11-24 | 2 | -40/+86 |
| | | | |||||
| * | | Fix typo (#734) | Wladimir J. van der Laan | 2012-01-03 | 15 | -16/+16 |
| | | | |||||
| * | | Fix status bar not displaying Alerts. | Matt Corallo | 2011-12-13 | 5 | -5/+46 |
| | | | |||||
| * | | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | 2011-12-13 | 2 | -16/+5 |
| | | | | | | | | | - Remove explicit resizing from constructor to prevent potential hang | ||||
| * | | Merge commit '7298ebb'v0.5.1rc1 | Gavin Andresen | 2011-12-12 | 3 | -2/+71 |
| |\ \ | |||||
| | * | | Added Caps Lock check and warning at askpassphrasedialog. | Nick Bosma | 2011-10-18 | 3 | -2/+71 |
| | | | | |||||
| * | | | added translations: pt_BR zh_CN | Nils Schneider | 2011-12-12 | 3 | -0/+4673 |
| | | | | |||||
| * | | | updated translations: es es_CL nb ru | Nils Schneider | 2011-12-12 | 4 | -124/+83 |
| | | | | |||||
| * | | | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan | 2011-12-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | - 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. | ||||
| * | | | Merge pull request #679 from laanwj/cmdline_minimize | Gavin Andresen | 2011-12-05 | 1 | -2/+10 |
| |\ \ \ | | | | | | | | | Implement -min option to start minimized | ||||
| | * | | | Implement -min option to start minimized | Wladimir J. van der Laan | 2011-12-04 | 1 | -2/+10 |
| | | | | | |||||
| * | | | | Merge pull request #666 from nobled/secstrings | Gavin Andresen | 2011-11-30 | 3 | -12/+14 |
| |\ \ \ \ | | | | | | | | | | | Implement an mlock()'d string class for storing passphrases | ||||
| | * | | | | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | 2011-11-26 | 3 | -12/+14 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * / / / | Make home and addressbook icon more consistent with other toolbar icons ↵ | Wladimir J. van der Laan | 2011-11-26 | 2 | -0/+0 |
| |/ / / | | | | | | | | | | (make it blue and flip light source direction) | ||||
| * | | | allow for filtering addresses and labels by searching for the typed string ↵ | Wladimir J. van der Laan | 2011-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | anywhere, not just at the beginning (#641) | ||||
| * | | | update translation: de | Nils Schneider | 2011-11-24 | 1 | -32/+32 |
| | | | | |||||
| * | | | add translations: hu uk | Nils Schneider | 2011-11-24 | 3 | -0/+4681 |
| | | | | |||||
| * | | | Small fixes in both spanish translations | Alex B | 2011-11-24 | 2 | -40/+86 |
| | | | | |||||
| * | | | update translations: da de nl ru zh_TW | Nils Schneider | 2011-11-22 | 5 | -136/+140 |
| | | | | |||||
| * | | | add italian translation | Nils Schneider | 2011-11-22 | 2 | -0/+2341 |
| | | | | |||||
| * | | | Merge pull request #634 from laanwj/doxygen | Gavin Andresen | 2011-11-21 | 29 | -134/+221 |
| |\ \ \ | |_|/ |/| | | Add doxygen documentation | ||||
| | * | | Improve documentation for UI classes | Wladimir J. van der Laan | 2011-11-13 | 28 | -121/+178 |
| | | | | |||||
| | * | | Example documented class | Wladimir J. van der Laan | 2011-11-13 | 1 | -13/+43 |
| | | | | |||||
| * | | | Bugfix: only make QListView transparent, not its tooltips | Luke Dashjr | 2011-11-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | add message about restarting bitcoin after encrypting wallet succesfully | Wladimir J. van der Laan | 2011-11-15 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #631 from luke-jr/free_icons | Gavin Andresen | 2011-11-14 | 10 | -0/+0 |
| |\ \ \ | | | | | | | | | Free icons | ||||
| | * | | | Replace kfm_home with go-home for "overview" | Luke Dashjr | 2011-11-11 | 1 | -0/+0 |
| | | | | | |||||
| | * | | | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed | Luke Dashjr | 2011-11-10 | 3 | -0/+0 |
| | | | | | |||||
| | * | | | Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵ | Luke Dashjr | 2011-11-10 | 7 | -0/+0 |
| | | | | | | | | | | | | | | | | | Wladimir van der Laan (who will hopefully relicense) | ||||
| * | | | | Add model null pointer check (solves issue #595 and ↵ | Wladimir J. van der Laan | 2011-11-13 | 1 | -3/+3 |
| | |/ / |/| | | | | | | | | | | | | | | 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 | ||||
| * | | | Add robustness against null models | Wladimir J. van der Laan | 2011-11-08 | 11 | -98/+171 |
| |/ / | |||||
| * | | Fix segmentation fault when editing address not in address book (issue #615) | Wladimir J. van der Laan | 2011-11-08 | 3 | -0/+11 |
| | | | |||||
| * | | merged translations from transifex: da de es es_CL nb nl ru zh_TW | Nils Schneider | 2011-11-08 | 9 | -2842/+4512 |
| | | | |||||
| * | | add zh_TW locale | Ang Iong Chun | 2011-11-06 | 2 | -0/+2325 |
| | | | |||||
| * | | Merge pull request #606 from dooglus/add-english-translation | Wladimir J. van der Laan | 2011-11-04 | 2 | -0/+2301 |
| |\ \ | | | | | | | Add English translation to fix plural(s). | ||||
| | * | | Add English translation to fix plural(s). | Chris Moore | 2011-11-04 | 2 | -0/+2301 |
| | | | | |||||
| * | | | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | 2011-11-03 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Mac Deployment Script | p2k | 2011-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp | ||||
| | * | | | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-10-11 | 1 | -0/+2508 |
| | |\ \ \ | |||||
| * | | | | | Save translators some work | Wladimir J. van der Laan | 2011-10-29 | 1 | -145/+4 |
| | |_|/ / |/| | | | | | | | | | | | - Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp) | ||||