Open multiple detail dialogs from MultiPullResultDialog at once
commitd92501b8f2c2708b5f0c5f2dbb8bb2bb9ede1b24
authorMarkus Keller <markus_keller@ch.ibm.com>
Tue, 3 Jul 2012 13:24:38 +0000 (3 15:24 +0200)
committerMarkus Keller <markus_keller@ch.ibm.com>
Tue, 3 Jul 2012 13:27:24 +0000 (3 15:27 +0200)
treebc3f82499724186dd1b5e8ae14ccaa1aae761c9e
parent9ee666b9caaca7b99d55e3efc4d6154de7e98693
Open multiple detail dialogs from MultiPullResultDialog at once

This change enables multi-select in the MultiPullResultDialog and
changes the Details button to work with multi-selections. Together with
<https://git.eclipse.org/r/#/c/6291/>, this offers a better workflow for
users who want to review incoming changes from multiple repositories.

The change in PullResultDialog ensures that simple result dialogs
without updates also store their location (but not their size).

Change-Id: If69fc53801db0742bec4bd50302276567fd6b51a
Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/pull/MultiPullResultDialog.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/pull/PullResultDialog.java