This website requires JavaScript.
Explore
Help
Sign In
kvazar
/
kevacoin
Watch
1
Star
0
Fork
0
You've already forked kevacoin
mirror of
https://github.com/kvazar-network/kevacoin.git
synced
2025-01-27 07:14:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
kevacoin
/
src
/
qt
/
forms
History
Philip Kaufmann
0f5d4c6e88
fix a typo in OptionsDialog
2012-06-30 01:16:22 +02:00
..
aboutdialog.ui
changed cursor for selectable text on the about dialog to IBeamCursor and removed an unused tag
2012-05-05 12:55:51 +02:00
addressbookpage.ui
harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
2012-05-09 09:06:51 +02:00
askpassphrasedialog.ui
start rows in askpassphrasedialog.ui at 0 (not 1)
2012-05-20 15:55:39 +02:00
editaddressdialog.ui
Send: dialog redesign (automatically look up label for entered address)
2011-07-02 13:45:59 +02:00
messagepage.ui
allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations
2012-05-17 15:49:00 +02:00
optionsdialog.ui
fix a typo in OptionsDialog
2012-06-30 01:16:22 +02:00
overviewpage.ui
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance
2012-06-11 22:40:06 +02:00
qrcodedialog.ui
set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Code Dialog" as this spelling is used all over the code
2012-05-13 00:03:58 +02:00
rpcconsole.ui
make buttons in debug window non autoDefault
2012-06-12 17:17:51 +02:00
sendcoinsdialog.ui
set cursor for balance field to IBeamCursor (to show the user it IS selectable) and set autoDefault to false for the buttons that do not need this
2012-06-13 18:34:29 +02:00
sendcoinsentry.ui
Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6
2012-05-07 00:19:22 +02:00
transactiondescdialog.ui
change size of transactiondialog, to allow display of transaction-id without an ugly line-break
2012-05-12 11:12:37 +02:00
verifymessagedialog.ui
change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check
2012-06-01 11:13:44 +02:00