Merge branch '0.5.0.x' into 0.5.x
authorLuke Dashjr <luke-jr+git@utopios.org>
Wed, 4 Apr 2012 19:41:07 +0000 (15:41 -0400)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 4 Apr 2012 19:41:07 +0000 (15:41 -0400)
Conflicts:
src/qt/bitcoingui.h

1  2 
src/bitcoinrpc.cpp
src/qt/bitcoin.cpp
src/qt/bitcoingui.h

Simple merge
Simple merge
@@@ -112,15 -100,10 +112,15 @@@ public slots
      /** Set the status bar text if there are any warnings (removes sync progress bar if applicable) */
      void refreshStatusBar();
  
 +    /** Notify the user of an error in the network or transaction handling code. */
-     void error(const QString &title, const QString &message);
+     void error(const QString &title, const QString &message, bool modal = false);
 -    /* It is currently not possible to pass a return value to another thread through
 -       BlockingQueuedConnection, so use an indirected pointer.
 +    /** Asks the user whether to pay the transaction fee or to cancel the transaction.
 +       It is currently not possible to pass a return value to another thread through
 +       BlockingQueuedConnection, so an indirected pointer is used.
         http://bugreports.qt.nokia.com/browse/QTBUG-10440
 +
 +      @param[in] nFeeRequired       the required fee
 +      @param[out] payFee            true to pay the fee, false to not pay the fee
      */
      void askFee(qint64 nFeeRequired, bool *payFee);