aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2019-09-26qt: Change default size of intro frameEmil Engler
2019-09-21gui: Rename address checkbox back to bech32MarcoFalke
2019-09-16qt: Run "make translate" in ./srcMarcoFalke
2019-09-16Merge #16822: gui: Create wallet menu option follow-upsfanquake
2019-09-15Merge #16858: Qt: advise users not to switch wallets when opening a BIP70 URI.Jonas Schnelli
2019-09-12Merge #16714: gui: add prune to intro screen with smart defaultJonas Schnelli
2019-09-12Qt: advise users not to switch wallets when opening a BIP70 URI.James Hilliard
2019-09-10Merge #16680: Preparations for more testchainsMarcoFalke
2019-09-09gui: fix autofocus in CreateWalletActivity::askPassphrase()Jon Atack
2019-09-09gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedialogJon Atack
2019-09-09gui: rename encrypt(), blank(), and askPasshprase()Jon Atack
2019-09-09Merge #16826: Do additional character escaping for wallet names and address l...fanquake
2019-09-08Escape ampersands (&) in wallet names in Open Wallet menuAndrew Chow
2019-09-08HTML escape address labels in more dialogs and notificationsAndrew Chow
2019-09-08HTML escape the wallet name in more dialogs and notificationsAndrew Chow
2019-09-08Merge #16735: gui: Remove unused menu items for Windows and LinuxMarcoFalke
2019-09-06Testchains: Qt: Simplify network/chain stylesJorge Timón
2019-09-06Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón
2019-09-05Add Create Wallet menu actionAndrew Chow
2019-09-05Expose wallet creation to the GUI via WalletControllerAndrew Chow
2019-09-05Add CreateWalletDialog to create wallets from the GUIAndrew Chow
2019-09-05Optionally allow AskPassphraseDialog to output the passphraseAndrew Chow
2019-09-06gui: Refactor OpenWalletActivityJoão Barbosa
2019-09-02gui: Update English source translationWladimir J. van der Laan
2019-09-01Merge #16720: qt: Replace objc_msgSend() function calls with the native Objec...fanquake
2019-08-31qt: Replace objc_msgSend with native syntaxHennadii Stepanov
2019-08-30GUI: Remove unused menu items for Windows and LinuxGChuf
2019-08-30Merge #16758: qt: Replace QFontMetrics::width() with TextWidth()fanquake
2019-08-29Merge #16707: qt: Remove obsolete QModelIndex::child()Jonas Schnelli
2019-08-29qt: Replace QFontMetrics::width() with TextWidth()Hennadii Stepanov
2019-08-29Merge #16706: qt: Replace deprecated QSignalMapper by lambda expressionsWladimir J. van der Laan
2019-08-29Merge #16701: qt: Replace functions deprecated in Qt 5.13Wladimir J. van der Laan
2019-08-29Merge #16708: qt: Replace obsolete functions of QSslSocketWladimir J. van der Laan
2019-08-28Merge #14879: qt: Add warning messages to the debug windowMarcoFalke
2019-08-25qt: Remove QSignalMapper from TransactionViewHennadii Stepanov
2019-08-25qt: Replace obsolete functions of QDesktopWidgetHennadii Stepanov
2019-08-25qt: Remove obsolete QModelIndex::child()Hennadii Stepanov
2019-08-24[gui] intro: enable pruning by default unless disk is bigSjors Provoost
2019-08-24[gui] intro: add prune preferenceSjors Provoost
2019-08-24[gui] intro: inform caller if intro was shownSjors Provoost
2019-08-24[gui] add explicit prune setterSjors Provoost
2019-08-24Replace obsolete functions of QSslSocketHennadii Stepanov
2019-08-24qt: Remove QSignalMapper from RPCConsoleHennadii Stepanov
2019-08-23qt: Add TextWidth() wrapperHennadii Stepanov
2019-08-23gui: Ensure tx send error highlight is visiblebpay
2019-08-23Merge #16677: gui: remove unused PlatformStyle::TextColorIconJonas Schnelli
2019-08-22gui: remove unused PlatformStyle::TextColorIconfanquake
2019-08-22refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_boundfanquake
2019-08-22refactor: replace qSort with std::sortfanquake
2019-08-22refactor: replace qStableSort with std::stable_sortfanquake