aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2012-10-09Update supported translationsLuke Dashjr
2012-10-09When encrypting the wallet, warn user that old backups will become useless.Rune K. Svendsen
2012-10-09toHTML won't add empty wtx.mapValue elementsxanatos
2012-10-09Update Bugreport Linksfanquake
2012-10-09Change hotkey for "Send" button to "e" since "S" is already used for "Setting...Philip Kaufmann
2012-09-11Update supported translationsLuke Dashjr
2012-09-10Bugfix: Correct doubled-up & in translations and remove extra spaces ...Luke Dashjr
2012-09-06Update supported translationsLuke Dashjr
2012-08-28Update supported translationsLuke Dashjr
2012-08-26Override progress bar on platforms with segmented progress barsWladimir J. van der Laan
2012-08-26update some strings used as warning messages in sendcoinsdialog.cppPhilip Kaufmann
2012-08-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-26TypoMichael Ford
2012-07-26Fix spelling of successfullyStephane Glondu
2012-07-26Typofanquake
2012-07-26Fix Typofanquake
2012-07-22Make sort and filters for transactions and labels case-insensitiveWladimir J. van der Laan
2012-07-22when on testnet, set testnet icon for about dialogPhilip Kaufmann
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-18add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
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-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-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-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-05remove HTML code around "Wallet" (displayed on overview page) and use Qt tags...Philip Kaufmann
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.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: 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-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-11Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan