aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '0.5.0.x' into 0.5.xv0.5.2Luke Dashjr2012-01-054-33/+31
|\
| * Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵Wladimir J. van der Laan2012-01-044-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.xLuke Dashjr2012-01-032-2/+2
|\|
| * Fix typo (#734)Luke Dashjr2012-01-0310-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 passphrasesDylan Noblesmith2011-12-203-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 Corallo2011-12-135-5/+46
| |
| * Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan2011-12-132-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 Laan2011-12-012-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 Laan2011-11-251-1/+1
| | | | | | | | anywhere, not just at the beginning (#641)
| * update translation: deNils Schneider2011-11-241-32/+32
| |
| * Small fixes in both spanish translationsAlex B2011-11-242-40/+86
| |
* | Fix typo (#734)Wladimir J. van der Laan2012-01-0315-16/+16
| |
* | Fix status bar not displaying Alerts.Matt Corallo2011-12-135-5/+46
| |
* | Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan2011-12-132-16/+5
| | | | | | | | - Remove explicit resizing from constructor to prevent potential hang
* | Merge commit '7298ebb'v0.5.1rc1Gavin Andresen2011-12-123-2/+71
|\ \
| * | Added Caps Lock check and warning at askpassphrasedialog.Nick Bosma2011-10-183-2/+71
| | |
* | | added translations: pt_BR zh_CNNils Schneider2011-12-123-0/+4673
| | |
* | | updated translations: es es_CL nb ruNils Schneider2011-12-124-124/+83
| | |
* | | Prevent window from being shown momentarily when using -minWladimir J. van der Laan2011-12-091-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_minimizeGavin Andresen2011-12-051-2/+10
|\ \ \ | | | | | | | | Implement -min option to start minimized
| * | | Implement -min option to start minimizedWladimir J. van der Laan2011-12-041-2/+10
| | | |
* | | | Merge pull request #666 from nobled/secstringsGavin Andresen2011-11-303-12/+14
|\ \ \ \ | | | | | | | | | | Implement an mlock()'d string class for storing passphrases
| * | | | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-263-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 Laan2011-11-262-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 Laan2011-11-241-1/+1
| | | | | | | | | | | | anywhere, not just at the beginning (#641)
* | | update translation: deNils Schneider2011-11-241-32/+32
| | |
* | | add translations: hu ukNils Schneider2011-11-243-0/+4681
| | |
* | | Small fixes in both spanish translationsAlex B2011-11-242-40/+86
| | |
* | | update translations: da de nl ru zh_TWNils Schneider2011-11-225-136/+140
| | |
* | | add italian translationNils Schneider2011-11-222-0/+2341
| | |
* | | Merge pull request #634 from laanwj/doxygenGavin Andresen2011-11-2129-134/+221
|\ \ \ | |_|/ |/| | Add doxygen documentation
| * | Improve documentation for UI classesWladimir J. van der Laan2011-11-1328-121/+178
| | |
| * | Example documented classWladimir J. van der Laan2011-11-131-13/+43
| | |
* | | Bugfix: only make QListView transparent, not its tooltipsLuke Dashjr2011-11-211-1/+1
| | |
* | | add message about restarting bitcoin after encrypting wallet succesfullyWladimir J. van der Laan2011-11-151-1/+2
| | |
* | | Merge pull request #631 from luke-jr/free_iconsGavin Andresen2011-11-1410-0/+0
|\ \ \ | | | | | | | | Free icons
| * | | Replace kfm_home with go-home for "overview"Luke Dashjr2011-11-111-0/+0
| | | |
| * | | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr2011-11-103-0/+0
| | | |
| * | | Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵Luke Dashjr2011-11-107-0/+0
| | | | | | | | | | | | | | | | Wladimir van der Laan (who will hopefully relicense)
* | | | Add model null pointer check (solves issue #595 and ↵Wladimir J. van der Laan2011-11-131-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 modelsWladimir J. van der Laan2011-11-0811-98/+171
|/ /
* | Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan2011-11-083-0/+11
| |
* | merged translations from transifex: da de es es_CL nb nl ru zh_TWNils Schneider2011-11-089-2842/+4512
| |
* | add zh_TW localeAng Iong Chun2011-11-062-0/+2325
| |
* | Merge pull request #606 from dooglus/add-english-translationWladimir J. van der Laan2011-11-042-0/+2301
|\ \ | | | | | | Add English translation to fix plural(s).
| * | Add English translation to fix plural(s).Chris Moore2011-11-042-0/+2301
| | |
* | | Merge git://github.com/p2k/bitcoin-qtGavin Andresen2011-11-031-1/+1
|\ \ \
| * | | Mac Deployment Scriptp2k2011-11-021-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/bitcoinWladimir J. van der Laan2011-10-111-0/+2508
| |\ \ \
* | | | | Save translators some workWladimir J. van der Laan2011-10-291-145/+4
| |_|/ / |/| | | | | | | | | | | - Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)