aboutsummaryrefslogtreecommitdiff
path: root/src/qt/overviewpage.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
* Add tips sectionShafil Alam2021-07-221-0/+22
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-6/+5
* Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli2016-09-231-0/+7
|\
| * [Qt] make Out-Of-Sync warning icon clickableJonas Schnelli2016-08-261-0/+7
* | Do not shadow in src/qtPavel Janík2016-09-231-2/+2
|/
* Qt: Sort transactions by dateTyler Hardin2016-05-091-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-6/+9
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
* [QT] overviewpage: make sure warning icons gets coloredJonas Schnelli2015-05-191-0/+6
* [QT] use alert icon with tooltip insted of "(out of sync)" textJonas Schnelli2015-05-121-4/+0
* [QT] change transaction amount and height in overview pageJonas Schnelli2015-05-061-2/+2
* Adopt style colour for button iconsLuke Dashjr2014-12-271-1/+3
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* qt: Register CAmount metatypeWladimir J. van der Laan2014-10-011-1/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
* [Qt] minor watch-only changesPhilip Kaufmann2014-08-281-1/+1
* [Qt] Add column Watch-only to transactions listCozz Lovan2014-08-111-1/+9
* Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan2014-08-111-7/+17
* [Qt] re-work overviewpage UIPhilip Kaufmann2014-08-081-7/+8
* Remove unused fAlign argument from BitcoinUnits::format and friendsRoy Badami2014-07-071-9/+9
* Merge remote-tracking branch 'upstream/master'Roy Badami2014-07-071-6/+28
|\
| * Watchonly balances are shown separately in gui.JaSK2014-07-021-6/+28
* | Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-171-5/+5
|/
* qt: GUI for conflicted transactionsWladimir J. van der Laan2014-02-141-0/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+5
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* qt: Add total balance in overview pageWladimir J. van der Laan2013-06-071-0/+1
* overviewpage: make some code Qt5 compatiblePhilip Kaufmann2013-04-141-2/+3
* qt: remove transaction count from overview pageWladimir J. van der Laan2013-03-311-8/+0
* Show warning when using prerelease versionWladimir J. van der Laan2012-10-251-5/+25
* add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann2012-06-171-9/+15
* Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-5/+15
* Restore overviewpage (put transactions back within frame)Wladimir J. van der Laan2012-05-181-2/+0
* add 2 labels to the overviewpage that display Wallet and Transaction status (...Philip Kaufmann2012-05-171-0/+15
* When a transaction is clicked on overview page, focus it on history pageWladimir J. van der Laan2012-05-121-3/+9
* move many overviewpage settings from code to ui XML-file / removed ability to...Philip Kaufmann2012-05-061-14/+0
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
* Bugfix: only make QListView transparent, not its tooltipsLuke Dashjr2011-11-211-1/+1
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-16/+20
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+1
* put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan2011-09-191-1/+2
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-1/+1
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
* when clicking a transaction on the overview page, send the user to the transa...Wladimir J. van der Laan2011-08-041-3/+4