30 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Wladimir J. van der Laan cb85aeb06c qt: Add total balance in overview page 11 years ago
Philip Kaufmann 41fdc1cad1 overviewpage: make some code Qt5 compatible 11 years ago
Wladimir J. van der Laan 36599db428 qt: remove transaction count from overview page 11 years ago
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Philip Kaufmann e0873dafc5 add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit 12 years ago
sje397 8fdb7e108f Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 13 years ago
Wladimir J. van der Laan 320fe1015a Restore overviewpage (put transactions back within frame) 12 years ago
Philip Kaufmann c26f3a9bd1 add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current) / cleanup overviewpage XML ui-file 12 years ago
Wladimir J. van der Laan 3ef1f41550 When a transaction is clicked on overview page, focus it on history page 12 years ago
Philip Kaufmann 4295311da3 move many overviewpage settings from code to ui XML-file / removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels 12 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Luke Dashjr a3c675d1a3 Bugfix: only make QListView transparent, not its tooltips 13 years ago
Wladimir J. van der Laan dead0ff8cd Add robustness against null models 13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Wladimir J. van der Laan 9b490f71b0 put Q_OBJECT everywhere it should be (removes warnings when running lupdate) 13 years ago
Wladimir J. van der Laan b0849613bf QtUI code cleanup / comment improvements 13 years ago
Wladimir J. van der Laan 856aacf388 don't include <QDebug> 13 years ago
Wladimir J. van der Laan 1b39201966 when clicking a transaction on the overview page, send the user to the transactions page 13 years ago
Wladimir J. van der Laan 2ccd47596b fix drawing on gtk 13 years ago
Wladimir J. van der Laan 82303fc3ca unconfirmed amount = grey 13 years ago
Wladimir J. van der Laan a99ac8d3f4 show last few transactions on overview page 13 years ago
Wladimir J. van der Laan ee014e5b10 Full support for other units, add configuration option for default unit (used when displaying amounts) 13 years ago
Wladimir J. van der Laan e285ffcd05 preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue 13 years ago
Wladimir J. van der Laan 77b615ceba solve warnings at startup 13 years ago
Wladimir J. van der Laan df5ccbd2b2 Show unconfirmed balance on overview page 13 years ago
Wladimir J. van der Laan d52a0f3bca Rename "History" tab to more logical "Transactions", move "Number of transactions" from status bar to overview page 13 years ago
Wladimir J. van der Laan 64c8b69948 tab reorg phase 1: split main gui into "overview" and "history" 13 years ago