| .. |
|
forms
|
Send Coins page not cleared when changing tabs. Clear all button for clearing the entries
|
2011-09-27 17:46:19 +03:00 |
|
locale
|
Added Spanish translation for qt
|
2011-10-09 23:54:07 +02:00 |
|
res
|
Some Mac OS X specific things
|
2011-09-11 17:42:20 +02:00 |
|
aboutdialog.cpp
|
General cleanups
|
2011-07-01 17:06:36 +02:00 |
|
aboutdialog.h
|
General cleanups
|
2011-07-01 17:06:36 +02:00 |
|
addressbookpage.cpp
|
don't include <QDebug>
|
2011-08-07 16:09:49 +02:00 |
|
addressbookpage.h
|
add export functionality for address book / receiving addresses
|
2011-07-09 10:54:17 +02:00 |
|
addresstablemodel.cpp
|
update to work with new lock system, add protocol.* to build system
|
2011-09-02 18:02:22 +02:00 |
|
addresstablemodel.h
|
update to work with new lock system, add protocol.* to build system
|
2011-09-02 18:02:22 +02:00 |
|
askpassphrasedialog.cpp
|
Wallet encryption part 2: ask passphrase when needed, add menu options
|
2011-08-31 14:19:43 +02:00 |
|
askpassphrasedialog.h
|
Wallet encryption part 2: ask passphrase when needed, add menu options
|
2011-08-31 14:19:43 +02:00 |
|
bitcoin.cpp
|
translation handling improvements
|
2011-09-27 20:47:51 +02:00 |
|
bitcoin.qrc
|
translation handling improvements
|
2011-09-27 20:47:51 +02:00 |
|
bitcoinaddressvalidator.cpp
|
add sendmany support
|
2011-07-16 19:25:02 +02:00 |
|
bitcoinaddressvalidator.h
|
move back to original directory structure
|
2011-06-11 22:11:58 +02:00 |
|
bitcoinamountfield.cpp
|
comments and readme update
|
2011-08-31 16:08:31 +02:00 |
|
bitcoinamountfield.h
|
Full support for other units, add configuration option for default unit (used when displaying amounts)
|
2011-07-29 14:36:35 +02:00 |
|
bitcoingui.cpp
|
Removing the if statement entirely - not needed.
|
2011-09-27 19:20:24 +03:00 |
|
bitcoingui.h
|
remove transparency effect and windows-specific code for now, it's not working as supposed
|
2011-09-11 21:06:23 +02:00 |
|
bitcoinstrings.cpp
|
add russian translation and add unicode compatibility (merges pull request #20)
|
2011-08-28 14:14:29 +02:00 |
|
bitcoinunits.cpp
|
also accept numbers without dot/decimals for parsing, fixes transaction filter row
|
2011-07-27 20:52:00 +02:00 |
|
bitcoinunits.h
|
QtUI code cleanup / comment improvements
|
2011-08-08 17:38:17 +02:00 |
|
clientmodel.cpp
|
clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks
|
2011-09-11 10:49:30 +02:00 |
|
clientmodel.h
|
clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks
|
2011-09-11 10:49:30 +02:00 |
|
csvmodelwriter.cpp
|
Export functionality for transaction list
|
2011-07-07 14:27:16 +02:00 |
|
csvmodelwriter.h
|
Export functionality for transaction list
|
2011-07-07 14:27:16 +02:00 |
|
editaddressdialog.cpp
|
update to work with new lock system, add protocol.* to build system
|
2011-09-02 18:02:22 +02:00 |
|
editaddressdialog.h
|
select new address immediately after creation
|
2011-08-04 21:36:14 +02:00 |
|
guiconstants.h
|
Wallet encryption part 2: ask passphrase when needed, add menu options
|
2011-08-31 14:19:43 +02:00 |
|
guiutil.cpp
|
QtUI code cleanup / comment improvements
|
2011-08-08 17:38:17 +02:00 |
|
guiutil.h
|
QtUI code cleanup / comment improvements
|
2011-08-08 17:38:17 +02:00 |
|
monitoreddatamapper.cpp
|
don't include <QDebug>
|
2011-08-07 16:09:49 +02:00 |
|
monitoreddatamapper.h
|
move back to original directory structure
|
2011-06-11 22:11:58 +02:00 |
|
notificator.cpp
|
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS
|
2011-09-24 11:56:33 +02:00 |
|
notificator.h
|
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS
|
2011-09-24 11:56:33 +02:00 |
|
optionsdialog.cpp
|
put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
|
2011-09-19 13:08:24 +02:00 |
|
optionsdialog.h
|
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
|
2011-07-25 21:38:54 +02:00 |
|
optionsmodel.cpp
|
don't include <QDebug>
|
2011-08-07 16:09:49 +02:00 |
|
optionsmodel.h
|
Hide addresses in transaction overview by default, they can be re-shown as a configuration option
|
2011-07-30 17:42:02 +02:00 |
|
overviewpage.cpp
|
put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
|
2011-09-19 13:08:24 +02:00 |
|
overviewpage.h
|
when clicking a transaction on the overview page, send the user to the transactions page
|
2011-08-04 04:41:01 +02:00 |
|
qvalidatedlineedit.cpp
|
put color constants in guiconstants.h
|
2011-07-25 18:39:52 +02:00 |
|
qvalidatedlineedit.h
|
fix clear() (clear red/invalid status)
|
2011-07-22 17:06:37 +02:00 |
|
qvaluecombobox.cpp
|
Full support for other units, add configuration option for default unit (used when displaying amounts)
|
2011-07-29 14:36:35 +02:00 |
|
qvaluecombobox.h
|
Full support for other units, add configuration option for default unit (used when displaying amounts)
|
2011-07-29 14:36:35 +02:00 |
|
sendcoinsdialog.cpp
|
Send Coins page not cleared when changing tabs. Clear all button for clearing the entries
|
2011-09-27 17:46:19 +03:00 |
|
sendcoinsdialog.h
|
show balance in sendcoins screen (issue #24)
|
2011-09-22 19:05:04 +02:00 |
|
sendcoinsentry.cpp
|
don't include <QDebug>
|
2011-08-07 16:09:49 +02:00 |
|
sendcoinsentry.h
|
Accept "bitcoin:" URL drops from browsers
|
2011-08-07 16:04:48 +02:00 |
|
transactiondesc.cpp
|
update to work with new lock system, add protocol.* to build system
|
2011-09-02 18:02:22 +02:00 |
|
transactiondesc.h
|
put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
|
2011-09-19 13:08:24 +02:00 |
|
transactiondescdialog.cpp
|
move back to original directory structure
|
2011-06-11 22:11:58 +02:00 |
|
transactiondescdialog.h
|
move back to original directory structure
|
2011-06-11 22:11:58 +02:00 |
|
transactionfilterproxy.cpp
|
don't include <QDebug>
|
2011-08-07 16:09:49 +02:00 |
|
transactionfilterproxy.h
|
show last few transactions on overview page
|
2011-08-03 20:52:18 +02:00 |
|
transactionrecord.cpp
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
|
2011-07-27 21:44:55 +02:00 |
|
transactionrecord.h
|
Export functionality for transaction list
|
2011-07-07 14:27:16 +02:00 |
|
transactiontablemodel.cpp
|
update to work with new lock system, add protocol.* to build system
|
2011-09-02 18:02:22 +02:00 |
|
transactiontablemodel.h
|
QtUI code cleanup / comment improvements
|
2011-08-08 17:38:17 +02:00 |
|
transactionview.cpp
|
add russian translation and add unicode compatibility (merges pull request #20)
|
2011-08-28 14:14:29 +02:00 |
|
transactionview.h
|
QtUI code cleanup / comment improvements
|
2011-08-08 17:38:17 +02:00 |
|
walletmodel.cpp
|
update to work with new lock system, add protocol.* to build system
|
2011-09-02 18:02:22 +02:00 |
|
walletmodel.h
|
comments and readme update
|
2011-08-31 16:08:31 +02:00 |