Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee
A few code changes were needed to accompany the test:

* Adding setObjectName() calls for a few Qt controls to make them easily
  accessible from the test.

* Calling contextMenu->popup() instead of contextMenu->exec() to open
  the transaction list context menu without blocking the test thread.

* Opening the context menu at the contextualMenu event point rather than
  the cursor position (this change was not strictly needed to make the test
  work, but is more correct).

* Updating the bumped transaction row with showTransaction=true instead of
  false. This is needed to prevent the bumped tx from being hidden, so the last
  part of the test which attempts to bump the bumped tx can work. (Technically
  this change is a more general bugfix not limited to the testing environment,
  but the bug doesn't happen outside of the testing environment because in the
  full Qt client, a queued NotifyTransactionChanged notification causes the row
  to be updated twice, first with showTransaction=false, then immediately after
  with showTransaction=true.)
2017-05-23 12:39:50 -05:00
..
2016-12-01 16:14:45 -08:00
2016-12-12 11:08:47 -08:00
2017-04-13 02:31:44 +02:00
2017-04-03 12:32:32 +02:00
2017-03-21 19:49:08 +01:00
2017-01-27 21:22:35 +01:00
2017-02-13 14:39:48 +09:00
2017-04-13 02:31:44 +02:00
2017-04-03 12:32:32 +02:00
2017-01-14 21:45:32 +01:00
2017-02-17 15:28:28 -08:00
2017-05-18 16:57:53 -04:00
2017-04-21 05:58:31 -07:00
2017-03-17 04:37:43 +01:00
2017-03-17 04:37:43 +01:00