aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Collapse)Author
2012-05-09Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan
Fixes #1241
2012-05-09Merge pull request #1230 from sipa/warningsGregory Maxwell
Clean up warnings
2012-05-09update bitcoin_en.ts (translation master file) to match current master ↵Philip Kaufmann
branch as of 2012-05-09
2012-05-09harmonize the use of ellipsis ("...") to be used in menus, but not on ↵Philip Kaufmann
buttons / update some strings to be more informative
2012-05-08Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan
Make user actions more straightforward in address book
2012-05-09remove 2 ugly spaces from a string used in translationsPhilip Kaufmann
2012-05-09Clean up warningsPieter Wuille
* Use -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameters * Remove xCXXFLAGS usage in makefile.unix * Fix several recent and older sign-compare warnings
2012-05-08Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell
Add UI RPC console / debug window
2012-05-07Merge pull request #1219 from luke-jr/rm_fee_tipWladimir J. van der Laan
Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218
2012-05-07Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr
2012-05-07Make user action more straightforward in address bookWladimir J. van der Laan
- Add all actions that can be triggered with buttons to the context menu - Hide delete action from context menu for receiving tab
2012-05-07Move back setPlaceholderText to code, from xml, as this broke building with ↵Wladimir J. van der Laan
Qt 4.6
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-05Add UI RPC console / debug windowWladimir 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]