0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00
bitcoin-bitcoin-core/src/qt
Cory Fields 8b0f608815 qt5: tests: Make sure static plugin symbols are pulled in
Since we're now properly linking against static plugins for qt binaries,
we need to ensure that they're Imported properly.

Without these Imports, the linker drops some of the unused linked libs, causing
undefined symbols in QtCore.
2014-01-10 16:30:33 -05:00
..
forms [Qt] massive options/settings rework (no core changes) 2014-01-06 16:19:04 +01:00
locale qt: Update translations 2014-01-08 18:48:39 +01:00
res [Qt] update bitcoin-qt.pro and assets-attribution.md 2014-01-09 07:38:08 +01:00
test qt5: tests: Make sure static plugin symbols are pulled in 2014-01-10 16:30:33 -05:00
aboutdialog.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
aboutdialog.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
addressbookpage.cpp [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
addressbookpage.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
addresstablemodel.cpp qt: add missing cs_wallet lock in AddressTableModel::setData 2014-01-06 10:34:33 +01:00
addresstablemodel.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
askpassphrasedialog.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
askpassphrasedialog.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
bitcoin.cpp qt5: Use the info gleaned from configure for plugin importing 2014-01-10 16:30:33 -05:00
bitcoin.qrc qt: Update translations 2014-01-08 18:48:39 +01:00
bitcoinaddressvalidator.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
bitcoinaddressvalidator.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
bitcoinamountfield.cpp [Qt] style-police, add missing license headers 2013-12-17 07:56:40 +01:00
bitcoinamountfield.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
bitcoingui.cpp Merge pull request #3427 2013-12-23 09:53:30 +01:00
bitcoingui.h Remove unused ThreadSafeAskFee from ui_interface 2013-12-14 12:30:08 +01:00
bitcoinstrings.cpp qt: Update English language file for translators 2013-12-16 12:25:25 +01:00
bitcoinunits.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
bitcoinunits.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
clientmodel.cpp qt: Treat regtest as testnet 2013-12-20 11:18:50 +01:00
clientmodel.h qt: Treat regtest as testnet 2013-12-20 11:18:50 +01:00
coincontroldialog.cpp [Qt] coin control change address handling update 2013-12-20 15:50:21 +01:00
coincontroldialog.h Coincontrol cleanup (e.g. add missing license) 2013-11-18 08:16:12 +01:00
coincontroltreewidget.cpp Coincontrol cleanup (e.g. add missing license) 2013-11-18 08:16:12 +01:00
coincontroltreewidget.h Coincontrol cleanup (e.g. add missing license) 2013-11-18 08:16:12 +01:00
csvmodelwriter.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
csvmodelwriter.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
editaddressdialog.cpp [Qt] style-police, add missing license headers 2013-12-17 07:56:40 +01:00
editaddressdialog.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
guiconstants.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
guiutil.cpp some more small re-branding changes (Bitcoin Core) 2013-12-16 23:36:22 +01:00
guiutil.h Coin Control Features 2013-11-14 14:25:10 +01:00
intro.cpp [Qt] display native dir separators in select dadatir dialog 2014-01-10 11:43:29 +01:00
intro.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
macdockiconhandler.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
macdockiconhandler.mm [Qt] style-police, add missing license headers 2013-12-17 07:56:40 +01:00
macnotificationhandler.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
macnotificationhandler.mm [Qt] style-police, add missing license headers 2013-12-17 07:56:40 +01:00
Makefile.am qt5: Use QT_SELECT for debian-based distros. 2014-01-10 16:30:33 -05:00
monitoreddatamapper.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
monitoreddatamapper.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
notificator.cpp qt5: fix a build issue with osx and qtdbus 2014-01-10 16:30:33 -05:00
notificator.h [Qt] small notificator and style changes 2013-12-03 14:01:53 +01:00
openuridialog.cpp Payment request URI syntax changed, from request=... to r=... 2013-12-04 13:18:09 +10:00
openuridialog.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
optionsdialog.cpp [Qt] massive options/settings rework (no core changes) 2014-01-06 16:19:04 +01:00
optionsdialog.h [Qt] massive options/settings rework (no core changes) 2014-01-06 16:19:04 +01:00
optionsmodel.cpp [Qt] massive options/settings rework (no core changes) 2014-01-06 16:19:04 +01:00
optionsmodel.h [Qt] massive options/settings rework (no core changes) 2014-01-06 16:19:04 +01:00
overviewpage.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
overviewpage.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
paymentrequest.proto Payment Protocol: X509-validated payment requests 2013-08-22 16:18:25 +10:00
paymentrequestplus.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
paymentrequestplus.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
paymentserver.cpp Merge pull request #3488 2014-01-10 11:39:42 +01:00
paymentserver.h ui: Fix GUI initialization order 2014-01-05 12:55:03 +01:00
qvalidatedlineedit.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
qvalidatedlineedit.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
qvaluecombobox.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
qvaluecombobox.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
receivecoinsdialog.cpp Merge pull request #3207 2013-12-09 16:42:37 +01:00
receivecoinsdialog.h [Qt] style-police, add missing license headers 2013-12-17 07:56:40 +01:00
receiverequestdialog.cpp qt: keep a list of requested payments 2013-11-19 14:07:38 +01:00
receiverequestdialog.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
recentrequeststablemodel.cpp [Qt] fix RecentRequestsTableModel function ambiuguity 2013-12-11 14:45:25 +01:00
recentrequeststablemodel.h [Qt] fix RecentRequestsTableModel function ambiuguity 2013-12-11 14:45:25 +01:00
rpcconsole.cpp qt: Treat regtest as testnet 2013-12-20 11:18:50 +01:00
rpcconsole.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
sendcoinsdialog.cpp [Qt] coin control change address handling update 2013-12-20 15:50:21 +01:00
sendcoinsdialog.h [Qt] allow deletion of payment-requests in sendcoins 2013-11-24 16:30:14 +01:00
sendcoinsentry.cpp ui: Better tab order in send coins entry 2014-01-02 09:36:46 +01:00
sendcoinsentry.h [Qt] allow deletion of payment-requests in sendcoins 2013-11-24 16:30:14 +01:00
signverifymessagedialog.cpp [Qt] use GUIUtil::setClipboard() where possible 2013-11-16 17:52:37 +01:00
signverifymessagedialog.h [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
splashscreen.cpp qt: Treat regtest as testnet 2013-12-20 11:18:50 +01:00
splashscreen.h qt: Treat regtest as testnet 2013-12-20 11:18:50 +01:00
trafficgraphwidget.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
trafficgraphwidget.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
transactiondesc.cpp Refactor: move GetValueIn(tx) to tx.GetValueIn() 2013-11-30 15:42:10 +10:00
transactiondesc.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
transactiondescdialog.cpp qt: add license header to source files 2013-11-04 16:27:09 +01:00
transactiondescdialog.h qt: add license header to source files 2013-11-04 16:27:09 +01:00
transactionfilterproxy.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
transactionfilterproxy.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
transactionrecord.cpp Refactor: move GetValueIn(tx) to tx.GetValueIn() 2013-11-30 15:42:10 +10:00
transactionrecord.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
transactiontablemodel.cpp qt: Better status text for mined transactions 2014-01-06 16:30:19 +01:00
transactiontablemodel.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
transactionview.cpp [Qt] make most Windows appear centered on main GUI 2013-11-14 19:58:00 +01:00
transactionview.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
walletframe.cpp qt: GUI support for -disablewallet mode 2013-11-13 09:22:00 +01:00
walletframe.h qt: GUI support for -disablewallet mode 2013-11-13 09:22:00 +01:00
walletmodel.cpp qt: Add missing lock in WalletModel::listCoins 2014-01-06 13:36:24 +01:00
walletmodel.h Merge pull request #3433 2013-12-18 11:27:14 +01:00
walletmodeltransaction.cpp Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
walletmodeltransaction.h [Qt] style-police, add missing license headers 2013-12-17 07:56:40 +01:00
walletview.cpp [Qt] small notificator and style changes 2013-12-03 14:01:53 +01:00
walletview.h [Qt] small notificator and style changes 2013-12-03 14:01:53 +01:00