index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoinamountfield.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Increased max width of amount field to prevent number overflow bug.
Brandon Ruggles
2018-05-20
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-5
/
+5
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-2
/
+2
*
[Qt] allow unit changes for read-only BitcoinAmountField
Philip Kaufmann
2015-01-31
1
-1
/
+0
*
[Qt] group variables below initial if-clauses in AmountSpinBox::stepEnabled
Philip Kaufmann
2015-01-13
1
-2
/
+3
*
[Qt] don't allow amount changes when AmountSpinBox is read-only
Philip Kaufmann
2015-01-10
1
-17
/
+21
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
1
-0
/
+6
*
[Qt] Fix height of BitcoinAmountField
Cozz Lovan
2014-11-16
1
-0
/
+1
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-14
/
+14
*
qt: Use fixed-point arithmetic in amount spinbox
Wladimir J. van der Laan
2014-07-23
1
-106
/
+166
*
Implement SI-style (thin space) thoudands separator
Roy Badami
2014-05-17
1
-2
/
+47
*
Merge pull request #3614
Wladimir J. van der Laan
2014-02-17
1
-7
/
+9
|
\
|
*
[Qt] Improve single step in bitcoinamountfield
Cozz Lovan
2014-02-02
1
-7
/
+9
*
|
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
|
/
*
qt: Fix tab order in send and receive tab
Wladimir J. van der Laan
2014-01-29
1
-1
/
+2
*
[Qt] style-police, add missing license headers
Philip Kaufmann
2013-12-17
1
-2
/
+4
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-3
/
+2
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
make BitcoinAmountField::setReadOnly() usable
Philip Kaufmann
2013-10-15
1
-2
/
+3
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-0
/
+5
*
Bitcoin-Qt: fix QApplication includes to match our include defaults
Philip Kaufmann
2013-07-23
1
-1
/
+2
*
Too many bitcoins allowed in amount. (#2401)
vhf / victor felder
2013-06-02
1
-4
/
+6
*
Bitcoin-Qt: only use qApp for Q(Core)Application::instance()
Philip Kaufmann
2013-04-02
1
-1
/
+1
*
Fix transaction fee in uBTC
Roman Mindalev
2013-03-23
1
-0
/
+5
*
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-03-17
1
-6
/
+2
*
Change up/down increment in UI to 0.001 BTC (issue #760)
Wladimir J. van der Laan
2012-02-05
1
-0
/
+1
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-1
/
+0
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-0
/
+1
*
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-10-09
1
-51
/
+40
*
comments and readme update
Wladimir J. van der Laan
2011-08-31
1
-0
/
+1
*
QtUI code cleanup / comment improvements
Wladimir J. van der Laan
2011-08-08
1
-2
/
+1
*
don't include <QDebug>
Wladimir J. van der Laan
2011-08-07
1
-1
/
+0
*
make amount field the same width as decimals field
Wladimir J. van der Laan
2011-08-03
1
-1
/
+1
*
Make dot in amount field more apparent
Wladimir J. van der Laan
2011-07-30
1
-1
/
+1
*
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-29
1
-3
/
+8
*
Reset unit to default when clearing the field, to prevent confusion
Wladimir J. van der Laan
2011-07-26
1
-0
/
+2
*
allow multiple units in bitcoin amount widget (for example, for sending) usin...
Wladimir J. van der Laan
2011-07-26
1
-6
/
+65
*
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
Wladimir J. van der Laan
2011-07-25
1
-2
/
+10
*
Merge pull request #9 from celil-kj/master
Wladimir J. van der Laan
2011-07-24
1
-7
/
+2
|
\
|
*
Allow ammount field to be empty so that one can specify .05 instead of
Celil
2011-07-22
1
-7
/
+6
|
/
*
fix clear() (clear red/invalid status)
Wladimir J. van der Laan
2011-07-22
1
-0
/
+6
*
add sendmany support
Wladimir J. van der Laan
2011-07-16
1
-3
/
+30
*
convert to full tab-based ui
Wladimir J. van der Laan
2011-07-07
1
-0
/
+5
*
Add "BTC" to all amount widgets, to make clear what the unit is
Wladimir J. van der Laan
2011-07-06
1
-0
/
+1
[next]