Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff
- fix ThreadSafeMessageBox always displays error icon
- allow to specify MSG_ERROR / MSG_WARNING or MSG_INFORMATION without a
  custom caption / title
- allow to specify CClientUIInterface::ICON_ERROR / ICON_WARNING and
  ICON_INFORMATION (which is default) as message box icon
- remove CClientUIInterface::OK from ThreadSafeMessageBox-calls, as
  the OK button will be set as default, if none is specified
- prepend "Bitcoin - " to used captions
- rename BitcoinGUI::error() -> BitcoinGUI::message() and add function
  documentation
- change all style parameters and enum flags to unsigned
- update code to use that new API

- update Client- and WalletModel to use new BitcoinGUI::message() and
  rename the classes error() method into message()
- include the possibility to supply the wanted icon for messages from
  Client- and WalletModel via "style" parameter
2012-11-26 13:32:31 +01:00
..
2012-11-15 23:00:16 +01:00
2012-08-28 17:13:11 -04:00
2012-10-29 13:34:35 -04:00
2012-08-21 22:50:00 -04:00
2012-05-18 22:02:28 +08:00
2012-05-18 22:02:28 +08:00
2012-10-25 16:12:40 +02:00
2012-05-18 22:02:28 +08:00
2012-10-20 23:08:56 +02:00
2012-10-20 23:08:56 +02:00
2012-10-04 15:49:15 +02:00
2012-11-15 23:00:16 +01:00
2012-11-16 00:12:33 +01:00
2012-11-14 00:00:23 -03:00
2012-10-08 17:46:45 -04:00