aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-04Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan
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-25Drop unused init.h includesBen Woosley
2018-06-24Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan
2018-06-18ui: Support wallets unloaded dynamicallyJoão Barbosa
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-05-19Qt: use [default wallet] as name for wallet with no nameJonas Schnelli
2018-05-15[gui] Add proxy icon in statusbarCristian Mircea Messel
2018-04-17qt:Show the entire Window when double clicking on taskbarChun Kuan Lee
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/utilitydialog.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/bitcoingui.cppRussell Yanofsky
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-26Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr
2018-03-26Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli
2018-03-26Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...Luke Dashjr
2018-03-26Qt: Add wallet selector to debug consoleJonas Schnelli
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-03-06gui: Show messages as text not htmlWladimir J. van der Laan
2018-03-06Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr
2018-03-06Qt: Add a combobox to toolbar to select from multiple walletsLuke Dashjr
2018-03-06Qt: Load all wallets into WalletModelsLuke Dashjr
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-01-03Merge #12035: [qt] change µBTC to bitsJonas Schnelli
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-28[qt] change µBTC to bitsWilliam Casarin
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
2017-09-21Replace save|restoreWindowGeometry with Qt functionsMeshCollider
2017-08-27Make tabs toolbar no longer have a context menuAndrew Chow
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-04-19Update the remaining blocks left in modaloverlay at init.Jonas Schnelli
2017-02-21Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli
2017-01-29Fix typospracticalswift
2017-01-19qt: Use nPowTargetSpacing constantMarcoFalke
2017-01-19Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli
2017-01-19[Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli
2017-01-13[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-05[Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ...Jonas Schnelli
2016-11-24qt: Show progress overlay when clicking spinner iconWladimir J. van der Laan