index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
optionsdialog.cpp
Age
Commit message (
Expand
)
Author
2013-06-03
MaxOSX: settings fixes (#2371)
Jonas Schnelli
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-01-05
Bitcoin-Qt: add a Reset button to the options dialog
Philip Kaufmann
2012-11-04
Remove -detachdb and stop's detach argument.
Pieter Wuille
2012-10-07
change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility)
Philip Kaufmann
2012-09-21
enhance Qt5 compatibility
Philip Kaufmann
2012-08-02
small UX update for optionsdialog
Philip Kaufmann
2012-07-22
optionsdialog cleanup
Philip Kaufmann
2012-07-13
enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8
Philip Kaufmann
2012-06-26
GUI: change language selection format
Philip Kaufmann
2012-06-13
re-work optionsdialog to a tabbed UI based on an ui-file
Philip Kaufmann
2012-05-31
Rework network config settings
Pieter Wuille
2012-05-17
allow translation of "options" used in the --help message / split translation...
Philip Kaufmann
2012-05-10
optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start ...
Philip Kaufmann
2012-05-09
Make it possible to set user interface language from options dialog
Wladimir J. van der Laan
2012-05-09
Organize optionsdialog (split off Window and Network page)
Wladimir J. van der Laan
2012-05-09
remove 2 ugly spaces from a string used in translations
Philip Kaufmann
2012-05-07
Merge pull request #1219 from luke-jr/rm_fee_tip
Wladimir J. van der Laan
2012-05-07
Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218
Luke Dashjr
2012-04-26
Make lsn_reset ("detach databases") optional and off by default.
Pieter Wuille
2012-04-13
Add missing tooltip and key shortcut in settings dialog (#1088 without line b...
Wladimir J. van der Laan
2012-04-11
Toggle main window hide on tray icon click
sje397
2012-02-05
fetch translations from transifex
Nils Schneider
2011-10-09
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-09-19
put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
Wladimir J. van der Laan
2011-08-07
don't include <QDebug>
Wladimir J. van der Laan
2011-07-30
Hide addresses in transaction overview by default, they can be re-shown as a ...
Wladimir J. van der Laan
2011-07-29
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-26
allow multiple units in bitcoin amount widget (for example, for sending) usin...
Wladimir J. van der Laan
2011-07-25
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
Wladimir J. van der Laan
2011-06-24
use buttonbox for options dialog
Wladimir J. van der Laan
2011-06-20
introduce bitcoin amount field with split amount/decimals, to protect against...
Wladimir J. van der Laan
2011-06-18
remove commented code, use // for one-line comments and comments inside funct...
Wladimir J. van der Laan
2011-06-11
move back to original directory structure
Wladimir J. van der Laan