aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2012-07-06fix a typo in OptionsDialogPhilip Kaufmann
2012-07-05Changed a comment about a QVariant typexanatos
2012-07-05GUI: ensure a changed bitcoin unit immediately updates the tx list amountsPhilip Kaufmann
2012-06-21Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-06-18add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-06-14Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann
2012-06-14Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)Philip Kaufmann
2012-06-14change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann
2012-06-14removed ability to translate "0 BTC" and "123.456 BTC" as this is only used a...Philip Kaufmann
2012-06-14Do not select first address automatically in the address bookWladimir J. van der Laan
2012-06-06Bugfix: Allow tray icon to linger until Bitcoin-Qt shuts down completely. Fix...Luke Dashjr
2012-05-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-22Filter out whitespace and zero-width non-breaking spaces in validatorWladimir J. van der Laan
2012-05-15remove string "TextLabel" from warningLabel, as this is unneeded and as such ...Philip Kaufmann
2012-05-15Properly escape " in strings when exporting CSVWladimir J. van der Laan
2012-05-15Correct DateFordy
2012-05-15Correct DateFordy
2012-05-15remove 2 ugly spaces from a string used in translationsPhilip Kaufmann
2012-05-15Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr
2012-05-07Update/fix translationsLuke Dashjr
2012-05-07Update/fix translationsLuke Dashjr
2012-05-07Merge commit '293f264' into 0.6.0.xLuke Dashjr
2012-05-06fix #952 by checking if we have a new address or an updated labelPhilip Kaufmann
2012-05-06Hide UI immediately after leaving the main loop.Wladimir J. van der Laan
2012-05-06Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-05remove HTML code around "Wallet" (displayed on overview page) and use Qt tags...Philip Kaufmann
2012-04-30change button tooltip on sign message page for copy to clipboard as it was mi...Philip Kaufmann
2012-04-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-17Add missing breaks in optionmodel's switch casePieter Wuille
2012-04-17Add forgotten initializerWladimir J. van der Laan
2012-04-16Set label when selecting an address that already has a label. Fixes #1080.Wladimir J. van der Laan
2012-04-15Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-15Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-15fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan
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 clas...Wladimir J. van der Laan
2012-04-15Show a message box when runaway exception happensWladimir J. van der Laan
2012-04-15Bugfix: nTotalBlocks wasn't in 0.5.0, so need to replace it with equivalent f...Luke Dashjr
2012-04-15Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr
2012-04-14Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan
2012-04-14Add missing tooltip and key shortcut in settings dialog (#1088 without line b...Wladimir J. van der Laan
2012-04-14Display an error, rather than crashing, if encoding a QR Code failed.Luke Dashjr
2012-04-14removed (no label) string if we have NO labelPhilip Kaufmann
2012-04-11Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan
2012-04-06Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-06Bugfix: Windows lacks sleep(), so need to use Sleep() from util.hLuke Dashjr
2012-04-06Merge branch '0.5.0.x' into 0.5.xLuke Dashjr