aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-04Fix typos reported by codespellpracticalswift
2018-09-02gui: Favor macOS show / hide action in dock menuJoão Barbosa
2018-08-30Merge #13825: [wallet] Kill accountsWladimir J. van der Laan
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-30Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-25Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan
2018-08-24util: Replace boost::signals2 with std::functionMarcoFalke
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-08-20Merge #12818: [qt] TransactionView: highlight replacement tx after fee bumpMarcoFalke
2018-08-20Merge #13248: [gui] Make proxy icon from statusbar clickableWladimir J. van der Laan
2018-08-15refactor: use fs:: over boost::filesystem::fanquake
2018-08-13qt: Translations update before 0.17 branchWladimir J. van der Laan
2018-08-08Fix incorrect Doxygen commentspracticalswift
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-04[docs] Reformat -help output for help2manTim Ruffing
2018-08-02gui: Pull initial 017x translations from transifexWladimir J. van der Laan
2018-08-01[qt] TransactionView: highlight replacement tx after fee bumpSjors Provoost
2018-07-30gui: Reject options dialog when key escape is pressedJoão Barbosa
2018-07-30gui: Reject edit address dialog when key escape is pressedJoão Barbosa
2018-07-30gui: Add GUIUtil::ItemDelegate with keyEscapePressed signalJoão Barbosa
2018-07-27qt: Set BLOCK_CHAIN_SIZE = 220DrahtBot
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-26Mark single-argument constructors "explicit"practicalswift
2018-07-25Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke
2018-07-25gui: remove macOS ProgressBar workaroundfanquake
2018-07-25gui: remove SubstituteFontsfanquake
2018-07-25[gui] Make proxy icon from statusbar clickableCristian Mircea Messel
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-23qt: Update translation source messagesWladimir J. van der Laan
2018-07-22Merge #13691: Remove redundant variables, statements and forward declarationsMarcoFalke
2018-07-18Remove redundant forward declarationpracticalswift
2018-07-12[Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli
2018-07-09Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-07-04Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan
2018-07-02scripted-diff: Replace NET_TOR with NET_ONIONwodry
2018-07-01Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every rowJonas Schnelli
2018-06-26Show symbol for inbound/outbound in peer tablewodry
2018-06-25Merge #13536: [qt] coincontrol: Remove unused qt4 workaroundMarcoFalke
2018-06-25Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer orde...MarcoFalke
2018-06-25qt: Move BitcoinGUI initializers to class, fix initializer order warningWladimir J. van der Laan
2018-06-25[qt] coincontrol: Remove unused qt4 workaroundMarcoFalke
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-06-25Drop unused init.h includesBen Woosley
2018-06-24Merge #13480: Avoid copies in range-for loops and add a warning to detect themWladimir J. van der Laan
2018-06-24Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan
2018-06-21Merge #13111: Add unloadwallet RPCJonas Schnelli