aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
Commit message (Expand)AuthorAgeFilesLines
...
| * passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-s...Philip Kaufmann2012-05-061-6/+7
* | Merge pull request #1212 from Diapolo/overviewpageWladimir J. van der Laan2012-05-091-2/+42
|\ \
| * | move many overviewpage settings from code to ui XML-file / removed ability to...Philip Kaufmann2012-05-061-2/+42
| |/
* | Add key shortcuts for RPC console tabsWladimir J. van der Laan2012-05-091-2/+2
* | Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan2012-05-091-2/+2
* | harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann2012-05-092-2/+2
* | Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan2012-05-081-1/+7
|\ \
| * | Make user action more straightforward in address bookWladimir J. van der Laan2012-05-071-1/+7
* | | Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell2012-05-081-0/+323
|\ \ \
| * | | Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-0/+323
| |/ /
* | / Move back setPlaceholderText to code, from xml, as this broke building with Q...Wladimir J. van der Laan2012-05-072-9/+0
| |/ |/|
* | Merge pull request #1201 from Diapolo/about-dialogWladimir J. van der Laan2012-05-051-3/+9
|\ \
| * | changed cursor for selectable text on the about dialog to IBeamCursor and rem...Philip Kaufmann2012-05-051-3/+9
* | | Merge pull request #1202 from Diapolo/messagepageWladimir J. van der Laan2012-05-051-2/+2
|\ \ \
| * | | change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann2012-05-051-2/+2
| |/ /
* | | Merge pull request #1203 from Diapolo/qrcodedialogWladimir J. van der Laan2012-05-051-3/+3
|\ \ \ | |/ / |/| |
| * | renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window s...Philip Kaufmann2012-05-051-3/+3
* | | simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan2012-05-051-1/+1
|/ /
* | Merge pull request #1166 from Diapolo/signmessage_clearWladimir J. van der Laan2012-05-051-3/+17
|\ \
| * | add a clear all button to the sign message pagePhilip Kaufmann2012-05-031-3/+17
| |/
* | Merge pull request #1194 from Diapolo/sendcoins_placeholdertextWladimir J. van der Laan2012-05-051-0/+6
|\ \
| * | move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann2012-05-041-0/+6
| |/
* | Merge pull request #1032 from Diapolo/fix#945Wladimir J. van der Laan2012-05-041-5/+7
|\ \ | |/ |/|
| * remove HTML code around "Wallet" (displayed on overview page) and use Qt tags...Philip Kaufmann2012-04-041-5/+7
* | change button tooltip on sign message page for copy to clipboard as it was mi...Philip Kaufmann2012-04-221-1/+1
* | make text in about box selectable (fixes #1055)Wladimir J. van der Laan2012-04-121-0/+9
* | enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann2012-04-121-0/+3
* | updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann2012-04-121-6/+6
* | Change sign message bitcoin address tooltip to "The address to sign the messa...graingert2012-04-061-1/+1
|/
* Sign message description changes discussed in #bitcoin-devLuke Dashjr2012-02-191-1/+1
* Typo fixPieter Wuille2012-02-201-1/+1
* Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-272-0/+184
* *Clear all has a tooltip now *About dialog updatedJanne Pulkkinen2012-01-142-1/+4
* make transaction description read-only (UI fix)Wladimir J. van der Laan2012-01-061-0/+3
* Fix typo (#734)Wladimir J. van der Laan2012-01-031-1/+1
* Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje3972011-12-202-0/+224
* Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan2011-12-131-15/+5
* Added Caps Lock check and warning at askpassphrasedialog.Nick Bosma2011-10-181-1/+16
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-092-16/+4
* Send Coins page not cleared when changing tabs. Clear all button for clearing...Janne Pulkkinen2011-09-271-2/+22
* show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-221-0/+24
* Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan2011-08-311-0/+148
* show last few transactions on overview pageWladimir J. van der Laan2011-08-031-70/+134
* improve tooltip textsWladimir J. van der Laan2011-07-242-2/+8
* one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan2011-07-181-1/+1
* move buttons to bottom of send coins tab, outside of scroll areaWladimir J. van der Laan2011-07-181-55/+55
* put sendcoins entries in scroll area, so that window does not become bigger t...Wladimir J. van der Laan2011-07-172-71/+93
* add sendmany supportWladimir J. van der Laan2011-07-162-153/+188
* Show unconfirmed balance on overview pageWladimir J. van der Laan2011-07-111-2/+16
* remove placeholder text from ui form, code generator screws up on older qtWladimir J. van der Laan2011-07-091-3/+0