Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Revert to global progress indication (see #753) | Wladimir J. van der Laan | |
2012-02-02 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | |
2012-01-23 | Replace tabs with four spaces to comply with coding standard in doc/coding.txt | Lars Rasmusson | |
2012-01-16 | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | |
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-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 | 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 | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | |
- Remove explicit resizing from constructor to prevent potential hang | |||
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-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-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 | 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). | |||
2011-11-04 | Add English translation to fix plural(s). | Chris Moore | |
2011-11-03 | Merge git://github.com/p2k/bitcoin-qt | Gavin Andresen | |
2011-11-02 | Mac Deployment Script | p2k | |
See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp | |||
2011-10-29 | Save translators some work | Wladimir J. van der Laan | |
- Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp) | |||
2011-10-23 | Translation lookup logic improvements | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists. | |||
2011-10-23 | Revert "translation fixes" | Wladimir J. van der Laan | |
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5. | |||
2011-10-23 | translation fixes | Wladimir J. van der Laan | |
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - rename language files to the usual <lang>_<TERRITORY> - include recently added language files for es_ES and nb_NO | |||
2011-10-22 | update translations: nb, es_CL (from transifex) | Nils Schneider | |
2011-10-15 | Merge pull request #583 from laanwj/qt3 | Wladimir J. van der Laan | |
More Qt GUI updates - Make USE_SSL qmake build flag actually work - Improve mac experience, general UI improvements - Add keyboard shortcut to switch between tabs | |||
2011-10-11 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-10-09 | Added Spanish translation for qt | Alex B | |
2011-10-09 | Add alt-1..alt-5 shortcut to switch between tabs | Wladimir J. van der Laan | |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up. | |||
2011-10-09 | Make "Quit" menu saner | Wladimir J. van der Laan | |
- Use 'x' for Exit shortcut - Set Ctrl-Q as global quit key sequence | |||
2011-10-09 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-10-08 | Remove old wx translations, updated qt translations | Gavin Andresen | |
2011-10-01 | only install translator when not empty | Wladimir J. van der Laan | |
2011-09-27 | translation handling improvements | Wladimir J. van der Laan | |
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation | |||
2011-09-27 | Removing the if statement entirely - not needed. | Janne Pulkkinen | |