| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- add new slot handlePaymentACK() to paymentserver, which handles
paymentACK messages (currently we just display them)
- make paymentACK message a modal information dialog
- change some QObject::tr() to just tr()
- clarify the processPaymentRequest() error, when IsDust()
- small string change to prevent a tripple + usage with QString
|
| |/ |
|
| |
|
|
|
| |
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui.
Because of this, the actions for the pages had to be exposed on the BitcoinGUI object.
|
| | |
|
| |
|
|
|
|
|
| |
- when closing the client with an open debug window, that window could
become stuck/unsuable (it was still shown wherea the main window was
hidden already)
- fix this by hiding the debug window, when quitting the the client
|
| |
|
|
|
|
|
|
|
| |
- make BitcoinGUI::showPaymentACK() use a reference for msg and use our
own GUIUtil::HtmlEscape() function
- ensure QTimer usage in clientmodel is the same as in walletmodel
- remove an unneeded debug message in walletframe
- flag some parameters as unused in DebugMessageHandler()
- small code formatting changes
|
| |
|
|
|
|
|
|
| |
- ensure message boxes are shown in center of our main window, not
centered on the users desktop
- always prefer user supplied titles for message boxes over the functions
defaults (fixes a bug, where transaction info messages did not contain
information, if it was incoming or outgoing)
|
| |
|
|
|
|
|
| |
- extend PaymentServer with setOptionsModel() and rework initNetManager()
to make use of that
- fix all other places in the code to use display unit from options and no
hard-coded unit
|
| |
|
|
|
|
|
|
| |
Add support for a Payment Protocol to Bitcoin-Qt.
Payment messages are protocol-buffer encoded and communicated over
http(s), so this adds a dependency on the Google protocol buffer
library, and requires Qt with OpenSSL support.
|
| |\
| |
| | |
Bitcoin-Qt: save and restore position of debug window
|
| | |
| |
| |
| |
| |
| | |
- move the code for saving and restoring window positions from BitcoinGUI
to GUIUtil, make it more generic and also use it for saving/restoring
debug window positions
|
| |/
|
|
|
| |
Replace the loop macro with while (true). The #define caused
problems for Qt.
|
| |
|
|
|
| |
- move all QApplication includes to top of included Qt headers
- undef our loop macro where it would cause compilation errors otherwise
|
| |
|
|
|
|
|
| |
- this directly sets up all GUI elements that have testnet special-casing
without first setting up main net stuff and changing afterwards (titles,
icons etc.)
- also fixes 2 wrong icons shown during testnet usage on our toolbar
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <[email protected]>
- Jonas Schnelli <[email protected]>
|
| |\
| |
| | |
fixes #1522: GUI Disappearing (Mac OSX)
|
| | |
| |
| |
| |
| |
| |
| | |
- this solution works stable on mac and ensures that the window get's reopened when the user clicks the dock icon .
- tested on 10.8 with Qt4.8.4 and Qt5.0.1
Signed-off-by: Jonas Schnelli <[email protected]>
|
| |\ \
| | |
| | | |
Bitcoin-Qt: misc small changes
|
| | |/ |
|
| |\ \
| |/
|/| |
rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- updates ClientModel::getBlockSource() to return all available states and
sorts enum BlockSource in order of usage cases (none default, then reindex,
import and network)
- updates BitcoinGUI::setNumBlocks() to better use getBlockSource() and
also adds a message, when we have NO block source available
|
| |\ \
| | |
| | | |
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
|
| | |/
| |
| |
| | |
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
|
| |/
|
|
|
|
|
|
| |
Having the export button at the top was confusing people into thinking
the entire wallet was exported.
This commit moves the export button to the address book, receiving
addresses and transaction tabs separately.
|
| |\
| |
| | |
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
|
| | |
| |
| |
| |
| |
| | |
- this allows us to use the progressbar and the label independently (if
needed) and still prevents setStatusTip() to use them, if one of the 2
is active
|
| |/
|
|
| |
send encryptWallet/backupWallet/changePassphrase directly to walletFrame
|
| | |
|
| |\
| |
| | |
Bitcoin-Qt: fix opening verify message tab via main menu
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
| |
- adds 6 methods in BitcoinGUI to access some actions needed by the new
WalletView class
- updates WalletView class to use these instead of trying to duplicate
these
- cleanup walletview.{cpp/h} and remove all unneeded stuff
- this fixes problems with tabs toolbar (#2451) and export broken (#2436)
- more details in #2447
|
| | |
|
| |\
| |
| | |
Simplify titles of tabs in main window
|
| | |
| |
| |
| |
| |
| |
| | |
Tabs don't fits in line in Spanish/German/Russian when they has two words.
Wallet has limited functionality. It can send & receive coins. So we can
safely rename "Send coins" to "Send" and "Receive coins" to "Receive".
Address book is just stored addresses.
|
| |\ \
| | |
| | | |
fix "send coins" via context menu in address book
|
| | |/
| |
| |
| |
| |
| |
| | |
- the send coins context menu entry was not working anymore, because
a non current version of #2220 was merged onto current master
- also removes some unneeded spaces and adds a comment to
WalletModel::getNumTransactions()
|
| |/
|
|
|
| |
- fix debug window, by re-adding rpcConsole->setClientModel(clientModel);
in BitcoinGUI::setClientModel(), which was removed by #2220
|
| |
|
|
|
|
|
| |
- this should prevent GUI issues on Mac that were observed before (disappearing
GUI - see #1522)
- the patch ensures, that createTrayIconMenu() is always called on Mac to
process and use our MacDockIconHandler
|
| |\
| |
| |
| |
| | |
Conflicts:
src/qt/bitcoingui.cpp
|
| | |
| |
| |
| |
| |
| | |
bitcoin-qt
- This commit is a minimal restructuring necessary to support multiple wallets in the UI. Please see multiwallet-qt.txt for details.
|
| |\ \
| |/
|/| |
Staging - GUI fixes for upstream
|
| | | |
|
| | | |
|
| |/
|
|
|
|
| |
- allows to directly select an address from the addressbook, chose "send
coins" from the context menu, which sends you to sendcoins tab and fills
in the selected address
|
| |
|
|
|
|
|
| |
- try to enforce the same style to all Qt related files
- remove unneeded includes from the files
- add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE
- prepares for a pull-req to include Qt5 compatibility
|
| |\
| |
| | |
Progressbar based on time-based estimation of transactions.
|
| | | |
|
| | |
| |
| |
| |
| | |
This is less confusing to most people, and doesn't rely on estimates
of the total number of blocks received from other nodes.
|
| |/ |
|