aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-3/+3
* Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-1/+0
|\
| * Drop unused init.h includesBen Woosley2018-06-251-1/+0
* | Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer orde...MarcoFalke2018-06-251-44/+0
|\ \ | |/ |/|
| * qt: Move BitcoinGUI initializers to class, fix initializer order warningWladimir J. van der Laan2018-06-251-44/+0
* | Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan2018-06-241-14/+2
|\ \ | |/ |/|
| * gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-14/+2
* | ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-5/+29
|/
* Qt: use [default wallet] as name for wallet with no nameJonas Schnelli2018-05-191-2/+9
* [gui] Add proxy icon in statusbarCristian Mircea Messel2018-05-151-0/+24
* qt:Show the entire Window when double clicking on taskbarChun Kuan Lee2018-04-171-0/+5
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-3/+3
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-2/+2
* Remove direct bitcoin calls from qt/rpcconsole.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky2018-04-041-5/+3
* Remove direct bitcoin calls from qt/utilitydialog.cppRussell Yanofsky2018-04-041-2/+2
* Remove direct bitcoin calls from qt/bitcoingui.cppRussell Yanofsky2018-04-041-6/+9
* Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-4/+4
|\
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-4/+4
* | Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-9/+45
|\ \ | |/ |/|
| * Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr2018-03-261-3/+4
| * Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli2018-03-261-3/+6
| * Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...Luke Dashjr2018-03-261-10/+7
| * Qt: Add wallet selector to debug consoleJonas Schnelli2018-03-261-0/+1
| * Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr2018-03-061-0/+15
| * Qt: Add a combobox to toolbar to select from multiple walletsLuke Dashjr2018-03-061-0/+23
| * Qt: Load all wallets into WalletModelsLuke Dashjr2018-03-061-4/+0
* | gui: Show messages as text not htmlWladimir J. van der Laan2018-03-061-0/+1
|/
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-3/+3
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-3/+3
* | Merge #12035: [qt] change µBTC to bitsJonas Schnelli2018-01-031-3/+3
|\ \
| * | [qt] change µBTC to bitsWilliam Casarin2017-12-281-3/+3
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/ /
* | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-4/+0
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-23/+23
* | Replace save|restoreWindowGeometry with Qt functionsMeshCollider2017-09-211-2/+7
|/
* Make tabs toolbar no longer have a context menuAndrew Chow2017-08-271-0/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-3/+3
* Update the remaining blocks left in modaloverlay at init.Jonas Schnelli2017-04-191-2/+1
* Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli2017-02-211-1/+4
* Fix typospracticalswift2017-01-291-1/+1
* qt: Use nPowTargetSpacing constantMarcoFalke2017-01-191-2/+3
* Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-191-2/+12
|\
| * [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-191-2/+12
* | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-131-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* [Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ...Jonas Schnelli2016-12-051-3/+3
* qt: Show progress overlay when clicking spinner iconWladimir J. van der Laan2016-11-241-2/+4