Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-06 | passphrasedialog: change dialog title to "Passphrase Dialog" / remove ↵ | Philip Kaufmann | |
style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()' | |||
2012-05-05 | Merge pull request #1209 from laanwj/2012_05_hideonshutdown | Wladimir J. van der Laan | |
Hide UI immediately after leaving the main loop | |||
2012-05-06 | Hide UI immediately after leaving the main loop. | Wladimir J. van der Laan | |
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open. | |||
2012-05-05 | Merge pull request #1201 from Diapolo/about-dialog | Wladimir J. van der Laan | |
changed cursor for selectable text on the about dialog to IBeamCursor... | |||
2012-05-05 | changed cursor for selectable text on the about dialog to IBeamCursor and ↵ | Philip Kaufmann | |
removed an unused tag | |||
2012-05-05 | Merge pull request #1202 from Diapolo/messagepage | Wladimir J. van der Laan | |
change text on message.ui from "Copy to Clipboard" to "Copy Signature"... | |||
2012-05-05 | change text on message.ui from "Copy to Clipboard" to "Copy Signature" and | Philip Kaufmann | |
add an Alt-Shortcut to "Clear &All" | |||
2012-05-05 | Merge pull request #1203 from Diapolo/qrcodedialog | Wladimir J. van der Laan | |
renamed qrcodedialog.ui window title to "QR-Code Dialog"... | |||
2012-05-05 | renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window ↵ | Philip Kaufmann | |
size to the minimum values Qt Creator allows me to set | |||
2012-05-05 | simplified qrcode icon that scales gracefully to 16x16 | Wladimir J. van der Laan | |
2012-05-05 | Merge pull request #1166 from Diapolo/signmessage_clear | Wladimir J. van der Laan | |
add a clear all button to the sign message page (addresses #943) | |||
2012-05-05 | Merge pull request #1175 from Diapolo/translators | Wladimir J. van der Laan | |
small translation-file handling / loading changes and re-work comments to be clearer | |||
2012-05-05 | Merge pull request #1194 from Diapolo/sendcoins_placeholdertext | Wladimir J. van der Laan | |
move label placeholdertext from sendcoinsentry.cpp to ui-file | |||
2012-05-04 | Merge pull request #1032 from Diapolo/fix#945 | Wladimir J. van der Laan | |
Remove HTML font crap from "Wallet" message (fix for #945) | |||
2012-05-04 | move label placeholdertext from sendcoinsentry.cpp to ui-file | Philip Kaufmann | |
2012-05-03 | add a clear all button to the sign message page | Philip Kaufmann | |
2012-05-01 | small translation-file handling / loading changes and re-work comments to be ↵ | Philip Kaufmann | |
clearer | |||
2012-04-29 | Merge pull request #1139 from Diapolo/messagepage | Wladimir J. van der Laan | |
change button tooltip on sign message page for copy to clipboard... | |||
2012-04-29 | Fix critical UI performance issue (#1154) | Wladimir J. van der Laan | |
2012-04-26 | Make lsn_reset ("detach databases") optional and off by default. | Pieter Wuille | |
Add an option -detachdb (and entry in OptionDialog), without which no lsn_reset is called on addr.dat and blkindex.dat. That means these files cannot be moved to a new environment, but shutdown can be significantly faster. The wallet file is always lsn_reset'ed. -detachdb corresponds to the old behaviour, though it is off by default now to speed up shutdowns. | |||
2012-04-22 | change button tooltip on sign message page for copy to clipboard as it was ↵ | Philip Kaufmann | |
missleading | |||
2012-04-22 | Make GetDataDir return absolute paths | Pieter Wuille | |
2012-04-21 | Remove no-longer used UI hints in bitcoin core | Wladimir J. van der Laan | |
The Qt UI has its own associated structures for temporary transaction state / cache. | |||
2012-04-17 | Add missing breaks in optionmodel's switch case | Pieter Wuille | |
2012-04-17 | Further reduce header dependencies | Pieter Wuille | |
This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious. | |||
2012-04-17 | Move CWalletDB code to new walletdb module. | Jeff Garzik | |
In addition to standard code separation, this change opens the door to fixing several include inter-dependencies. | |||
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-04-17 | Remove unused and unreachable code | Wladimir J. van der Laan | |
2012-04-17 | Add forgotten initializer | Wladimir J. van der Laan | |
2012-04-16 | Merge pull request #1092 from laanwj/2012_04_sendcoins_setlabelfix | Wladimir J. van der Laan | |
When sending coins, set label when selecting address that already has a label | |||
2012-04-16 | Merge pull request #1091 from Diapolo/GUI-BlockDL | Wladimir J. van der Laan | |
revert to default OS theme for progressbar (fix #1071) | |||
2012-04-15 | Merge pull request #1104 from laanwj/2012_04_clang | Jeff Garzik | |
Enable and fix most compilation warnings | |||
2012-04-15 | Merge pull request #1097 from laanwj/2012_04_runawayexception | Wladimir J. van der Laan | |
Show a message box when runaway exception happens | |||
2012-04-15 | fix warnings: unused variable 'XX' [-Wunused-variable] | Wladimir J. van der Laan | |
2012-04-15 | fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] | Wladimir J. van der Laan | |
2012-04-15 | fix warnings: 'XX' defined as a struct here but previously declared as a ↵ | Wladimir J. van der Laan | |
class [-Wmismatched-tags] | |||
2012-04-14 | Bugfix: Check that QRcode_encodeString didn't return NULL (error) | Luke Dashjr | |
Without this, any error will segfault Bitcoin-Qt | |||
2012-04-14 | Show a message box when runaway exception happens | Wladimir J. van der Laan | |
This is more clear to users than when the program simply disappears (usually during initialization). It still logs the message to the console and debug log as well. | |||
2012-04-13 | Merge pull request #1089 from laanwj/2012_04_translationupdate | Wladimir J. van der Laan | |
Update translations for bitcoin core | |||
2012-04-14 | Update translations for bitcoin core | Wladimir J. van der Laan | |
- Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed | |||
2012-04-14 | Do not show green tick unless all known blocks are downloaded (fixes #921) | Wladimir J. van der Laan | |
2012-04-13 | Set label when selecting an address that already has a label. Fixes #1080. | Wladimir J. van der Laan | |
2012-04-13 | revert to default OS theme for progressbar / fix small glitches in ↵ | Philip Kaufmann | |
bitcoingui.cpp | |||
2012-04-13 | Add missing tooltip and key shortcut in settings dialog (#1088 without line ↵ | Wladimir J. van der Laan | |
break part) | |||
2012-04-12 | make text in about box selectable (fixes #1055) | Wladimir J. van der Laan | |
2012-04-12 | enable wordWrap on lblQRCode / small code comment change | Philip Kaufmann | |
2012-04-12 | limit length of generated URI to 255 chars to prevent a DoS against the ↵ | Philip Kaufmann | |
QR-Code dialog | |||
2012-04-12 | updated to reflect pull-request suggestions / renamed some GUI elements | Philip Kaufmann | |
2012-04-12 | fixed amount part of URI in QR-Codes / removed (no label) string if we have ↵ | Philip Kaufmann | |
NO label / coding style updates / removed an unused variable | |||
2012-04-12 | Fix OSX build errors. | Gavin Andresen | |