aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Collapse)Author
2012-05-06Merge pull request #1189 from Diapolo/fix#952Wladimir J. van der Laan
fix for #952 (send coins tab glitch)
2012-05-05Merge pull request #1209 from laanwj/2012_05_hideonshutdownWladimir J. van der Laan
Hide UI immediately after leaving the main loop
2012-05-06Hide 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-05Merge pull request #1201 from Diapolo/about-dialogWladimir J. van der Laan
changed cursor for selectable text on the about dialog to IBeamCursor...
2012-05-05changed cursor for selectable text on the about dialog to IBeamCursor and ↵Philip Kaufmann
removed an unused tag
2012-05-05Merge pull request #1202 from Diapolo/messagepageWladimir J. van der Laan
change text on message.ui from "Copy to Clipboard" to "Copy Signature"...
2012-05-05change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann
add an Alt-Shortcut to "Clear &All"
2012-05-05Merge pull request #1203 from Diapolo/qrcodedialogWladimir J. van der Laan
renamed qrcodedialog.ui window title to "QR-Code Dialog"...
2012-05-05renamed 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-05simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan
2012-05-05Merge pull request #1166 from Diapolo/signmessage_clearWladimir J. van der Laan
add a clear all button to the sign message page (addresses #943)
2012-05-05Merge pull request #1175 from Diapolo/translatorsWladimir J. van der Laan
small translation-file handling / loading changes and re-work comments to be clearer
2012-05-05Merge pull request #1194 from Diapolo/sendcoins_placeholdertextWladimir J. van der Laan
move label placeholdertext from sendcoinsentry.cpp to ui-file
2012-05-04Merge pull request #1032 from Diapolo/fix#945Wladimir J. van der Laan
Remove HTML font crap from "Wallet" message (fix for #945)
2012-05-04move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann
2012-05-04fix #952 by checking if we have a new address or an updated labelPhilip Kaufmann
2012-05-03add a clear all button to the sign message pagePhilip Kaufmann
2012-05-01small translation-file handling / loading changes and re-work comments to be ↵Philip Kaufmann
clearer
2012-04-29Merge pull request #1139 from Diapolo/messagepageWladimir J. van der Laan
change button tooltip on sign message page for copy to clipboard...
2012-04-29Fix critical UI performance issue (#1154)Wladimir J. van der Laan
2012-04-26Make 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-22change button tooltip on sign message page for copy to clipboard as it was ↵Philip Kaufmann
missleading
2012-04-22Make GetDataDir return absolute pathsPieter Wuille
2012-04-21Remove no-longer used UI hints in bitcoin coreWladimir J. van der Laan
The Qt UI has its own associated structures for temporary transaction state / cache.
2012-04-17Add missing breaks in optionmodel's switch casePieter Wuille
2012-04-17Further reduce header dependenciesPieter 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-17Move 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-17Remove headers.hPieter Wuille
2012-04-17Remove unused and unreachable codeWladimir J. van der Laan
2012-04-17Add forgotten initializerWladimir J. van der Laan
2012-04-16Merge pull request #1092 from laanwj/2012_04_sendcoins_setlabelfixWladimir J. van der Laan
When sending coins, set label when selecting address that already has a label
2012-04-16Merge pull request #1091 from Diapolo/GUI-BlockDLWladimir J. van der Laan
revert to default OS theme for progressbar (fix #1071)
2012-04-15Merge pull request #1104 from laanwj/2012_04_clangJeff Garzik
Enable and fix most compilation warnings
2012-04-15Merge pull request #1097 from laanwj/2012_04_runawayexceptionWladimir J. van der Laan
Show a message box when runaway exception happens
2012-04-15fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan
2012-04-15fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]Wladimir J. van der Laan
2012-04-15fix warnings: 'XX' defined as a struct here but previously declared as a ↵Wladimir J. van der Laan
class [-Wmismatched-tags]
2012-04-14Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr
Without this, any error will segfault Bitcoin-Qt
2012-04-14Show a message box when runaway exception happensWladimir 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-13Merge pull request #1089 from laanwj/2012_04_translationupdateWladimir J. van der Laan
Update translations for bitcoin core
2012-04-14Update translations for bitcoin coreWladimir 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-14Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan
2012-04-13Set label when selecting an address that already has a label. Fixes #1080.Wladimir J. van der Laan
2012-04-13revert to default OS theme for progressbar / fix small glitches in ↵Philip Kaufmann
bitcoingui.cpp
2012-04-13Add missing tooltip and key shortcut in settings dialog (#1088 without line ↵Wladimir J. van der Laan
break part)
2012-04-12make text in about box selectable (fixes #1055)Wladimir J. van der Laan
2012-04-12enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann
2012-04-12limit length of generated URI to 255 chars to prevent a DoS against the ↵Philip Kaufmann
QR-Code dialog
2012-04-12updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann
2012-04-12fixed 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