Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-23 | qt: Use fixed-point arithmetic in amount spinbox | Wladimir J. van der Laan | |
Fixes various issues and cleans up code - Fixes issue #4500: Amount widget +/- has floating point rounding artifacts - Amount box can now be emptied again, without clearing to 0 Also aligns the amount to the right, as in other places. | |||
2014-05-17 | Implement SI-style (thin space) thoudands separator | Roy Badami | |
2014-02-17 | Merge pull request #3614 | Wladimir J. van der Laan | |
b920148 [Qt] Improve single step in bitcoinamountfield (Cozz Lovan) | |||
2014-02-09 | Copyright header updates s/2013/2014 on files whose last git commit was done ↵ | gubatron | |
in 2014. contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does. | |||
2014-02-02 | [Qt] Improve single step in bitcoinamountfield | Cozz Lovan | |
2014-01-29 | qt: Fix tab order in send and receive tab | Wladimir J. van der Laan | |
2013-12-17 | [Qt] style-police, add missing license headers | Philip Kaufmann | |
- add missing license headers in Mac files - small code formating cleanups | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-10-15 | make BitcoinAmountField::setReadOnly() usable | Philip Kaufmann | |
- use it for secure payment-requests (this change allows a copy&paste of the amount and looks a little nicer than just a disabled GUI element) | |||
2013-08-22 | Payment Protocol: X509-validated payment requests | Gavin Andresen | |
Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support. | |||
2013-07-23 | Bitcoin-Qt: fix QApplication includes to match our include defaults | Philip Kaufmann | |
- move all QApplication includes to top of included Qt headers - undef our loop macro where it would cause compilation errors otherwise | |||
2013-06-02 | Too many bitcoins allowed in amount. (#2401) | vhf / victor felder | |
Using magic number doesn't seem right. Could we factor this out, together with https://github.com/bitcoin/bitcoin/blob/master/src/bitcoinrpc.cpp#L96 ? And what about BitcoinUnits::parse() as well ? | |||
2013-04-02 | Bitcoin-Qt: only use qApp for Q(Core)Application::instance() | Philip Kaufmann | |
2013-03-23 | Fix transaction fee in uBTC | Roman Mindalev | |
Step for buttons 'up' and 'down' - 0.001. With BTC and mBTC all ok, but 0.001 uBTC is lower than minimal value (satoshi) User should press 10 times on 'up' button to get 0.01 uBTC | |||
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | |
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | |||
2012-02-05 | Change up/down increment in UI to 0.001 BTC (issue #760) | Wladimir J. van der Laan | |
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-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-08-31 | comments and readme update | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-08-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-08-03 | make amount field the same width as decimals field | Wladimir J. van der Laan | |
2011-07-30 | Make dot in amount field more apparent | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-26 | Reset unit to default when clearing the field, to prevent confusion | Wladimir J. van der Laan | |
2011-07-26 | allow multiple units in bitcoin amount widget (for example, for sending) ↵ | Wladimir J. van der Laan | |
using a combobox | |||
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
2011-07-24 | Merge pull request #9 from celil-kj/master | Wladimir J. van der Laan | |
allow decimals such as .05 for amount of bitcoins to send | |||
2011-07-22 | Allow ammount field to be empty so that one can specify .05 instead of | Celil | |
having to type the leading zero as in 0.05 | |||
2011-07-22 | fix clear() (clear red/invalid status) | Wladimir J. van der Laan | |
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-07 | convert to full tab-based ui | Wladimir J. van der Laan | |
2011-07-06 | Add "BTC" to all amount widgets, to make clear what the unit is | Wladimir J. van der Laan | |
2011-06-30 | show an error if amount is not valid (either the amount or decimals is empty) | Wladimir J. van der Laan | |
2011-06-25 | compile fixes by Unthinkingbit | Wladimir J. van der Laan | |
2011-06-21 | when going to decimals field using ./, select it all, so that entry starts ↵ | Wladimir J. van der Laan | |
from scratch instead of appending to previous value | |||
2011-06-21 | Fix some padding and focus issues with the new BitcoinAmountWidget | Wladimir J. van der Laan | |
2011-06-20 | introduce bitcoin amount field with split amount/decimals, to protect ↵ | Wladimir J. van der Laan | |
against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0) |