Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2017-05-23 10:16:41 +0000
committerMatthias Sohn2017-06-13 16:54:51 +0000
commit8e7f487d2035b39c112bebd0e1668f02a1e2a01f (patch)
tree4aacb2bebd53a2c988986d0799879ae92e175a4d
parent9b2db7496f2a3ae7a7bad85e13ab5a03b3b6b7b9 (diff)
downloadegit-8e7f487d2035b39c112bebd0e1668f02a1e2a01f.tar.gz
egit-8e7f487d2035b39c112bebd0e1668f02a1e2a01f.tar.xz
egit-8e7f487d2035b39c112bebd0e1668f02a1e2a01f.zip
Icon clean-up: use PNG, provide HiDPI versions, include SVG sources
SVG source are included in the repository under the ./icons top-level directory. * Copy SVG source files from eclipse.platform.images where applicable * Replace GIFs by PNGs * Provide HiDPI icons Adapt references where needed (plugin.xml and UIIcons.java). Copied SVGs include a comment where they come from. All EGit icons have been re-done in SVG. Differences in the generated pixel maps are minimal. Some basic components are under ./icons/components. The old GIF and PNG icons have all been replaced by newly generated PNGs and all have HiDPI ("@2x") versions. Wherever possible use components from existing platform icons already available; this not only simplifies icon creation but also makes it easier to conform to the color scheme used in platform. This has resulted in a few minor changes where the old gif icons did not match the new SVGs from platform. An example are icons containing a "file" object, for instance the reflog view icon: the old gif showed a dog-ear in the bottom-right corner of the "page", while current platform SVGs show a dog-ear top-right. The wizard banner images, being larger, show more pixel-level differences. That was to be expected since they were all re-done from scratch using the current platform wizard banner styles. Icon etool16/annotate.png should be changed. It's the icon for the "Show Revision Information" command, which was formerly named "Show Annotations". With the new name, an icon symbolizing a note doesn't make sense anymore. Due to bug 465456 we have to keep around all GIFs used as editor or view icons, otherwise users may experience FileNotFoundExceptions when starting on an old workspace because E4 stores icon URIs in workbench.xmi. This concerns: * eview16/rebase_interactive.gif * eview16/reflog.gif * eview16/repo_rep.gif * obj16/changelog_obj.gif * obj16/gitrepository.gif These GIF files have been re-created; they are identical to the new PNGs created from the SVG sources. Otherwise users might wonder why they sometimes get different icons for the same thing. Bug: 517169 Bug: 517171 Change-Id: I9bcf9ae8d8e0473e5cd9183488d37a3d268709b0 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--icons/README.md22
-rw-r--r--icons/components/arrow_green.svg143
-rw-r--r--icons/components/arrow_green_angled.svg96
-rw-r--r--icons/components/arrow_red angled.svg96
-rw-r--r--icons/components/arrow_red.svg96
-rw-r--r--icons/components/checkmark.svg366
-rw-r--r--icons/components/cloud.svg120
-rw-r--r--icons/components/delta.svg85
-rw-r--r--icons/components/gerrit.svg235
-rw-r--r--icons/components/git.svg485
-rw-r--r--icons/components/new_plus.svg141
-rw-r--r--icons/components/person.svg264
-rw-r--r--icons/components/person_blue.svg264
-rw-r--r--icons/components/repo.svg251
-rw-r--r--icons/components/tag.svg502
-rw-r--r--icons/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.svg137
-rw-r--r--icons/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.svg73
-rw-r--r--icons/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.svg416
-rw-r--r--icons/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.svg375
-rw-r--r--icons/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.svg220
-rw-r--r--icons/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.svg163
-rw-r--r--icons/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.svg158
-rw-r--r--icons/org.eclipse.egit.ui/icons/egit.svg146
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/add.svg114
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/author.svg401
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/clear_co.svg481
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/collapseall.svg224
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/comment.svg158
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/commit.svg189
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/committer.svg442
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/compactLayout.svg425
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/compare_view.svg270
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/continue.svg461
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/delete.svg120
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/expandall.svg332
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/filter_ps.svg219
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/filterfolder.svg921
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/filterproject.svg324
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/filterresource.svg355
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/find.svg152
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/flatLayout.svg341
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.svg354
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/next_nav.svg114
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/prev_nav.svg114
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/progress_stop.svg4573
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/refresh.svg199
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/sha1.svg142
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/skip.svg170
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/start.svg273
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/synced.svg182
-rw-r--r--icons/org.eclipse.egit.ui/icons/elcl16/trash.svg183
-rw-r--r--icons/org.eclipse.egit.ui/icons/etool16/annotate.svg485
-rw-r--r--icons/org.eclipse.egit.ui/icons/etool16/createRepository.svg323
-rw-r--r--icons/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.svg708
-rw-r--r--icons/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.svg293
-rw-r--r--icons/org.eclipse.egit.ui/icons/eview16/rebase_interactive.svg168
-rw-r--r--icons/org.eclipse.egit.ui/icons/eview16/reflog.svg173
-rw-r--r--icons/org.eclipse.egit.ui/icons/eview16/repo_rep.svg417
-rw-r--r--icons/org.eclipse.egit.ui/icons/eview16/staging.svg142
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/add.svg114
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.svg177
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/annotated-tag.svg490
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/assume_unchanged.svg103
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/branch_obj.svg96
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/branches_obj.svg155
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/changelog_obj.svg468
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/check_all.svg259
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/checkout.svg189
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/cherry-pick.svg390
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/cherrypick.svg259
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/clean_obj.svg371
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/clear.svg200
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/cloneGit.svg665
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/commit.svg228
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/commit_amend.svg359
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/current_step.svg147
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/delete_obj.svg117
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/disconnect_co.svg151
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/done_step.svg154
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/editconfig.svg433
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/fetch.svg158
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/fixup-down.svg110
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/fixup-up.svg111
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.svg218
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/gerrit_obj.svg238
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/gerrit_push.svg218
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/gitrepository.svg237
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/history.svg500
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/ignore.svg394
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/import_obj.svg337
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/import_prj.svg416
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/merge.svg96
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/mergetool.svg247
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/new_branch_obj.svg160
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/new_tag_obj.svg457
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.svg157
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/note.svg195
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/open-commit.svg569
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/pull.svg147
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/pull_with_options.svg153
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/push.svg147
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/rebase.svg196
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/rebase_interactive.svg168
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/refresh.svg199
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.svg160
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/repository_gerrit.svg261
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/repository_rep.svg160
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/reset.svg137
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/revert.svg302
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/reword.svg685
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/search-commit.svg511
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/signed-off.svg360
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/squash-down.svg343
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/squash-up.svg298
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/stash-apply.svg430
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/stash-create.svg430
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/stash.svg484
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/state_sort_co.svg133
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/submodules.svg441
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/synchronize.svg182
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/tags.svg821
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/track.svg244
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/uncheck_all.svg254
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/unstage.svg161
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/untrack.svg598
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/untracked_file.svg265
-rw-r--r--icons/org.eclipse.egit.ui/icons/obj16/version_rep.svg393
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/assume_unchanged.svg117
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/checkedout_ov.svg164
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/conflict.svg133
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/dirty.svg152
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/error.svg153
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/staged.svg153
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/staged_added.svg117
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/staged_removed.svg150
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/staged_renamed.svg270
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/symlink_ovr.svg115
-rw-r--r--icons/org.eclipse.egit.ui/icons/ovr/untracked.svg82
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/commit_wizban.svg647
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.svg736
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.svg575
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/fetch_wizban.svg491
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/import_wiz.svg942
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.svg564
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/pull_wizban.svg654
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.svg585
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/push_wizban.svg491
-rw-r--r--icons/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.svg536
-rw-r--r--org.eclipse.egit.gitflow.ui/icons/obj16/git-flow_16x10.pngbin478 -> 0 bytes
-rw-r--r--org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.pngbin0 -> 588 bytes
-rw-r--r--org.eclipse.egit.gitflow.ui/icons/obj16/gitflow@2x.pngbin0 -> 1173 bytes
-rw-r--r--org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.pngbin340 -> 332 bytes
-rw-r--r--org.eclipse.egit.gitflow.ui/icons/ovr/git-flow@2x.pngbin0 -> 588 bytes
-rw-r--r--org.eclipse.egit.gitflow.ui/plugin.xml14
-rw-r--r--org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.gifbin327 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.pngbin0 -> 392 bytes
-rw-r--r--org.eclipse.egit.ui.smartimport/icons/obj16/import_prj@2x.pngbin0 -> 520 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/disabled_checked.gifbin106 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/disabled_checked.pngbin0 -> 425 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/disabled_checked@2x.pngbin0 -> 711 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.gifbin96 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.pngbin0 -> 274 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked@2x.pngbin0 -> 366 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/enabled_checked.gifbin874 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/enabled_checked.pngbin0 -> 285 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/enabled_checked@2x.pngbin0 -> 512 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.gifbin856 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.pngbin0 -> 190 bytes
-rw-r--r--org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked@2x.pngbin0 -> 283 bytes
-rw-r--r--org.eclipse.egit.ui/icons/egit.pngbin1629 -> 1676 bytes
-rw-r--r--org.eclipse.egit.ui/icons/egit@2x.pngbin0 -> 3649 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/add.gifbin318 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/add.pngbin0 -> 366 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/add@2x.pngbin0 -> 592 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/author.gifbin594 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/author.pngbin0 -> 655 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/author@2x.pngbin0 -> 1299 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/clear.gifbin595 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/clear_co.pngbin0 -> 661 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/clear_co@2x.pngbin0 -> 1229 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/collapseall.gifbin157 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/collapseall.pngbin0 -> 201 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/collapseall@2x.pngbin0 -> 241 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/comment.gifbin341 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/comment.pngbin0 -> 454 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/comment@2x.pngbin0 -> 756 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/commit.gifbin178 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/commit.pngbin0 -> 559 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/commit@2x.pngbin0 -> 1188 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/committer.gifbin589 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/committer.pngbin0 -> 726 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/committer@2x.pngbin0 -> 1564 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/compactLayout.gifbin355 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/compactLayout.pngbin0 -> 330 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/compactLayout@2x.pngbin0 -> 689 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/compare_view.gifbin224 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/compare_view.pngbin0 -> 299 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/compare_view@2x.pngbin0 -> 591 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/continue.gifbin336 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/continue.pngbin0 -> 563 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/continue@2x.pngbin0 -> 1059 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/delete.gifbin351 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/delete.pngbin0 -> 582 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/delete@2x.pngbin0 -> 1300 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/expandall.pngbin0 -> 229 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/expandall@2x.pngbin0 -> 440 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filter_ps.gifbin219 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filter_ps.pngbin0 -> 328 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filter_ps@2x.pngbin0 -> 652 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterfolder.gifbin153 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterfolder.pngbin0 -> 582 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterfolder@2x.pngbin0 -> 1000 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterproject.gifbin154 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterproject.pngbin0 -> 591 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterproject@2x.pngbin0 -> 1033 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterresource.gifbin896 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterresource.pngbin0 -> 524 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/filterresource@2x.pngbin0 -> 822 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/find.gifbin546 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/find.pngbin0 -> 396 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/find@2x.pngbin0 -> 906 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/flatLayout.gifbin97 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/flatLayout.pngbin0 -> 153 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/flatLayout@2x.pngbin0 -> 199 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.gifbin101 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.pngbin0 -> 192 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout@2x.pngbin0 -> 230 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/next.gifbin353 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/next_nav.pngbin0 -> 402 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/next_nav@2x.pngbin0 -> 767 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/prev_nav.pngbin0 -> 377 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/prev_nav@2x.pngbin0 -> 730 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/previous.gifbin352 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/progress_stop.gifbin215 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/progress_stop.pngbin0 -> 330 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/progress_stop@2x.pngbin0 -> 515 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/refresh.gifbin327 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/refresh.pngbin0 -> 533 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/refresh@2x.pngbin0 -> 1150 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/sha1.gifbin926 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/sha1.pngbin0 -> 712 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/sha1@2x.pngbin0 -> 1250 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/skip.gifbin211 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/skip.pngbin0 -> 457 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/skip@2x.pngbin0 -> 1015 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/start.gifbin332 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/start.pngbin0 -> 491 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/start@2x.pngbin0 -> 1040 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/synced.gifbin160 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/synced@2x.pngbin0 -> 870 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/trash.gifbin590 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/trash.pngbin0 -> 676 bytes
-rw-r--r--org.eclipse.egit.ui/icons/elcl16/trash@2x.pngbin0 -> 1651 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/annotate.gifbin592 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/annotate.pngbin0 -> 615 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/annotate@2x.pngbin0 -> 1287 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/createRepository.gifbin628 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/createRepository.pngbin0 -> 710 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/createRepository@2x.pngbin0 -> 1316 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/newconnect_wiz.gifbin368 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/newconnect_wiz.pngbin0 -> 647 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/newconnect_wiz@2x.pngbin0 -> 1139 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/newlocation_wiz.gifbin625 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/newlocation_wiz.pngbin0 -> 699 bytes
-rw-r--r--org.eclipse.egit.ui/icons/etool16/newlocation_wiz@2x.pngbin0 -> 1271 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/rebase_interactive.gifbin349 -> 346 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/rebase_interactive.pngbin0 -> 540 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/rebase_interactive@2x.pngbin0 -> 855 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/reflog.gifbin580 -> 356 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/reflog.pngbin0 -> 548 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/reflog@2x.pngbin0 -> 991 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/repo_rep.gifbin609 -> 606 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/repo_rep.pngbin0 -> 680 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/repo_rep@2x.pngbin0 -> 1249 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/staging.pngbin693 -> 493 bytes
-rw-r--r--org.eclipse.egit.ui/icons/eview16/staging@2x.pngbin0 -> 690 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/add.gifbin318 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/add.pngbin0 -> 366 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/add@2x.pngbin0 -> 592 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/alphab_sort_co.gifbin157 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/alphab_sort_co.pngbin0 -> 317 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/alphab_sort_co@2x.pngbin0 -> 490 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/annotated-tag.gifbin607 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/annotated-tag.pngbin0 -> 704 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/annotated-tag@2x.pngbin0 -> 1420 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/assume-unchanged.gifbin111 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/assume_unchanged.pngbin0 -> 412 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/assume_unchanged@2x.pngbin0 -> 641 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/branch_obj.gifbin158 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/branch_obj.pngbin0 -> 570 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/branch_obj@2x.pngbin0 -> 891 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/branches_obj.gifbin925 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/branches_obj.pngbin0 -> 708 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/branches_obj@2x.pngbin0 -> 1173 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/changelog_obj.gifbin596 -> 570 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/changelog_obj.pngbin0 -> 637 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/changelog_obj@2x.pngbin0 -> 1192 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/check_all.gifbin344 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/check_all.pngbin0 -> 468 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/check_all@2x.pngbin0 -> 793 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/checkout.gifbin940 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/checkout.pngbin0 -> 631 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/checkout@2x.pngbin0 -> 1085 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/cherry-pick.pngbin798 -> 598 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/cherry-pick@2x.pngbin0 -> 1209 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/clean_obj.gifbin1024 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/clean_obj.pngbin0 -> 637 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/clean_obj@2x.pngbin0 -> 1200 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/clear.gifbin162 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/clear.pngbin0 -> 463 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/clear@2x.pngbin0 -> 1015 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/cloneGit.gifbin590 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/cloneGit.pngbin0 -> 757 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/cloneGit@2x.pngbin0 -> 1657 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/commit.pngbin322 -> 641 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/commit@2x.pngbin0 -> 1259 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/commit_amend.gifbin606 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/commit_amend.pngbin0 -> 760 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/commit_amend@2x.pngbin0 -> 1608 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/current_step.gifbin296 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/current_step.pngbin0 -> 469 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/current_step@2x.pngbin0 -> 830 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/delete_obj.gifbin351 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/delete_obj.pngbin0 -> 582 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/delete_obj@2x.pngbin0 -> 1300 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/disconnect_co.gifbin114 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/disconnect_co.pngbin0 -> 367 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/disconnect_co@2x.pngbin0 -> 461 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/done_step.gifbin76 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/done_step.pngbin0 -> 375 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/done_step@2x.pngbin0 -> 660 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/editconfig.gifbin612 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/editconfig.pngbin0 -> 479 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/editconfig@2x.pngbin0 -> 1067 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/fetch.pngbin617 -> 809 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/fetch@2x.pngbin0 -> 1518 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/fixup-down.pngbin382 -> 395 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/fixup-down@2x.pngbin0 -> 612 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/fixup-up.pngbin358 -> 379 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/fixup-up@2x.pngbin0 -> 581 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_fetch.pngbin702 -> 781 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_fetch@2x.pngbin0 -> 1484 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_obj.gifbin211 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_obj.pngbin0 -> 432 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_obj@2x.pngbin0 -> 742 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_push.pngbin650 -> 736 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gerrit_push@2x.pngbin0 -> 1420 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gitrepository.gifbin569 -> 588 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gitrepository.pngbin0 -> 626 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/gitrepository@2x.pngbin0 -> 1199 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/history.gifbin564 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/history.pngbin0 -> 463 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/history@2x.pngbin0 -> 1083 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/ignore.gifbin362 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/ignore.pngbin0 -> 660 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/ignore@2x.pngbin0 -> 1278 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/import_obj.gifbin357 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/import_obj.pngbin0 -> 552 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/import_obj@2x.pngbin0 -> 1020 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/import_prj.gifbin327 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/import_prj.pngbin0 -> 392 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/import_prj@2x.pngbin0 -> 520 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/merge.gifbin149 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/merge.pngbin0 -> 515 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/merge@2x.pngbin0 -> 757 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/mergetool.gifbin376 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/mergetool.pngbin0 -> 438 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/mergetool@2x.pngbin0 -> 869 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/new_branch_obj.gifbin227 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/new_branch_obj.pngbin0 -> 621 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/new_branch_obj@2x.pngbin0 -> 938 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/new_tag_obj.gifbin385 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/new_tag_obj.pngbin0 -> 633 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/new_tag_obj@2x.pngbin0 -> 999 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/no-assume-unchanged.gifbin143 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.pngbin0 -> 395 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/no_assume_unchanged@2x.pngbin0 -> 639 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/note.pngbin500 -> 438 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/note@2x.pngbin0 -> 726 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/open-commit.gifbin570 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/open-commit.pngbin0 -> 770 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/open-commit@2x.pngbin0 -> 1671 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/pull.pngbin628 -> 817 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/pull@2x.pngbin0 -> 1541 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/pull_with_options.pngbin652 -> 837 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/pull_with_options@2x.pngbin0 -> 1597 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/push.pngbin580 -> 757 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/push@2x.pngbin0 -> 1416 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase.gifbin536 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase.pngbin0 -> 525 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase@2x.pngbin0 -> 899 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase_interactive.gifbin349 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase_interactive.pngbin0 -> 540 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/rebase_interactive@2x.pngbin0 -> 855 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/refresh.gifbin327 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/refresh.pngbin0 -> 533 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/refresh@2x.pngbin0 -> 1150 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.gifbin523 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.pngbin0 -> 458 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/remote_entry_tbl@2x.pngbin0 -> 830 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/remove.gifbin350 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/repository_gerrit.gifbin351 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/repository_gerrit.pngbin0 -> 584 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/repository_gerrit@2x.pngbin0 -> 1058 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/repository_rep.gifbin545 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/repository_rep.pngbin0 -> 496 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/repository_rep@2x.pngbin0 -> 904 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/reset.gifbin143 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/reset.pngbin0 -> 552 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/reset@2x.pngbin0 -> 1046 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/revert.gifbin603 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/revert.pngbin0 -> 773 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/revert@2x.pngbin0 -> 1666 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/reword.gifbin578 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/reword.pngbin0 -> 755 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/reword@2x.pngbin0 -> 1766 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/search-commit.gifbin589 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/search-commit.pngbin0 -> 880 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/search-commit@2x.pngbin0 -> 1842 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/signed-off.pngbin524 -> 676 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/signed-off@2x.pngbin0 -> 1230 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/squash-down.pngbin513 -> 574 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/squash-down@2x.pngbin0 -> 855 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/squash-up.pngbin528 -> 559 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/squash-up@2x.pngbin0 -> 877 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/stash-apply.pngbin4294 -> 817 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/stash-apply@2x.pngbin0 -> 1623 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/stash-create.pngbin4361 -> 763 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/stash-create@2x.pngbin0 -> 1624 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/stash.pngbin793 -> 806 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/stash@2x.pngbin0 -> 1495 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/state_sort_co.pngbin219 -> 372 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/state_sort_co@2x.pngbin0 -> 545 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/submodules.gifbin354 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/submodules.pngbin0 -> 760 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/submodules@2x.pngbin0 -> 1529 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/synchronize.pngbin678 -> 849 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/synchronize@2x.pngbin0 -> 1577 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/tags.gifbin364 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/tags.pngbin0 -> 623 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/tags@2x.pngbin0 -> 1054 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/track.gifbin918 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/track.pngbin0 -> 712 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/track@2x.pngbin0 -> 1445 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/uncheck_all.gifbin119 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/uncheck_all.pngbin0 -> 314 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/uncheck_all@2x.pngbin0 -> 407 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/unstage.gifbin145 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/unstage.pngbin0 -> 525 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/unstage@2x.pngbin0 -> 1005 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/untrack.gifbin928 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/untrack.pngbin0 -> 670 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/untrack@2x.pngbin0 -> 1266 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/untracked_file.gifbin355 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/untracked_file.pngbin0 -> 476 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/untracked_file@2x.pngbin0 -> 811 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/version_rep.gifbin377 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/version_rep.pngbin0 -> 583 bytes
-rw-r--r--org.eclipse.egit.ui/icons/obj16/version_rep@2x.pngbin0 -> 948 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/assume_unchanged.gifbin85 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/assume_unchanged.pngbin0 -> 193 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/assume_unchanged@2x.pngbin0 -> 389 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/checkedout_ov.gifbin173 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/checkedout_ov.pngbin0 -> 234 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/checkedout_ov@2x.pngbin0 -> 450 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/conflict.gifbin194 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/conflict.pngbin0 -> 361 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/conflict@2x.pngbin0 -> 759 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/dirty.gifbin114 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/dirty.pngbin0 -> 263 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/dirty@2x.pngbin0 -> 283 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/error.pngbin342 -> 243 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/error@2x.pngbin0 -> 501 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged.gifbin114 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged.pngbin0 -> 141 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged@2x.pngbin0 -> 227 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_added.gifbin169 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_added.pngbin0 -> 279 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_added@2x.pngbin0 -> 336 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_removed.gifbin176 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_removed.pngbin0 -> 330 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_removed@2x.pngbin0 -> 686 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_renamed.gifbin107 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_renamed.pngbin0 -> 373 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/staged_renamed@2x.pngbin0 -> 636 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/symlink_ovr.gifbin191 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/symlink_ovr.pngbin0 -> 248 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/symlink_ovr@2x.pngbin0 -> 594 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/untracked.gifbin79 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/untracked.pngbin0 -> 252 bytes
-rw-r--r--org.eclipse.egit.ui/icons/ovr/untracked@2x.pngbin0 -> 423 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/commit_wizban.pngbin2659 -> 4472 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/commit_wizban@2x.pngbin0 -> 10412 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/createpatch_wizban.pngbin7487 -> 4839 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/createpatch_wizban@2x.pngbin0 -> 11544 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/expandall.gifbin164 -> 0 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.pngbin2494 -> 4566 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban@2x.pngbin0 -> 10195 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/fetch_wizban.pngbin2545 -> 4522 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/fetch_wizban@2x.pngbin0 -> 10185 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/import_wiz.pngbin6461 -> 4728 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/import_wiz@2x.pngbin0 -> 10356 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/newconnect_wizban.pngbin4918 -> 4316 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/newconnect_wizban@2x.pngbin0 -> 9478 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/pull_wizban.pngbin2716 -> 4623 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/pull_wizban@2x.pngbin0 -> 10823 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.pngbin2463 -> 4468 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban@2x.pngbin0 -> 10046 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/push_wizban.pngbin2493 -> 4410 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/push_wizban@2x.pngbin0 -> 10011 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/synchronize_wizban.pngbin2584 -> 4697 bytes
-rw-r--r--org.eclipse.egit.ui/icons/wizban/synchronize_wizban@2x.pngbin0 -> 10533 bytes
-rw-r--r--org.eclipse.egit.ui/plugin.xml210
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIIcons.java150
514 files changed, 47216 insertions, 187 deletions
diff --git a/icons/README.md b/icons/README.md
new file mode 100644
index 0000000000..3e410acfe0
--- /dev/null
+++ b/icons/README.md
@@ -0,0 +1,22 @@
+# EGit images
+
+EGit icons are done in SVG. This directory contains the SVG sources, organized in a directory tree that mirrors
+the placement of the final PNG versions in the EGit bundles.
+
+## Creating an icon
+
+To create a new icon, add the SVG source ("new_icon.svg") here in the appropriate sub-directory (create it if
+necessary). Export it as a PNG file in two versions:
+
+- a 16x16 pixel version named "new_icon.png"
+- a 32x32 pixel version named "new_icon@2x.png" for HiDPI devices
+
+Then move the PNG files to the correct places in the correct EGit bundles.
+
+For color palettes, see the eclipse.platform.images project.
+
+## License
+
+All files are subject to the [Eclipse Public License (EPL) v1.0][1]
+
+[1]: http://wiki.eclipse.org/EPL
diff --git a/icons/components/arrow_green.svg b/icons/components/arrow_green.svg
new file mode 100644
index 0000000000..88f6f12571
--- /dev/null
+++ b/icons/components/arrow_green.svg
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="arrow_green.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,19.541081,1040.3622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="5.586705"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 7.541081,1051.8622 4,-4 -1,0 -2,0 0,-4.5 -1,0 -1,0 0,4.5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/components/arrow_green_angled.svg b/icons/components/arrow_green_angled.svg
new file mode 100644
index 0000000000..47ee846ba8
--- /dev/null
+++ b/icons/components/arrow_green_angled.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="arrow_green_angled.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-24"
+ y1="31"
+ x2="-24"
+ y2="-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.5,-0.5,0,12.015875,1059.8907)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-9.9372657"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 0.51587492,1047.8907 3.99999998,4 0,-1 0,-2 4,0 0,-3.5 0,-3 -1,-0.5 -1,0.5 0,4.5 -2,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/components/arrow_red angled.svg b/icons/components/arrow_red angled.svg
new file mode 100644
index 0000000000..8480f3a0fc
--- /dev/null
+++ b/icons/components/arrow_red angled.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="arrow_red angled.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,16.5,1040.3622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="13.212732"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2211"
+ inkscape:window-height="1284"
+ inkscape:window-x="15"
+ inkscape:window-y="33"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.499999,1051.8622 4,-4 -1,0 -2,0 0,-3 4,0 0,-2 -4,0 -1,0 -1,0 0,5 -1.9999995,0 -0.9999995,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/components/arrow_red.svg b/icons/components/arrow_red.svg
new file mode 100644
index 0000000000..9dd90db749
--- /dev/null
+++ b/icons/components/arrow_red.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="arrow_red.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,19.541081,1053.8622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="0.54610855"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 7.541081,1042.3622 4,4 -1,0 -2,0 0,4.5 -1,0 -1,0 0,-4.5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/components/checkmark.svg b/icons/components/checkmark.svg
new file mode 100644
index 0000000000..11c66d78b3
--- /dev/null
+++ b/icons/components/checkmark.svg
@@ -0,0 +1,366 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="checkmark.svg"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/components/checkmark.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-1"
+ id="linearGradient3904-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-23.9375,-1039.3622)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-1">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-1" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-9"
+ id="linearGradient3906-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-1" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-6"
+ id="linearGradient3908-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ <linearGradient
+ id="linearGradient4994-4-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-1"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4002"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-23.9375,-1039.3622)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4"
+ id="linearGradient4004"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4"
+ id="linearGradient4006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-7">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-0" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-7" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-96" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-7"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,8.071826,114.37756)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-3"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,42.592314,111.65006)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-1"
+ id="linearGradient4094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,42.592314,111.65006)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="25.350604"
+ inkscape:cy="7.5724126"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2111"
+ inkscape:window-height="1123"
+ inkscape:window-x="361"
+ inkscape:window-y="93"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4084"
+ transform="translate(-26,-20.000055)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1-9"
+ d="m 28.983002,1059.3161 9.063404,0 0.02841,9.0915 -9.063404,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4090);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7-2"
+ d="m 30.772954,1061.1344 0,7.2732 -1.818364,0 0,-9.0915 z"
+ style="fill:url(#linearGradient4092);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0-4"
+ d="m 30.772954,1061.1344 7.273452,0 0,-1.8183 -9.091816,0 z"
+ style="fill:url(#linearGradient4094);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1058.8616"
+ x="28.5"
+ height="10.000683"
+ width="10.000998"
+ id="rect3122-3"
+ style="fill:none;stroke:#a5b1c3;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3892"
+ transform="matrix(0.45459079,0,0,0.45457615,-5.0464066,568.84683)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1"
+ d="m 22.0625,1039.3622 19.9375,0 0.0625,20 -19.9375,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4002);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7"
+ d="m 26,1043.3622 0,16 -4,0 0,-20 z"
+ style="fill:url(#linearGradient4004);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0"
+ d="m 26,1043.3622 16,0 0,-4 -20,0 z"
+ style="fill:url(#linearGradient4006);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1038.3622"
+ x="21"
+ height="22.000017"
+ width="22"
+ id="rect3122"
+ style="fill:none;stroke:#8b96ab;stroke-width:2.19981599;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <path
+ style="fill:none;stroke:#334e6f;stroke-width:1.35000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 5.9004976,1046.0306 2.2500001,2.2781 4.9500023,-4.8937"
+ id="path4065"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(22.96875,0)"
+ style="display:inline"
+ id="g3910-3">
+ <g
+ transform="matrix(0.5,0,0,0.5,-8,519.6811)"
+ id="g3892-8">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3904-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 22.0625,1039.3622 19.9375,0 0.0625,20 -19.9375,0 z"
+ id="rect3997-9-1-1-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3906-6);fill-opacity:1;stroke:none;display:inline"
+ d="m 26,1043.3622 0,16 -4,0 0,-20 z"
+ id="rect4853-82-7-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient3908-0);fill-opacity:1;stroke:none;display:inline"
+ d="m 26,1043.3622 16,0 0,-4 -20,0 z"
+ id="rect4853-82-0-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:none;stroke:#8b96ab;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect3122-6"
+ width="22"
+ height="22.000017"
+ x="21"
+ y="1038.3622" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path4065-9"
+ d="m 3.9999994,1044.5496 2.5000001,2.5313 5.5000015,-5.4375"
+ style="fill:none;stroke:#334e6f;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/cloud.svg b/icons/components/cloud.svg
new file mode 100644
index 0000000000..4d729e774d
--- /dev/null
+++ b/icons/components/cloud.svg
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="cloud.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-7.1711798"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/components/delta.svg b/icons/components/delta.svg
new file mode 100644
index 0000000000..8b02814e46
--- /dev/null
+++ b/icons/components/delta.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="delta.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-7.8921642"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4174">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3887"
+ d="m 2.015875,1046.8463 3.5,-7 3.5,7"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3891"
+ d="m 4.515875,1041.8463 2.5,5 2,0 -3.5,-7 z"
+ style="fill:none;fill-opacity:1;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3115"
+ d="m 1.015875,1046.8463 9,0"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/gerrit.svg b/icons/components/gerrit.svg
new file mode 100644
index 0000000000..e61287a665
--- /dev/null
+++ b/icons/components/gerrit.svg
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="gerrit.svg">
+ <defs
+ id="defs4">
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3809-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-8"
+ id="radialGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="1.3001331"
+ inkscape:cy="4.0555339"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2178"
+ inkscape:window-height="1221"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <g
+ id="g4069"
+ transform="matrix(0.5,0,0,0.5,241.03164,187.10295)">
+ <rect
+ ry="14.33522"
+ y="316.86502"
+ x="446.22531"
+ height="86.011322"
+ width="86.011322"
+ id="rect3128-2"
+ style="fill:#ffacaf;fill-opacity:1;stroke:none;display:inline" />
+ <path
+ transform="matrix(17.871647,-0.88477199,2.9517318,20.377266,383.09731,187.99445)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807-7"
+ style="fill:url(#radialGradient4090);fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="g4192">
+ <rect
+ ry="7.1676102"
+ y="359.87067"
+ x="478.47952"
+ height="43.005661"
+ width="43.005661"
+ id="rect3128"
+ style="fill:#94ff98;fill-opacity:1;stroke:none" />
+ <g
+ transform="matrix(0.5,0,0,0.5,242.82356,187.10295)"
+ id="g3150">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <g
+ id="g3150-0"
+ style="display:inline"
+ transform="matrix(0.5,0,0,0.5,260.74259,187.10295)">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130-9"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5-3"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <path
+ transform="matrix(8.9358235,-0.442386,1.4758659,10.188633,446.41501,295.39094)"
+ d="m 5.03125,7.46875 a 1,0.4375 0 1 1 -2,0 1,0.4375 0 1 1 2,0 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807"
+ style="fill:url(#radialGradient4092);fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="485.64713"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178"
+ style="fill:#c20000;fill-opacity:1;stroke:none" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="503.56613"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178-5"
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/git.svg b/icons/components/git.svg
new file mode 100644
index 0000000000..4751124715
--- /dev/null
+++ b/icons/components/git.svg
@@ -0,0 +1,485 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="git.svg"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/components/git.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4772">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774" />
+ <stop
+ style="stop-color:#c9c0c0;stop-opacity:1"
+ offset="1"
+ id="stop4776" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0083772,0,0,1.0008794,-64.381654,-1.8945096)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4779"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5515291,1.7926844)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient5950"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0878914,0,0,0.98905213,-75.10269,7.4725386)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient5952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0781548,0,0,0.96113654,-101.24019,14.473428)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient5954"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0882211,0,0,0.98185357,-165.55019,6.7348144)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient3124"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.575112,0,0,2.3452164,-974.74443,-511.35191)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3128"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2760853,0,0,1.1375845,-271.66598,-66.31413)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2879996,0,0,1.1621048,-127.64237,-99.776879)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-228.04085,-85.686937)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3141"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5515291,1.7926844)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3143"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-228.04085,-85.686937)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3145"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2760853,0,0,1.1375845,-271.66598,-66.31413)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3918"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5585957,0,0,2.1955707,-966.23253,-462.92902)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3921"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3869954,0,0,2.3692468,-875.28481,-1247.4052)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-428.30617,-356.28533)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ id="linearGradient3967-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="371.17883"
+ x2="531.09253"
+ y1="366.78851"
+ x1="529.21912"
+ gradientTransform="matrix(5.7340893,0,0,3.880209,-2643.6442,-1848.6073)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3941"
+ xlink:href="#linearGradient3967-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3966"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.074444,0,0,1.1017842,-30.5509,39.912135)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3987"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-428.30617,-356.28533)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3989"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3869954,0,0,2.3692468,-875.28481,-1247.4052)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3991"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5585957,0,0,2.1955707,-966.23253,-462.92902)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3993"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.074444,0,0,1.1017842,-30.5509,39.912135)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient3995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.7340893,0,0,3.880209,-2643.6442,-1848.6073)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient3997"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.575112,0,0,2.3452164,-974.74443,-511.35191)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.287556,0,0,1.1726082,-201.54297,-81.116324)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.537222,0,0,0.5508921,270.55379,-154.60356)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient4005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8670447,0,0,1.9401045,-1035.9929,-1098.8633)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2792978,0,0,1.0977854,-197.28702,-53.32107)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-150.02132,-801.84604)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(71.676155,7.75e-4)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="18.449358"
+ inkscape:cy="13.724154"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1828"
+ inkscape:window-height="1146"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <g
+ id="g3825"
+ transform="translate(-48.227376,50.075274)">
+ <path
+ d="m 538.85823,334.56007 -2.12788,0 -0.41998,-2.51986 c -1.37193,2.11855 -3.10317,3.17782 -5.19371,3.17782 -2.6412,0 -4.69442,-1.22726 -6.15967,-3.6818 -1.2226,-2.05321 -1.8339,-4.50308 -1.8339,-7.3496 0,-2.83716 0.64863,-5.27769 1.94589,-7.3216 1.50259,-2.37052 3.57447,-3.55578 6.21567,-3.55581 2.48252,3e-5 4.35841,0.76532 5.62769,2.29588 0.81194,0.97996 1.37191,2.00191 1.67991,3.06583 0.0747,0.27067 0.16331,0.81664 0.26599,1.63791 l -3.20582,0 c -0.28001,-1.08259 -0.76531,-1.95521 -1.45593,-2.61785 -0.75597,-0.73728 -1.66592,-1.10593 -2.72985,-1.10594 -1.74525,10e-6 -3.01918,0.88663 -3.8218,2.65985 -0.58797,1.30661 -0.88195,2.99118 -0.88195,5.05373 0,1.85724 0.33132,3.50915 0.99395,4.95573 0.84928,1.85723 2.07654,2.78585 3.6818,2.78585 1.32525,0 2.48718,-0.74663 3.48581,-2.23988 0.59729,-0.88662 0.92394,-1.85256 0.97995,-2.89784 l -3.89179,0 0,-3.26183 6.84562,0 0,10.91941"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 545.46587,334.56007 -3.5278,0 0,-20.90086 3.5278,0 0,20.90086"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 561.06103,316.96303 -4.99773,0 0,17.59704 -3.52781,0 0,-17.59704 -5.17972,0 0,-3.30382 13.70526,0 0,3.30382"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/new_plus.svg b/icons/components/new_plus.svg
new file mode 100644
index 0000000000..4d6d042a5b
--- /dev/null
+++ b/icons/components/new_plus.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="new_plus.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029-5">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-5" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="-7"
+ x2="-17"
+ y1="9"
+ x1="-17"
+ gradientTransform="matrix(0.5,0,0,0.46875,-0.987397,1056.1593)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3031"
+ xlink:href="#linearGradient4029-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3959"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-12.240254"
+ inkscape:cy="4.56612"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3969"
+ transform="translate(37,-16)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3165"
+ d="m -25.5,1052.8622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z"
+ style="fill:url(#linearGradient3959);fill-opacity:1;stroke:#ac7e1e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3961"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3963"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3965"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3967"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/person.svg b/icons/components/person.svg
new file mode 100644
index 0000000000..eed1466d17
--- /dev/null
+++ b/icons/components/person.svg
@@ -0,0 +1,264 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="person.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3910">
+ <stop
+ id="stop3918"
+ offset="0"
+ style="stop-color:#f5d090;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910"
+ id="linearGradient3942"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910"
+ id="linearGradient3950"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3950-1"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3910-71">
+ <stop
+ id="stop3918-3"
+ offset="0"
+ style="stop-color:#f5d090;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3942-8"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient4000-5"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ <filter
+ id="filter4096"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-.25"
+ y="-.25">
+ <feGaussianBlur
+ id="feGaussianBlur4098"
+ in="SourceAlpha"
+ stdDeviation="2"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix4100"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.2 0 " />
+ <feOffset
+ id="feOffset4102"
+ in="bluralpha"
+ dx="4"
+ dy="4"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge4104">
+ <feMergeNode
+ id="feMergeNode4106"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode4108"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.359375"
+ inkscape:cy="2.9148875"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2122"
+ inkscape:window-height="1122"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <g
+ id="g4004">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 a 3.5000005,3.4999993 0 1 1 -7,0 3.5000005,3.4999993 0 1 1 7,0 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896"
+ style="fill:url(#linearGradient4000);fill-opacity:1;stroke:#ebb312;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#ebb312;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(0.5,0,0,0.5,287.62113,181.72725)"
+ style="display:inline;filter:url(#filter4096)"
+ id="g4004-6">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906-4"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950-1);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908-3"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942-8);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 c 0,1.9329962 -1.567003,3.4999993 -3.5,3.4999993 -1.932997,0 -3.5,-1.5670031 -3.5,-3.4999993 0,-1.9329962 1.567003,-3.4999993 3.5,-3.4999993 1.932997,0 3.5,1.5670031 3.5,3.4999993 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896-4"
+ style="fill:url(#linearGradient4000-5);fill-opacity:1;stroke:#ebb312;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902-7"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#ebb312;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/person_blue.svg b/icons/components/person_blue.svg
new file mode 100644
index 0000000000..10716a3b41
--- /dev/null
+++ b/icons/components/person_blue.svg
@@ -0,0 +1,264 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="person.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3910">
+ <stop
+ id="stop3918"
+ offset="0"
+ style="stop-color:#9aadd0;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910"
+ id="linearGradient3942"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910"
+ id="linearGradient3950"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3950-1"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3910-71">
+ <stop
+ id="stop3918-3"
+ offset="0"
+ style="stop-color:#9aadd0;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3942-8"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient4000-5"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ <filter
+ id="filter4096"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-.25"
+ y="-.25">
+ <feGaussianBlur
+ id="feGaussianBlur4098"
+ in="SourceAlpha"
+ stdDeviation="2"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix4100"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.2 0 " />
+ <feOffset
+ id="feOffset4102"
+ in="bluralpha"
+ dx="4"
+ dy="4"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge4104">
+ <feMergeNode
+ id="feMergeNode4106"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode4108"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.359375"
+ inkscape:cy="2.9148875"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2122"
+ inkscape:window-height="1122"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <g
+ id="g4004">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 a 3.5000005,3.4999993 0 1 1 -7,0 3.5000005,3.4999993 0 1 1 7,0 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896"
+ style="fill:url(#linearGradient4000);fill-opacity:1;stroke:#293f78;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#293f78;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(0.5,0,0,0.5,287.62113,181.72725)"
+ style="display:inline;filter:url(#filter4096)"
+ id="g4004-6">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906-4"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950-1);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908-3"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942-8);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 c 0,1.9329962 -1.567003,3.4999993 -3.5,3.4999993 -1.932997,0 -3.5,-1.5670031 -3.5,-3.4999993 0,-1.9329962 1.567003,-3.4999993 3.5,-3.4999993 1.932997,0 3.5,1.5670031 3.5,3.4999993 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896-4"
+ style="fill:url(#linearGradient4000-5);fill-opacity:1;stroke:#293f78;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902-7"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#293f78;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/repo.svg b/icons/components/repo.svg
new file mode 100644
index 0000000000..8661ca9eb5
--- /dev/null
+++ b/icons/components/repo.svg
@@ -0,0 +1,251 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="repo.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4967"
+ gradientUnits="userSpaceOnUse"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569"
+ gradientTransform="matrix(0.18200253,0,0,0.17837852,-101.08926,965.35357)" />
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="2.6328125"
+ x2="11.8125"
+ y1="2.6328125"
+ x1="5.0153375"
+ id="linearGradient4800-4"
+ xlink:href="#linearGradient4794-9"
+ inkscape:collect="always"
+ gradientTransform="matrix(0.62622298,0,0,0.66323078,18.378684,1042.69)" />
+ <linearGradient
+ id="linearGradient4794-9">
+ <stop
+ id="stop4796-8"
+ offset="0"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcdf98;stop-opacity:1"
+ offset="0.38869566"
+ id="stop4802-2" />
+ <stop
+ id="stop4798-4"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientTransform="matrix(0.17507954,0,0,0.17171181,-96.317048,968.34306)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3118"
+ xlink:href="#linearGradient4721-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-12.211776"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.75741528999999985;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/components/tag.svg b/icons/components/tag.svg
new file mode 100644
index 0000000000..3df8131d7b
--- /dev/null
+++ b/icons/components/tag.svg
@@ -0,0 +1,502 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="tag.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4772">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774" />
+ <stop
+ style="stop-color:#c9c0c0;stop-opacity:1"
+ offset="1"
+ id="stop4776" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0083772,0,0,1.0008794,-64.381654,-1.8945096)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4779"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5515291,1.7926844)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient5950"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0878914,0,0,0.98905213,-75.10269,7.4725386)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient5952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0781548,0,0,0.96113654,-101.24019,14.473428)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient5954"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0882211,0,0,0.98185357,-165.55019,6.7348144)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient3124"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.575112,0,0,2.3452164,-974.74443,-511.35191)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3128"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2760853,0,0,1.1375845,-271.66598,-66.31413)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2879996,0,0,1.1621048,-127.64237,-99.776879)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-228.04085,-85.686937)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3141"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.5515291,1.7926844)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3143"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-228.04085,-85.686937)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3145"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2760853,0,0,1.1375845,-271.66598,-66.31413)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3918"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5585957,0,0,2.1955707,-966.23253,-462.92902)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3921"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3869954,0,0,2.3692468,-875.28481,-1247.4052)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-428.30617,-356.28533)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ id="linearGradient3967-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="371.17883"
+ x2="531.09253"
+ y1="366.78851"
+ x1="529.21912"
+ gradientTransform="matrix(5.7340893,0,0,3.880209,-2643.6442,-1848.6073)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3941"
+ xlink:href="#linearGradient3967-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3966"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.074444,0,0,1.1017842,-30.5509,39.912135)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3987"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-428.30617,-356.28533)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3989"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3869954,0,0,2.3692468,-875.28481,-1247.4052)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3991"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5585957,0,0,2.1955707,-966.23253,-462.92902)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3993"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.074444,0,0,1.1017842,-30.5509,39.912135)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient3995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.7340893,0,0,3.880209,-2643.6442,-1848.6073)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient3997"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.575112,0,0,2.3452164,-974.74443,-511.35191)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.287556,0,0,1.1726082,-201.54297,-81.116324)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.537222,0,0,0.5508921,270.55379,-154.60356)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient4005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8670447,0,0,1.9401045,-1035.9929,-1098.8633)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2792978,0,0,1.0977854,-197.28702,-53.32107)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-150.02132,-801.84604)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(71.676155,7.75e-4)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="9.166696"
+ inkscape:cy="4.0555339"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1084"
+ inkscape:window-height="918"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ style="fill:url(#linearGradient4014);fill-opacity:1;stroke:none"
+ id="rect3978"
+ width="53.757118"
+ height="7.1676102"
+ x="464.14432"
+ y="352.70386" />
+ <rect
+ ry="3.1096368"
+ rx="3.1329315"
+ y="-367.03079"
+ x="476.69589"
+ height="19.694366"
+ width="17.902462"
+ id="rect13693-3"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4011);stroke-width:3.60036659;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <rect
+ ry="4.2813878"
+ rx="4.1751499"
+ y="-386.74924"
+ x="469.52002"
+ height="32.254246"
+ width="43.005661"
+ id="rect13693-3-7"
+ style="fill:url(#linearGradient4003);fill-opacity:1;stroke:url(#linearGradient4005);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693-8"
+ d="m 472.96837,354.49498 36.11056,0 c 1.87243,0 3.37504,1.37283 3.37983,3.07809 l 0.0668,23.77904 c 0.0101,3.58988 -1.79183,5.38345 -5.37548,5.38482 l -32.25461,0.0123 c -3.58521,10e-4 -5.38582,-1.79494 -5.37548,-5.38481 l 0.0685,-23.79124 c 0.005,-1.70526 1.5074,-3.07808 3.37983,-3.07808 z"
+ style="fill:none;stroke:url(#linearGradient4000);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 472.24058,354.49498 25.02113,0"
+ style="fill:none;stroke:url(#linearGradient4008);stroke-width:3.6481905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.svg b/icons/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.svg
new file mode 100644
index 0000000000..7117b77a84
--- /dev/null
+++ b/icons/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.svg
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="gitflow.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(22,12.999914)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062"
+ xlink:href="#linearGradient4910-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2"
+ xlink:href="#linearGradient4994-4"
+ inkscape:collect="always"
+ gradientTransform="translate(22,12.999914)" />
+ <linearGradient
+ id="linearGradient4994-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4889"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-16,15.999951)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24"
+ inkscape:cx="-13.101951"
+ inkscape:cy="1.709725"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2097"
+ inkscape:window-height="1075"
+ inkscape:window-x="169"
+ inkscape:window-y="12"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:#00bdfe;fill-opacity:0.94509804;stroke:#0ba0e5;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.617175,1039.6944 c -0.214122,0 -0.413775,0.022 -0.5625,0.1094 -0.61,0.3577 -1.952625,1.5517 -2.26562503,2.625 -0.4872,1.6705 -0.54185,3.953 -0.46875,5.5625 0.85520003,-1.587 1.81447503,-3.6281 3.60937503,-3.7969 0.9956,-0.094 2.627275,0.799 3.171875,1.25 0.5446201,0.4509 2.834063,2.6896 3.453125,3.0313 0.484893,0.2677 1.795679,0.7864 2.390625,0.4375 0.609934,-0.3577 1.952548,-1.5517 2.265625,-2.625 0.487182,-1.6705 0.541917,-3.953 0.46875,-5.5625 -0.855158,1.587 -1.814544,3.6281 -3.609375,3.7969 -0.995606,0.094 -2.627255,-0.799 -3.171875,-1.25 -0.5446,-0.4509 -2.834125,-2.6896 -3.453125,-3.0313 -0.363675,-0.2008 -1.1857595,-0.5356 -1.828125,-0.5469 z"
+ id="path3123"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.svg b/icons/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.svg
new file mode 100644
index 0000000000..572ceb92ff
--- /dev/null
+++ b/icons/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.svg
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="git-flow.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24"
+ inkscape:cx="-20.206118"
+ inkscape:cy="1.709725"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2097"
+ inkscape:window-height="1075"
+ inkscape:window-x="169"
+ inkscape:window-y="12"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1044.3622)">
+ <path
+ style="fill:#00bdfe;fill-opacity:0.94509804;stroke:#0ba0e5;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 1.8085873,1046.0282 c -0.107061,0 -0.2068875,0.011 -0.28125,0.055 -0.305,0.1788 -0.97631246,0.7758 -1.13281246,1.3125 -0.2436,0.8352 -0.270925,1.9765 -0.234375,2.7812 0.4276,-0.7935 0.90723746,-1.814 1.80468746,-1.8984 0.4978,-0.047 1.3136375,0.3995 1.5859375,0.625 0.2723101,0.2254 1.4170315,1.3448 1.7265625,1.5156 0.2424465,0.1339 0.8978395,0.3932 1.1953125,0.2188 0.304967,-0.1789 0.976274,-0.7759 1.132813,-1.3125 0.243591,-0.8353 0.270958,-1.9765 0.234375,-2.7813 -0.427579,0.7935 -0.907272,1.8141 -1.804688,1.8985 -0.497803,0.047 -1.3136275,-0.3995 -1.5859375,-0.625 -0.2723,-0.2255 -1.4170625,-1.3448 -1.7265625,-1.5157 -0.1818375,-0.1004 -0.5928797,-0.2678 -0.9140625,-0.2734 z"
+ id="path3123"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.svg b/icons/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.svg
new file mode 100644
index 0000000000..07952ebb4c
--- /dev/null
+++ b/icons/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.svg
@@ -0,0 +1,416 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="import_prj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5056">
+ <stop
+ style="stop-color:#2c4b7c;stop-opacity:1;"
+ offset="0"
+ id="stop5058" />
+ <stop
+ id="stop5082"
+ offset="1"
+ style="stop-color:#3370a4;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4367">
+ <stop
+ id="stop4369"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#42659a;stop-opacity:1;"
+ offset="0.5"
+ id="stop4371" />
+ <stop
+ id="stop4373"
+ offset="1"
+ style="stop-color:#a0b2cc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4226">
+ <stop
+ style="stop-color:#2f4e7d;stop-opacity:1;"
+ offset="0"
+ id="stop4228" />
+ <stop
+ style="stop-color:#d7dced;stop-opacity:1;"
+ offset="1"
+ id="stop4230" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118">
+ <stop
+ id="stop4120"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4018">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4020" />
+ <stop
+ style="stop-color:#d7dced;stop-opacity:1;"
+ offset="1"
+ id="stop4022" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3984">
+ <stop
+ id="stop3986"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#42659a;stop-opacity:1;"
+ offset="0.40740749"
+ id="stop3988" />
+ <stop
+ id="stop3990"
+ offset="1"
+ style="stop-color:#a0b2cc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient4018-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4020-2" />
+ <stop
+ style="stop-color:#d7dced;stop-opacity:1;"
+ offset="1"
+ id="stop4022-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118-5">
+ <stop
+ id="stop4120-7"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122-3"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118-7">
+ <stop
+ id="stop4120-8"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122-4"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118-7-5">
+ <stop
+ id="stop4120-8-9"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122-4-3"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3984"
+ id="linearGradient4321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-14.335223,-3.5838008)"
+ x1="865.53046"
+ y1="474.55246"
+ x2="829.69244"
+ y2="377.78973" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4323"
+ gradientUnits="userSpaceOnUse"
+ x1="108"
+ y1="12.000001"
+ x2="108"
+ y2="14.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4325"
+ gradientUnits="userSpaceOnUse"
+ x1="104"
+ y1="15"
+ x2="106"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4327"
+ gradientUnits="userSpaceOnUse"
+ x1="107"
+ y1="22.5"
+ x2="109"
+ y2="22.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4329"
+ gradientUnits="userSpaceOnUse"
+ x1="89.958336"
+ y1="27"
+ x2="90"
+ y2="29" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018-5"
+ id="linearGradient4331"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,331.54351,345.53547)"
+ x1="108"
+ y1="12.000001"
+ x2="108"
+ y2="14.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018-5"
+ id="linearGradient4333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,12.543319,331.54351,238.02131)"
+ x1="104"
+ y1="15"
+ x2="106"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118"
+ id="linearGradient4335"
+ gradientUnits="userSpaceOnUse"
+ x1="75"
+ y1="15.000001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118-5"
+ id="linearGradient4337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,453.39289,359.8707)"
+ x1="75.125"
+ y1="14.875001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4226"
+ id="linearGradient4339"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,596.74509,345.53547)"
+ x1="75.916664"
+ y1="15.083334"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4226"
+ id="linearGradient4341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,3.5838051,-3.5838051,0,768.76773,195.01566)"
+ x1="75"
+ y1="15.000001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118"
+ id="linearGradient4343"
+ gradientUnits="userSpaceOnUse"
+ x1="75"
+ y1="18"
+ x2="73"
+ y2="14.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118-7"
+ id="linearGradient4345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,3.5838051,-3.5838051,0,775.93534,141.25858)"
+ x1="75"
+ y1="15.000001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118-7-5"
+ id="linearGradient4347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,3.5838051,-3.5838051,0,904.95232,141.25858)"
+ x1="76"
+ y1="15.999998"
+ x2="73"
+ y2="16.999998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4367"
+ id="linearGradient4357"
+ x1="104"
+ y1="21"
+ x2="89"
+ y2="-8.999999"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4365"
+ x1="109"
+ y1="19"
+ x2="91"
+ y2="1.0000008"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3859">
+ <stop
+ style="stop-color:#9cacc7;stop-opacity:1;"
+ offset="0"
+ id="stop3884" />
+ <stop
+ id="stop3886"
+ offset="1"
+ style="stop-color:#cdd5e3;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1034.3622"
+ x2="5"
+ y1="1050.3622"
+ x1="5"
+ gradientTransform="matrix(1.7919026,0,0,1.7919026,485.64713,-1482.8541)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3010"
+ xlink:href="#linearGradient3859"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5056"
+ id="linearGradient5078"
+ gradientUnits="userSpaceOnUse"
+ x1="-5.0000005"
+ y1="10.000001"
+ x2="-10"
+ y2="5.000001"
+ gradientTransform="matrix(1.7919026,0,0,1.7919026,508.94186,363.45449)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="10.829739"
+ inkscape:cy="6.3839216"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2074"
+ inkscape:window-height="1242"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <path
+ style="fill:url(#linearGradient3010);fill-opacity:1;stroke:#516d9d;stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 476.68762,372.41402 0,7.16761 -3.58381,0 0,10.75141 39.42186,0 0,-10.75141 -3.58381,0 0,-7.16761 10.75142,0 0,25.08663 -53.75708,0 0,-25.08663 z"
+ id="path3089"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5078);fill-opacity:1;stroke:none"
+ d="m 499.98235,381.37352 -17.91903,0 17.91903,-17.91903 z"
+ id="path5046"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3370a4;stroke-width:3.58380507999999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 491.02283,372.414 476.68761,358.07878 469.52,350.91117"
+ id="path5068"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.svg b/icons/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.svg
new file mode 100644
index 0000000000..1abe97792b
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.svg
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, enabled_co.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="disabled_checked.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(18,-3.000037)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062"
+ xlink:href="#linearGradient4910-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2"
+ xlink:href="#linearGradient4994-4"
+ inkscape:collect="always"
+ gradientTransform="translate(18,-3.000037)" />
+ <linearGradient
+ id="linearGradient4994-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4889"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,0)" />
+ <filter
+ id="filter3000"
+ inkscape:label="Lightness-Contrast"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Increase or decrease lightness and contrast"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3002"
+ type="saturate"
+ values="0"
+ result="fbSourceGraphic" />
+ <feColorMatrix
+ result="fbSourceGraphicAlpha"
+ in="fbSourceGraphic"
+ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+ id="feColorMatrix3187" />
+ <feFlood
+ id="feFlood3189"
+ result="result1"
+ flood-opacity="0"
+ flood-color="rgb(128,128,128)"
+ in="fbSourceGraphic" />
+ <feBlend
+ id="feBlend3191"
+ in2="fbSourceGraphic"
+ mode="normal"
+ result="result2" />
+ <feComposite
+ id="feComposite3193"
+ in2="fbSourceGraphic"
+ k2="1"
+ operator="arithmetic"
+ result="result3" />
+ <feComposite
+ id="feComposite3195"
+ in2="fbSourceGraphic"
+ operator="in" />
+ </filter>
+ <filter
+ id="filter3004"
+ inkscape:label="Lightness-Contrast"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Increase or decrease lightness and contrast"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3006"
+ type="saturate"
+ values="0"
+ result="fbSourceGraphic" />
+ <feColorMatrix
+ result="fbSourceGraphicAlpha"
+ in="fbSourceGraphic"
+ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+ id="feColorMatrix3197" />
+ <feFlood
+ id="feFlood3199"
+ result="result1"
+ flood-opacity="0"
+ flood-color="rgb(128,128,128)"
+ in="fbSourceGraphic" />
+ <feBlend
+ id="feBlend3201"
+ in2="fbSourceGraphic"
+ mode="normal"
+ result="result2" />
+ <feComposite
+ id="feComposite3203"
+ in2="fbSourceGraphic"
+ k2="1"
+ operator="arithmetic"
+ result="result3" />
+ <feComposite
+ id="feComposite3205"
+ in2="fbSourceGraphic"
+ operator="in" />
+ </filter>
+ <filter
+ id="filter3008"
+ inkscape:label="Lightness-Contrast"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Increase or decrease lightness and contrast"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3010"
+ type="saturate"
+ values="0"
+ result="fbSourceGraphic" />
+ <feColorMatrix
+ result="fbSourceGraphicAlpha"
+ in="fbSourceGraphic"
+ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+ id="feColorMatrix3207" />
+ <feFlood
+ id="feFlood3209"
+ result="result1"
+ flood-opacity="0"
+ flood-color="rgb(128,128,128)"
+ in="fbSourceGraphic" />
+ <feBlend
+ id="feBlend3211"
+ in2="fbSourceGraphic"
+ mode="normal"
+ result="result2" />
+ <feComposite
+ id="feComposite3213"
+ in2="fbSourceGraphic"
+ k2="1"
+ operator="arithmetic"
+ result="result3" />
+ <feComposite
+ id="feComposite3215"
+ in2="fbSourceGraphic"
+ operator="in" />
+ </filter>
+ <filter
+ id="filter3012"
+ inkscape:label="Lightness-Contrast"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Increase or decrease lightness and contrast"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3014"
+ type="saturate"
+ values="0"
+ result="fbSourceGraphic" />
+ <feColorMatrix
+ result="fbSourceGraphicAlpha"
+ in="fbSourceGraphic"
+ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+ id="feColorMatrix3217" />
+ <feFlood
+ id="feFlood3219"
+ result="result1"
+ flood-opacity="0"
+ flood-color="rgb(128,128,128)"
+ in="fbSourceGraphic" />
+ <feBlend
+ id="feBlend3221"
+ in2="fbSourceGraphic"
+ mode="normal"
+ result="result2" />
+ <feComposite
+ id="feComposite3223"
+ in2="fbSourceGraphic"
+ k2="1"
+ operator="arithmetic"
+ result="result3" />
+ <feComposite
+ id="feComposite3225"
+ in2="fbSourceGraphic"
+ operator="in" />
+ </filter>
+ <filter
+ id="filter3016"
+ inkscape:label="Lightness-Contrast"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Increase or decrease lightness and contrast"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3018"
+ type="saturate"
+ values="0"
+ result="fbSourceGraphic" />
+ <feColorMatrix
+ result="fbSourceGraphicAlpha"
+ in="fbSourceGraphic"
+ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+ id="feColorMatrix3227" />
+ <feFlood
+ id="feFlood3229"
+ result="result1"
+ flood-opacity="0"
+ flood-color="rgb(128,128,128)"
+ in="fbSourceGraphic" />
+ <feBlend
+ id="feBlend3231"
+ in2="fbSourceGraphic"
+ mode="normal"
+ result="result2" />
+ <feComposite
+ id="feComposite3233"
+ in2="fbSourceGraphic"
+ k2="1"
+ operator="arithmetic"
+ result="result3" />
+ <feComposite
+ id="feComposite3235"
+ in2="fbSourceGraphic"
+ operator="in" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="-14.378389"
+ inkscape:cy="1.709725"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="379"
+ inkscape:window-y="250"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bbbbbb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans;filter:url(#filter3016)"
+ d="m 2,1038.3622 0.03125,12 11.96875,0 -0.03125,-12 z m 1,1 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4889);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans;filter:url(#filter3012)"
+ d="m 3,1039.3622 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3008)"
+ d="m 5,1041.3622 0,8 -2,0 0,-10 z"
+ id="rect4853-82-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3004)"
+ d="m 5,1041.3622 8,0 0,-2 -10,0 z"
+ id="rect4853-82-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:#888888;stroke-width:1.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter3000)"
+ d="m 3.9687503,1044.3309 2.5000001,2.5313 5.5000006,-5.4375"
+ id="path4065"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.svg b/icons/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.svg
new file mode 100644
index 0000000000..e8e0cfdbd4
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.svg
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, disabled_co.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="disabled_unchecked.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1"
+ xlink:href="#linearGradient4994-4-7"
+ inkscape:collect="always"
+ gradientTransform="translate(18,-3)" />
+ <linearGradient
+ id="linearGradient4994-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-4"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(18,-3)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9"
+ xlink:href="#linearGradient4910-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-4"
+ id="linearGradient4889-2"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-4">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-5" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-5" />
+ </linearGradient>
+ <filter
+ id="filter2999"
+ inkscape:label="Desaturate"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3001"
+ type="saturate"
+ values="0" />
+ </filter>
+ <filter
+ id="filter3003"
+ inkscape:label="Desaturate"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3005"
+ type="saturate"
+ values="0" />
+ </filter>
+ <filter
+ id="filter3007"
+ inkscape:label="Desaturate"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3009"
+ type="saturate"
+ values="0" />
+ </filter>
+ <filter
+ id="filter3011"
+ inkscape:label="Desaturate"
+ x="0"
+ y="0"
+ width="1"
+ height="1"
+ inkscape:menu="Color"
+ inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
+ color-interpolation-filters="sRGB">
+ <feColorMatrix
+ id="feColorMatrix3013"
+ type="saturate"
+ values="0" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="-10.792172"
+ inkscape:cy="2.6239973"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="921"
+ inkscape:window-y="187"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bbbbbb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans;filter:url(#filter3011)"
+ d="m 2,1038.3622 0.03125,12 11.96875,0 -0.03125,-12 z m 1,1 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4889-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans;filter:url(#filter3007)"
+ d="m 3,1039.3622 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062-9);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3003)"
+ d="m 5,1041.3622 0,8 -2,0 0,-10 z"
+ id="rect4853-82-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1);fill-opacity:1;stroke:none;display:inline;filter:url(#filter2999)"
+ d="m 5,1041.3622 8,0 0,-2 -10,0 z"
+ id="rect4853-82-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.svg b/icons/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.svg
new file mode 100644
index 0000000000..5b3c874a4d
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.svg
@@ -0,0 +1,163 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, enabled_co.svg -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="enabled_checked.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(18,-3.000037)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062"
+ xlink:href="#linearGradient4910-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2"
+ xlink:href="#linearGradient4994-4"
+ inkscape:collect="always"
+ gradientTransform="translate(18,-3.000037)" />
+ <linearGradient
+ id="linearGradient4994-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4889"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,0)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="-5.6436176"
+ inkscape:cy="1.709725"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="379"
+ inkscape:window-y="250"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8b96ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1038.3622 0.03125,12 11.96875,0 -0.03125,-12 z m 1,1 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4889);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 3,1039.3622 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1041.3622 0,8 -2,0 0,-10 z"
+ id="rect4853-82-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1041.3622 8,0 0,-2 -10,0 z"
+ id="rect4853-82-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:#334e6f;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 3.9687503,1044.3309 2.5000001,2.5313 5.5000006,-5.4375"
+ id="path4065"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.svg b/icons/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.svg
new file mode 100644
index 0000000000..3c33280870
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.svg
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, disabled_co.svg -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="enabled_unchecked.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1"
+ xlink:href="#linearGradient4994-4-7"
+ inkscape:collect="always"
+ gradientTransform="translate(18,-3)" />
+ <linearGradient
+ id="linearGradient4994-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-4"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(18,-3)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9"
+ xlink:href="#linearGradient4910-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-4"
+ id="linearGradient4889-2"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-4">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-5" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-5" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="0.27032891"
+ inkscape:cy="2.6239973"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="379"
+ inkscape:window-y="250"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8b96ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1038.3622 0.03125,12 11.96875,0 -0.03125,-12 z m 1,1 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4889-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 3,1039.3622 9.96875,0 0.03125,10 -9.96875,0 z"
+ id="rect3997-9-1-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062-9);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1041.3622 0,8 -2,0 0,-10 z"
+ id="rect4853-82-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1041.3622 8,0 0,-2 -10,0 z"
+ id="rect4853-82-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/egit.svg b/icons/org.eclipse.egit.ui/icons/egit.svg
new file mode 100644
index 0000000000..8109972aad
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/egit.svg
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="256"
+ height="256"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="egit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3919">
+ <stop
+ style="stop-color:#4a388e;stop-opacity:1;"
+ offset="0"
+ id="stop3921" />
+ <stop
+ style="stop-color:#4a388e;stop-opacity:0;"
+ offset="1"
+ id="stop3923" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="linearGradient4028"
+ gradientUnits="userSpaceOnUse"
+ x1="-155"
+ y1="208.5"
+ x2="-155"
+ y2="128.5" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4358">
+ <g
+ id="g4360"
+ transform="matrix(2.6895137,0,0,2.6895137,-279.26445,797.63342)">
+ <path
+ sodipodi:nodetypes="cccccsccccccccsccccccccccccsc"
+ id="path4362"
+ d="M 91.00618,46.808751 C 89.739964,36.015528 86.096471,24.346466 78.949621,15.930521 77.64058,11.867843 47.722206,1.0216914 45.410206,3.3326914 L 25.289794,4.4006335 44.348623,23.459375 c 2.456,-0.83 5.272,-0.273 7.229,1.685 1.969,1.97 2.521,4.81 1.67,7.275 l 10.186003,10.185 c 2.465,-0.85 5.307,-0.3 7.275,1.671 2.75,2.75 2.75,7.206 0,9.958 -2.752,2.751 -7.208,2.751 -9.961,0 -2.068,-2.07 -2.58,-5.11 -1.531,-7.658 l -9.500003,-9.499 0,24.997004 c 0.67,0.332 1.303,0.774 1.861,1.332 2.75,2.75 2.75,7.206 0,9.959 -2.75,2.749 -7.209,2.749 -9.957,0 -2.75,-2.754 -2.75,-7.21 0,-9.959 0.68,-0.679 1.467,-1.193 2.307,-1.537 l 0,-25.230004 c -0.84,-0.344 -1.625,-0.853 -2.307,-1.537 -2.083,-2.082 -2.584,-5.14 -1.516,-7.698 L 22.652517,9.9491992 3.8345041,31.656348 c -2.3109998,2.313 0.2638462,34.968982 2.5748462,37.279982 L 26.542075,89.476306 c 2.31,2.311 36.842506,3.047418 39.155506,0.736418 L 81.855991,75.738089 C 84.290344,73.557406 93.31718,49.119751 91.00618,46.808751 z"
+ inkscape:connector-curvature="0"
+ style="fill:#f05133" />
+ </g>
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="3"
+ inkscape:cx="147.86087"
+ inkscape:cy="132.20198"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer2"
+ showgrid="true"
+ inkscape:window-width="1974"
+ inkscape:window-height="1263"
+ inkscape:window-x="472"
+ inkscape:window-y="0"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3771"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="planet"
+ style="display:inline"
+ transform="translate(0,-796.36218)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+ id="path3930-7"
+ sodipodi:cx="-152.5"
+ sodipodi:cy="131"
+ sodipodi:rx="117.5"
+ sodipodi:ry="115"
+ d="m -35,131 a 117.5,115 0 1 1 -235,0 117.5,115 0 1 1 235,0 z"
+ transform="matrix(0.97802907,0,0,0.99929056,290.23116,792.66709)" />
+ <g
+ id="g13"
+ transform="matrix(2.3221826,0,0,2.3221826,-165.03768,44.652048)">
+ <path
+ d="m 79.6,378.829 c 0,-25.824 19.395,-47.281 44.626,-51.055 -0.626,-0.023 -1.255,-0.048 -1.887,-0.048 -28.314,0 -51.269,22.88 -51.269,51.103 0,28.224 22.954,51.103 51.269,51.103 0.634,0 1.263,-0.024 1.891,-0.047 C 98.995,426.111 79.6,404.654 79.6,378.829 z"
+ id="path15"
+ inkscape:connector-curvature="0"
+ style="fill:#f7941e" />
+ </g>
+ <g
+ id="g4010"
+ clip-path="url(#clipPath4358)"
+ transform="matrix(0.99055525,0,0,0.99055525,293.59603,5.9924254)">
+ <path
+ transform="matrix(0.98735439,0,0,1.0088186,-3.3969548,794.17545)"
+ d="m -35,131 c 0,63.51275 -52.606542,115 -117.5,115 C -217.39346,246 -270,194.51275 -270,131 -270,67.487254 -217.39346,16 -152.5,16 -87.606542,16 -35,67.487254 -35,131 z"
+ sodipodi:ry="115"
+ sodipodi:rx="117.5"
+ sodipodi:cy="131"
+ sodipodi:cx="-152.5"
+ id="path3930"
+ style="fill:#2c2255;fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.0395329,0,0,1.0059996,7.1591002,797.05974)"
+ d="m -80,128.5 c 0,42.80207 -33.57864,77.5 -75,77.5 -41.42136,0 -75,-34.69793 -75,-77.5 0,-42.802068 33.57864,-77.5 75,-77.5 41.42136,0 75,34.697932 75,77.5 z"
+ sodipodi:ry="77.5"
+ sodipodi:rx="75"
+ sodipodi:cy="128.5"
+ sodipodi:cx="-155"
+ id="path3973"
+ style="fill:url(#linearGradient4028);fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/add.svg b/icons/org.eclipse.egit.ui/icons/elcl16/add.svg
new file mode 100644
index 0000000000..a3c88ae0df
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/add.svg
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui, add_obj.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="add.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5591-4">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0" />
+ <stop
+ style="stop-color:#82c448;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-2">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.9375158,0,0,2.0245922,3.5980621,1028.9745)"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="6.9396911"
+ x1="2.03125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5618"
+ xlink:href="#linearGradient5591-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(1.9375158,0,0,2.0245922,3.5980621,1028.9745)"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5620"
+ xlink:href="#linearGradient5583-2"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32.000001"
+ inkscape:cx="9.0872213"
+ inkscape:cy="7.1700733"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="25"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3971" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient5618);fill-opacity:1;stroke:url(#linearGradient5620);stroke-width:0.89473408;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 5.4144832,1038.7811 3.9961264,0 0,3.9228 3.8750314,0 0,4.1756 -4.0566734,0 0,4.1127 -3.8144844,0 0,-4.1127 -3.9961262,0 0,-4.1123 3.935579,0 z"
+ id="path5581"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/author.svg b/icons/org.eclipse.egit.ui/icons/elcl16/author.svg
new file mode 100644
index 0000000000..a4f0656a28
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/author.svg
@@ -0,0 +1,401 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="author.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3973683,0,0,0.98971353,-7.7914284,7.8253845)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3078"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-5.0141131,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-5.0141129,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3084"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-5.0141129,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3087"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0017655,0,0,0.98971353,-5.01942,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-4.9601259,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3093"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,-1.0217857,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.9782825,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter4096"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-0.25"
+ y="-0.25">
+ <feGaussianBlur
+ id="feGaussianBlur4098"
+ in="SourceAlpha"
+ stdDeviation="2"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix4100"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.2 0 " />
+ <feOffset
+ id="feOffset4102"
+ in="bluralpha"
+ dx="4"
+ dy="4"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge4104">
+ <feMergeNode
+ id="feMergeNode4106"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode4108"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3950-1"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3910-71">
+ <stop
+ id="stop3918-3"
+ offset="0"
+ style="stop-color:#9aadd0;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3942-8"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient4000-5"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.510848"
+ inkscape:cy="7.2173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3096);fill-opacity:1;stroke:none;display:inline"
+ d="m 0.519,1037.86 7.00967,0 3.062057,3.0066 0,9.9546 -10.071727,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3093);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1037.3622 0,4 4,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3090);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 0.4990472,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient3087);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="4"
+ height="1"
+ x="2"
+ y="1040.3622" />
+ <rect
+ style="fill:url(#linearGradient3084);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="7"
+ height="1"
+ x="2"
+ y="1042.3622" />
+ <rect
+ style="fill:url(#linearGradient3081);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="7"
+ height="1"
+ x="2"
+ y="1044.3622" />
+ <rect
+ style="fill:url(#linearGradient3078);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="7"
+ height="1"
+ x="2"
+ y="1046.3622" />
+ <rect
+ style="fill:url(#linearGradient3075);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="7"
+ height="1"
+ x="2"
+ y="1048.3622" />
+ <g
+ transform="matrix(0.13951652,0,0,0.13951652,-45.255797,990.65454)"
+ style="display:inline;filter:url(#filter4096)"
+ id="g4004-6">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906-4"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950-1);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908-3"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942-8);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 c 0,1.9329962 -1.567003,3.4999993 -3.5,3.4999993 -1.932997,0 -3.5,-1.5670031 -3.5,-3.4999993 0,-1.9329962 1.567003,-3.4999993 3.5,-3.4999993 1.932997,0 3.5,1.5670031 3.5,3.4999993 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896-4"
+ style="fill:url(#linearGradient4000-5);fill-opacity:1;stroke:#293f78;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902-7"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#293f78;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/clear_co.svg b/icons/org.eclipse.egit.ui/icons/elcl16/clear_co.svg
new file mode 100644
index 0000000000..e099328ed0
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/clear_co.svg
@@ -0,0 +1,481 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.5 r10040"
+ sodipodi:docname="clear_co.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5147"
+ inkscape:collect="always">
+ <stop
+ id="stop5149"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141"
+ inkscape:collect="always">
+ <stop
+ id="stop5143"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135"
+ inkscape:collect="always">
+ <stop
+ id="stop5137"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902">
+ <stop
+ style="stop-color:#c7b571;stop-opacity:1;"
+ offset="0"
+ id="stop4904" />
+ <stop
+ style="stop-color:#9a9a8f;stop-opacity:1"
+ offset="1"
+ id="stop4906" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877"
+ inkscape:collect="always">
+ <stop
+ id="stop4879"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877"
+ id="linearGradient4867"
+ x1="7.0070496"
+ y1="1043.857"
+ x2="11"
+ y2="1043.857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-4)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861"
+ id="linearGradient4869"
+ x1="7.0070496"
+ y1="1045.857"
+ x2="14"
+ y2="1045.857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-4)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147"
+ id="linearGradient4871"
+ x1="7.0070496"
+ y1="1047.857"
+ x2="14"
+ y2="1047.857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-4)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135"
+ id="linearGradient4873"
+ x1="7.0070496"
+ y1="1051.857"
+ x2="12.016466"
+ y2="1051.857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-4)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141"
+ id="linearGradient4875"
+ x1="7.0070496"
+ y1="1049.857"
+ x2="14"
+ y2="1049.857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-4)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894"
+ id="linearGradient4900"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902"
+ id="linearGradient4908"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994"
+ id="linearGradient5000"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4,-2)" />
+ <linearGradient
+ id="linearGradient4852-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4854-4-1"
+ offset="0"
+ style="stop-color:#707070;stop-opacity:1" />
+ <stop
+ id="stop4856-0-2"
+ offset="1"
+ style="stop-color:#a0a0a0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4844-4-1">
+ <stop
+ id="stop4846-8-4"
+ offset="0"
+ style="stop-color:#3f3f3f;stop-opacity:1;" />
+ <stop
+ id="stop4848-8-9"
+ offset="1"
+ style="stop-color:#303030;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1038.5814"
+ x2="4.7528968"
+ y1="1051.0466"
+ x1="4.7528968"
+ gradientTransform="translate(1.9961442e-6,-9.9830355e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6120"
+ xlink:href="#linearGradient4852-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1037.7"
+ x2="8.6566515"
+ y1="1050.7386"
+ x1="8.6566515"
+ gradientTransform="translate(1.9961442e-6,-9.9830355e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6122"
+ xlink:href="#linearGradient4844-4-1"
+ inkscape:collect="always" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask6204">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1,1036.3935 0,0.5 0,12.9687 0,0.5 0.5,0 10.0625,0 0.5,0 0,-0.5 0,-9.9687 0,-0.2188 -0.15625,-0.125 -3.0625,-3 -0.125,-0.1562 -0.21875,0 -7,0 -0.5,0 z"
+ id="path6206"
+ inkscape:connector-curvature="0" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter6988"
+ x="-0.24001802"
+ width="1.480036"
+ y="-0.23998199"
+ height="1.479964">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.2049008"
+ id="feGaussianBlur6990" />
+ </filter>
+ <linearGradient
+ y2="1038.5814"
+ x2="4.7528968"
+ y1="1051.0466"
+ x1="4.7528968"
+ gradientTransform="translate(1.9961442e-6,-9.9830355e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6120-1"
+ xlink:href="#linearGradient4852-7-8-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4852-7-8-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4854-4-1-9"
+ offset="0"
+ style="stop-color:#707070;stop-opacity:1" />
+ <stop
+ id="stop4856-0-2-1"
+ offset="1"
+ style="stop-color:#a0a0a0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1037.7"
+ x2="8.6566515"
+ y1="1050.7386"
+ x1="8.6566515"
+ gradientTransform="translate(1.9961442e-6,-9.9830355e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6122-0"
+ xlink:href="#linearGradient4844-4-1-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4844-4-1-4">
+ <stop
+ id="stop4846-8-4-2"
+ offset="0"
+ style="stop-color:#3f3f3f;stop-opacity:1;" />
+ <stop
+ id="stop4848-8-9-2"
+ offset="1"
+ style="stop-color:#303030;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1038.5814"
+ x2="4.7528968"
+ y1="1051.0466"
+ x1="4.7528968"
+ gradientTransform="translate(1.9961442e-6,-9.9830355e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6120-4"
+ xlink:href="#linearGradient4852-7-8-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4852-7-8-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4854-4-1-5"
+ offset="0"
+ style="stop-color:#707070;stop-opacity:1" />
+ <stop
+ id="stop4856-0-2-9"
+ offset="1"
+ style="stop-color:#a0a0a0;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1037.7"
+ x2="8.6566515"
+ y1="1050.7386"
+ x1="8.6566515"
+ gradientTransform="translate(1.9961442e-6,-9.9830355e-5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6122-8"
+ xlink:href="#linearGradient4844-4-1-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4844-4-1-7">
+ <stop
+ id="stop4846-8-4-5"
+ offset="0"
+ style="stop-color:#3f3f3f;stop-opacity:1;" />
+ <stop
+ id="stop4848-8-9-3"
+ offset="1"
+ style="stop-color:#303030;stop-opacity:1;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4.0000002"
+ inkscape:cx="18.223534"
+ inkscape:cy="-36.6021"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1-8-8"
+ showgrid="true"
+ inkscape:window-width="1542"
+ inkscape:window-height="975"
+ inkscape:window-x="1006"
+ inkscape:window-y="492"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient5000);fill-opacity:1;stroke:none;display:inline"
+ d="m 1.4972825,1036.9037 7.0096685,0 3.062057,3.0066 0,9.9546 -10.0717255,0 z"
+ id="rect4001-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient4900);fill-opacity:1;stroke:none"
+ d="m 7.976621,1036.441 0,3.9112 3.977476,0 z"
+ id="path4884"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4908);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+ d="m 1.4972825,1036.9037 7.0096685,0 3.062057,3.0066 0,9.9546 -10.0717255,0 z"
+ id="rect4001"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient4867);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="3.9929504"
+ height="1.0103934"
+ x="3.0070496"
+ y="1039.3518" />
+ <rect
+ style="fill:url(#linearGradient4869);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="6.9929504"
+ height="1.0103934"
+ x="3.0070496"
+ y="1041.3518" />
+ <rect
+ style="fill:url(#linearGradient4871);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="6.9929504"
+ height="1.0103934"
+ x="3.0070496"
+ y="1043.3518" />
+ <rect
+ style="fill:url(#linearGradient4875);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="6.9929504"
+ height="1.0103934"
+ x="3.0070496"
+ y="1045.3518" />
+ <rect
+ style="fill:url(#linearGradient4873);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="5.0094166"
+ height="1.0103934"
+ x="3.0070496"
+ y="1047.3518" />
+ <g
+ id="g6200"
+ mask="url(#mask6204)"
+ transform="matrix(1.4660179,0,0,1.2212682,-5.6373987,-232.07964)">
+ <g
+ transform="matrix(0.53947849,0,0,0.53947849,7.846281,484.46953)"
+ inkscape:label="Layer 1"
+ id="layer1-8"
+ style="opacity:0.75;fill:#ffffff;stroke:#ffffff;stroke-width:3.70728397;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter6988)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.70728397;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 13.419292,1038.6553 c -0.468185,-0.4682 -1.221974,-0.4682 -1.690135,-10e-5 l -3.1127968,3.1129 -3.1127723,-3.1128 c -0.4681138,-0.4682 -1.221974,-0.4682 -1.690134,0 l -0.8600555,0.8601 c -0.4681391,0.468 -0.4681272,1.2218 3.66e-5,1.6901 l 3.1127223,3.1128 -3.1127269,3.1127 c -0.4682099,0.4682 -0.468198,1.222 -1.34e-5,1.6902 l 0.8601016,0.8601 c 0.4681344,0.4681 1.2219244,0.4681 1.6901337,0 l 3.1127774,-3.1128 3.1344053,3.1344 c 0.468135,0.4682 1.221925,0.4682 1.690135,0 l 0.860055,-0.86 c 0.46816,-0.4682 0.463458,-1.2173 -3.7e-5,-1.6902 l -3.134406,-3.1344 3.112777,-3.1127 c 0.468181,-0.4683 0.468169,-1.2221 3.4e-5,-1.6902 z"
+ id="rect4043"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccccccccssccsccsccss" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="layer1-8-8"
+ inkscape:label="Layer 1"
+ transform="matrix(0.50767387,0,0,0.5061245,8.120638,519.33645)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.50689858;stroke-opacity:1"
+ d="m 10.09375,7.0489054 c -0.3172668,0.031974 -0.6221509,0.15383 -0.78125,0.3125 l -0.59375,0.5625 C 8.400566,8.241043 8.3380492,9.7451599 8.65625,10.0625 L 10.25,11.59375 8.59375,13.1875 C 8.4346339,13.346119 8.405526,13.69178 8.4375,14.03125 l 3.59375,0 0,-5.7010946 -1.125,-1.09375 c -0.159083,-0.15867 -0.495233,-0.2194744 -0.8125,-0.1875 z"
+ transform="matrix(1.9697685,0,0,1.9757984,-15.995777,1021.5387)"
+ id="rect3911"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="scccccccccs" />
+ <path
+ sodipodi:nodetypes="sccccccccssccsccsccss"
+ inkscape:connector-curvature="0"
+ id="rect4043-2"
+ d="m 13.419292,1038.6553 c -0.468185,-0.4682 -1.221974,-0.4682 -1.690135,-10e-5 l -3.1127968,3.1129 -3.1127723,-3.1128 c -0.4681138,-0.4682 -1.221974,-0.4682 -1.690134,0 l -0.8600555,0.8601 c -0.4681391,0.468 -0.4681272,1.2218 3.66e-5,1.6901 l 3.1127223,3.1128 -3.1127269,3.1127 c -0.4682099,0.4682 -0.468198,1.222 -1.34e-5,1.6902 l 0.8601016,0.8601 c 0.4681344,0.4681 1.2219244,0.4681 1.6901337,0 l 3.1127774,-3.1128 3.1344053,3.1344 c 0.468135,0.4682 1.221925,0.4682 1.690135,0 l 0.860055,-0.86 c 0.46816,-0.4682 0.463458,-1.2173 -3.7e-5,-1.6902 l -3.134406,-3.1344 3.112777,-3.1127 c 0.468181,-0.4683 0.468169,-1.2221 3.4e-5,-1.6902 z"
+ style="fill:url(#linearGradient6120);fill-opacity:1;stroke:url(#linearGradient6122);stroke-width:1.97278117;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/collapseall.svg b/icons/org.eclipse.egit.ui/icons/elcl16/collapseall.svg
new file mode 100644
index 0000000000..291b259680
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/collapseall.svg
@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="collapseall.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(18,-3)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9"
+ xlink:href="#blue_gradient_left"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(20,-1)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9-5"
+ xlink:href="#blue_gradient_left"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="blue_gradient_left">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="blue_gradient_left_stop_0" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="blue_gradient_left_stop_1" />
+ </linearGradient>
+
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1"
+ xlink:href="#blue_gradient_top"
+ inkscape:collect="always"
+ gradientTransform="translate(18,-3)" />
+
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1-1"
+ xlink:href="#blue_gradient_top"
+ inkscape:collect="always"
+ gradientTransform="translate(20,-1)" />
+ <linearGradient
+ id="blue_gradient_top"
+ inkscape:collect="always">
+ <stop
+ id="blue_gradient_top_stop_0"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="blue_gradient_top_stop_1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+
+ <linearGradient
+ y2="1043.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientTransform="translate(22,4)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4970"
+ xlink:href="#minus_shadow_gradient"
+ inkscape:collect="always" />
+ <linearGradient
+ id="minus_shadow_gradient">
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:0.49019608;"
+ offset="0"
+ id="minus_shadow_gradient_stop_0" />
+ <stop
+ id="minus_shadow_gradient_stop_1"
+ offset="0.5"
+ style="stop-color:#c3e9ff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:0.49019608;"
+ offset="1"
+ id="minus_shadow_gradient_stop_2" />
+ </linearGradient>
+
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="8.1029364"
+ inkscape:cy="7.6300717"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1138"
+ inkscape:window-height="951"
+ inkscape:window-x="1043"
+ inkscape:window-y="364"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="color:#ffffff;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
+ d="m 3,1039.2997 8.971875,0 0.02812,9.1563 -8.971875,0 z"
+ id="front_background-5"
+ inkscape:connector-curvature="0" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a6afc4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1038.3622 0,11 11,0 0,-11 z m 1,1 9,0 0,9 -9,0 z"
+ id="back_rect"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:url(#linearGradient5062-9);fill-opacity:1.0;stroke:none;display:inline"
+ d="m 5,1041.3622 0,7 -2,0 0,-9 z"
+ id="back_left_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1);fill-opacity:1.0;stroke:none;display:inline"
+ d="m 5,1041.3622 7,0 0,-2 -9,0 z"
+ id="back_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8b96ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 4,1040.3622 0,11 11,0 0,-11 z m 1,1 9,0 0,9 -9,0 z"
+ id="front_rect"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 5,1041.3622 8.971875,0 0.02812,9 -8.971875,0 z"
+ id="front_background"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4970);fill-opacity:1.0;stroke:none;display:inline"
+ d="m 8,1047.3622 5,0 c 1,0 1,-1 0,-1 l -5,0 c -1,0 -1,1 0,1 z"
+ id="minus_sign_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5062-9-5);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1043.3622 0,7 -2,0 0,-9 z"
+ id="left_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1043.3622 7,0 0,-2 -9,0 z"
+ id="front_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:#01467a;fill-opacity:1;stroke:none;display:inline"
+ id="minus_sign"
+ width="1"
+ height="7"
+ x="1045.3622"
+ y="-13"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/comment.svg b/icons/org.eclipse.egit.ui/icons/elcl16/comment.svg
new file mode 100644
index 0000000000..efacd6763a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/comment.svg
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="comment.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="matrix(1,0,0,1.1111111,17,-118.81802)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9-5"
+ xlink:href="#blue_gradient_left"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="blue_gradient_left">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="blue_gradient_left_stop_0" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="blue_gradient_left_stop_1" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1-1"
+ xlink:href="#blue_gradient_top"
+ inkscape:collect="always"
+ gradientTransform="matrix(1.3333333,0,0,1,22,-3)" />
+ <linearGradient
+ id="blue_gradient_top"
+ inkscape:collect="always">
+ <stop
+ id="blue_gradient_top_stop_0"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="blue_gradient_top_stop_1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="6.86047"
+ inkscape:cy="7.6300717"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1675"
+ inkscape:window-height="1062"
+ inkscape:window-x="394"
+ inkscape:window-y="35"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8b96ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1,1038.3622 0,12 14,0 0,-12 z m 1,1 12,0 0,10 -12,0 z"
+ id="front_rect"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1039.3622 11.962507,0 0.03749,10 -11.9625066,0 z"
+ id="front_background"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062-9-5);fill-opacity:1;stroke:none;display:inline"
+ d="m 4,1041.3622 0,8 -2,0 0,-10 z"
+ id="left_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 4,1041.3622 10,0 0,-2 -12,0 z"
+ id="front_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:#355883;stroke-width:1.63251543;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 4,1047.3622 2,-6"
+ id="path10612"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#355883;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 10.5,1040.8558 0,4.0064"
+ id="path11386"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#355883;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 8.765178,1043.8606 3.469644,-2.0032"
+ id="path11386-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#355883;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 8.765178,1041.8574 3.469644,2.0032"
+ id="path11386-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/commit.svg b/icons/org.eclipse.egit.ui/icons/elcl16/commit.svg
new file mode 100644
index 0000000000..8b98322d03
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/commit.svg
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="commit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3849">
+ <stop
+ style="stop-color:#000fff;stop-opacity:0.94117647;"
+ offset="0"
+ id="stop3851" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="1"
+ id="stop3853" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3833">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3835" />
+ <stop
+ id="stop3841"
+ offset="0.5"
+ style="stop-color:#808080;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3837" />
+ </linearGradient>
+ <linearGradient
+ y2="1046.8622"
+ x2="-15"
+ y1="1046.8622"
+ x1="-7"
+ gradientTransform="matrix(1,0,0,1.1111111,16,-116.81802)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9-5"
+ xlink:href="#blue_gradient_left"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="blue_gradient_left">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="blue_gradient_left_stop_0" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="blue_gradient_left_stop_1" />
+ </linearGradient>
+ <linearGradient
+ y2="1050.3622"
+ x2="-10.5"
+ y1="1042.3622"
+ x1="-10.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1-1"
+ xlink:href="#blue_gradient_top"
+ inkscape:collect="always"
+ gradientTransform="matrix(1.3333333,0,0,1,21,-5)" />
+ <linearGradient
+ id="blue_gradient_top"
+ inkscape:collect="always">
+ <stop
+ id="blue_gradient_top_stop_0"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="blue_gradient_top_stop_1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3833"
+ id="linearGradient3839"
+ x1="6.5"
+ y1="8"
+ x2="9.5"
+ y2="8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1036.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3849"
+ id="radialGradient3857"
+ cx="-2"
+ cy="-1"
+ fx="-2"
+ fy="-1"
+ r="9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.7936508,0,0,2.7936508,3.5873015,1.7936508)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="-1.0060929"
+ inkscape:cy="13.44907"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1675"
+ inkscape:window-height="1062"
+ inkscape:window-x="394"
+ inkscape:window-y="35"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1039.3622 11.962507,0 0.03749,10 -11.9625066,0 z"
+ id="front_background"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062-9-5);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1039.3622 12,12 -14,0 0,-14 z"
+ id="left_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1039.3622 12,12 0,-14 -14,0 z"
+ id="front_top_shadow"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3839);stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8,1038.3622 0,12 0,0 0,0 0,0"
+ id="path3063"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3857);fill-opacity:1;stroke:#000000;stroke-width:2.28571415000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path3847"
+ sodipodi:cx="-2"
+ sodipodi:cy="-1"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 6,-1 a 8,8 0 1 1 -16,0 8,8 0 1 1 16,0 z"
+ transform="matrix(0.4375,0,0,0.4375,8.875,1044.7997)" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/committer.svg b/icons/org.eclipse.egit.ui/icons/elcl16/committer.svg
new file mode 100644
index 0000000000..3b6cd4500d
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/committer.svg
@@ -0,0 +1,442 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="committer.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3973683,0,0,0.98971353,-7.7914284,7.8253845)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3078"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-5.0141131,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-5.0141129,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3084"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-5.0141129,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3087"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0017655,0,0,0.98971353,-5.01942,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-4.9601259,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3093"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,-1.0217857,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4.9782825,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter4096"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-0.25"
+ y="-0.25">
+ <feGaussianBlur
+ id="feGaussianBlur4098"
+ in="SourceAlpha"
+ stdDeviation="2"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix4100"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.2 0 " />
+ <feOffset
+ id="feOffset4102"
+ in="bluralpha"
+ dx="4"
+ dy="4"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge4104">
+ <feMergeNode
+ id="feMergeNode4106"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode4108"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3950-1"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3910-71">
+ <stop
+ id="stop3918-3"
+ offset="0"
+ style="stop-color:#9aadd0;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3942-8"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient4000-5"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3043"
+ xlink:href="#linearGradient4721-1"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.510848"
+ inkscape:cy="7.2173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.13951652,0,0,0.13951652,-45.255797,990.65454)"
+ style="display:inline;filter:url(#filter4096)"
+ id="g4004-6">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906-4"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950-1);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908-3"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942-8);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 c 0,1.9329962 -1.567003,3.4999993 -3.5,3.4999993 -1.932997,0 -3.5,-1.5670031 -3.5,-3.4999993 0,-1.9329962 1.567003,-3.4999993 3.5,-3.4999993 1.932997,0 3.5,1.5670031 3.5,3.4999993 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896-4"
+ style="fill:url(#linearGradient4000-5);fill-opacity:1;stroke:#293f78;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902-7"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#293f78;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(1.150963,0,0,1.2954986,-7.0375324,-306.68616)"
+ style="display:inline"
+ id="g3853">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.62027586;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3043);stroke-width:0.81893748;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/compactLayout.svg b/icons/org.eclipse.egit.ui/icons/elcl16/compactLayout.svg
new file mode 100644
index 0000000000..b7dcc77375
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/compactLayout.svg
@@ -0,0 +1,425 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui, compressed_folder_obj.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg25490"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="compactLayout.svg">
+ <defs
+ id="defs25492">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11290"
+ id="linearGradient8238"
+ gradientUnits="userSpaceOnUse"
+ x1="12.51806"
+ y1="1037.6146"
+ x2="12.51806"
+ y2="1044.4806" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11290">
+ <stop
+ style="stop-color:#567ead;stop-opacity:1"
+ offset="0"
+ id="stop11292" />
+ <stop
+ style="stop-color:#35679d;stop-opacity:1"
+ offset="1"
+ id="stop11294" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11290"
+ id="linearGradient25512"
+ gradientUnits="userSpaceOnUse"
+ x1="12.51806"
+ y1="1037.6146"
+ x2="12.51806"
+ y2="1044.4806" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11290"
+ id="linearGradient25520"
+ gradientUnits="userSpaceOnUse"
+ x1="12.51806"
+ y1="1037.6146"
+ x2="12.51806"
+ y2="1044.4806" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11290"
+ id="linearGradient7357"
+ gradientUnits="userSpaceOnUse"
+ x1="12.51806"
+ y1="1037.6146"
+ x2="12.51806"
+ y2="1044.4806" />
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="translate(-60.558598,1.4188)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9459"
+ xlink:href="#linearGradient3955"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.4806"
+ x2="12.51806"
+ y1="1037.6146"
+ x1="12.51806"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient25569"
+ xlink:href="#linearGradient11290"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.4806"
+ x2="12.51806"
+ y1="1037.6146"
+ x1="12.51806"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient25571"
+ xlink:href="#linearGradient11290"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-5"
+ id="linearGradient3939-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2085766,0,0,0.232496,-345.56218,1426.7078)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ id="linearGradient3967-5"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-3"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971-6"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-6"
+ id="linearGradient4933-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.21507742,0,-0.00663744,0.22631058,-390.78634,1428.174)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ id="linearGradient3973-6"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-0"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-3"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-4"
+ id="linearGradient4935-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.21507742,0,-0.00663744,0.22631058,-390.78634,1428.174)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949-4">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951-7" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953-6" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="translate(-60.558598,1.4188)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient25567-7"
+ xlink:href="#linearGradient3955-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3955-1">
+ <stop
+ id="stop3957-4"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959-2" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961-1" />
+ <stop
+ id="stop3963-4"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965-5"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="matrix(0.21507742,0,-0.00678994,0.2315102,-390.35198,1426.5542)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient26656"
+ xlink:href="#linearGradient3955-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-5"
+ id="linearGradient4318"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2085766,0,0,0.232496,-345.56218,1426.7078)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-6"
+ id="linearGradient4320"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.21507742,0,-0.00663744,0.22631058,-390.78634,1428.174)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-4"
+ id="linearGradient4322"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.21507742,0,-0.00663744,0.22631058,-390.78634,1428.174)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-1"
+ id="linearGradient4324"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.21507742,0,-0.00678994,0.2315102,-390.35198,1426.5542)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#e5e5e5"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="17.810252"
+ inkscape:cx="0.83597645"
+ inkscape:cy="3.9493177"
+ inkscape:document-units="px"
+ inkscape:current-layer="text3909-7-7-1"
+ showgrid="true"
+ inkscape:snap-global="true"
+ inkscape:window-width="2140"
+ inkscape:window-height="1051"
+ inkscape:window-x="358"
+ inkscape:window-y="304"
+ inkscape:window-maximized="0"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid26727"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata25495">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(324.0078,-599.7683)"
+ style="stroke:url(#linearGradient8238);stroke-opacity:1;display:inline"
+ id="layer1-2"
+ inkscape:label="Layer 1">
+ <g
+ id="g11331-3-1-1-7"
+ style="stroke:url(#linearGradient25569);display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-9" />
+ </g>
+ <g
+ id="g6124-3"
+ style="stroke:url(#linearGradient25571);display:inline"
+ transform="matrix(-1,0,0,1,16.12959,8.0140628)">
+ <g
+ id="text6430"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
+ transform="scale(-1,1)" />
+ <g
+ id="g6438"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ transform="scale(-1,1)">
+ <g
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#236298;fill-opacity:1;stroke:#236298;stroke-width:0.24860173;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:Sans"
+ id="layer1-9"
+ inkscape:label="Layer 1"
+ transform="matrix(1.2778996,0,0.03747938,1.2778996,-58.56426,-297.79529)">
+ <g
+ transform="translate(20,0)"
+ id="text3909-7-7-1"
+ style="font-size:11.05178356px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#236298;fill-opacity:1;stroke:#236298;stroke-width:0.24860173;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:AustralianFlyingCorpsStencil;-inkscape-font-specification:AustralianFlyingCorpsStencil">
+ <image
+ y="1507.7396"
+ x="-252.86111"
+ id="image4245"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAXVJREFU
+OI2lk00ohEEYx3/PS20uauPuKjdqS2lTlIOTJQd72iMHaXNwdHaQ5OAkLlyIs7S+tlyUK0VOSK3D
+WuvznZ3HYV9jP0OemmaeZ575z7/fNKKq/CcaS5P00qhTi05uyq8UVBVVZX28U0sjyPlpiKpytDii
+3UMdAHzkXrg9vyH3kOfVbwIUFBChd2qrylUjgDFKKNwDQCgM7eHTaqvNEfbnh7VveluqBHxj4f0J
+BMicQIMlvXvnmqKRPHCCMaHaEI1fgPcHuDkADzZWr4gvn7mmjYku4gMeKysXDMyUC4iqsjM7qLGx
+CFwfcnTZyl94BA4sPGcgm8WYlnIebTUfz/EoMigU4O0RsvlyHgqIgkowU6wDxthvBvG5PVlL9mv6
++IlYLOBhFbzgOkuwlmId+PAL3wIAiYWUJICd2UElf19h2Nlxs18p8BWOh1dyyAabnoKVoK+OgOPh
+fFsQD9RW9BVzqfUb15L9P37RxEJK6gr8JT4B/yLqHka74fYAAAAASUVORK5CYII=
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="12.525929"
+ width="12.520545"
+ transform="matrix(1,0,-0.02931629,0.99957019,0,0)" />
+ <g
+ transform="translate(-2.2693384,-3.1447204)"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.05178356px;line-height:125%;font-family:AustralianFlyingCorpsStencil;-inkscape-font-specification:AustralianFlyingCorpsStencil;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#236298;fill-opacity:1;stroke:#236298;stroke-width:0.24860173;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="g4251-0">
+ <rect
+ transform="matrix(1,0,-0.0293163,0.99957018,0,0)"
+ style="display:inline;fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4318);stroke-width:0.78270227;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13693-3-1"
+ width="3.128649"
+ height="3.8652458"
+ x="-236.03653"
+ y="1512.0454"
+ rx="0.67840141"
+ ry="0.67869169" />
+ <path
+ style="fill:url(#linearGradient4320);fill-opacity:1;stroke:url(#linearGradient4322);stroke-width:0.78253406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="m -280.61391,1512.9609 6.69618,0 c 0.31278,0 0.55681,0.2649 0.54716,0.594 l -0.12623,4.304 c -0.01,0.3291 -0.26928,0.5957 -0.582,0.594 l -6.69516,-0.035 c -0.31273,0 -0.55681,-0.2649 -0.54716,-0.594 l 0.1252,-4.2691 c 0.01,-0.3291 0.26923,-0.594 0.58201,-0.594 z"
+ id="rect13693-39"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4324);stroke-width:0.78253406;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m -280.43934,1512.9606 4.32171,0"
+ id="path13797-3"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g4251">
+ <rect
+ transform="matrix(1,0,-0.0293163,0.99957018,0,0)"
+ style="display:inline;fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939-2);stroke-width:0.78270227;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13693-3"
+ width="3.128649"
+ height="3.8652458"
+ x="-236.03653"
+ y="1512.0454"
+ rx="0.67840141"
+ ry="0.67869169" />
+ <path
+ style="fill:url(#linearGradient4933-1);fill-opacity:1;stroke:url(#linearGradient4935-8);stroke-width:0.78253406;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="m -280.61391,1512.9609 6.69618,0 c 0.31278,0 0.55681,0.2649 0.54716,0.594 l -0.12623,4.304 c -0.01,0.3291 -0.26928,0.5957 -0.582,0.594 l -6.69516,-0.035 c -0.31273,0 -0.55681,-0.2649 -0.54716,-0.594 l 0.1252,-4.2691 c 0.01,-0.3291 0.26923,-0.594 0.58201,-0.594 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient26656);stroke-width:0.78253406;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m -280.43934,1512.9606 4.32171,0"
+ id="path13797"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/compare_view.svg b/icons/org.eclipse.egit.ui/icons/elcl16/compare_view.svg
new file mode 100644
index 0000000000..4233c8963d
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/compare_view.svg
@@ -0,0 +1,270 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="compare_view.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4501">
+ <stop
+ style="stop-color:#446cbe;stop-opacity:1"
+ offset="0"
+ id="stop4503" />
+ <stop
+ style="stop-color:#446193;stop-opacity:1"
+ offset="1"
+ id="stop4505" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4428">
+ <stop
+ style="stop-color:#d0f1ff;stop-opacity:1"
+ offset="0"
+ id="stop4430" />
+ <stop
+ style="stop-color:#f1f9fe;stop-opacity:1"
+ offset="1"
+ id="stop4432" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4420">
+ <stop
+ style="stop-color:#475b82;stop-opacity:1"
+ offset="0"
+ id="stop4422" />
+ <stop
+ style="stop-color:#596f9b;stop-opacity:1"
+ offset="1"
+ id="stop4424" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4412">
+ <stop
+ style="stop-color:#6da8e5;stop-opacity:1"
+ offset="0"
+ id="stop4414" />
+ <stop
+ style="stop-color:#c5e9f2;stop-opacity:1"
+ offset="1"
+ id="stop4416" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4346">
+ <stop
+ style="stop-color:#75673b;stop-opacity:1;"
+ offset="0"
+ id="stop4348" />
+ <stop
+ style="stop-color:#9d7c2f;stop-opacity:1"
+ offset="1"
+ id="stop4350" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4346"
+ id="linearGradient4352"
+ x1="13"
+ y1="1044.3622"
+ x2="13"
+ y2="1041.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4412"
+ id="linearGradient4418"
+ x1="10"
+ y1="1038.3622"
+ x2="15"
+ y2="1038.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4420"
+ id="linearGradient4426"
+ x1="9"
+ y1="1039.3622"
+ x2="16"
+ y2="1039.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4428"
+ id="linearGradient4434"
+ x1="10"
+ y1="1040.3622"
+ x2="15"
+ y2="1043.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4428"
+ id="linearGradient4493"
+ gradientUnits="userSpaceOnUse"
+ x1="10"
+ y1="1040.3622"
+ x2="15"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4346"
+ id="linearGradient4495"
+ gradientUnits="userSpaceOnUse"
+ x1="13"
+ y1="1044.3622"
+ x2="13"
+ y2="1041.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4412"
+ id="linearGradient4497"
+ gradientUnits="userSpaceOnUse"
+ x1="10"
+ y1="1038.3622"
+ x2="15"
+ y2="1038.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4420"
+ id="linearGradient4499"
+ gradientUnits="userSpaceOnUse"
+ x1="9"
+ y1="1039.3622"
+ x2="16"
+ y2="1039.3622" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4501"
+ id="radialGradient4507"
+ cx="1.9999791"
+ cy="1039.0129"
+ fx="1.9999791"
+ fy="1039.0129"
+ r="3.5097984"
+ gradientTransform="matrix(1.2439339e-6,1.4245917,-1.7094765,1.4926914e-6,1778.1682,1036.5114)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="40.090743"
+ inkscape:cx="9.4783603"
+ inkscape:cy="7.9895547"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1391"
+ inkscape:window-x="0"
+ inkscape:window-y="1"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:snap-bbox-edge-midpoints="false"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ id="rect4186-9"
+ style="display:inline;opacity:1;fill:url(#radialGradient4507);fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1,1043.3872 0,-1.0072 3.0258837,0 0,1.0072 z m 1.0562135,-3.0084 0,-1.0072 5.9633832,0 0,1.0072 z m 3.9468134,-2.0166 1.0072572,0 0,3.0259 -1.0072572,0 z m -3.999973,1.0312 1.0072023,0 0,4.938 -1.0072023,0 z"
+ inkscape:connector-curvature="0" />
+ <image
+ y="1036.3622"
+ x="16"
+ id="image4321"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAUNJREFU
+OI2lka9LQ1EcxT/3x3NvBseGxWCwKKYJ1gmGDfwLTBbHgmEGg6Y1wWIRXJMtCgajaaBFMAnrthWj
+jMFjTtzXMN/zXfcTPfCFe7mHc8/5HiUi/Ad2FtLO3qkobdDGkJhLYozFWIPWZrxAoViVRr2sAD7T
+OdZzayykeqxmMiRSSZbTXapnN6gwQuHwQQC0tOgHnUioUS+rSQ4QEUSEfPlewrOIkN+/jO61Slaa
+bRmaWiUrUQQtLSdCaB8g6BkAlhJuzODDoMO8/aBDoVgdWUn73QPAV+JMu+vFdhBb2m+cHGyJAgbM
+7z+UApEfgb/CgtuzMR7WWGfT1xelkc4igXjPi/MpMr5xup7qwLw98nL3NHCgPax1HUwV2F25ZfO4
+OZLwfL4BlCYLvHZ8YLjn+NtMAr4abmQmAYCro+2JxHH4Ai2Tky6f2y0rAAAAAElFTkSuQmCC
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="16"
+ width="16" />
+ <g
+ id="g4436">
+ <rect
+ y="1037.8622"
+ x="9.5"
+ height="6.0000172"
+ width="6"
+ id="rect4329"
+ style="opacity:1;fill:url(#linearGradient4434);fill-opacity:1;stroke:url(#linearGradient4352);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="1037.8622"
+ x="9.5"
+ height="2.0000174"
+ width="6"
+ id="rect4410"
+ style="opacity:1;fill:url(#linearGradient4418);fill-opacity:1;stroke:url(#linearGradient4426);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <g
+ transform="translate(-8,8.0000174)"
+ style="display:inline"
+ id="g4436-7">
+ <rect
+ y="1037.8622"
+ x="9.5"
+ height="6.0000172"
+ width="6"
+ id="rect4329-9"
+ style="opacity:1;fill:url(#linearGradient4493);fill-opacity:1;stroke:url(#linearGradient4495);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ y="1037.8622"
+ x="9.5"
+ height="2.0000174"
+ width="6"
+ id="rect4410-2"
+ style="opacity:1;fill:url(#linearGradient4497);fill-opacity:1;stroke:url(#linearGradient4499);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/continue.svg b/icons/org.eclipse.egit.ui/icons/elcl16/continue.svg
new file mode 100644
index 0000000000..dcb1548549
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/continue.svg
@@ -0,0 +1,461 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, resume_co.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="continue.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient8303">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop8305" />
+ <stop
+ id="stop8313"
+ offset="0.25"
+ style="stop-color:#ffffff;stop-opacity:0.25" />
+ <stop
+ id="stop8311"
+ offset="0.77477288"
+ style="stop-color:#ffffff;stop-opacity:0.251" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop8307" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8198">
+ <stop
+ style="stop-color:#f8e088;stop-opacity:1"
+ offset="0"
+ id="stop8200" />
+ <stop
+ id="stop8206"
+ offset="0.5"
+ style="stop-color:#f8d880;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8f0b0;stop-opacity:1"
+ offset="1"
+ id="stop8202" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8190">
+ <stop
+ style="stop-color:#a07818;stop-opacity:1;"
+ offset="0"
+ id="stop8192" />
+ <stop
+ style="stop-color:#b89828;stop-opacity:1"
+ offset="1"
+ id="stop8194" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8180">
+ <stop
+ style="stop-color:#36825e;stop-opacity:1"
+ offset="0"
+ id="stop8182" />
+ <stop
+ style="stop-color:#257550;stop-opacity:1"
+ offset="1"
+ id="stop8184" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8164">
+ <stop
+ style="stop-color:#accf8e;stop-opacity:1;"
+ offset="0"
+ id="stop8166" />
+ <stop
+ id="stop8176"
+ offset="0.29019928"
+ style="stop-color:#93c586;stop-opacity:1" />
+ <stop
+ id="stop8174"
+ offset="0.4292171"
+ style="stop-color:#58ab71;stop-opacity:1" />
+ <stop
+ id="stop8172"
+ offset="0.57545984"
+ style="stop-color:#4da766;stop-opacity:1" />
+ <stop
+ style="stop-color:#61af61;stop-opacity:1"
+ offset="0.70769268"
+ id="stop8178" />
+ <stop
+ style="stop-color:#78ba5e;stop-opacity:1"
+ offset="1"
+ id="stop8168" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8164"
+ id="linearGradient8170"
+ x1="20.303318"
+ y1="1056.0222"
+ x2="20.303318"
+ y2="1065.103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.40377946,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8180"
+ id="linearGradient8186"
+ x1="21.469872"
+ y1="1054.8516"
+ x2="21.469872"
+ y2="1066.1039"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8190"
+ id="linearGradient8196"
+ x1="5.7773919"
+ y1="1066.6444"
+ x2="5.7773919"
+ y2="1054.3945"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8198"
+ id="linearGradient8204"
+ x1="7.2620707"
+ y1="1063.8496"
+ x2="7.2620707"
+ y2="1057.5649"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8190-8">
+ <stop
+ style="stop-color:#a07818;stop-opacity:1;"
+ offset="0"
+ id="stop8192-2" />
+ <stop
+ style="stop-color:#b89828;stop-opacity:1"
+ offset="1"
+ id="stop8194-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.7525652,1.92e-5)"
+ y2="1054.3945"
+ x2="5.7773919"
+ y1="1066.6444"
+ x1="5.7773919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8230"
+ xlink:href="#linearGradient8190-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8303"
+ id="linearGradient8309"
+ x1="5.9487009"
+ y1="1055.4524"
+ x2="5.9487009"
+ y2="1065.5316"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)" />
+ <filter
+ inkscape:collect="always"
+ id="filter8319"
+ x="-0.23011701"
+ width="1.460234"
+ y="-0.081161905"
+ height="1.1623238">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.32163811"
+ id="feGaussianBlur8321" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8198"
+ id="linearGradient3127"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)"
+ x1="7.2620707"
+ y1="1063.8496"
+ x2="7.2620707"
+ y2="1057.5649" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8190"
+ id="linearGradient3129"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)"
+ x1="5.7773919"
+ y1="1066.6444"
+ x2="5.7773919"
+ y2="1054.3945" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8303"
+ id="linearGradient3131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)"
+ x1="5.9487009"
+ y1="1055.4524"
+ x2="5.9487009"
+ y2="1065.5316" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8190-8"
+ id="linearGradient3133"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,1.92e-5)"
+ x1="5.7773919"
+ y1="1066.6444"
+ x2="5.7773919"
+ y2="1054.3945" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8198-5"
+ id="linearGradient3127-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)"
+ x1="7.2620707"
+ y1="1063.8496"
+ x2="7.2620707"
+ y2="1057.5649" />
+ <linearGradient
+ id="linearGradient8198-5">
+ <stop
+ style="stop-color:#f8e088;stop-opacity:1"
+ offset="0"
+ id="stop8200-8" />
+ <stop
+ id="stop8206-3"
+ offset="0.5"
+ style="stop-color:#f8d880;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8f0b0;stop-opacity:1"
+ offset="1"
+ id="stop8202-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8190-2"
+ id="linearGradient3129-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)"
+ x1="5.7773919"
+ y1="1066.6444"
+ x2="5.7773919"
+ y2="1054.3945" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8190-2">
+ <stop
+ style="stop-color:#a07818;stop-opacity:1;"
+ offset="0"
+ id="stop8192-25" />
+ <stop
+ style="stop-color:#b89828;stop-opacity:1"
+ offset="1"
+ id="stop8194-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8303-7"
+ id="linearGradient3131-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)"
+ x1="5.9487009"
+ y1="1055.4524"
+ x2="5.9487009"
+ y2="1065.5316" />
+ <linearGradient
+ id="linearGradient8303-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop8305-1" />
+ <stop
+ id="stop8313-5"
+ offset="0.25"
+ style="stop-color:#ffffff;stop-opacity:0.25" />
+ <stop
+ id="stop8311-2"
+ offset="0.77477288"
+ style="stop-color:#ffffff;stop-opacity:0.251" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop8307-1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter8319-1"
+ x="-0.23011701"
+ width="1.460234"
+ y="-0.081161901"
+ height="1.1623238">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.32163811"
+ id="feGaussianBlur8321-0" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8190-8-8"
+ id="linearGradient3133-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,1.92e-5)"
+ x1="5.7773919"
+ y1="1066.6444"
+ x2="5.7773919"
+ y2="1054.3945" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8190-8-8">
+ <stop
+ style="stop-color:#a07818;stop-opacity:1;"
+ offset="0"
+ id="stop8192-2-7" />
+ <stop
+ style="stop-color:#b89828;stop-opacity:1"
+ offset="1"
+ id="stop8194-7-6" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="-0.95364973"
+ inkscape:cy="10.020779"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8159"
+ showgrid="true"
+ inkscape:window-width="1458"
+ inkscape:window-height="814"
+ inkscape:window-x="761"
+ inkscape:window-y="434"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="layer1-0"
+ inkscape:label="Layer 1"
+ transform="matrix(0.77393739,0,0,0.77393739,-0.808785,233.54106)">
+ <g
+ transform="translate(-8.2201167,-12.904699)"
+ id="g8159"
+ style="display:inline">
+ <path
+ style="fill:url(#linearGradient8170);fill-opacity:1;stroke:url(#linearGradient8186);stroke-width:1.29209423000000000;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 18.975251,1054.7517 10.78301,5.8156 -10.72051,5.8048 z"
+ id="path8117"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ <g
+ id="g3121"
+ transform="matrix(0.5,0,0,1,4.3221423,0)">
+ <rect
+ y="1054.7385"
+ x="11.178096"
+ height="11.649019"
+ width="5.2249279"
+ id="rect8188"
+ style="fill:url(#linearGradient3127);fill-opacity:1;stroke:url(#linearGradient3129);stroke-width:1.82729721;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ y="1055.8076"
+ x="12.113301"
+ height="9.5110073"
+ width="3.3545172"
+ id="rect8188-7-4"
+ style="fill:none;stroke:url(#linearGradient3131);stroke-width:1.3229779;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter8319)" />
+ <g
+ id="g3118">
+ <rect
+ style="fill:none;stroke:url(#linearGradient3133);stroke-width:1.82729721;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect8188-7"
+ width="5.2249279"
+ height="11.649019"
+ x="11.178096"
+ y="1054.7385" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="g3121-0"
+ transform="matrix(0.49999999,0,0,1,8.198425,4.858552e-4)">
+ <rect
+ y="1054.7385"
+ x="11.178096"
+ height="11.649019"
+ width="5.2249279"
+ id="rect8188-0"
+ style="fill:url(#linearGradient3127-8);fill-opacity:1;stroke:url(#linearGradient3129-6);stroke-width:1.82729721;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ y="1055.8076"
+ x="12.113301"
+ height="9.5110073"
+ width="3.3545172"
+ id="rect8188-7-4-9"
+ style="fill:none;stroke:url(#linearGradient3131-2);stroke-width:1.3229779;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter8319-1)" />
+ <g
+ id="g3118-5">
+ <rect
+ style="fill:none;stroke:url(#linearGradient3133-1);stroke-width:1.82729721;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect8188-7-6"
+ width="5.2249279"
+ height="11.649019"
+ x="11.178096"
+ y="1054.7385" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/delete.svg b/icons/org.eclipse.egit.ui/icons/elcl16/delete.svg
new file mode 100644
index 0000000000..6f325d2108
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/delete.svg
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="delete.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="x-bg-3">
+ <stop
+ style="stop-color:#df2c33;stop-opacity:1"
+ offset="0"
+ id="x-bg-stop0" />
+ <stop
+ style="stop-color:#f5817d;stop-opacity:1"
+ offset="1"
+ id="x-bg-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="x-stroke-6">
+ <stop
+ style="stop-color:#c51325;stop-opacity:1;"
+ offset="0"
+ id="x-stroke-stop0" />
+ <stop
+ style="stop-color:#ca5d49;stop-opacity:1"
+ offset="1"
+ id="x-stroke-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x-stroke-6"
+ id="x-stroke"
+ x1="8.6566515"
+ y1="1050.7386"
+ x2="8.6566515"
+ y2="1037.7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.962068e-6,-2.1458883e-5)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x-bg-3"
+ id="x-bg"
+ x1="4.7528968"
+ y1="1051.0466"
+ x2="4.7528968"
+ y2="1038.5814"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.962068e-6,-2.1458883e-5)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="31.999998"
+ inkscape:cx="6.0853136"
+ inkscape:cy="4.9180796"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1509"
+ inkscape:window-height="997"
+ inkscape:window-x="761"
+ inkscape:window-y="339"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#x-bg);fill-opacity:1;stroke:url(#x-stroke);stroke-width:0.98060334;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 13.419292,1038.6553 c -0.468185,-0.4682 -1.221974,-0.4682 -1.690135,-10e-5 l -3.1127968,3.1129 -3.1127723,-3.1128 c -0.4681138,-0.4682 -1.221974,-0.4682 -1.690134,0 l -0.8600555,0.8601 c -0.4681391,0.468 -0.4681272,1.2218 3.66e-5,1.6901 l 3.1127223,3.1128 -3.1127269,3.1127 c -0.4682099,0.4682 -0.468198,1.222 -1.34e-5,1.6902 l 0.8601016,0.8601 c 0.4681344,0.4681 1.2219244,0.4681 1.6901337,0 l 3.1127774,-3.1128 3.1344053,3.1344 c 0.468135,0.4682 1.221925,0.4682 1.690135,0 l 0.860055,-0.86 c 0.46816,-0.4682 0.463458,-1.2173 -3.7e-5,-1.6902 l -3.134406,-3.1344 3.112777,-3.1127 c 0.468181,-0.4683 0.468169,-1.2221 3.4e-5,-1.6902 z"
+ id="x"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccccccccssccsccsccss">
+ <title
+ id="title3202">x</title>
+ </path>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/expandall.svg b/icons/org.eclipse.egit.ui/icons/elcl16/expandall.svg
new file mode 100644
index 0000000000..cbf10848a6
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/expandall.svg
@@ -0,0 +1,332 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="expandall.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4989">
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:0.49019608;"
+ offset="0"
+ id="stop4991" />
+ <stop
+ id="stop4995"
+ offset="0.5"
+ style="stop-color:#c3e9ff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:0.49019608;"
+ offset="1"
+ id="stop4993" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1"
+ xlink:href="#linearGradient4994-4-7"
+ inkscape:collect="always"
+ gradientTransform="translate(18,-3)" />
+ <linearGradient
+ id="linearGradient4994-4-7"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-4"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(18,-3)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9"
+ xlink:href="#linearGradient4910-4-4"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-4"
+ id="linearGradient4889-2"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9,0,0,0.9,-17.7,103.93622)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-4">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-5" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-4-7"
+ id="linearGradient4889-2-1"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9,0,0,0.9,-15.7,105.93622)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-4-7">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-5-1" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-5-1" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="translate(20,-1)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9-5"
+ xlink:href="#linearGradient4910-4-4-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-4-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-8-7" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-8-6" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1-1"
+ xlink:href="#linearGradient4994-4-7-4"
+ inkscape:collect="always"
+ gradientTransform="translate(20,-1)" />
+ <linearGradient
+ id="linearGradient4994-4-7-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-4-2"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0-3"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="1043.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientTransform="translate(22,4)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4970"
+ xlink:href="#linearGradient4989"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4989-1">
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:0.49019608;"
+ offset="0"
+ id="stop4991-2" />
+ <stop
+ id="stop4995-3"
+ offset="0.5"
+ style="stop-color:#c3e9ff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:0.49019608;"
+ offset="1"
+ id="stop4993-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1043.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientTransform="matrix(0,1,-1,0,1053.3622,1058.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5050"
+ xlink:href="#linearGradient4989-1"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="3.9999998"
+ inkscape:cx="1.5251501"
+ inkscape:cy="27.213599"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="75"
+ inkscape:window-y="75"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8b96ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 2,1038.3622 0,11 11,0 0,-11 z m 1,1 9,0 0,9 -9,0 z"
+ id="rect3997-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4889-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 3,1039.3622 8.971875,0 0.02812,9 -8.971875,0 z"
+ id="rect3997-9-1-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5062-9);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1041.3622 0,7 -2,0 0,-9 z"
+ id="rect4853-82-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1041.3622 7,0 0,-2 -9,0 z"
+ id="rect4853-82-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8b96ab;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 4,1040.3622 0,11 11,0 0,-11 z m 1,1 9,0 0,9 -9,0 z"
+ id="rect3997-9-1-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4889-2-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 5,1041.3622 8.971875,0 0.02812,9 -8.971875,0 z"
+ id="rect3997-9-1-1-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4970);fill-opacity:1;stroke:none;display:inline"
+ d="m 8,1047.3622 5,0 c 1,0 1,-1 0,-1 l -5,0 c -1,0 -1,1 0,1 z"
+ id="rect4853-82-0-6-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5062-9-5);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1043.3622 0,7 -2,0 0,-9 z"
+ id="rect4853-82-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4975-2-1-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1043.3622 7,0 0,-2 -9,0 z"
+ id="rect4853-82-0-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient5050);fill-opacity:1;stroke:none;display:inline"
+ d="m 10,1044.3622 0,5 c 0,1 1,1 1,0 l 0,-5 c 0,-1 -1,-1 -1,0 z"
+ id="rect4853-82-0-6-8-41"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:#01467a;fill-opacity:1;stroke:none"
+ id="rect4167"
+ width="1"
+ height="7"
+ x="9"
+ y="1042.3622" />
+ <rect
+ style="fill:#01467a;fill-opacity:1;stroke:none;display:inline"
+ id="rect4167-8"
+ width="1"
+ height="7"
+ x="1045.3622"
+ y="-13"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/filter_ps.svg b/icons/org.eclipse.egit.ui/icons/elcl16/filter_ps.svg
new file mode 100644
index 0000000000..23de0aaa19
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/filter_ps.svg
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.jdt.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="filter_ps.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5103">
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="0"
+ id="stop5105" />
+ <stop
+ style="stop-color:#fce69e;stop-opacity:1"
+ offset="1"
+ id="stop5107" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878"
+ id="linearGradient4884"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878-7">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880-4" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882-0" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1026.3622)"
+ y2="13.5"
+ x2="7.9998932"
+ y1="13.5"
+ x1="0"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4901"
+ xlink:href="#linearGradient4878-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922"
+ id="linearGradient4929"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922-8">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924-8" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926-2" />
+ </linearGradient>
+ <linearGradient
+ y2="6"
+ x2="10"
+ y1="1"
+ x1="10"
+ gradientTransform="translate(0,-1053.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4946"
+ xlink:href="#linearGradient4922-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103"
+ id="linearGradient5109"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.9999996"
+ inkscape:cx="14.154198"
+ inkscape:cy="18.030652"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="275"
+ inkscape:window-y="275"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient5109);fill-opacity:1;stroke:none;display:inline"
+ d="m 5,1044.3622 0,1 7,0 0,2 2.999893,-2.5 -2.999893,-2.5 0,2 z"
+ id="path4108-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient4884);stroke:none;fill-opacity:1"
+ d="m 0,13 0,1 5,0 0,2 L 7.9998932,13.5 5,11 5,13 z"
+ id="path4108"
+ inkscape:connector-curvature="0"
+ transform="translate(0,1036.3622)"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient4901);fill-opacity:1;stroke:none;display:inline"
+ d="m 0,1039.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <rect
+ style="fill:url(#linearGradient4929);fill-opacity:1;stroke:none"
+ id="rect4920"
+ width="1"
+ height="5"
+ x="9"
+ y="1037.3622" />
+ <rect
+ style="fill:url(#linearGradient4946);fill-opacity:1;stroke:none;display:inline"
+ id="rect4920-4"
+ width="1"
+ height="5"
+ x="9"
+ y="-1052.3622"
+ transform="scale(1,-1)" />
+ <path
+ style="fill:#b57a13;fill-opacity:1;stroke:none;display:inline"
+ d="m 11,1041.3622 0,2 -5,0 -1,0 c -0.9918497,0.9918 -0.9863244,2.0137 0,3 l 1,0 5,0 0,2 c 0,0.6519 0.740915,0.6375 1.5,0 l 3.9375,-3.5 -3.9375,-3.5 c -0.760225,-0.7602 -1.5,-0.5203 -1.5,0 z m 1,1 3,2.5 -3,2.5 0,-2 -6.4375,0 c -0.2762136,-0.2099 -0.2774437,-0.7282 0,-1 l 6.4375,0 z"
+ id="path4108-1-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/filterfolder.svg b/icons/org.eclipse.egit.ui/icons/elcl16/filterfolder.svg
new file mode 100644
index 0000000000..4a856f8965
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/filterfolder.svg
@@ -0,0 +1,921 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="filterfolder.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5103">
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="0"
+ id="stop5105" />
+ <stop
+ style="stop-color:#fce69e;stop-opacity:1"
+ offset="1"
+ id="stop5107" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878"
+ id="linearGradient4884"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878-7">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880-4" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882-0" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,1026.3622)"
+ y2="13.5"
+ x2="7.9998932"
+ y1="13.5"
+ x1="0"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4901"
+ xlink:href="#linearGradient4878-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922"
+ id="linearGradient4929"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,1036.7622)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922-8">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924-8" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926-2" />
+ </linearGradient>
+ <linearGradient
+ y2="6"
+ x2="10"
+ y1="1"
+ x1="10"
+ gradientTransform="matrix(1,0,0,0.6,0,-1052.9622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4946"
+ xlink:href="#linearGradient4922-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103"
+ id="linearGradient5109"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="381.57214"
+ x2="538.83301"
+ y1="397.56107"
+ x1="537.94318"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,902.79927,1306.0023)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6107"
+ xlink:href="#linearGradient3973-7-8-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3973-7-8-2"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-4-9-2"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-0-4-1"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="381.19754"
+ x2="548.01556"
+ y1="398.98798"
+ x1="548.45923"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,902.79927,1306.0023)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6109"
+ xlink:href="#linearGradient4807-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4807-2-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4809-7-5"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop4811-50-7"
+ offset="1"
+ style="stop-color:#bc8532;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient4933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ id="linearGradient3973"
+ inkscape:collect="always">
+ <stop
+ id="stop3975"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient4935-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="translate(-60.558598,1.4188)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3094"
+ xlink:href="#linearGradient3955"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3099"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3101"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,1.4188)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,902.79927,1306.0023)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,902.79927,1306.0023)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3112"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3114"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3120"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3122"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3124"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3126"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,1.4188)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3129"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.47574397,0,0,0.66051728,-262.72861,811.83778)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3132"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3137"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39999998,0,0,0.36090224,-222.95171,921.89317)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3157"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39999998,0,0,0.36090224,-222.95171,921.89317)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3159"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3163"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.47574397,0,0,0.66051728,-262.72861,811.83778)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3165"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3167"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878"
+ id="linearGradient3180"
+ gradientUnits="userSpaceOnUse"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878-7"
+ id="linearGradient3182"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1026.3622)"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922"
+ id="linearGradient3184"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,1036.7622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922-8"
+ id="linearGradient3186"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,-1052.9622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39999998,0,0,0.36090224,-222.95171,921.89317)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3190"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3192"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3194"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.47574397,0,0,0.66051728,-262.72861,811.83778)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3196"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3198"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922-8"
+ id="linearGradient3206"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,-1052.9622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922"
+ id="linearGradient3209"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,1036.7622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878-7"
+ id="linearGradient3212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1026.3622)"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878"
+ id="linearGradient3215"
+ gradientUnits="userSpaceOnUse"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5"
+ gradientTransform="translate(0,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3217"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39999998,0,0,0.36090224,-222.95171,921.89317)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3219"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3221"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.41371053,-233.91597,903.36626)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.47574397,0,0,0.66051728,-262.72861,811.83778)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3225"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3227"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.55954523,840.02597,1280.4273)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3230"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.47462962,1356.0194,1713.0678)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3232"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.47462962,1356.0194,1713.0678)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3235"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.47574397,0,0,0.66051728,-266.82085,807.8378)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.33096775,-238.00821,930.36574)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.33096775,-238.00821,930.36574)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3243"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39999998,0,0,0.36090224,-227.04395,917.89321)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3251"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39999998,0,0,0.36090224,-227.04395,917.89321)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3253"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.33096775,-238.00821,930.36574)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3255"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4200986,0,0,0.33096775,-238.00821,930.36574)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3257"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.47574397,0,0,0.66051728,-266.82085,807.8378)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8-2"
+ id="linearGradient3259"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.47462962,1356.0194,1713.0678)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2-8"
+ id="linearGradient3261"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.39241887,0,0,0.47462962,1356.0194,1713.0678)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24"
+ inkscape:cx="7.091698"
+ inkscape:cy="0.34511215"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1890"
+ inkscape:window-height="1018"
+ inkscape:window-x="275"
+ inkscape:window-y="275"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3215);fill-opacity:1;stroke:none"
+ d="m 0,1049.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient3212);fill-opacity:1;stroke:none;display:inline"
+ d="m 0,1039.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <rect
+ style="fill:url(#linearGradient3209);fill-opacity:1;stroke:none"
+ id="rect4920"
+ width="1"
+ height="3"
+ x="9"
+ y="1037.3622" />
+ <rect
+ style="fill:url(#linearGradient3206);fill-opacity:1;stroke:none;display:inline"
+ id="rect4920-4"
+ width="1"
+ height="3"
+ x="9"
+ y="-1052.3622"
+ transform="scale(1,-1)" />
+ <g
+ id="g3245"
+ transform="matrix(0.5,0,0,0.5,17.030122,516.68108)">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3251);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="6"
+ height="6"
+ x="-17"
+ y="1050.3622"
+ rx="1.7338581"
+ ry="1.7338579" />
+ <path
+ style="fill:url(#linearGradient3253);fill-opacity:1;stroke:url(#linearGradient3255);stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m -17.957485,1054.3622 11.794482,0 c 0.6109285,0 1.1027589,0.3875 1.1027589,0.8688 l 0,3.7379 c 0,0.4813 -0.51289,0.7435 -1.1027589,0.8688 l -11.794482,2.5054 c -0.589865,0.1253 -1.102759,-0.3875 -1.102759,-0.8688 l 0,-6.2433 c 0,-0.4813 0.49183,-0.8688 1.102759,-0.8688 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3257);stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -18.092244,1054.3622 9.5594802,0"
+ id="path13797"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:url(#linearGradient3259);fill-opacity:1;stroke:url(#linearGradient3261);stroke-width:2.67632937;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-2"
+ width="11.959055"
+ height="7.1627388"
+ x="1558.6492"
+ y="1895.1929"
+ rx="1.7338578"
+ ry="1.6455764"
+ transform="matrix(1,0,-0.82954114,0.55844561,0,0)" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/filterproject.svg b/icons/org.eclipse.egit.ui/icons/elcl16/filterproject.svg
new file mode 100644
index 0000000000..c53c333e65
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/filterproject.svg
@@ -0,0 +1,324 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="filterproject.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878-7">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880-4" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922-8">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924-8" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3973"
+ inkscape:collect="always">
+ <stop
+ id="stop3975"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922-8"
+ id="linearGradient3206"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,-1052.9622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922"
+ id="linearGradient3209"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.6,0,1036.7622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878-7"
+ id="linearGradient3212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1026.3622)"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878"
+ id="linearGradient3215"
+ gradientUnits="userSpaceOnUse"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5"
+ gradientTransform="translate(0,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878-7"
+ id="linearGradient3097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.19620943,0,0,0.23731481,1462.542,1781.7468)"
+ x1="521.31897"
+ y1="379.94781"
+ x2="544.03113"
+ y2="402.58466" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3100"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.23787199,0,0,0.33025864,-116.3803,920.59998)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient3104"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2100493,0,0,0.16548388,-101.97398,981.86395)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient3106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2100493,0,0,0.16548388,-101.97398,981.86395)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3110"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.19999999,0,0,0.18045112,-96.491853,975.62768)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24"
+ inkscape:cx="-0.283302"
+ inkscape:cy="0.34511215"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1890"
+ inkscape:window-height="1018"
+ inkscape:window-x="275"
+ inkscape:window-y="275"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3215);fill-opacity:1;stroke:none"
+ d="m 0,1049.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient3212);fill-opacity:1;stroke:none;display:inline"
+ d="m 0,1039.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <rect
+ style="fill:url(#linearGradient3209);fill-opacity:1;stroke:none"
+ id="rect4920"
+ width="1"
+ height="3"
+ x="9"
+ y="1037.3622" />
+ <rect
+ style="fill:url(#linearGradient3206);fill-opacity:1;stroke:none;display:inline"
+ id="rect4920-4"
+ width="1"
+ height="3"
+ x="9"
+ y="-1052.3622"
+ transform="scale(1,-1)" />
+ <rect
+ ry="0.86692894"
+ rx="0.86692905"
+ y="1041.8622"
+ x="8.5301218"
+ height="3"
+ width="3"
+ id="rect13693-3"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3110);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="rect13693"
+ d="m 8.0513795,1043.8622 5.8972415,0 c 0.305464,0 0.551379,0.1937 0.551379,0.4344 l 0,1.8689 c 0,0.2407 -0.256445,0.3718 -0.551379,0.4344 l -5.8972415,1.2527 C 7.756447,1047.9153 7.5,1047.6589 7.5,1047.4182 l 0,-3.1216 c 0,-0.2407 0.245915,-0.4344 0.5513795,-0.4344 z"
+ style="fill:url(#linearGradient3104);fill-opacity:1;stroke:url(#linearGradient3106);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 7.984,1043.8622 4.77974,0"
+ style="fill:none;stroke:url(#linearGradient3100);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ transform="matrix(1,0,-0.82954113,0.55844562,0,0)"
+ ry="0.82278818"
+ rx="0.86692888"
+ y="1872.8093"
+ x="1563.8568"
+ height="3.5813694"
+ width="5.9795275"
+ id="rect13693-2"
+ style="fill:#03f6f3;fill-opacity:1;stroke:url(#linearGradient3097);stroke-width:1.33816468999999993;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/filterresource.svg b/icons/org.eclipse.egit.ui/icons/elcl16/filterresource.svg
new file mode 100644
index 0000000000..80435998dd
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/filterresource.svg
@@ -0,0 +1,355 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="filterresource.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4878-7">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1"
+ offset="0"
+ id="stop4880-4" />
+ <stop
+ style="stop-color:#4d5a5d;stop-opacity:1"
+ offset="1"
+ id="stop4882-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4922-8">
+ <stop
+ style="stop-color:#77849a;stop-opacity:1"
+ offset="0"
+ id="stop4924-8" />
+ <stop
+ style="stop-color:#38445d;stop-opacity:1"
+ offset="1"
+ id="stop4926-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922-8"
+ id="linearGradient3206"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4,0,-1052.7622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4922"
+ id="linearGradient3209"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4,0,1036.9622)"
+ x1="10"
+ y1="1"
+ x2="10"
+ y2="6" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878-7"
+ id="linearGradient3212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1026.3622)"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4878"
+ id="linearGradient3215"
+ gradientUnits="userSpaceOnUse"
+ x1="0"
+ y1="13.5"
+ x2="7.9998932"
+ y2="13.5"
+ gradientTransform="translate(0,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3164"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42897905,0,0,0.98971348,6.9941298,7.8048315)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3168"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42898888,0,0,0.98971348,6.9939763,7.7843045)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3171"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50086568,0,0,0.98971348,6.4903416,9.7431657)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3174"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59582026,0,0,0.61562089,5.2236389,401.30166)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3177"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60337672,0,0,0.62762308,7.5865609,388.81672)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3181"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59997958,0,0,0.61368987,5.2127431,403.30711)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24"
+ inkscape:cx="7.091698"
+ inkscape:cy="0.34511215"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1890"
+ inkscape:window-height="1018"
+ inkscape:window-x="275"
+ inkscape:window-y="275"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3215);fill-opacity:1;stroke:none"
+ d="m 0,1049.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient3212);fill-opacity:1;stroke:none;display:inline"
+ d="m 0,1039.3622 0,1 5,0 0,2 2.9998932,-2.5 -2.9998932,-2.5 0,2 z"
+ id="path4108-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <rect
+ style="fill:url(#linearGradient3209);fill-opacity:1;stroke:none"
+ id="rect4920"
+ width="1"
+ height="2"
+ x="9"
+ y="1037.3622" />
+ <rect
+ style="fill:url(#linearGradient3206);fill-opacity:1;stroke:none;display:inline"
+ id="rect4920-4"
+ width="1"
+ height="2"
+ x="9"
+ y="-1052.3622"
+ transform="scale(1,-1)" />
+ <path
+ style="fill:url(#linearGradient3181);fill-opacity:1;stroke:none;display:inline"
+ d="m 8.5110021,1040.8719 4.2056579,0 1.837171,1.8451 0,6.109 -6.0428289,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3177);fill-opacity:1;stroke:none;display:inline"
+ d="m 12.399468,1040.5664 0,2.4548 2.399918,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3174);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 8.4990292,1040.8726 4.1765048,0 1.824435,1.8509 0,6.1283 -6.0009398,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient3171);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="1.9999319"
+ height="1"
+ x="9.9999332"
+ y="1042.3622" />
+ <rect
+ style="fill:url(#linearGradient3168);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="2.9998977"
+ height="1"
+ x="9.9999332"
+ y="1044.3622" />
+ <rect
+ style="fill:url(#linearGradient3164);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="2.9998293"
+ height="1"
+ x="10"
+ y="1046.3622" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/find.svg b/icons/org.eclipse.egit.ui/icons/elcl16/find.svg
new file mode 100644
index 0000000000..404490d51c
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/find.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.equinox.p2.ui.discovery -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="find.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4177">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop4179" />
+ <stop
+ style="stop-color:#e2edf7;stop-opacity:1"
+ offset="1"
+ id="stop4181" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4167"
+ id="linearGradient4173"
+ x1="24.279608"
+ y1="1038.3673"
+ x2="22.69014"
+ y2="1045.7269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7071067,0,0,0.7071067,-0.61192312,304.5052)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4167">
+ <stop
+ style="stop-color:#6f877d;stop-opacity:1"
+ offset="0"
+ id="stop4169" />
+ <stop
+ style="stop-color:#2b66b2;stop-opacity:1"
+ offset="1"
+ id="stop4171" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4177"
+ id="radialGradient4245"
+ cx="14.311938"
+ cy="1039.2069"
+ fx="14.311938"
+ fy="1039.2069"
+ r="5.4497476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.56661844,0,0,0.7071067,6.4781913,304.5052)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="40.932365"
+ inkscape:cx="7.9971098"
+ inkscape:cy="7.9902516"
+ inkscape:document-units="px"
+ inkscape:current-layer="g4196"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1392"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="true"
+ showguides="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4242">
+ <g
+ transform="translate(-9.5563496,1.6205583)"
+ id="g3353">
+ <g
+ id="g4196">
+ <image
+ y="1034.7417"
+ x="25.556349"
+ id="image4545"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0
+U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEOSURBVHjaYvz//z8DJYCRagaA6CsPb/xf
+s/cOw8fXp8Fi/KKmDCHOKgw68hqMKJoYkbggjSB86f61//nttf8fvnr///XH72AMYoPEQHL//v1j
+gGGYHrDlMEbpjINgDe++/ULg77/AYnVzNuE0gAnmkm3nPjJwsXMw/P39j+H3Xwj+++sfWGztKdxh
+wIIu8P0PaqBysuAPRLh0sBkDw7efPxh+MbEyMPxjYGAGiv0FhdHf32A5XADuBVBoe9UcZvj+7S9Y
+M9g1P/4ylMU0M9w78Zi0aIT5GWQzSPPvR3cZWOWUGRbNymREj0YUA3CBuLTp/5ENIdkAdEMWz85i
+xAgDQgBkM0gz7fLCgBkAEGAAEK3gCltmSwUAAAAASUVORK5CYII=
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="16"
+ width="16" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4185"
+ d="m 22.198388,1047.091 0,-0.9107 -4.082341,-3.9411 -1.05718,1.0207 4.163663,4.0196 z"
+ style="fill:#574672;fill-opacity:1;fill-rule:evenodd;stroke:#5c6495;stroke-width:0.71592331;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <circle
+ r="3.4999998"
+ cy="1040.7417"
+ cx="15.55635"
+ id="path4157"
+ style="opacity:1;fill:url(#radialGradient4245);fill-opacity:1;stroke:url(#linearGradient4173);stroke-width:0.99999994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/flatLayout.svg b/icons/org.eclipse.egit.ui/icons/elcl16/flatLayout.svg
new file mode 100644
index 0000000000..8d169aea0f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/flatLayout.svg
@@ -0,0 +1,341 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.jdt.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="flatLayout.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4980"
+ inkscape:collect="always">
+ <stop
+ id="stop4982"
+ offset="0"
+ style="stop-color:#7694be;stop-opacity:1" />
+ <stop
+ id="stop4984"
+ offset="1"
+ style="stop-color:#607ead;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4974"
+ inkscape:collect="always">
+ <stop
+ id="stop4976"
+ offset="0"
+ style="stop-color:#7694be;stop-opacity:1" />
+ <stop
+ id="stop4978"
+ offset="1"
+ style="stop-color:#607ead;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962">
+ <stop
+ style="stop-color:#7694be;stop-opacity:1"
+ offset="0"
+ id="stop4964" />
+ <stop
+ style="stop-color:#607ead;stop-opacity:1"
+ offset="1"
+ id="stop4966" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4871">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4873" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4875" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871"
+ id="linearGradient4877"
+ x1="3"
+ y1="1045.8622"
+ x2="4"
+ y2="1045.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871"
+ id="linearGradient4879"
+ x1="4.4999781"
+ y1="1044.3466"
+ x2="4.4999781"
+ y2="1045.3433"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7"
+ id="linearGradient4877-1"
+ x1="3"
+ y1="1045.8622"
+ x2="4"
+ y2="1045.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4871-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4873-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4875-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7"
+ id="linearGradient4879-9"
+ x1="4.4999781"
+ y1="1044.3466"
+ x2="4.4999781"
+ y2="1045.3433"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7-1"
+ id="linearGradient4877-1-7"
+ x1="3"
+ y1="1045.8622"
+ x2="4"
+ y2="1045.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4871-7-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4873-4-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4875-0-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7-1"
+ id="linearGradient4879-9-2"
+ x1="4.4999781"
+ y1="1044.3466"
+ x2="4.4999781"
+ y2="1045.3433"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962"
+ id="linearGradient4968"
+ x1="11"
+ y1="1048.8622"
+ x2="14"
+ y2="1048.8622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3333333,0,0,1,-18.666667,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4980"
+ id="linearGradient4970"
+ x1="11"
+ y1="1044.8622"
+ x2="14"
+ y2="1044.8622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3333333,0,0,1,-18.666667,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4974"
+ id="linearGradient4972"
+ x1="7"
+ y1="1040.8622"
+ x2="14"
+ y2="1040.8622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="11.878392"
+ inkscape:cy="7.2651944"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1458"
+ inkscape:window-height="814"
+ inkscape:window-x="142"
+ inkscape:window-y="571"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4970);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1044.3622 7,0 0,1 -7,0 z"
+ id="rect4035-1-1-5-2-2-6-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4968);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1048.3622 7,0 0,1 -7,0 z"
+ id="rect4035-1-1-5-2-2-6-5-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g5029"
+ transform="matrix(0.59562329,0,0,0.59562329,1.42626,418.31576)">
+ <path
+ id="rect4035-17"
+ d="m 2.6421734,1042.6833 0,5.0367 5.0367406,0 0,-5.0367 z m 1.6789131,1.6789 1.6789135,0 0,1.6789 -1.6789135,0 z"
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ id="g4094"
+ transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
+ <rect
+ style="fill:#91a5c7;fill-opacity:1;stroke:none;display:inline"
+ id="rect4035-1-1"
+ width="3"
+ height="3.0000174"
+ x="3"
+ y="1044.3622" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4877);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 0,2 -1,0 z"
+ id="rect4035-1-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4879);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 2,0 0,-1 z"
+ id="rect4035-1-7-4-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="g5029-8"
+ transform="matrix(0.59562329,0,0,0.59562329,1.42626,422.31576)">
+ <path
+ id="rect4035-17-2"
+ d="m 2.6421734,1042.6833 0,5.0367 5.0367406,0 0,-5.0367 z m 1.6789131,1.6789 1.6789135,0 0,1.6789 -1.6789135,0 z"
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ id="g4094-4"
+ transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
+ <rect
+ style="fill:#91a5c7;fill-opacity:1;stroke:none;display:inline"
+ id="rect4035-1-1-5"
+ width="3"
+ height="3.0000174"
+ x="3"
+ y="1044.3622" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4877-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 0,2 -1,0 z"
+ id="rect4035-1-7-1-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4879-9);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 2,0 0,-1 z"
+ id="rect4035-1-7-4-5-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="g5029-8-7"
+ transform="matrix(0.59562329,0,0,0.59562329,1.42626,426.31576)">
+ <path
+ id="rect4035-17-2-6"
+ d="m 2.6421734,1042.6833 0,5.0367 5.0367406,0 0,-5.0367 z m 1.6789135,1.6912 1.6789135,0 0,1.6913 -1.6789135,0 z"
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ id="g4094-4-1"
+ transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
+ <rect
+ style="fill:#91a5c7;fill-opacity:1;stroke:none;display:inline"
+ id="rect4035-1-1-5-4"
+ width="3"
+ height="3.0000174"
+ x="3"
+ y="1044.3622" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4877-1-7);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 0,2 -1,0 z"
+ id="rect4035-1-7-1-5-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4879-9-2);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 2,0 0,-1 z"
+ id="rect4035-1-7-4-5-1-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ <path
+ style="fill:url(#linearGradient4972);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1040.3622 7,0 0,1 -7,0 z"
+ id="rect4035-1-1-5-2-2-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.svg b/icons/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.svg
new file mode 100644
index 0000000000..ec2eebd631
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.svg
@@ -0,0 +1,354 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.jdt.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="hierarchicalLayout.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4980"
+ inkscape:collect="always">
+ <stop
+ id="stop4982"
+ offset="0"
+ style="stop-color:#6c8ab7;stop-opacity:1" />
+ <stop
+ id="stop4984"
+ offset="1"
+ style="stop-color:#607ead;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4974"
+ inkscape:collect="always">
+ <stop
+ id="stop4976"
+ offset="0"
+ style="stop-color:#7694be;stop-opacity:1" />
+ <stop
+ id="stop4978"
+ offset="1"
+ style="stop-color:#607ead;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962">
+ <stop
+ style="stop-color:#6c8ab7;stop-opacity:1"
+ offset="0"
+ id="stop4964" />
+ <stop
+ style="stop-color:#607ead;stop-opacity:1"
+ offset="1"
+ id="stop4966" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4871">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4873" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4875" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871"
+ id="linearGradient4877"
+ x1="3"
+ y1="1045.8622"
+ x2="4"
+ y2="1045.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871"
+ id="linearGradient4879"
+ x1="4.4999781"
+ y1="1044.3466"
+ x2="4.4999781"
+ y2="1045.3433"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7"
+ id="linearGradient4877-1"
+ x1="3"
+ y1="1045.8622"
+ x2="4"
+ y2="1045.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4871-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4873-4" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4875-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7"
+ id="linearGradient4879-9"
+ x1="4.4999781"
+ y1="1044.3466"
+ x2="4.4999781"
+ y2="1045.3433"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7-1"
+ id="linearGradient4877-1-7"
+ x1="3"
+ y1="1045.8622"
+ x2="4"
+ y2="1045.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4871-7-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4873-4-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4875-0-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4871-7-1"
+ id="linearGradient4879-9-2"
+ x1="4.4999781"
+ y1="1044.3466"
+ x2="4.4999781"
+ y2="1045.3433"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962"
+ id="linearGradient4968"
+ x1="11"
+ y1="1048.8622"
+ x2="14"
+ y2="1048.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4980"
+ id="linearGradient4970"
+ x1="11"
+ y1="1044.8622"
+ x2="14"
+ y2="1044.8622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4974"
+ id="linearGradient4972"
+ x1="7"
+ y1="1040.8622"
+ x2="14"
+ y2="1040.8622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="12.066523"
+ inkscape:cy="7.9808044"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1458"
+ inkscape:window-height="814"
+ inkscape:window-x="25"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4970);fill-opacity:1;stroke:none;display:inline"
+ d="m 11,1044.3622 3,0 0,1 -3,0 z"
+ id="rect4035-1-1-5-2-2-6-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient4968);fill-opacity:1;stroke:none;display:inline"
+ d="m 11,1048.3622 3,0 0,1 -3,0 z"
+ id="rect4035-1-1-5-2-2-6-5-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g5029"
+ transform="matrix(0.59562329,0,0,0.59562329,1.42626,418.31576)">
+ <path
+ id="rect4035-17"
+ d="m 2.6421734,1042.6833 0,5.0367 5.0367406,0 0,-5.0367 z m 1.6789131,1.6789 1.6789135,0 0,1.6789 -1.6789135,0 z"
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ id="g4094"
+ transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
+ <rect
+ style="fill:#91a5c7;fill-opacity:1;stroke:none;display:inline"
+ id="rect4035-1-1"
+ width="3"
+ height="3.0000174"
+ x="3"
+ y="1044.3622" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4877);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 0,2 -1,0 z"
+ id="rect4035-1-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4879);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 2,0 0,-1 z"
+ id="rect4035-1-7-4-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="g5029-8"
+ transform="matrix(0.59562329,0,0,0.59562329,5.42626,422.31576)">
+ <path
+ id="rect4035-17-2"
+ d="m 2.6421734,1042.6833 0,5.0367 5.0367406,0 0,-5.0367 z m 1.6789131,1.6789 1.6789135,0 0,1.6789 -1.6789135,0 z"
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ id="g4094-4"
+ transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
+ <rect
+ style="fill:#91a5c7;fill-opacity:1;stroke:none;display:inline"
+ id="rect4035-1-1-5"
+ width="3"
+ height="3.0000174"
+ x="3"
+ y="1044.3622" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4877-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 0,2 -1,0 z"
+ id="rect4035-1-7-1-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4879-9);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 2,0 0,-1 z"
+ id="rect4035-1-7-4-5-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ id="g5029-8-7"
+ transform="matrix(0.59562329,0,0,0.59562329,5.42626,426.31576)">
+ <path
+ id="rect4035-17-2-6"
+ d="m 2.6421734,1042.6833 0,5.0367 5.0367406,0 0,-5.0367 z m 1.6789135,1.6912 1.6789135,0 0,1.6913 -1.6789135,0 z"
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ id="g4094-4-1"
+ transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
+ <rect
+ style="fill:#91a5c7;fill-opacity:1;stroke:none;display:inline"
+ id="rect4035-1-1-5-4"
+ width="3"
+ height="3.0000174"
+ x="3"
+ y="1044.3622" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4877-1-7);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 0,2 -1,0 z"
+ id="rect4035-1-7-1-5-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:url(#linearGradient4879-9-2);fill-opacity:1;stroke:none;display:inline"
+ d="m 3,1044.3622 1,1 2,0 0,-1 z"
+ id="rect4035-1-7-4-5-1-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+ <path
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ d="m 3.9999997,1042.3622 1.0000146,0 0,7 -1.0000146,0 z"
+ id="rect4035-1-1-5-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ d="m 3.9999997,1044.3622 3.0000003,0 0,1 -3.0000003,0 z"
+ id="rect4035-1-1-5-2-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#5c7aaa;fill-opacity:1;stroke:none;display:inline"
+ d="m 3.9999997,1048.3622 3.0000003,0 0,0.9999 -3.0000003,0 z"
+ id="rect4035-1-1-5-2-2-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4972);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1040.3622 7,0 0,1 -7,0 z"
+ id="rect4035-1-1-5-2-2-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/next_nav.svg b/icons/org.eclipse.egit.ui/icons/elcl16/next_nav.svg
new file mode 100644
index 0000000000..80b0a7929a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/next_nav.svg
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="next_nav.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4749">
+ <stop
+ style="stop-color:#ffffee;stop-opacity:1"
+ offset="0"
+ id="stop4751" />
+ <stop
+ style="stop-color:#fbdd83;stop-opacity:1"
+ offset="1"
+ id="stop4753" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4741">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop4743" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop4745" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4741"
+ id="linearGradient4747"
+ x1="1.0625"
+ y1="1050.0809"
+ x2="15.565599"
+ y2="1050.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,1,0,-1036.3626,1036.3626)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4749"
+ id="linearGradient4755"
+ x1="1.6861235"
+ y1="1040.7402"
+ x2="14.375154"
+ y2="1040.7402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,1,0,-1036.3626,1036.3626)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="-7.4627612"
+ inkscape:cy="10.319471"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1164"
+ inkscape:window-height="982"
+ inkscape:window-x="104"
+ inkscape:window-y="89"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3966" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4755);fill-opacity:1;stroke:url(#linearGradient4747);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 2.5,1044.8626 3,0 0,-5.7812 c 0,-0.6679 0.5509,-1.2188 1.2188,-1.2188 l 2.5625,0 c 0.6678,0 1.2187,0.5508 1.2187,1.2188 l 0,5.7812 3,0 0,1 -5.5,5.5 -5.5,-5.5 0,-1 z"
+ id="rect3968"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/prev_nav.svg b/icons/org.eclipse.egit.ui/icons/elcl16/prev_nav.svg
new file mode 100644
index 0000000000..e76c2fc983
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/prev_nav.svg
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="prev_nav.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4749">
+ <stop
+ style="stop-color:#fbdd83;stop-opacity:1"
+ offset="0"
+ id="stop4751" />
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="1"
+ id="stop4753" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4741">
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="0"
+ id="stop4743" />
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="1"
+ id="stop4745" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4741"
+ id="linearGradient4747"
+ x1="1.0625"
+ y1="1050.0809"
+ x2="15.565599"
+ y2="1050.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1,1,0,-1036.3626,1052.3618)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4749"
+ id="linearGradient4755"
+ x1="1.6861235"
+ y1="1040.7402"
+ x2="14.375154"
+ y2="1040.7402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1,1,0,-1036.3626,1052.3618)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="-4.5683281"
+ inkscape:cy="9.6786205"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1164"
+ inkscape:window-height="982"
+ inkscape:window-x="104"
+ inkscape:window-y="89"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3966" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4755);fill-opacity:1;stroke:url(#linearGradient4747);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 2.5,1043.8618 3,0 0,5.7812 c 0,0.6679 0.5509,1.2188 1.2188,1.2188 l 2.5625,0 c 0.6678,0 1.2187,-0.5508 1.2187,-1.2188 l 0,-5.7812 3,0 0,-1 -5.5,-5.5 -5.5,5.5 0,1 z"
+ id="rect3968"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/progress_stop.svg b/icons/org.eclipse.egit.ui/icons/elcl16/progress_stop.svg
new file mode 100644
index 0000000000..d74866efc3
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/progress_stop.svg
@@ -0,0 +1,4573 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="progress_stop.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4774">
+ <stop
+ style="stop-color:#c01020;stop-opacity:1"
+ offset="0"
+ id="stop4776" />
+ <stop
+ id="stop4782"
+ offset="0.5"
+ style="stop-color:#b83838;stop-opacity:1" />
+ <stop
+ style="stop-color:#c85848;stop-opacity:1"
+ offset="1"
+ id="stop4778" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4760">
+ <stop
+ id="stop4762"
+ offset="0"
+ style="stop-color:#e85050;stop-opacity:1" />
+ <stop
+ style="stop-color:#e83038;stop-opacity:1"
+ offset="0.49362174"
+ id="stop4764" />
+ <stop
+ id="stop4772"
+ offset="0.63784295"
+ style="stop-color:#e82030;stop-opacity:1" />
+ <stop
+ id="stop4766"
+ offset="1"
+ style="stop-color:#e83840;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4750">
+ <stop
+ id="stop4752"
+ offset="0"
+ style="stop-color:#f8b0a8;stop-opacity:1" />
+ <stop
+ style="stop-color:#f07878;stop-opacity:1"
+ offset="0.5"
+ id="stop4754" />
+ <stop
+ id="stop4756"
+ offset="1"
+ style="stop-color:#f8a8a8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6642">
+ <stop
+ style="stop-color:#e83038;stop-opacity:1;"
+ offset="0"
+ id="stop6644" />
+ <stop
+ style="stop-color:#af131a;stop-opacity:1;"
+ offset="1"
+ id="stop6646" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13850">
+ <stop
+ id="stop13852"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13834">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13836" />
+ <stop
+ style="stop-color:#807e66;stop-opacity:0;"
+ offset="1"
+ id="stop13838" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801" />
+ <stop
+ id="stop13809"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090" />
+ <stop
+ id="stop12096"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001" />
+ <stop
+ id="stop12007"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971" />
+ <stop
+ id="stop11979"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689" />
+ <stop
+ id="stop11695"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150" />
+ <stop
+ id="stop11152"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11128">
+ <stop
+ style="stop-color:#e4d09d;stop-opacity:1"
+ offset="0"
+ id="stop11130" />
+ <stop
+ id="stop11136"
+ offset="0.27413794"
+ style="stop-color:#f6ecb2;stop-opacity:1" />
+ <stop
+ style="stop-color:#b58a68;stop-opacity:1"
+ offset="1"
+ id="stop11132" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856">
+ <stop
+ id="stop10858"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860" />
+ <stop
+ id="stop10862"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800" />
+ <stop
+ id="stop10806"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748">
+ <stop
+ id="stop10750"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.25"
+ id="stop10752" />
+ <stop
+ style="stop-color:#f6e5a6;stop-opacity:1"
+ offset="0.5"
+ id="stop10754" />
+ <stop
+ id="stop10756"
+ offset="0.75"
+ style="stop-color:#f1cf6c;stop-opacity:1" />
+ <stop
+ id="stop10758"
+ offset="1"
+ style="stop-color:#e5b630;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450" />
+ <stop
+ id="stop10458"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442" />
+ <stop
+ id="stop10521"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10432">
+ <stop
+ id="stop10434"
+ offset="0"
+ style="stop-color:#1f4d9a;stop-opacity:1" />
+ <stop
+ style="stop-color:#4e6da1;stop-opacity:1"
+ offset="0.5"
+ id="stop10436" />
+ <stop
+ id="stop10438"
+ offset="1"
+ style="stop-color:#567ebc;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10414">
+ <stop
+ style="stop-color:#5078b9;stop-opacity:1;"
+ offset="0"
+ id="stop10416" />
+ <stop
+ id="stop10422"
+ offset="0.5"
+ style="stop-color:#6d8cbd;stop-opacity:1" />
+ <stop
+ style="stop-color:#5f88c9;stop-opacity:1"
+ offset="1"
+ id="stop10418" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10396">
+ <stop
+ style="stop-color:#1b3e79;stop-opacity:1;"
+ offset="0"
+ id="stop10398" />
+ <stop
+ id="stop10404"
+ offset="0.5"
+ style="stop-color:#728fbf;stop-opacity:1" />
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="1"
+ id="stop10400" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10157">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159" />
+ <stop
+ id="stop10165"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9914"
+ inkscape:collect="always">
+ <stop
+ id="stop9916"
+ offset="0"
+ style="stop-color:#4a6fa4;stop-opacity:1" />
+ <stop
+ id="stop9918"
+ offset="1"
+ style="stop-color:#4e86ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9908"
+ inkscape:collect="always">
+ <stop
+ id="stop9910"
+ offset="0"
+ style="stop-color:#525f72;stop-opacity:1" />
+ <stop
+ id="stop9912"
+ offset="1"
+ style="stop-color:#9e884e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9605">
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:1;"
+ offset="0"
+ id="stop9607" />
+ <stop
+ style="stop-color:#2a5bbf;stop-opacity:0;"
+ offset="1"
+ id="stop9609" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9510">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512" />
+ <stop
+ id="stop9514"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334" />
+ <stop
+ id="stop9340"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9324">
+ <stop
+ id="stop9326"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328" />
+ <stop
+ id="stop9330"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314" />
+ <stop
+ id="stop9322"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661"
+ inkscape:collect="always">
+ <stop
+ id="stop8663"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9">
+ <stop
+ id="stop7561-3-3-4-48"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1" />
+ <stop
+ id="stop7565-8-8-3-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6" />
+ <stop
+ id="stop7114-9-0-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4322" />
+ <stop
+ id="stop4324"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4326" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4331" />
+ <stop
+ id="stop4333"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4335" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8">
+ <stop
+ id="stop7561-3-3-4-48-7"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7" />
+ <stop
+ id="stop7565-8-8-3-2-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7" />
+ <stop
+ id="stop7114-9-0-1-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3256">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3258" />
+ <stop
+ id="stop3260"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3262" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3265">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3267" />
+ <stop
+ id="stop3269"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3271" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-2">
+ <stop
+ id="stop7561-3-3-4-48-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-76" />
+ <stop
+ id="stop7565-8-8-3-2-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-22">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-8" />
+ <stop
+ id="stop7114-9-0-1-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3506">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3508" />
+ <stop
+ id="stop3510"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3512" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3515">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3517" />
+ <stop
+ id="stop3519"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3521" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9" />
+ <stop
+ id="stop7114-9-0-1-4-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4133">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4135" />
+ <stop
+ id="stop4137"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4139" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4142">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4144" />
+ <stop
+ id="stop4146"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4148" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1" />
+ <stop
+ id="stop7114-9-0-1-4-6-2"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356" />
+ <stop
+ id="stop4358"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365" />
+ <stop
+ id="stop4367"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4354-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4356-1" />
+ <stop
+ id="stop4358-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4360-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4363-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop4365-6" />
+ <stop
+ id="stop4367-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4369-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-5">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-7"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-0" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692" />
+ <stop
+ id="stop5694"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701" />
+ <stop
+ id="stop5703"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-2"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-0" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-5"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-2" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-16"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5690-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5692-0" />
+ <stop
+ id="stop5694-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5696-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5699-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop5701-6" />
+ <stop
+ id="stop5703-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5705-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127" />
+ <stop
+ id="stop6129"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136" />
+ <stop
+ id="stop6138"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6125-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6127-4" />
+ <stop
+ id="stop6129-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6131-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6134-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6136-6" />
+ <stop
+ id="stop6138-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-92">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-4"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-6" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-55"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-72">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-6"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6293">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6295" />
+ <stop
+ id="stop6297"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6299" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6302">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6304" />
+ <stop
+ id="stop6306"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6308" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6321">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6323" />
+ <stop
+ id="stop6325"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6327" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6330">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6332" />
+ <stop
+ id="stop6334"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6336" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-6-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-3-3"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-2-2" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-3-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-7-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-8-5" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-4-5"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-0-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6349">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6351" />
+ <stop
+ id="stop6353"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6355" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6358">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6360" />
+ <stop
+ id="stop6362"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6364" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6940">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6942" />
+ <stop
+ id="stop6944"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6946" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6949">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop6951" />
+ <stop
+ id="stop6953"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6955" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7559-9-3-0-9-8-1-4-62-9-6-1">
+ <stop
+ id="stop7561-3-3-4-48-7-4-3-5-8-0-8"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0.502" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0.5"
+ id="stop7563-1-3-0-1-7-3-4-1-4-7-3" />
+ <stop
+ id="stop7565-8-8-3-2-0-3-0-1-8-6-8"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.49599999;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7102-3-8-5-2-2-1-0-5-3-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7104-0-1-6-7-9-1-4-9-4-8" />
+ <stop
+ id="stop7114-9-0-1-4-6-2-3-0-7-1"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7106-25-7-1-2-9-0-8-4-1-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7106">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7108" />
+ <stop
+ id="stop7110"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7112" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7115">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop7117" />
+ <stop
+ id="stop7119"
+ offset="0.5"
+ style="stop-color:#ffffff;stop-opacity:0.49803922;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7121" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7686-9"
+ id="linearGradient7692-4"
+ x1="1303.0625"
+ y1="610.34235"
+ x2="1303.0625"
+ y2="723.85583"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,-140)"
+ y2="723.85583"
+ x2="1303.0625"
+ y1="610.34235"
+ x1="1303.0625"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7755-5"
+ xlink:href="#linearGradient7686-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7686-9-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop7688-7-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop7690-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2"
+ id="linearGradient8159-0"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-9"
+ id="linearGradient8143-2"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="272.22238"
+ x2="658.34216"
+ y1="272.22238"
+ x1="616.34216"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8180-3"
+ xlink:href="#linearGradient8153-2-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-8">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-7" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0,2.6171875e-6)"
+ y2="283.2832"
+ x2="657.71722"
+ y1="283.2832"
+ x1="617.06256"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8182"
+ xlink:href="#linearGradient8137-9-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-9-5">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-4-2" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-1-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-6"
+ id="linearGradient8291-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-6">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-6" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-93">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-9" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8498"
+ id="linearGradient8504"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8498">
+ <stop
+ style="stop-color:#d9f4ff;stop-opacity:1"
+ offset="0"
+ id="stop8500" />
+ <stop
+ style="stop-color:#f9fcff;stop-opacity:1"
+ offset="1"
+ id="stop8502" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8659"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661"
+ id="linearGradient8681"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137"
+ id="linearGradient8683"
+ gradientUnits="userSpaceOnUse"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2"
+ id="linearGradient8685"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337"
+ id="linearGradient8687"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8689"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8691"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8693"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8695"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653"
+ id="linearGradient8697"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-93"
+ id="linearGradient8699"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4"
+ id="linearGradient8701"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1"
+ id="linearGradient8703"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291"
+ id="linearGradient9297"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299"
+ id="linearGradient9305"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-9"
+ id="linearGradient9338-8"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9332-9">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-5" />
+ <stop
+ id="stop9340-2"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9324-7"
+ id="linearGradient9318"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient9324-7">
+ <stop
+ id="stop9326-0"
+ offset="0"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e2ca69;stop-opacity:1"
+ offset="0.30000001"
+ id="stop9328-1" />
+ <stop
+ id="stop9330-5"
+ offset="1"
+ style="stop-color:#c07c32;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8"
+ id="linearGradient9297-1"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9291-8">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop9293-7" />
+ <stop
+ style="stop-color:#f5f6f9;stop-opacity:1"
+ offset="1"
+ id="stop9295-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1"
+ id="linearGradient9305-8"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9299-1">
+ <stop
+ style="stop-color:#929baa;stop-opacity:1"
+ offset="0"
+ id="stop9301-6" />
+ <stop
+ style="stop-color:#cac3a5;stop-opacity:1"
+ offset="1"
+ id="stop9303-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9332-6">
+ <stop
+ style="stop-color:#f5b517;stop-opacity:1"
+ offset="0"
+ id="stop9334-52" />
+ <stop
+ id="stop9340-23"
+ offset="0.33703175"
+ style="stop-color:#fcf79e;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5ae19;stop-opacity:1"
+ offset="1"
+ id="stop9336-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9312-9">
+ <stop
+ style="stop-color:#cf6c00;stop-opacity:1"
+ offset="0"
+ id="stop9314-5" />
+ <stop
+ id="stop9322-0"
+ offset="0.36339331"
+ style="stop-color:#f5db48;stop-opacity:0.24200913" />
+ <stop
+ style="stop-color:#c36000;stop-opacity:1"
+ offset="1"
+ id="stop9316-6" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ y2="472.63525"
+ x2="556.25635"
+ y1="472.63525"
+ x1="526.85181"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient9415-5"
+ xlink:href="#linearGradient9510-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9510-3">
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="0"
+ id="stop9512-4" />
+ <stop
+ id="stop9514-9"
+ offset="0.35636142"
+ style="stop-color:#e2ca69;stop-opacity:1" />
+ <stop
+ style="stop-color:#c07c32;stop-opacity:1;"
+ offset="1"
+ id="stop9516-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8661-5"
+ inkscape:collect="always">
+ <stop
+ id="stop8663-3"
+ offset="0"
+ style="stop-color:#c6e7f9;stop-opacity:1" />
+ <stop
+ id="stop8665-5"
+ offset="1"
+ style="stop-color:#f9fcff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8137-6">
+ <stop
+ style="stop-color:#326097;stop-opacity:1"
+ offset="0"
+ id="stop8139-1" />
+ <stop
+ style="stop-color:#2e73c5;stop-opacity:1"
+ offset="1"
+ id="stop8141-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-0">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-9" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-2">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-7" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2"
+ id="linearGradient8697-5"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8653-2">
+ <stop
+ style="stop-color:#676656;stop-opacity:1;"
+ offset="0"
+ id="stop8655-9" />
+ <stop
+ style="stop-color:#9e884e;stop-opacity:1"
+ offset="1"
+ id="stop8657-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8153-2-4-4">
+ <stop
+ style="stop-color:#75b1e3;stop-opacity:1;"
+ offset="0"
+ id="stop8155-7-78-0" />
+ <stop
+ style="stop-color:#c1def7;stop-opacity:1"
+ offset="1"
+ id="stop8157-7-0-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-1-3"
+ id="linearGradient8703-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,0.34375262)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8337-1-3">
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:1;"
+ offset="0"
+ id="stop8339-4-2" />
+ <stop
+ style="stop-color:#4e86ca;stop-opacity:0;"
+ offset="1"
+ id="stop8341-2-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9605"
+ id="linearGradient9962"
+ gradientUnits="userSpaceOnUse"
+ x1="213.82529"
+ y1="441.62799"
+ x2="227.09628"
+ y2="454.31174" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332-6"
+ id="linearGradient9964"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312-9"
+ id="linearGradient9966"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510-3"
+ id="linearGradient9968"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8661-5"
+ id="linearGradient9970"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="636.99469"
+ y1="277.45544"
+ x2="636.99469"
+ y2="308.57455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8137-6"
+ id="linearGradient9972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0)"
+ x1="617.06256"
+ y1="283.2832"
+ x2="657.71722"
+ y2="283.2832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-0"
+ id="linearGradient9974"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,3e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8337-2"
+ id="linearGradient9976"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375)"
+ x1="636.09375"
+ y1="275.53125"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9908"
+ id="linearGradient9978"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="306.07397"
+ x2="641.07611"
+ y2="281.43512" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8653-2"
+ id="linearGradient9980"
+ gradientUnits="userSpaceOnUse"
+ x1="641.07611"
+ y1="308.68875"
+ x2="641.07611"
+ y2="276.3064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8153-2-4-4"
+ id="linearGradient9982"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,2.6171875e-6)"
+ x1="616.34216"
+ y1="272.22238"
+ x2="658.34216"
+ y2="272.22238" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9914"
+ id="linearGradient9984"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-33.506824,0.34375262)"
+ x1="636.09375"
+ y1="279.41037"
+ x2="636.09375"
+ y2="269.33588" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9332"
+ id="linearGradient9997"
+ gradientUnits="userSpaceOnUse"
+ x1="528.36798"
+ y1="460.34375"
+ x2="555.01776"
+ y2="460.34375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9312"
+ id="linearGradient9999"
+ gradientUnits="userSpaceOnUse"
+ x1="526.4375"
+ y1="448.46484"
+ x2="556.9375"
+ y2="448.46484" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9510"
+ id="linearGradient10001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5942995e-8,2.6171875e-6)"
+ x1="526.85181"
+ y1="472.63525"
+ x2="556.25635"
+ y2="472.63525" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9291-8"
+ id="linearGradient10003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="548.41693"
+ y1="488.59351"
+ x2="548.41693"
+ y2="463.98975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9299-1"
+ id="linearGradient10005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-7.3828125e-6)"
+ x1="567.47571"
+ y1="489.69833"
+ x2="567.47571"
+ y2="463.04114" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-5"
+ id="linearGradient10163-8"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-5">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-7" />
+ <stop
+ id="stop10165-2"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-3"
+ id="linearGradient10155-1"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-3">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-0" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6"
+ id="linearGradient10155-5"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-6">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-5" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2"
+ id="linearGradient10163-2"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10157-2">
+ <stop
+ style="stop-color:#6588c1;stop-opacity:1"
+ offset="0"
+ id="stop10159-8" />
+ <stop
+ id="stop10165-3"
+ offset="0.5"
+ style="stop-color:#becce3;stop-opacity:1" />
+ <stop
+ style="stop-color:#809dcb;stop-opacity:1"
+ offset="1"
+ id="stop10161-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39"
+ id="linearGradient10155-7"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10149-39">
+ <stop
+ style="stop-color:#1d4d9d;stop-opacity:1"
+ offset="0"
+ id="stop10151-3" />
+ <stop
+ style="stop-color:#638ac8;stop-opacity:1"
+ offset="1"
+ id="stop10153-72" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10149-6-5">
+ <stop
+ style="stop-color:#1f4d9a;stop-opacity:1"
+ offset="0"
+ id="stop10151-5-7" />
+ <stop
+ id="stop10394"
+ offset="0.5"
+ style="stop-color:#b9c7df;stop-opacity:1" />
+ <stop
+ style="stop-color:#567ebc;stop-opacity:1"
+ offset="1"
+ id="stop10153-8-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-4"
+ id="linearGradient10454-7"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-4">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-4" />
+ <stop
+ id="stop10458-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-9"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-2"
+ id="linearGradient10446-9"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10440-2">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-4" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9"
+ id="linearGradient10454-9"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10448-9">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3" />
+ <stop
+ id="stop10458-8"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1"
+ id="linearGradient10446-7"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10440-1">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43" />
+ <stop
+ id="stop10521-1"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-3"
+ xlink:href="#linearGradient10448-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-7">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5" />
+ <stop
+ id="stop10458-8-0"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-1"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-9" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-3"
+ xlink:href="#linearGradient10440-1-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-0">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2" />
+ <stop
+ id="stop10521-1-2"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="511.66458"
+ x2="324.1601"
+ y1="535.52948"
+ x1="324.1601"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10546-8"
+ xlink:href="#linearGradient10448-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10448-9-6">
+ <stop
+ style="stop-color:#ecac18;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-8" />
+ <stop
+ id="stop10458-8-7"
+ offset="0.25"
+ style="stop-color:#ffe38d;stop-opacity:1" />
+ <stop
+ id="stop10456-4-7"
+ offset="0.5"
+ style="stop-color:#fdf5d2;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffeba7;stop-opacity:1"
+ offset="0.75"
+ id="stop10460-2-1" />
+ <stop
+ style="stop-color:#e5b630;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-8" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ y2="512.36218"
+ x2="334.375"
+ y1="535.36218"
+ x1="334.375"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10548-1"
+ xlink:href="#linearGradient10440-1-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10440-1-3">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-0" />
+ <stop
+ id="stop10521-1-4"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6" />
+ <stop
+ id="stop10456-4-1-5"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1"
+ offset="1"
+ id="stop10452-22-7-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10440-1-0-0">
+ <stop
+ style="stop-color:#ae7603;stop-opacity:1;"
+ offset="0"
+ id="stop10442-43-2-0" />
+ <stop
+ id="stop10521-1-2-5"
+ offset="0.5"
+ style="stop-color:#e8d8a3;stop-opacity:1" />
+ <stop
+ style="stop-color:#bb9221;stop-opacity:1"
+ offset="1"
+ id="stop10444-3-4-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0"
+ id="linearGradient10770"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-0-0"
+ id="linearGradient10772"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.875,2.6171875e-6)"
+ x1="334.375"
+ y1="529.06494"
+ x2="334.375"
+ y2="518.67365" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748"
+ id="linearGradient10774"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="324.1601"
+ y1="532.15552"
+ x2="324.1601"
+ y2="515.53949" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440-1-3"
+ id="linearGradient10776"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.4375,2.6171875e-6)"
+ x1="334.375"
+ y1="532.30212"
+ x2="334.375"
+ y2="515.73615" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448"
+ id="linearGradient10778"
+ gradientUnits="userSpaceOnUse"
+ x1="324.1601"
+ y1="535.52948"
+ x2="324.1601"
+ y2="511.66458" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10440"
+ id="linearGradient10780"
+ gradientUnits="userSpaceOnUse"
+ x1="334.375"
+ y1="535.36218"
+ x2="334.375"
+ y2="512.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10414"
+ id="linearGradient10782"
+ gradientUnits="userSpaceOnUse"
+ x1="298.34253"
+ y1="528.1048"
+ x2="298.34253"
+ y2="519.08923" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10432"
+ id="linearGradient10784"
+ gradientUnits="userSpaceOnUse"
+ x1="289.8125"
+ y1="528.73804"
+ x2="289.8125"
+ y2="519.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157"
+ id="linearGradient10786"
+ gradientUnits="userSpaceOnUse"
+ x1="306.05069"
+ y1="532.08228"
+ x2="306.05069"
+ y2="514.75818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10396"
+ id="linearGradient10788"
+ gradientUnits="userSpaceOnUse"
+ x1="302.3125"
+ y1="532.98718"
+ x2="302.3125"
+ y2="514.67456" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10157-2"
+ id="linearGradient10790"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="305"
+ y1="504.36218"
+ x2="305"
+ y2="542.73901" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-39"
+ id="linearGradient10792"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="504.44818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10149-6-5"
+ id="linearGradient10794"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.88388349,2.6171875e-6)"
+ x1="322.875"
+ y1="536.61243"
+ x2="322.875"
+ y2="511.38498" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-8"
+ id="linearGradient10804-7"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-2" />
+ <stop
+ id="stop10806-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1"
+ id="linearGradient10804-8"
+ x1="388.63736"
+ y1="478.18777"
+ x2="388.63736"
+ y2="457.95499"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient10798-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5" />
+ <stop
+ id="stop10806-6"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2" />
+ <stop
+ id="stop10806-6-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10835-2"
+ xlink:href="#linearGradient10856-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6">
+ <stop
+ id="stop10858-0"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7" />
+ <stop
+ id="stop10862-3"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8"
+ id="radialGradient11144-4"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-8">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7" />
+ <stop
+ id="stop11152-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7"
+ id="radialGradient11144-2"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)" />
+ <linearGradient
+ id="linearGradient11146-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9" />
+ <stop
+ id="stop11152-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="6.1875"
+ fy="442.57816"
+ fx="387.59717"
+ cy="442.57816"
+ cx="387.59717"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11169-6"
+ xlink:href="#linearGradient11146-8-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-8-7">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8" />
+ <stop
+ id="stop11152-8-8"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11063-6"
+ xlink:href="#linearGradient10856-6-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3">
+ <stop
+ id="stop10858-0-7"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9" />
+ <stop
+ id="stop10862-3-3"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1" />
+ <stop
+ id="stop10806-6-8-5"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-4"
+ id="radialGradient11268-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4" />
+ <stop
+ id="stop11152-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-3"
+ id="radialGradient11270-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-165.52072)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5" />
+ <stop
+ id="stop11152-8-4"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-7-5"
+ id="radialGradient11272-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-219.20821,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-7-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6" />
+ <stop
+ id="stop11152-6-7"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11146-8-7-5"
+ id="radialGradient11274-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5657869,-2.9706834e-6,2.6069523e-6,1.3740716,-208.33321,-154.64572)"
+ cx="387.59717"
+ cy="442.57816"
+ fx="387.59717"
+ fy="442.57816"
+ r="6.1875" />
+ <linearGradient
+ id="linearGradient11146-8-7-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3" />
+ <stop
+ id="stop11152-8-8-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11298-3"
+ xlink:href="#linearGradient10856-6-3-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10856-6-3-0">
+ <stop
+ id="stop10858-0-7-6"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1" />
+ <stop
+ id="stop10862-3-3-8"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient10880-5-3-4"
+ xlink:href="#linearGradient10798-1-9-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8" />
+ <stop
+ id="stop10806-6-8-5-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390"
+ xlink:href="#linearGradient10798-1-9-3-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11146-4-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-7" />
+ <stop
+ id="stop11152-9-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-4">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-5" />
+ <stop
+ id="stop11152-8-4-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-3">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-4" />
+ <stop
+ id="stop11152-6-7-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-6">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-1" />
+ <stop
+ id="stop11152-8-8-6-6"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-1">
+ <stop
+ id="stop10858-0-7-6-1"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-7" />
+ <stop
+ id="stop10862-3-3-8-4"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-0"
+ xlink:href="#linearGradient10798-1-9-3-7-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-3"
+ xlink:href="#linearGradient10798-1-9-3-7-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-6" />
+ <stop
+ id="stop10806-6-8-5-3-2-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11520-8"
+ xlink:href="#linearGradient10798-1-9-3-7-1-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5" />
+ <stop
+ id="stop10806-6-8-5-3-2-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-2"
+ id="radialGradient11685-7"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-1"
+ id="linearGradient11693-0"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-1">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-9" />
+ <stop
+ id="stop11695-3"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-8"
+ id="linearGradient11894-2"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-8">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-4" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11888-4"
+ id="linearGradient11894-5"
+ x1="342.37973"
+ y1="457.29816"
+ x2="358.60471"
+ y2="444.57022"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11888-4">
+ <stop
+ style="stop-color:#a7c8ec;stop-opacity:1"
+ offset="0"
+ id="stop11890-8" />
+ <stop
+ style="stop-color:#b4def6;stop-opacity:1"
+ offset="1"
+ id="stop11892-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3" />
+ <stop
+ id="stop11979-8"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1" />
+ <stop
+ id="stop12096-1"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9" />
+ <stop
+ id="stop12007-1"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-7"
+ id="radialGradient11685-5"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-94" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-9"
+ id="linearGradient11693-2"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-9">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-1" />
+ <stop
+ id="stop11695-2"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-8"
+ id="radialGradient11685-3"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-8"
+ id="linearGradient11693-26"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-8">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-6" />
+ <stop
+ id="stop11695-6"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-2-2">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-3-7" />
+ <stop
+ id="stop11979-8-6"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-7-6"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-6-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-2-1">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-1-8" />
+ <stop
+ id="stop12096-1-8"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-2-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-7-2">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-9-2" />
+ <stop
+ id="stop12007-1-3"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-2-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8" />
+ <stop
+ id="stop10806-6-8-5-3-2-95"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11969-9">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7" />
+ <stop
+ id="stop11979-0"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7" />
+ <stop
+ id="stop12096-6"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1" />
+ <stop
+ id="stop12007-4"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11679-3"
+ id="radialGradient11685-2"
+ cx="385.7438"
+ cy="465.42303"
+ fx="385.7438"
+ fy="465.42303"
+ r="11.849554"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11679-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.72146118"
+ offset="0"
+ id="stop11681-91" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop11683-02" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11687-2"
+ id="linearGradient11693-3"
+ x1="390.76602"
+ y1="458.54279"
+ x2="390.76602"
+ y2="478.80402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11687-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3" />
+ <stop
+ id="stop11695-9"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-9"
+ id="radialGradient12723-3"
+ cx="433.36786"
+ cy="424.34106"
+ fx="433.36786"
+ fy="424.34106"
+ r="12.027534"
+ gradientTransform="matrix(1.1614831,2.1855961e-7,-2.811228e-7,1.4939602,-69.981471,-211.63828)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-9">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-7" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12717-5">
+ <stop
+ style="stop-color:#e4f1d8;stop-opacity:1"
+ offset="0"
+ id="stop12719-6" />
+ <stop
+ style="stop-color:#8ebc7b;stop-opacity:1"
+ offset="1"
+ id="stop12721-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12717-5"
+ id="radialGradient12739-4"
+ cx="433.5452"
+ cy="420.74988"
+ fx="433.5452"
+ fy="420.74988"
+ r="12.952347"
+ gradientTransform="matrix(1,0,0,1.2797889,0,-120.61151)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12862-1"
+ id="linearGradient12904-2"
+ x1="420.88995"
+ y1="455.88452"
+ x2="440.35345"
+ y2="417.26108"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient11146-4-0">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-4-1" />
+ <stop
+ id="stop11152-9-9"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-3-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-5-2" />
+ <stop
+ id="stop11152-8-4-3"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-7-5-5">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-9-6-8" />
+ <stop
+ id="stop11152-6-7-5"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11146-8-7-5-9">
+ <stop
+ style="stop-color:#faefba;stop-opacity:1"
+ offset="0"
+ id="stop11150-7-8-3-19" />
+ <stop
+ id="stop11152-8-8-6-2"
+ offset="1"
+ style="stop-color:#9e6542;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10856-6-3-0-5">
+ <stop
+ id="stop10858-0-7-6-9"
+ offset="0"
+ style="stop-color:#7d75ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#574a96;stop-opacity:1"
+ offset="0.5"
+ id="stop10860-7-9-1-9" />
+ <stop
+ id="stop10862-3-3-8-6"
+ offset="1"
+ style="stop-color:#9f99c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient11390-9"
+ xlink:href="#linearGradient10798-1-9-3-7-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20" />
+ <stop
+ id="stop10806-6-8-5-3-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-7"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-4"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13197-3"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6" />
+ <stop
+ id="stop10806-6-8-5-3-9-24"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13468-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-9-6"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13333-0-1"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13551"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient13850-2">
+ <stop
+ id="stop13852-4"
+ offset="0"
+ style="stop-color:#807e66;stop-opacity:1;" />
+ <stop
+ id="stop13854-7"
+ offset="1"
+ style="stop-color:#ccab63;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13856-0">
+ <stop
+ style="stop-color:#807e66;stop-opacity:1;"
+ offset="0"
+ id="stop13858-8" />
+ <stop
+ style="stop-color:#ccab63;stop-opacity:1"
+ offset="1"
+ id="stop13860-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13799-7">
+ <stop
+ style="stop-color:#b9772f;stop-opacity:1"
+ offset="0"
+ id="stop13801-4" />
+ <stop
+ id="stop13809-4"
+ offset="0.15381166"
+ style="stop-color:#f2dc91;stop-opacity:1" />
+ <stop
+ id="stop13807-7"
+ offset="0.5"
+ style="stop-color:#fbdc8b;stop-opacity:1" />
+ <stop
+ style="stop-color:#e6bd7a;stop-opacity:1"
+ offset="0.75"
+ id="stop13811-8" />
+ <stop
+ style="stop-color:#ba772f;stop-opacity:1"
+ offset="1"
+ id="stop13803-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient12862-1-8">
+ <stop
+ style="stop-color:#2d493b;stop-opacity:1;"
+ offset="0"
+ id="stop12864-3-6" />
+ <stop
+ style="stop-color:#296c79;stop-opacity:1"
+ offset="1"
+ id="stop12866-4-9" />
+ </linearGradient>
+ <linearGradient
+ y2="417.26108"
+ x2="440.35345"
+ y1="455.88452"
+ x1="420.88995"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13011-8"
+ xlink:href="#linearGradient12862-1-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient11969-9-0">
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1;"
+ offset="0"
+ id="stop11971-7-1" />
+ <stop
+ id="stop11979-0-0"
+ offset="0.29546595"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ id="stop11977-6-1"
+ offset="0.57727957"
+ style="stop-color:#6f93c7;stop-opacity:0;" />
+ <stop
+ style="stop-color:#6f93c7;stop-opacity:1"
+ offset="1"
+ id="stop11973-8-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12088-7-6">
+ <stop
+ style="stop-color:#84a7d5;stop-opacity:1;"
+ offset="0"
+ id="stop12090-7-9" />
+ <stop
+ id="stop12096-6-2"
+ offset="0.5"
+ style="stop-color:#a9cded;stop-opacity:1" />
+ <stop
+ style="stop-color:#95b8e0;stop-opacity:1"
+ offset="1"
+ id="stop12092-1-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11999-9-8">
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="0"
+ id="stop12001-1-9" />
+ <stop
+ id="stop12007-4-6"
+ offset="0.5"
+ style="stop-color:#f8decd;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8b098;stop-opacity:1"
+ offset="1"
+ id="stop12003-3-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-1-2-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-5-2-6" />
+ <stop
+ id="stop10806-6-8-5-3-2-3-3-7"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-2-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11687-2-2">
+ <stop
+ style="stop-color:#bdb692;stop-opacity:1;"
+ offset="0"
+ id="stop11689-3-7" />
+ <stop
+ id="stop11695-9-8"
+ offset="0.5"
+ style="stop-color:#869097;stop-opacity:1" />
+ <stop
+ style="stop-color:#c3cace;stop-opacity:1"
+ offset="1"
+ id="stop11691-10-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13468-0-8"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-9-6-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13551-0"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-8">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5029"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-8"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-7">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-4" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-1"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5029-2"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-7-1-5-8-5"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-7-1-5-8-5">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-5-3-1-1-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-0-2-1-2-9"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-4-2-3-4-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13296-9-6-5-6-8"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-6-7-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-9">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-4"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-6" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6001-2"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-6-7-9-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-9-2">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-8-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-4-1"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-6-5" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6001-4"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-6-7-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-9-7">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-8-72" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-4-16"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-6-0" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6038-4-1"
+ xlink:href="#linearGradient10798-1-9-3-7-6-6-6-2-6-7-9-7-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-9-7-0">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-8-72-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-4-16-4"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-6-0-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-98">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-2"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-69" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-98-7">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-0-7" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-2-3"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-69-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-98-9">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-0-0" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-2-7"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-69-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-6-6-2-6-7-98-9-4">
+ <stop
+ style="stop-color:#5aad60;stop-opacity:1;"
+ offset="0"
+ id="stop10800-5-2-1-8-20-4-0-2-1-9-0-0-1" />
+ <stop
+ id="stop10806-6-8-5-3-9-2-2-7-0-4-2-7-8"
+ offset="0.5"
+ style="stop-color:#5bb26a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-6-8-5-5-6-69-6-4" />
+ </linearGradient>
+ <linearGradient
+ y2="457.95499"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient13468-0-8-4"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-0-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-9">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-8" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-3"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-9" />
+ </linearGradient>
+ <linearGradient
+ y2="462.11539"
+ x2="388.63736"
+ y1="478.18777"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3929-5"
+ xlink:href="#linearGradient10798-1-9-3-7-6-8-9-0-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-9-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#a4c589;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-9-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6642"
+ id="linearGradient6648"
+ x1="8.2203207"
+ y1="1043.3812"
+ x2="8.2203207"
+ y2="1049.0878"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientTransform="translate(0.397748,0.19882835)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4729"
+ id="linearGradient4735"
+ x1="7.5007138"
+ y1="1040.3939"
+ x2="7.5007138"
+ y2="1048.3102"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4729">
+ <stop
+ style="stop-color:#f8b0a8;stop-opacity:1"
+ offset="0"
+ id="stop4731" />
+ <stop
+ id="stop4737"
+ offset="0.5"
+ style="stop-color:#f07878;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8a8a8;stop-opacity:1"
+ offset="1"
+ id="stop4733" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6642-7"
+ id="linearGradient6648-1"
+ x1="8.2203207"
+ y1="1043.3812"
+ x2="8.2203207"
+ y2="1049.0878"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6642-7">
+ <stop
+ id="stop4758"
+ offset="0"
+ style="stop-color:#cb2129;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd1a21;stop-opacity:1;"
+ offset="0.75"
+ id="stop4770" />
+ <stop
+ style="stop-color:#af131a;stop-opacity:1;"
+ offset="1"
+ id="stop6646-0" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0.397748,0.19882835)"
+ y2="1048.1158"
+ x2="8.2203207"
+ y1="1041.1198"
+ x1="8.2203207"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4783"
+ xlink:href="#linearGradient4760"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4750"
+ id="linearGradient4748"
+ x1="18.277163"
+ y1="4.5243545"
+ x2="18.277163"
+ y2="12.6786"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-10,1036.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4774"
+ id="linearGradient4780"
+ x1="15.820688"
+ y1="1049.7999"
+ x2="15.820688"
+ y2="1039.7346"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-10,0)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="12.963467"
+ inkscape:cy="7.0594162"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1600"
+ inkscape:window-height="851"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3958" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;color:#000000;fill:url(#linearGradient4783);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4780);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans"
+ id="rect6562"
+ width="10.011972"
+ height="9.9912109"
+ x="3.4962158"
+ y="1039.864"
+ rx="1.3052979"
+ ry="1.3052979" />
+ <rect
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;color:#000000;fill:none;stroke:url(#linearGradient4735);stroke-width:1;stroke-miterlimit:4;stroke-opacity:0.69158876;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans"
+ id="rect6562-9"
+ width="8.0096645"
+ height="8.0024414"
+ x="4.4926262"
+ y="1040.8654"
+ rx="0.30935922"
+ ry="0.30935922" />
+ <rect
+ style="fill:none;stroke:url(#linearGradient4748)"
+ id="rect4740"
+ width="8.0100994"
+ height="8.0082979"
+ x="4.4903278"
+ y="1040.8599"
+ rx="0.30935922"
+ ry="0.30935922" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/refresh.svg b/icons/org.eclipse.egit.ui/icons/elcl16/refresh.svg
new file mode 100644
index 0000000000..8f95efcf9a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/refresh.svg
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="refresh.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7134">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7136" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop7138" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-5-1"
+ id="linearGradient7608-3-3"
+ gradientUnits="userSpaceOnUse"
+ x1="22.519354"
+ y1="1042.0283"
+ x2="22.519354"
+ y2="1040.7345"
+ gradientTransform="matrix(0.99178444,0,0,1.0315414,-12.743037,-32.216772)" />
+ <linearGradient
+ id="linearGradient7584-5-1">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-4-6" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-5-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7592-1-2"
+ id="linearGradient7610-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="23.551146"
+ y1="1037.3622"
+ x2="23.551146"
+ y2="1045.3622"
+ gradientTransform="matrix(0.99178444,0,0,1.0315414,-12.743037,-32.216772)" />
+ <linearGradient
+ id="linearGradient7592-1-2">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7594-6-7" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop7596-9-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-9-3-2"
+ id="linearGradient7608-9-7-1"
+ gradientUnits="userSpaceOnUse"
+ x1="22.930616"
+ y1="1039.6982"
+ x2="22.930616"
+ y2="1041.7356"
+ gradientTransform="matrix(-0.99177926,0,0,-1.0302082,28.742916,2120.5478)" />
+ <linearGradient
+ id="linearGradient7584-9-3-2">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-6-3-6" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-9-9-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7134"
+ id="linearGradient7140"
+ x1="25.363291"
+ y1="1044.7311"
+ x2="25.363291"
+ y2="1037.7311"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99177926,0,0,-1.0302082,28.742916,2120.5478)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="28.215857"
+ inkscape:cx="14.697397"
+ inkscape:cy="5.260173"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1440"
+ inkscape:window-height="852"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient7608-3-3);fill-opacity:1;stroke:url(#linearGradient7610-5-8);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 10.499999,1039.8901 0,-1.6412 c 0,0 -0.202294,-0.8663 -1.2104098,-0.045 -1.0081152,0.8205 -2.191555,2.1427 -2.3668797,2.5073 -0.1753237,0.3648 -0.8850112,0.4359 0.1231051,1.4389 1.0081152,1.0028 2.1038932,2.0514 2.1038932,2.0514 0,0 1.4207502,1.5042 1.3857342,0.091 l -0.03544,-1.4303 c 1.355178,-0.065 1.829218,0.4944 2.171441,0.8381 0.342643,0.3441 0.805824,1.0329 1.208737,1.1619 0.402912,0.1289 0.619865,-1.2586 0.619865,-1.7099 0,-0.4513 -0.173357,-1.2832 -0.712845,-2.0308 -0.291132,-0.4035 -0.998301,-0.9857 -1.51867,-1.1345 -0.520368,-0.149 -1.768528,-0.097 -1.768528,-0.097 z"
+ id="path7582"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssscscsssszcc" />
+ <path
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 9.9823225,1039.4921 0,-0.5966 c 0,0 0.1104845,-0.3757 -0.220971,-0.2431 -0.331456,0.1326 -0.972272,0.6629 -1.038563,0.7734 -0.06629,0.1105 -0.751301,0.5966 -0.596622,0.8176 0.15468,0.221 1.458408,0.066 1.458408,0.066 z"
+ id="path7602"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssscc" />
+ <path
+ style="fill:url(#linearGradient7608-9-7-1);fill-opacity:1;stroke:url(#linearGradient7140);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5.5,1049.8272 0,1.6389 c 0,0 0.202294,0.8647 1.210404,0.045 1.00811,-0.8196 2.191544,-2.14 2.366867,-2.5042 0.175323,-0.3643 1.009934,-1.1005 -0.08766,-2.0033 -0.9107945,-0.7491 -1.993923,-1.3979 -2.896768,-1.9988 C 5.7443623,1044.7729 5.5,1044.8124 5.5,1045.5025 l 0,1.3601 c -1.35517,0.065 -1.861496,-0.4867 -2.171427,-0.8409 -0.309931,-0.3541 -0.805821,-1.0307 -1.208731,-1.1595 -0.402911,-0.1287 -0.619862,1.2561 -0.619862,1.7068 0,0.4508 0.09298,1.3522 0.712841,2.0282 0.619862,0.6761 0.998296,0.9844 1.518662,1.133 0.520366,0.1488 1.768517,0.098 1.768517,0.098 z"
+ id="path7582-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssssscsssszcc" />
+ <path
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 6.0531191,1046.6909 0,-0.5966 c 0,0 -0.110485,-0.3757 0.220971,-0.2431 0.331456,0.1326 0.972272,0.6629 1.038563,0.7734 0.06629,0.1105 0.751301,0.5966 0.596622,0.8176 -0.15468,0.221 -1.458408,0.066 -1.458408,0.066 z"
+ id="path7602-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssscc" />
+ <image
+ y="1036.3622"
+ x="18"
+ id="image4250"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAXZJREFU
+OI2lUj1Iw1AQ/l5wKF1MKTaDiy7F3bEu6iS0Dh0EaREnQVoc1EVEkNDgYpbSqdBBhbpVLYhDbRYR
+3Cw42UkcSgzWgqKm9uccNCHBpBX94IN3j7vvvnfvGBHhP+B+k6RIAimS4Nipr4AiCTS5cfs3B+di
+wCzudAglUaCSaHfC3GZwtjVE08ltcJ4R2/2bdo3LgzRmRI31dNBqE/BaA5qajd7BYYTmFnCRHSUA
+GHATmN15ZIU1P4VjEXC+IIoZGQAQjkXg9QWhVZ/7zyAq19nxXhHdRhXtNiEq19mREbe6X0lEBCJC
+ORUg69ka5xM85RO8LTbOZkG30zCLyqkA6bpqE3Gj+YSPVhOhZBbWhRmPp+G2QAYYEUGRBArFVwF+
+7EeCrlZwo+QwsXzPnAQ4AJjafGBKbhdQrwBdtdEDHS+1994ODBTW/QQCCEB4aQXQ73C6f4Ko/OTY
+3fYLVuYTPOmVRdvk3ei4yodJHwHAfKbh3vkbn+0qFz9A+1qMAAAAAElFTkSuQmCC
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="16"
+ width="16" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/sha1.svg b/icons/org.eclipse.egit.ui/icons/elcl16/sha1.svg
new file mode 100644
index 0000000000..e00ce1c92a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/sha1.svg
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="sha1.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="1047.3622"
+ x2="-15"
+ y1="1047.3622"
+ x1="-12"
+ gradientTransform="matrix(1,0,0,1.1111111,17,-118.81802)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5062-9-5"
+ xlink:href="#blue_gradient_left"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="blue_gradient_left">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="blue_gradient_left_stop_0" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="blue_gradient_left_stop_1" />
+ </linearGradient>
+ <linearGradient
+ y2="1045.3622"
+ x2="-11"
+ y1="1042.3622"
+ x1="-11"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4975-2-1-1"
+ xlink:href="#blue_gradient_top"
+ inkscape:collect="always"
+ gradientTransform="matrix(1.3333333,0,0,1,22,-3)" />
+ <linearGradient
+ id="blue_gradient_top"
+ inkscape:collect="always">
+ <stop
+ id="blue_gradient_top_stop_0"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="blue_gradient_top_stop_1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="24"
+ inkscape:cx="-0.96189877"
+ inkscape:cy="7.6300717"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1675"
+ inkscape:window-height="1062"
+ inkscape:window-x="394"
+ inkscape:window-y="35"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <text
+ xml:space="preserve"
+ style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ x="-14.584077"
+ y="3.4488547"
+ id="text2999"
+ sodipodi:linespacing="125%"
+ transform="translate(0,1036.3622)"><tspan
+ sodipodi:role="line"
+ x="-14.584077"
+ y="3.4488547"
+ id="tspan3003" /></text>
+ <path
+ inkscape:connector-curvature="0"
+ id="path3809"
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:85.00000238%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#355883;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 6.4423828,1036.8016 0,1.543 c -0.4003962,-0.179 -0.7910208,-0.3141 -1.171875,-0.4053 -0.3808638,-0.091 -0.740564,-0.1367 -1.0791016,-0.1367 -0.449222,0 -0.7812529,0.062 -0.9960937,0.1856 -0.2148463,0.1237 -0.322268,0.3157 -0.3222656,0.5761 -2.4e-6,0.1953 0.071612,0.3483 0.2148437,0.459 0.1464816,0.1074 0.4101532,0.2002 0.7910157,0.2783 l 0.8007812,0.1612 c 0.8105418,0.1627 1.3867131,0.4101 1.7285156,0.7422 0.3417906,0.332 0.5126889,0.804 0.5126953,1.416 -6.4e-6,0.804 -0.239264,1.403 -0.7177734,1.7968 -0.4752657,0.3907 -1.202804,0.586 -2.1826172,0.586 -0.4622427,0 -0.9261094,-0.044 -1.3916015,-0.1319 -0.4654966,-0.088 -0.9309909,-0.2181 -1.3964844,-0.3906 l 0,-1.5869 c 0.4654935,0.2474 0.9147118,0.4346 1.3476562,0.5615 0.4361954,0.1237 0.8561168,0.1856 1.2597657,0.1856 0.4101524,0 0.7242797,-0.068 0.9423828,-0.2051 0.2180944,-0.1367 0.3271437,-0.332 0.3271484,-0.5859 -4.7e-6,-0.2279 -0.074874,-0.4037 -0.2246094,-0.5274 -0.1464886,-0.1237 -0.4410847,-0.2344 -0.883789,-0.332 L 3.2734375,1040.83 c -0.7291688,-0.1563 -1.2630224,-0.4053 -1.6015625,-0.7471 -0.3352873,-0.3418 -0.5029304,-0.8024 -0.5029297,-1.3819 -7e-7,-0.7259 0.2343741,-1.2841 0.703125,-1.6748 0.4687481,-0.3906 1.1425756,-0.5859 2.0214844,-0.5859 0.4003868,0 0.8121702,0.031 1.2353515,0.093 0.423172,0.059 0.8609971,0.1481 1.3134766,0.2685" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3811"
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:85.00000238%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#355883;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 8.5761719,1036.5721 1.8798831,0 0,2.7784 2.773437,0 0,-2.7784 1.879883,0 0,7.2901 -1.879883,0 0,-3.0908 -2.773437,0 0,3.0908 -1.8798831,0 0,-7.2901" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3813"
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:85.00000238%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#355883;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 5.7929687,1051.0341 -2.9394531,0 -0.4638672,1.3281 -1.8896484,0 2.7001953,-7.2901 2.2412109,0 2.7001954,7.2901 -1.8896485,0 -0.4589844,-1.3281 m -2.4707031,-1.3526 1.9970703,0 -0.9960937,-2.9004 -1.0009766,2.9004" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3815"
+ style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:85.00000238%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#355883;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 9.3574219,1051.0634 1.6601561,0 0,-4.712 -1.7041014,0.3516 0,-1.2793 1.6943364,-0.3516 1.787109,0 0,5.9913 1.660156,0 0,1.2988 -5.0976561,0 0,-1.2988" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/skip.svg b/icons/org.eclipse.egit.ui/icons/elcl16/skip.svg
new file mode 100644
index 0000000000..016bf8f889
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/skip.svg
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, stepover_co.svg -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="skip.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5275"
+ inkscape:collect="always">
+ <stop
+ id="stop5277"
+ offset="0"
+ style="stop-color:#fefaef;stop-opacity:1" />
+ <stop
+ id="stop5279"
+ offset="1"
+ style="stop-color:#fce5a5;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7029">
+ <stop
+ style="stop-color:#3a435f;stop-opacity:1;"
+ offset="0"
+ id="stop7031" />
+ <stop
+ style="stop-color:#5689b4;stop-opacity:1"
+ offset="1"
+ id="stop7033" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7029"
+ id="radialGradient7035"
+ cx="2"
+ cy="16"
+ fx="2"
+ fy="16"
+ r="2"
+ gradientTransform="matrix(2,0,0,1.5,3,1026.3622)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7255-7"
+ id="linearGradient7263-1"
+ x1="27.4375"
+ y1="1049.0347"
+ x2="27.4375"
+ y2="1046.4401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-14.996251,-0.94363727)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7255-7">
+ <stop
+ style="stop-color:#c28a1d;stop-opacity:1;"
+ offset="0"
+ id="stop7257-4" />
+ <stop
+ style="stop-color:#c28a1d;stop-opacity:0;"
+ offset="1"
+ id="stop7259-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7076-1">
+ <stop
+ style="stop-color:#956413;stop-opacity:1"
+ offset="0"
+ id="stop7078-7" />
+ <stop
+ style="stop-color:#c38b1d;stop-opacity:1"
+ offset="1"
+ id="stop7080-11" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5275"
+ id="linearGradient5268"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.58432111,0.58432111,0,-597.73326,3.9375)"
+ x1="1.1375329"
+ y1="1045.2078"
+ x2="12.277951"
+ y2="1045.2078" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7076-1"
+ id="linearGradient5273"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-14.996251,-1037.3058)"
+ x1="30.125"
+ y1="1049.1434"
+ x2="30.125"
+ y2="1040.6693" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32.000002"
+ inkscape:cx="9.7403858"
+ inkscape:cy="10.714549"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1164"
+ inkscape:window-height="982"
+ inkscape:window-x="104"
+ inkscape:window-y="89"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3966" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient7035);fill-opacity:1;stroke:none"
+ d="m 6,1048.3622 c -0.554,0 -1,0.446 -1,1 l 0,1 4,0 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -2,0 z"
+ id="rect6259"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5268);fill-opacity:1;stroke:url(#linearGradient5273);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 5.03125,3.53125 c -1.7874,0 -3.46875,1.78305 -3.46875,3.53125 l 0,1.71875 C 1.5625,9.17155 1.8597,9.5 2.25,9.5 l 0.53125,0 C 3.17155,9.5 3.5,9.17165 3.5,8.78125 l 0,-0.75 c 0,-2.0179 0.50225,-2.546875 2.53125,-2.546875 0.9680124,-0.035113 1.9599802,0 2.96875,0 2.017902,0 2.53125,0.486625 2.53125,2.515625 l 0,0.5 -2.25,0 0,1 L 12.5,12.71875 15.71875,9.5 l 0,-1 L 13.5,8.5 13.5,7 C 13.5,5.2126 11.716965,3.53125 9.96875,3.53125 l -3.4375,0 -0.28125,0 z"
+ transform="translate(0,1036.3622)"
+ id="rect3968"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssccscccccccssccs" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:url(#linearGradient7263-1);fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 11.816249,1042.2942 0,2.5625 a 0.29218979,0.29218979 0 0 1 -0.031,0.125 0.29218979,0.29218979 0 0 1 -0.062,0.094 0.29218979,0.29218979 0 0 1 -0.062,0.031 0.29218979,0.29218979 0 0 1 -0.125,0.031 l -1.9687003,0 0,0.5625 2.9375003,2.9375 2.9375,-2.9375 0,-0.5625 -1.9375,0 a 0.29218979,0.29218979 0 0 1 -0.062,0 0.29218979,0.29218979 0 0 1 -0.1563,-0.094 0.29218979,0.29218979 0 0 1 -0.031,-0.062 0.29218979,0.29218979 0 0 1 -0.031,-0.094 0.29218979,0.29218979 0 0 1 0,-0.031 l 0,-2.5625 -0.4687,0 0,2.5625 a 0.750075,0.750075 0 0 0 0.75,0.75 l 1.4062,0 -2.4062,2.4063 -2.4063,-2.4063 1.4375,0 a 0.750075,0.750075 0 0 0 0.75,-0.75 l 0,-2.5625 -0.4687,0 z"
+ id="rect3968-7"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/start.svg b/icons/org.eclipse.egit.ui/icons/elcl16/start.svg
new file mode 100644
index 0000000000..33348d9aa9
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/start.svg
@@ -0,0 +1,273 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, resume_co.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="start.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient8303">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop8305" />
+ <stop
+ id="stop8313"
+ offset="0.25"
+ style="stop-color:#ffffff;stop-opacity:0.25" />
+ <stop
+ id="stop8311"
+ offset="0.77477288"
+ style="stop-color:#ffffff;stop-opacity:0.251" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop8307" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8198">
+ <stop
+ style="stop-color:#f8e088;stop-opacity:1"
+ offset="0"
+ id="stop8200" />
+ <stop
+ id="stop8206"
+ offset="0.5"
+ style="stop-color:#f8d880;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8f0b0;stop-opacity:1"
+ offset="1"
+ id="stop8202" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8190">
+ <stop
+ style="stop-color:#a07818;stop-opacity:1;"
+ offset="0"
+ id="stop8192" />
+ <stop
+ style="stop-color:#b89828;stop-opacity:1"
+ offset="1"
+ id="stop8194" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8180">
+ <stop
+ style="stop-color:#36825e;stop-opacity:1"
+ offset="0"
+ id="stop8182" />
+ <stop
+ style="stop-color:#257550;stop-opacity:1"
+ offset="1"
+ id="stop8184" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8164">
+ <stop
+ style="stop-color:#accf8e;stop-opacity:1;"
+ offset="0"
+ id="stop8166" />
+ <stop
+ id="stop8176"
+ offset="0.29019928"
+ style="stop-color:#93c586;stop-opacity:1" />
+ <stop
+ id="stop8174"
+ offset="0.4292171"
+ style="stop-color:#58ab71;stop-opacity:1" />
+ <stop
+ id="stop8172"
+ offset="0.57545984"
+ style="stop-color:#4da766;stop-opacity:1" />
+ <stop
+ style="stop-color:#61af61;stop-opacity:1"
+ offset="0.70769268"
+ id="stop8178" />
+ <stop
+ style="stop-color:#78ba5e;stop-opacity:1"
+ offset="1"
+ id="stop8168" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8164"
+ id="linearGradient8170"
+ x1="20.303318"
+ y1="1056.0222"
+ x2="20.303318"
+ y2="1065.103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.40377946,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8180"
+ id="linearGradient8186"
+ x1="21.469872"
+ y1="1054.8516"
+ x2="21.469872"
+ y2="1066.1039"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8190"
+ id="linearGradient8196"
+ x1="5.7773919"
+ y1="1066.6444"
+ x2="5.7773919"
+ y2="1054.3945"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8198"
+ id="linearGradient8204"
+ x1="7.2620707"
+ y1="1063.8496"
+ x2="7.2620707"
+ y2="1057.5649"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8190-8">
+ <stop
+ style="stop-color:#a07818;stop-opacity:1;"
+ offset="0"
+ id="stop8192-2" />
+ <stop
+ style="stop-color:#b89828;stop-opacity:1"
+ offset="1"
+ id="stop8194-7" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(7.7525652,1.92e-5)"
+ y2="1054.3945"
+ x2="5.7773919"
+ y1="1066.6444"
+ x1="5.7773919"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8230"
+ xlink:href="#linearGradient8190-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8303"
+ id="linearGradient8309"
+ x1="5.9487009"
+ y1="1055.4524"
+ x2="5.9487009"
+ y2="1065.5316"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.7525652,0)" />
+ <filter
+ inkscape:collect="always"
+ id="filter8319"
+ x="-0.23011701"
+ width="1.460234"
+ y="-0.081161905"
+ height="1.1623238">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.32163811"
+ id="feGaussianBlur8321" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="0.81558817"
+ inkscape:cy="10.020779"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8159"
+ showgrid="true"
+ inkscape:window-width="1458"
+ inkscape:window-height="814"
+ inkscape:window-x="865"
+ inkscape:window-y="645"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="layer1-0"
+ inkscape:label="Layer 1"
+ transform="matrix(0.77393739,0,0,0.77393739,-0.808785,233.54106)">
+ <g
+ transform="translate(-8.2201167,-12.904699)"
+ id="g8159"
+ style="display:inline">
+ <path
+ style="fill:url(#linearGradient8170);fill-opacity:1;stroke:url(#linearGradient8186);stroke-width:1.29209423000000000;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 18.975251,1054.7517 10.78301,5.8156 -10.72051,5.8048 z"
+ id="path8117"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ <rect
+ style="fill:url(#linearGradient8204);fill-opacity:1;stroke:url(#linearGradient8196);stroke-width:1.29209423;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect8188"
+ width="5.2249279"
+ height="11.649019"
+ x="11.178096"
+ y="1054.7385" />
+ <rect
+ style="fill:none;stroke:url(#linearGradient8309);stroke-width:0.93548667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter8319)"
+ id="rect8188-7-4"
+ width="3.3545172"
+ height="9.5110073"
+ x="12.113301"
+ y="1055.8076" />
+ <rect
+ style="fill:none;stroke:url(#linearGradient8230);stroke-width:1.29209423;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect8188-7"
+ width="5.2249279"
+ height="11.649019"
+ x="11.178096"
+ y="1054.7385" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/synced.svg b/icons/org.eclipse.egit.ui/icons/elcl16/synced.svg
new file mode 100644
index 0000000000..2666faab6f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/synced.svg
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui.ide -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="synced.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1;"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#aa6f10;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5103">
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="0"
+ id="stop5105" />
+ <stop
+ style="stop-color:#fce69e;stop-opacity:1"
+ offset="1"
+ id="stop5107" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103"
+ id="linearGradient5109"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,2.9999502)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4889"
+ x1="11"
+ y1="1043.3622"
+ x2="11"
+ y2="1052.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-7"
+ id="linearGradient4889-1"
+ x1="11"
+ y1="1043.3622"
+ x2="11"
+ y2="1052.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,15.987978,-7)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-7">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1;"
+ offset="0"
+ id="stop4885-4" />
+ <stop
+ style="stop-color:#aa6f10;stop-opacity:1"
+ offset="1"
+ id="stop4887-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5103-4">
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="0"
+ id="stop5105-8" />
+ <stop
+ style="stop-color:#fce69e;stop-opacity:1"
+ offset="1"
+ id="stop5107-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1047.2684"
+ x2="11.906143"
+ y1="1042.3622"
+ x1="11.906143"
+ gradientTransform="matrix(-1,0,0,1,16.987978,-4)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4911"
+ xlink:href="#linearGradient5103-4"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="16.638127"
+ inkscape:cy="5.0891236"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="1124"
+ inkscape:window-y="592"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient5109);fill-opacity:1;stroke:none;display:inline"
+ d="m 4,1047.3622 0,1 7,0 0,3 3.999893,-3.5 -3.999893,-3.5 0,3 z"
+ id="path4108-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient4889);fill-opacity:1;stroke:none;display:inline"
+ d="m 10,1043.3622 0,3 -5,0 -1,0 c -0.99185,0.9918 -0.986324,2.0137 0,3 l 1,0 5,0 0,3 c 0,0.6519 0.740915,0.6375 1.5,0 l 4.9375,-4.5 -4.9375,-4.5 c -0.760225,-0.7602 -1.5,-0.5203 -1.5,0 z m 1,1 4,3.5 -4,3.5 0,-3 -6.4375,0 c -0.276214,-0.2099 -0.277444,-0.7282 0,-1 l 6.4375,0 z"
+ id="path4108-1-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccc" />
+ <path
+ style="fill:url(#linearGradient4911);fill-opacity:1;stroke:none;display:inline"
+ d="m 11.987978,1040.3622 0,1 -7.0000023,0 0,3 -3.99989299,-3.5 3.99989299,-3.5 0,3 z"
+ id="path4108-1-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient4889-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 5.9879757,1036.3622 0,3 5.0000023,0 1,0 c 0.99185,0.9918 0.986324,2.0137 0,3 l -1,0 -5.0000023,0 0,3 c 0,0.6519 -0.740915,0.6375 -1.5,0 l -4.93749974,-4.5 4.93749974,-4.5 c 0.760225,-0.7602 1.5,-0.5203 1.5,0 z m -1,1 -3.99999999,3.5 3.99999999,3.5 0,-3 6.4375023,0 c 0.276214,-0.2099 0.277444,-0.7282 0,-1 l -6.4375023,0 z"
+ id="path4108-1-6-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/elcl16/trash.svg b/icons/org.eclipse.egit.ui/icons/elcl16/trash.svg
new file mode 100644
index 0000000000..1815919530
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/elcl16/trash.svg
@@ -0,0 +1,183 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="trash.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient6176">
+ <stop
+ style="stop-color:#166b9b;stop-opacity:1;"
+ offset="0"
+ id="stop6178" />
+ <stop
+ style="stop-color:#169b6e;stop-opacity:1;"
+ offset="1"
+ id="stop6180" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6168">
+ <stop
+ style="stop-color:#fff891;stop-opacity:1;"
+ offset="0"
+ id="stop6170" />
+ <stop
+ style="stop-color:#4090ce;stop-opacity:1;"
+ offset="1"
+ id="stop6172" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6168"
+ id="radialGradient6174"
+ cx="10.152482"
+ cy="1045.8538"
+ fx="10.152482"
+ fy="1045.8538"
+ r="5.007806"
+ gradientTransform="matrix(-0.04400863,-1.6558063,1.1452248,-0.03043823,-1189.2275,1090.9044)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6176"
+ id="linearGradient6182"
+ x1="3.0355341"
+ y1="1045.7553"
+ x2="7.8229179"
+ y2="1037.4633"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6176"
+ id="linearGradient6198"
+ gradientUnits="userSpaceOnUse"
+ x1="19.58931"
+ y1="1048.307"
+ x2="19.58931"
+ y2="1039.0699" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6176"
+ id="linearGradient6200"
+ gradientUnits="userSpaceOnUse"
+ x1="22.736761"
+ y1="1046.0887"
+ x2="22.736761"
+ y2="1038.9832" />
+ <linearGradient
+ id="linearGradient6168-4">
+ <stop
+ style="stop-color:#fff891;stop-opacity:1;"
+ offset="0"
+ id="stop6170-0" />
+ <stop
+ style="stop-color:#4090ce;stop-opacity:1;"
+ offset="1"
+ id="stop6172-1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6168-4"
+ id="radialGradient6343"
+ cx="8.0400419"
+ cy="1038.7124"
+ fx="8.0400419"
+ fy="1038.7124"
+ r="6.0875001"
+ gradientTransform="matrix(0.96462225,1.3001557e-8,0,0.36634733,0.28444522,658.18289)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="31.999998"
+ inkscape:cx="7.5271788"
+ inkscape:cy="2.2879124"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1278"
+ inkscape:window-height="959"
+ inkscape:window-x="1053"
+ inkscape:window-y="567"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6258" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="fill:#166b9b;fill-opacity:1;stroke:none;display:inline"
+ id="rect6283"
+ width="3.8750002"
+ height="3.8750002"
+ x="6.1250005"
+ y="1036.3622" />
+ <path
+ id="path5339-5"
+ style="fill:url(#radialGradient6174);fill-opacity:1;stroke:url(#linearGradient6182);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 3.5355341,1039.4133 c 0,0 0,5.7561 0,9.5901 0,1.189 1.6351845,1.9888 2.9610099,1.9888 1.7573765,4e-4 2.1304696,0 3.0935923,0 1.3258257,0 2.9610097,-0.7998 2.9610097,-1.9887 0,-3.834 0,-9.5902 0,-9.5902"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csccsc" />
+ <g
+ id="g6194"
+ transform="translate(-13.037282,0)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5361"
+ d="m 19.531251,1051.0185 0,-11.1683"
+ style="fill:none;stroke:url(#linearGradient6198);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path5361-0"
+ d="m 22.562501,1051.0185 0,-11.1683"
+ style="fill:none;stroke:url(#linearGradient6200);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <path
+ style="fill:url(#radialGradient6343);fill-opacity:1;stroke:#166b9b;stroke-width:0.80000000999999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.5400417,1037.7906 c -0.6578751,0 -1.1875,0.5296 -1.1875,1.1875 l 0,0.6562 11.3750003,0 0,-0.6562 c 0,-0.6579 -0.529625,-1.1875 -1.1875,-1.1875 l -9.0000003,0 z"
+ id="rect6322"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/etool16/annotate.svg b/icons/org.eclipse.egit.ui/icons/etool16/annotate.svg
new file mode 100644
index 0000000000..379057016a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/etool16/annotate.svg
@@ -0,0 +1,485 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="annotate.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#c6952e;stop-opacity:1;"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#dec752;stop-opacity:0.87450981;"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#f5c454;stop-opacity:1;"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99812022,0,0,0.98971353,17.006123,1.8254019)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3100"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28600232,0,0,0.98971353,24.995968,1.8048289)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900348,0,0,0.98971353,22.993952,1.784256)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.57200462,0,0,0.98971353,19.991935,1.7636831)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50088276,0,0,0.98971353,22.49029,1.7431101)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.99306758,-1.0031466,0,1056.6738,1034.4021)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3063"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.0056621,-1.022704,0,1077.0179,1038.3404)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3066"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1053.406,1034.3839)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ <linearGradient
+ id="linearGradient3973-7-8">
+ <stop
+ id="stop3975-4-9"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-0-4"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:0.87450981;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4809-7"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop4811-50"
+ offset="1"
+ style="stop-color:#bc8532;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="381.57214"
+ x2="538.83301"
+ y1="397.56107"
+ x1="537.94318"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,855.22709,1294.2269)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3121"
+ xlink:href="#linearGradient3973-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="381.19754"
+ x2="548.01556"
+ y1="398.98798"
+ x1="548.45923"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,855.22709,1294.2269)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3123"
+ xlink:href="#linearGradient4807-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3868"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1053.406,1034.3839)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3870"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.0056621,-1.022704,0,1077.0179,1038.3404)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3872"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.99306758,-1.0031466,0,1056.6738,1034.4021)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3879"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.9861352,-2.0062932,0,2105.3496,1023.444)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3882"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2.0113242,-2.045408,0,2146.0359,1031.3185)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3885"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2,-2,0,2098.8121,1023.4055)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3903"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2,-2,0,2098.8121,1023.4055)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3905"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2.0113242,-2.045408,0,2146.0359,1031.3185)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3907"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.9861352,-2.0062932,0,2105.3496,1023.444)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3911"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.9861352,-2.0062932,0,2105.3496,1023.444)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3914"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2.0113242,-2.045408,0,2146.0359,1031.3185)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3917"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2,-2,0,2098.8121,1023.4055)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2,-2,0,2098.8121,1023.4055)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2.0113242,-2.045408,0,2146.0359,1031.3185)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.9861352,-2.0062932,0,2105.3496,1023.444)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3937"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.9930676,-1.0031466,0,1056.6753,1033.4661)"
+ x1="4.9947257"
+ y1="1052.3624"
+ x2="16.071514"
+ y2="1038.4064" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3940"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1.0056621,-1.022704,0,1077.0184,1037.4034)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3943"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,-1,0,1053.4065,1033.4469)"
+ x1="14.9783"
+ y1="1039.406"
+ x2="5.9783001"
+ y2="1051.406" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="8.729598"
+ inkscape:cy="9.7173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 1.0004736,1038.4252 14.0000004,0 0,7.5 -3.5,3.5 -10.5000004,0 z"
+ id="path3887"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8.5004736,1040.9252 0,2.5 c 0,0 -1,2 -2,3 -0.4805917,0.4806 -1.3784054,0.6527 -2,0 -0.8288539,-0.8703 -2,-3 -2,-3 l 0,-5"
+ id="path3876"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsscc" />
+ <path
+ style="fill:url(#linearGradient3943);fill-opacity:1;stroke:none;display:inline"
+ d="m 14.000474,1039.4252 0.502125,6.5287 -3.0066,3.062 -9.4955254,-0.5907 0,-9 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3940);fill-opacity:1;stroke:none;display:inline"
+ d="m 15.000399,1045.4252 -4,0 0,4 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3937);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 14.502374,1038.9252 0,6.9611 -3.016,3.0409 -9.9859004,0 0,-10.002 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.5004736,1040.9252 0,2 1,1.5 1,-1.5 0,-4.5 c -1.5,-0.5 -2.5,-0.5 -4,0"
+ id="path3874"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/etool16/createRepository.svg b/icons/org.eclipse.egit.ui/icons/etool16/createRepository.svg
new file mode 100644
index 0000000000..5f2cc6146e
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/etool16/createRepository.svg
@@ -0,0 +1,323 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="createRepository.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3906">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3908" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3910" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3901">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3893">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3959"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)" />
+ <linearGradient
+ id="linearGradient4029-5">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-5" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3906"
+ id="radialGradient3912"
+ cx="11"
+ cy="4.0714283"
+ fx="11"
+ fy="4.0714283"
+ r="3"
+ gradientTransform="matrix(1.3333333,1.7630953e-7,-2.6446429e-7,1.9999999,-3.6666656,-4.1428585)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-10.234375"
+ inkscape:cy="9.2028843"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.1486919,0,0,1.1789783,-6.0147594,-186.67433)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.65650207;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.86676627;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ id="g3036"
+ transform="translate(-2,0)">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient4090);fill-opacity:1;stroke:url(#linearGradient4092);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:url(#radialGradient3912);fill-opacity:1;stroke:none"
+ d="M 13,2 10,2 C 10,2 10,1 9,1 l -1,1 0,3 1,1 1,0 0,-1 1,0 0,1.5 0.5,0.5 -1.5,0 1,1 2,0 z"
+ id="path3136"
+ inkscape:connector-curvature="0"
+ transform="translate(0,1036.3622)"
+ sodipodi:nodetypes="ccccccccccccccc" />
+ <g
+ style="display:inline"
+ id="g3969"
+ transform="translate(37,-16)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3165"
+ d="m -25.5,1052.8622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z"
+ style="fill:url(#linearGradient3959);fill-opacity:1;stroke:#ac7e1e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3961"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3963"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3965"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3967"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.svg b/icons/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.svg
new file mode 100644
index 0000000000..9bf51b611b
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.svg
@@ -0,0 +1,708 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="newconnect_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4599">
+ <stop
+ id="stop4601"
+ offset="0"
+ style="stop-color:#8a6b1a;stop-opacity:1;" />
+ <stop
+ id="stop4603"
+ offset="1"
+ style="stop-color:#c48f20;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4476">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4478" />
+ <stop
+ style="stop-color:#0d5c9a;stop-opacity:1;"
+ offset="1"
+ id="stop4480" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7" />
+ <stop
+ id="stop4609"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605" />
+ <stop
+ id="stop4607"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8-2">
+ <stop
+ id="stop10750-5-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.33333385"
+ id="stop10752-8-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop10754-8-48" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient4090-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ id="linearGradient3901-0">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient4092-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ id="linearGradient3893-0">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895-7" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient4448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3338667,0,0,0.87752441,-915.77508,-69.516327)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient4464"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.85685369,0,0,1.1541848,225.17522,-214.49447)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4476"
+ id="linearGradient4482"
+ x1="11"
+ y1="10.000001"
+ x2="15"
+ y2="14.000001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,460.56048,345.53547)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient4597"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80000001,0,0,0.80000001,-94.62075,80.933651)" />
+ <linearGradient
+ id="linearGradient10448-9-7-0-5-9">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-0" />
+ <stop
+ id="stop4609-3"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3-7"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605-6" />
+ <stop
+ id="stop4607-3"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="matrix(0.85685369,0,0,1.1541848,192.92103,-214.49446)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4630"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3959"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)" />
+ <linearGradient
+ id="linearGradient4029-5">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-5" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3906">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3908" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3910" />
+ </linearGradient>
+ <radialGradient
+ r="3"
+ fy="4.0714283"
+ fx="11"
+ cy="4.0714283"
+ cx="11"
+ gradientTransform="matrix(4.7784067,6.31859e-7,-9.4778848e-7,7.1676099,451.00368,330.68827)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3043"
+ xlink:href="#linearGradient3906"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient3094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.85685369,0,0,1.1541848,225.17522,-214.49447)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient3096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3338667,0,0,0.87752441,-915.77508,-69.516327)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient3098"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80000001,0,0,0.80000001,-94.62075,80.933651)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient3100"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient3102"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient3104"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.85685369,0,0,1.1541848,192.92103,-214.49446)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3906"
+ id="radialGradient3106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.7784067,6.31859e-7,-9.4778848e-7,7.1676099,451.00368,330.68827)"
+ cx="11"
+ cy="4.0714283"
+ fx="11"
+ fy="4.0714283"
+ r="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3108"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3906"
+ id="radialGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(9.5568134,1.263718e-6,-1.895577e-6,14.33522,405.60881,287.17053)"
+ cx="11"
+ cy="4.0714283"
+ fx="11"
+ fy="4.0714283"
+ r="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient3120"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7137074,0,0,2.3083696,-110.55649,-803.19493)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient3128"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6677334,0,0,1.7550488,-1335.1516,-513.23866)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient3130"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6,0,0,1.6,307.15705,-212.33871)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient3134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7137074,0,0,2.3083696,-46.04811,-803.19495)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient3154"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7137074,0,0,2.3083696,-46.04811,-803.19495)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient3156"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6677334,0,0,1.7550488,-1335.1516,-513.23866)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient3158"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6,0,0,1.6,307.15705,-212.33871)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient3160"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient3162"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient3164"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7137074,0,0,2.3083696,-110.55649,-803.19493)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3906"
+ id="radialGradient3166"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(9.5568134,1.263718e-6,-1.895577e-6,14.33522,405.60881,287.17053)"
+ cx="11"
+ cy="4.0714283"
+ fx="11"
+ fy="4.0714283"
+ r="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3168"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3906"
+ id="radialGradient3177"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.7784067,6.31859e-7,-9.477885e-7,7.16761,451.00369,330.68826)"
+ cx="11"
+ cy="4.0714283"
+ fx="11"
+ fy="4.0714283"
+ r="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient3180"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8568537,0,0,1.1541848,192.92104,-210.91066)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient3188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3338667,0,0,0.8775244,-915.77509,-65.932534)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient3190"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8,0,0,0.8,-94.620765,84.517441)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient3194"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8568537,0,0,1.1541848,225.17523,-210.91067)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient3196"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient3198"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="-0.88747858"
+ inkscape:cy="4.8521709"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1865"
+ inkscape:window-height="1180"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ ry="0"
+ rx="0"
+ y="388.54114"
+ x="496.3985"
+ height="10.751415"
+ width="14.33522"
+ id="rect10007-0-74-2-7-6"
+ style="fill:url(#linearGradient3194);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4313-5-1"
+ d="m 496.3778,399.2925 -7.14684,0.10776 0.0208,3.47604 7.14683,-0.10775 -0.0208,-3.47605 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#9e7400;fill-opacity:1;fill-rule:evenodd;stroke:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif" />
+ <rect
+ ry="0"
+ rx="0"
+ y="386.74924"
+ x="-494.6066"
+ height="14.33522"
+ width="14.33522"
+ id="rect10007-0-74-2-7-1"
+ style="fill:url(#linearGradient3188);fill-opacity:1;stroke:url(#linearGradient3190);stroke-width:3.58380508;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ transform="scale(-1,1)" />
+ <g
+ transform="matrix(3.5838051,0,0,3.5838051,457.03269,-3382.9199)"
+ style="display:inline"
+ id="g3036">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient3196);fill-opacity:1;stroke:url(#linearGradient3198);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ ry="0"
+ rx="0"
+ y="388.54114"
+ x="464.14429"
+ height="10.751415"
+ width="14.33522"
+ id="rect10007-0-74-2-7-6-6"
+ style="fill:url(#linearGradient3180);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ style="fill:url(#radialGradient3177);fill-opacity:1;stroke:none;display:inline"
+ d="m 510.73377,356.28689 -10.75142,0 -7.16761,0 1e-5,7.16759 3.5838,3.58381 3.58382,0 0,3.5838 3.58379,3.58382 7.16762,0 z"
+ id="path3136"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <g
+ style="display:inline"
+ id="g3969"
+ transform="matrix(3.5838051,0,0,3.5838051,596.7451,-3425.9255)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3165"
+ d="m -25.5,1052.8622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z"
+ style="fill:url(#linearGradient3168);fill-opacity:1;stroke:#ac7e1e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3961"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3963"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3965"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3967"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.svg b/icons/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.svg
new file mode 100644
index 0000000000..cba4fd1271
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.svg
@@ -0,0 +1,293 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="newlocation_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3906">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3908" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3910" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3901">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3893">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3906"
+ id="radialGradient3912"
+ cx="11"
+ cy="4.0714283"
+ fx="11"
+ fy="4.0714283"
+ r="3"
+ gradientTransform="matrix(1.3333333,1.7630953e-7,-2.6446429e-7,1.9999999,-3.6666656,-4.1428585)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-9.0879127"
+ inkscape:cy="9.2028843"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.1486919,0,0,1.1789783,-6.0147594,-186.67433)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.65650207;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.86676627;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ id="g3036"
+ transform="translate(-2,0)">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient4090);fill-opacity:1;stroke:url(#linearGradient4092);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:url(#radialGradient3912);fill-opacity:1;stroke:none"
+ d="M 13,2 10,2 C 10,2 10,1 9,1 l -1,1 0,3 1,1 1,0 0,-1 1,0 0,1.5 0.5,0.5 -1.5,0 1,1 2,0 z"
+ id="path3136"
+ inkscape:connector-curvature="0"
+ transform="translate(0,1036.3622)"
+ sodipodi:nodetypes="ccccccccccccccc" />
+ <path
+ style="fill:#5af45a;fill-opacity:1;stroke:#ac7e1e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1"
+ d="m 11.5,1036.8622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z"
+ id="path3165"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <rect
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none"
+ id="rect3961"
+ width="1"
+ height="1"
+ x="13"
+ y="1038.3622" />
+ <rect
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none"
+ id="rect3963"
+ width="1"
+ height="1"
+ x="11"
+ y="1038.3622" />
+ <rect
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none"
+ id="rect3965"
+ width="1"
+ height="1"
+ x="11"
+ y="1040.3622" />
+ <rect
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none"
+ id="rect3967"
+ width="1"
+ height="1"
+ x="13"
+ y="1040.3622" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/eview16/rebase_interactive.svg b/icons/org.eclipse.egit.ui/icons/eview16/rebase_interactive.svg
new file mode 100644
index 0000000000..b17f3d3788
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/eview16/rebase_interactive.svg
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="rebase_interactive.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffe9b0;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,17.537627,1040.3621)"
+ x1="-34"
+ y1="14"
+ x2="3.9499524"
+ y2="14.032" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="linearGradient3123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.46875,14.012603,1040.1593)"
+ x1="-17"
+ y1="9"
+ x2="-17"
+ y2="-7" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-4.5229659"
+ inkscape:cy="9.6608686"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3116"
+ transform="translate(-2,-2.5082885e-5)">
+ <path
+ sodipodi:nodetypes="ccccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3873"
+ d="m 5.5376265,1051.8621 3.9999999,-4 -0.9999999,0 -2.0250235,0.016 0,-2 6,0 0,-9 -2,0 0,7 -4,0 c -0.6666665,0 -1.3333335,0 -2,0 l 0.025025,3.984 -1.9999995,0 -1,0 z"
+ style="fill:url(#linearGradient3121);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3868"
+ d="m 4.512603,1044.3781 0,-7.5 2,0 0,7.5 z"
+ style="fill:url(#linearGradient3123);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3098"
+ d="m 4.512603,1044.3781 0,-7.5 2,0 0,7.5 0,0 0,0 0,-7.5 -2,0 z"
+ style="fill:none;stroke:#ac7e1e;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3901">
+ <rect
+ transform="translate(0,1036.3622)"
+ y="15"
+ x="12"
+ height="1"
+ width="4"
+ id="rect3125"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="11"
+ x="13"
+ height="4"
+ width="2"
+ id="rect3895"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="10"
+ x="12"
+ height="1"
+ width="3"
+ id="rect3897"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="7"
+ x="13"
+ height="2"
+ width="2"
+ id="rect3899"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/eview16/reflog.svg b/icons/org.eclipse.egit.ui/icons/eview16/reflog.svg
new file mode 100644
index 0000000000..5ca4994f8f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/eview16/reflog.svg
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="reflog.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3"
+ id="linearGradient4908-2"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-1.9601259,-4.311739)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6"
+ id="linearGradient4900-1"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056624,0,0,1.022704,1.9782123,-24.655793)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89" />
+ </linearGradient>
+ <linearGradient
+ y2="1051.8378"
+ x2="9.8946028"
+ y1="1039.153"
+ x1="9.8946028"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4101"
+ xlink:href="#linearGradient4994-6"
+ inkscape:collect="always"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="13.573348"
+ inkscape:cy="7.2173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="81"
+ inkscape:window-y="29"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3002">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3"
+ d="m 3.5193795,1037.8597 7.0096695,0 3.062057,3.0066 0,9.9546 -10.0717265,0 z"
+ style="fill:url(#linearGradient4101);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4884"
+ d="m 10,1037.3622 0,4 4,0 z"
+ style="fill:url(#linearGradient4900-1);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001"
+ d="m 3.4990472,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ style="fill:none;stroke:url(#linearGradient4908-2);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ </g>
+ <g
+ transform="translate(-0.984625,0.0159)"
+ style="display:inline"
+ id="g4174">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3887"
+ d="m 2.015875,1046.8463 3.5,-7 3.5,7"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3891"
+ d="m 4.515875,1041.8463 2.5,5 2,0 -3.5,-7 z"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3115"
+ d="m 1.015875,1046.8463 9,0"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/eview16/repo_rep.svg b/icons/org.eclipse.egit.ui/icons/eview16/repo_rep.svg
new file mode 100644
index 0000000000..dba9ad2228
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/eview16/repo_rep.svg
@@ -0,0 +1,417 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="repo_rep.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-3"
+ id="linearGradient3083-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ id="linearGradient5961-3">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963-8" />
+ <stop
+ id="stop5965-4"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967-8"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969-0"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971-4" />
+ <stop
+ id="stop5973-6"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2-6"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1-9"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3150"
+ xlink:href="#linearGradient4721-1-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-3-8"
+ id="linearGradient3083-1-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ id="linearGradient5961-3-8">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963-8-3" />
+ <stop
+ id="stop5965-4-8"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967-8-1"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969-0-5"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971-4-3" />
+ <stop
+ id="stop5973-6-5"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975-0-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2-6-5"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1-9-9"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3220"
+ xlink:href="#linearGradient4721-1-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ id="linearGradient3901">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ id="linearGradient3893">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-6.5161868"
+ inkscape:cy="1.4392415"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.0071938,0,0,0.99667239,-5.0963255,2.4534309)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.7559644;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.99808431;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ style="display:inline"
+ id="g3853-4"
+ transform="matrix(1.0071938,0,0,0.99667239,0.90327237,4.4532889)">
+ <path
+ style="fill:url(#linearGradient3083-1);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.7559644;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868-3"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3150);stroke-width:0.99808431;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ style="display:inline"
+ id="g3853-4-5"
+ transform="matrix(1.0071938,0,0,0.99667239,-2.0963504,6.453461)">
+ <path
+ style="fill:url(#linearGradient3083-1-8);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.7559644;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868-3-9"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3220);stroke-width:0.99808431;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ transform="translate(-2,1)"
+ style="display:inline"
+ id="g3036">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient4090);fill-opacity:1;stroke:url(#linearGradient4092);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/eview16/staging.svg b/icons/org.eclipse.egit.ui/icons/eview16/staging.svg
new file mode 100644
index 0000000000..f511d0382c
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/eview16/staging.svg
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="staging.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3859">
+ <stop
+ style="stop-color:#9cacc7;stop-opacity:1;"
+ offset="0"
+ id="stop3884" />
+ <stop
+ id="stop3886"
+ offset="1"
+ style="stop-color:#cdd5e3;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ id="stop4061"
+ offset="0"
+ style="stop-color:#edfbef;stop-opacity:1;" />
+ <stop
+ style="stop-color:#3cc94c;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3900"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,1024.3622)"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3859"
+ id="linearGradient3902"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-24,10)"
+ x1="5"
+ y1="1050.3622"
+ x2="5"
+ y2="1034.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3859"
+ id="linearGradient4052"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,6,527.1811)"
+ x1="5"
+ y1="1050.3622"
+ x2="5"
+ y2="1034.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient4055"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,20,1034.3622)"
+ x1="-24"
+ y1="4"
+ x2="-24"
+ y2="24" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-8.4475872"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4055);fill-opacity:1;stroke:#217d1a;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8,1045.8622 4,-4 -1,0 -1.5,0 0,-4 c -1,0 -2,0 -3,0 l 0,4 -1.4999995,0 -1,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <path
+ style="fill:url(#linearGradient4052);fill-opacity:1;stroke:#516d9d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.5,1044.8622 0,2 -1,0 0,3 11,0 0,-3 -1,0 0,-2 3,0 0,7 -15,0 0,-7 z"
+ id="path3089"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/add.svg b/icons/org.eclipse.egit.ui/icons/obj16/add.svg
new file mode 100644
index 0000000000..a3c88ae0df
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/add.svg
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui, add_obj.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="add.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5591-4">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0" />
+ <stop
+ style="stop-color:#82c448;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-2">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.9375158,0,0,2.0245922,3.5980621,1028.9745)"
+ y2="9.1435204"
+ x2="2.03125"
+ y1="6.9396911"
+ x1="2.03125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5618"
+ xlink:href="#linearGradient5591-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(1.9375158,0,0,2.0245922,3.5980621,1028.9745)"
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5620"
+ xlink:href="#linearGradient5583-2"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32.000001"
+ inkscape:cx="9.0872213"
+ inkscape:cy="7.1700733"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="25"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3971" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient5618);fill-opacity:1;stroke:url(#linearGradient5620);stroke-width:0.89473408;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 5.4144832,1038.7811 3.9961264,0 0,3.9228 3.8750314,0 0,4.1756 -4.0566734,0 0,4.1127 -3.8144844,0 0,-4.1127 -3.9961262,0 0,-4.1123 3.935579,0 z"
+ id="path5581"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.svg b/icons/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.svg
new file mode 100644
index 0000000000..11ff90bcd6
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.svg
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.jdt.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="alphab_sort_co.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4789">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1;"
+ offset="0"
+ id="stop4791" />
+ <stop
+ style="stop-color:#30495a;stop-opacity:1;"
+ offset="1"
+ id="stop4793" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4773">
+ <stop
+ style="stop-color:#8e4694;stop-opacity:1;"
+ offset="0"
+ id="stop4775" />
+ <stop
+ style="stop-color:#8e4694;stop-opacity:1"
+ offset="1"
+ id="stop4777" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4763">
+ <stop
+ style="stop-color:#1b867b;stop-opacity:1"
+ offset="0"
+ id="stop4765" />
+ <stop
+ style="stop-color:#1b867b;stop-opacity:1"
+ offset="1"
+ id="stop4767" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4763"
+ id="linearGradient4769"
+ x1="4.8479562"
+ y1="1040.7981"
+ x2="10.96875"
+ y2="1040.7981"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.202507,0,0,1.1456525,-1.104746,-151.46254)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4773"
+ id="linearGradient4779"
+ x1="13.639227"
+ y1="8.706234"
+ x2="9.0963688"
+ y2="13.87196"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1372459,0,0,1.1494028,-0.51614402,1035.7772)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4789"
+ id="linearGradient4795"
+ x1="-2.2873085"
+ y1="1044.6919"
+ x2="-2.2873085"
+ y2="1049.5981"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4.9742695,1.0602)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4789-1"
+ id="linearGradient3041"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1126308,0,0,1.1126308,-15.752685,-116.8453)"
+ x1="-2.2873085"
+ y1="1044.6919"
+ x2="-2.2873085"
+ y2="1049.5981" />
+ <linearGradient
+ id="linearGradient4789-1">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1;"
+ offset="0"
+ id="stop4791-6" />
+ <stop
+ style="stop-color:#30495a;stop-opacity:1;"
+ offset="1"
+ id="stop4793-2" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.5981"
+ x2="-2.2873085"
+ y1="1044.6919"
+ x1="-2.2873085"
+ gradientTransform="translate(4.9742691,1.060117)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3058"
+ xlink:href="#linearGradient4789-1"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="-3.9548776"
+ inkscape:cy="11.940928"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1184"
+ inkscape:window-height="961"
+ inkscape:window-x="745"
+ inkscape:window-y="194"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3909" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4779);fill-opacity:1;stroke:none"
+ d="m 9.9971047,1045.3563 6.0109773,0.01 0,1.9907 -4.008277,3.384 0,0.635 2.985905,0 1.008439,-1.9304 0,2.9209 -5.980898,0 0,-2.0065 3.992074,-3.9964 -2.013092,-0.01 -1.9923922,2.018 z"
+ id="path4771"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccc" />
+ <path
+ style="fill:url(#linearGradient3058);fill-opacity:1;stroke:none;display:inline"
+ d="m 1.9797422,1038.3503 1.0827571,0 0,10.0119 1.8119613,0 -2.4057108,3 -2.43355109,-2.9779 1.96664059,0 z"
+ id="path3986"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient4769);fill-opacity:1;stroke:none"
+ d="m 7.9998393,1037.3629 c 0,0 -0.8325324,0.01 -1.4470318,0.01 -0.2569555,0 -0.5294263,0.057 -0.5294263,0.5603 0,0.5717 0.020529,1.0228 0.1533892,1.2507 0.132859,0.2277 0.600447,0.2237 1.025597,0.1731 0.5785233,-0.2117 0.043655,-0.7856 0.8103336,-0.991 0.4766326,0 0.9957554,0.01 0.9957554,0.01 l -0.01012,2.0034 -2.9927639,-2e-4 c -0.686672,0.1449 -1.0043713,0.9925 -1.0043713,0.9925 l -5.733e-4,2.0028 c 0,0 0.2846107,1.0507 1.0020517,1.0507 0.717441,0 6.0273294,-0.044 6.0273294,-0.044 l 0,-1.0025 -1.020389,0 0,-5.0022 c 0,-0.9971 -0.0059,-0.9894 -1.0105978,-0.9979 z m 0.00922,3.9929 c 0.5586971,0 0.7857472,0.01 0.9956186,0.01 0,0.2637 -0.00201,0.3533 -0.00201,0.9926 l -1.0029653,0 0.00411,1 c -0.640245,0 -1.0013821,-0.01 -1.0013821,-0.01 0,0 0.0022,-0.3824 0.0022,-0.9775 0,-0.827 0.00696,-1.0121 0.00696,-1.0121 0.3284056,0 0.5484039,-0.01 0.9974685,-0.01 z"
+ id="path4758"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccsccccccccccccsccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/annotated-tag.svg b/icons/org.eclipse.egit.ui/icons/obj16/annotated-tag.svg
new file mode 100644
index 0000000000..508c11163e
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/annotated-tag.svg
@@ -0,0 +1,490 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="annotated-tag.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4772">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774" />
+ <stop
+ id="stop4016"
+ offset="1"
+ style="stop-color:#9f9ea5;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient3967-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.287556,0,0,1.1726082,-201.54297,-81.116324)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.537222,0,0,0.5508921,270.55379,-154.60356)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient4005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8670447,0,0,1.9401045,-1035.9929,-1098.8633)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2792978,0,0,1.0977854,-197.28702,-53.32107)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-150.02132,-801.84604)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(71.676155,7.75e-4)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ id="linearGradient4275">
+ <stop
+ style="stop-color:#d3eef7;stop-opacity:1;"
+ offset="0"
+ id="stop4277" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4279" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient3191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.375,0,0,1.3333333,-194.88499,-127.72179)"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059" />
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter4096"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-0.25"
+ y="-0.25">
+ <feGaussianBlur
+ id="feGaussianBlur4098"
+ in="SourceAlpha"
+ stdDeviation="2"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix4100"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.2 0 " />
+ <feOffset
+ id="feOffset4102"
+ in="bluralpha"
+ dx="4"
+ dy="4"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge4104">
+ <feMergeNode
+ id="feMergeNode4106"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode4108"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3950-1"
+ x1="-15"
+ y1="25"
+ x2="-15"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3910-71">
+ <stop
+ id="stop3918-3"
+ offset="0"
+ style="stop-color:#f5d090;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3922-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient3942-8"
+ x1="-16"
+ y1="10.000001"
+ x2="-18"
+ y2="8.000001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3910-71"
+ id="linearGradient4000-5"
+ gradientUnits="userSpaceOnUse"
+ x1="-29.499998"
+ y1="1.3749996"
+ x2="-30.374998"
+ y2="-2.1249998" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="4.8798611"
+ inkscape:cy="7.5910678"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1835"
+ inkscape:window-height="1054"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ style="fill:url(#linearGradient4014);fill-opacity:1;stroke:none"
+ id="rect3978"
+ width="53.757118"
+ height="7.1676102"
+ x="464.14432"
+ y="352.70386" />
+ <rect
+ ry="3.1096368"
+ rx="3.1329315"
+ y="-367.03079"
+ x="476.69589"
+ height="19.694366"
+ width="17.902462"
+ id="rect13693-3"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4011);stroke-width:3.60036659;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <rect
+ ry="4.2813878"
+ rx="4.1751499"
+ y="-386.74924"
+ x="469.52002"
+ height="32.254246"
+ width="43.005661"
+ id="rect13693-3-7"
+ style="fill:url(#linearGradient4003);fill-opacity:1;stroke:url(#linearGradient4005);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693-8"
+ d="m 472.96837,354.49498 36.11056,0 c 1.87243,0 3.37504,1.37283 3.37983,3.07809 l 0.0668,23.77904 c 0.0101,3.58988 -1.79183,5.38345 -5.37548,5.38482 l -32.25461,0.0123 c -3.58521,10e-4 -5.38582,-1.79494 -5.37548,-5.38481 l 0.0685,-23.79124 c 0.005,-1.70526 1.5074,-3.07808 3.37983,-3.07808 z"
+ style="fill:none;stroke:url(#linearGradient4000);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 472.24058,354.49498 25.02113,0"
+ style="fill:none;stroke:url(#linearGradient4008);stroke-width:3.6481905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3477"
+ width="39.226192"
+ height="25.043242"
+ x="475.09137"
+ y="363.49789" />
+ <rect
+ style="fill:url(#linearGradient3191);fill-opacity:1;stroke:#757c8a;stroke-width:3.58380508;stroke-opacity:1"
+ id="rect4247"
+ width="39.421856"
+ height="28.670441"
+ x="480.27139"
+ y="368.8302" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4249"
+ width="3.5838051"
+ height="17.919025"
+ x="489.23093"
+ y="374.20593" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4251"
+ width="3.5838051"
+ height="3.5838051"
+ x="507.14996"
+ y="374.20593" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4253"
+ width="3.5838051"
+ height="10.751412"
+ x="503.56616"
+ y="377.78973" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4257"
+ width="3.5838051"
+ height="10.751412"
+ x="510.73376"
+ y="377.78973" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4259"
+ width="3.5838051"
+ height="3.5838051"
+ x="510.73376"
+ y="374.20593" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4261"
+ width="3.5838051"
+ height="3.5838051"
+ x="503.56616"
+ y="374.20593" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4263"
+ width="3.5838051"
+ height="3.5838051"
+ x="503.56616"
+ y="388.54114" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4265"
+ width="3.5838051"
+ height="3.5838051"
+ x="485.64713"
+ y="374.2059" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+ id="rect4251-8"
+ width="3.5838051"
+ height="3.5838051"
+ x="496.39856"
+ y="388.54114" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+ id="rect4251-0"
+ width="3.5838051"
+ height="3.5838051"
+ x="507.14996"
+ y="388.54114" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none;display:inline"
+ id="rect4263-4"
+ width="3.5838051"
+ height="3.5838051"
+ x="510.73376"
+ y="388.54114" />
+ <g
+ transform="matrix(0.50000002,0,0,0.50000002,305.54015,181.72724)"
+ style="display:inline;filter:url(#filter4096)"
+ id="g4004-6">
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3906-4"
+ d="m -18,24.000001 6,0 0,-9 -6,0 z"
+ style="fill:url(#linearGradient3950-1);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ inkscape:connector-curvature="0"
+ id="path3908-3"
+ d="M -20,15.000001 -20,7 l 10,0 0,8.000001 z"
+ style="fill:url(#linearGradient3942-8);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(4.0957767,0,0,4.0957781,531.21263,347.07139)"
+ d="m -26,0.5 c 0,1.9329962 -1.567003,3.4999993 -3.5,3.4999993 -1.932997,0 -3.5,-1.5670031 -3.5,-3.4999993 0,-1.9329962 1.567003,-3.4999993 3.5,-3.4999993 1.932997,0 3.5,1.5670031 3.5,3.4999993 z"
+ sodipodi:ry="3.4999993"
+ sodipodi:rx="3.5000005"
+ sodipodi:cy="0.5"
+ sodipodi:cx="-29.5"
+ id="path3896-4"
+ style="fill:url(#linearGradient4000-5);fill-opacity:1;stroke:#ebb312;stroke-width:1.74999988;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="cszczcccczczscc"
+ inkscape:connector-curvature="0"
+ id="path3902-7"
+ d="m 403.21961,367.0383 c 0,0 -10.75141,2.86041 -10.75141,7.16761 0,7.16761 0,17.91903 0,21.50283 0,3.5838 3.5838,3.58381 3.5838,3.58381 0,0 3.58381,-1e-5 3.58381,3.5838 0,3.58381 0,25.08664 0,25.08664 0,3.58381 0,3.58381 3.5838,3.58381 l 14.33522,0 c 3.58381,0 3.58381,0 3.58381,-3.58381 0,0 0,-21.50283 0,-25.08664 0,-3.58381 3.5838,-3.5838 3.5838,-3.5838 0,0 3.58381,0 3.58381,-3.58381 0,-3.58381 0,-10.75141 0,-21.50283 0,-4.3072 -10.75142,-7.16761 -10.75142,-7.16761 z"
+ style="fill:none;stroke:#ebb312;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/assume_unchanged.svg b/icons/org.eclipse.egit.ui/icons/obj16/assume_unchanged.svg
new file mode 100644
index 0000000000..6580c94743
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/assume_unchanged.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="assume_unchanged.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.5,0.5,0,-2,1055.8622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="7.7652679"
+ inkscape:cy="5.7052378"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="fill:#788b9a;fill-opacity:1;stroke:#788b9a;stroke-width:1.66405308;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect3878"
+ width="2.3359468"
+ height="13.335947"
+ x="9.8320265"
+ y="1037.1942" />
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 9.5,1043.8622 -3.9999998,4 0,-1 0,-2 -5.00000019,0 0,-1 0,-1 5.00000019,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/branch_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/branch_obj.svg
new file mode 100644
index 0000000000..b4d4032031
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/branch_obj.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="branch_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3861">
+ <stop
+ style="stop-color:#caf3f6;stop-opacity:1;"
+ offset="0"
+ id="stop3863" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3865" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3861"
+ id="linearGradient3867"
+ x1="-11"
+ y1="1054.3622"
+ x2="-11"
+ y2="1029.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,13.03125,521.1811)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.70961"
+ inkscape:cy="3.7184686"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="2268"
+ inkscape:window-height="1309"
+ inkscape:window-x="139"
+ inkscape:window-y="9"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <path
+ style="fill:url(#linearGradient3867);fill-opacity:1;stroke:#679093;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 6.53125,1037.3622 0,4.5 -2,0 c -1,0 -2,1 -2,2 l 0,2 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-1 c 0,-0.5 0.5,-1 1,-1 l 4,0 c 0.5,0 1,0.5 1,1 l 0,1 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-2 c 0,-1 -1,-2 -2,-2 l -2,0 0,-4.5"
+ id="path3091"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/branches_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/branches_obj.svg
new file mode 100644
index 0000000000..b71b88eda0
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/branches_obj.svg
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="branches_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3861">
+ <stop
+ style="stop-color:#caf3f6;stop-opacity:1;"
+ offset="0"
+ id="stop3863" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3865" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3861"
+ id="linearGradient3867"
+ x1="-11"
+ y1="1054.3622"
+ x2="-11"
+ y2="1029.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,11.03125,522.18034)" />
+ <linearGradient
+ id="linearGradient3861-0">
+ <stop
+ style="stop-color:#caf3f6;stop-opacity:1;"
+ offset="0"
+ id="stop3863-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3865-9" />
+ </linearGradient>
+ <linearGradient
+ y2="1029.3622"
+ x2="-11"
+ y1="1054.3622"
+ x1="-11"
+ gradientTransform="matrix(0.5,0,0,0.5,15,520.2123)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4138"
+ xlink:href="#linearGradient3861-0"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3861"
+ id="linearGradient4230"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,32.03125,543.3686)"
+ x1="-11"
+ y1="1054.3622"
+ x2="-11"
+ y2="1029.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3861-0"
+ id="linearGradient5408"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(22.03125,-4.039)"
+ x1="-11"
+ y1="1054.3622"
+ x2="-11"
+ y2="1029.3622" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5419">
+ <path
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:connector-curvature="0"
+ id="path5421"
+ d="m 8,1027.3622 0,10.9688 2,0 c 3.0625,0.031 6.03125,3.0313 6.03125,6.0313 l 0.03125,2.9687 2.96875,0 0,10 9.96875,0.029 0,-30 z"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-0.20961511"
+ inkscape:cy="3.0308358"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="2268"
+ inkscape:window-height="1309"
+ inkscape:window-x="139"
+ inkscape:window-y="9"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <path
+ style="fill:url(#linearGradient3867);fill-opacity:1;stroke:#679093;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.53125,1038.3617 0,4.5 -2,0 c -1,0 -2,1 -2,2 l 0,2 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-1 c 0,-0.5 0.5,-1 1,-1 l 4,0 c 0.5,0 1,0.5 1,1 l 0,1 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-2 c 0,-1 -1,-2 -2,-2 l -2,0 0,-4.5"
+ id="path3091"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccc" />
+ <path
+ sodipodi:nodetypes="cccccccccccccccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path4121-4"
+ d="m 9.03125,1028.3236 0,9 -4,0 c -2,0 -4,2 -4,4 l 0,4 -4,0 0,2 6,6 6,-6 0,-2 -4,0 0,-2 c 0,-1 1,-2 2,-2 l 8,0 c 1,0 2,1 2,2 l 0,2 -4,0 0,2 6,6 6,-6 0,-2 -4,0 0,-4 c 0,-2 -2,-4 -4,-4 l -4,0 0,-9"
+ style="fill:url(#linearGradient5408);fill-opacity:1;stroke:#679093;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ clip-path="url(#clipPath5419)"
+ transform="matrix(0.5,0,0,0.5,4.015625,522.19981)" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/changelog_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/changelog_obj.svg
new file mode 100644
index 0000000000..557f754f6f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/changelog_obj.svg
@@ -0,0 +1,468 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="changelog_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3"
+ id="linearGradient4908-2"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6"
+ id="linearGradient4900-1"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.022097,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89" />
+ </linearGradient>
+ <linearGradient
+ y2="1051.8378"
+ x2="9.8946028"
+ y1="1039.153"
+ x1="9.8946028"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4101"
+ xlink:href="#linearGradient4994-6"
+ inkscape:collect="always"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ <linearGradient
+ y2="1051.8378"
+ x2="9.8946028"
+ y1="1039.153"
+ x1="9.8946028"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4101-8"
+ xlink:href="#linearGradient4994-6-0"
+ inkscape:collect="always"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient4900-1-8"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.022097,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient4908-2-5"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-1.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient4867-7"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient4869-17"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient4871-2"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient4875-9"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.977903,-3.044194)" />
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1051.8571"
+ x2="12.016466"
+ y1="1051.8571"
+ x1="7.0070496"
+ gradientTransform="translate(-1.977903,-3.044194)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3492"
+ xlink:href="#linearGradient5135-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99812022,0,0,0.98971353,0.00612255,7.8253845)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3100"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28600232,0,0,0.98971353,7.9959677,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900348,0,0,0.98971353,5.9939516,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.57200462,0,0,0.98971353,3.9919355,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50088276,0,0,0.98971353,3.49029,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3112"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-1.9601259,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,1.9782143,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3118"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.9782825,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="8.042098"
+ inkscape:cy="7.2173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3118);fill-opacity:1;stroke:none;display:inline"
+ d="m 3.519,1037.86 7.00967,0 3.062057,3.0066 0,9.9546 -10.071727,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3115);fill-opacity:1;stroke:none;display:inline"
+ d="m 10,1037.3622 0,4 4,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3112);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 3.4990472,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient3109);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="2"
+ height="1"
+ x="7"
+ y="1040.3622" />
+ <rect
+ style="fill:url(#linearGradient3106);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="4"
+ height="1"
+ x="8"
+ y="1042.3622" />
+ <rect
+ style="fill:url(#linearGradient3103);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="3"
+ height="1"
+ x="9"
+ y="1044.3622" />
+ <rect
+ style="fill:url(#linearGradient3100);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="2"
+ height="1"
+ x="10"
+ y="1046.3622" />
+ <rect
+ style="fill:url(#linearGradient3097);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="5"
+ height="1"
+ x="7"
+ y="1048.3622" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3892"
+ width="1"
+ height="4.5"
+ x="3"
+ y="1042.3622" />
+ <g
+ transform="translate(-0.984625,0.0159)"
+ style="display:inline"
+ id="g4174">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3887"
+ d="m 2.015875,1046.8463 3.5,-7 3.5,7"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3891"
+ d="m 4.515875,1041.8463 2.5,5 2,0 -3.5,-7 z"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3115"
+ d="m 1.015875,1046.8463 9,0"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/check_all.svg b/icons/org.eclipse.egit.ui/icons/obj16/check_all.svg
new file mode 100644
index 0000000000..12193964d1
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/check_all.svg
@@ -0,0 +1,259 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="check_all.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4002"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-23.9375,-1039.3622)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4"
+ id="linearGradient4004"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4"
+ id="linearGradient4006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-7">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-0" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-7" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-96" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-7"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,8.071826,114.37756)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-3"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,42.592314,111.65006)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-1"
+ id="linearGradient4094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,42.592314,111.65006)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="25.350604"
+ inkscape:cy="7.5724126"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2111"
+ inkscape:window-height="1123"
+ inkscape:window-x="361"
+ inkscape:window-y="93"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4084"
+ transform="translate(-26,-20.000055)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1-9"
+ d="m 28.983002,1059.3161 9.063404,0 0.02841,9.0915 -9.063404,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4090);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7-2"
+ d="m 30.772954,1061.1344 0,7.2732 -1.818364,0 0,-9.0915 z"
+ style="fill:url(#linearGradient4092);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0-4"
+ d="m 30.772954,1061.1344 7.273452,0 0,-1.8183 -9.091816,0 z"
+ style="fill:url(#linearGradient4094);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1058.8616"
+ x="28.5"
+ height="10.000683"
+ width="10.000998"
+ id="rect3122-3"
+ style="fill:none;stroke:#a5b1c3;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3892"
+ transform="matrix(0.45459079,0,0,0.45457615,-5.0464066,568.84683)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1"
+ d="m 22.0625,1039.3622 19.9375,0 0.0625,20 -19.9375,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4002);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7"
+ d="m 26,1043.3622 0,16 -4,0 0,-20 z"
+ style="fill:url(#linearGradient4004);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0"
+ d="m 26,1043.3622 16,0 0,-4 -20,0 z"
+ style="fill:url(#linearGradient4006);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1038.3622"
+ x="21"
+ height="22.000017"
+ width="22"
+ id="rect3122"
+ style="fill:none;stroke:#8b96ab;stroke-width:2.19981599;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <path
+ style="fill:none;stroke:#334e6f;stroke-width:1.35000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 5.9004976,1046.0306 2.2500001,2.2781 4.9500023,-4.8937"
+ id="path4065"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/checkout.svg b/icons/org.eclipse.egit.ui/icons/obj16/checkout.svg
new file mode 100644
index 0000000000..5ae02d478f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/checkout.svg
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="checkout.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,15.5,1039.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3043"
+ xlink:href="#linearGradient4721-1"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="8.6562606"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2211"
+ inkscape:window-height="1284"
+ inkscape:window-x="15"
+ inkscape:window-y="33"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(1.0071631,0,0,1.0955765,0.90345803,-98.19159)"
+ style="display:inline"
+ id="g3853">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.72104567;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3043);stroke-width:0.95198196;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.499999,1050.8622 4,-4 -1,0 -2,0 0,-3 4,0 0,-2 -4,0 -1,0 -1,0 0,5 -1.9999995,0 -0.9999995,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/cherry-pick.svg b/icons/org.eclipse.egit.ui/icons/obj16/cherry-pick.svg
new file mode 100644
index 0000000000..78b6a9ae11
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/cherry-pick.svg
@@ -0,0 +1,390 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="cherry-pick.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3795">
+ <stop
+ style="stop-color:#ab2239;stop-opacity:1;"
+ offset="0"
+ id="stop3797" />
+ <stop
+ id="stop3805"
+ offset="1"
+ style="stop-color:#d5909c;stop-opacity:1;" />
+ </linearGradient>
+ <inkscape:path-effect
+ effect="skeletal"
+ id="path-effect3023"
+ is_visible="true"
+ pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 z"
+ copytype="single_stretched"
+ prop_scale="1"
+ scale_y_rel="false"
+ spacing="0"
+ normal_offset="0"
+ tang_offset="0"
+ prop_units="false"
+ vertical_pattern="false"
+ fuse_tolerance="0" />
+ <inkscape:path-effect
+ effect="skeletal"
+ id="path-effect3019"
+ is_visible="true"
+ pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 z"
+ copytype="single_stretched"
+ prop_scale="1"
+ scale_y_rel="false"
+ spacing="0"
+ normal_offset="0"
+ tang_offset="0"
+ prop_units="false"
+ vertical_pattern="false"
+ fuse_tolerance="0" />
+ <inkscape:path-effect
+ effect="skeletal"
+ id="path-effect3015"
+ is_visible="true"
+ pattern="M 0,5 C 0,2.24 2.24,0 5,0 7.76,0 10,2.24 10,5 10,7.76 7.76,10 5,10 2.24,10 0,7.76 0,5 z"
+ copytype="single_stretched"
+ prop_scale="1"
+ scale_y_rel="false"
+ spacing="0"
+ normal_offset="0"
+ tang_offset="0"
+ prop_units="false"
+ vertical_pattern="false"
+ fuse_tolerance="0" />
+ <linearGradient
+ inkscape:collect="always"
+ id="divider-stroke-7">
+ <stop
+ style="stop-color:#ac9575;stop-opacity:1;"
+ offset="0"
+ id="divider-stroke-stop0" />
+ <stop
+ style="stop-color:#f4efe9;stop-opacity:1"
+ offset="1"
+ id="divider-stroke-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="eraser-stroke-5">
+ <stop
+ style="stop-color:#9a8d73;stop-opacity:1;"
+ offset="0"
+ id="eraser-stroke-stop0" />
+ <stop
+ style="stop-color:#c0b194;stop-opacity:1"
+ offset="1"
+ id="eraser-stroke-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="lightarea-bg-6">
+ <stop
+ style="stop-color:#f5ede6;stop-opacity:1;"
+ offset="0"
+ id="lightarea-bg-stop0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="lightarea-bg-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="darkarea-bg-3">
+ <stop
+ style="stop-color:#ccbba3;stop-opacity:1;"
+ offset="0"
+ id="darkarea-bg-stop0" />
+ <stop
+ style="stop-color:#f2ebe4;stop-opacity:1"
+ offset="1"
+ id="darkarea-bg-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#darkarea-bg-3"
+ id="darkarea-bg"
+ x1="7.8634343"
+ y1="1047.5792"
+ x2="4.2270188"
+ y2="1046.548"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lightarea-bg-6"
+ id="lightarea-bg"
+ x1="9.6854334"
+ y1="1043.3263"
+ x2="9.6854334"
+ y2="1039.8574"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#eraser-stroke-5"
+ id="eraser-stroke"
+ x1="-15.131505"
+ y1="13.523434"
+ x2="-10.560841"
+ y2="2.5190842"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98966812,0,0,1.0004489,19.863103,1036.3587)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#divider-stroke-7"
+ id="divider-stroke"
+ x1="-13.833534"
+ y1="1043.8658"
+ x2="-9.9898014"
+ y2="1043.8658"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,-4.708816,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3795"
+ id="linearGradient3801"
+ x1="0.87566613"
+ y1="1045.7167"
+ x2="12.090936"
+ y2="1045.7167"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient3815"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1"
+ gradientTransform="matrix(1,0,0,0.4375,0,4.2011719)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3795-0"
+ id="linearGradient3801-2"
+ x1="0.87566614"
+ y1="1045.7167"
+ x2="12.090936"
+ y2="1045.7167"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3795-0">
+ <stop
+ style="stop-color:#ab2239;stop-opacity:1;"
+ offset="0"
+ id="stop3797-6" />
+ <stop
+ id="stop3805-0"
+ offset="1"
+ style="stop-color:#d5909c;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-2"
+ id="radialGradient3815-7"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1"
+ gradientTransform="matrix(1,0,0,0.4375,0,4.2011719)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3809-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-8" />
+ </linearGradient>
+ <radialGradient
+ r="1"
+ fy="7.46875"
+ fx="4.03125"
+ cy="7.46875"
+ cx="4.03125"
+ gradientTransform="matrix(1,0,0,0.4375,0,4.2011719)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3842"
+ xlink:href="#linearGradient3809-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3795-0"
+ id="linearGradient3892"
+ gradientUnits="userSpaceOnUse"
+ x1="0.87566614"
+ y1="1045.7167"
+ x2="12.090936"
+ y2="1045.7167" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-2"
+ id="radialGradient3894"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4375,0,4.2011719)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3795"
+ id="linearGradient3896"
+ gradientUnits="userSpaceOnUse"
+ x1="0.87566613"
+ y1="1045.7167"
+ x2="12.090936"
+ y2="1045.7167" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient3898"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.4375,0,4.2011719)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3795-0"
+ id="linearGradient3907"
+ gradientUnits="userSpaceOnUse"
+ x1="-8.8132534"
+ y1="1045.8185"
+ x2="12.090936"
+ y2="1045.7167" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="3.2948292"
+ inkscape:cy="10.138446"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="1722"
+ inkscape:window-height="992"
+ inkscape:window-x="473"
+ inkscape:window-y="355"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <path
+ style="fill:#522a2a;fill-opacity:1;stroke:none"
+ d="m 4.5590346,1043.8798 c 0,0 0.7188266,-1.8364 1.18125,-2.6219 0.4855226,-0.8247 1.1438045,-1.552 1.859375,-2.1875 0.7591115,-0.6741 2.5375004,-1.6844 2.5375004,-1.6844 l 0.74375,0.3501 c 0,0 -0.349699,1.1275 -0.459375,1.7062 -0.158485,0.8362 -0.247529,1.6872 -0.284375,2.5375 -0.02526,0.583 0.04375,1.75 0.04375,1.75 l -0.7218754,0.175 c -0.5470027,0.2344 -0.3461194,-1.1061 -0.3375,-1.6625 0.011098,-0.7163 0.077282,-1.4042 0.184375,-2.1125 0.081702,-0.5404 0.590625,-1.6281 0.590625,-1.6281 0,0 -1.0752432,0.7673 -1.59375,1.2312 -0.6679687,0.5977 -1.1755241,1.2201 -1.64375,1.9844 -0.4281619,0.6989 -0.859375,2.2843 -0.859375,2.2843 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssccssccsscsscc" />
+ <g
+ transform="matrix(0.67289633,-0.1929003,0.1929003,0.67289633,-195.96637,344.20897)"
+ style="display:inline"
+ id="g3817-1">
+ <path
+ sodipodi:nodetypes="ssssssssssss"
+ inkscape:connector-curvature="0"
+ id="path3025-1"
+ d="m 6.9795047,1042.649 c -0.7975924,-0.038 -1.5584592,-0.9327 -2.3491194,-0.8212 -0.9163102,0.1293 -1.7210865,0.459 -2.3011861,1.18 -0.6071086,0.7546 -0.8764148,1.7835 -0.9375,2.75 -0.052314,0.8278 0.3693667,1.4625 0.8682067,2.1251 0.5940858,0.7892 1.3078097,1.4133 2.2567933,1.6874 1.0039588,0.29 2.0872064,0.3725 3.125,0.25 0.9356262,-0.1104 1.994677,-0.2366 2.6874998,-0.875 0.714177,-0.6581 0.955427,-1.7313 1.125,-2.6875 0.160224,-0.9035 -0.01509,-1.8397 -0.542128,-2.5909 -0.192148,-0.2739 -0.670083,-0.9048 -1.4561825,-1.155 -0.8257082,-0.2628 -1.610832,0.1782 -2.4763838,0.1371 z"
+ style="fill:url(#linearGradient3907);fill-opacity:1;stroke:#840f2a;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ transform="matrix(1.087891,-1.984148,2.1628981,0.8766464,-17.477206,1045.7979)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807-6"
+ style="fill:url(#radialGradient3894);fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="g3817"
+ transform="matrix(0.7,0,0,0.7,0.3590346,314.86373)">
+ <path
+ sodipodi:nodetypes="ssssssssssss"
+ inkscape:connector-curvature="0"
+ id="path3025"
+ d="m 7.0166992,1042.1953 c -0.7975924,-0.038 -1.5218398,-0.7365 -2.3125,-0.625 -0.9163102,0.1293 -1.7949004,0.7165 -2.375,1.4375 -0.6071086,0.7546 -0.8764148,1.7835 -0.9375,2.75 -0.052314,0.8278 0.00116,1.7749 0.5,2.4375 0.5940858,0.7892 1.6760164,1.1009 2.625,1.375 1.0039588,0.29 2.0872064,0.3725 3.125,0.25 0.9356262,-0.1104 1.994677,-0.2366 2.6874998,-0.875 0.714177,-0.6581 0.955427,-1.7313 1.125,-2.6875 0.160224,-0.9035 0.245317,-1.9104 -0.125,-2.75 -0.332925,-0.7548 -0.9639,-1.4998 -1.7499998,-1.75 -0.8257102,-0.2628 -1.6969482,0.4786 -2.5625,0.4375 z"
+ style="fill:url(#linearGradient3896);fill-opacity:1;stroke:#840f2a;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ transform="matrix(1.087891,-1.984148,2.1628981,0.8766464,-17.477206,1045.7979)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807"
+ style="fill:url(#radialGradient3898);fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/cherrypick.svg b/icons/org.eclipse.egit.ui/icons/obj16/cherrypick.svg
new file mode 100644
index 0000000000..df189ac6bd
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/cherrypick.svg
@@ -0,0 +1,259 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="cherrypick.svg"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/cherrypick@2x.png"
+ inkscape:export-xdpi="180"
+ inkscape:export-ydpi="180">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3809-0">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1;"
+ offset="0"
+ id="stop3811-8" />
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1;"
+ offset="1"
+ id="stop3813-4" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4586">
+ <g
+ id="g4588">
+ <rect
+ transform="translate(-16,1037.3622)"
+ y="-5"
+ x="0"
+ height="6"
+ width="18"
+ id="rect4590"
+ style="fill:#ffffff;fill-opacity:1;stroke:#5791d5;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ y="1052.3622"
+ x="-16"
+ height="6"
+ width="18"
+ id="rect4592"
+ style="fill:#ffffff;fill-opacity:1;stroke:#5791d5;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4594">
+ <g
+ id="g4596">
+ <rect
+ transform="translate(-16,1037.3622)"
+ y="-5"
+ x="0"
+ height="6"
+ width="18"
+ id="rect4598"
+ style="fill:#ffffff;fill-opacity:1;stroke:#5791d5;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ y="1052.3622"
+ x="-16"
+ height="6"
+ width="18"
+ id="rect4600"
+ style="fill:#ffffff;fill-opacity:1;stroke:#5791d5;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4602">
+ <g
+ id="g4604">
+ <rect
+ transform="translate(-16,1037.3622)"
+ y="-5"
+ x="0"
+ height="6"
+ width="18"
+ id="rect4606"
+ style="fill:#ffffff;fill-opacity:1;stroke:#5791d5;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ y="1052.3622"
+ x="-16"
+ height="6"
+ width="18"
+ id="rect4608"
+ style="fill:#ffffff;fill-opacity:1;stroke:#5791d5;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-0"
+ id="linearGradient4694"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.5,0,0,0.5,-13,1040.3622)"
+ x1="-16"
+ y1="15"
+ x2="-16"
+ y2="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="linearGradient4697"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-4,1040.3622)"
+ x1="-16"
+ y1="15"
+ x2="-16"
+ y2="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="linearGradient4774"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-4,1040.3622)"
+ x1="-16"
+ y1="15"
+ x2="-16"
+ y2="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-0"
+ id="linearGradient4776"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.5,0,0,0.5,-13,1040.3622)"
+ x1="-16"
+ y1="15"
+ x2="-16"
+ y2="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-0"
+ id="linearGradient4781"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.5,0,0,0.5,3,1039.3622)"
+ x1="-16"
+ y1="15"
+ x2="-16"
+ y2="3" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="linearGradient4784"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,12,1039.3622)"
+ x1="-16"
+ y1="15"
+ x2="-16"
+ y2="3" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="4.3072447"
+ inkscape:cy="0.20172764"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="2042"
+ inkscape:window-height="1236"
+ inkscape:window-x="387"
+ inkscape:window-y="59"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <g
+ id="g4789">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 0,1033.3622 -14,24"
+ style="fill:none;stroke:#3f61de;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ clip-path="url(#clipPath4602)"
+ transform="matrix(0.5,0,0,0.5,11,521.18111)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3947-7"
+ d="m -14,1033.3622 14,24"
+ style="fill:none;stroke:#3f61de;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ clip-path="url(#clipPath4594)"
+ transform="matrix(0.5,0,0,0.5,11,521.18111)" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3967"
+ d="m -6.9999964,1058.3518 0,-25.989"
+ style="fill:none;stroke:#3f61de;stroke-width:1.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ clip-path="url(#clipPath4586)"
+ transform="matrix(0.5,0,0,0.5,11,521.18111)" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3133"
+ d="m 6.5,1040.8622 -2.5,0 c -1.5,0 -2.5,1.5 -2.5,3 l 0,0 c 0,1.5 1,3 2.5,3 l 2.5,0 0,-2 -2,0 c -0.5,0 -1,-0.5 -1,-1 l 0,0 c 0,-0.5 0.5,-1 1,-1 l 2,0 z"
+ style="fill:url(#linearGradient4784);fill-opacity:1;stroke:#555555;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3133-7"
+ d="m 8.5,1040.8622 2.5,0 c 1.5,0 2.5,1.5 2.5,3 l 0,0 c 0,1.5 -1,3 -2.5,3 l -2.5,0 0,-2 2,0 c 0.5,0 1,-0.5 1,-1 l 0,0 c 0,-0.5 -0.5,-1 -1,-1 l -2,0 z"
+ style="fill:url(#linearGradient4781);fill-opacity:1;stroke:#555555;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/clean_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/clean_obj.svg
new file mode 100644
index 0000000000..c3e4a2e637
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/clean_obj.svg
@@ -0,0 +1,371 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg25490"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="clean_obj.svg">
+ <defs
+ id="defs25492">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11290"
+ id="linearGradient8238"
+ gradientUnits="userSpaceOnUse"
+ x1="12.51806"
+ y1="1037.6146"
+ x2="12.51806"
+ y2="1044.4806" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11290">
+ <stop
+ style="stop-color:#567ead;stop-opacity:1"
+ offset="0"
+ id="stop11292" />
+ <stop
+ style="stop-color:#35679d;stop-opacity:1"
+ offset="1"
+ id="stop11294" />
+ </linearGradient>
+ <linearGradient
+ y2="1044.4806"
+ x2="12.51806"
+ y1="1037.6146"
+ x1="12.51806"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient25569"
+ xlink:href="#linearGradient11290"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1044.4806"
+ x2="12.51806"
+ y1="1037.6146"
+ x1="12.51806"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient25571"
+ xlink:href="#linearGradient11290"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11290-0"
+ id="linearGradient7357-5"
+ gradientUnits="userSpaceOnUse"
+ x1="12.51806"
+ y1="1037.6146"
+ x2="12.51806"
+ y2="1044.4806" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient11290-0">
+ <stop
+ style="stop-color:#567ead;stop-opacity:1"
+ offset="0"
+ id="stop11292-3" />
+ <stop
+ style="stop-color:#35679d;stop-opacity:1"
+ offset="1"
+ id="stop11294-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-5"
+ id="linearGradient3939-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ id="linearGradient3967-5"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-3"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971-6"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-6"
+ id="linearGradient4933-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ id="linearGradient3973-6"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-0"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-3"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949-4"
+ id="linearGradient4935-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949-4">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951-7" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955-1">
+ <stop
+ id="stop3957-4"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959-2" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961-1" />
+ <stop
+ id="stop3963-4"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965-5"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="translate(-60.558598,1.4188)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient26656"
+ xlink:href="#linearGradient3955-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="458.70731"
+ x2="388.63736"
+ y1="477.79834"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4224"
+ xlink:href="#linearGradient10798-1-9-3-7-1-15-1-7-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-7-6-1">
+ <stop
+ style="stop-color:#e96a6e;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-7-3-7" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-5-4-8"
+ offset="0.5"
+ style="stop-color:#eb5560;stop-opacity:1" />
+ <stop
+ style="stop-color:#eb7c7c;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ y2="456.58609"
+ x2="397.69363"
+ y1="477.79834"
+ x1="397.69363"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4226"
+ xlink:href="#linearGradient4879"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4879">
+ <stop
+ style="stop-color:#ce2837;stop-opacity:1;"
+ offset="0"
+ id="stop4881" />
+ <stop
+ style="stop-color:#cf5a52;stop-opacity:1"
+ offset="1"
+ id="stop4883" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-15-1-7-6-1"
+ id="linearGradient3069"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="477.79834"
+ x2="388.63736"
+ y2="458.70731" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4879"
+ id="linearGradient3071"
+ gradientUnits="userSpaceOnUse"
+ x1="397.69363"
+ y1="477.79834"
+ x2="397.69363"
+ y2="456.58609" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="6.9512977"
+ inkscape:cy="3.9493177"
+ inkscape:document-units="px"
+ inkscape:current-layer="text3909-7-7-1"
+ showgrid="true"
+ inkscape:snap-global="false"
+ inkscape:window-width="1429"
+ inkscape:window-height="852"
+ inkscape:window-x="921"
+ inkscape:window-y="529"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid26727"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata25495">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="translate(324.0078,-599.7683)"
+ style="stroke:url(#linearGradient8238);stroke-opacity:1;display:inline"
+ id="layer1-2"
+ inkscape:label="Layer 1">
+ <g
+ id="g11331-3-1-1-7"
+ style="stroke:url(#linearGradient25569);display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-9" />
+ </g>
+ <g
+ id="g6124-3"
+ style="stroke:url(#linearGradient25571);display:inline"
+ transform="matrix(-1,0,0,1,16.12959,8.0140628)">
+ <g
+ id="text6430"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
+ transform="scale(-1,1)" />
+ <g
+ id="g6438"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
+ transform="scale(-1,1)">
+ <g
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#236298;fill-opacity:1;stroke:#236298;stroke-width:0.24860173;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:Sans"
+ id="layer1-9"
+ inkscape:label="Layer 1"
+ transform="matrix(1.2778996,0,0.03747938,1.2778996,-58.56426,-297.79529)">
+ <g
+ transform="translate(20,0)"
+ id="text3909-7-7-1"
+ style="font-size:11.05178356px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#236298;fill-opacity:1;stroke:#236298;stroke-width:0.24860173;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:AustralianFlyingCorpsStencil;-inkscape-font-specification:AustralianFlyingCorpsStencil">
+ <g
+ style="stroke:url(#linearGradient7357-5);stroke-opacity:1;display:inline"
+ transform="matrix(0.25843864,0,-0.00757972,0.25843864,-399.71149,1413.8121)"
+ id="g13813">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939-2);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="15"
+ height="16.625"
+ x="463.74335"
+ y="368.49503"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:url(#linearGradient4933-1);fill-opacity:1;stroke:url(#linearGradient4935-8);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.24874,374.64819 31.13385,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,19.0178 c 0,1.45425 -1.17076,2.63221 -2.625,2.625 l -31.13385,-0.15421 c -1.45423,-0.007 -2.625,-1.17075 -2.625,-2.625 l 0,-18.86359 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient26656);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.26171,374.64819 20.09375,0"
+ id="path13797"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient3069);fill-opacity:1;stroke:url(#linearGradient3071);stroke-width:3.54317927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path10796-2-6-0"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 a 10.625,10.625 0 1 1 -21.25,0 10.625,10.625 0 1 1 21.25,0 z"
+ transform="matrix(0.22085647,0,-0.00647748,0.22085647,-357.66971,1412.772)" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+ id="rect4110"
+ width="2.7261043"
+ height="0.7795738"
+ x="-231.8727"
+ y="1516.4508"
+ transform="matrix(1,0,-0.02931629,0.99957019,0,0)" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/clear.svg b/icons/org.eclipse.egit.ui/icons/obj16/clear.svg
new file mode 100644
index 0000000000..33d237bab9
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/clear.svg
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="clear.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="divider-stroke-7">
+ <stop
+ style="stop-color:#ac9575;stop-opacity:1;"
+ offset="0"
+ id="divider-stroke-stop0" />
+ <stop
+ style="stop-color:#f4efe9;stop-opacity:1"
+ offset="1"
+ id="divider-stroke-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="eraser-stroke-5">
+ <stop
+ style="stop-color:#9a8d73;stop-opacity:1;"
+ offset="0"
+ id="eraser-stroke-stop0" />
+ <stop
+ style="stop-color:#c0b194;stop-opacity:1"
+ offset="1"
+ id="eraser-stroke-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="lightarea-bg-6">
+ <stop
+ style="stop-color:#f5ede6;stop-opacity:1;"
+ offset="0"
+ id="lightarea-bg-stop0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="lightarea-bg-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="darkarea-bg-3">
+ <stop
+ style="stop-color:#ccbba3;stop-opacity:1;"
+ offset="0"
+ id="darkarea-bg-stop0" />
+ <stop
+ style="stop-color:#f2ebe4;stop-opacity:1"
+ offset="1"
+ id="darkarea-bg-stop1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#darkarea-bg-3"
+ id="darkarea-bg"
+ x1="7.8634343"
+ y1="1047.5792"
+ x2="4.2270188"
+ y2="1046.548"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lightarea-bg-6"
+ id="lightarea-bg"
+ x1="9.6854334"
+ y1="1043.3263"
+ x2="9.6854334"
+ y2="1039.8574"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#eraser-stroke-5"
+ id="eraser-stroke"
+ x1="-15.131505"
+ y1="13.523434"
+ x2="-10.560841"
+ y2="2.5190842"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98966812,0,0,1.0004489,19.863103,1036.3587)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#divider-stroke-7"
+ id="divider-stroke"
+ x1="-13.833534"
+ y1="1043.8658"
+ x2="-9.9898014"
+ y2="1043.8658"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,-4.708816,0)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="45.254834"
+ inkscape:cx="7.8217953"
+ inkscape:cy="10.12089"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="1350"
+ inkscape:window-height="936"
+ inkscape:window-x="990"
+ inkscape:window-y="365"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <path
+ style="fill:none;stroke:#9a8d73;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 9.0194025,1049.8598 6.0104105,0"
+ id="line"
+ inkscape:connector-curvature="0">
+ <title
+ id="title3217">line</title>
+ </path>
+ <path
+ style="fill:url(#lightarea-bg);fill-opacity:1;stroke:none;display:inline"
+ d="m 4.747933,1043.8557 1.748611,-3.9562 c 0.22097,-0.4861 0.762754,-1.0077 1.425262,-1.0386 l 3.590776,0 c 0.618718,-0.033 1.193243,0.442 1.016466,1.0165 l -2.016145,3.9783 z"
+ id="lightarea"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc">
+ <title
+ id="title3225">lightarea</title>
+ </path>
+ <path
+ style="fill:url(#darkarea-bg);fill-opacity:1;stroke:none;display:inline"
+ d="m 3.49134,1049.8653 c -0.845557,0 -1.109408,-0.4396 -1.016466,-0.9502 l 2.273059,-5.0594 5.76497,0 -2.698303,5.4091 c -0.173238,0.3219 -0.540186,0.6005 -0.809823,0.6005 z"
+ id="darkarea"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc">
+ <desc
+ id="desc3223">darkarea</desc>
+ <title
+ id="title3221">darkarea</title>
+ </path>
+ <path
+ style="fill:none;stroke:url(#divider-stroke);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 10.650797,1043.8658 -6.01041,0"
+ id="divider"
+ inkscape:connector-curvature="0">
+ <title
+ id="title3219">divider</title>
+ </path>
+ <path
+ style="display:inline;fill:none;stroke:url(#eraser-stroke);stroke-width:0.99504387px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 7.8943041,1038.8597 c -0.6556632,0.031 -1.1730339,0.5454 -1.3917209,1.0318 l -1.7319191,3.9705 -2.2576805,5.0648 c -0.091979,0.5108 0.1837745,0.9379 1.0205952,0.9379 l 3.4638385,0 c 0.2668512,0 0.6326572,-0.272 0.8041053,-0.594 l 2.6597334,-5.4087 2.010263,-4.0019 c 0.17495,-0.5747 -0.40827,-1.0334 -1.020595,-1.0004 l -3.5566199,0 z"
+ id="eraser"
+ inkscape:connector-curvature="0">
+ <title
+ id="title3215">eraser</title>
+ </path>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/cloneGit.svg b/icons/org.eclipse.egit.ui/icons/obj16/cloneGit.svg
new file mode 100644
index 0000000000..0855268b9b
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/cloneGit.svg
@@ -0,0 +1,665 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="cloneGit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3905">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3907" />
+ <stop
+ style="stop-color:#0885f4;stop-opacity:1;"
+ offset="1"
+ id="stop3911" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3901">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3893">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961-0">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963-2" />
+ <stop
+ id="stop5965-4"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967-8"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969-3"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971-9" />
+ <stop
+ id="stop5973-0"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2-7"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1-3"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3113"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-0"
+ id="linearGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1-2"
+ id="linearGradient3119"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient3121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient3123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3905"
+ id="linearGradient3913"
+ x1="-10.9375"
+ y1="-1.8073243"
+ x2="9"
+ y2="-1.8073243"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3905"
+ id="linearGradient3947"
+ gradientUnits="userSpaceOnUse"
+ x1="-20.125"
+ y1="5.2239256"
+ x2="11"
+ y2="-3.2448244"
+ gradientTransform="translate(0.5625,1035.9247)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4002"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4004"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-0"
+ id="linearGradient4006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1-2"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4010"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4012"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3905"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.5625,1035.9247)"
+ x1="-20.125"
+ y1="5.2239256"
+ x2="11"
+ y2="-3.2448244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4034"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4036"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-0"
+ id="linearGradient4038"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1-2"
+ id="linearGradient4040"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4042"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4044"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3905"
+ id="linearGradient4046"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.5625,1035.9247)"
+ x1="-20.125"
+ y1="5.2239256"
+ x2="11"
+ y2="-3.2448244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4065"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-0"
+ id="linearGradient4069"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1-2"
+ id="linearGradient4071"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4073"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3905"
+ id="linearGradient4077"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.5625,1035.9247)"
+ x1="-20.125"
+ y1="5.2239256"
+ x2="11"
+ y2="-3.2448244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3905"
+ id="linearGradient4080"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,9.7899755,1040.1885)"
+ x1="-20.125"
+ y1="5.2239256"
+ x2="11"
+ y2="-3.2448244" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4099"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-0"
+ id="linearGradient4101"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1-2"
+ id="linearGradient4103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4122"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4124"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="11.734808"
+ inkscape:cy="9.054806"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.1486919,0,0,1.1789783,-7.0191413,-186.67431)">
+ <path
+ style="fill:url(#linearGradient4122);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.65650207;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4124);stroke-width:0.86676627;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ style="display:inline"
+ id="g3853-7"
+ transform="matrix(0.89424969,0,0,0.91833889,2.6473291,87.534319)">
+ <path
+ style="fill:url(#linearGradient4101);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.84306276;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868-0"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4103);stroke-width:1.11307859;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ id="g3036"
+ transform="translate(-2,2e-5)">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient4105);fill-opacity:1;stroke:url(#linearGradient4107);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:none;stroke:none"
+ d="m 11.508726,1041.9072 2.5,-2.5 -2,0 c 0,0 -0.5,-1.5 -1.5,-2 -2.1705099,-1.0853 -6.5016025,-1.2764 -7.0000005,2 0,0 0.578363,-0.7892 1,-1 1.0540926,-0.527 2.3448078,-0.7333 3.5,-0.5 0.9525959,0.1924 2.0575025,0.2052 2.5000005,1.5 l -2.5000005,0 z"
+ id="path3125"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscaaccc" />
+ <path
+ style="fill:url(#linearGradient4080);fill-opacity:1;stroke:none"
+ d="m 11.743101,1042.876 3.265625,-3.1875 c 0,0 -1.676002,-0.01 -2.21875,-0.015 -0.02712,-0.5677 -0.991054,-1.7903 -1.5,-2.125 -0.508947,-0.3348 -1.7358887,-0.6847 -2.7338415,-0.6549 -0.9979527,0.03 -2.1101454,0.4386 -2.859909,1.1392 -1.0127515,0.9464 -1.7015115,3.2711 -1.796875,3.75 0,0 1.7710632,-2.5033 2.75,-2.875 0.9789369,-0.3717 2.6934088,-0.7059 3.3125,-0.1875 0.6190915,0.5185 0.7968755,0.9532 0.7968755,0.9532 l -2.2656255,-0.015 z"
+ id="path3895"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccssaczzccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/commit.svg b/icons/org.eclipse.egit.ui/icons/obj16/commit.svg
new file mode 100644
index 0000000000..3125fb13b5
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/commit.svg
@@ -0,0 +1,228 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="commit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.5,0.5,0,-2.4997574,1056.8466)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4967"
+ gradientUnits="userSpaceOnUse"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569"
+ gradientTransform="matrix(0.18200253,0,0,0.17837852,-101.08926,965.35357)" />
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="2.6328125"
+ x2="11.8125"
+ y1="2.6328125"
+ x1="5.0153375"
+ id="linearGradient4800-4"
+ xlink:href="#linearGradient4794-9"
+ inkscape:collect="always"
+ gradientTransform="matrix(0.62622298,0,0,0.66323078,18.378684,1042.69)" />
+ <linearGradient
+ id="linearGradient4794-9">
+ <stop
+ id="stop4796-8"
+ offset="0"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcdf98;stop-opacity:1"
+ offset="0.38869566"
+ id="stop4802-2" />
+ <stop
+ id="stop4798-4"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="438.44077"
+ x2="690.18579"
+ y1="484.1344"
+ x1="690.18579"
+ gradientTransform="matrix(0.17507954,0,0,0.17171181,-96.317048,968.34306)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3076"
+ xlink:href="#linearGradient4721-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3102"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.23481411,-155.68496,936.21515)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.24393077,-162.31762,932.12706)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-1.0771344"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path3868-1"
+ d="m 10.966025,1038.803 c -1.9987739,0 -3.5978537,0.5834 -3.5978537,1.3113 l 0,8.7421 c 0,0.7279 1.5990798,1.3113 3.5978537,1.3113 1.998775,0 3.626185,-0.5834 3.626185,-1.3113 l 0,-8.7421 c 0,-0.7279 -1.62741,-1.3113 -3.626185,-1.3113 z"
+ style="fill:url(#linearGradient3106);fill-opacity:1;stroke:none;display:inline" />
+ <ellipse
+ ry="1.0000277"
+ rx="2.4999995"
+ cy="1044.4362"
+ cx="23.628193"
+ id="path3868"
+ style="fill:none;stroke:#c99d19;stroke-width:0.75741528999999985;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ sodipodi:cx="23.628193"
+ sodipodi:cy="1044.4362"
+ sodipodi:rx="2.4999995"
+ sodipodi:ry="1.0000277"
+ transform="matrix(1.3898503,0,0,1.3674896,-21.818685,-387.98391)" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path3868-1-4"
+ d="m 11.007337,1038.9042 c -1.9227437,0 -3.460998,0.5617 -3.460998,1.2624 l 0,8.4152 c 0,0.7007 1.5382543,1.2624 3.460998,1.2624 1.922747,0 3.488253,-0.5617 3.488253,-1.2624 l 0,-8.4152 c 0,-0.7007 -1.565506,-1.2624 -3.488253,-1.2624 z"
+ style="fill:none;stroke:url(#linearGradient3102);stroke-width:1.04419124;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 9.0002423,1044.8466 -3.9999996,4 0,-1 0,-2 -4.50000001,0 0,-1 0,-1 4.50000001,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/commit_amend.svg b/icons/org.eclipse.egit.ui/icons/obj16/commit_amend.svg
new file mode 100644
index 0000000000..f0a50d3ead
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/commit_amend.svg
@@ -0,0 +1,359 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="commit_amend.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3913"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99178444,0,0,1.0315414,12.876286,-21.603584)"
+ x1="22.519354"
+ y1="1037.4841"
+ x2="22.582371"
+ y2="1043.3398" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59887213,0,0,0.98971353,5.8036735,7.8254367)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3955"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28600232,0,0,0.98971353,8.9957177,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3958"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900348,0,0,0.98971353,6.9937016,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3961"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.71500577,0,0,0.98971353,2.9899193,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3964"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75132414,0,0,0.98971353,1.7354348,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3967"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-0.9603759,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3970"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,2.9779643,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3973"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.9785325,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.510848"
+ inkscape:cy="6.359375"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2079"
+ inkscape:window-height="1240"
+ inkscape:window-x="391"
+ inkscape:window-y="3"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3973);fill-opacity:1;stroke:none;display:inline"
+ d="m 4.51875,1037.86 7.00967,0 3.062057,3.0066 0,9.9546 -10.071727,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3970);fill-opacity:1;stroke:none;display:inline"
+ d="m 10.99975,1037.3622 0,4 4,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3967);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 4.4987972,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient3964);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="3"
+ height="1"
+ x="7"
+ y="1040.3622" />
+ <rect
+ style="fill:url(#linearGradient3961);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="5"
+ height="1"
+ x="8"
+ y="1042.3622" />
+ <rect
+ style="fill:url(#linearGradient3958);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="3"
+ height="1"
+ x="9.9997501"
+ y="1044.3622" />
+ <rect
+ style="fill:url(#linearGradient3955);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="2"
+ height="1"
+ x="10.99975"
+ y="1046.3622" />
+ <rect
+ style="fill:url(#linearGradient3952);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="3"
+ height="1"
+ x="10"
+ y="1048.3622" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3892"
+ width="1"
+ height="4.5"
+ x="3.9997499"
+ y="1042.3622" />
+ <g
+ transform="translate(-0.984875,0.0159)"
+ style="display:inline"
+ id="g4174">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3887"
+ d="m 2.015875,1046.8463 3.5,-7 3.5,7"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3891"
+ d="m 4.515875,1041.8463 2.5,5 2,0 -3.5,-7 z"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3115"
+ d="m 1.015875,1046.8463 9,0"
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3909"
+ transform="translate(15.866796,-4.6488344)">
+ <path
+ sodipodi:nodetypes="ccssscscsssszcc"
+ inkscape:connector-curvature="0"
+ id="path7582-7"
+ d="m -10.36675,1050.5033 0,-1.6412 c 0,0 0.202294,-0.8663 1.21041,-0.045 1.008115,0.8205 2.191555,2.1427 2.366879,2.5073 0.175324,0.3648 0.885012,0.4359 -0.123105,1.4389 -1.008115,1.0028 -2.103893,2.0514 -2.103893,2.0514 0,0 -1.42075,1.5042 -1.385734,0.091 l 0.03544,-1.4303 c -1.355178,-0.065 -1.829218,0.4944 -2.171441,0.8381 -0.342643,0.3441 -0.805824,1.0329 -1.208737,1.1619 -0.402912,0.1289 -0.619865,-1.2586 -0.619865,-1.7099 0,-0.4513 0.173357,-1.2832 0.712845,-2.0308 0.291132,-0.4035 0.998301,-0.9857 1.51867,-1.1345 0.520368,-0.149 1.768528,-0.097 1.768528,-0.097 z"
+ style="fill:url(#linearGradient3913);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccssscc"
+ inkscape:connector-curvature="0"
+ id="path7602"
+ d="m -9.849074,1050.1053 0,-0.5966 c 0,0 -0.110484,-0.3757 0.220971,-0.2431 0.331456,0.1326 0.972272,0.6629 1.038563,0.7734 0.06629,0.1105 0.751301,0.5966 0.596622,0.8176 -0.15468,0.221 -1.458408,0.066 -1.458408,0.066 z"
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/current_step.svg b/icons/org.eclipse.egit.ui/icons/obj16/current_step.svg
new file mode 100644
index 0000000000..dc89601eeb
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/current_step.svg
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.debug.ui, resume_co.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="current_step.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8180">
+ <stop
+ style="stop-color:#36825e;stop-opacity:1"
+ offset="0"
+ id="stop8182" />
+ <stop
+ style="stop-color:#257550;stop-opacity:1"
+ offset="1"
+ id="stop8184" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8164">
+ <stop
+ style="stop-color:#accf8e;stop-opacity:1;"
+ offset="0"
+ id="stop8166" />
+ <stop
+ id="stop8176"
+ offset="0.29019928"
+ style="stop-color:#93c586;stop-opacity:1" />
+ <stop
+ id="stop8174"
+ offset="0.4292171"
+ style="stop-color:#58ab71;stop-opacity:1" />
+ <stop
+ id="stop8172"
+ offset="0.57545984"
+ style="stop-color:#4da766;stop-opacity:1" />
+ <stop
+ style="stop-color:#61af61;stop-opacity:1"
+ offset="0.70769268"
+ id="stop8178" />
+ <stop
+ style="stop-color:#78ba5e;stop-opacity:1"
+ offset="1"
+ id="stop8168" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8164"
+ id="linearGradient3126"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.40377946,0)"
+ x1="20.303318"
+ y1="1056.0222"
+ x2="20.303318"
+ y2="1065.103" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8180"
+ id="linearGradient3128"
+ gradientUnits="userSpaceOnUse"
+ x1="21.469872"
+ y1="1054.8516"
+ x2="21.469872"
+ y2="1066.1039" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="0.81558817"
+ inkscape:cy="10.020779"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8159"
+ showgrid="true"
+ inkscape:window-width="1458"
+ inkscape:window-height="814"
+ inkscape:window-x="486"
+ inkscape:window-y="64"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="layer1-0"
+ inkscape:label="Layer 1"
+ transform="matrix(0.77393739,0,0,0.77393739,-0.808785,233.54106)">
+ <g
+ transform="translate(-8.2201167,-12.904699)"
+ id="g8159"
+ style="display:inline">
+ <g
+ id="g3123"
+ transform="translate(-3.8956841,0)">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path8117"
+ d="m 18.975251,1054.7517 10.78301,5.8156 -10.72051,5.8048 z"
+ style="fill:url(#linearGradient3126);fill-opacity:1;stroke:url(#linearGradient3128);stroke-width:1.29209423;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/delete_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/delete_obj.svg
new file mode 100644
index 0000000000..9af37d524e
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/delete_obj.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="delete_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4852">
+ <stop
+ style="stop-color:#df2c33;stop-opacity:1"
+ offset="0"
+ id="stop4854" />
+ <stop
+ style="stop-color:#f5817d;stop-opacity:1"
+ offset="1"
+ id="stop4856" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4844">
+ <stop
+ style="stop-color:#c51325;stop-opacity:1;"
+ offset="0"
+ id="stop4846" />
+ <stop
+ style="stop-color:#ca5d49;stop-opacity:1"
+ offset="1"
+ id="stop4848" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4844"
+ id="linearGradient4850"
+ x1="8.6566515"
+ y1="1050.7386"
+ x2="8.6566515"
+ y2="1037.7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.962068e-6,-2.1458883e-5)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4852"
+ id="linearGradient4858"
+ x1="4.7528968"
+ y1="1051.0466"
+ x2="4.7528968"
+ y2="1038.5814"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.962068e-6,-2.1458883e-5)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.9999996"
+ inkscape:cx="-16.40091"
+ inkscape:cy="-0.10638011"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="150"
+ inkscape:window-y="150"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4858);fill-opacity:1;stroke:url(#linearGradient4850);stroke-width:0.98060334;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 13.419292,1038.6553 c -0.468185,-0.4682 -1.221974,-0.4682 -1.690135,-10e-5 l -3.1127968,3.1129 -3.1127723,-3.1128 c -0.4681138,-0.4682 -1.221974,-0.4682 -1.690134,0 l -0.8600555,0.8601 c -0.4681391,0.468 -0.4681272,1.2218 3.66e-5,1.6901 l 3.1127223,3.1128 -3.1127269,3.1127 c -0.4682099,0.4682 -0.468198,1.222 -1.34e-5,1.6902 l 0.8601016,0.8601 c 0.4681344,0.4681 1.2219244,0.4681 1.6901337,0 l 3.1127774,-3.1128 3.1344053,3.1344 c 0.468135,0.4682 1.221925,0.4682 1.690135,0 l 0.860055,-0.86 c 0.46816,-0.4682 0.463458,-1.2173 -3.7e-5,-1.6902 l -3.134406,-3.1344 3.112777,-3.1127 c 0.468181,-0.4683 0.468169,-1.2221 3.4e-5,-1.6902 z"
+ id="rect4043"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccccccccssccsccsccss" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/disconnect_co.svg b/icons/org.eclipse.egit.ui/icons/obj16/disconnect_co.svg
new file mode 100644
index 0000000000..b807bfd0fb
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/disconnect_co.svg
@@ -0,0 +1,151 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.debug.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="disconnect_co.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962-2">
+ <stop
+ style="stop-color:#f6928e;stop-opacity:1"
+ offset="0"
+ id="stop4964-2" />
+ <stop
+ style="stop-color:#f13f53;stop-opacity:1"
+ offset="1"
+ id="stop4966-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4962-2"
+ id="linearGradient4838"
+ x1="3.5628386"
+ y1="11.335736"
+ x2="3.5628386"
+ y2="13.61885"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4962-2-7">
+ <stop
+ style="stop-color:#f6928e;stop-opacity:1"
+ offset="0"
+ id="stop4964-2-4" />
+ <stop
+ style="stop-color:#f13f53;stop-opacity:1"
+ offset="1"
+ id="stop4966-1-0" />
+ </linearGradient>
+ <linearGradient
+ y2="13.61885"
+ x2="3.5628386"
+ y1="11.335736"
+ x1="3.5628386"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4855"
+ xlink:href="#linearGradient4962-2-7"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.999999"
+ inkscape:cx="10.966143"
+ inkscape:cy="5.3502881"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="1113"
+ inkscape:window-y="443"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient4838);fill-opacity:1;stroke:#c82930;stroke-width:0.75248649999999984;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path4959-6"
+ sodipodi:cx="3.5134368"
+ sodipodi:cy="12.464466"
+ sodipodi:rx="1.5026019"
+ sodipodi:ry="1.5026019"
+ d="m 5.0160387,12.464466 c 0,0.829864 -0.6727378,1.502602 -1.5026019,1.502602 -0.8298641,0 -1.5026019,-0.672738 -1.5026019,-1.502602 0,-0.829864 0.6727378,-1.502602 1.5026019,-1.502602 0.8298641,0 1.5026019,0.672738 1.5026019,1.502602 z"
+ transform="matrix(1.3289275,0,0,1.3289275,-1.1662871,1031.2903)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient4855);fill-opacity:1;stroke:#c82930;stroke-width:0.75248653;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path4959-6-9"
+ sodipodi:cx="3.5134368"
+ sodipodi:cy="12.464466"
+ sodipodi:rx="1.5026019"
+ sodipodi:ry="1.5026019"
+ d="m 5.0160387,12.464466 c 0,0.829864 -0.6727378,1.502602 -1.5026019,1.502602 -0.8298641,0 -1.5026019,-0.672738 -1.5026019,-1.502602 0,-0.829864 0.6727378,-1.502602 1.5026019,-1.502602 0.8298641,0 1.5026019,0.672738 1.5026019,1.502602 z"
+ transform="matrix(1.3289275,0,0,1.3289275,7.833713,1024.3059)" />
+ <path
+ style="fill:none;stroke:#c82930;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 3.4913399,9.459262 0,-5.9441167 4.0106214,4.0106215"
+ id="path4874"
+ inkscape:connector-curvature="0"
+ transform="translate(0,1036.3622)" />
+ <path
+ style="fill:none;stroke:#c82930;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 12.495903,1042.9267 0,5.9441 -3.0604464,-3.0383"
+ id="path4874-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:#801f23;stroke:#801f23;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 5.9770487,1043.8878 3.0273013,0"
+ id="path4894"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#801f23;stroke:#801f23;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;fill-opacity:1"
+ d="m 7.9770487,1045.8878 3.0273013,0"
+ id="path4894-8"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/done_step.svg b/icons/org.eclipse.egit.ui/icons/obj16/done_step.svg
new file mode 100644
index 0000000000..4ce9594d0f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/done_step.svg
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="done_step.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4025">
+ <stop
+ style="stop-color:#4a9045;stop-opacity:1;"
+ offset="0"
+ id="stop4027" />
+ <stop
+ id="stop4047"
+ offset="0.5"
+ style="stop-color:#4a9045;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4029" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4019"
+ osb:paint="solid">
+ <stop
+ style="stop-color:#4a9045;stop-opacity:1;"
+ offset="0"
+ id="stop4021" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4025"
+ id="linearGradient4031"
+ x1="10"
+ y1="1042.3622"
+ x2="12"
+ y2="1044.3622"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.69876951,-0.71534689,0.71534689,0.69876951,-756.03173,317.44783)" />
+ <linearGradient
+ id="linearGradient4025-7">
+ <stop
+ style="stop-color:#4a9045;stop-opacity:1;"
+ offset="0"
+ id="stop4027-9" />
+ <stop
+ id="stop4047-3"
+ offset="0.5"
+ style="stop-color:#4a9045;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4029-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4025"
+ id="linearGradient4245"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.5,0,1032.8622)"
+ spreadMethod="reflect"
+ x1="8"
+ y1="8"
+ x2="8"
+ y2="9.166667" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4025-7"
+ id="linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,1.5,0,-2.5,1035.3622)"
+ spreadMethod="reflect"
+ x1="8"
+ y1="8"
+ x2="8"
+ y2="9.166667" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="13.535335"
+ inkscape:cy="7.5724126"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2111"
+ inkscape:window-height="1123"
+ inkscape:window-x="361"
+ inkscape:window-y="93"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4241"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,738.69742,301.29041)">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path4037"
+ d="m 5,1043.3622 3,0 3,0 0,3 -6,0 z"
+ style="fill:url(#linearGradient4245);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4037-5"
+ d="m 8,1036.3622 0,7 3,3 0,-10 z"
+ style="fill:url(#linearGradient4247);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/editconfig.svg b/icons/org.eclipse.egit.ui/icons/obj16/editconfig.svg
new file mode 100644
index 0000000000..74eb4f9104
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/editconfig.svg
@@ -0,0 +1,433 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui, editor_area.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="editconfig.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient12204">
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0"
+ id="stop12206" />
+ <stop
+ id="stop12214"
+ offset="0.25"
+ style="stop-color:#f7cec5;stop-opacity:1" />
+ <stop
+ id="stop12212"
+ offset="0.5"
+ style="stop-color:#f7ccc3;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="1"
+ id="stop12208" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12144">
+ <stop
+ style="stop-color:#ca9189;stop-opacity:1"
+ offset="0"
+ id="stop12146" />
+ <stop
+ id="stop12154"
+ offset="0.25"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ id="stop12152"
+ offset="0.5"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#bd847e;stop-opacity:1"
+ offset="1"
+ id="stop12148" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4082-3">
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="0"
+ id="stop4084-8" />
+ <stop
+ id="stop4864-7"
+ offset="0.5"
+ style="stop-color:#5a9ccc;stop-opacity:1" />
+ <stop
+ style="stop-color:#4476aa;stop-opacity:1"
+ offset="1"
+ id="stop4086-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-9"
+ offset="0"
+ style="stop-color:#c5dff4;stop-opacity:1" />
+ <stop
+ id="stop4998-5-0"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-0">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-5" />
+ <stop
+ style="stop-color:#c5dff4;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4810-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4812-0"
+ offset="0"
+ style="stop-color:#be9a4b;stop-opacity:1" />
+ <stop
+ id="stop4814-4"
+ offset="1"
+ style="stop-color:#877e60;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4082-3"
+ id="linearGradient8878"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.87616643,1.0002456)"
+ x1="8.0137892"
+ y1="1039.876"
+ x2="8.0137892"
+ y2="1041.8765" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-5"
+ id="linearGradient8881"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17,0.9999451)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1044.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-0"
+ id="linearGradient8884"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17,-5.0312549)"
+ x1="-13"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4810-5"
+ id="linearGradient8887"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.91881011,1.0357451)"
+ x1="8.0137892"
+ y1="1042.3622"
+ x2="8.0137892"
+ y2="1050.0707" />
+ <linearGradient
+ id="linearGradient4908-52-3-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2-7-1"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2-9-49"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter5428-3"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur5430-8"
+ stdDeviation="0.22207033"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5077-5-3">
+ <stop
+ id="stop5079-7-3"
+ offset="0"
+ style="stop-color:#e4cf94;stop-opacity:1" />
+ <stop
+ style="stop-color:#ede0ba;stop-opacity:1"
+ offset="0.32186735"
+ id="stop5087-6-7" />
+ <stop
+ style="stop-color:#c1aa7e;stop-opacity:1"
+ offset="0.64764118"
+ id="stop5085-1-30" />
+ <stop
+ id="stop5081-8-1"
+ offset="1"
+ style="stop-color:#ad8865;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5300-8">
+ <stop
+ id="stop5302-7"
+ offset="0"
+ style="stop-color:#4d4d4d;stop-opacity:1;" />
+ <stop
+ style="stop-color:#727272;stop-opacity:1;"
+ offset="0.29405674"
+ id="stop5308-8" />
+ <stop
+ id="stop5304-9"
+ offset="1"
+ style="stop-color:#4d4d4d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-6"
+ id="linearGradient12292"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-3"
+ id="linearGradient12294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8"
+ id="linearGradient12296"
+ gradientUnits="userSpaceOnUse"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144"
+ id="linearGradient12298"
+ gradientUnits="userSpaceOnUse"
+ x1="29.095431"
+ y1="0.03125"
+ x2="32.279569"
+ y2="0.03125"
+ gradientTransform="translate(3.3308581e-7,1037.1136)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12204"
+ id="linearGradient12300"
+ gradientUnits="userSpaceOnUse"
+ x1="29.150082"
+ y1="1.046875"
+ x2="32.162418"
+ y2="1.046875" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask7584">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path7586"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter8356"
+ x="-0.23975421"
+ width="1.4795084"
+ y="-0.24024629"
+ height="1.4804926">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.90851138"
+ id="feGaussianBlur8358" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="-0.40626607"
+ inkscape:cy="7.707515"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1-5-8"
+ showgrid="true"
+ inkscape:window-width="1208"
+ inkscape:window-height="913"
+ inkscape:window-x="1083"
+ inkscape:window-y="526"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid8762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3997-9"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ style="fill:#f4fcff;fill-opacity:1;stroke:url(#linearGradient8887);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7"
+ d="m 3,1044.331 0,7.0312 -1,0 0,-8.0312 z"
+ style="fill:url(#linearGradient8884);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0"
+ d="m 3,1044.3622 10.928078,0 0,-1 -11.928078,0 z"
+ style="fill:url(#linearGradient8881);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3997-9-9"
+ d="m 1.503712,1040.8623 13.004333,0 0,2.0053 -13.004333,0 z"
+ style="fill:#58b6e8;fill-opacity:1;stroke:url(#linearGradient8878);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <g
+ id="g7581"
+ mask="url(#mask7584)">
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path5226-6-14-1-5-9-9"
+ d="m 14.945713,1040.3274 -5.5989979,5.572 -3.4954296,1.6602 1.6601595,-3.4924 5.545372,-5.5834 c 0.812805,0.3857 1.414835,1.0349 1.888896,1.8439 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;filter:url(#filter8356)" />
+ </g>
+ <g
+ id="g12278"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.06628,283.93164)">
+ <g
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ inkscape:label="Layer 1"
+ id="layer1-5-8"
+ style="display:inline">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:url(#linearGradient12292);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 15.685953,1040.5523 -8.7475939,8.7054 -5.461084,2.5938 2.59375,-5.4564 8.6638109,-8.7231 c 1.269887,0.6025 2.210467,1.6169 2.951117,2.8807 z"
+ id="path5226-6-14-1-5-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffcb72;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 12.75,1037.6747 -8.6875,8.7188 0.9375,0.9062 8.9375,-8.875 c -0.362696,-0.2963 -0.752826,-0.5438 -1.1875,-0.75 z"
+ id="path5424-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e5a856;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 15.3125,1039.956 -8.78125,8.9062 0.40625,0.4063 8.75,-8.7188 c -0.120121,-0.205 -0.24381,-0.4026 -0.375,-0.5937 z"
+ id="path5226-6-14-1-5-2-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fbbc67;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 6.536718,1048.8567 -1.548139,-1.5456 8.939717,-8.8821 c 0.52506,0.4288 0.980135,0.9451 1.380966,1.5292 z"
+ id="path5226-6-14-1-5-2-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.5;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5428-3)"
+ d="m 4.984376,1047.2528 8.937501,-8.8281"
+ id="path5426-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient12294);fill-opacity:1;stroke:none;display:inline"
+ d="M 4.09375,10 2.6875,12.9375 c 0.1928924,0.586348 0.244767,1.257306 1.375,1.28125 L 4.03125,14.28125 6.96875,12.875 C 7.3020356,11.516034 6.7891722,11.737439 5.9815375,11.315162 5.6074141,10.176906 5.9121401,10.42899 4.6833038,10.420015 4.6786211,9.4016554 4.2560993,10.44918 4.09375,10 z"
+ id="path5006-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc"
+ transform="translate(0,1036.3622)" />
+ <path
+ style="fill:url(#linearGradient12296);fill-opacity:1;stroke:none;display:inline"
+ d="m 2.6874999,1049.2997 -1.21875,2.5625 2.5625,-1.2187 0.03125,-0.062 c -0.7244984,-0.1443 -1.1657597,-0.5692 -1.375,-1.2818 z"
+ id="path5006-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path11335"
+ d="m 30.6875,1035.7699 c -0.790527,0 -1.4375,0.166 -1.4375,0.375 l 0,2 c 0,0.209 0.646973,0.375 1.4375,0.375 0.790527,0 1.4375,-0.166 1.4375,-0.375 l 0,-2 c 0,-0.209 -0.646973,-0.375 -1.4375,-0.375 z"
+ style="fill:url(#linearGradient12298);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(1.0529667,0,0,1.0529667,-1.5886036,1035.0448)"
+ d="m 32.015625,1.046875 c 0,0.1984773 -0.608613,0.359375 -1.359375,0.359375 -0.750762,0 -1.359375,-0.1608977 -1.359375,-0.359375 0,-0.19847733 0.608613,-0.359375 1.359375,-0.359375 0.750762,0 1.359375,0.16089767 1.359375,0.359375 z"
+ sodipodi:ry="0.359375"
+ sodipodi:rx="1.359375"
+ sodipodi:cy="1.046875"
+ sodipodi:cx="30.65625"
+ id="path11335-9"
+ style="fill:#f5b9ac;fill-opacity:1;stroke:url(#linearGradient12300);stroke-width:0.2935867;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path11335-4"
+ d="m 30.687499,1035.7698 c -0.790526,0 -1.437499,0.166 -1.437499,0.375 l 0,1.4807 c 0,0.209 0.646973,0.375 1.437499,0.375 0.790527,0 1.4375,-0.166 1.4375,-0.375 l 0,-1.4807 c 0,-0.209 -0.646973,-0.375 -1.4375,-0.375 z"
+ style="fill:none;stroke:#b6766f;stroke-width:0.30913702;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cssscsc"
+ inkscape:connector-curvature="0"
+ id="path11335-4-0"
+ d="m 29.09375,1037.7074 0,1.6022 c 0,0.2327 0.713814,0.4063 1.59375,0.4063 0.879938,0 1.59375,-0.1736 1.59375,-0.4063 l 0,-1.6022 c 0,0.2327 -0.713812,0.4062 -1.59375,0.4062 -0.879936,0 -1.59375,-0.1735 -1.59375,-0.4062 z"
+ style="fill:#dedfe2;fill-opacity:1;stroke:#a79a9e;stroke-width:0.34410122;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/fetch.svg b/icons/org.eclipse.egit.ui/icons/obj16/fetch.svg
new file mode 100644
index 0000000000..4de2e90ed8
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/fetch.svg
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="fetch.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3871"
+ x1="-24.01133"
+ y1="1047.3749"
+ x2="-17.00503"
+ y2="1047.3463"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(26.194135,-0.65503536)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,19.541081,1040.3622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="5.586705"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 7.541081,1051.8622 4,-4 -1,0 -2,0 0,-4.5 -1,0 -1,0 0,4.5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/fixup-down.svg b/icons/org.eclipse.egit.ui/icons/obj16/fixup-down.svg
new file mode 100644
index 0000000000..9811742d7a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/fixup-down.svg
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="fixup-down.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,19.499999,1035.3622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="9.1185863"
+ inkscape:cy="6.8443557"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4716">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4546"
+ d="m 1,1046.8622 13,0"
+ style="fill:none;stroke:#1800a9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.74509805;stroke-dasharray:1, 1;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path4546-0"
+ d="m 0,1046.8622 15,0"
+ style="fill:none;stroke:#1f00ea;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.28627451;stroke-dasharray:1, 1;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 7.4999993,1046.8622 3.9999997,-4 -1,0 -1.9999997,0 7e-7,-5 -1,0 -1,0 -7e-7,5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/fixup-up.svg b/icons/org.eclipse.egit.ui/icons/obj16/fixup-up.svg
new file mode 100644
index 0000000000..da5364367b
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/fixup-up.svg
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="fixup-up.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,19.499999,1051.3622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="9.1185863"
+ inkscape:cy="6.8443557"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4716"
+ transform="translate(0,-7)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4546"
+ d="m 1,1046.8622 13,0"
+ style="fill:none;stroke:#1800a9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.74509804;stroke-dasharray:1, 1;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path4546-0"
+ d="m 0,1046.8622 15,0"
+ style="fill:none;stroke:#1f00ea;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.28627451;stroke-dasharray:1, 1;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 7.4999993,1039.8622 3.9999997,4 -1,0 -1.9999997,0 7e-7,5 -1,0 -1,0 -7e-7,-5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.svg b/icons/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.svg
new file mode 100644
index 0000000000..fbde6bce41
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.svg
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="gerrit_fetch.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient3144"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ id="linearGradient3865-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-3" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869-8" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0.5,0,0,0.5,19.499999,1040.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3797"
+ xlink:href="#linearGradient3865-9"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-11.998192"
+ inkscape:cy="2.2878843"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#94ff98;fill-opacity:1;stroke:none"
+ id="rect3128"
+ width="11.000011"
+ height="9.9999828"
+ x="5"
+ y="1042.3622"
+ ry="1.6666638" />
+ <g
+ transform="matrix(0.13951652,0,0,0.13951652,-56.755785,992.15429)"
+ style="display:inline"
+ id="g3150-0">
+ <rect
+ ry="9.0172421e-07"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ y="14.000001"
+ x="7.9999995"
+ height="7.999999"
+ width="4.0000005"
+ id="rect3130-9"
+ style="fill:#008000;fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="3.2316038e-06"
+ y="-514.31757"
+ x="402.87634"
+ height="28.670437"
+ width="14.335222"
+ id="rect3130-5-3"
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3144);fill-opacity:1;stroke:none;display:inline"
+ id="path3807"
+ sodipodi:cx="4.03125"
+ sodipodi:cy="7.46875"
+ sodipodi:rx="1"
+ sodipodi:ry="0.4375"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ transform="matrix(2.4933899,-0.12344031,0.41181533,2.8429651,-4.9470546,1023.8702)" />
+ <rect
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3178-5"
+ width="4"
+ height="2"
+ x="11"
+ y="1044.3622"
+ ry="1.6158019e-06" />
+ <path
+ style="fill:url(#linearGradient3797);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 7.499999,1051.8622 4,-4 -1,0 -2,0 10e-7,-5 -1,0 -1,0 -1e-6,5 -2,0 -0.999999,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/gerrit_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/gerrit_obj.svg
new file mode 100644
index 0000000000..e840ba7e40
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/gerrit_obj.svg
@@ -0,0 +1,238 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="gerrit_obj.svg"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/gerrit_obj@2x.png"
+ inkscape:export-xdpi="180.00005"
+ inkscape:export-ydpi="180.00005">
+ <defs
+ id="defs4">
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3809-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-5" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-8"
+ id="radialGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="1.3001331"
+ inkscape:cy="4.0555339"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2178"
+ inkscape:window-height="1221"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <g
+ id="g4069"
+ transform="matrix(0.5,0,0,0.5,241.03164,187.10295)">
+ <rect
+ ry="14.33522"
+ y="316.86502"
+ x="446.22531"
+ height="86.011322"
+ width="86.011322"
+ id="rect3128-2"
+ style="fill:#ffacaf;fill-opacity:1;stroke:none;display:inline" />
+ <path
+ transform="matrix(17.871647,-0.88477199,2.9517318,20.377266,383.09731,187.99445)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807-7"
+ style="fill:url(#radialGradient4090);fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="g4192">
+ <rect
+ ry="7.1676102"
+ y="359.87067"
+ x="478.47952"
+ height="43.005661"
+ width="43.005661"
+ id="rect3128"
+ style="fill:#94ff98;fill-opacity:1;stroke:none" />
+ <g
+ transform="matrix(0.5,0,0,0.5,242.82356,187.10295)"
+ id="g3150">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <g
+ id="g3150-0"
+ style="display:inline"
+ transform="matrix(0.5,0,0,0.5,260.74259,187.10295)">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130-9"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5-3"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <path
+ transform="matrix(8.9358235,-0.442386,1.4758659,10.188633,446.41501,295.39094)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807"
+ style="fill:url(#radialGradient4092);fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="485.64713"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178"
+ style="fill:#c20000;fill-opacity:1;stroke:none" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="503.56613"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178-5"
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/gerrit_push.svg b/icons/org.eclipse.egit.ui/icons/obj16/gerrit_push.svg
new file mode 100644
index 0000000000..435f439131
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/gerrit_push.svg
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="gerrit_push.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0.5,0,0,-0.5,19.499999,1054.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient3144"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-11.998192"
+ inkscape:cy="2.2878843"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#94ff98;fill-opacity:1;stroke:none"
+ id="rect3128"
+ width="11.000011"
+ height="9.9999828"
+ x="5"
+ y="1042.3622"
+ ry="1.6666638" />
+ <g
+ transform="matrix(0.13951652,0,0,0.13951652,-56.755785,992.15429)"
+ style="display:inline"
+ id="g3150-0">
+ <rect
+ ry="9.0172421e-07"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ y="14.000001"
+ x="7.9999995"
+ height="7.999999"
+ width="4.0000005"
+ id="rect3130-9"
+ style="fill:#008000;fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="3.2316038e-06"
+ y="-514.31757"
+ x="402.87634"
+ height="28.670437"
+ width="14.335222"
+ id="rect3130-5-3"
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3144);fill-opacity:1;stroke:none;display:inline"
+ id="path3807"
+ sodipodi:cx="4.03125"
+ sodipodi:cy="7.46875"
+ sodipodi:rx="1"
+ sodipodi:ry="0.4375"
+ d="m 5.03125,7.46875 a 1,0.4375 0 1 1 -2,0 1,0.4375 0 1 1 2,0 z"
+ transform="matrix(2.4933899,-0.12344031,0.41181533,2.8429651,-4.9470546,1023.8702)" />
+ <rect
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3178-5"
+ width="4"
+ height="2"
+ x="11"
+ y="1044.3622"
+ ry="1.6158019e-06" />
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#d20502;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 7.5,1042.8622 4,4 -1,0 -1.9999999,0 -10e-8,5 -1,0 -1,0 -4e-7,-5 -1.9999993,0 -1.0000002,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/gitrepository.svg b/icons/org.eclipse.egit.ui/icons/obj16/gitrepository.svg
new file mode 100644
index 0000000000..812b204ffe
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/gitrepository.svg
@@ -0,0 +1,237 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="gitrepository.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3901">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3893">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="8.2245873"
+ inkscape:cy="4.2028843"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.1289901,0,0,1.1789783,-6.804578,-186.67384)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.65650207;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.86676627;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <rect
+ style="fill:#e9f8ff;stroke:#e9f8ff;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ id="rect3909"
+ width="5"
+ height="1"
+ x="-40"
+ y="0"
+ transform="translate(0,1036.3622)" />
+ <g
+ id="g3036">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient4090);fill-opacity:1;stroke:url(#linearGradient4092);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/history.svg b/icons/org.eclipse.egit.ui/icons/obj16/history.svg
new file mode 100644
index 0000000000..4af96a4c61
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/history.svg
@@ -0,0 +1,500 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui, history_view.svg -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="history.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4322"
+ inkscape:collect="always">
+ <stop
+ id="stop4324"
+ offset="0"
+ style="stop-color:#6179a7;stop-opacity:1" />
+ <stop
+ id="stop4326"
+ offset="1"
+ style="stop-color:#476499;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4476">
+ <stop
+ style="stop-color:#e6eef9;stop-opacity:1"
+ offset="0"
+ id="stop4478" />
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1"
+ offset="1"
+ id="stop4480" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4468">
+ <stop
+ style="stop-color:#c7b571;stop-opacity:1"
+ offset="0"
+ id="stop4470" />
+ <stop
+ style="stop-color:#66728e;stop-opacity:1"
+ offset="1"
+ id="stop4472" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5206">
+ <stop
+ id="stop5208"
+ offset="0"
+ style="stop-color:#bbb8bb;stop-opacity:1" />
+ <stop
+ style="stop-color:#ccc8cb;stop-opacity:1"
+ offset="0.25"
+ id="stop5216" />
+ <stop
+ style="stop-color:#bdb6bc;stop-opacity:1"
+ offset="0.5"
+ id="stop5214" />
+ <stop
+ id="stop5210"
+ offset="1"
+ style="stop-color:#9b8c98;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5331">
+ <stop
+ id="stop5333"
+ offset="0"
+ style="stop-color:#fef48d;stop-opacity:1" />
+ <stop
+ style="stop-color:#fffffe;stop-opacity:1"
+ offset="0.3251386"
+ id="stop5341" />
+ <stop
+ style="stop-color:#fffffe;stop-opacity:1"
+ offset="0.66393197"
+ id="stop5339" />
+ <stop
+ id="stop5335"
+ offset="1"
+ style="stop-color:#fef48d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5378">
+ <stop
+ style="stop-color:#f4d684;stop-opacity:1"
+ offset="0"
+ id="stop5380" />
+ <stop
+ id="stop5382"
+ offset="0.25"
+ style="stop-color:#fcf4c6;stop-opacity:1" />
+ <stop
+ id="stop5384"
+ offset="0.5"
+ style="stop-color:#fbeebc;stop-opacity:1" />
+ <stop
+ style="stop-color:#eeb960;stop-opacity:1"
+ offset="1"
+ id="stop5386" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5428">
+ <stop
+ id="stop5430"
+ offset="0"
+ style="stop-color:#f0a53b;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f2d58f;stop-opacity:1"
+ offset="0.26895422"
+ id="stop5438" />
+ <stop
+ style="stop-color:#efb965;stop-opacity:1"
+ offset="0.60424823"
+ id="stop5436" />
+ <stop
+ id="stop5432"
+ offset="1"
+ style="stop-color:#df9833;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask8820">
+ <g
+ transform="matrix(1.0698871,0,0,1.0698871,15.540293,-72.622799)"
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ id="g8822"
+ inkscape:label="Layer 1">
+ <g
+ transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)"
+ id="g8824"
+ style="fill:#ffffff;stroke:#ffffff;display:inline">
+ <g
+ id="g8826"
+ transform="translate(15.600543,0)"
+ style="fill:#ffffff;stroke:#ffffff">
+ <g
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,730.34515,280.80707)"
+ id="g8828"
+ style="fill:#ffffff;stroke:#ffffff">
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:1.06988704;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 28.565245,1040.0695 -1.069887,2.1398 4.279549,0 -1.069887,-2.1398 c -0.472828,-0.9477 -1.844257,-0.7625 -2.139775,0 z"
+ id="path8830"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
+ d="m 26.607269,1042.2428 c 1.259438,-1.6377 4.858466,-1.5046 6.055728,0 l 0,8.5925 -6.055728,0 z"
+ id="path8832"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 29.411544,1042.9075 c -0.368467,0.01 -0.72715,0.043 -1.069887,0.1003 l 0,2.4073 c 0.342737,-0.057 0.70142,-0.09 1.069887,-0.1003 z"
+ id="path8834"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-opacity:1;display:inline"
+ d="m 29.645582,1053.51 c -1.546954,0 -3.096933,0.3554 -3.778039,1.0365 l 0,0.5683 c 1.362214,1.3622 6.178977,1.3438 7.522644,0 l 0,-0.5683 c -0.671834,-0.6719 -2.197651,-1.0342 -3.744605,-1.0365 z"
+ id="path8836"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccccs" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.87995493;stroke-opacity:1;display:inline"
+ d="m 26.422196,1052.4196 0,12.1257 6.413338,0 0,-12.1257 z"
+ id="path8838"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.0003444;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 25.867543,1050.1666 0,4.3799 c 1.778049,-1.9187 5.89609,-1.8666 7.522644,0 l 0,-4.3799 c -1.258456,-2.537 -6.051006,-2.5281 -7.522644,0 z"
+ id="path8840"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </mask>
+ <linearGradient
+ id="linearGradient7592-1-3-6">
+ <stop
+ style="stop-color:#ad7212;stop-opacity:1;"
+ offset="0"
+ id="stop7594-6-9-5" />
+ <stop
+ style="stop-color:#875f1e;stop-opacity:1;"
+ offset="1"
+ id="stop7596-9-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7584-5-3-4">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-4-4-4" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-5-0-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4468"
+ id="linearGradient4474"
+ x1="17.729965"
+ y1="1034.9207"
+ x2="17.729965"
+ y2="1045.6195"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99999985,0,0,1.0000032,3.2096632,5.3461156)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4476"
+ id="linearGradient4482"
+ x1="19.86974"
+ y1="1043.4797"
+ x2="19.86974"
+ y2="1035.9906"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99999985,0,0,1.0000032,3.2096632,5.3461156)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4322"
+ id="linearGradient4492"
+ x1="17.729966"
+ y1="1037.5954"
+ x2="22.009514"
+ y2="1037.5954"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0000002,0,0,1.0278846,3.2096586,-23.583446)" />
+ <linearGradient
+ gradientTransform="matrix(1.0000002,0,0,1.0278846,3.2096583,-23.643239)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4322"
+ id="linearGradient4492-1"
+ x1="17.729965"
+ y1="1037.5955"
+ x2="22.009514"
+ y2="1037.5955"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientTransform="matrix(2.0000002,0,0,2.055769,-14.520306,-1094.6298)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4322"
+ id="linearGradient4492-3"
+ x1="17.729965"
+ y1="1037.5955"
+ x2="22.009514"
+ y2="1037.5955"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4967"
+ gradientUnits="userSpaceOnUse"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569"
+ gradientTransform="matrix(0.18200253,0,0,0.17837852,-101.08926,965.35357)" />
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="2.6328125"
+ x2="11.8125"
+ y1="2.6328125"
+ x1="5.0153375"
+ id="linearGradient4800-4"
+ xlink:href="#linearGradient4794-9"
+ inkscape:collect="always"
+ gradientTransform="matrix(0.62622298,0,0,0.66323078,18.378684,1042.69)" />
+ <linearGradient
+ id="linearGradient4794-9">
+ <stop
+ id="stop4796-8"
+ offset="0"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcdf98;stop-opacity:1"
+ offset="0.38869566"
+ id="stop4802-2" />
+ <stop
+ id="stop4798-4"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4755-8"
+ gradientUnits="userSpaceOnUse"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077"
+ gradientTransform="matrix(0.17507954,0,0,0.17171181,-96.317048,968.34306)" />
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4476"
+ id="linearGradient4482-7"
+ x1="19.86974"
+ y1="1043.4797"
+ x2="19.86974"
+ y2="1035.9906"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.85714286,0,0,0.7426114,8.1879706,270.25912)" />
+ <filter
+ inkscape:collect="always"
+ style="color-interpolation-filters:sRGB"
+ id="filter4389"
+ x="-0.05073366"
+ width="1.1014673"
+ y="-0.045545871"
+ height="1.0910917">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.13569823"
+ id="feGaussianBlur4391" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-2.2316649"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1391"
+ inkscape:window-x="0"
+ inkscape:window-y="1"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="g8472"
+ transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)">
+ <image
+ y="1034.9207"
+ x="-1.5280007"
+ id="image4319"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAbxJREFU
+OI2Nk09sTEEcxz/z3ttng9ImJKInJA44rzTphXATQQQHpCniIC4u6LVNhDYSvQhuSBxIozcHskfS
+BD01cWi71UhaRRvdzu78eTMO1jbLm9TvNPObbz7z+33nN8J7Tyjevih5XZmGNMYZR31e0l7aQ9fJ
+MfFHI0KA8tOdvnvXetheItp2kOznBOrHR/znKd7PGw6cnRIAUej2dDmDOIZMAaLlbPH1l+Y6CQEW
+Z2O+ti3QsWWORJbR3z5RrUySjS+xuWPT2oDivtOwt4tlsZs464StH9gY3cInFZJX3/MBzx5daDFk
+YWy0BXr40ClSbiOiVdk/FRw7/yC3opePL69uRACgbILLHFcHRlDaUasrpDI8v9eLcvndtmRrNsF4
+uHvzBAC+8UY2cyhVAKBanmFpNgRQKcbA9TsjaG1ZqRtqyvBksIeqSZs6ub8tH7Biimjr6b92/HcF
+jby2HqlT3r2ZY8OOTs5cmhS5AKlSlHUMDI+itUM2PLjffw6pihy52CegL+yBtEVsBjeuHAUvmgOo
+LEi7LsfCv1/BFLDW4wCEJ/IC12ikbgprA7RNGBp+mCsMDW3wN/5v/AJczcNxJFjGigAAAABJRU5E
+rkJggg==
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="17.118193"
+ width="17.118193" />
+ <g
+ style="display:inline"
+ id="g4537"
+ transform="matrix(1.4869828,0,0,1.3418433,-8.8456538,-364.69538)">
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path3868-1"
+ d="m 23.588663,1043.3622 c -1.438122,0 -2.588663,0.4266 -2.588663,0.9589 l 0,6.3928 c 0,0.5323 1.150541,0.9589 2.588663,0.9589 1.438122,0 2.609047,-0.4266 2.609047,-0.9589 l 0,-6.3928 c 0,-0.5323 -1.170925,-0.9589 -2.609047,-0.9589 z"
+ style="display:inline;fill:url(#linearGradient4967);fill-opacity:1;stroke:none" />
+ <ellipse
+ ry="1.0000277"
+ rx="2.4999995"
+ cy="1044.4362"
+ cx="23.628193"
+ id="path3868"
+ style="display:inline;fill:none;stroke:url(#linearGradient4800-4);stroke-width:0.75741529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path3868-1-4"
+ d="m 23.618387,1043.4362 c -1.383418,0 -2.490195,0.4107 -2.490195,0.9231 l 0,6.1538 c 0,0.5124 1.106777,0.9231 2.490195,0.9231 1.38342,0 2.509805,-0.4107 2.509805,-0.9231 l 0,-6.1538 c 0,-0.5124 -1.126385,-0.9231 -2.509805,-0.9231 z"
+ style="display:inline;fill:none;stroke:url(#linearGradient4755-8);stroke-width:0.75741524;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ <path
+ style="display:inline;opacity:0.73999999;fill:url(#linearGradient4482-7);fill-opacity:1;stroke:none;stroke-width:1.06988704;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.5999999;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4389)"
+ d="m 22.009514,1039.2002 6.419323,0 0,7.1505 -6.419323,0 z"
+ id="rect4466-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ transform="matrix(0.99050735,0,0,1,0.20892857,0)" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4482);fill-opacity:1;stroke:url(#linearGradient4474);stroke-width:1.06988704;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2.5999999;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 19.334796,1040.805 7.489209,0 0,9.629 -7.489209,0 z"
+ id="rect4466"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4492);stroke-width:1.06988704px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 20.939627,1042.9448 4.279549,0"
+ id="path4484"
+ inkscape:connector-curvature="0" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient4492-1);stroke-width:1.06988704px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 20.939627,1045.0846 4.279549,0"
+ id="path4484-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:url(#linearGradient4492-3);stroke-width:1.06988704px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 20.939628,1047.2244 4.279548,0"
+ id="path4484-75"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/ignore.svg b/icons/org.eclipse.egit.ui/icons/obj16/ignore.svg
new file mode 100644
index 0000000000..ccbe68116f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/ignore.svg
@@ -0,0 +1,394 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="ignore.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3952"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1977443,0,0,0.98971353,-1.392653,7.8254367)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3955"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.57200464,0,0,0.98971353,4.9919352,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3958"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.57200464,0,0,0.98971353,4.9919353,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3961"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.71500577,0,0,0.98971353,2.9899193,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3967"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-0.9603759,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3970"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,2.9779643,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3973"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.9785325,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ id="linearGradient4852-7">
+ <stop
+ style="stop-color:#cccccc;stop-opacity:1;"
+ offset="0"
+ id="stop4854-4" />
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1;"
+ offset="1"
+ id="stop4856-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4844-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4846-8" />
+ <stop
+ style="stop-color:#333333;stop-opacity:1;"
+ offset="1"
+ id="stop4848-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1038.5814"
+ x2="4.7528968"
+ y1="1051.0466"
+ x1="4.7528968"
+ gradientTransform="matrix(0.49552336,0,0,0.51886445,-10.269642,502.17927)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3011"
+ xlink:href="#linearGradient4852-7"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1037.7"
+ x2="8.6566515"
+ y1="1050.7386"
+ x1="8.6566515"
+ gradientTransform="matrix(0.49552336,0,0,0.51886445,-10.269642,502.17927)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3013"
+ xlink:href="#linearGradient4844-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1038.5814"
+ x2="4.7528968"
+ y1="1051.0466"
+ x1="4.7528968"
+ gradientTransform="matrix(0.60372264,0,0,0.60372264,-0.70187798,413.92018)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3886"
+ xlink:href="#linearGradient4852-7-29-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4852-7-29-2">
+ <stop
+ style="stop-color:#707070;stop-opacity:1"
+ offset="0"
+ id="stop4854-4-4-4" />
+ <stop
+ style="stop-color:#a0a0a0;stop-opacity:1"
+ offset="1"
+ id="stop4856-0-8-8" />
+ </linearGradient>
+ <linearGradient
+ y2="1037.7"
+ x2="8.6566515"
+ y1="1050.7386"
+ x1="8.6566515"
+ gradientTransform="matrix(0.60372264,0,0,0.60372264,-0.70187798,413.92018)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3888"
+ xlink:href="#linearGradient4844-4-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4844-4-9-7">
+ <stop
+ style="stop-color:#313131;stop-opacity:1;"
+ offset="0"
+ id="stop4846-8-5-5" />
+ <stop
+ style="stop-color:#696969;stop-opacity:1;"
+ offset="1"
+ id="stop4848-8-5-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4852-7-2">
+ <stop
+ style="stop-color:#cccccc;stop-opacity:1;"
+ offset="0"
+ id="stop4854-4-6" />
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1;"
+ offset="1"
+ id="stop4856-0-9" />
+ </linearGradient>
+ <radialGradient
+ r="3.5000005"
+ fy="1041.8622"
+ fx="14.5"
+ cy="1041.8622"
+ cx="14.5"
+ gradientTransform="matrix(2.1428592,-0.14306219,0.14307412,2.1430807,-175.63499,-1186.8575)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3050"
+ xlink:href="#linearGradient4852-7-2"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-8.129777"
+ inkscape:cy="1.359375"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2079"
+ inkscape:window-height="1240"
+ inkscape:window-x="391"
+ inkscape:window-y="3"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="fill:url(#radialGradient3050);fill-opacity:1;stroke:none;display:inline"
+ id="rect3035"
+ width="7.000001"
+ height="7.000052"
+ x="1"
+ y="1040.3622"
+ rx="2.000001"
+ ry="2.0000372" />
+ <path
+ style="fill:url(#linearGradient3973);fill-opacity:1;stroke:none;display:inline"
+ d="m 4.51875,1037.86 7.00967,0 3.062057,3.0066 0,9.9546 -10.071727,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3970);fill-opacity:1;stroke:none;display:inline"
+ d="m 10.99975,1037.3622 0,4 4,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3967);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 4.4987972,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient3961);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="5"
+ height="1"
+ x="8"
+ y="1042.3622" />
+ <rect
+ style="fill:url(#linearGradient3958);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="4"
+ height="1"
+ x="9"
+ y="1044.3622" />
+ <rect
+ style="fill:url(#linearGradient3955);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="4"
+ height="1"
+ x="9"
+ y="1046.3622" />
+ <rect
+ style="fill:url(#linearGradient3952);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="6"
+ height="1"
+ x="7"
+ y="1048.3622" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3892"
+ width="1"
+ height="7.0000172"
+ x="4"
+ y="1040.3622" />
+ <path
+ style="fill:url(#linearGradient3886);fill-opacity:1;stroke:url(#linearGradient3888);stroke-width:0.70916849;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="M 6.505831,1040.8535 4.5,1042.8593 2.494169,1040.8535 c -0.501458,-0.5015 -1.50437398,0.5014 -1.002916,1.0029 l 2.005831,2.0058 -2.005831,2.0058 c -0.50145798,0.5015 0.501458,1.5044 1.002916,1.0029 L 4.5,1044.8651 l 2.005831,2.0058 c 0.501458,0.5015 1.504374,-0.5014 1.002916,-1.0029 l -2.005831,-2.0058 2.005831,-2.0058 c 0.501458,-0.5015 -0.501458,-1.5044 -1.002916,-1.0029 z"
+ id="rect4043-2-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/import_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/import_obj.svg
new file mode 100644
index 0000000000..6047857704
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/import_obj.svg
@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="import_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4599">
+ <stop
+ id="stop4601"
+ offset="0"
+ style="stop-color:#8a6b1a;stop-opacity:1;" />
+ <stop
+ id="stop4603"
+ offset="1"
+ style="stop-color:#c48f20;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4476">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4478" />
+ <stop
+ style="stop-color:#0d5c9a;stop-opacity:1;"
+ offset="1"
+ id="stop4480" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7" />
+ <stop
+ id="stop4609"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605" />
+ <stop
+ id="stop4607"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8-2">
+ <stop
+ id="stop10750-5-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.33333385"
+ id="stop10752-8-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop10754-8-48" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient4090-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ id="linearGradient3901-0">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient4092-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.92307692,0,0,1,23.269231,-8)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ id="linearGradient3893-0">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895-7" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient4448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3338667,0,0,0.87752441,-915.77508,-73.100119)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient4464"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.85685369,0,0,1.1541848,225.17522,-218.07826)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4476"
+ id="linearGradient4482"
+ x1="11"
+ y1="10.000001"
+ x2="15"
+ y2="14.000001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,460.56048,345.53547)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient4597"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80000001,0,0,0.80000001,-94.62075,77.349859)" />
+ <linearGradient
+ id="linearGradient10448-9-7-0-5-9">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-0" />
+ <stop
+ id="stop4609-3"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3-7"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605-6" />
+ <stop
+ id="stop4607-3"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ y2="518.28192"
+ x2="323.98331"
+ y1="529.30121"
+ x1="324.1601"
+ gradientTransform="matrix(0.85685369,0,0,1.1541848,192.92103,-218.07825)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4630"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="4.8798611"
+ inkscape:cy="4.0818218"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1865"
+ inkscape:window-height="1180"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ ry="0"
+ rx="0"
+ y="381.37354"
+ x="496.3985"
+ height="10.751415"
+ width="14.33522"
+ id="rect10007-0-74-2-7-6"
+ style="fill:url(#linearGradient4464);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4313-5-1"
+ d="m 496.37779,392.12491 -7.14684,0.10776 0.0208,3.47605 7.14683,-0.10776 -0.0208,-3.47605 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#9e7400;fill-opacity:1;fill-rule:evenodd;stroke:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:sans-serif" />
+ <rect
+ ry="0"
+ rx="0"
+ y="379.58163"
+ x="-494.6066"
+ height="14.33522"
+ width="14.33522"
+ id="rect10007-0-74-2-7-1"
+ style="fill:url(#linearGradient4448);fill-opacity:1;stroke:url(#linearGradient4597);stroke-width:3.58380508;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ transform="scale(-1,1)" />
+ <g
+ transform="matrix(3.5838051,0,0,3.5838051,457.03267,-3390.0875)"
+ style="display:inline"
+ id="g3036">
+ <rect
+ y="1043.8622"
+ x="2.5"
+ height="7"
+ width="12"
+ id="rect3123"
+ style="fill:url(#linearGradient4090-5);fill-opacity:1;stroke:url(#linearGradient4092-7);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cccscscscccccscscsccccc"
+ d="m 6.873,1049.3587 -0.388518,0 -0.1183567,-0.41 c -0.2921596,0.3617 -0.5249243,0.4135 -0.9066253,0.4135 -0.482243,0 -0.85713,-0.2241 -1.124662,-0.6722 C 4.111614,1048.3151 4,1047.8678 4,1047.3481 c 0,-0.518 0.11843,-0.9636 0.35529,-1.3367 0.274351,-0.4328 0.652645,-0.6492 1.134887,-0.6492 0.453271,0 0.770779,0.1647 1.027531,0.4192 0.1565814,0.1872 0.274056,0.3449 0.355292,0.5808 0.01364,0.05 -0.01874,-0.15 0,0 l -0.8063333,0 c -0.067787,-0.131 -0.018737,-0.054 -0.1198377,-0.1667 -0.113028,-0.1013 -0.1875043,-0.1269 -0.3817623,-0.1269 -0.318656,0 -0.501257,0.1452 -0.622803,0.4023 -0.107354,0.2385 -0.1526977,0.5211 -0.1526977,0.8976 0,0.3392 0.043823,0.6074 0.1648133,0.8716 0.155066,0.339 0.279145,0.4336 0.572242,0.4336 0.24197,0 0.3874544,-0.1197 0.5531217,-0.334 0.109057,-0.1618 0.1603647,-0.2216 0.1705917,-0.4207 l -0.6189154,0.01 -0.00842,-0.5651 1.25,0"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3048"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 8.9,1049.3622 -0.8,0 0,-4 0.8,0 0,4"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3050"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ d="m 13.378454,1046.1622 -1.478681,0 4.54e-4,3.2 -0.799813,0 -8.28e-4,-3.2 -1.115586,0 3.75e-4,-0.8 3,0 -4.53e-4,0.8"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ id="path3052"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:url(#linearGradient4482);fill-opacity:1;stroke:none"
+ d="m 517.90136,399.29255 -17.91903,0 17.91903,-17.91903 z"
+ id="path4466"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="381.37354"
+ x="464.14429"
+ height="10.751415"
+ width="14.33522"
+ id="rect10007-0-74-2-7-6-6"
+ style="fill:url(#linearGradient4630);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/import_prj.svg b/icons/org.eclipse.egit.ui/icons/obj16/import_prj.svg
new file mode 100644
index 0000000000..07952ebb4c
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/import_prj.svg
@@ -0,0 +1,416 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="import_prj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5056">
+ <stop
+ style="stop-color:#2c4b7c;stop-opacity:1;"
+ offset="0"
+ id="stop5058" />
+ <stop
+ id="stop5082"
+ offset="1"
+ style="stop-color:#3370a4;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4367">
+ <stop
+ id="stop4369"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#42659a;stop-opacity:1;"
+ offset="0.5"
+ id="stop4371" />
+ <stop
+ id="stop4373"
+ offset="1"
+ style="stop-color:#a0b2cc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4226">
+ <stop
+ style="stop-color:#2f4e7d;stop-opacity:1;"
+ offset="0"
+ id="stop4228" />
+ <stop
+ style="stop-color:#d7dced;stop-opacity:1;"
+ offset="1"
+ id="stop4230" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118">
+ <stop
+ id="stop4120"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4018">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4020" />
+ <stop
+ style="stop-color:#d7dced;stop-opacity:1;"
+ offset="1"
+ id="stop4022" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3984">
+ <stop
+ id="stop3986"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#42659a;stop-opacity:1;"
+ offset="0.40740749"
+ id="stop3988" />
+ <stop
+ id="stop3990"
+ offset="1"
+ style="stop-color:#a0b2cc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient4018-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4020-2" />
+ <stop
+ style="stop-color:#d7dced;stop-opacity:1;"
+ offset="1"
+ id="stop4022-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118-5">
+ <stop
+ id="stop4120-7"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122-3"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118-7">
+ <stop
+ id="stop4120-8"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122-4"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4118-7-5">
+ <stop
+ id="stop4120-8-9"
+ offset="0"
+ style="stop-color:#42659a;stop-opacity:1;" />
+ <stop
+ id="stop4122-4-3"
+ offset="1"
+ style="stop-color:#d7dced;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3984"
+ id="linearGradient4321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-14.335223,-3.5838008)"
+ x1="865.53046"
+ y1="474.55246"
+ x2="829.69244"
+ y2="377.78973" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4323"
+ gradientUnits="userSpaceOnUse"
+ x1="108"
+ y1="12.000001"
+ x2="108"
+ y2="14.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4325"
+ gradientUnits="userSpaceOnUse"
+ x1="104"
+ y1="15"
+ x2="106"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4327"
+ gradientUnits="userSpaceOnUse"
+ x1="107"
+ y1="22.5"
+ x2="109"
+ y2="22.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018"
+ id="linearGradient4329"
+ gradientUnits="userSpaceOnUse"
+ x1="89.958336"
+ y1="27"
+ x2="90"
+ y2="29" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018-5"
+ id="linearGradient4331"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,331.54351,345.53547)"
+ x1="108"
+ y1="12.000001"
+ x2="108"
+ y2="14.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4018-5"
+ id="linearGradient4333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,12.543319,331.54351,238.02131)"
+ x1="104"
+ y1="15"
+ x2="106"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118"
+ id="linearGradient4335"
+ gradientUnits="userSpaceOnUse"
+ x1="75"
+ y1="15.000001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118-5"
+ id="linearGradient4337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,453.39289,359.8707)"
+ x1="75.125"
+ y1="14.875001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4226"
+ id="linearGradient4339"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,596.74509,345.53547)"
+ x1="75.916664"
+ y1="15.083334"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4226"
+ id="linearGradient4341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,3.5838051,-3.5838051,0,768.76773,195.01566)"
+ x1="75"
+ y1="15.000001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118"
+ id="linearGradient4343"
+ gradientUnits="userSpaceOnUse"
+ x1="75"
+ y1="18"
+ x2="73"
+ y2="14.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118-7"
+ id="linearGradient4345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,3.5838051,-3.5838051,0,775.93534,141.25858)"
+ x1="75"
+ y1="15.000001"
+ x2="73"
+ y2="15.000001" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4118-7-5"
+ id="linearGradient4347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,3.5838051,-3.5838051,0,904.95232,141.25858)"
+ x1="76"
+ y1="15.999998"
+ x2="73"
+ y2="16.999998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4367"
+ id="linearGradient4357"
+ x1="104"
+ y1="21"
+ x2="89"
+ y2="-8.999999"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4365"
+ x1="109"
+ y1="19"
+ x2="91"
+ y2="1.0000008"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3859">
+ <stop
+ style="stop-color:#9cacc7;stop-opacity:1;"
+ offset="0"
+ id="stop3884" />
+ <stop
+ id="stop3886"
+ offset="1"
+ style="stop-color:#cdd5e3;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="1034.3622"
+ x2="5"
+ y1="1050.3622"
+ x1="5"
+ gradientTransform="matrix(1.7919026,0,0,1.7919026,485.64713,-1482.8541)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3010"
+ xlink:href="#linearGradient3859"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5056"
+ id="linearGradient5078"
+ gradientUnits="userSpaceOnUse"
+ x1="-5.0000005"
+ y1="10.000001"
+ x2="-10"
+ y2="5.000001"
+ gradientTransform="matrix(1.7919026,0,0,1.7919026,508.94186,363.45449)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="10.829739"
+ inkscape:cy="6.3839216"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2074"
+ inkscape:window-height="1242"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <path
+ style="fill:url(#linearGradient3010);fill-opacity:1;stroke:#516d9d;stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 476.68762,372.41402 0,7.16761 -3.58381,0 0,10.75141 39.42186,0 0,-10.75141 -3.58381,0 0,-7.16761 10.75142,0 0,25.08663 -53.75708,0 0,-25.08663 z"
+ id="path3089"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient5078);fill-opacity:1;stroke:none"
+ d="m 499.98235,381.37352 -17.91903,0 17.91903,-17.91903 z"
+ id="path5046"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3370a4;stroke-width:3.58380507999999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 491.02283,372.414 476.68761,358.07878 469.52,350.91117"
+ id="path5068"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/merge.svg b/icons/org.eclipse.egit.ui/icons/obj16/merge.svg
new file mode 100644
index 0000000000..7a05f7a261
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/merge.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="merge.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029-5">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-5" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3884"
+ x1="-14"
+ y1="32"
+ x2="-14"
+ y2="2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,14.5,1038.3622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-7.85289"
+ inkscape:cy="1.2184686"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="2268"
+ inkscape:window-height="1309"
+ inkscape:window-x="139"
+ inkscape:window-y="9"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <path
+ style="fill:url(#linearGradient3884);fill-opacity:1;stroke:#ac7e1e;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 2.5,1038.8622 0,3 c 0,1 1,2 2,2 l 2,0 0,3 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-3 2,0 c 1,0 2,-1 2,-2 l 0,-3 m -2,0 0,2 c 0,0.5 -0.5,1 -1,1 l -4,0 c -0.5,0 -1,-0.5 -1,-1 l 0,-2"
+ id="path2989"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/mergetool.svg b/icons/org.eclipse.egit.ui/icons/obj16/mergetool.svg
new file mode 100644
index 0000000000..14fd18c118
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/mergetool.svg
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.compare, twowaycompare_co.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="mergetool.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4309"
+ inkscape:collect="always">
+ <stop
+ id="stop4311"
+ offset="0"
+ style="stop-color:#d5f3ff;stop-opacity:1" />
+ <stop
+ id="stop4313"
+ offset="1"
+ style="stop-color:#fafcf4;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4288">
+ <stop
+ style="stop-color:#8a97ac;stop-opacity:1"
+ offset="0"
+ id="stop4290" />
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="1"
+ id="stop4292" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4288"
+ id="linearGradient4294"
+ x1="688.31909"
+ y1="317.17447"
+ x2="688.31909"
+ y2="274.16879"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50000022,0,0,0.50000008,303.84158,157.69125)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4309"
+ id="linearGradient4339"
+ x1="668.60822"
+ y1="281.33643"
+ x2="711.61389"
+ y2="313.59067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50000022,0,0,0.50000008,303.84158,157.69125)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4309"
+ id="linearGradient4339-8"
+ x1="668.60834"
+ y1="281.33643"
+ x2="711.61395"
+ y2="313.59067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50000023,0,0,0.50000008,278.75489,157.69124)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4288"
+ id="linearGradient4294-9"
+ x1="688.31909"
+ y1="317.17447"
+ x2="688.31909"
+ y2="274.16879"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50000023,0,0,0.50000008,278.75489,157.69124)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4749"
+ id="linearGradient4755"
+ x1="1.6861235"
+ y1="1040.7402"
+ x2="14.375154"
+ y2="1040.7402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.1237409,0,0,-1.9548044,643.12335,2313.9017)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4749">
+ <stop
+ style="stop-color:#fbdd83;stop-opacity:1"
+ offset="0"
+ id="stop4751" />
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="1"
+ id="stop4753" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4741"
+ id="linearGradient4747"
+ x1="1.0625"
+ y1="1050.0809"
+ x2="15.565599"
+ y2="1050.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.1237409,0,0,-1.9548044,643.12335,2313.9017)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4741">
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="0"
+ id="stop4743" />
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="1"
+ id="stop4745" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4749"
+ id="linearGradient4755-2"
+ x1="1.6861235"
+ y1="1040.7402"
+ x2="14.375154"
+ y2="1040.7402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1237409,0,0,-1.9548044,629.58458,2313.9017)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4741"
+ id="linearGradient4747-8"
+ x1="1.0625"
+ y1="1050.0809"
+ x2="15.565599"
+ y2="1050.0809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1237409,0,0,-1.9548044,629.58458,2313.9017)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="27.63777"
+ inkscape:cx="3.3107339"
+ inkscape:cy="6.0682947"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8667"
+ showgrid="true"
+ inkscape:window-width="2341"
+ inkscape:window-height="1019"
+ inkscape:window-x="65"
+ inkscape:window-y="368"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3032" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g8667"
+ transform="matrix(0.27903303,0,0,0.27903303,-169.06377,963.86005)">
+ <rect
+ style="display:inline;opacity:1;fill:url(#linearGradient4339-8);fill-opacity:1;stroke:url(#linearGradient4294-9);stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4286-1"
+ width="25.086636"
+ height="25.086637"
+ x="611.26733"
+ y="290.29593" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4339);fill-opacity:1;stroke:url(#linearGradient4294);stroke-width:3.58380508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4286"
+ width="25.086636"
+ height="25.086637"
+ x="636.35394"
+ y="290.29593" />
+ <image
+ y="259.83359"
+ x="548.55072"
+ id="image4247"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAUVJREFU
+OI2dkr1KA0EUhb9ZN7E1iAn4MhJBsQpY+g5CQBIhqEgKC03QRrCzFYMgRDAQQeJjxMYuoCCW/mTx
+WMzsZvO3qBeGu8w58+3MvddIIh73BzkBLO88G0ZikuaNGvKV7ui5ochXuhEIwA8/2tWsVvYeAQgC
+cVfNSsZgwhsaQANIu5rV6v6LMZK43V3Q2naTyGlkswQmlhFoQGodFTBhDa7L8yps1QG4OSk5r3Es
+65Eg9DSPS6zXXg2SonVZzCjonatRnFN8P1yNSM9EuhntwsVmRgAbp29jXZikjQH+Gj5Ap3X4b4oP
+EHx7LC6VJxp6D7XpWqduAZ/9FAC5WWyHXKcM8JSkBb4FfDiThzPEcrKWtoD3fhqAmbjJVSVZSznA
+lzV5np0Z4QbwF5ofXiX+FzF4Z6IWpO0c1M+uQnZUp+GYrv0APjfG9pTo1OoAAAAASUVORK5CYII=
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="57.340881"
+ width="57.340881" />
+ <path
+ style="display:inline;fill:url(#linearGradient4755);fill-opacity:1;stroke:url(#linearGradient4747);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 625.63516,283.12831 0,-7.02164 11.71417,0 c 1.41845,0 2.58842,-1.07703 2.58842,-2.38252 l 0,-2.60635 c 0,-1.30549 -1.16976,-2.38251 -2.58842,-2.38251 l -11.71417,0 0,-7.10981 -2.68734,0 -11.68058,10.75142 11.68058,10.75141 z"
+ id="rect3968"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsssscccccc" />
+ <path
+ style="display:inline;fill:url(#linearGradient4755-2);fill-opacity:1;stroke:url(#linearGradient4747-8);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 635.35858,268.73529 11.71417,0 0,-7.10981 2.68734,0 11.68058,10.75142 -11.68058,10.75141 -2.68734,0 0,-7.02164 -11.71417,0"
+ id="rect3968-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ </g>
+ <g
+ transform="translate(-20.000002,2.6171874e-6)"
+ style="stroke:#694337;stroke-opacity:1;display:inline"
+ id="g11029" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/new_branch_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/new_branch_obj.svg
new file mode 100644
index 0000000000..b552a9fb25
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/new_branch_obj.svg
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="new_branch_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3861">
+ <stop
+ style="stop-color:#caf3f6;stop-opacity:1;"
+ offset="0"
+ id="stop3863" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3865" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3861"
+ id="linearGradient3867"
+ x1="-11"
+ y1="1054.3622"
+ x2="-11"
+ y2="1029.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,13,522.1811)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3959"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)" />
+ <linearGradient
+ id="linearGradient4029-5">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-5" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.70961"
+ inkscape:cy="4.9684686"
+ inkscape:document-units="px"
+ inkscape:current-layer="g6616"
+ showgrid="true"
+ inkscape:window-width="2268"
+ inkscape:window-height="1309"
+ inkscape:window-x="139"
+ inkscape:window-y="9"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4000" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g6616">
+ <path
+ style="fill:url(#linearGradient3867);fill-opacity:1;stroke:#679093;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 6.5,1038.3622 0,4.5 -2,0 c -1,0 -2,1 -2,2 l 0,2 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-1 c 0,-0.5 0.5,-1 1,-1 l 4,0 c 0.5,0 1,0.5 1,1 l 0,1 -2,0 0,1 3,3 3,-3 0,-1 -2,0 0,-2 c 0,-1 -1,-2 -2,-2 l -2,0 0,-4.5"
+ id="path3091"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccc" />
+ <g
+ style="display:inline"
+ id="g3969"
+ transform="translate(37,-16)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3165"
+ d="m -25.5,1052.8622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z"
+ style="fill:url(#linearGradient3959);fill-opacity:1;stroke:#ac7e1e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3961"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3963"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3965"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3967"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/new_tag_obj.svg b/icons/org.eclipse.egit.ui/icons/obj16/new_tag_obj.svg
new file mode 100644
index 0000000000..b3299162ad
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/new_tag_obj.svg
@@ -0,0 +1,457 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="new_tag_obj.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4772">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774" />
+ <stop
+ id="stop4016"
+ offset="1"
+ style="stop-color:#9f9ea5;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient3967-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.287556,0,0,1.1726082,-201.54297,-81.116324)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.537222,0,0,0.5508921,270.55379,-154.60356)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient4005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8670447,0,0,1.9401045,-1035.9929,-1098.8633)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2792978,0,0,1.0977854,-197.28702,-53.32107)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-150.02132,-801.84604)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(71.676155,7.75e-4)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient4452"
+ gradientUnits="userSpaceOnUse"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059"
+ gradientTransform="translate(0,3.5837847)" />
+ <linearGradient
+ id="linearGradient4275">
+ <stop
+ style="stop-color:#d3eef7;stop-opacity:1;"
+ offset="0"
+ id="stop4277" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4279" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient3191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.375,0,0,1.3333333,-194.88499,-127.72179)"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-5"
+ id="linearGradient3959"
+ x1="-22"
+ y1="24"
+ x2="-22"
+ y2="12"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,-14,1046.8622)" />
+ <linearGradient
+ id="linearGradient4029-5">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-5" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="4.8798611"
+ inkscape:cy="7.5910678"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1835"
+ inkscape:window-height="1054"
+ inkscape:window-x="933"
+ inkscape:window-y="405"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ style="fill:url(#linearGradient4014);fill-opacity:1;stroke:none"
+ id="rect3978"
+ width="53.757118"
+ height="7.1676102"
+ x="464.14432"
+ y="352.70386" />
+ <rect
+ ry="3.1096368"
+ rx="3.1329315"
+ y="-367.03079"
+ x="476.69589"
+ height="19.694366"
+ width="17.902462"
+ id="rect13693-3"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4011);stroke-width:3.60036659;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <rect
+ ry="4.2813878"
+ rx="4.1751499"
+ y="-386.74924"
+ x="469.52002"
+ height="32.254246"
+ width="43.005661"
+ id="rect13693-3-7"
+ style="fill:url(#linearGradient4003);fill-opacity:1;stroke:url(#linearGradient4005);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693-8"
+ d="m 472.96837,354.49498 36.11056,0 c 1.87243,0 3.37504,1.37283 3.37983,3.07809 l 0.0668,23.77904 c 0.0101,3.58988 -1.79183,5.38345 -5.37548,5.38482 l -32.25461,0.0123 c -3.58521,10e-4 -5.38582,-1.79494 -5.37548,-5.38481 l 0.0685,-23.79124 c 0.005,-1.70526 1.5074,-3.07808 3.37983,-3.07808 z"
+ style="fill:none;stroke:url(#linearGradient4000);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 472.24058,354.49498 25.02113,0"
+ style="fill:none;stroke:url(#linearGradient4008);stroke-width:3.6481905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3477"
+ width="39.226192"
+ height="25.043242"
+ x="475.09137"
+ y="363.49789" />
+ <rect
+ style="fill:url(#linearGradient3191);fill-opacity:1;stroke:#757c8a;stroke-width:3.58380508;stroke-opacity:1"
+ id="rect4247"
+ width="39.421856"
+ height="28.670441"
+ x="480.27139"
+ y="368.8302" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4249"
+ width="3.5838051"
+ height="17.919025"
+ x="489.23093"
+ y="374.20593" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4251"
+ width="3.5838051"
+ height="3.5838051"
+ x="507.14996"
+ y="374.20593" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4253"
+ width="3.5838051"
+ height="10.751412"
+ x="503.56616"
+ y="377.78973" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4257"
+ width="3.5838051"
+ height="10.751412"
+ x="510.73376"
+ y="377.78973" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4259"
+ width="3.5838051"
+ height="3.5838051"
+ x="510.73376"
+ y="374.20593" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4261"
+ width="3.5838051"
+ height="3.5838051"
+ x="503.56616"
+ y="374.20593" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4263"
+ width="3.5838051"
+ height="3.5838051"
+ x="503.56616"
+ y="388.54114" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4265"
+ width="3.5838051"
+ height="3.5838051"
+ x="485.64713"
+ y="374.2059" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+ id="rect4251-8"
+ width="3.5838051"
+ height="3.5838051"
+ x="496.39856"
+ y="388.54114" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+ id="rect4251-0"
+ width="3.5838051"
+ height="3.5838051"
+ x="507.14996"
+ y="388.54114" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none;display:inline"
+ id="rect4263-4"
+ width="3.5838051"
+ height="3.5838051"
+ x="510.73376"
+ y="388.54114" />
+ <g
+ style="display:inline"
+ id="g3969"
+ transform="matrix(3.5838051,0,0,3.5838051,596.74509,-3425.9255)">
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3165"
+ d="m -25.5,1052.8622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z"
+ style="fill:url(#linearGradient3959);fill-opacity:1;stroke:#ac7e1e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3961"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="18"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3963"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-26"
+ height="1"
+ width="1"
+ id="rect3965"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="20"
+ x="-24"
+ height="1"
+ width="1"
+ id="rect3967"
+ style="fill:#ac7e1e;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.svg b/icons/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.svg
new file mode 100644
index 0000000000..a9ddd7b1d9
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.svg
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="no_assume_unchanged.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.5,0.5,0,4,1055.8622)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="4.4475872"
+ inkscape:cy="5.7052378"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 15.5,1043.8622 -4,4 0,-1 0,-2 -11,0 c 0,-0.6667 0,-1.3333 0,-2 l 11,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ <rect
+ style="fill:#788b9a;fill-opacity:1;stroke:#788b9a;stroke-width:1.5782721;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3878"
+ width="2.4217281"
+ height="4.4217281"
+ x="6.7891359"
+ y="1037.1514" />
+ <rect
+ style="fill:#788b9a;fill-opacity:1;stroke:#788b9a;stroke-width:1.5782721;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect3878-3"
+ width="2.4217279"
+ height="4.4217277"
+ x="6.7891359"
+ y="1046.1514" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/note.svg b/icons/org.eclipse.egit.ui/icons/obj16/note.svg
new file mode 100644
index 0000000000..edd185b4b8
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/note.svg
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="note.svg"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/note@2x.png"
+ inkscape:export-xdpi="180"
+ inkscape:export-ydpi="180">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3948">
+ <stop
+ style="stop-color:#f2d142;stop-opacity:1;"
+ offset="0"
+ id="stop3950" />
+ <stop
+ id="stop3960"
+ offset="1"
+ style="stop-color:#f8e8a0;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3938">
+ <stop
+ style="stop-color:#f9edb2;stop-opacity:1;"
+ offset="0"
+ id="stop3940" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3942" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3920">
+ <stop
+ style="stop-color:#df7900;stop-opacity:1;"
+ offset="0"
+ id="stop3922" />
+ <stop
+ id="stop4118"
+ offset="1"
+ style="stop-color:#fbeedf;stop-opacity:1;" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient4102"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-3.604097,0,0,-3.6651718,514.39565,4201.7743)"
+ x1="6.9822526"
+ y1="1043.3302"
+ x2="8.9709921"
+ y2="1041.3746" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3948"
+ id="linearGradient4105"
+ gradientUnits="userSpaceOnUse"
+ x1="28"
+ y1="11.000001"
+ x2="24"
+ y2="6.000001"
+ gradientTransform="matrix(3.5838051,0,0,3.5838051,396.052,345.53547)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3938"
+ id="linearGradient4108"
+ gradientUnits="userSpaceOnUse"
+ x1="560.90704"
+ y1="392.12494"
+ x2="560.90704"
+ y2="356.2869"
+ gradientTransform="translate(-68.092298,3.0588267e-6)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3920"
+ id="linearGradient4110"
+ gradientUnits="userSpaceOnUse"
+ x1="582.40985"
+ y1="395.70874"
+ x2="539.40424"
+ y2="352.70309"
+ gradientTransform="translate(-68.092298,3.0588267e-6)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-6.4475787"
+ inkscape:cy="13.615633"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2126"
+ inkscape:window-height="1159"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ style="fill:url(#linearGradient4108);fill-opacity:1;stroke:url(#linearGradient4110);stroke-width:3.58380508;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect3150"
+ width="39.421856"
+ height="39.421856"
+ x="473.10382"
+ y="354.495"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4105);fill-opacity:1;stroke:none"
+ id="rect3946"
+ width="28.670441"
+ height="25.086636"
+ x="478.47952"
+ y="363.4545" />
+ <path
+ style="fill:url(#linearGradient4102);fill-opacity:1;stroke:none;display:inline"
+ d="m 485.64713,395.70874 3.5838,0 0,-17.91902 -17.91902,0 0,3.5838 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/open-commit.svg b/icons/org.eclipse.egit.ui/icons/obj16/open-commit.svg
new file mode 100644
index 0000000000..cc9f3d511a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/open-commit.svg
@@ -0,0 +1,569 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="open-commit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3973"
+ inkscape:collect="always">
+ <stop
+ id="stop3975"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3945"
+ gradientUnits="userSpaceOnUse"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294"
+ gradientTransform="translate(-60.558598,1.4188)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient4933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient4935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4929-6"
+ x="-0.13757156"
+ width="1.2751431"
+ y="-0.37744918"
+ height="1.7548983">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.5620748"
+ id="feGaussianBlur4931-9" />
+ </filter>
+ <linearGradient
+ id="linearGradient3973-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-4-9"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-0-4"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4809-7"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop4811-50"
+ offset="1"
+ style="stop-color:#bc8532;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask6427">
+ <g
+ transform="matrix(0.84489245,0,0,0.84489245,66.961974,62.982434)"
+ style="display:inline"
+ id="g6429">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path6431"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss"
+ transform="matrix(1.1835826,0,0,1.1835826,-79.255026,-74.544902)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.93798536;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path6433"
+ sodipodi:cx="8.531251"
+ sodipodi:cy="4.499999"
+ sodipodi:rx="2.8125002"
+ sodipodi:ry="2.8125002"
+ d="m 11.343751,4.499999 c 0,1.553301 -1.259199,2.8125003 -2.8125,2.8125003 -1.553301,0 -2.8125003,-1.2591993 -2.8125003,-2.8125003 0,-1.5533009 1.2591993,-2.8125002 2.8125003,-2.8125002 1.553301,0 2.8125,1.2591993 2.8125,2.8125002 z"
+ transform="matrix(3.8207473,0,0,3.8207473,458.21948,344.55655)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.93798536;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path6435"
+ sodipodi:cx="8.531251"
+ sodipodi:cy="4.499999"
+ sodipodi:rx="2.8125002"
+ sodipodi:ry="2.8125002"
+ d="m 11.343751,4.499999 c 0,1.553301 -1.259199,2.8125003 -2.8125,2.8125003 -1.553301,0 -2.8125003,-1.2591993 -2.8125003,-2.8125003 0,-1.5533009 1.2591993,-2.8125002 2.8125003,-2.8125002 1.553301,0 2.8125,1.2591993 2.8125,2.8125002 z"
+ transform="matrix(3.8207473,0,0,3.8207473,476.39625,351.72416)" />
+ </g>
+ </mask>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient7480"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.4165687,344.32442,-4.0031447e-6)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2"
+ id="linearGradient7482"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.4165687,344.32442,-4.0031447e-6)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask7820-0">
+ <g
+ style="fill:#ffffff;stroke:#ffffff;display:inline"
+ transform="matrix(1.1835826,0,0,1.1835826,-79.255028,-74.544916)"
+ id="g7822-0">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect7824-5"
+ width="15"
+ height="16.625"
+ x="463.74335"
+ y="368.49503"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.24874,374.64819 28.07551,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,11.29376 c 0,1.45425 -1.22088,2.24642 -2.625,2.625 l -28.07551,7.56983 c -1.40411,0.37858 -2.625,-1.17075 -2.625,-2.625 l 0,-18.86359 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path7826-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.26171,374.64819 20.09375,0"
+ id="path7828-7"
+ inkscape:connector-curvature="0" />
+ </g>
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7830"
+ x="-0.18000001"
+ width="1.36"
+ y="-0.18000001"
+ height="1.36">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.42187504"
+ id="feGaussianBlur7832" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3665"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502831,0,0,2.1502831,482.82542,-1883.0295)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3667"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1624582,0,0,2.1991031,491.33301,-1933.8018)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3669"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1353764,0,0,2.1570491,482.86447,-1890.0563)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3671"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7950661,0,0,3.5469403,487.40424,-3344.4186)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3673"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5374649,0,0,3.5469403,489.20923,-3351.4387)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3675"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.51248829,0,0,3.5469403,503.55894,-3351.3651)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="21.78125"
+ inkscape:cx="0.64531069"
+ inkscape:cy="15.389646"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1304"
+ inkscape:window-height="918"
+ inkscape:window-x="298"
+ inkscape:window-y="53"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-79.255028,-74.544916)"
+ id="g13813">
+ <rect
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient3939);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="15"
+ height="16.625"
+ x="463.74335"
+ y="368.49503"
+ rx="2.625"
+ ry="2.625" />
+ <path
+ style="fill:url(#linearGradient4933);fill-opacity:1;stroke:url(#linearGradient4935);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 463.24874,374.64819 28.07551,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,11.29376 c 0,1.45425 -1.22088,2.24642 -2.625,2.625 l -28.07551,7.56983 c -1.40411,0.37858 -2.625,-1.17075 -2.625,-2.625 l 0,-18.86359 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="rect13693"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3945);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 462.26171,374.64819 20.09375,0"
+ id="path13797"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(-6.5549985e-4,-1.7928067)"
+ style="display:inline"
+ id="g7817"
+ mask="url(#mask7820-0)">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.87597072;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter7830)"
+ id="path4035-4-5-9-6"
+ sodipodi:cx="8.531251"
+ sodipodi:cy="4.499999"
+ sodipodi:rx="2.8125002"
+ sodipodi:ry="2.8125002"
+ d="m 11.343751,4.499999 c 0,1.553301 -1.259199,2.8125003 -2.8125,2.8125003 -1.553301,0 -2.8125003,-1.2591993 -2.8125003,-2.8125003 0,-1.5533009 1.2591993,-2.8125002 2.8125003,-2.8125002 1.553301,0 2.8125,1.2591993 2.8125,2.8125002 z"
+ transform="matrix(3.8207473,0,0,3.8207473,458.21948,344.55655)" />
+ </g>
+ <g
+ id="g3657"
+ transform="translate(-3.5838077,0)">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-3"
+ d="m 494.64614,350.90793 15.07277,0 6.58429,6.46504 0,21.40521 -21.65706,0 z"
+ style="fill:url(#linearGradient3665);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4884-7"
+ d="m 508.58212,349.83751 0,8.60114 8.60113,0 z"
+ style="fill:url(#linearGradient3667);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-9"
+ d="m 494.60323,350.91051 14.96829,0 6.53864,6.48525 0,21.47251 -21.50693,0 z"
+ style="fill:none;stroke:url(#linearGradient3669);stroke-width:3.57697582;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="356.28687"
+ x="499.98236"
+ height="3.5838051"
+ width="7.1676102"
+ id="rect4001-1"
+ style="fill:url(#linearGradient3671);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="363.4545"
+ x="499.98236"
+ height="3.5838051"
+ width="10.751415"
+ id="rect4001-1-7-4"
+ style="fill:url(#linearGradient3673);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="370.6221"
+ x="507.14996"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4001-1-7-4-0"
+ style="fill:url(#linearGradient3675);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ transform="matrix(1.1835826,0,0,1.1835826,-79.255028,-74.544916)"
+ style="display:inline"
+ id="g6258"
+ mask="none">
+ <g
+ mask="url(#mask6427)"
+ id="g4914">
+ <rect
+ style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.38039374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;filter:url(#filter4929-6)"
+ id="rect13693-2-2"
+ width="29.135895"
+ height="22.649353"
+ x="860.68469"
+ y="542.8974"
+ rx="2.625"
+ ry="3.7184925"
+ transform="matrix(1,0,-0.70828043,0.70593118,4.9445873e-7,0)" />
+ </g>
+ <rect
+ transform="matrix(1,0,-0.70828042,0.70593119,0,0)"
+ ry="3.7184927"
+ rx="2.625"
+ y="543.56671"
+ x="860.68469"
+ height="21.377747"
+ width="30.475229"
+ id="rect13693-2"
+ style="fill:url(#linearGradient7480);fill-opacity:1;stroke:url(#linearGradient7482);stroke-width:3.60383272;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ <g
+ id="g3232"
+ transform="matrix(0.50000003,0,0,0.5,291.20492,170.97584)">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path3887"
+ d="m 370.06941,402.87634 18.81498,-32.25423 17.91903,32.25424"
+ style="fill:none;stroke:#005596;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3115"
+ d="m 362.90181,402.87634 51.06922,10e-6"
+ style="fill:none;stroke:#005596;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3887-6"
+ d="m 381.71678,381.37352 12.54332,22.57797"
+ style="fill:none;stroke:#005596;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/pull.svg b/icons/org.eclipse.egit.ui/icons/obj16/pull.svg
new file mode 100644
index 0000000000..1cd131cd9a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/pull.svg
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="pull.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.03125,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.7084862,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="-3"
+ x2="-24"
+ y1="31"
+ x1="-24"
+ gradientTransform="matrix(0,0.5,-0.5,0,12,1060.8622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3074"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-7.1711798"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5625,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.375,1.077 -2.375,2.4375 0,1.3604 1.061717,2.4687 2.375,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.951526,-0.1786 4,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549558,-2.4063 -3.15625,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3074);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 0.5,1048.8622 4,4 0,-1 0,-2 4,0 0,-3.5 0,-3 -1,-0.5 -1,0.5 0,4.5 -2,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/pull_with_options.svg b/icons/org.eclipse.egit.ui/icons/obj16/pull_with_options.svg
new file mode 100644
index 0000000000..f4b6fd173b
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/pull_with_options.svg
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="pull_with_options.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="-3"
+ x2="-24"
+ y1="31"
+ x1="-24"
+ gradientTransform="matrix(0,0.5,-0.5,0,12,1060.8622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3074"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-2.6147084"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3074);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.5000066,1045.3626 -6.6e-6,2.4996 -2,0 0,-2 0,-1 -4,4 4,4 0,-1 0,-2 4,0 c 0,-2.1667 0,-2.3329 0,-4.4996"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3109"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#00018d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 8.532401,1042.3622 -1.488,0 c 0,0 -0.01538,-0.3321 0.207031,-0.7267 0.08594,-0.1666 0.266925,-0.3776 0.542969,-0.6328 l 0.25,-0.2265 c 0.148435,-0.1354 0.256507,-0.263 0.324218,-0.3828 0.07031,-0.1198 0.105466,-0.2396 0.105469,-0.3594 -3e-6,-0.1823 -0.0625,-0.3242 -0.1875,-0.4258 -0.125002,-0.1042 -0.299481,-0.1562 -0.523437,-0.1562 -0.21094,0 -0.363716,0.01 -0.564257,0.194 -0.206443,0.1907 -0.171121,0.7023 -0.171121,0.7023 l -1.027773,0 c 0,0 0.0033,-0.8705 0.230561,-1.2142 0.209451,-0.3168 0.686234,-0.5818 0.946652,-0.6339 0.260415,-0.052 0.511717,-0.078 0.753906,-0.078 0.635414,0 1.119789,0.1302 1.453125,0.3906 0.33333,0.2579 0.499996,0.6355 0.5,1.1328 -4e-6,0.2553 -0.05078,0.4844 -0.152343,0.6875 -0.101567,0.2006 -0.274744,0.4167 -0.519532,0.6485 l -0.25,0.2226 c -0.177086,0.1615 -0.292971,0.2917 -0.347656,0.3907 -0.05469,0.096 -0.08181,0.2031 -0.08203,0.3203 l -2.82e-4,0.147 m -1.488,1 1.488282,0 0,1 -1.488282,0 0,-1"
+ sodipodi:nodetypes="ccccccccssccacsccccccscccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/push.svg b/icons/org.eclipse.egit.ui/icons/obj16/push.svg
new file mode 100644
index 0000000000..9a0a5254e0
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/push.svg
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="push.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0.5,0,0,-0.5,19.499999,1055.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-11.998192"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#d20502;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 7.5,1043.8622 4,4 -1,0 -1.9999999,0 0,4 -1.0000001,0 -1.0000004,0 0,-4 -1.9999993,0 -1.0000002,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/rebase.svg b/icons/org.eclipse.egit.ui/icons/obj16/rebase.svg
new file mode 100644
index 0000000000..d26b3d8e91
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/rebase.svg
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="rebase.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffe9b0;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029-3">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031-9" />
+ <stop
+ id="stop4037-7"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950-5">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952-3" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954-3" />
+ </linearGradient>
+ <radialGradient
+ r="8"
+ fy="12.162078"
+ fx="-14.007328"
+ cy="12.162078"
+ cx="-14.007328"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,7.7290135,1032.1356)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3781"
+ xlink:href="#linearGradient4029-3"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="5.578125"
+ x2="-1.53125"
+ y1="5.578125"
+ x1="-16.53125"
+ gradientTransform="translate(30.46875,1047.8933)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3783"
+ xlink:href="#linearGradient3950-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3916"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(7.0500477,1036.3302)"
+ x1="-34"
+ y1="14"
+ x2="3.9499524"
+ y2="14.032" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="linearGradient3918"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.9375,0,1035.9247)"
+ x1="-17"
+ y1="9"
+ x2="-17"
+ y2="-7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="linearGradient4030"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.46875,14.012603,1040.1593)"
+ x1="-17"
+ y1="9"
+ x2="-17"
+ y2="-7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient4033"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,17.537627,1040.3621)"
+ x1="-34"
+ y1="14"
+ x2="3.9499524"
+ y2="14.032" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="0.5176306"
+ inkscape:cy="3.4270021"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient4033);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 5.5376265,1051.8621 3.9999999,-4 -0.9999999,0 -2.0250235,0.016 0,-2 6,0 0,-9 -2,0 0,7 -4,0 c -0.6666665,0 -1.3333335,0 -2,0 l 0.025025,3.984 -1.9999995,0 -1,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccc" />
+ <path
+ style="fill:url(#linearGradient4030);fill-opacity:1;stroke:none"
+ d="m 4.512603,1044.3781 0,-7.5 2,0 0,7.5 z"
+ id="path3868"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:#ac7e1e;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.512603,1044.3781 0,-7.5 2,0 0,7.5 0,0 0,0 0,-7.5 -2,0 z"
+ id="path3098"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/rebase_interactive.svg b/icons/org.eclipse.egit.ui/icons/obj16/rebase_interactive.svg
new file mode 100644
index 0000000000..b17f3d3788
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/rebase_interactive.svg
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="rebase_interactive.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop3909"
+ offset="1"
+ style="stop-color:#ffe9b0;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,17.537627,1040.3621)"
+ x1="-34"
+ y1="14"
+ x2="3.9499524"
+ y2="14.032" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="linearGradient3123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.46875,14.012603,1040.1593)"
+ x1="-17"
+ y1="9"
+ x2="-17"
+ y2="-7" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-4.5229659"
+ inkscape:cy="9.6608686"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3116"
+ transform="translate(-2,-2.5082885e-5)">
+ <path
+ sodipodi:nodetypes="ccccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3873"
+ d="m 5.5376265,1051.8621 3.9999999,-4 -0.9999999,0 -2.0250235,0.016 0,-2 6,0 0,-9 -2,0 0,7 -4,0 c -0.6666665,0 -1.3333335,0 -2,0 l 0.025025,3.984 -1.9999995,0 -1,0 z"
+ style="fill:url(#linearGradient3121);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3868"
+ d="m 4.512603,1044.3781 0,-7.5 2,0 0,7.5 z"
+ style="fill:url(#linearGradient3123);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3098"
+ d="m 4.512603,1044.3781 0,-7.5 2,0 0,7.5 0,0 0,0 0,-7.5 -2,0 z"
+ style="fill:none;stroke:#ac7e1e;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3901">
+ <rect
+ transform="translate(0,1036.3622)"
+ y="15"
+ x="12"
+ height="1"
+ width="4"
+ id="rect3125"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="11"
+ x="13"
+ height="4"
+ width="2"
+ id="rect3895"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="10"
+ x="12"
+ height="1"
+ width="3"
+ id="rect3897"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ <rect
+ transform="translate(0,1036.3622)"
+ y="7"
+ x="13"
+ height="2"
+ width="2"
+ id="rect3899"
+ style="fill:#005596;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/refresh.svg b/icons/org.eclipse.egit.ui/icons/obj16/refresh.svg
new file mode 100644
index 0000000000..8f95efcf9a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/refresh.svg
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="refresh.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7134">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7136" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop7138" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-5-1"
+ id="linearGradient7608-3-3"
+ gradientUnits="userSpaceOnUse"
+ x1="22.519354"
+ y1="1042.0283"
+ x2="22.519354"
+ y2="1040.7345"
+ gradientTransform="matrix(0.99178444,0,0,1.0315414,-12.743037,-32.216772)" />
+ <linearGradient
+ id="linearGradient7584-5-1">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-4-6" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-5-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7592-1-2"
+ id="linearGradient7610-5-8"
+ gradientUnits="userSpaceOnUse"
+ x1="23.551146"
+ y1="1037.3622"
+ x2="23.551146"
+ y2="1045.3622"
+ gradientTransform="matrix(0.99178444,0,0,1.0315414,-12.743037,-32.216772)" />
+ <linearGradient
+ id="linearGradient7592-1-2">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7594-6-7" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop7596-9-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-9-3-2"
+ id="linearGradient7608-9-7-1"
+ gradientUnits="userSpaceOnUse"
+ x1="22.930616"
+ y1="1039.6982"
+ x2="22.930616"
+ y2="1041.7356"
+ gradientTransform="matrix(-0.99177926,0,0,-1.0302082,28.742916,2120.5478)" />
+ <linearGradient
+ id="linearGradient7584-9-3-2">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-6-3-6" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-9-9-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7134"
+ id="linearGradient7140"
+ x1="25.363291"
+ y1="1044.7311"
+ x2="25.363291"
+ y2="1037.7311"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99177926,0,0,-1.0302082,28.742916,2120.5478)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="28.215857"
+ inkscape:cx="14.697397"
+ inkscape:cy="5.260173"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1440"
+ inkscape:window-height="852"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient7608-3-3);fill-opacity:1;stroke:url(#linearGradient7610-5-8);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 10.499999,1039.8901 0,-1.6412 c 0,0 -0.202294,-0.8663 -1.2104098,-0.045 -1.0081152,0.8205 -2.191555,2.1427 -2.3668797,2.5073 -0.1753237,0.3648 -0.8850112,0.4359 0.1231051,1.4389 1.0081152,1.0028 2.1038932,2.0514 2.1038932,2.0514 0,0 1.4207502,1.5042 1.3857342,0.091 l -0.03544,-1.4303 c 1.355178,-0.065 1.829218,0.4944 2.171441,0.8381 0.342643,0.3441 0.805824,1.0329 1.208737,1.1619 0.402912,0.1289 0.619865,-1.2586 0.619865,-1.7099 0,-0.4513 -0.173357,-1.2832 -0.712845,-2.0308 -0.291132,-0.4035 -0.998301,-0.9857 -1.51867,-1.1345 -0.520368,-0.149 -1.768528,-0.097 -1.768528,-0.097 z"
+ id="path7582"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssscscsssszcc" />
+ <path
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 9.9823225,1039.4921 0,-0.5966 c 0,0 0.1104845,-0.3757 -0.220971,-0.2431 -0.331456,0.1326 -0.972272,0.6629 -1.038563,0.7734 -0.06629,0.1105 -0.751301,0.5966 -0.596622,0.8176 0.15468,0.221 1.458408,0.066 1.458408,0.066 z"
+ id="path7602"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssscc" />
+ <path
+ style="fill:url(#linearGradient7608-9-7-1);fill-opacity:1;stroke:url(#linearGradient7140);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5.5,1049.8272 0,1.6389 c 0,0 0.202294,0.8647 1.210404,0.045 1.00811,-0.8196 2.191544,-2.14 2.366867,-2.5042 0.175323,-0.3643 1.009934,-1.1005 -0.08766,-2.0033 -0.9107945,-0.7491 -1.993923,-1.3979 -2.896768,-1.9988 C 5.7443623,1044.7729 5.5,1044.8124 5.5,1045.5025 l 0,1.3601 c -1.35517,0.065 -1.861496,-0.4867 -2.171427,-0.8409 -0.309931,-0.3541 -0.805821,-1.0307 -1.208731,-1.1595 -0.402911,-0.1287 -0.619862,1.2561 -0.619862,1.7068 0,0.4508 0.09298,1.3522 0.712841,2.0282 0.619862,0.6761 0.998296,0.9844 1.518662,1.133 0.520366,0.1488 1.768517,0.098 1.768517,0.098 z"
+ id="path7582-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssssscsssszcc" />
+ <path
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 6.0531191,1046.6909 0,-0.5966 c 0,0 -0.110485,-0.3757 0.220971,-0.2431 0.331456,0.1326 0.972272,0.6629 1.038563,0.7734 0.06629,0.1105 0.751301,0.5966 0.596622,0.8176 -0.15468,0.221 -1.458408,0.066 -1.458408,0.066 z"
+ id="path7602-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssscc" />
+ <image
+ y="1036.3622"
+ x="18"
+ id="image4250"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAXZJREFU
+OI2lUj1Iw1AQ/l5wKF1MKTaDiy7F3bEu6iS0Dh0EaREnQVoc1EVEkNDgYpbSqdBBhbpVLYhDbRYR
+3Cw42UkcSgzWgqKm9uccNCHBpBX94IN3j7vvvnfvGBHhP+B+k6RIAimS4Nipr4AiCTS5cfs3B+di
+wCzudAglUaCSaHfC3GZwtjVE08ltcJ4R2/2bdo3LgzRmRI31dNBqE/BaA5qajd7BYYTmFnCRHSUA
+GHATmN15ZIU1P4VjEXC+IIoZGQAQjkXg9QWhVZ/7zyAq19nxXhHdRhXtNiEq19mREbe6X0lEBCJC
+ORUg69ka5xM85RO8LTbOZkG30zCLyqkA6bpqE3Gj+YSPVhOhZBbWhRmPp+G2QAYYEUGRBArFVwF+
+7EeCrlZwo+QwsXzPnAQ4AJjafGBKbhdQrwBdtdEDHS+1994ODBTW/QQCCEB4aQXQ73C6f4Ko/OTY
+3fYLVuYTPOmVRdvk3ei4yodJHwHAfKbh3vkbn+0qFz9A+1qMAAAAAElFTkSuQmCC
+"
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="16"
+ width="16" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.svg b/icons/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.svg
new file mode 100644
index 0000000000..3a3fc70084
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.svg
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="remote_entry_tbl.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="-7.6553046"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="translate(-2.024238,0.99151313)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.75741529;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/repository_gerrit.svg b/icons/org.eclipse.egit.ui/icons/obj16/repository_gerrit.svg
new file mode 100644
index 0000000000..b940820dd5
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/repository_gerrit.svg
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="repository_gerrit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ id="linearGradient3809">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809"
+ id="radialGradient3176"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="10.570581"
+ inkscape:cy="12.539945"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.1483162,0,0,1.2936868,-3.0109941,-304.79689)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.62142509;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.82045478;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <rect
+ style="fill:#94ff98;fill-opacity:1;stroke:none"
+ id="rect3128"
+ width="11"
+ height="10"
+ x="0"
+ y="1042.3622"
+ ry="1.6666666" />
+ <g
+ id="g3150"
+ transform="matrix(0.13951652,0,0,0.13951652,-66.755796,992.15431)">
+ <rect
+ ry="9.0172421e-07"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ y="14.000001"
+ x="7.9999995"
+ height="7.999999"
+ width="4.0000005"
+ id="rect3130"
+ style="fill:#008000;fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="3.2316038e-06"
+ y="-514.31757"
+ x="402.87634"
+ height="28.670437"
+ width="14.335222"
+ id="rect3130-5"
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ transform="matrix(0.13951652,0,0,0.13951652,-61.755795,992.15431)"
+ style="display:inline"
+ id="g3150-0">
+ <rect
+ ry="9.0172421e-07"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ y="14.000001"
+ x="7.9999995"
+ height="7.999999"
+ width="4.0000005"
+ id="rect3130-9"
+ style="fill:#008000;fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="3.2316038e-06"
+ y="-514.31757"
+ x="402.87634"
+ height="28.670437"
+ width="14.335222"
+ id="rect3130-5-3"
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3176);fill-opacity:1;stroke:none;display:inline"
+ id="path3807"
+ sodipodi:cx="4.03125"
+ sodipodi:cy="7.46875"
+ sodipodi:rx="1"
+ sodipodi:ry="0.4375"
+ d="m 5.03125,7.46875 a 1,0.4375 0 1 1 -2,0 1,0.4375 0 1 1 2,0 z"
+ transform="matrix(2.4933899,-0.12344031,0.41181533,2.8429651,-9.947057,1023.3702)" />
+ <rect
+ style="fill:#c20000;fill-opacity:1;stroke:none"
+ id="rect3178"
+ width="4"
+ height="2"
+ x="0.99999905"
+ y="1044.3622"
+ ry="1.6158019e-06" />
+ <rect
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3178-5"
+ width="4"
+ height="2"
+ x="5.9999933"
+ y="1044.3622"
+ ry="1.6158019e-06" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/repository_rep.svg b/icons/org.eclipse.egit.ui/icons/obj16/repository_rep.svg
new file mode 100644
index 0000000000..b6065e60f6
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/repository_rep.svg
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="repository_rep.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient3079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="3.7358738"
+ inkscape:cy="7.9834735"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3853"
+ transform="matrix(1.1483162,0,0,1.2936868,-3.0109941,-304.79689)">
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.62142509;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3079);stroke-width:0.82045478;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/reset.svg b/icons/org.eclipse.egit.ui/icons/obj16/reset.svg
new file mode 100644
index 0000000000..e12a69ffe4
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/reset.svg
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="reset.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5103">
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="0"
+ id="stop5105" />
+ <stop
+ style="stop-color:#fce69e;stop-opacity:1"
+ offset="1"
+ id="stop5107" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5103-2">
+ <stop
+ style="stop-color:#f6feff;stop-opacity:1;"
+ offset="0"
+ id="stop5105-6" />
+ <stop
+ style="stop-color:#caf3f6;stop-opacity:1;"
+ offset="1"
+ id="stop5107-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103-2"
+ id="linearGradient3168"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,15.98823,2.0202772)"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103"
+ id="linearGradient3942"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-1.9995401)"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-7.3167265"
+ inkscape:cy="7.2790335"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2325"
+ inkscape:window-height="1237"
+ inkscape:window-x="88"
+ inkscape:window-y="51"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3942);fill-opacity:1;stroke:none;display:inline"
+ d="m 7,1042.3622 0,1 5,5e-4 0,2 2.999893,-2.5 -2.999893,-2.5 0,2 z"
+ id="path4108-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:#b57a13;fill-opacity:1;stroke:none;display:inline"
+ d="m 11,1039.3627 0,2 -3,-5e-4 -1,0 c -0.9918497,0.9918 -0.9863244,2.0137 0,3 l 1,0 3,5e-4 0,2 c 0,0.6519 0.740915,0.6375 1.5,0 l 3.9375,-3.5 -3.9375,-3.5 c -0.760225,-0.7602 -1.5,-0.5203 -1.5,0 z m 1,1 3,2.5 -3,2.5 0,-2 -4.4375,-5e-4 c -0.2762136,-0.2099 -0.2774437,-0.7282 0,-1 l 4.4375,5e-4 z"
+ id="path4108-1-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccc" />
+ <path
+ style="fill:url(#linearGradient3168);fill-opacity:1;stroke:none;display:inline"
+ d="m 8.98823,1046.382 0,1 -5,5e-4 0,2 -2.999893,-2.5 2.999893,-2.5 0,2 z"
+ id="path4108-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:#567f82;fill-opacity:1;stroke:none;display:inline"
+ d="m 4.98823,1043.3825 0,2 3,-5e-4 1,0 c 0.9918497,0.9918 0.9863244,2.0137 0,3 l -1,0 -3,5e-4 0,2 c 0,0.6519 -0.740915,0.6375 -1.5,0 l -3.9375,-3.5 3.9375,-3.5 c 0.760225,-0.7602 1.5,-0.5203 1.5,0 z m -1,1 -3,2.5 3,2.5 0,-2 4.4375,-5e-4 c 0.2762136,-0.2099 0.2774437,-0.7282 0,-1 l -4.4375,5e-4 z"
+ id="path4108-1-6-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/revert.svg b/icons/org.eclipse.egit.ui/icons/obj16/revert.svg
new file mode 100644
index 0000000000..dc6cfe16a8
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/revert.svg
@@ -0,0 +1,302 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="revert.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7584-9-3-2">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-6-3-6" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-9-9-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7134">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7136" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop7138" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-9-3-2"
+ id="linearGradient3085"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99177926,0,0,-1.0302082,47.344903,2112.1761)"
+ x1="22.930616"
+ y1="1039.6982"
+ x2="22.930616"
+ y2="1041.7356" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7134"
+ id="linearGradient3087"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99177926,0,0,-1.0302082,47.344903,2112.1761)"
+ x1="25.363291"
+ y1="1044.7311"
+ x2="25.363291"
+ y2="1037.7311" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3231"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.14300116,0,0,0.98971353,7.9979839,6.7842914)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3234"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28600231,0,0,0.98971353,5.9959677,6.7637185)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3237"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.75132414,0,0,0.98971353,1.735435,6.7431455)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79449189,0,0,0.84883934,-0.86849922,154.99869)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3246"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80145143,0,0,0.84567787,-0.88680491,158.28213)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="8.9375"
+ inkscape:cy="10.967329"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3256">
+ <g
+ id="g3248">
+ <path
+ style="fill:url(#linearGradient3246);fill-opacity:1;stroke:none;display:inline"
+ d="m 3.519,1036.8602 8.072,0 0,10.961 -8.072,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3240);stroke-width:0.99809444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 3.4990472,1036.8613 8.0019528,0 -4.7e-5,11.0019 -8.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:url(#linearGradient3237);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="3"
+ height="1"
+ x="7"
+ y="1039.3622" />
+ <rect
+ style="fill:url(#linearGradient3234);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="2"
+ height="1"
+ x="8"
+ y="1041.3622" />
+ <rect
+ style="fill:url(#linearGradient3231);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="1"
+ height="1"
+ x="9"
+ y="1043.3622" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3892"
+ width="1"
+ height="4.5"
+ x="3"
+ y="1041.3622" />
+ </g>
+ <g
+ id="g4174"
+ style="display:inline"
+ transform="translate(-0.984625,-0.98404719)">
+ <path
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 2.015875,1046.8463 3.5,-7 3.5,7"
+ id="path3887"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.515875,1041.8463 2.5,5 2,0 -3.5,-7 z"
+ id="path3891"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#005596;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 1.015875,1046.8463 9,0"
+ id="path3115"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ <g
+ id="g3081"
+ transform="matrix(-1.4421812,0,0,1.3159992,43.094564,-321.37296)">
+ <path
+ sodipodi:nodetypes="ccssssscsssszcc"
+ inkscape:connector-curvature="0"
+ id="path7582-7"
+ d="m 24.101987,1041.4555 0,1.6389 c 0,0 0.202294,0.8647 1.210404,0.045 1.00811,-0.8196 2.191544,-2.14 2.366867,-2.5042 0.175323,-0.3643 1.009934,-1.1005 -0.08766,-2.0033 -0.910794,-0.7491 -1.993923,-1.3979 -2.896768,-1.9988 -0.348481,-0.2319 -0.592843,-0.1924 -0.592843,0.4977 l 0,1.3601 c -1.35517,0.065 -1.861496,-0.4867 -2.171427,-0.8409 -0.309931,-0.3541 -0.805821,-1.0307 -1.208731,-1.1595 -0.402911,-0.1287 -0.619862,1.2561 -0.619862,1.7068 0,0.4508 0.09298,1.3522 0.712841,2.0282 0.619862,0.6761 0.998296,0.9844 1.518662,1.133 0.520366,0.1488 1.424767,0.098 1.424767,0.098 z"
+ style="fill:url(#linearGradient3085);fill-opacity:1;stroke:url(#linearGradient3087);stroke-width:0.72587574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccssscc"
+ inkscape:connector-curvature="0"
+ id="path7602-2"
+ d="m 24.655106,1038.3192 0,-0.5966 c 0,0 -0.110485,-0.3757 0.220971,-0.2431 0.331456,0.1326 0.972272,0.6629 1.038563,0.7734 0.06629,0.1105 0.751301,0.5966 0.596622,0.8176 -0.15468,0.221 -1.458408,0.066 -1.458408,0.066 z"
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/reword.svg b/icons/org.eclipse.egit.ui/icons/obj16/reword.svg
new file mode 100644
index 0000000000..6620a0af31
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/reword.svg
@@ -0,0 +1,685 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="reword.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-6"
+ id="linearGradient12292"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ id="linearGradient4908-52-3-2-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4910-7-2-7-1"
+ offset="0"
+ style="stop-color:#986443;stop-opacity:1" />
+ <stop
+ id="stop4912-6-2-9-49"
+ offset="1"
+ style="stop-color:#994f1b;stop-opacity:1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter5428-3"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur5430-8"
+ stdDeviation="0.22207033"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-3"
+ id="linearGradient12294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ id="linearGradient5077-5-3">
+ <stop
+ id="stop5079-7-3"
+ offset="0"
+ style="stop-color:#e4cf94;stop-opacity:1" />
+ <stop
+ style="stop-color:#ede0ba;stop-opacity:1"
+ offset="0.32186735"
+ id="stop5087-6-7" />
+ <stop
+ style="stop-color:#c1aa7e;stop-opacity:1"
+ offset="0.64764118"
+ id="stop5085-1-30" />
+ <stop
+ id="stop5081-8-1"
+ offset="1"
+ style="stop-color:#ad8865;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8"
+ id="linearGradient12296"
+ gradientUnits="userSpaceOnUse"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304" />
+ <linearGradient
+ id="linearGradient5300-8">
+ <stop
+ id="stop5302-7"
+ offset="0"
+ style="stop-color:#4d4d4d;stop-opacity:1;" />
+ <stop
+ style="stop-color:#727272;stop-opacity:1;"
+ offset="0.29405674"
+ id="stop5308-8" />
+ <stop
+ id="stop5304-9"
+ offset="1"
+ style="stop-color:#4d4d4d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144"
+ id="linearGradient12298"
+ gradientUnits="userSpaceOnUse"
+ x1="29.09543"
+ y1="0.03125"
+ x2="32.279568"
+ y2="0.03125"
+ gradientTransform="translate(3.3308581e-7,1037.1136)" />
+ <linearGradient
+ id="linearGradient12144">
+ <stop
+ style="stop-color:#ca9189;stop-opacity:1"
+ offset="0"
+ id="stop12146" />
+ <stop
+ id="stop12154"
+ offset="0.25"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ id="stop12152"
+ offset="0.5"
+ style="stop-color:#f5b9ac;stop-opacity:1" />
+ <stop
+ style="stop-color:#bd847e;stop-opacity:1"
+ offset="1"
+ id="stop12148" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12204"
+ id="linearGradient12300"
+ gradientUnits="userSpaceOnUse"
+ x1="29.150082"
+ y1="1.046875"
+ x2="32.162418"
+ y2="1.046875" />
+ <linearGradient
+ id="linearGradient12204">
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="0"
+ id="stop12206" />
+ <stop
+ id="stop12214"
+ offset="0.25"
+ style="stop-color:#f7cec5;stop-opacity:1" />
+ <stop
+ id="stop12212"
+ offset="0.5"
+ style="stop-color:#f7ccc3;stop-opacity:1" />
+ <stop
+ style="stop-color:#f5b9ac;stop-opacity:1"
+ offset="1"
+ id="stop12208" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3145"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.9782825,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3147"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,1.9782143,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3149"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-1.9601259,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3151"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0017655,0,0,0.98971353,-2.01942,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3153"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-2.0141129,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3155"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-2.0141129,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3157"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-2.0141131,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3159"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3973683,0,0,0.98971353,-4.7914284,7.8253845)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask7584">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path7586"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ </mask>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter8356"
+ x="-0.23975421"
+ width="1.4795084"
+ y="-0.2402463"
+ height="1.4804926">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.90851138"
+ id="feGaussianBlur8358" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3104"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.9782825,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,1.9782143,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3110"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-1.9601259,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3113"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0017655,0,0,0.98971353,-2.01942,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3116"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-2.0141129,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3119"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-2.0141129,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0010081,0,0,0.98971353,-2.0141131,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3973683,0,0,0.98971353,-4.7914284,7.8253845)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4908-52-3-2-6"
+ id="linearGradient3125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(20,0)"
+ x1="-11.21119"
+ y1="1042.1598"
+ x2="-8.7005796"
+ y2="1044.6704" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5077-5-3"
+ id="linearGradient3127"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4,-1036.3622)"
+ x1="-0.9810437"
+ y1="1047.4242"
+ x2="1.9838035"
+ y2="1050.3188" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5300-8"
+ id="linearGradient3129"
+ gradientUnits="userSpaceOnUse"
+ x1="2.65625"
+ y1="1049.3976"
+ x2="4.0822439"
+ y2="1050.5304" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12144"
+ id="linearGradient3131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(3.3308581e-7,1037.1136)"
+ x1="29.09543"
+ y1="0.03125"
+ x2="32.279568"
+ y2="0.03125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12204"
+ id="linearGradient3133"
+ gradientUnits="userSpaceOnUse"
+ x1="29.150082"
+ y1="1.046875"
+ x2="32.162418"
+ y2="1.046875" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="9.120223"
+ inkscape:cy="7.2173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g3079"
+ transform="translate(-0.99999996,0)">
+ <g
+ transform="translate(-2,0)"
+ id="g3135">
+ <path
+ style="fill:url(#linearGradient3104);fill-opacity:1;stroke:none;display:inline"
+ d="m 3.519,1037.86 7.00967,0 3.062057,3.0066 0,9.9546 -10.071727,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3107);fill-opacity:1;stroke:none;display:inline"
+ d="m 10,1037.3622 0,4 4,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3110);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 3.4990472,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <rect
+ style="fill:url(#linearGradient3113);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1"
+ width="4"
+ height="1"
+ x="5"
+ y="1040.3622" />
+ <rect
+ style="fill:url(#linearGradient3116);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7"
+ width="7"
+ height="1"
+ x="5"
+ y="1042.3622" />
+ <rect
+ style="fill:url(#linearGradient3119);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4"
+ width="7"
+ height="1"
+ x="5"
+ y="1044.3622" />
+ <rect
+ style="fill:url(#linearGradient3121);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0"
+ width="7"
+ height="1"
+ x="5"
+ y="1046.3622" />
+ <rect
+ style="fill:url(#linearGradient3123);fill-opacity:1;stroke:none;display:inline"
+ id="rect4001-1-7-4-0-9"
+ width="7"
+ height="1"
+ x="5"
+ y="1048.3622" />
+ </g>
+ <g
+ mask="url(#mask7584)"
+ id="g7581"
+ style="display:inline"
+ transform="matrix(0.99998174,0,0,1,-1.7857911,-0.26482736)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;stroke:#ffffff;stroke-width:2.00001836;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8356);enable-background:accumulate;font-family:Sans"
+ d="m 14.945713,1040.3274 -5.5989979,5.572 -3.4954296,1.6602 1.6601595,-3.4924 5.545372,-5.5834 c 0.812805,0.3857 1.414835,1.0349 1.888896,1.8439 z"
+ id="path5226-6-14-1-5-9-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ <g
+ id="g3059"
+ style="display:inline"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,725.76007,283.20345)">
+ <path
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:url(#linearGradient3125);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 15.685953,1040.5523 -8.7475939,8.7054 -5.461084,2.5938 2.59375,-5.4564 8.6638109,-8.7231 c 1.269887,0.6025 2.210467,1.6169 2.951117,2.8807 z"
+ id="path5226-6-14-1-5-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffcb72;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 12.75,1037.6747 -8.6875,8.7188 0.9375,0.9062 8.9375,-8.875 c -0.362696,-0.2963 -0.752826,-0.5438 -1.1875,-0.75 z"
+ id="path5424-7"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e5a856;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 15.3125,1039.956 -8.78125,8.9062 0.40625,0.4063 8.75,-8.7188 c -0.120121,-0.205 -0.24381,-0.4026 -0.375,-0.5937 z"
+ id="path5226-6-14-1-5-2-9"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#fbbc67;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 6.536718,1048.8567 -1.548139,-1.5456 8.939717,-8.8821 c 0.52506,0.4288 0.980135,0.9451 1.380966,1.5292 z"
+ id="path5226-6-14-1-5-2-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ style="opacity:0.5;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter5428-3)"
+ d="m 4.984376,1047.2528 8.937501,-8.8281"
+ id="path5426-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3127);fill-opacity:1;stroke:none;display:inline"
+ d="M 4.09375,10 2.6875,12.9375 c 0.1928924,0.586348 0.244767,1.257306 1.375,1.28125 L 4.03125,14.28125 6.96875,12.875 C 7.3020356,11.516034 6.7891722,11.737439 5.9815375,11.315162 5.6074141,10.176906 5.9121401,10.42899 4.6833038,10.420015 4.6786211,9.4016554 4.2560993,10.44918 4.09375,10 z"
+ id="path5006-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc"
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,23.018654,1042.8937)" />
+ <path
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ style="fill:url(#linearGradient3129);fill-opacity:1;stroke:none;display:inline"
+ d="m 2.6874999,1049.2997 -1.21875,2.5625 2.5625,-1.2187 0.03125,-0.062 c -0.7244984,-0.1443 -1.1657597,-0.5692 -1.375,-1.2818 z"
+ id="path5006-1-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path11335"
+ d="m 30.6875,1035.7699 c -0.790527,0 -1.4375,0.166 -1.4375,0.375 l 0,2 c 0,0.209 0.646973,0.375 1.4375,0.375 0.790527,0 1.4375,-0.166 1.4375,-0.375 l 0,-2 c 0,-0.209 -0.646973,-0.375 -1.4375,-0.375 z"
+ style="fill:url(#linearGradient3131);fill-opacity:1;stroke:none" />
+ <path
+ transform="matrix(1.0529667,0,0,1.0529667,-1.5886036,1035.0448)"
+ d="m 32.015625,1.046875 c 0,0.1984773 -0.608613,0.359375 -1.359375,0.359375 -0.750762,0 -1.359375,-0.1608977 -1.359375,-0.359375 0,-0.19847733 0.608613,-0.359375 1.359375,-0.359375 0.750762,0 1.359375,0.16089767 1.359375,0.359375 z"
+ sodipodi:ry="0.359375"
+ sodipodi:rx="1.359375"
+ sodipodi:cy="1.046875"
+ sodipodi:cx="30.65625"
+ id="path11335-9"
+ style="fill:#f5b9ac;fill-opacity:1;stroke:url(#linearGradient3133);stroke-width:0.2935867;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path11335-4"
+ d="m 30.687499,1035.7698 c -0.790526,0 -1.437499,0.166 -1.437499,0.375 l 0,1.4807 c 0,0.209 0.646973,0.375 1.437499,0.375 0.790527,0 1.4375,-0.166 1.4375,-0.375 l 0,-1.4807 c 0,-0.209 -0.646973,-0.375 -1.4375,-0.375 z"
+ style="fill:none;stroke:#b6766f;stroke-width:0.30913702;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cssscsc"
+ inkscape:connector-curvature="0"
+ id="path11335-4-0"
+ d="m 29.09375,1037.7074 0,1.6022 c 0,0.2327 0.713814,0.4063 1.59375,0.4063 0.879938,0 1.59375,-0.1736 1.59375,-0.4063 l 0,-1.6022 c 0,0.2327 -0.713812,0.4062 -1.59375,0.4062 -0.879936,0 -1.59375,-0.1735 -1.59375,-0.4062 z"
+ style="fill:#dedfe2;fill-opacity:1;stroke:#a79a9e;stroke-width:0.34410122;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/search-commit.svg b/icons/org.eclipse.egit.ui/icons/obj16/search-commit.svg
new file mode 100644
index 0000000000..c54a34874c
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/search-commit.svg
@@ -0,0 +1,511 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="search-commit.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5448">
+ <stop
+ style="stop-color:#ad8e5f;stop-opacity:1"
+ offset="0"
+ id="stop5450" />
+ <stop
+ style="stop-color:#8f6e4d;stop-opacity:1"
+ offset="1"
+ id="stop5452" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5440">
+ <stop
+ style="stop-color:#ad8e5f;stop-opacity:1"
+ offset="0"
+ id="stop5442" />
+ <stop
+ style="stop-color:#8f6e4d;stop-opacity:1"
+ offset="1"
+ id="stop5444" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5428">
+ <stop
+ style="stop-color:#f0a53b;stop-opacity:1;"
+ offset="0"
+ id="stop5430" />
+ <stop
+ id="stop5438"
+ offset="0.26895422"
+ style="stop-color:#f2d58f;stop-opacity:1" />
+ <stop
+ id="stop5436"
+ offset="0.60424823"
+ style="stop-color:#efb965;stop-opacity:1" />
+ <stop
+ style="stop-color:#df9833;stop-opacity:1"
+ offset="1"
+ id="stop5432" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5378">
+ <stop
+ id="stop5380"
+ offset="0"
+ style="stop-color:#f4d684;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcf4c6;stop-opacity:1"
+ offset="0.25"
+ id="stop5382" />
+ <stop
+ style="stop-color:#fbeebc;stop-opacity:1"
+ offset="0.5"
+ id="stop5384" />
+ <stop
+ id="stop5386"
+ offset="1"
+ style="stop-color:#eeb960;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5351">
+ <stop
+ style="stop-color:#e4a239;stop-opacity:1;"
+ offset="0"
+ id="stop5353" />
+ <stop
+ style="stop-color:#fada7d;stop-opacity:1"
+ offset="1"
+ id="stop5355" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5331">
+ <stop
+ style="stop-color:#fef48d;stop-opacity:1"
+ offset="0"
+ id="stop5333" />
+ <stop
+ id="stop5341"
+ offset="0.3251386"
+ style="stop-color:#fffffe;stop-opacity:1" />
+ <stop
+ id="stop5339"
+ offset="0.66393197"
+ style="stop-color:#fffffe;stop-opacity:1" />
+ <stop
+ style="stop-color:#fef48d;stop-opacity:1"
+ offset="1"
+ id="stop5335" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5206">
+ <stop
+ style="stop-color:#bbb8bb;stop-opacity:1"
+ offset="0"
+ id="stop5208" />
+ <stop
+ id="stop5216"
+ offset="0.25"
+ style="stop-color:#ccc8cb;stop-opacity:1" />
+ <stop
+ id="stop5214"
+ offset="0.5"
+ style="stop-color:#bdb6bc;stop-opacity:1" />
+ <stop
+ style="stop-color:#9b8c98;stop-opacity:1"
+ offset="1"
+ id="stop5210" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5109">
+ <stop
+ style="stop-color:#906f4e;stop-opacity:1"
+ offset="0"
+ id="stop5111" />
+ <stop
+ style="stop-color:#dfbd7f;stop-opacity:1"
+ offset="1"
+ id="stop5113" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5109"
+ id="linearGradient5368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.3742784e-7,-0.01182114)"
+ x1="29.714636"
+ y1="1041.3262"
+ x2="29.714636"
+ y2="1039.1387" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5378"
+ id="linearGradient5370"
+ gradientUnits="userSpaceOnUse"
+ x1="27.009878"
+ y1="1046.1316"
+ x2="32.176903"
+ y2="1046.1316" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5331"
+ id="linearGradient5372"
+ gradientUnits="userSpaceOnUse"
+ x1="26.880592"
+ y1="1056.9694"
+ x2="32.471878"
+ y2="1056.9694" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5351"
+ id="linearGradient5374"
+ gradientUnits="userSpaceOnUse"
+ x1="25.982219"
+ y1="1056.9694"
+ x2="33.275511"
+ y2="1056.9694" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5206"
+ id="linearGradient5376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1.3742784e-7,-4.4137428e-5)"
+ x1="26.45211"
+ y1="1052.0043"
+ x2="32.842041"
+ y2="1052.0043" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5428"
+ id="linearGradient5434"
+ x1="26.107269"
+ y1="1045.9496"
+ x2="33.162997"
+ y2="1045.9496"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5440"
+ id="linearGradient5446"
+ x1="25.367371"
+ y1="1051.4068"
+ x2="33.890359"
+ y2="1051.4068"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5448"
+ id="linearGradient5454"
+ x1="25.367543"
+ y1="1054.8198"
+ x2="33.890187"
+ y2="1054.8198"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3665"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502831,0,0,2.1502831,482.82542,-1883.0295)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3667"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1624582,0,0,2.1991031,491.33301,-1933.8018)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3669"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1353764,0,0,2.1570491,482.86447,-1890.0563)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3671"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.7950661,0,0,3.5469403,487.40424,-3344.4186)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3673"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5374649,0,0,3.5469403,489.20923,-3351.4387)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.8571"
+ x2="14"
+ y1="1049.8571"
+ x1="7.0070496"
+ gradientTransform="matrix(0.51248829,0,0,3.5469403,503.55894,-3351.3651)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3115"
+ xlink:href="#linearGradient5141-4"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="4.100113"
+ inkscape:cy="6.6658654"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8421"
+ showgrid="true"
+ inkscape:window-width="1737"
+ inkscape:window-height="907"
+ inkscape:window-x="225"
+ inkscape:window-y="225"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4161" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="g8472"
+ transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)">
+ <g
+ transform="translate(15.600543,0)"
+ id="g8421">
+ <g
+ id="g5359"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,730.34515,280.80707)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4221-4"
+ d="m 28.565245,1040.0695 -1.069887,2.1398 4.279549,0 -1.069887,-2.1398 c -0.472828,-0.9477 -1.844257,-0.7625 -2.139775,0 z"
+ style="fill:none;stroke:url(#linearGradient5368);stroke-width:1.06988704;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4221"
+ d="m 26.607269,1042.2428 c 1.259438,-1.6377 4.858466,-1.5046 6.055728,0 l 0,8.5925 -6.055728,0 z"
+ style="fill:url(#linearGradient5370);fill-opacity:1;stroke:url(#linearGradient5434);stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path5028"
+ d="m 29.411544,1042.9075 c -0.368467,0.01 -0.72715,0.043 -1.069887,0.1003 l 0,2.4073 c 0.342737,-0.057 0.70142,-0.09 1.069887,-0.1003 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#496da1;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="sccccs"
+ inkscape:connector-curvature="0"
+ id="rect4221-7-1"
+ d="m 29.645582,1053.51 c -1.546954,0 -3.096933,0.3554 -3.778039,1.0365 l 0,0.5683 c 1.362214,1.3622 6.178977,1.3438 7.522644,0 l 0,-0.5683 c -0.671834,-0.6719 -2.197651,-1.0342 -3.744605,-1.0365 z"
+ style="fill:#ffffc9;fill-opacity:1;stroke:url(#linearGradient5454);stroke-width:1;stroke-opacity:1;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4221-7-1-2"
+ d="m 26.422196,1052.4196 0,12.1257 6.413338,0 0,-12.1257 z"
+ style="fill:url(#linearGradient5372);fill-opacity:1;stroke:url(#linearGradient5374);stroke-width:0.87995493;stroke-opacity:1;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="rect4221-7"
+ d="m 25.867543,1050.1666 0,4.3799 c 1.778049,-1.9187 5.89609,-1.8666 7.522644,0 l 0,-4.3799 c -1.258456,-2.537 -6.051006,-2.5281 -7.522644,0 z"
+ style="fill:url(#linearGradient5376);fill-opacity:1;stroke:url(#linearGradient5446);stroke-width:1.0003444;stroke-linejoin:round;stroke-miterlimit:3;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ <g
+ style="display:inline"
+ id="g3657"
+ transform="matrix(0.29852366,0,0,0.3053453,-141.77778,928.33008)">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-3"
+ d="m 494.64614,350.90793 15.07277,0 6.58429,6.46504 0,21.40521 -21.65706,0 z"
+ style="fill:url(#linearGradient3665);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4884-7"
+ d="m 508.58212,349.83751 0,8.60114 8.60113,0 z"
+ style="fill:url(#linearGradient3667);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-9"
+ d="m 494.60323,350.91051 14.96829,0 6.53864,6.48525 0,21.47251 -21.50693,0 z"
+ style="fill:none;stroke:url(#linearGradient3669);stroke-width:3.53691459;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="356.28687"
+ x="499.98236"
+ height="3.5838051"
+ width="7.1676102"
+ id="rect4001-1"
+ style="fill:url(#linearGradient3671);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="363.4545"
+ x="499.98236"
+ height="3.5838051"
+ width="10.751415"
+ id="rect4001-1-7-4"
+ style="fill:url(#linearGradient3673);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="370.6221"
+ x="507.14996"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4001-1-7-4-0"
+ style="fill:url(#linearGradient3115);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ style="display:inline"
+ id="g3232"
+ transform="matrix(0.14926692,0,0,0.14926692,-53.85862,981.77854)">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path3887"
+ d="m 370.06941,402.87634 18.81498,-32.25423 17.91903,32.25424"
+ style="fill:none;stroke:#005596;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3115"
+ d="m 362.90181,402.87634 51.06922,10e-6"
+ style="fill:none;stroke:#005596;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3887-6"
+ d="m 381.71678,381.37352 12.54332,22.57797"
+ style="fill:none;stroke:#005596;stroke-width:7.16761017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/signed-off.svg b/icons/org.eclipse.egit.ui/icons/obj16/signed-off.svg
new file mode 100644
index 0000000000..229149591f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/signed-off.svg
@@ -0,0 +1,360 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.ui, editor_area.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="signed-off.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4211">
+ <stop
+ id="stop4213"
+ offset="0"
+ style="stop-color:#dddddd;stop-opacity:1;" />
+ <stop
+ style="stop-color:#6e6e6e;stop-opacity:1;"
+ offset="0.1875"
+ id="stop4215" />
+ <stop
+ id="stop4217"
+ offset="1"
+ style="stop-color:#bbbbbb;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4201">
+ <stop
+ id="stop4203"
+ offset="0"
+ style="stop-color:#dddddd;stop-opacity:1;" />
+ <stop
+ style="stop-color:#666666;stop-opacity:1;"
+ offset="0.30000001"
+ id="stop4205" />
+ <stop
+ id="stop4207"
+ offset="1"
+ style="stop-color:#bbbbbb;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4030">
+ <stop
+ style="stop-color:#dddddd;stop-opacity:1;"
+ offset="0"
+ id="stop4032" />
+ <stop
+ id="stop4199"
+ offset="0.5"
+ style="stop-color:#666666;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1;"
+ offset="1"
+ id="stop4034" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4009">
+ <stop
+ id="stop4011"
+ offset="0"
+ style="stop-color:#445db0;stop-opacity:1;" />
+ <stop
+ style="stop-color:#062796;stop-opacity:1;"
+ offset="0.40885416"
+ id="stop4013" />
+ <stop
+ style="stop-color:#a1aed7;stop-opacity:1;"
+ offset="0.578125"
+ id="stop4015" />
+ <stop
+ style="stop-color:#536ab6;stop-opacity:1;"
+ offset="0.76302081"
+ id="stop4017" />
+ <stop
+ id="stop4019"
+ offset="0.89322913"
+ style="stop-color:#536ab6;stop-opacity:1;" />
+ <stop
+ id="stop4021"
+ offset="1"
+ style="stop-color:#a1aed7;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ style="stop-color:#c3c3c3;stop-opacity:1;"
+ offset="0"
+ id="stop3959" />
+ <stop
+ id="stop3979"
+ offset="0.41267595"
+ style="stop-color:#888888;stop-opacity:1;" />
+ <stop
+ id="stop3965"
+ offset="0.58244693"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e1e1e1;stop-opacity:1;"
+ offset="0.72580761"
+ id="stop3975" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3961" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3919">
+ <stop
+ style="stop-color:#fbdd83;stop-opacity:1;"
+ offset="0"
+ id="stop3921" />
+ <stop
+ id="stop3931"
+ offset="0.44444445"
+ style="stop-color:#f7bb08;stop-opacity:1;" />
+ <stop
+ id="stop3929"
+ offset="0.55555552"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3927"
+ offset="0.77777779"
+ style="stop-color:#fbdd83;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3923" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask7584">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path7586"
+ d="m 1.5076731,1040.8978 13.0019249,0 0,10.9667 -13.0019248,0 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ </mask>
+ <filter
+ inkscape:collect="always"
+ id="filter8356"
+ x="-0.23975421"
+ width="1.4795084"
+ y="-0.24024629"
+ height="1.4804926">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.90851138"
+ id="feGaussianBlur8358" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3951">
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ d="m -13.91388,965.6139 -82.804544,29.68465 -24.997596,128.11265 8.59292,8.593 76.799264,-76.7993 c -1.121158,-1.4516 -1.806467,-3.2481 -1.806467,-5.2241 0,-4.7458 3.847183,-8.5929 8.592924,-8.5929 4.745741,0 8.592925,3.8471 8.592925,8.5929 0,4.7457 -3.847184,8.5929 -8.592925,8.5929 -1.976055,0 -3.772495,-0.6853 -5.224107,-1.8064 l -76.799264,76.7992 7.03058,7.0306 134.362087,-24.9976 26.559949,-84.3669 -70.305746,-65.6187 z m -97.64687,167.9526 -1.56235,-1.5623 -5.46822,5.4682 1.56235,1.5623 5.46822,-5.4682 z"
+ id="path3953"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ id="linearGradient4030-5">
+ <stop
+ style="stop-color:#888888;stop-opacity:1;"
+ offset="0"
+ id="stop4032-4" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1;"
+ offset="1"
+ id="stop4034-48" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3919"
+ id="linearGradient4161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(12.498799,0,0,12.498799,172.78693,897.6516)"
+ x1="-12"
+ y1="16.999985"
+ x2="-21"
+ y2="7.9999847" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4009"
+ id="linearGradient4168"
+ gradientUnits="userSpaceOnUse"
+ x1="-2"
+ y1="3.9999847"
+ x2="-8"
+ y2="-2.000015"
+ gradientTransform="matrix(0.78117495,0,0,0.78117495,15.770768,1040.6067)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4171"
+ gradientUnits="userSpaceOnUse"
+ x1="-9"
+ y1="10.999985"
+ x2="-15"
+ y2="4.9999847"
+ gradientTransform="matrix(0.78117495,0,0,0.78117495,15.770768,1040.6067)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4030-5"
+ id="linearGradient4188"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.18743114,0,0,0.78117501,-0.66662692,1057.7681)"
+ x1="-4"
+ y1="-3.000015"
+ x2="-30"
+ y2="-3.000015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4211"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.78117495,0,0,0.78117495,16.551943,1046.8317)"
+ x1="-14"
+ y1="-2.9687498"
+ x2="-30"
+ y2="-3.000015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4201"
+ id="linearGradient4194"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.78117495,0,0,0.78117495,16.551943,1043.707)"
+ x1="-10"
+ y1="-2.9687498"
+ x2="-30"
+ y2="-3.000015" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4030"
+ id="linearGradient4197"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.78117495,0,0,0.78117495,16.551943,1040.5823)"
+ x1="-4"
+ y1="-3.000015"
+ x2="-30"
+ y2="-3.000015" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-17.21607"
+ inkscape:cy="8.583551"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1-5-8"
+ showgrid="true"
+ inkscape:window-width="2326"
+ inkscape:window-height="1256"
+ inkscape:window-x="159"
+ inkscape:window-y="14"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid8762" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g7581"
+ mask="url(#mask7584)">
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path5226-6-14-1-5-9-9"
+ d="m 14.945713,1040.3274 -5.5989979,5.572 -3.4954296,1.6602 1.6601595,-3.4924 5.545372,-5.5834 c 0.812805,0.3857 1.414835,1.0349 1.888896,1.8439 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;filter:url(#filter8356)" />
+ </g>
+ <g
+ id="g12278"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,726.06628,283.93164)">
+ <g
+ transform="matrix(0.45259182,-0.45259182,0.45259182,0.45259182,-446.0304,573.84462)"
+ inkscape:label="Layer 1"
+ id="layer1-5-8"
+ style="display:inline">
+ <path
+ style="fill:none;stroke:url(#linearGradient4197);stroke-width:1.56234992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -6.1021303,1038.2632 19.5293733,0 0.02441,0"
+ id="path4028"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4194);stroke-width:1.56234992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m -6.1021303,1041.3879 19.5293733,0 0.02441,0"
+ id="path4028-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4191);stroke-width:1.56234992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m -6.1021303,1044.5126 19.5293733,0 0.02441,0"
+ id="path4028-4"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4188);stroke-width:1.56234992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m -6.1021303,1055.449 4.6857783,0 0.00585,0"
+ id="path4028-3"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g4174">
+ <path
+ transform="matrix(0.0625,0,0,0.0625,4.971584,984.50348)"
+ clip-path="url(#clipPath3951)"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3149"
+ d="m -102.18665,1135.1289 124.987995,-24.9976 24.997596,-74.9928 -62.493997,-62.494 -74.992796,24.9976 -24.997598,124.988"
+ style="fill:url(#linearGradient4161);fill-opacity:1;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3955"
+ d="m 4.8343187,1044.5126 -0.781175,0.7811 3.9058748,3.9059 0.781175,-0.7812 z"
+ style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3981"
+ d="m 4.8343187,1044.5126 c 3.1246998,-4.6871 8.5929243,-9.3741 12.4987993,-12.4988 l 3.905875,3.9058 c -3.1247,3.9059 -7.81175,9.3741 -12.4987995,12.4988 z"
+ style="fill:url(#linearGradient4168);fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/squash-down.svg b/icons/org.eclipse.egit.ui/icons/obj16/squash-down.svg
new file mode 100644
index 0000000000..d3c3c761e5
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/squash-down.svg
@@ -0,0 +1,343 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="squash-down.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,20.499999,1035.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60000001,0,0,0.60000001,-23.78735,409.51896)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3088"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60339726,0,0,0.6136224,-21.413451,395.35181)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59584055,0,0,0.60188795,-23.776454,407.55825)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50088273,0,0,0.9897135,-22.509708,1.7431345)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900349,0,0,0.9897135,-22.006056,-0.21570532)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900348,0,0,0.9897135,-22.006039,-0.19516849)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900348,0,0,0.98971347,-1.00604,10.804891)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3324"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900349,0,0,0.98971347,-1.006057,10.78433)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3327"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50088273,0,0,0.98971347,-1.509709,12.743145)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3330"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59584055,0,0,0.61717777,-2.776455,402.67413)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60339726,0,0,0.62921031,-0.413452,390.15761)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3336"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60000001,0,0,0.61524187,-2.787351,404.68465)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="6.8403506"
+ inkscape:cy="6.8443557"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4716">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4546"
+ d="m 1,1046.8622 13,0"
+ style="fill:none;stroke:#1800a9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.74509805;stroke-dasharray:1, 1;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path4546-0"
+ d="m 0,1046.8622 15,0"
+ style="fill:none;stroke:#1f00ea;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.28627451;stroke-dasharray:1, 1;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8.4999993,1046.8622 3.9999997,-4 -1,0 -1.9999997,0 7e-7,-5 -1,0 -1,0 -7e-7,5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ <g
+ id="g3338">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-3"
+ d="m 0.51102,1043.8618 4.205801,0 1.837234,1.8498 0,6.1245 -6.043035,0 z"
+ style="fill:url(#linearGradient3336);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4884-7"
+ d="m 4.399619,1043.5555 0,2.461 2.399999,0 z"
+ style="fill:url(#linearGradient3333);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-9"
+ d="m 0.499047,1043.8625 4.176647,0 1.824497,1.8556 0,6.1438 -6.001144,0 z"
+ style="fill:none;stroke:url(#linearGradient3330);stroke-width:0.99809444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="1045.3622"
+ x="2.0000029"
+ height="1"
+ width="2"
+ id="rect4001-1"
+ style="fill:url(#linearGradient3327);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1047.3622"
+ x="2.0000029"
+ height="1"
+ width="3"
+ id="rect4001-1-7-4"
+ style="fill:url(#linearGradient3324);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1049.3622"
+ x="1.999999"
+ height="1"
+ width="3"
+ id="rect4001-1-7-4-0"
+ style="fill:url(#linearGradient3321);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/squash-up.svg b/icons/org.eclipse.egit.ui/icons/obj16/squash-up.svg
new file mode 100644
index 0000000000..5fd8a03f66
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/squash-up.svg
@@ -0,0 +1,298 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="squash-up.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,20.499999,1051.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3336"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60000001,0,0,0.61524187,-2.787351,404.68465)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.60339726,0,0,0.62921031,-0.413452,390.15761)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3330"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59584055,0,0,0.61717777,-2.776455,402.67413)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3327"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50088273,0,0,0.98971347,-1.509709,12.743145)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3324"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900349,0,0,0.98971347,-1.006057,10.78433)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="1049.8571"
+ x2="14"
+ y1="1049.8571"
+ x1="7.0070496"
+ gradientTransform="matrix(0.42900348,0,0,0.98971347,-1.00604,10.804891)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3387"
+ xlink:href="#linearGradient5141-4"
+ inkscape:collect="always" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3070">
+ <rect
+ style="fill:none;stroke:none"
+ id="rect3072"
+ width="13"
+ height="3"
+ x="2"
+ y="1045.3622" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="9.1185863"
+ inkscape:cy="6.8443557"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4716"
+ transform="translate(0,-7)"
+ clip-path="url(#clipPath3070)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4546"
+ d="m 1,1046.8622 13,0"
+ style="fill:none;stroke:#1800a9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.74509804;stroke-dasharray:1, 1;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path4546-0"
+ d="m 0,1046.8622 15,0"
+ style="fill:none;stroke:#1f00ea;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.28627451;stroke-dasharray:1, 1;stroke-dashoffset:0;display:inline" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8.4999993,1039.8622 3.9999997,4 -1,0 -1.9999997,0 7e-7,5 -1,0 -1,0 -7e-7,-5 -1.9999995,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ <g
+ transform="translate(2.1975326e-7,0.00125278)"
+ style="display:inline"
+ id="g3338">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-3"
+ d="m 0.51102,1043.8618 4.205801,0 1.837234,1.8498 0,6.1245 -6.043035,0 z"
+ style="fill:url(#linearGradient3336);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4884-7"
+ d="m 4.399619,1043.5555 0,2.461 2.399999,0 z"
+ style="fill:url(#linearGradient3333);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-9"
+ d="m 0.499047,1043.8625 4.176647,0 1.824497,1.8556 0,6.1438 -6.001144,0 z"
+ style="fill:none;stroke:url(#linearGradient3330);stroke-width:0.99809444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <rect
+ y="1045.3622"
+ x="2.0000029"
+ height="1"
+ width="2"
+ id="rect4001-1"
+ style="fill:url(#linearGradient3327);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1047.3622"
+ x="2.0000029"
+ height="1"
+ width="3"
+ id="rect4001-1-7-4"
+ style="fill:url(#linearGradient3324);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1049.3622"
+ x="1.999999"
+ height="1"
+ width="3"
+ id="rect4001-1-7-4-0"
+ style="fill:url(#linearGradient3387);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/stash-apply.svg b/icons/org.eclipse.egit.ui/icons/obj16/stash-apply.svg
new file mode 100644
index 0000000000..13717a1cfe
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/stash-apply.svg
@@ -0,0 +1,430 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="stash-apply.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4349">
+ <stop
+ id="stop4351"
+ offset="0"
+ style="stop-color:#bd7231;stop-opacity:1;" />
+ <stop
+ id="stop4353"
+ offset="1"
+ style="stop-color:#dda24c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4155">
+ <stop
+ id="stop4157"
+ offset="0"
+ style="stop-color:#cccccc;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0.5"
+ id="stop4161" />
+ <stop
+ style="stop-color:#cccccc;stop-opacity:1;"
+ offset="1"
+ id="stop4159" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4137">
+ <stop
+ style="stop-color:#606060;stop-opacity:1;"
+ offset="0"
+ id="stop4139" />
+ <stop
+ id="stop4145"
+ offset="1"
+ style="stop-color:#cccccc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3882">
+ <stop
+ style="stop-color:#784d15;stop-opacity:1;"
+ offset="0"
+ id="stop3884" />
+ <stop
+ id="stop3892"
+ offset="1"
+ style="stop-color:#bba68a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3842">
+ <stop
+ style="stop-color:#c48146;stop-opacity:1"
+ offset="0"
+ id="stop3844" />
+ <stop
+ style="stop-color:#ebc58e;stop-opacity:1"
+ offset="1"
+ id="stop3846" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3832">
+ <stop
+ style="stop-color:#774c15;stop-opacity:1"
+ offset="0"
+ id="stop3834" />
+ <stop
+ id="stop3840"
+ offset="1"
+ style="stop-color:#986320;stop-opacity:0.94117647" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4370"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4372"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient4374"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-1)"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4349"
+ id="linearGradient4376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-1)"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4378"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1035.3622)"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4380"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1035.3622)"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4155"
+ id="linearGradient4382"
+ gradientUnits="userSpaceOnUse"
+ x1="-59.04454"
+ y1="39.471859"
+ x2="-41"
+ y2="39.471859" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4137"
+ id="linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ x1="-45"
+ y1="39"
+ x2="-62"
+ y2="35" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0,0.5,0.5,0,4.5,1055.8622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3012"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4137"
+ id="linearGradient3339"
+ gradientUnits="userSpaceOnUse"
+ x1="-45"
+ y1="39"
+ x2="-62"
+ y2="35"
+ gradientTransform="matrix(0.375,0,0,0.375,24.5,1034.2372)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient3345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,23.75,1033.8622)"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient3347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,23.75,1033.8622)"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4349"
+ id="linearGradient3351"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,23.75,645.22637)"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient3356"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,23.75,645.22637)"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient3359"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,23.75,1043.2372)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient3361"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,23.75,1043.2372)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="1.234375"
+ inkscape:cy="16.046875"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="fill:url(#linearGradient3359);fill-opacity:1;stroke:url(#linearGradient3361);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect3062"
+ width="11.25"
+ height="3"
+ x="0.5"
+ y="1046.2372"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:url(#linearGradient3356);fill-opacity:1;stroke:none"
+ d="m 2.375,1043.9872 0,1.875 7.5,0 0,-1.875 z"
+ id="path3854"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 0.125,1045.8622 2.25,-1.875 0,1.875 -1.5,0 z"
+ id="path3856"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#8f5e1f;fill-opacity:1;stroke:none"
+ d="m 9.875,1043.9872 0,1.875 1.5,0 0.75,0 z"
+ id="path3858"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:url(#linearGradient3351);fill-opacity:1;stroke:none"
+ d="m 2.375,1043.2372 -1.5,-3 10.5,0 -1.5,3 z"
+ id="path3894"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:none;stroke:#784d15;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 2.375,1043.6122 7.5,0"
+ id="path3896"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:url(#linearGradient3345);fill-opacity:1;stroke:url(#linearGradient3347);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 0.5,1040.2372 0,-1.5 11.25,0 0,1.5"
+ id="path3908"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 0.125,1040.2372 0.75,0 1.5,3 0,0.75 z"
+ id="path3918"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 9.875,1043.2372 1.5,-3 0.75,0 -2.25,3.75 z"
+ id="path3920"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:#f9e054;fill-opacity:1;stroke:none"
+ id="rect3930"
+ width="1.5"
+ height="0.75"
+ x="9.125"
+ y="1047.3622"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient3339);stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.25,1049.9872 c 1.125,0 1.875,0 3,0 0.75,0 1.5,-1.125 1.5,-2.25 l -1.5,0 c 0.057748,0.3874 -0.1773574,0.5524 -0.375,0.75 -0.375,0.375 -1.875,0.375 -2.25,0 -0.1976426,-0.1976 -0.375,-0.3736 -0.375,-0.75 l -1.5,0 c -0.1471901,1.0579 0.75,2.25 1.5,2.25 z"
+ id="path4135"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccssccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 4.25,1043.2372 -0.375,-3 0.75,0 0,3 z"
+ id="path4235"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none;display:inline"
+ d="m 8,1043.2372 0.375,-3 -0.75,0 0,3 z"
+ id="path4235-1"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient3012);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 16,1043.8622 -4,4 0,-1 0,-2 -4.5,0 0,-1 0,-1 4.5,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/stash-create.svg b/icons/org.eclipse.egit.ui/icons/obj16/stash-create.svg
new file mode 100644
index 0000000000..4871b26bde
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/stash-create.svg
@@ -0,0 +1,430 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="stash-create.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4349">
+ <stop
+ id="stop4351"
+ offset="0"
+ style="stop-color:#bd7231;stop-opacity:1;" />
+ <stop
+ id="stop4353"
+ offset="1"
+ style="stop-color:#dda24c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4155">
+ <stop
+ id="stop4157"
+ offset="0"
+ style="stop-color:#cccccc;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0.5"
+ id="stop4161" />
+ <stop
+ style="stop-color:#cccccc;stop-opacity:1;"
+ offset="1"
+ id="stop4159" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4137">
+ <stop
+ style="stop-color:#606060;stop-opacity:1;"
+ offset="0"
+ id="stop4139" />
+ <stop
+ id="stop4145"
+ offset="1"
+ style="stop-color:#cccccc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3882">
+ <stop
+ style="stop-color:#784d15;stop-opacity:1;"
+ offset="0"
+ id="stop3884" />
+ <stop
+ id="stop3892"
+ offset="1"
+ style="stop-color:#bba68a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3842">
+ <stop
+ style="stop-color:#c48146;stop-opacity:1"
+ offset="0"
+ id="stop3844" />
+ <stop
+ style="stop-color:#ebc58e;stop-opacity:1"
+ offset="1"
+ id="stop3846" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3832">
+ <stop
+ style="stop-color:#774c15;stop-opacity:1"
+ offset="0"
+ id="stop3834" />
+ <stop
+ id="stop3840"
+ offset="1"
+ style="stop-color:#986320;stop-opacity:0.94117647" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4370"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4372"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient4374"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-1)"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4349"
+ id="linearGradient4376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-1)"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4378"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1035.3622)"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4380"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1035.3622)"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4155"
+ id="linearGradient4382"
+ gradientUnits="userSpaceOnUse"
+ x1="-59.04454"
+ y1="39.471859"
+ x2="-41"
+ y2="39.471859" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4137"
+ id="linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ x1="-45"
+ y1="39"
+ x2="-62"
+ y2="35" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0,0.5,0.5,0,-2,1055.8622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4137"
+ id="linearGradient3063"
+ gradientUnits="userSpaceOnUse"
+ x1="-45"
+ y1="39"
+ x2="-62"
+ y2="35"
+ gradientTransform="matrix(0.375,0,0,0.375,28.25,1034.2372)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient3069"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,27.5,1033.8622)"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient3071"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,27.5,1033.8622)"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4349"
+ id="linearGradient3075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,27.5,645.22637)"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient3080"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,27.5,645.22637)"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,27.5,1043.2372)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient3085"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.375,0,0,0.375,27.5,1043.2372)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="1.265625"
+ inkscape:cy="16.046875"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <rect
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:url(#linearGradient3085);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect3062"
+ width="11.25"
+ height="3"
+ x="4.25"
+ y="1046.2372"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:url(#linearGradient3080);fill-opacity:1;stroke:none"
+ d="m 6.125,1043.9872 0,1.875 7.5,0 0,-1.875 z"
+ id="path3854"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 3.875,1045.8622 2.25,-1.875 0,1.875 -1.5,0 z"
+ id="path3856"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#8f5e1f;fill-opacity:1;stroke:none"
+ d="m 13.625,1043.9872 0,1.875 1.5,0 0.75,0 z"
+ id="path3858"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:url(#linearGradient3075);fill-opacity:1;stroke:none"
+ d="m 6.125,1043.2372 -1.5,-3 10.5,0 -1.5,3 z"
+ id="path3894"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:none;stroke:#784d15;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 6.125,1043.6122 7.5,0"
+ id="path3896"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:url(#linearGradient3069);fill-opacity:1;stroke:url(#linearGradient3071);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4.25,1040.2372 0,-1.5 11.25,0 0,1.5"
+ id="path3908"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 3.875,1040.2372 0.75,0 1.5,3 0,0.75 z"
+ id="path3918"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 13.625,1043.2372 1.5,-3 0.75,0 -2.25,3.75 z"
+ id="path3920"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:#f9e054;fill-opacity:1;stroke:none"
+ id="rect3930"
+ width="1.5"
+ height="0.75"
+ x="12.875"
+ y="1047.3622"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient3063);stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8,1049.9872 c 1.125,0 1.875,0 3,0 0.75,0 1.5,-1.125 1.5,-2.25 l -1.5,0 c 0.05775,0.3874 -0.177357,0.5524 -0.375,0.75 -0.375,0.375 -1.875,0.375 -2.25,0 C 8.1773574,1048.2896 8,1048.1136 8,1047.7372 l -1.5,0 c -0.1471901,1.0579 0.75,2.25 1.5,2.25 z"
+ id="path4135"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccssccc"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none"
+ d="m 8,1043.2372 -0.375,-3 0.75,0 0,3 z"
+ id="path4235"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#62431b;fill-opacity:1;stroke:none;display:inline"
+ d="m 11.75,1043.2372 0.375,-3 -0.75,0 0,3 z"
+ id="path4235-1"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:export-xdpi="45"
+ inkscape:export-ydpi="45"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 9.4999995,1043.8622 -3.9999995,4 0,-1 0,-2 -4.5,0 0,-1 0,-1 4.5,0 0,-2 0,-1 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/stash.svg b/icons/org.eclipse.egit.ui/icons/obj16/stash.svg
new file mode 100644
index 0000000000..d9e48af591
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/stash.svg
@@ -0,0 +1,484 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="stash.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4349">
+ <stop
+ id="stop4351"
+ offset="0"
+ style="stop-color:#bd7231;stop-opacity:1;" />
+ <stop
+ id="stop4353"
+ offset="1"
+ style="stop-color:#dda24c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4155">
+ <stop
+ id="stop4157"
+ offset="0"
+ style="stop-color:#cccccc;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0.5"
+ id="stop4161" />
+ <stop
+ style="stop-color:#cccccc;stop-opacity:1;"
+ offset="1"
+ id="stop4159" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4137">
+ <stop
+ style="stop-color:#606060;stop-opacity:1;"
+ offset="0"
+ id="stop4139" />
+ <stop
+ id="stop4145"
+ offset="1"
+ style="stop-color:#cccccc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3898">
+ <stop
+ style="stop-color:#62431b;stop-opacity:1;"
+ offset="0"
+ id="stop3900" />
+ <stop
+ id="stop3906"
+ offset="1"
+ style="stop-color:#b0a18d;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3882">
+ <stop
+ style="stop-color:#784d15;stop-opacity:1;"
+ offset="0"
+ id="stop3884" />
+ <stop
+ id="stop3892"
+ offset="1"
+ style="stop-color:#bba68a;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3842">
+ <stop
+ style="stop-color:#c48146;stop-opacity:1"
+ offset="0"
+ id="stop3844" />
+ <stop
+ style="stop-color:#ebc58e;stop-opacity:1"
+ offset="1"
+ id="stop3846" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3832">
+ <stop
+ style="stop-color:#774c15;stop-opacity:1"
+ offset="0"
+ id="stop3834" />
+ <stop
+ id="stop3840"
+ offset="1"
+ style="stop-color:#986320;stop-opacity:0.94117647" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1061.3622)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1061.3622)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient4127"
+ gradientUnits="userSpaceOnUse"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3898"
+ id="linearGradient4129"
+ gradientUnits="userSpaceOnUse"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4131"
+ gradientUnits="userSpaceOnUse"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4133"
+ gradientUnits="userSpaceOnUse"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4137"
+ id="linearGradient4143"
+ x1="-45"
+ y1="39"
+ x2="-62"
+ y2="35"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4155"
+ id="linearGradient4153"
+ x1="-59.04454"
+ y1="39.471859"
+ x2="-41"
+ y2="39.471859"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4331"
+ gradientUnits="userSpaceOnUse"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15"
+ gradientTransform="translate(-2,1035.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4333"
+ gradientUnits="userSpaceOnUse"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15"
+ gradientTransform="translate(-2,1035.3622)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4349"
+ id="linearGradient4337"
+ gradientUnits="userSpaceOnUse"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622"
+ gradientTransform="translate(-2,-1)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient4342"
+ gradientUnits="userSpaceOnUse"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622"
+ gradientTransform="translate(-2,-1)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4370"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-33"
+ y1="12"
+ x2="-61"
+ y2="12" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4372"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1060.3622)"
+ x1="-31"
+ y1="17"
+ x2="-63"
+ y2="7" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3882"
+ id="linearGradient4374"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-1)"
+ x1="-47"
+ y1="1068.3622"
+ x2="-47"
+ y2="1063.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4349"
+ id="linearGradient4376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-1)"
+ x1="-59"
+ y1="1056.3622"
+ x2="-28"
+ y2="1043.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3842"
+ id="linearGradient4378"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1035.3622)"
+ x1="-32"
+ y1="15"
+ x2="-62"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3832"
+ id="linearGradient4380"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,1035.3622)"
+ x1="-62"
+ y1="15"
+ x2="-32"
+ y2="15" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4155"
+ id="linearGradient4382"
+ gradientUnits="userSpaceOnUse"
+ x1="-59.04454"
+ y1="39.471859"
+ x2="-41"
+ y2="39.471859" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4137"
+ id="linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ x1="-45"
+ y1="39"
+ x2="-62"
+ y2="35" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="-19.856454"
+ inkscape:cy="-19.516527"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4355"
+ transform="matrix(0.5,0,0,0.5,32.5,512.6811)">
+ <rect
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ y="1068.3622"
+ x="-64"
+ height="8"
+ width="30"
+ id="rect3062"
+ style="fill:url(#linearGradient4370);fill-opacity:1;stroke:url(#linearGradient4372);stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:connector-curvature="0"
+ id="path3854"
+ d="m -59,1062.3622 0,5 20,0 0,-5 z"
+ style="fill:url(#linearGradient4374);fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3856"
+ d="m -65,1067.3622 6,-5 0,5 -4,0 z"
+ style="fill:#62431b;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3858"
+ d="m -39,1062.3622 0,5 4,0 2,0 z"
+ style="fill:#8f5e1f;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3894"
+ d="m -59,1060.3622 -4,-8 28,0 -4,8 z"
+ style="fill:url(#linearGradient4376);fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:connector-curvature="0"
+ id="path3896"
+ d="m -59,1061.3622 20,0"
+ style="fill:none;stroke:#784d15;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3908"
+ d="m -64,1052.3622 0,-4 30,0 0,4"
+ style="fill:url(#linearGradient4378);fill-opacity:1;stroke:url(#linearGradient4380);stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:connector-curvature="0"
+ id="path3918"
+ d="m -65,1052.3622 2,0 4,8 0,2 z"
+ style="fill:#62431b;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:connector-curvature="0"
+ id="path3920"
+ d="m -39,1060.3622 4,-8 2,0 -6,10 z"
+ style="fill:#62431b;fill-opacity:1;stroke:none" />
+ <rect
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ y="1071.3622"
+ x="-41"
+ height="2"
+ width="4"
+ id="rect3930"
+ style="fill:#f9e054;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ sodipodi:nodetypes="ccccssccc"
+ transform="translate(0,1036.3622)"
+ inkscape:connector-curvature="0"
+ id="path4135"
+ d="m -54,42 c 3,0 5,0 8,0 2,0 4,-3 4,-6 l -4,0 c 0.153995,1.033061 -0.472953,1.472953 -1,2 -1,1 -5,1 -6,0 -0.527047,-0.527047 -1,-0.996155 -1,-2 l -4,0 c -0.392507,2.821047 2,6 4,6 z"
+ style="fill:url(#linearGradient4382);fill-opacity:1;stroke:url(#linearGradient4384);stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ transform="translate(0,1036.3622)"
+ inkscape:connector-curvature="0"
+ id="path4235"
+ d="m -54,24 -1,-8 2,0 0,8 z"
+ style="fill:#62431b;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-ydpi="45"
+ inkscape:export-xdpi="45"
+ inkscape:export-filename="/Users/thomas/bin/oomph/egit-master/git/egit/icons/org.eclipse.egit.ui/icons/obj16/stash.png"
+ inkscape:connector-curvature="0"
+ id="path4235-1"
+ d="m -44,1060.3622 1,-8 -2,0 0,8 z"
+ style="fill:#62431b;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/state_sort_co.svg b/icons/org.eclipse.egit.ui/icons/obj16/state_sort_co.svg
new file mode 100644
index 0000000000..ca94fc91cc
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/state_sort_co.svg
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="state_sort_co.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4789">
+ <stop
+ style="stop-color:#4e8fbd;stop-opacity:1;"
+ offset="0"
+ id="stop4791" />
+ <stop
+ style="stop-color:#30495a;stop-opacity:1;"
+ offset="1"
+ id="stop4793" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4789"
+ id="linearGradient3041"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1126308,0,0,1.1126308,-15.752685,-116.8453)"
+ x1="-2.2873085"
+ y1="1044.6919"
+ x2="-2.2873085"
+ y2="1049.5981" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="-0.462563"
+ inkscape:cy="11.05239"
+ inkscape:document-units="px"
+ inkscape:current-layer="g5050"
+ showgrid="true"
+ inkscape:window-width="1641"
+ inkscape:window-height="902"
+ inkscape:window-x="432"
+ inkscape:window-y="94"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3005" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)"
+ style="display:inline"
+ id="g11331-3-1-1">
+ <g
+ id="g13408-8"
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1" />
+ </g>
+ <g
+ id="g5050"
+ transform="matrix(0.89877071,0,0,0.89877071,19.132321,106.0773)">
+ <g
+ transform="matrix(0.75585723,0,0,0.76929359,-19.35986,219.3382)"
+ id="g6940"
+ style="display:inline" />
+ <path
+ style="fill:url(#linearGradient3041);fill-opacity:1;stroke:none;display:inline"
+ d="m -19.084488,1037.2757 1.152554,0 -0.0087,11.1395 2.224662,0 -2.824439,3.3379 -2.707644,-3.3133 2.188145,0 z"
+ id="path3986"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <rect
+ style="fill:#548bb3;fill-opacity:1;stroke:none"
+ id="rect3118"
+ width="9"
+ height="2"
+ x="6"
+ y="1.9999635"
+ transform="matrix(1.1126308,0,0,1.1126308,-21.28721,1035.0637)" />
+ <rect
+ style="fill:#b8a122;fill-opacity:1;stroke:none"
+ id="rect3120"
+ width="9"
+ height="1.9999999"
+ x="6"
+ y="5.9999638"
+ transform="matrix(1.1126308,0,0,1.1126308,-21.28721,1035.0637)" />
+ <rect
+ style="fill:#b82250;fill-opacity:1;stroke:none"
+ id="rect3122"
+ width="9"
+ height="2"
+ x="6"
+ y="10"
+ transform="matrix(1.1126308,0,0,1.1126308,-21.28721,1035.0637)" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/submodules.svg b/icons/org.eclipse.egit.ui/icons/obj16/submodules.svg
new file mode 100644
index 0000000000..985acd7984
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/submodules.svg
@@ -0,0 +1,441 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="submodules.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3973"
+ inkscape:collect="always">
+ <stop
+ id="stop3975"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#c48a4e;stop-opacity:1;" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#ad6c24;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:1" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3949">
+ <stop
+ style="stop-color:#9e6627;stop-opacity:1"
+ offset="0"
+ id="stop3951" />
+ <stop
+ style="stop-color:#c38536;stop-opacity:1"
+ offset="1"
+ id="stop3953" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3973-7-8"
+ inkscape:collect="always">
+ <stop
+ id="stop3975-4-9"
+ offset="0"
+ style="stop-color:#f8d078;stop-opacity:1" />
+ <stop
+ id="stop3977-0-4"
+ offset="1"
+ style="stop-color:#f8f0c8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4807-2"
+ inkscape:collect="always">
+ <stop
+ id="stop4809-7"
+ offset="0"
+ style="stop-color:#9e6627;stop-opacity:1" />
+ <stop
+ id="stop4811-50"
+ offset="1"
+ style="stop-color:#bc8532;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961-3">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963-7" />
+ <stop
+ id="stop5965-8"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967-8"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969-3"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971-8" />
+ <stop
+ id="stop5973-1"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1-5"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2-4"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1-3"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973-7-8"
+ id="linearGradient3346"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,884.30597,1302.0885)"
+ x1="537.94318"
+ y1="397.56107"
+ x2="538.83301"
+ y2="381.57214" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4807-2"
+ id="linearGradient3348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33025864,0,0,0.46783406,884.30597,1302.0885)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.01556"
+ y2="381.19754" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961-3"
+ id="linearGradient4138"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1-5"
+ id="linearGradient4140"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4142"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.25295627,0,0,0.22372082,-163.31435,939.93175)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4144"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.24333435,0,0,0.21535949,-156.68169,943.68114)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4146"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-61.366562,1.4453859)"
+ x1="531.09253"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3973"
+ id="linearGradient4148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="538.00562"
+ y1="396.2229"
+ x2="538.00562"
+ y2="374.21222" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3949"
+ id="linearGradient4150"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,0)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4152"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-60.558598,1.4188)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4262">
+ <rect
+ ry="0"
+ rx="0"
+ y="1036.2493"
+ x="4.8462"
+ height="7.4034948"
+ width="10.220467"
+ id="rect4264"
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-opacity:1" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="21.78125"
+ inkscape:cx="-3.4131994"
+ inkscape:cy="10.931379"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2056"
+ inkscape:window-height="1157"
+ inkscape:window-x="298"
+ inkscape:window-y="53"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g13813"
+ transform="matrix(0.33025864,0,0,0.33025864,-151.65389,919.18487)">
+ <rect
+ ry="2.625"
+ rx="2.625"
+ y="368.49503"
+ x="463.74335"
+ height="16.625"
+ width="15"
+ id="rect13693-3"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4146);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="sssssssss"
+ inkscape:connector-curvature="0"
+ id="rect13693"
+ d="m 463.24874,374.64819 28.07551,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,11.29376 c 0,1.45425 -1.22088,2.24642 -2.625,2.625 l -28.07551,7.56983 c -1.40411,0.37858 -2.625,-1.17075 -2.625,-2.625 l 0,-18.86359 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ style="fill:url(#linearGradient4148);fill-opacity:1;stroke:url(#linearGradient4150);stroke-width:3.02792978;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 462.26171,374.64819 20.09375,0"
+ style="fill:none;stroke:url(#linearGradient4152);stroke-width:3.02792978;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(0.880586,0,0,0.8156854,-1.295028,192.14777)"
+ style="display:inline"
+ id="g3853">
+ <path
+ style="fill:url(#linearGradient4142);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.89368987;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4144);stroke-width:1.17992055;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <g
+ transform="matrix(0.880586,0,0,0.8156854,1.7049722,194.10881)"
+ style="display:inline"
+ id="g3853-6"
+ clip-path="url(#clipPath4262)">
+ <path
+ style="fill:url(#linearGradient4138);fill-opacity:1;stroke:none;display:inline"
+ d="m 9.9692973,1037.7695 c -1.9987742,0 -3.597854,0.5351 -3.597854,1.2027 l 0,8.0178 c 0,0.6676 1.5990798,1.2026 3.597854,1.2026 1.9987747,0 3.6261847,-0.535 3.6261847,-1.2026 l 0,-8.0178 c 0,-0.6676 -1.62741,-1.2027 -3.6261847,-1.2027 z"
+ id="path3868-1-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(1.3898503,0,0,1.2541915,-22.815413,-270.80649)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.89368987;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868-9"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4140);stroke-width:1.17992055;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 10.010609,1037.8623 c -1.9227437,0 -3.460998,0.5151 -3.460998,1.1578 l 0,7.718 c 0,0.6427 1.5382543,1.1578 3.460998,1.1578 1.922747,0 3.488253,-0.5151 3.488253,-1.1578 l 0,-7.718 c 0,-0.6427 -1.565506,-1.1578 -3.488253,-1.1578 z"
+ id="path3868-1-4-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <rect
+ transform="matrix(1,0,-0.7082804,0.70593122,0,0)"
+ ry="1.2280643"
+ rx="0.86692894"
+ y="1481.6061"
+ x="1054.8384"
+ height="7.0601854"
+ width="10.064708"
+ id="rect13693-2"
+ style="fill:url(#linearGradient3346);fill-opacity:1;stroke:url(#linearGradient3348);stroke-width:1.19019687;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/synchronize.svg b/icons/org.eclipse.egit.ui/icons/obj16/synchronize.svg
new file mode 100644
index 0000000000..7949750adf
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/synchronize.svg
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="synchronize.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4029">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ id="stop4037"
+ offset="0.73271257"
+ style="stop-color:#ffd461;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4151"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(17.05829,1036.4192)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029"
+ id="radialGradient4159"
+ cx="-14.007328"
+ cy="12.162078"
+ fx="-14.007328"
+ fy="12.162078"
+ r="8"
+ gradientTransform="matrix(0.60743689,-0.87123513,1.7049886,1.1887409,-5.6814465,1020.6615)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3881"
+ x1="-34"
+ y1="14"
+ x2="-17"
+ y2="14"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,22.499999,1040.3622)" />
+ <linearGradient
+ id="linearGradient3865-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-3" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869-8" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0.5,0,0,-0.5,17.5,1054.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3013"
+ xlink:href="#linearGradient3865-9"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#d2d2d2"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="35.114892"
+ inkscape:cx="4.6127084"
+ inkscape:cy="11.400827"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5273" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#radialGradient4159);fill-opacity:1;stroke:url(#linearGradient4151);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 7.5895397,1036.8879 c -1.65042,0 -3.002266,1.0105 -3.15625,2.2813 -0.683002,0.4569 -1.15625,1.3946 -1.15625,2.4687 0,0.1348 0.017015,0.2454 0.03125,0.375 -0.135485,-0.025 -0.263881,-0.031 -0.40625,-0.031 -1.313283,0 -2.37500001,1.077 -2.37500001,2.4375 0,1.3604 1.06171701,2.4687 2.37500001,2.4687 0.258497,0 0.485743,-0.046 0.71875,-0.125 0.984266,0.2211 2.200554,0.3438 3.53125,0.3438 1.5485078,0 2.9515263,-0.1786 4.0000003,-0.4688 0.411138,0.2443 0.880939,0.4063 1.375,0.4063 1.659297,0 3,-1.55 3,-3.4688 0,-1.9188 -1.340703,-3.5 -3,-3.5 -0.27655,0 -0.558178,0.075 -0.8125,0.1563 -0.04958,-0.3956 -0.415551,-0.7217 -0.96875,-0.9375 -0.08143,-1.3268 -1.4549561,-2.4063 -3.1562503,-2.4063 z"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3881);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 10.499999,1051.8622 4,-4 -1,0 -2,0 0,-5 -1,0 -0.9999993,0 0,5 -1.9999999,0 -0.9999998,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ style="fill:url(#linearGradient3013);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 5.499999,1042.8622 4,4 -1,0 -2,0 0,5 -1,0 -0.999999,0 0,-5 -2,0 -1,0 z"
+ id="path3873-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ <rect
+ style="fill:#4a9045;fill-opacity:1;stroke:none"
+ id="rect3078"
+ width="1"
+ height="2.5"
+ x="9"
+ y="1045.3622" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/tags.svg b/icons/org.eclipse.egit.ui/icons/obj16/tags.svg
new file mode 100644
index 0000000000..546d1c6111
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/tags.svg
@@ -0,0 +1,821 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="tags.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4275">
+ <stop
+ style="stop-color:#d3eef7;stop-opacity:1;"
+ offset="0"
+ id="stop4277" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4279" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4772">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774" />
+ <stop
+ id="stop4440"
+ offset="1"
+ style="stop-color:#9f9ea5;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient3967-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient3333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0822628,0,0,0.86835621,-93.888686,31.909459)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient3336"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.96566712,0,0,0.91202803,-33.777206,15.686411)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient3339"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4029165,0,0,0.42847163,320.29532,-199.02388)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient3341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502835,0,0,1.5089701,-659.61469,-933.44811)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient3344"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95457745,0,0,0.96905624,-24.561986,-719.1377)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient3347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79999938,0,0,0.99999998,150.17003,1.7329878e-5)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772-1"
+ id="linearGradient3347-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79999938,0,0,0.99999998,150.17003,1.7329878e-5)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22525"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4772-1">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774-52" />
+ <stop
+ style="stop-color:#c9c0c0;stop-opacity:1"
+ offset="1"
+ id="stop4776-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-01"
+ id="linearGradient3344-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95457745,0,0,0.96905624,-24.561986,-719.1377)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ id="linearGradient3967-01"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-87"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-6"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762-0"
+ id="linearGradient3339-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4029165,0,0,0.42847163,320.29532,-199.02388)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762-0">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764-9" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0-2"
+ id="linearGradient3341-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502835,0,0,1.5089701,-659.61469,-933.44811)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ id="linearGradient3967-0-2"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6-8"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830-4"
+ id="linearGradient3336-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.96566712,0,0,0.91202803,-33.777206,15.686411)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ id="linearGradient4830-4">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832-3" />
+ <stop
+ id="stop4836-9"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955-6">
+ <stop
+ id="stop3957-3"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959-6" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961-3" />
+ <stop
+ id="stop3963-0"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965-8"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ y2="373.2294"
+ x2="543.91406"
+ y1="373.2294"
+ x1="523.00781"
+ gradientTransform="matrix(1.0822628,0,0,0.86835621,-93.888686,31.909459)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3400"
+ xlink:href="#linearGradient3955-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient4281"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772-1"
+ id="linearGradient4409"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79999938,0,0,0.99999998,150.17003,1.7329878e-5)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22525"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-01"
+ id="linearGradient4411"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95457745,0,0,0.96905624,-24.561986,-719.1377)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762-0"
+ id="linearGradient4413"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4029165,0,0,0.42847163,320.29532,-199.02388)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0-2"
+ id="linearGradient4415"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502835,0,0,1.5089701,-659.61469,-933.44811)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830-4"
+ id="linearGradient4417"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.96566712,0,0,0.91202803,-33.777206,15.686411)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-6"
+ id="linearGradient4419"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0822628,0,0,0.86835621,-93.888686,31.909459)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient4421"
+ gradientUnits="userSpaceOnUse"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4424"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0822628,0,0,0.86835621,-93.888686,31.909459)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient4427"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.96566712,0,0,0.91202803,-33.777206,15.686411)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4430"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4029165,0,0,0.42847163,320.29532,-199.02388)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient4432"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502835,0,0,1.5089701,-659.61469,-933.44811)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4435"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95457745,0,0,0.96905624,-24.561986,-719.1377)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4438"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79999938,0,0,0.99999998,150.17003,1.7329878e-5)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient4452"
+ gradientUnits="userSpaceOnUse"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059"
+ gradientTransform="translate(0,3.5837847)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772-1"
+ id="linearGradient4461"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79999938,0,0,0.99999998,150.17003,1.7329878e-5)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22525"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-01"
+ id="linearGradient4463"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95457745,0,0,0.96905624,-24.561986,-719.1377)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762-0"
+ id="linearGradient4465"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4029165,0,0,0.42847163,320.29532,-199.02388)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0-2"
+ id="linearGradient4467"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502835,0,0,1.5089701,-659.61469,-933.44811)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830-4"
+ id="linearGradient4469"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.96566712,0,0,0.91202803,-33.777206,15.686411)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-6"
+ id="linearGradient4471"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0822628,0,0,0.86835621,-93.888686,31.909459)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955-6"
+ id="linearGradient4474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0822628,0,0,0.86835621,-83.13729,42.660425)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830-4"
+ id="linearGradient4477"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.96566712,0,0,0.91202803,-23.02581,26.437377)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762-0"
+ id="linearGradient4480"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.4029165,0,0,0.42847163,331.04672,-209.77485)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0-2"
+ id="linearGradient4482"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1502835,0,0,1.5089701,-648.86329,-944.19908)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-01"
+ id="linearGradient4485"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95457745,0,0,0.96905624,-13.81059,-729.88867)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4488"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79999938,0,0,0.99999998,160.92143,10.750983)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22525"
+ y2="356.2869" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-2"
+ inkscape:cy="0.5"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="2326"
+ inkscape:window-height="1334"
+ inkscape:window-x="197"
+ inkscape:window-y="14"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <g
+ id="g4510">
+ <rect
+ y="352.70309"
+ x="464.14432"
+ height="7.1676102"
+ width="43.005661"
+ id="rect3978"
+ style="fill:url(#linearGradient4438);fill-opacity:1;stroke:none" />
+ <rect
+ transform="scale(1,-1)"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4435);stroke-width:3.60036659;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3"
+ width="14.318659"
+ height="16.110561"
+ x="476.69589"
+ y="-363.44623"
+ rx="2.5057657"
+ ry="2.5437729" />
+ <rect
+ transform="scale(1,-1)"
+ style="fill:url(#linearGradient4430);fill-opacity:1;stroke:url(#linearGradient4432);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3-7"
+ width="32.254246"
+ height="25.086636"
+ x="469.52002"
+ y="-379.58163"
+ rx="3.1313624"
+ ry="3.3299682" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4427);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 472.10636,354.49499 27.08293,0 c 1.40432,0 2.53128,1.06776 2.53487,2.39407 l 0.0501,18.4948 c 0.007,2.79213 -1.34387,4.18712 -4.03161,4.18819 l -24.19096,0.01 c -2.68892,7.8e-4 -4.03937,-1.39607 -4.03161,-4.18819 l 0.0514,-18.50428 c 0.004,-1.32631 1.13055,-2.39406 2.53487,-2.39406 z"
+ id="rect13693-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssssssc" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4424);stroke-width:3.6481905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 472.51959,354.4949 21.16742,0"
+ id="path13797"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ id="g4503">
+ <rect
+ y="363.45407"
+ x="474.89572"
+ height="7.1676102"
+ width="43.005661"
+ id="rect3978-0"
+ style="fill:url(#linearGradient4488);fill-opacity:1.0;stroke:none" />
+ <rect
+ transform="scale(1,-1)"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4485);stroke-width:3.60036659;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3-4"
+ width="14.318659"
+ height="16.110561"
+ x="487.4473"
+ y="-374.1972"
+ rx="2.5057657"
+ ry="2.5437729" />
+ <rect
+ transform="scale(1,-1)"
+ style="fill:url(#linearGradient4480);fill-opacity:1;stroke:url(#linearGradient4482);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="rect13693-3-7-6"
+ width="32.254246"
+ height="25.086636"
+ x="480.27142"
+ y="-390.33261"
+ rx="3.1313624"
+ ry="3.3299682" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4477);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 482.85776,365.24596 27.08293,0 c 1.40432,0 2.53128,1.06776 2.53487,2.39407 l 0.0501,18.4948 c 0.007,2.79213 -1.34387,4.18712 -4.03161,4.18819 l -24.19096,0.01 c -2.68892,7.8e-4 -4.03937,-1.39607 -4.03161,-4.18819 l 0.0514,-18.50428 c 0.004,-1.32631 1.13055,-2.39406 2.53487,-2.39406 z"
+ id="rect13693-8-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssssssc" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4474);stroke-width:3.6481905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 483.27099,365.24587 21.16742,0"
+ id="path13797-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ id="g4490">
+ <rect
+ y="370.6655"
+ x="485.8428"
+ height="21.540133"
+ width="28.350611"
+ id="rect3477"
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <rect
+ y="375.9978"
+ x="491.02283"
+ height="21.502831"
+ width="28.670441"
+ id="rect4247"
+ style="fill:url(#linearGradient4452);fill-opacity:1;stroke:#757c8a;stroke-width:3.58380508;stroke-opacity:1" />
+ <rect
+ y="381.3735"
+ x="496.39856"
+ height="10.751415"
+ width="3.5838039"
+ id="rect4249"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <rect
+ y="381.3735"
+ x="507.14996"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4251"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <rect
+ y="388.54111"
+ x="507.14996"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4253"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <rect
+ y="384.95731"
+ x="503.56616"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4255"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <rect
+ y="384.95731"
+ x="510.73376"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4257"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <rect
+ y="381.3735"
+ x="503.56616"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4259"
+ style="fill:#757c8a;fill-opacity:1;stroke:none" />
+ <rect
+ y="381.3735"
+ x="510.73376"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4261"
+ style="fill:#757c8a;fill-opacity:1;stroke:none" />
+ <rect
+ y="388.54111"
+ x="510.73376"
+ height="3.5838051"
+ width="3.5838051"
+ id="rect4263"
+ style="fill:#757c8a;fill-opacity:1;stroke:none" />
+ <rect
+ y="388.54111"
+ x="499.98236"
+ height="3.5838051"
+ width="7.1676102"
+ id="rect4265"
+ style="fill:#757c8a;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/track.svg b/icons/org.eclipse.egit.ui/icons/obj16/track.svg
new file mode 100644
index 0000000000..ef453620ba
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/track.svg
@@ -0,0 +1,244 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="track.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4939">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4941" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4943" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4939"
+ id="linearGradient4945"
+ x1="1.4333301"
+ y1="6.4610124"
+ x2="3.0734024"
+ y2="8.1045008"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4939-8">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4941-8" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4943-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4939-8"
+ id="linearGradient4983"
+ gradientUnits="userSpaceOnUse"
+ x1="1.4333301"
+ y1="6.4610124"
+ x2="3.0734024"
+ y2="8.1045008" />
+ <linearGradient
+ id="linearGradient8164">
+ <stop
+ style="stop-color:#accf8e;stop-opacity:1;"
+ offset="0"
+ id="stop8166" />
+ <stop
+ id="stop8176"
+ offset="0.29019928"
+ style="stop-color:#93c586;stop-opacity:1" />
+ <stop
+ id="stop8174"
+ offset="0.4292171"
+ style="stop-color:#58ab71;stop-opacity:1" />
+ <stop
+ id="stop8172"
+ offset="0.57545984"
+ style="stop-color:#4da766;stop-opacity:1" />
+ <stop
+ style="stop-color:#61af61;stop-opacity:1"
+ offset="0.70769268"
+ id="stop8178" />
+ <stop
+ style="stop-color:#78ba5e;stop-opacity:1"
+ offset="1"
+ id="stop8168" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8180">
+ <stop
+ style="stop-color:#36825e;stop-opacity:1"
+ offset="0"
+ id="stop8182" />
+ <stop
+ style="stop-color:#257550;stop-opacity:1"
+ offset="1"
+ id="stop8184" />
+ </linearGradient>
+ <linearGradient
+ y2="1065.103"
+ x2="20.303318"
+ y1="1056.0222"
+ x1="20.303318"
+ gradientTransform="translate(-0.40377946,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3049"
+ xlink:href="#linearGradient8164"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1066.1039"
+ x2="21.469872"
+ y1="1054.8516"
+ x1="21.469872"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3051"
+ xlink:href="#linearGradient8180"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4939"
+ id="linearGradient3149"
+ gradientUnits="userSpaceOnUse"
+ x1="1.4333301"
+ y1="6.4610124"
+ x2="3.0734024"
+ y2="8.1045008" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4939-8"
+ id="linearGradient3151"
+ gradientUnits="userSpaceOnUse"
+ x1="1.4333301"
+ y1="6.4610124"
+ x2="3.0734024"
+ y2="8.1045008" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="38.265023"
+ inkscape:cx="-3.426786"
+ inkscape:cy="7.634027"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8159"
+ showgrid="true"
+ inkscape:window-width="2158"
+ inkscape:window-height="1064"
+ inkscape:window-x="225"
+ inkscape:window-y="225"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4092" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="g8159"
+ transform="translate(-8.2201163,-12.904699)">
+ <g
+ id="g3142"
+ transform="translate(0,-1.9751903)">
+ <path
+ sodipodi:nodetypes="czc"
+ inkscape:connector-curvature="0"
+ id="path4981"
+ d="m 12.535948,1057.3138 c 0,0 0.409535,-0.5625 1.699794,-0.5625 1.290259,0 1.658145,0.5 1.658145,0.5"
+ style="fill:none;stroke:#324e6e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path4985"
+ d="m 8.780508,1057.2857 0.5226274,-0.5467 3.3916416,-3.5479 c 0.828641,-0.7734 2.088175,-0.8729 2.088175,1.7014"
+ style="fill:none;stroke:#324e6e;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4985-5"
+ d="m 17.623497,1058.2071 4.076913,-4.2647 c 0.828641,-0.7734 2.088175,-0.8729 2.088175,1.7015"
+ style="fill:none;stroke:#324e6e;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline" />
+ <path
+ transform="matrix(0.89367816,0,0,0.89367816,8.471957,1052.0008)"
+ d="m 4.7343755,7.5624995 c 0,1.2253819 -0.9933683,2.2187503 -2.2187503,2.2187503 -1.2253819,0 -2.2187502,-0.9933684 -2.2187502,-2.2187503 0,-1.2253819 0.9933683,-2.2187502 2.2187502,-2.2187502 1.225382,0 2.2187503,0.9933683 2.2187503,2.2187502 z"
+ sodipodi:ry="2.2187502"
+ sodipodi:rx="2.2187502"
+ sodipodi:cy="7.5624995"
+ sodipodi:cx="2.5156252"
+ id="path4150"
+ style="fill:url(#linearGradient3149);fill-opacity:1;stroke:#324e6e;stroke-width:1.11897111;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.89367816,0,0,0.89367816,15.471957,1052.0008)"
+ d="m 4.7343755,7.5624995 c 0,1.2253819 -0.9933683,2.2187503 -2.2187503,2.2187503 -1.2253819,0 -2.2187502,-0.9933684 -2.2187502,-2.2187503 0,-1.2253819 0.9933683,-2.2187502 2.2187502,-2.2187502 1.225382,0 2.2187503,0.9933683 2.2187503,2.2187502 z"
+ sodipodi:ry="2.2187502"
+ sodipodi:rx="2.2187502"
+ sodipodi:cy="7.5624995"
+ sodipodi:cx="2.5156252"
+ id="path4150-4"
+ style="fill:url(#linearGradient3151);fill-opacity:1;stroke:#324e6e;stroke-width:1.11897111;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ transform="matrix(0.61914991,0,0,0.61914991,4.9715914,404.52271)"
+ style="display:inline"
+ id="g3022">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path8117"
+ d="m 18.975251,1054.7517 10.78301,5.8156 -10.72051,5.8048 z"
+ style="fill:url(#linearGradient3049);fill-opacity:1;stroke:url(#linearGradient3051);stroke-width:1.61511779;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/uncheck_all.svg b/icons/org.eclipse.egit.ui/icons/obj16/uncheck_all.svg
new file mode 100644
index 0000000000..2279a704ef
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/uncheck_all.svg
@@ -0,0 +1,254 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="uncheck_all.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883"
+ id="linearGradient4002"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,-23.9375,-1039.3622)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4"
+ id="linearGradient4004"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4"
+ id="linearGradient4006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,52,-1045.3623)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4883-7">
+ <stop
+ style="stop-color:#ebf9ff;stop-opacity:1"
+ offset="0"
+ id="stop4885-0" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4887-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4910-4-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop4912-8-7" />
+ <stop
+ style="stop-color:#c3e9ff;stop-opacity:1"
+ offset="1"
+ id="stop4914-8-96" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994-4-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5-5"
+ offset="0"
+ style="stop-color:#c3e9ff;stop-opacity:1" />
+ <stop
+ id="stop4998-5-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4883-7"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,8.071826,114.37756)"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1049.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4910-4-3"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,42.592314,111.65006)"
+ x1="-12"
+ y1="1047.3622"
+ x2="-15"
+ y2="1047.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-4-1"
+ id="linearGradient4094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.90918158,0,0,0.9091523,42.592314,111.65006)"
+ x1="-11"
+ y1="1042.3622"
+ x2="-11"
+ y2="1045.3622" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="25.350604"
+ inkscape:cy="7.5724126"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2111"
+ inkscape:window-height="1123"
+ inkscape:window-x="361"
+ inkscape:window-y="93"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g4084"
+ transform="translate(-26,-20.000055)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1-9"
+ d="m 28.983002,1059.3161 9.063404,0 0.02841,9.0915 -9.063404,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4090);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7-2"
+ d="m 30.772954,1061.1344 0,7.2732 -1.818364,0 0,-9.0915 z"
+ style="fill:url(#linearGradient4092);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0-4"
+ d="m 30.772954,1061.1344 7.273452,0 0,-1.8183 -9.091816,0 z"
+ style="fill:url(#linearGradient4094);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1058.8616"
+ x="28.5"
+ height="10.000683"
+ width="10.000998"
+ id="rect3122-3"
+ style="fill:none;stroke:#a5b1c3;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ id="g3892"
+ transform="matrix(0.45459079,0,0,0.45457615,-5.0464066,568.84683)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3997-9-1-1"
+ d="m 22.0625,1039.3622 19.9375,0 0.0625,20 -19.9375,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4002);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-7"
+ d="m 26,1043.3622 0,16 -4,0 0,-20 z"
+ style="fill:url(#linearGradient4004);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect4853-82-0"
+ d="m 26,1043.3622 16,0 0,-4 -20,0 z"
+ style="fill:url(#linearGradient4006);fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ y="1038.3622"
+ x="21"
+ height="22.000017"
+ width="22"
+ id="rect3122"
+ style="fill:none;stroke:#8b96ab;stroke-width:2.19981599;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/unstage.svg b/icons/org.eclipse.egit.ui/icons/obj16/unstage.svg
new file mode 100644
index 0000000000..fd9dd24ac5
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/unstage.svg
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="unstage.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5103">
+ <stop
+ style="stop-color:#fefdef;stop-opacity:1"
+ offset="0"
+ id="stop5105" />
+ <stop
+ style="stop-color:#fce69e;stop-opacity:1"
+ offset="1"
+ id="stop5107" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5103-2">
+ <stop
+ style="stop-color:#f6feff;stop-opacity:1;"
+ offset="0"
+ id="stop5105-6" />
+ <stop
+ style="stop-color:#caf3f6;stop-opacity:1;"
+ offset="1"
+ id="stop5107-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103-2"
+ id="linearGradient3168"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,15.98823,2.0202772)"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103"
+ id="linearGradient3942"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-1.9995401)"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103"
+ id="linearGradient3001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,-1,0,2091.744)"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5103-2"
+ id="linearGradient3003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,-1,15.98823,2087.7241)"
+ x1="11.906143"
+ y1="1042.3622"
+ x2="11.906143"
+ y2="1047.2684" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-7.3167265"
+ inkscape:cy="7.2790335"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2325"
+ inkscape:window-height="1237"
+ inkscape:window-x="88"
+ inkscape:window-y="51"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ id="g2995"
+ transform="matrix(1,0,0,-1,0,2089.7444)">
+ <path
+ sodipodi:nodetypes="cccccccc"
+ inkscape:connector-curvature="0"
+ id="path4108-1"
+ d="m 7,1042.3622 0,1 5,5e-4 0,2 2.999893,-2.5 -2.999893,-2.5 0,2 z"
+ style="fill:url(#linearGradient3001);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccccccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path4108-1-6"
+ d="m 11,1039.3627 0,2 -3,-5e-4 -1,0 c -0.9918497,0.9918 -0.9863244,2.0137 0,3 l 1,0 3,5e-4 0,2 c 0,0.6519 0.740915,0.6375 1.5,0 l 3.9375,-3.5 -3.9375,-3.5 c -0.760225,-0.7602 -1.5,-0.5203 -1.5,0 z m 1,1 3,2.5 -3,2.5 0,-2 -4.4375,-5e-4 c -0.2762136,-0.2099 -0.2774437,-0.7282 0,-1 l 4.4375,5e-4 z"
+ style="fill:#b57a13;fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ inkscape:connector-curvature="0"
+ id="path4108-1-8"
+ d="m 8.98823,1046.382 0,1 -5,5e-4 0,2 -2.999893,-2.5 2.999893,-2.5 0,2 z"
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccccccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path4108-1-6-4"
+ d="m 4.98823,1043.3825 0,2 3,-5e-4 1,0 c 0.9918497,0.9918 0.9863244,2.0137 0,3 l -1,0 -3,5e-4 0,2 c 0,0.6519 -0.740915,0.6375 -1.5,0 l -3.9375,-3.5 3.9375,-3.5 c 0.760225,-0.7602 1.5,-0.5203 1.5,0 z m -1,1 -3,2.5 3,2.5 0,-2 4.4375,-5e-4 c 0.2762136,-0.2099 0.2774437,-0.7282 0,-1 l -4.4375,5e-4 z"
+ style="fill:#567f82;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/untrack.svg b/icons/org.eclipse.egit.ui/icons/obj16/untrack.svg
new file mode 100644
index 0000000000..f9c6572211
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/untrack.svg
@@ -0,0 +1,598 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="untrack.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4939">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4941" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4943" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4939-8">
+ <stop
+ style="stop-color:#d5f3ff;stop-opacity:1;"
+ offset="0"
+ id="stop4941-8" />
+ <stop
+ style="stop-color:#fcffff;stop-opacity:1"
+ offset="1"
+ id="stop4943-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8164">
+ <stop
+ style="stop-color:#accf8e;stop-opacity:1;"
+ offset="0"
+ id="stop8166" />
+ <stop
+ id="stop8176"
+ offset="0.29019928"
+ style="stop-color:#93c586;stop-opacity:1" />
+ <stop
+ id="stop8174"
+ offset="0.4292171"
+ style="stop-color:#58ab71;stop-opacity:1" />
+ <stop
+ id="stop8172"
+ offset="0.57545984"
+ style="stop-color:#4da766;stop-opacity:1" />
+ <stop
+ style="stop-color:#61af61;stop-opacity:1"
+ offset="0.70769268"
+ id="stop8178" />
+ <stop
+ style="stop-color:#78ba5e;stop-opacity:1"
+ offset="1"
+ id="stop8168" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8180">
+ <stop
+ style="stop-color:#36825e;stop-opacity:1"
+ offset="0"
+ id="stop8182" />
+ <stop
+ style="stop-color:#257550;stop-opacity:1"
+ offset="1"
+ id="stop8184" />
+ </linearGradient>
+ <linearGradient
+ y2="1065.103"
+ x2="20.303318"
+ y1="1056.0222"
+ x1="20.303318"
+ gradientTransform="translate(-0.40377946,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3049"
+ xlink:href="#linearGradient8164"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1066.1039"
+ x2="21.469872"
+ y1="1054.8516"
+ x1="21.469872"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3051"
+ xlink:href="#linearGradient8180"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4939"
+ id="linearGradient3149"
+ gradientUnits="userSpaceOnUse"
+ x1="1.4333301"
+ y1="6.4610124"
+ x2="3.0734024"
+ y2="8.1045008" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4939-8"
+ id="linearGradient3151"
+ gradientUnits="userSpaceOnUse"
+ x1="1.4333301"
+ y1="6.4610124"
+ x2="3.0734024"
+ y2="8.1045008" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4750"
+ id="linearGradient4748"
+ x1="18.277163"
+ y1="4.5243545"
+ x2="18.277163"
+ y2="12.6786"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.49936959,0,0,0.49948193,-19.001739,1048.057)" />
+ <linearGradient
+ id="linearGradient4750">
+ <stop
+ id="stop4752"
+ offset="0"
+ style="stop-color:#f8b0a8;stop-opacity:1" />
+ <stop
+ style="stop-color:#f07878;stop-opacity:1"
+ offset="0.5"
+ id="stop4754" />
+ <stop
+ id="stop4756"
+ offset="1"
+ style="stop-color:#f8a8a8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.4993967,0,0,0.49984747,-8.2442377,530.15503)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4729"
+ id="linearGradient4735"
+ x1="7.5007138"
+ y1="1040.3939"
+ x2="7.5007138"
+ y2="1048.3102"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4729">
+ <stop
+ style="stop-color:#f8b0a8;stop-opacity:1"
+ offset="0"
+ id="stop4731" />
+ <stop
+ id="stop4737"
+ offset="0.5"
+ style="stop-color:#f07878;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8a8a8;stop-opacity:1"
+ offset="1"
+ id="stop4733" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4760">
+ <stop
+ id="stop4762"
+ offset="0"
+ style="stop-color:#e85050;stop-opacity:1" />
+ <stop
+ style="stop-color:#e83038;stop-opacity:1"
+ offset="0.49362174"
+ id="stop4764" />
+ <stop
+ id="stop4772"
+ offset="0.63784295"
+ style="stop-color:#e82030;stop-opacity:1" />
+ <stop
+ id="stop4766"
+ offset="1"
+ style="stop-color:#e83840;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4774">
+ <stop
+ style="stop-color:#c01020;stop-opacity:1"
+ offset="0"
+ id="stop4776" />
+ <stop
+ id="stop4782"
+ offset="0.5"
+ style="stop-color:#b83838;stop-opacity:1" />
+ <stop
+ style="stop-color:#c85848;stop-opacity:1"
+ offset="1"
+ id="stop4778" />
+ </linearGradient>
+ <linearGradient
+ y2="1048.1158"
+ x2="8.2203207"
+ y1="1041.1198"
+ x1="8.2203207"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-20.136741,426.41906)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4010"
+ xlink:href="#linearGradient4760"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1039.7346"
+ x2="15.820688"
+ y1="1049.7999"
+ x1="15.820688"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-26.36793,426.29968)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4012"
+ xlink:href="#linearGradient4774"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4750-8"
+ id="linearGradient4748-7"
+ x1="18.277163"
+ y1="4.5243545"
+ x2="18.277163"
+ y2="12.6786"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.49936959,0,0,0.49948193,-15.565965,1049.5205)" />
+ <linearGradient
+ id="linearGradient4750-8">
+ <stop
+ id="stop4752-8"
+ offset="0"
+ style="stop-color:#f8b0a8;stop-opacity:1" />
+ <stop
+ style="stop-color:#f07878;stop-opacity:1"
+ offset="0.5"
+ id="stop4754-3" />
+ <stop
+ id="stop4756-8"
+ offset="1"
+ style="stop-color:#f8a8a8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.4993967,0,0,0.49984747,-21.324853,531.59239)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4729-5"
+ id="linearGradient4735-1"
+ x1="7.5007138"
+ y1="1040.3939"
+ x2="7.5007138"
+ y2="1048.3102"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4729-5">
+ <stop
+ style="stop-color:#f8b0a8;stop-opacity:1"
+ offset="0"
+ id="stop4731-3" />
+ <stop
+ id="stop4737-5"
+ offset="0.5"
+ style="stop-color:#f07878;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8a8a8;stop-opacity:1"
+ offset="1"
+ id="stop4733-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4760-6">
+ <stop
+ id="stop4762-5"
+ offset="0"
+ style="stop-color:#e85050;stop-opacity:1" />
+ <stop
+ style="stop-color:#e83038;stop-opacity:1"
+ offset="0.49362174"
+ id="stop4764-9" />
+ <stop
+ id="stop4772-5"
+ offset="0.63784295"
+ style="stop-color:#e82030;stop-opacity:1" />
+ <stop
+ id="stop4766-4"
+ offset="1"
+ style="stop-color:#e83840;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4774-1">
+ <stop
+ style="stop-color:#c01020;stop-opacity:1"
+ offset="0"
+ id="stop4776-7" />
+ <stop
+ id="stop4782-5"
+ offset="0.5"
+ style="stop-color:#b83838;stop-opacity:1" />
+ <stop
+ style="stop-color:#c85848;stop-opacity:1"
+ offset="1"
+ id="stop4778-5" />
+ </linearGradient>
+ <linearGradient
+ y2="1048.1158"
+ x2="8.2203207"
+ y1="1041.1198"
+ x1="8.2203207"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-22.136742,426.41905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4048"
+ xlink:href="#linearGradient4760-6"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1039.7346"
+ x2="15.820688"
+ y1="1049.7999"
+ x1="15.820688"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-28.36793,426.29967)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4050"
+ xlink:href="#linearGradient4774-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4750-5"
+ id="linearGradient4748-4"
+ x1="18.277163"
+ y1="4.5243545"
+ x2="18.277163"
+ y2="12.6786"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.49936959,0,0,0.49948193,-27.515913,1048.5206)" />
+ <linearGradient
+ id="linearGradient4750-5">
+ <stop
+ id="stop4752-9"
+ offset="0"
+ style="stop-color:#f8b0a8;stop-opacity:1" />
+ <stop
+ style="stop-color:#f07878;stop-opacity:1"
+ offset="0.5"
+ id="stop4754-7" />
+ <stop
+ id="stop4756-5"
+ offset="1"
+ style="stop-color:#f8a8a8;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(0.49939668,0,0,0.49984744,-22.324852,530.59252)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4729-9"
+ id="linearGradient4735-3"
+ x1="7.5007138"
+ y1="1040.3939"
+ x2="7.5007138"
+ y2="1048.3102"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4729-9">
+ <stop
+ style="stop-color:#f8b0a8;stop-opacity:1"
+ offset="0"
+ id="stop4731-0" />
+ <stop
+ id="stop4737-55"
+ offset="0.5"
+ style="stop-color:#f07878;stop-opacity:1" />
+ <stop
+ style="stop-color:#f8a8a8;stop-opacity:1"
+ offset="1"
+ id="stop4733-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4760-68">
+ <stop
+ id="stop4762-9"
+ offset="0"
+ style="stop-color:#e85050;stop-opacity:1" />
+ <stop
+ style="stop-color:#e83038;stop-opacity:1"
+ offset="0.49362174"
+ id="stop4764-1" />
+ <stop
+ id="stop4772-4"
+ offset="0.63784295"
+ style="stop-color:#e82030;stop-opacity:1" />
+ <stop
+ id="stop4766-8"
+ offset="1"
+ style="stop-color:#e83840;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4774-7">
+ <stop
+ style="stop-color:#c01020;stop-opacity:1"
+ offset="0"
+ id="stop4776-1" />
+ <stop
+ id="stop4782-9"
+ offset="0.5"
+ style="stop-color:#b83838;stop-opacity:1" />
+ <stop
+ style="stop-color:#c85848;stop-opacity:1"
+ offset="1"
+ id="stop4778-3" />
+ </linearGradient>
+ <linearGradient
+ y2="1048.1158"
+ x2="8.2203207"
+ y1="1041.1198"
+ x1="8.2203207"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-23.136742,425.41907)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4181"
+ xlink:href="#linearGradient4760-68"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1039.7346"
+ x2="15.820688"
+ y1="1049.7999"
+ x1="15.820688"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-29.36793,425.29969)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4183"
+ xlink:href="#linearGradient4774-7"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4760-68"
+ id="linearGradient4020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-23.136742,425.41907)"
+ x1="8.2203207"
+ y1="1041.1198"
+ x2="8.2203207"
+ y2="1048.1158" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4774-7"
+ id="linearGradient4022"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.59928251,0,0,0.60052783,-29.36793,425.29969)"
+ x1="15.820688"
+ y1="1049.7999"
+ x2="15.820688"
+ y2="1039.7346" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4729-9"
+ id="linearGradient4024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.49939668,0,0,0.49984744,-22.324852,530.59252)"
+ x1="7.5007138"
+ y1="1040.3939"
+ x2="7.5007138"
+ y2="1048.3102" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4750-5"
+ id="linearGradient4026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.49936959,0,0,0.49948193,-27.515913,1048.5206)"
+ x1="18.277163"
+ y1="4.5243545"
+ x2="18.277163"
+ y2="12.6786" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-4.210333"
+ inkscape:cy="8"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8159"
+ showgrid="true"
+ inkscape:window-width="2158"
+ inkscape:window-height="1064"
+ inkscape:window-x="225"
+ inkscape:window-y="225"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4092" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ style="display:inline"
+ id="g8159"
+ transform="translate(-8.2201163,-12.904699)">
+ <g
+ id="g3142"
+ transform="translate(0,-1.9751903)">
+ <path
+ sodipodi:nodetypes="czc"
+ inkscape:connector-curvature="0"
+ id="path4981"
+ d="m 12.535948,1057.3138 c 0,0 0.409535,-0.5625 1.699794,-0.5625 1.290259,0 1.658145,0.5 1.658145,0.5"
+ style="fill:none;stroke:#324e6e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path4985"
+ d="m 8.780508,1057.2857 0.5226274,-0.5467 3.3916416,-3.5479 c 0.828641,-0.7734 2.088175,-0.8729 2.088175,1.7014"
+ style="fill:none;stroke:#324e6e;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4985-5"
+ d="m 17.623497,1058.2071 4.076913,-4.2647 c 0.828641,-0.7734 2.088175,-0.8729 2.088175,1.7015"
+ style="fill:none;stroke:#324e6e;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline" />
+ <path
+ transform="matrix(0.89367816,0,0,0.89367816,8.471957,1052.0008)"
+ d="m 4.7343755,7.5624995 c 0,1.2253819 -0.9933683,2.2187503 -2.2187503,2.2187503 -1.2253819,0 -2.2187502,-0.9933684 -2.2187502,-2.2187503 0,-1.2253819 0.9933683,-2.2187502 2.2187502,-2.2187502 1.225382,0 2.2187503,0.9933683 2.2187503,2.2187502 z"
+ sodipodi:ry="2.2187502"
+ sodipodi:rx="2.2187502"
+ sodipodi:cy="7.5624995"
+ sodipodi:cx="2.5156252"
+ id="path4150"
+ style="fill:url(#linearGradient3149);fill-opacity:1;stroke:#324e6e;stroke-width:1.11897111;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.89367816,0,0,0.89367816,15.471957,1052.0008)"
+ d="m 4.7343755,7.5624995 c 0,1.2253819 -0.9933683,2.2187503 -2.2187503,2.2187503 -1.2253819,0 -2.2187502,-0.9933684 -2.2187502,-2.2187503 0,-1.2253819 0.9933683,-2.2187502 2.2187502,-2.2187502 1.225382,0 2.2187503,0.9933683 2.2187503,2.2187502 z"
+ sodipodi:ry="2.2187502"
+ sodipodi:rx="2.2187502"
+ sodipodi:cy="7.5624995"
+ sodipodi:cx="2.5156252"
+ id="path4150-4"
+ style="fill:url(#linearGradient3151);fill-opacity:1;stroke:#324e6e;stroke-width:1.11897111;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="g4015"
+ transform="translate(39.000001,9)">
+ <rect
+ ry="1.3064461"
+ rx="1.3037369"
+ y="1049.7668"
+ x="-21.279884"
+ height="6"
+ width="6"
+ id="rect6562-1"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;color:#000000;fill:url(#linearGradient4020);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4022);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans" />
+ <rect
+ ry="0.30926484"
+ rx="0.30898595"
+ y="1050.767"
+ x="-20.279884"
+ height="4"
+ width="4"
+ id="rect6562-9-1"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;color:#000000;fill:none;stroke:url(#linearGradient4024);stroke-width:1;stroke-miterlimit:4;stroke-opacity:0.69158876;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans" />
+ <rect
+ ry="0.3090387"
+ rx="0.30896917"
+ y="1050.767"
+ x="-20.279884"
+ height="4"
+ width="4"
+ id="rect4740-4"
+ style="fill:none;stroke:url(#linearGradient4026);stroke-width:1;display:inline" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/untracked_file.svg b/icons/org.eclipse.egit.ui/icons/obj16/untracked_file.svg
new file mode 100644
index 0000000000..371e746404
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/untracked_file.svg
@@ -0,0 +1,265 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="untracked_file.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4994-6-0">
+ <stop
+ style="stop-color:#f9fafc;stop-opacity:1;"
+ offset="0"
+ id="stop4996-1-2" />
+ <stop
+ style="stop-color:#dce7f7;stop-opacity:1"
+ offset="1"
+ id="stop4998-89-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4894-6-3">
+ <stop
+ style="stop-color:#e0c88f;stop-opacity:1"
+ offset="0"
+ id="stop4896-8-9" />
+ <stop
+ style="stop-color:#d5b269;stop-opacity:1"
+ offset="1"
+ id="stop4898-5-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4902-3-2">
+ <stop
+ style="stop-color:#bfb688;stop-opacity:1"
+ offset="0"
+ id="stop4904-2-2" />
+ <stop
+ style="stop-color:#8392b0;stop-opacity:1"
+ offset="1"
+ id="stop4906-2-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4877-6"
+ inkscape:collect="always">
+ <stop
+ id="stop4879-1"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop4881-4"
+ offset="1"
+ style="stop-color:#5e76a3;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4861-1">
+ <stop
+ style="stop-color:#91a5c7;stop-opacity:1;"
+ offset="0"
+ id="stop4863-1" />
+ <stop
+ style="stop-color:#637aa7;stop-opacity:1"
+ offset="1"
+ id="stop4865-52" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5147-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5149-5"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5151-5"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5141-4"
+ inkscape:collect="always">
+ <stop
+ id="stop5143-8"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5145-8"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5135-7"
+ inkscape:collect="always">
+ <stop
+ id="stop5137-4"
+ offset="0"
+ style="stop-color:#91a5c7;stop-opacity:1;" />
+ <stop
+ id="stop5139-0"
+ offset="1"
+ style="stop-color:#637aa7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5135-7"
+ id="linearGradient3097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99812022,0,0,0.98971353,0.00612255,7.8253845)"
+ x1="7.0070496"
+ y1="1051.8571"
+ x2="12.016466"
+ y2="1051.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5141-4"
+ id="linearGradient3100"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28600232,0,0,0.98971353,7.9959677,7.8048115)"
+ x1="7.0070496"
+ y1="1049.8571"
+ x2="14"
+ y2="1049.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5147-4"
+ id="linearGradient3103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42900348,0,0,0.98971353,5.9939516,7.7842386)"
+ x1="7.0070496"
+ y1="1047.8571"
+ x2="14"
+ y2="1047.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4861-1"
+ id="linearGradient3106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.57200462,0,0,0.98971353,3.9919355,7.7636657)"
+ x1="7.0070496"
+ y1="1045.8571"
+ x2="14"
+ y2="1045.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4877-6"
+ id="linearGradient3109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.50088276,0,0,0.98971353,3.49029,7.7430927)"
+ x1="7.0070496"
+ y1="1043.8571"
+ x2="11"
+ y2="1043.8571" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-3-2"
+ id="linearGradient3112"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99306758,0,0,1.0031466,-1.9601259,-4.3117383)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894-6-3"
+ id="linearGradient3115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0056621,0,0,1.022704,1.9782143,-24.655793)"
+ x1="7.9987183"
+ y1="1042.2307"
+ x2="9.9874563"
+ y2="1040.3303" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-6-0"
+ id="linearGradient3118"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.9782825,-1.043894)"
+ x1="9.8946028"
+ y1="1039.153"
+ x2="9.8946028"
+ y2="1051.8378" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="10.542098"
+ inkscape:cy="7.2173295"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1985"
+ inkscape:window-height="1167"
+ inkscape:window-x="448"
+ inkscape:window-y="70"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <path
+ style="fill:url(#linearGradient3118);fill-opacity:1;stroke:none;display:inline"
+ d="m 3.519,1037.86 7.00967,0 3.062057,3.0066 0,9.9546 -10.071727,0 z"
+ id="rect4001-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:url(#linearGradient3115);fill-opacity:1;stroke:none;display:inline"
+ d="m 10,1037.3622 0,4 4,0 z"
+ id="path4884-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3112);stroke-width:0.99809438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 3.4990472,1037.8612 6.9610758,0 3.04083,3.016 0,9.9859 -10.0019058,0 z"
+ id="rect4001-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3109"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#00018d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 8.532401,1046.3622 -1.488,0 c 0,0 -0.01538,-0.3321 0.207031,-0.7267 0.08594,-0.1666 0.266925,-0.3776 0.542969,-0.6328 l 0.25,-0.2265 c 0.148435,-0.1354 0.256507,-0.263 0.324218,-0.3828 0.07031,-0.1198 0.105466,-0.2396 0.105469,-0.3594 -3e-6,-0.1823 -0.0625,-0.3242 -0.1875,-0.4258 -0.125002,-0.1042 -0.299481,-0.1562 -0.523437,-0.1562 -0.21094,0 -0.363716,0.01 -0.564257,0.194 -0.206443,0.1907 -0.171121,0.7023 -0.171121,0.7023 l -1.027773,0 c 0,0 0.0033,-0.8705 0.230561,-1.2142 0.209451,-0.3168 0.686234,-0.5818 0.946652,-0.6339 0.260415,-0.052 0.511717,-0.078 0.753906,-0.078 0.635414,0 1.119789,0.1302 1.453125,0.3906 0.33333,0.2579 0.499996,0.6355 0.5,1.1328 -4e-6,0.2553 -0.05078,0.4844 -0.152343,0.6875 -0.101567,0.2006 -0.274744,0.4167 -0.519532,0.6485 l -0.25,0.2226 c -0.177086,0.1615 -0.292971,0.2917 -0.347656,0.3907 -0.05469,0.096 -0.08181,0.2031 -0.08203,0.3203 l -2.82e-4,0.147 m -1.488,1 1.488282,0 0,1 -1.488282,0 0,-1"
+ sodipodi:nodetypes="ccccccccssccacsccccccscccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/obj16/version_rep.svg b/icons/org.eclipse.egit.ui/icons/obj16/version_rep.svg
new file mode 100644
index 0000000000..d622456e28
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/obj16/version_rep.svg
@@ -0,0 +1,393 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="version_rep.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4772">
+ <stop
+ style="stop-color:#757c8a;stop-opacity:1;"
+ offset="0"
+ id="stop4774" />
+ <stop
+ id="stop4016"
+ offset="1"
+ style="stop-color:#9f9ea5;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4830">
+ <stop
+ style="stop-color:#2e49b0;stop-opacity:1"
+ offset="0"
+ id="stop4832" />
+ <stop
+ id="stop4836"
+ offset="0.5"
+ style="stop-color:#565f9e;stop-opacity:1" />
+ <stop
+ style="stop-color:#8591c8;stop-opacity:0"
+ offset="1"
+ id="stop4834" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4762">
+ <stop
+ style="stop-color:#93b6eb;stop-opacity:1"
+ offset="0"
+ id="stop4764" />
+ <stop
+ style="stop-color:#b0dffc;stop-opacity:1"
+ offset="1"
+ id="stop4766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3967"
+ inkscape:collect="always">
+ <stop
+ id="stop3969"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3955">
+ <stop
+ id="stop3957"
+ offset="0"
+ style="stop-color:#c38536;stop-opacity:0" />
+ <stop
+ style="stop-color:#f2dc91;stop-opacity:1"
+ offset="0.15381166"
+ id="stop3959" />
+ <stop
+ style="stop-color:#fbdc8b;stop-opacity:1"
+ offset="0.5"
+ id="stop3961" />
+ <stop
+ id="stop3963"
+ offset="0.75"
+ style="stop-color:#e6bd7a;stop-opacity:1" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#ba772f;stop-opacity:0" />
+ </linearGradient>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4917">
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
+ d="m 462.77563,373.22885 29.11636,0 c 1.45425,0 2.625,1.17075 2.625,2.625 l 0,18.76896 c 0,1.45425 -1.17412,2.52598 -2.625,2.625 l -29.11636,1.98708 c -1.45088,0.099 -2.625,-1.17075 -2.625,-2.625 l 0,-20.75604 c 0,-1.45425 1.17075,-2.625 2.625,-2.625 z"
+ id="path4919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssssssss" />
+ </mask>
+ <linearGradient
+ id="linearGradient3967-0"
+ inkscape:collect="always">
+ <stop
+ id="stop3969-6"
+ offset="0"
+ style="stop-color:#84909f;stop-opacity:1" />
+ <stop
+ id="stop3971-5"
+ offset="1"
+ style="stop-color:#757c8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4830"
+ id="linearGradient4000"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.287556,0,0,1.1726082,-201.54297,-81.116324)"
+ x1="548.45923"
+ y1="398.98798"
+ x2="548.45923"
+ y2="373.77069" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4762"
+ id="linearGradient4003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.537222,0,0,0.5508921,270.55379,-154.60356)"
+ x1="410.38721"
+ y1="-420.79538"
+ x2="410.38721"
+ y2="-363.4545" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967-0"
+ id="linearGradient4005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8670447,0,0,1.9401045,-1035.9929,-1098.8633)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3955"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2792978,0,0,1.0977854,-197.28702,-53.32107)"
+ x1="523.00781"
+ y1="373.2294"
+ x2="543.91406"
+ y2="373.2294" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3967"
+ id="linearGradient4011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1934977,0,0,1.1846234,-150.02132,-801.84604)"
+ x1="529.21912"
+ y1="366.78851"
+ x2="531.09253"
+ y2="371.17883" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4772"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(71.676155,7.75e-4)"
+ x1="392.46814"
+ y1="356.2869"
+ x2="446.22526"
+ y2="356.2869" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient4452"
+ gradientUnits="userSpaceOnUse"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059"
+ gradientTransform="translate(0,3.5837847)" />
+ <linearGradient
+ id="linearGradient4275">
+ <stop
+ style="stop-color:#d3eef7;stop-opacity:1;"
+ offset="0"
+ id="stop4277" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4279" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4275"
+ id="linearGradient3191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.375,0,0,1.3333333,-194.88499,-127.72179)"
+ x1="503.56616"
+ y1="395.70874"
+ x2="503.56616"
+ y2="374.2059" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="4.8798611"
+ inkscape:cy="7.5910678"
+ inkscape:document-units="px"
+ inkscape:current-layer="g13862"
+ showgrid="true"
+ inkscape:window-width="1835"
+ inkscape:window-height="1054"
+ inkscape:window-x="337"
+ inkscape:window-y="91"
+ inkscape:window-maximized="0"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3947"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1036.3622)">
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-129.51159,939.94639)"
+ style="display:inline"
+ id="g13862">
+ <g
+ mask="url(#mask4917)"
+ id="g4914"
+ transform="matrix(1.1835826,0,0,1.1835826,-75.612218,-85.237312)" />
+ <rect
+ style="fill:url(#linearGradient4014);fill-opacity:1;stroke:none"
+ id="rect3978"
+ width="53.757118"
+ height="7.1676102"
+ x="464.14432"
+ y="352.70386" />
+ <rect
+ ry="3.1096368"
+ rx="3.1329315"
+ y="-367.03079"
+ x="476.69589"
+ height="19.694366"
+ width="17.902462"
+ id="rect13693-3"
+ style="fill:#fdf7eb;fill-opacity:1;stroke:url(#linearGradient4011);stroke-width:3.60036659;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <rect
+ ry="4.2813878"
+ rx="4.1751499"
+ y="-386.74924"
+ x="469.52002"
+ height="32.254246"
+ width="43.005661"
+ id="rect13693-3-7"
+ style="fill:url(#linearGradient4003);fill-opacity:1;stroke:url(#linearGradient4005);stroke-width:3.58380485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ transform="scale(1,-1)" />
+ <path
+ sodipodi:nodetypes="cssssssssc"
+ inkscape:connector-curvature="0"
+ id="rect13693-8"
+ d="m 472.96837,354.49498 36.11056,0 c 1.87243,0 3.37504,1.37283 3.37983,3.07809 l 0.0668,23.77904 c 0.0101,3.58988 -1.79183,5.38345 -5.37548,5.38482 l -32.25461,0.0123 c -3.58521,10e-4 -5.38582,-1.79494 -5.37548,-5.38481 l 0.0685,-23.79124 c 0.005,-1.70526 1.5074,-3.07808 3.37983,-3.07808 z"
+ style="fill:none;stroke:url(#linearGradient4000);stroke-width:3.58380508;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path13797"
+ d="m 472.24058,354.49498 25.02113,0"
+ style="fill:none;stroke:url(#linearGradient4008);stroke-width:3.6481905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ style="opacity:0.55603452;fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect3477"
+ width="39.226192"
+ height="25.043242"
+ x="475.09137"
+ y="363.49789" />
+ <rect
+ style="fill:url(#linearGradient3191);fill-opacity:1;stroke:#757c8a;stroke-width:3.58380508;stroke-opacity:1"
+ id="rect4247"
+ width="39.421856"
+ height="28.670441"
+ x="480.27139"
+ y="368.8302" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4249"
+ width="3.5838051"
+ height="17.919025"
+ x="489.23093"
+ y="374.20593" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4251"
+ width="3.5838051"
+ height="3.5838051"
+ x="507.14996"
+ y="374.20593" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4253"
+ width="3.5838051"
+ height="10.751412"
+ x="503.56616"
+ y="377.78973" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none"
+ id="rect4257"
+ width="3.5838051"
+ height="10.751412"
+ x="510.73376"
+ y="377.78973" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4259"
+ width="3.5838051"
+ height="3.5838051"
+ x="510.73376"
+ y="374.20593" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4261"
+ width="3.5838051"
+ height="3.5838051"
+ x="503.56616"
+ y="374.20593" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4263"
+ width="3.5838051"
+ height="3.5838051"
+ x="503.56616"
+ y="388.54114" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none"
+ id="rect4265"
+ width="3.5838051"
+ height="3.5838051"
+ x="485.64713"
+ y="374.2059" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+ id="rect4251-8"
+ width="3.5838051"
+ height="3.5838051"
+ x="496.39856"
+ y="388.54114" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+ id="rect4251-0"
+ width="3.5838051"
+ height="3.5838051"
+ x="507.14996"
+ y="388.54114" />
+ <rect
+ style="fill:#757c8a;fill-opacity:1;stroke:none;display:inline"
+ id="rect4263-4"
+ width="3.5838051"
+ height="3.5838051"
+ x="510.73376"
+ y="388.54114" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/assume_unchanged.svg b/icons/org.eclipse.egit.ui/icons/ovr/assume_unchanged.svg
new file mode 100644
index 0000000000..13471289c7
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/assume_unchanged.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.elipse.jdt.debug.ui, installed_ovr.svg -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="7"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="assume_unchanged.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3827">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop3829" />
+ <stop
+ id="stop3835"
+ offset="0.60149658"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3831" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-6-8-9-0-9-1">
+ <stop
+ style="stop-color:#4f9e55;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-20-6-4-9-8-2" />
+ <stop
+ id="stop10806-6-8-5-3-9-24-8-4-3-2"
+ offset="0.5"
+ style="stop-color:#418a4d;stop-opacity:1" />
+ <stop
+ style="stop-color:#91c168;stop-opacity:1;"
+ offset="1"
+ id="stop10802-1-5-3-0-4-8-4-2-9-2" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#dadada"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="69.748162"
+ inkscape:cx="1.8336238"
+ inkscape:cy="4.4597227"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1392"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="false"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3950" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1044.3622)">
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 5.8602378,1044.3192 -2.3871071,3.0036 -1.4444561,-1.6165 -2.00000001,1.9246 L 3,1051.3622 l 1,0 2.9856627,-3.8316 0.028675,-3.2257 z"
+ id="path4242"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-100.53208,912.07901)"
+ style="display:inline"
+ id="g11331-3-1-1">
+ <g
+ id="g13408-8"
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1" />
+ </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#005596;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 6.6373768,1045.619 -3.100361,3.8854 -1.8709645,-2.2295"
+ id="path4240"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/checkedout_ov.svg b/icons/org.eclipse.egit.ui/icons/ovr/checkedout_ov.svg
new file mode 100644
index 0000000000..17a474c26b
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/checkedout_ov.svg
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="checkedout_ov.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4197">
+ <stop
+ style="stop-color:#919191;stop-opacity:1"
+ offset="0"
+ id="stop4199" />
+ <stop
+ style="stop-color:#2b3243;stop-opacity:1"
+ offset="1"
+ id="stop4201" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4191"
+ inkscape:collect="always">
+ <stop
+ id="stop4193"
+ offset="0"
+ style="stop-color:#121419;stop-opacity:1" />
+ <stop
+ id="stop4195"
+ offset="1"
+ style="stop-color:#1f2637;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4234">
+ <stop
+ style="stop-color:#1d1407;stop-opacity:1"
+ offset="0"
+ id="stop4236" />
+ <stop
+ style="stop-color:#51391d;stop-opacity:1"
+ offset="1"
+ id="stop4238" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4234"
+ id="linearGradient4240"
+ x1="5"
+ y1="1052.3622"
+ x2="5"
+ y2="1045.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1666667,0,0,1.1666633,-1.25,-175.30682)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4191"
+ id="linearGradient4240-3"
+ x1="5"
+ y1="1052.3622"
+ x2="5"
+ y2="1045.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1666667,0,0,1.1666633,-1.25,-175.30682)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4197"
+ id="linearGradient4203"
+ x1="1"
+ y1="1045.3622"
+ x2="3.6462717"
+ y2="1048.1421"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="74.842079"
+ inkscape:cx="-0.6736957"
+ inkscape:cy="4.0000174"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1962"
+ inkscape:window-height="916"
+ inkscape:window-x="350"
+ inkscape:window-y="442"
+ inkscape:window-maximized="0"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1044.3622)">
+ <rect
+ style="display:inline;fill:url(#linearGradient4203);fill-opacity:1;stroke:url(#linearGradient4240);stroke-width:1;stroke-opacity:1"
+ id="rect4244"
+ width="7"
+ height="7"
+ x="0.50000006"
+ y="1044.8622" />
+ <image
+ y="1044.3622"
+ x="-10"
+ id="image4188"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAK1JREFU GJVdj6EKwlAYhb+N2wSDsCRompaBoDCLcVGwGC0+gM1nEgSbLAyTgqLRKPoGNsG5sd3/GsShO+WE j3M4x2q2+oaSno87AJWqgxIR5rNJAaNoAziE4ZqG66MAFssVGItv1emwLQJKRHPc73DbHQxwu5wL KKJRRqcAXH8AwGg8xegUlWdJeSP+YAhAniXYojO8XlBArxsQxwnxK0F0hlVz6v83jXzcsgF4A+h8 QHir42m8AAAAAElFTkSuQmCC "
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="8"
+ width="8" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m -0.38773029,1047.5566 3.44426469,2.6672 4.8889337,-4.8894"
+ id="path4205"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <rect
+ style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient4240-3);stroke-width:1;stroke-opacity:1"
+ id="rect4244-5"
+ width="7"
+ height="7"
+ x="0.50000006"
+ y="1044.8622" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/conflict.svg b/icons/org.eclipse.egit.ui/icons/ovr/conflict.svg
new file mode 100644
index 0000000000..f791b48c7f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/conflict.svg
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui, confchg_ov.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="11"
+ height="10"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="conflict.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4344">
+ <stop
+ style="stop-color:#ef8281;stop-opacity:1"
+ offset="0"
+ id="stop4346" />
+ <stop
+ id="stop4352"
+ offset="0.49014422"
+ style="stop-color:#e53041;stop-opacity:1" />
+ <stop
+ style="stop-color:#df3f3f;stop-opacity:1"
+ offset="1"
+ id="stop4348" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4336">
+ <stop
+ style="stop-color:#bb1320;stop-opacity:1"
+ offset="0"
+ id="stop4338" />
+ <stop
+ style="stop-color:#c25749;stop-opacity:1"
+ offset="1"
+ id="stop4340" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4336"
+ id="linearGradient4342"
+ x1="23"
+ y1="1047.3622"
+ x2="23"
+ y2="1038.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99198369,0,0,0.84322365,-17.813465,167.6963)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4344"
+ id="linearGradient4350"
+ x1="28"
+ y1="1039.3622"
+ x2="28"
+ y2="1046.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99198369,0,0,0.84322365,-17.813465,167.6963)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#e3e3e3"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="80.6"
+ inkscape:cx="2.6215881"
+ inkscape:cy="5"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2134"
+ inkscape:window-height="1071"
+ inkscape:window-x="312"
+ inkscape:window-y="339"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1042.3622)">
+ <path
+ style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m -1.4961658,1046.851 5.9275283,-5.3727 1.9195451,-0.02 6.2413744,5.3727 -5.9988584,5.6379 -2.004805,-0 z"
+ id="path4334-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="fill:url(#linearGradient4350);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4342);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 0.7488013,1046.8545 3.764578,-3.373 0,0.3847 2.001166,0 0,-0.3847 3.7723457,3.373 -3.7338817,3.3729 -4e-5,-0.3687 -2.001165,0 -0.0036,0.4078 z"
+ id="path4334"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/dirty.svg b/icons/org.eclipse.egit.ui/icons/ovr/dirty.svg
new file mode 100644
index 0000000000..b38aec294c
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/dirty.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- Derived from staged.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="dirty.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4234">
+ <stop
+ style="stop-color:#5b501a;stop-opacity:1;"
+ offset="0"
+ id="stop4236" />
+ <stop
+ style="stop-color:#7a6818;stop-opacity:1;"
+ offset="1"
+ id="stop4238" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4234"
+ id="linearGradient4240"
+ x1="5"
+ y1="1052.3622"
+ x2="5"
+ y2="1045.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4234"
+ id="linearGradient4240-3"
+ x1="5"
+ y1="1052.3622"
+ x2="5"
+ y2="1045.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="51.411765"
+ inkscape:cx="-3.7482837"
+ inkscape:cy="3.8055008"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1044.3622)">
+ <rect
+ style="display:inline;fill:#7b6d20;fill-opacity:1;stroke:url(#linearGradient4240);stroke-width:1;stroke-opacity:1"
+ id="rect4244"
+ width="6"
+ height="6.0000172"
+ x="1.5"
+ y="1045.8622" />
+ <image
+ y="1044.3622"
+ x="-9"
+ id="image4196"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAIxJREFU GJVj/P//PwM+wMLAwMAQZCWHUxUTAwMDw49ffxmY/wszMP8XZlh5cCOc/eP3X4iCbz//MCw7NA9F 57JD8xi+/vjDwPj//38GE1Xh/4oiciiKouySGB68ecjA8P//fwZNWd7/v36d+x9iYYBCa8ny/oe7 IcouCcWKKLskhh+//kKskBPlwOkLACs7Ra5OcGMCAAAAAElFTkSuQmCC "
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="8"
+ width="8" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 4.5,1046.3622 0,5"
+ id="path4199"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient4240-3);stroke-width:1;stroke-opacity:1"
+ id="rect4244-5"
+ width="6"
+ height="6.0000172"
+ x="1.5"
+ y="1045.8622" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 6,1048.8622 -3,0"
+ id="path4199-4"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 3,1047.8622 -1,0"
+ id="path4199-4-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 3,1049.8622 -1,0"
+ id="path4199-4-7-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 7,1047.8622 -1,0"
+ id="path4199-4-7-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 7,1049.8622 -1,0"
+ id="path4199-4-7-0"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/error.svg b/icons/org.eclipse.egit.ui/icons/ovr/error.svg
new file mode 100644
index 0000000000..200dfaef40
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/error.svg
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images;org.eclipse.jdt.ui, maxlevel_co.svg -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="7"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="error.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10798-1-9-3-7-1-15-1-7-6-1"
+ id="linearGradient8163-2"
+ gradientUnits="userSpaceOnUse"
+ x1="388.63736"
+ y1="477.79834"
+ x2="388.63736"
+ y2="458.70731" />
+ <linearGradient
+ id="linearGradient10798-1-9-3-7-1-15-1-7-6-1">
+ <stop
+ style="stop-color:#e96a6e;stop-opacity:1"
+ offset="0"
+ id="stop10800-5-2-1-8-2-8-1-7-3-7" />
+ <stop
+ id="stop10806-6-8-5-3-2-95-0-5-4-8"
+ offset="0.5"
+ style="stop-color:#eb5560;stop-opacity:1" />
+ <stop
+ style="stop-color:#eb7c7c;stop-opacity:1"
+ offset="1"
+ id="stop10802-1-5-3-0-2-0-9-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4879"
+ id="linearGradient4885"
+ x1="397.69363"
+ y1="477.79834"
+ x2="397.69363"
+ y2="456.58609"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4879">
+ <stop
+ style="stop-color:#ce2837;stop-opacity:1;"
+ offset="0"
+ id="stop4881" />
+ <stop
+ style="stop-color:#cf5a52;stop-opacity:1"
+ offset="1"
+ id="stop4883" />
+ </linearGradient>
+ <linearGradient
+ y2="458.70731"
+ x2="388.63736"
+ y1="477.79834"
+ x1="388.63736"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4224"
+ xlink:href="#linearGradient10798-1-9-3-7-1-15-1-7-6-1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="456.58609"
+ x2="397.69363"
+ y1="477.79834"
+ x1="397.69363"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4226"
+ xlink:href="#linearGradient4879"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="44.8"
+ inkscape:cx="2.9443381"
+ inkscape:cy="3.7859631"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="831"
+ inkscape:window-height="877"
+ inkscape:window-x="967"
+ inkscape:window-y="435"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1044.3622)">
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1"
+ id="rect3347"
+ width="7"
+ height="8"
+ x="0"
+ y="1044.3622" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient4224);fill-opacity:1;stroke:url(#linearGradient4226);stroke-width:3.54317931;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path10796-2-6-0"
+ sodipodi:cx="388.125"
+ sodipodi:cy="468.23718"
+ sodipodi:rx="10.625"
+ sodipodi:ry="10.625"
+ d="m 398.75,468.23718 a 10.625,10.625 0 0 1 -10.625,10.625 10.625,10.625 0 0 1 -10.625,-10.625 10.625,10.625 0 0 1 10.625,-10.625 10.625,10.625 0 0 1 10.625,10.625 z"
+ transform="matrix(0.2822324,0,0,0.2822324,-106.05236,915.70312)" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+ id="rect4110"
+ width="3.4836874"
+ height="0.99578887"
+ x="1.7537788"
+ y="1047.3613" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/staged.svg b/icons/org.eclipse.egit.ui/icons/ovr/staged.svg
new file mode 100644
index 0000000000..33bd0c3255
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/staged.svg
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.team.ui, dirty_ov.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="dirty.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4234">
+ <stop
+ style="stop-color:#1d1407;stop-opacity:1"
+ offset="0"
+ id="stop4236" />
+ <stop
+ style="stop-color:#51391d;stop-opacity:1"
+ offset="1"
+ id="stop4238" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4234"
+ id="linearGradient4240"
+ x1="5"
+ y1="1052.3622"
+ x2="5"
+ y2="1045.3622"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4234"
+ id="linearGradient4240-3"
+ x1="5"
+ y1="1052.3622"
+ x2="5"
+ y2="1045.3622"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="51.411765"
+ inkscape:cx="-0.30549199"
+ inkscape:cy="3.8055008"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1440"
+ inkscape:window-height="852"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1044.3622)">
+ <rect
+ style="display:inline;fill:#543830;fill-opacity:1;stroke:url(#linearGradient4240);stroke-width:1;stroke-opacity:1"
+ id="rect4244"
+ width="6"
+ height="6.0000172"
+ x="1.5"
+ y="1045.8622" />
+ <image
+ y="1044.3622"
+ x="-9"
+ id="image4196"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAIxJREFU GJVj/P//PwM+wMLAwMAQZCWHUxUTAwMDw49ffxmY/wszMP8XZlh5cCOc/eP3X4iCbz//MCw7NA9F 57JD8xi+/vjDwPj//38GE1Xh/4oiciiKouySGB68ecjA8P//fwZNWd7/v36d+x9iYYBCa8ny/oe7 IcouCcWKKLskhh+//kKskBPlwOkLACs7Ra5OcGMCAAAAAElFTkSuQmCC "
+ style="image-rendering:optimizeSpeed"
+ preserveAspectRatio="none"
+ height="8"
+ width="8" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 4.5,1046.3622 0,5"
+ id="path4199"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient4240-3);stroke-width:1;stroke-opacity:1"
+ id="rect4244-5"
+ width="6"
+ height="6.0000172"
+ x="1.5"
+ y="1045.8622" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 6,1048.8622 -3,0"
+ id="path4199-4"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 3,1047.8622 -1,0"
+ id="path4199-4-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 3,1049.8622 -1,0"
+ id="path4199-4-7-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 7,1047.8622 -1,0"
+ id="path4199-4-7-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#faface;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 7,1049.8622 -1,0"
+ id="path4199-4-7-0"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/staged_added.svg b/icons/org.eclipse.egit.ui/icons/ovr/staged_added.svg
new file mode 100644
index 0000000000..e7d1f226e0
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/staged_added.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="staged_added.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5591-4">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0" />
+ <stop
+ style="stop-color:#82c448;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-2">
+ <stop
+ style="stop-color:#296133;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3" />
+ <stop
+ style="stop-color:#377844;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.9375158,0,0,2.0245809,3.679705,1032.0696)"
+ y2="9.2822151"
+ x2="1.9717491"
+ y1="6.9396911"
+ x1="2.03125"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5618"
+ xlink:href="#linearGradient5591-4"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(1.9375158,0,0,2.0245809,3.679705,1032.0696)"
+ y2="4.8368754"
+ x2="1.9717491"
+ y1="9.2822151"
+ x1="1.9717491"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5620"
+ xlink:href="#linearGradient5583-2"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32.000001"
+ inkscape:cx="-1.9752784"
+ inkscape:cy="7.1700733"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1241"
+ inkscape:window-height="814"
+ inkscape:window-x="25"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3971"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1044.3622)">
+ <path
+ style="fill:url(#linearGradient5618);fill-opacity:1;stroke:url(#linearGradient5620);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 3.5,1045.8622 2,0 0,2 2,0 0,2 -2,0 0,2 -2,0 0,-2 -2,0 0,-2 2,0 z"
+ id="path5581"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/staged_removed.svg b/icons/org.eclipse.egit.ui/icons/ovr/staged_removed.svg
new file mode 100644
index 0000000000..7850f78bac
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/staged_removed.svg
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="staged_removed.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4852-7-2">
+ <stop
+ style="stop-color:#cccccc;stop-opacity:1;"
+ offset="0"
+ id="stop4854-4-6" />
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1;"
+ offset="1"
+ id="stop4856-0-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4852-7-2"
+ id="radialGradient3811"
+ cx="14.5"
+ cy="1041.8622"
+ fx="14.5"
+ fy="1041.8622"
+ r="3.5000005"
+ gradientTransform="matrix(2.1428592,-0.14306219,0.14307412,2.1430807,-175.63499,-1181.8575)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4852-7-29-2">
+ <stop
+ style="stop-color:#707070;stop-opacity:1"
+ offset="0"
+ id="stop4854-4-4-4" />
+ <stop
+ style="stop-color:#a0a0a0;stop-opacity:1"
+ offset="1"
+ id="stop4856-0-8-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4844-4-9-7">
+ <stop
+ style="stop-color:#313131;stop-opacity:1;"
+ offset="0"
+ id="stop4846-8-5-5" />
+ <stop
+ style="stop-color:#696969;stop-opacity:1;"
+ offset="1"
+ id="stop4848-8-5-7" />
+ </linearGradient>
+ <linearGradient
+ y2="1038.5814"
+ x2="4.7528968"
+ y1="1051.0466"
+ x1="4.7528968"
+ gradientTransform="matrix(0.60372264,0,0,0.60372264,-0.70187806,418.92019)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3886"
+ xlink:href="#linearGradient4852-7-29-2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="1037.7"
+ x2="8.6566515"
+ y1="1050.7386"
+ x1="8.6566515"
+ gradientTransform="matrix(0.60372264,0,0,0.60372264,-0.70187806,418.92019)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3888"
+ xlink:href="#linearGradient4844-4-9-7"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627416"
+ inkscape:cx="1.0556099"
+ inkscape:cy="1.2612424"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1797"
+ inkscape:window-height="803"
+ inkscape:window-x="341"
+ inkscape:window-y="314"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1044.3622)">
+ <rect
+ style="fill:url(#radialGradient3811);fill-opacity:1;stroke:none"
+ id="rect3035"
+ width="7.000001"
+ height="7.000052"
+ x="1"
+ y="1045.3622"
+ rx="2.000001"
+ ry="2.0000372" />
+ <path
+ style="fill:url(#linearGradient3886);fill-opacity:1;stroke:url(#linearGradient3888);stroke-width:0.70916849;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 6.5058311,1045.8535 -2.005831,2.0058 -2.0058314,-2.0058 c -0.5014579,-0.5015 -1.50437366,0.5014 -1.0029158,1.0029 l 2.0058312,2.0058 -2.0058312,2.0058 c -0.50145786,0.5015 0.5014579,1.5044 1.0029158,1.0029 l 2.0058314,-2.0058 2.005831,2.0058 c 0.501458,0.5015 1.504374,-0.5014 1.002916,-1.0029 l -2.005831,-2.0058 2.005831,-2.0058 c 0.501458,-0.5015 -0.501458,-1.5044 -1.002916,-1.0029 z"
+ id="rect4043-2-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/staged_renamed.svg b/icons/org.eclipse.egit.ui/icons/ovr/staged_renamed.svg
new file mode 100644
index 0000000000..9dc2db89b8
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/staged_renamed.svg
@@ -0,0 +1,270 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="staged_renamed.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient7584-5-1">
+ <stop
+ style="stop-color:#f9cd5f;stop-opacity:1;"
+ offset="0"
+ id="stop7586-4-6" />
+ <stop
+ style="stop-color:#ffebb7;stop-opacity:1;"
+ offset="1"
+ id="stop7588-5-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7592-1-2">
+ <stop
+ style="stop-color:#bd8416;stop-opacity:1"
+ offset="0"
+ id="stop7594-6-7" />
+ <stop
+ style="stop-color:#a66b10;stop-opacity:1"
+ offset="1"
+ id="stop7596-9-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7584-5-1"
+ id="linearGradient3022"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99178444,0,0,1.0315414,33.759534,-32.216772)"
+ x1="22.519354"
+ y1="1042.0283"
+ x2="22.519354"
+ y2="1040.7345" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7592-1-2"
+ id="linearGradient3024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.99178444,0,0,1.0315414,33.759534,-32.216772)"
+ x1="23.551146"
+ y1="1037.3622"
+ x2="23.551146"
+ y2="1045.3622" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5591-4">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0" />
+ <stop
+ style="stop-color:#82c448;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-2">
+ <stop
+ style="stop-color:#426e4a;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3" />
+ <stop
+ style="stop-color:#669f71;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3" />
+ </linearGradient>
+ <linearGradient
+ y2="9.1435204"
+ x2="2.03125"
+ y1="6.9396911"
+ x1="2.03125"
+ gradientTransform="matrix(1.9375158,0,0,2.0245922,-31.278937,1025.575)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3011"
+ xlink:href="#linearGradient5591-4"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="4.671875"
+ x2="2.03125"
+ y1="9.1435204"
+ x1="2.03125"
+ gradientTransform="matrix(1.9375158,0,0,2.0245922,-31.278937,1025.575)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3013"
+ xlink:href="#linearGradient5583-2"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5591-4-9">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0-3" />
+ <stop
+ style="stop-color:#82c448;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5583-2-6">
+ <stop
+ style="stop-color:#296133;stop-opacity:1;"
+ offset="0"
+ id="stop5585-3-4" />
+ <stop
+ style="stop-color:#377844;stop-opacity:1;"
+ offset="1"
+ id="stop5587-3-0" />
+ </linearGradient>
+ <linearGradient
+ y2="9.2822151"
+ x2="1.9717491"
+ y1="6.9396911"
+ x1="2.03125"
+ gradientTransform="matrix(1.9375158,0,0,2.0245809,-24.345295,1035.2196)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3011-8"
+ xlink:href="#linearGradient5591-4-9"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="4.8368754"
+ x2="1.9717491"
+ y1="9.2822151"
+ x1="1.9717491"
+ gradientTransform="matrix(1.9375158,0,0,2.0245809,-24.345295,1035.2196)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3013-2"
+ xlink:href="#linearGradient5583-2-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-4-9"
+ id="linearGradient3977"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.8678962,0,0,0.880841,6.3089363,122.10183)"
+ x1="22.519354"
+ y1="1037.4841"
+ x2="22.582371"
+ y2="1043.3398" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3984"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.8678962,0,0,0.880841,4.3677777,130.09725)"
+ x1="22.519354"
+ y1="1037.4841"
+ x2="22.582371"
+ y2="1043.3398" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5591-4-9-5"
+ id="linearGradient3977-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.8678962,0,0,0.880841,6.3089363,122.10183)"
+ x1="22.519354"
+ y1="1037.4841"
+ x2="22.582371"
+ y2="1043.3398" />
+ <linearGradient
+ id="linearGradient5591-4-9-5">
+ <stop
+ style="stop-color:#e0e566;stop-opacity:1;"
+ offset="0"
+ id="stop5593-0-3-9" />
+ <stop
+ style="stop-color:#82c448;stop-opacity:1;"
+ offset="1"
+ id="stop5595-5-9-9" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="40"
+ inkscape:cx="-3.5340742"
+ inkscape:cy="10.153345"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3999"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1044.3622)">
+ <g
+ id="g3979"
+ transform="translate(19.972259,2.0319218)">
+ <path
+ sodipodi:nodetypes="cssscscsssszcc"
+ inkscape:connector-curvature="0"
+ id="path7582-7"
+ d="m -15.483079,1044.1101 c 0,0 -0.06177,-0.5239 0.570417,0.027 0.848781,0.7407 1.964398,1.8187 2.159824,2.1056 0.224306,0.3291 0.560859,0.6576 -0.07133,1.3391 -0.836119,0.9013 -1.841086,1.8017 -1.841086,1.8017 0,0 -0.863068,0.9689 -0.83727,-0.047 l 0.03101,-1.2213 c -1.185896,-0.055 -2.101088,0.4222 -2.400562,0.7157 -0.299842,0.2938 -0.705165,0.882 -1.057748,0.9922 -0.352583,0.11 -0.542435,-1.0748 -0.542435,-1.4601 0,-0.3854 0.151702,-1.0958 0.6238,-1.7341 0.254765,-0.3446 0.873599,-0.8417 1.328966,-0.9688 0.455367,-0.1272 2.036414,-0.051 2.036414,-0.051 z"
+ style="fill:url(#linearGradient3984);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ transform="translate(0.42388073,0.41389757)"
+ id="g3071">
+ <path
+ style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m -15.41946,1045.2462 0,-0.5094 c 0,0 -0.04088,-0.3084 0.231762,-0.1951 0.461442,0.3641 0.865616,0.8356 1.032547,1.0835 0.127202,0.1889 -0.736469,0.2153 -1.037136,0.044 -0.139069,-0.079 -0.227173,-0.423 -0.227173,-0.423 z"
+ id="path7602-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccssc" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/symlink_ovr.svg b/icons/org.eclipse.egit.ui/icons/ovr/symlink_ovr.svg
new file mode 100644
index 0000000000..176dc0f092
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/symlink_ovr.svg
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<!-- From eclipse.platform.images; org.eclipse.ui.ide -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="7"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="symlink_ovr.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4949">
+ <stop
+ style="stop-color:#224367;stop-opacity:1"
+ offset="0"
+ id="stop4951" />
+ <stop
+ style="stop-color:#abb9d4;stop-opacity:1"
+ offset="1"
+ id="stop4953" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4949"
+ id="linearGradient4175"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0698871,0,0,1.0698871,15.590192,1043.4798)"
+ x1="1.28125"
+ y1="1.4531251"
+ x2="7"
+ y2="8.015625" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="2.563742"
+ inkscape:cy="-3.0417756"
+ inkscape:document-units="px"
+ inkscape:current-layer="g8472"
+ showgrid="true"
+ inkscape:window-width="980"
+ inkscape:window-height="1174"
+ inkscape:window-x="1297"
+ inkscape:window-y="204"
+ inkscape:window-maximized="0"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4175" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1044.3622)">
+ <g
+ style="display:inline"
+ id="g8472"
+ transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)">
+ <g
+ id="g4170"
+ transform="matrix(0,-1,1,0,-1029.0076,1066.8345)">
+ <rect
+ y="1045.1515"
+ x="16.125135"
+ height="6.4861565"
+ width="6.7202282"
+ id="rect4179"
+ style="fill:#e3ecf5;fill-opacity:1;stroke:url(#linearGradient4175);stroke-width:1.06988704;stroke-opacity:1" />
+ <g
+ style="fill:#17325d;fill-opacity:1;display:inline"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,-708.7552,1801.8372)"
+ id="g4955">
+ <path
+ style="fill:#17325d;fill-opacity:1;stroke:none"
+ d="m 12.266549,1047.2726 5.605266,-0.047 0.07092,-1.7852 2.240365,2.2256 -2.240364,2.2866 -0.07092,-1.5902 -5.605266,0.047 z"
+ id="path4183"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/ovr/untracked.svg b/icons/org.eclipse.egit.ui/icons/ovr/untracked.svg
new file mode 100644
index 0000000000..2d1f6780dc
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/ovr/untracked.svg
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- From eclipse.platform.images; org.eclipse.team.ui, dirty_ov.svg -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="8"
+ height="8"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="untracked.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="32"
+ inkscape:cx="-6.9221413"
+ inkscape:cy="6.4989919"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1044.3622)">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ id="rect4159"
+ width="6"
+ height="8"
+ x="1"
+ y="1044.3622" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3109"
+ style="font-size:8px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#00018d;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ d="m 4.488,1049.3622 -1.488,0 c 0,0 -0.015379,-0.3321 0.207031,-0.7267 0.08594,-0.1666 0.266925,-0.3776 0.542969,-0.6328 L 4,1047.7762 c 0.148435,-0.1354 0.256507,-0.263 0.324218,-0.3828 0.07031,-0.1198 0.105466,-0.2396 0.105469,-0.3594 -3e-6,-0.1823 -0.0625,-0.3242 -0.1875,-0.4258 -0.125002,-0.1042 -0.299481,-0.1562 -0.523437,-0.1562 -0.21094,0 -0.3637164,0.01 -0.5642576,0.194 -0.206443,0.1907 -0.1711209,0.7023 -0.1711209,0.7023 l -1.0277727,0 c 0,0 0.00334,-0.8705 0.2305607,-1.2142 0.2094513,-0.3168 0.6862345,-0.5818 0.9466525,-0.6339 0.260415,-0.052 0.511717,-0.078 0.753906,-0.078 0.635414,0 1.119789,0.1302 1.453125,0.3906 0.33333,0.2579 0.499996,0.6355 0.5,1.1328 -4e-6,0.2553 -0.05078,0.4844 -0.152343,0.6875 -0.101567,0.2006 -0.274744,0.4167 -0.519532,0.6485 l -0.25,0.2226 c -0.177086,0.1615 -0.292971,0.2917 -0.347656,0.3907 -0.05469,0.096 -0.081805,0.2031 -0.08203,0.3203 l -2.82e-4,0.147 m -1.488,1 1.488282,0 0,1 -1.488282,0 0,-1"
+ sodipodi:nodetypes="ccccccccssccacsccccccscccccc" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/commit_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/commit_wizban.svg
new file mode 100644
index 0000000000..f153b77bcb
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/commit_wizban.svg
@@ -0,0 +1,647 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="commit_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4894"
+ inkscape:collect="always">
+ <stop
+ id="stop4896"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1" />
+ <stop
+ style="stop-color:#f3da70;stop-opacity:1;"
+ offset="0.30296871"
+ id="stop5248" />
+ <stop
+ style="stop-color:#f5e499;stop-opacity:1"
+ offset="0.72222227"
+ id="stop5246" />
+ <stop
+ id="stop4898"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5252">
+ <stop
+ style="stop-color:#5f443c;stop-opacity:1"
+ offset="0"
+ id="stop5254" />
+ <stop
+ style="stop-color:#765d54;stop-opacity:1"
+ offset="1"
+ id="stop5256" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4199">
+ <stop
+ style="stop-color:#765d54;stop-opacity:1;"
+ offset="0"
+ id="stop4201" />
+ <stop
+ id="stop4207"
+ offset="0.49346113"
+ style="stop-color:#c5b7ae;stop-opacity:1" />
+ <stop
+ style="stop-color:#765d54;stop-opacity:1"
+ offset="1"
+ id="stop4203" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4944">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop4908" />
+ <stop
+ id="stop4948"
+ offset="0.28205132"
+ style="stop-color:#d3b573;stop-opacity:1" />
+ <stop
+ id="stop4946"
+ offset="0.8623212"
+ style="stop-color:#fde29e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop4910" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4950">
+ <stop
+ style="stop-color:#6a5148;stop-opacity:1;"
+ offset="0"
+ id="stop4952" />
+ <stop
+ style="stop-color:#978379;stop-opacity:1"
+ offset="1"
+ id="stop4954" />
+ </linearGradient>
+ <filter
+ inkscape:collect="always"
+ style="color-interpolation-filters:sRGB"
+ id="filter5309"
+ x="-0.4128"
+ width="1.8256"
+ y="-0.688"
+ height="2.376">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="2.58"
+ id="feGaussianBlur5311" />
+ </filter>
+ <linearGradient
+ id="linearGradient4456">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460" />
+ </linearGradient>
+ <filter
+ inkscape:collect="always"
+ style="color-interpolation-filters:sRGB"
+ id="filter4606"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608" />
+ </filter>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4496"
+ id="linearGradient4494"
+ x1="8"
+ y1="1013.3622"
+ x2="19"
+ y2="1024.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88619287,0,0,0.87964908,90.495095,135.1703)" />
+ <linearGradient
+ id="linearGradient4496"
+ inkscape:collect="always">
+ <stop
+ id="stop4498"
+ offset="0"
+ style="stop-color:#6885b2;stop-opacity:1" />
+ <stop
+ style="stop-color:#5777a7;stop-opacity:1"
+ offset="0.54585904"
+ id="stop4512" />
+ <stop
+ style="stop-color:#355286;stop-opacity:1"
+ offset="0.63636416"
+ id="stop4500" />
+ <stop
+ id="stop4502"
+ offset="1"
+ style="stop-color:#2c4a81;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4504"
+ id="linearGradient4510"
+ x1="3.2928932"
+ y1="1020.7158"
+ x2="20"
+ y2="1020.7158"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88619287,0,0,0.87964908,90.495095,135.1703)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4504">
+ <stop
+ style="stop-color:#b0c1db;stop-opacity:1"
+ offset="0"
+ id="stop4506" />
+ <stop
+ style="stop-color:#8299c2;stop-opacity:1"
+ offset="1"
+ id="stop4508" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4456"
+ id="linearGradient4041"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ x1="63.734764"
+ y1="1039.3618"
+ x2="61.727211"
+ y2="1006.3618" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4199"
+ id="linearGradient4043"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4358218,0,0,1.270043,-3.499458,-7.3507277)"
+ x1="12"
+ y1="26"
+ x2="29"
+ y2="21" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894"
+ id="linearGradient4045"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0044289,0,0,1.0089329,10.981389,-7.447563)"
+ x1="11.927121"
+ y1="67.148781"
+ x2="1.0141196"
+ y2="30.177986" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5252"
+ id="linearGradient4047"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0067606,0,0,1.0132311,10.880208,-7.5854333)"
+ x1="5"
+ y1="64"
+ x2="5"
+ y2="32" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4944"
+ id="linearGradient4049"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.0179005,6.5979291,-9.4754449)"
+ x1="72.098145"
+ y1="86.551781"
+ x2="49.569252"
+ y2="40.099323" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4950"
+ id="linearGradient4051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.0179005,6.5979291,-9.4754449)"
+ x1="60.342896"
+ y1="74.470169"
+ x2="60.805737"
+ y2="44.682102" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,57.75,1025.3865)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="37.023273"
+ inkscape:cy="33.186656"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4041);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606);font-family:Sans"
+ d="m 47.000294,1007.3622 -12.319149,16.9335 -12.416197,17.0669 16.933329,0 17.066666,0 12.416197,-17.0669 0.09676,-0.133 12.2221,-16.8001 -17.066666,0 -16.933329,0 z"
+ id="rect10961-8-3-6-1"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.76852909,0,0.05870911,0.23426091,-77.090255,785.86486)"
+ inkscape:transform-center-x="4.4580006"
+ inkscape:transform-center-y="0.53407962" />
+ <g
+ id="g3167"
+ transform="matrix(0.64,0,0,0.64,-9.7234074,370.51213)">
+ <g
+ transform="translate(6,-14.017696)"
+ id="g4451">
+ <g
+ id="g5348"
+ transform="translate(0,986.3622)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path5250"
+ d="m 14.403025,25.481913 3.760593,-4.964217 16.536826,0 3.904565,4.964217 z"
+ style="fill:#fffabf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4043);stroke-width:1.56249988;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <rect
+ rx="3.2487597"
+ ry="3.2487597"
+ y="25.5"
+ x="11.639588"
+ height="31"
+ width="41.860409"
+ id="rect4876"
+ style="fill:url(#linearGradient4045);fill-opacity:1;stroke:url(#linearGradient4047);stroke-width:1.5625;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <ellipse
+ sodipodi:ry="4.5"
+ sodipodi:rx="7.5"
+ sodipodi:cy="8.3080006"
+ sodipodi:cx="23.691999"
+ d="m 31.191999,8.3080006 c 0,2.4852814 -3.357864,4.5000004 -7.5,4.5000004 -4.142135,0 -7.5,-2.014719 -7.5,-4.5000004 0,-2.4852814 3.357865,-4.5 7.5,-4.5 4.142136,0 7.5,2.0147186 7.5,4.5 z"
+ transform="matrix(1,0,0,0.38855855,-0.99999923,21.926323)"
+ ry="4.5"
+ rx="7.5"
+ cy="8.3080006"
+ cx="23.691999"
+ id="path5111"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter5309)" />
+ </g>
+ <rect
+ rx="2.8473155"
+ transform="matrix(1,0,-0.47943731,0.87757613,0,986.3622)"
+ style="fill:url(#linearGradient4049);fill-opacity:1;stroke:url(#linearGradient4051);stroke-width:1.66792929;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect4932"
+ width="41.81472"
+ height="27.408155"
+ x="42.799835"
+ y="37.009739"
+ ry="2.8473158" />
+ </g>
+ </g>
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4097);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 65.056746,994.40641 -32.213167,46.95619 27.324925,0 32.213167,-46.95619 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.76852909,0,0.05870911,0.23426091,-33.378717,784.41165)"
+ inkscape:transform-center-x="4.4580006"
+ inkscape:transform-center-y="0.53407962"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path3868-1"
+ d="m 63.363047,1003.4604 c -5.760205,0 -10.368542,1.4042 -10.368542,3.1561 l 0,21.0401 c 0,1.7519 4.608337,3.1559 10.368542,3.1559 5.760206,0 10.450187,-1.404 10.450187,-3.1559 l 0,-21.0401 c 0,-1.7519 -4.689981,-3.1561 -10.450187,-3.1561 z"
+ style="fill:url(#linearGradient4029);fill-opacity:1;stroke:none;display:inline" />
+ <ellipse
+ ry="1.0000277"
+ rx="2.4999995"
+ cy="1044.4362"
+ cx="23.628193"
+ id="path3868"
+ style="fill:none;stroke:#c99d19;stroke-width:0.27287647;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ sodipodi:cx="23.628193"
+ sodipodi:cy="1044.4362"
+ sodipodi:rx="2.4999995"
+ sodipodi:ry="1.0000277"
+ transform="matrix(4.0053658,0,0,3.3529387,-31.118177,-2494.8691)" />
+ <path
+ sodipodi:nodetypes="sccsccs"
+ inkscape:connector-curvature="0"
+ id="path3868-1-4"
+ d="m 63.482102,1003.7085 c -5.541095,0 -9.974141,1.377 -9.974141,3.0952 l 0,20.6332 c 0,1.7182 4.433046,3.0953 9.974141,3.0953 5.541104,0 10.052686,-1.3771 10.052686,-3.0953 l 0,-20.6332 c 0,-1.7182 -4.511582,-3.0952 -10.052686,-3.0952 z"
+ style="fill:none;stroke:url(#linearGradient4025);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 52,1017.1364 -6,6 c 0,-1 0,-3 0,-4 l -8.5,-2e-4 c 0,-0.6666 0,-3.3333 0,-4 l 8.5,2e-4 0,-4 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8)"
+ id="path4252-6-0"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-1.368628,2.4568462,-2.1273332,-1.7531504,2279.2634,2822.827)"
+ inkscape:transform-center-x="0.32503423"
+ inkscape:transform-center-y="0.66766062" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.svg
new file mode 100644
index 0000000000..cfa459e623
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.svg
@@ -0,0 +1,736 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="createpatch_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ inkscape:collect="always"
+ style="color-interpolation-filters:sRGB"
+ id="filter4606"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4258">
+ <stop
+ style="stop-color:#f4ae5f;stop-opacity:1;"
+ offset="0"
+ id="stop4260" />
+ <stop
+ id="stop4266"
+ offset="0.41542953"
+ style="stop-color:#eec290;stop-opacity:1" />
+ <stop
+ style="stop-color:#c7700e;stop-opacity:1"
+ offset="1"
+ id="stop4262" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6411">
+ <stop
+ style="stop-color:#4f605c;stop-opacity:1"
+ offset="0"
+ id="stop6413" />
+ <stop
+ style="stop-color:#dbe2eb;stop-opacity:0"
+ offset="1"
+ id="stop6415" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4902"
+ inkscape:collect="always">
+ <stop
+ id="stop4904"
+ offset="0"
+ style="stop-color:#c7b571;stop-opacity:1;" />
+ <stop
+ id="stop4906"
+ offset="1"
+ style="stop-color:#9a9a8f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4994"
+ inkscape:collect="always">
+ <stop
+ id="stop4996"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop4998"
+ offset="1"
+ style="stop-color:#dbe2eb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4456-3-0">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5-0" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9-2" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-3"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-0" />
+ </filter>
+ <linearGradient
+ id="linearGradient4994-0"
+ inkscape:collect="always">
+ <stop
+ id="stop4996-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop4998-7"
+ offset="1"
+ style="stop-color:#dbe2eb;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4902-8"
+ inkscape:collect="always">
+ <stop
+ id="stop4904-0"
+ offset="0"
+ style="stop-color:#c7b571;stop-opacity:1;" />
+ <stop
+ id="stop4906-6"
+ offset="1"
+ style="stop-color:#9a9a8f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6411-5">
+ <stop
+ style="stop-color:#4f605c;stop-opacity:1"
+ offset="0"
+ id="stop6413-9" />
+ <stop
+ style="stop-color:#dbe2eb;stop-opacity:0"
+ offset="1"
+ id="stop6415-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4258-3">
+ <stop
+ style="stop-color:#f4ae5f;stop-opacity:1;"
+ offset="0"
+ id="stop4260-7" />
+ <stop
+ id="stop4266-6"
+ offset="0.41542953"
+ style="stop-color:#eec290;stop-opacity:1" />
+ <stop
+ style="stop-color:#c7700e;stop-opacity:1"
+ offset="1"
+ id="stop4262-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4527"
+ id="linearGradient4533"
+ x1="29.521629"
+ y1="29.827848"
+ x2="31.546745"
+ y2="39.175972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,42.021149,982.96231)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4527">
+ <stop
+ style="stop-color:#68b367;stop-opacity:1"
+ offset="0"
+ id="stop4529" />
+ <stop
+ style="stop-color:#5eaa6e;stop-opacity:1"
+ offset="1"
+ id="stop4531" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4578">
+ <stop
+ style="stop-color:#c5f0b4;stop-opacity:1"
+ offset="0"
+ id="stop4580" />
+ <stop
+ style="stop-color:#80c171;stop-opacity:1"
+ offset="1"
+ id="stop4582" />
+ </linearGradient>
+ <linearGradient
+ y2="1039.7532"
+ x2="40.143147"
+ y1="1025.5621"
+ x1="42.780308"
+ gradientTransform="matrix(-1,0,0,1,50.241266,-16.304589)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3173"
+ xlink:href="#linearGradient4578"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4456-3"
+ id="linearGradient4233"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ x1="63.734764"
+ y1="1039.3618"
+ x2="61.727211"
+ y2="1006.3618" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994"
+ id="linearGradient4235"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84894174,0,0,0.84194193,-13.858257,155.85382)"
+ x1="50.702839"
+ y1="1052.4476"
+ x2="22.530088"
+ y2="1014.1386" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902"
+ id="linearGradient4237"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.982752,0,0,2.9570622,-14.859305,-2066.2053)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6411"
+ id="linearGradient4239"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88794623,0,0,0.8739389,-15.803984,122.3414)"
+ x1="52.166088"
+ y1="1020.8994"
+ x2="47.429596"
+ y2="1023.1616" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4258"
+ id="linearGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5983032,0,0,1.5732684,-69.362418,-599.83073)"
+ x1="59.220116"
+ y1="1021.2669"
+ x2="62.220116"
+ y2="1025.2668" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4456-3-0"
+ id="linearGradient4243"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ x1="63.734764"
+ y1="1039.3618"
+ x2="61.727211"
+ y2="1006.3618" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-0"
+ id="linearGradient4245"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84894174,0,0,0.84194193,24.141743,155.85372)"
+ x1="50.702839"
+ y1="1052.4476"
+ x2="22.530088"
+ y2="1014.1386" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-8"
+ id="linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.982752,0,0,2.9570622,23.160694,-2066.2053)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6411-5"
+ id="linearGradient4249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88794623,0,0,0.8739389,22.216015,122.3414)"
+ x1="52.166088"
+ y1="1020.8994"
+ x2="47.429596"
+ y2="1023.1616" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4258-3"
+ id="linearGradient4251"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5983032,0,0,1.5732684,-31.342418,-599.83073)"
+ x1="59.220116"
+ y1="1021.2669"
+ x2="62.220116"
+ y2="1025.2668" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4258-3"
+ id="linearGradient3115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5983032,0,0,1.5732684,-29.342419,-599.83073)"
+ x1="59.220116"
+ y1="1021.2669"
+ x2="62.220116"
+ y2="1025.2668" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6411-5"
+ id="linearGradient3125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88794623,0,0,0.8739389,24.216014,122.3414)"
+ x1="52.166088"
+ y1="1020.8994"
+ x2="47.429596"
+ y2="1023.1616" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902-8"
+ id="linearGradient3128"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.982752,0,0,2.9570622,25.160693,-2066.2053)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994-0"
+ id="linearGradient3131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84894174,0,0,0.84194193,26.141742,155.85372)"
+ x1="50.702839"
+ y1="1052.4476"
+ x2="22.530088"
+ y2="1014.1386" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4258"
+ id="linearGradient3142"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5983032,0,0,1.5732684,-67.362419,-599.83073)"
+ x1="59.220116"
+ y1="1021.2669"
+ x2="62.220116"
+ y2="1025.2668" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6411"
+ id="linearGradient3145"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88794623,0,0,0.8739389,-13.803985,122.3414)"
+ x1="52.166088"
+ y1="1020.8994"
+ x2="47.429596"
+ y2="1023.1616" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4902"
+ id="linearGradient3148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.982752,0,0,2.9570622,-12.859306,-2066.2053)"
+ x1="10.544736"
+ y1="1038.5779"
+ x2="10.544736"
+ y2="1052.3228" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4994"
+ id="linearGradient3151"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84894174,0,0,0.84194193,-11.858258,155.85382)"
+ x1="50.702839"
+ y1="1052.4476"
+ x2="22.530088"
+ y2="1014.1386" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#bcbcbc"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="51.960635"
+ inkscape:cy="33"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4233);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606);font-family:Sans"
+ d="m 47.000294,1007.3622 -12.319149,16.9335 -12.416197,17.0669 16.933329,0 17.066666,0 12.416197,-17.0669 0.09676,-0.133 12.2221,-16.8001 -17.066666,0 -16.933329,0 z"
+ id="rect10961-8-3-6-1"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.1726491,0,0.08958045,0.36603268,-118.93918,664.84958)"
+ inkscape:transform-center-x="4.3534013"
+ inkscape:transform-center-y="0.53407962" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-4"
+ d="m 4.0000246,1006.4399 20.8798504,0 8.042095,8.7112 0.07803,28.1692 -28.9999996,0 z"
+ style="fill:url(#linearGradient3151);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccscccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-1"
+ d="m 3.5377245,1005.8974 20.9081005,0 c 0,0 6.286481,1.2418 4.692208,4.1029 -0.04947,0.09 4.324219,4.8784 4.324219,4.8784 l 0,28.9763 -29.9245275,0 z"
+ style="fill:none;stroke:url(#linearGradient3148);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-9-0"
+ d="m 24.622078,1005.5629 8.37791,8.8133 0,9 -12.2951,-7.8529 c 1.612551,-3.2127 2.780787,-6.5686 3.917126,-9.9604 z"
+ style="fill:url(#linearGradient3145);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5675-4"
+ d="m 24.095234,1005.3623 c 1.8078,2.313 3.987814,5.2718 2.372038,10.3272 3.718067,-1.9752 7.570452,-0.9275 7.570452,-0.9275 0,-4.7197 -6.100913,-9.6221 -9.94249,-9.3997 z"
+ style="fill:url(#linearGradient3142);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1013.3762 14.9622632,0"
+ id="path4696-0"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1031.3762 14.9622632,0"
+ id="path4696-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1017.3762 14.9622632,0"
+ id="path4696-0-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1021.3762 14.9622642,0"
+ id="path4696-0-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1024.3762 10.3584892,0"
+ id="path4696-0-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1035.3762 14.9622632,0"
+ id="path4696-9-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 6.9999888,1039.3762 11.5094332,0"
+ id="path4696-9-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4243);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-3);font-family:Sans"
+ d="m 47.000294,1007.3622 -12.319149,16.9335 -12.416197,17.0669 16.933329,0 17.066666,0 12.416197,-17.0669 0.09676,-0.133 12.2221,-16.8001 -17.066666,0 -16.933329,0 z"
+ id="rect10961-8-3-6-1-8"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.1726491,0,0.08958045,0.36603268,-80.919182,664.84958)"
+ inkscape:transform-center-x="4.3534013"
+ inkscape:transform-center-y="0.53407962" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-4-5"
+ d="m 42.000024,1006.4398 20.879851,0 8.042095,8.7112 0.07803,28.1692 -29,0 z"
+ style="fill:url(#linearGradient3131);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ sodipodi:nodetypes="ccscccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-1-9"
+ d="m 41.557724,1005.8974 20.908101,0 c 0,0 6.286481,1.2418 4.692208,4.1029 -0.04947,0.09 4.324219,4.8784 4.324219,4.8784 l 0,28.9763 -29.924528,0 z"
+ style="fill:none;stroke:url(#linearGradient3128);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="rect4001-3-9-0-2"
+ d="m 62.642078,1005.5629 8.37791,8.8133 0,9 -12.2951,-7.8529 c 1.612551,-3.2127 2.780787,-6.5686 3.917126,-9.9604 z"
+ style="fill:url(#linearGradient3125);fill-opacity:1;stroke:none;display:inline" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1013.3762 14.962264,0"
+ id="path4696-0-5"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#5a6a89;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1031.3762 14.962264,0"
+ id="path4696-9-91"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1017.3762 14.962264,0"
+ id="path4696-0-2-1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#5a6a89;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1021.3762 14.962265,0"
+ id="path4696-0-3-4"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1024.3762 10.35849,0"
+ id="path4696-0-8-4"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1035.3762 14.962264,0"
+ id="path4696-9-9-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 51.019999,1039.3762 11.509434,0"
+ id="path4696-9-8-6"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5675-4-5"
+ d="m 62.115234,1005.3623 c 1.8078,2.313 3.987814,5.2718 2.372038,10.3272 3.718067,-1.9752 7.570452,-0.9275 7.570452,-0.9275 0,-4.7197 -6.100913,-9.6221 -9.94249,-9.3997 z"
+ style="fill:url(#linearGradient3115);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#bbc5d8;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 50.999999,1028.3623 14.962264,0"
+ id="path4696-9-91-6"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#3b6568;fill-opacity:1;stroke:none"
+ id="rect4142"
+ width="6"
+ height="2"
+ x="43"
+ y="1020.3624"
+ rx="0.5"
+ ry="0.5" />
+ <g
+ id="g4169"
+ transform="translate(-39.000001,3.0001563)"
+ style="fill:#3b6568;fill-opacity:1">
+ <rect
+ ry="0.5"
+ rx="0.5"
+ y="1027.3622"
+ x="82"
+ height="2"
+ width="6"
+ id="rect4142-4"
+ style="fill:#3b6568;fill-opacity:1;stroke:none;display:inline" />
+ <rect
+ transform="matrix(0,-1,1,0,0,0)"
+ ry="0.5"
+ rx="0.5"
+ y="84"
+ x="-1031.3622"
+ height="2"
+ width="6"
+ id="rect4142-8"
+ style="fill:#3b6568;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ transform="matrix(-1,0,0,1,48.929875,-20.599898)"
+ style="display:inline"
+ id="g4307">
+ <path
+ style="fill:url(#linearGradient4533);fill-opacity:1;fill-rule:evenodd;stroke:#398a43;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 1.356263,1009.9318 c 0.24182,-0.7378 4.276215,4.6418 4.276215,4.6418 11.44876,-7.9356 17.573348,1.4122 16.632852,8.3285 -0.287455,2.114 -2.873263,-9.5491 -13.24418,-4.9398 0,0 6.161054,4.0913 5.456972,5.1523 -0.390532,0.5886 -13.008987,0.7195 -13.731155,-0.03 -0.722169,-0.75 0.343071,-12.3401 0.609296,-13.1524 z"
+ id="path4522"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="scscszs" />
+ <path
+ style="fill:none;stroke:url(#linearGradient3173);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 1.57134,1022.8745 c -0.335464,-3.4409 0.540551,-10.8513 0.558812,-11.097 0.130143,0.1351 3.305251,4.1177 3.305251,4.1177 13.489832,-9.4517 15.979945,3.8837 15.944315,4.5632 0,0 -4.159907,-8.1407 -14.425918,-2.5964 3.722931,2.2 6.36447,4.7334 6.416153,4.8694"
+ id="path4522-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscc" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.svg
new file mode 100644
index 0000000000..4ef8e1be74
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.svg
@@ -0,0 +1,575 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="fetch_gerrit_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,50.5,1027.8623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-5"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ id="linearGradient3809-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-5" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869-7" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="74.850833"
+ inkscape:cy="26.698377"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4097);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 65.056746,994.40641 -32.213167,46.95619 27.324925,0 32.213167,-46.95619 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.61482327,0,0.04696729,0.18740873,-39.902976,853.20176)"
+ inkscape:transform-center-x="3.566402"
+ inkscape:transform-center-y="0.42726565"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4010"
+ transform="matrix(0.79997818,0,0,0.81926571,-13.315947,206.58251)">
+ <path
+ style="fill:url(#linearGradient4015);fill-opacity:1;stroke:none;display:inline"
+ d="m 63.363047,1003.4604 c -5.760205,0 -10.368542,1.4042 -10.368542,3.1561 l 0,21.0401 c 0,1.7519 4.608337,3.1559 10.368542,3.1559 5.760206,0 10.450187,-1.404 10.450187,-3.1559 l 0,-21.0401 c 0,-1.7519 -4.689981,-3.1561 -10.450187,-3.1561 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(4.0053658,0,0,3.3529387,-31.118177,-2494.8691)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.33706576;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4017);stroke-width:1.23523176;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 63.482102,1003.7085 c -5.541095,0 -9.974141,1.377 -9.974141,3.0952 l 0,20.6332 c 0,1.7182 4.433046,3.0953 9.974141,3.0953 5.541104,0 10.052686,-1.3771 10.052686,-3.0953 l 0,-20.6332 c 0,-1.7182 -4.511582,-3.0952 -10.052686,-3.0952 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 37.5,1026.8622 -6,-6 c 1,0 3,0 4,0 l 2e-4,-9 c 0.6666,0 3.3333,0 4,0 l -2e-4,9 4,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8)"
+ id="path4252-6-0"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-1.0949024,1.965477,-1.7018666,-1.4025203,1809.0613,2484.0258)"
+ inkscape:transform-center-x="0.26007335"
+ inkscape:transform-center-y="0.53411096" />
+ <g
+ id="g4193">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4126"
+ d="m 36.625,989.5492 c -3.30084,0 -6.004532,2.021 -6.3125,4.5626 C 28.946496,995.0256 28,996.901 28,999.0492 c 0,0.2696 0.03404,0.4908 0.0625,0.75 -0.27097,-0.05 -0.527762,-0.062 -0.8125,-0.062 -2.626566,0 -4.75,2.154 -4.75,4.875 0,2.7208 2.123434,4.9374 4.75,4.9374 0.516994,0 0.971486,-0.092 1.4375,-0.25 1.968532,0.4422 4.401108,0.6876 7.0625,0.6876 3.097014,0 5.903052,-0.3572 8,-0.9376 0.822276,0.4886 1.761878,0.8126 2.75,0.8126 3.318594,0 6,-3.1 6,-6.9376 0,-3.8376 -2.681406,-7 -6,-7 -0.5531,0 -1.116356,0.15 -1.625,0.3126 -0.09916,-0.7912 -0.831102,-1.4434 -1.9375,-1.875 -0.16286,-2.6536 -2.909912,-4.8126 -6.3125,-4.8126 z"
+ style="fill:url(#radialGradient4189);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 37.4375,990.3622 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662703,0.97072 2.09375,1.53125 0.572147,0.74402 0.9375,2.71875 0.9375,2.71875 0,0 -0.675584,-0.0766 -1,0 -0.362708,0.0856 -1,0.5 -1,0.5 0,0 0.109375,-1.32812 -0.07813,-1.95312 -0.1875,-0.625 -0.595118,-1.30206 -1,-1.6875 C 38.703363,991.09705 37.4375,990.3622 37.4375,990.3622 z"
+ style="fill:url(#linearGradient4186);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947-1"
+ d="m 46.015625,996.50283 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662705,0.97071 2.09375,1.53125 0.57215,0.74402 0.9375,2.71882 0.9375,2.71882 0,0 -0.675585,-0.077 -1,0 -0.36271,0.086 -1,0.5 -1,0.5 0,0 0.109375,-1.3282 -0.07813,-1.9532 -0.1875,-0.625 -0.595118,-1.30205 -1,-1.6875 -0.656012,-0.62452 -1.921875,-1.35937 -1.921875,-1.35937 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-86.511589,900.94639)"
+ style="display:inline"
+ id="g4192">
+ <rect
+ ry="7.1676102"
+ y="359.87067"
+ x="478.47952"
+ height="43.005661"
+ width="43.005661"
+ id="rect3128"
+ style="fill:#94ff98;fill-opacity:1;stroke:none" />
+ <g
+ transform="matrix(0.5,0,0,0.5,242.82356,187.10295)"
+ id="g3150">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <g
+ id="g3150-0"
+ style="display:inline"
+ transform="matrix(0.5,0,0,0.5,260.74259,187.10295)">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130-9"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5-3"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <path
+ transform="matrix(8.9358235,-0.442386,1.4758659,10.188633,446.41501,295.39094)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807"
+ style="fill:url(#radialGradient4092);fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="485.64713"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178"
+ style="fill:#c20000;fill-opacity:1;stroke:none" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="503.56613"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178-5"
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/fetch_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/fetch_wizban.svg
new file mode 100644
index 0000000000..b9298c3ef0
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/fetch_wizban.svg
@@ -0,0 +1,491 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="fetch_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,50.5,1027.8623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-5"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ id="linearGradient3809-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-5" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869-7" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="74.850833"
+ inkscape:cy="26.698377"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4097);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 65.056746,994.40641 -32.213167,46.95619 27.324925,0 32.213167,-46.95619 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.61482327,0,0.04696729,0.18740873,-39.902976,853.20176)"
+ inkscape:transform-center-x="3.566402"
+ inkscape:transform-center-y="0.42726565"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4010"
+ transform="matrix(0.79997818,0,0,0.81926571,-13.315947,206.58251)">
+ <path
+ style="fill:url(#linearGradient4015);fill-opacity:1;stroke:none;display:inline"
+ d="m 63.363047,1003.4604 c -5.760205,0 -10.368542,1.4042 -10.368542,3.1561 l 0,21.0401 c 0,1.7519 4.608337,3.1559 10.368542,3.1559 5.760206,0 10.450187,-1.404 10.450187,-3.1559 l 0,-21.0401 c 0,-1.7519 -4.689981,-3.1561 -10.450187,-3.1561 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(4.0053658,0,0,3.3529387,-31.118177,-2494.8691)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.33706576;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4017);stroke-width:1.23523176;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 63.482102,1003.7085 c -5.541095,0 -9.974141,1.377 -9.974141,3.0952 l 0,20.6332 c 0,1.7182 4.433046,3.0953 9.974141,3.0953 5.541104,0 10.052686,-1.3771 10.052686,-3.0953 l 0,-20.6332 c 0,-1.7182 -4.511582,-3.0952 -10.052686,-3.0952 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 37.5,1026.8622 -6,-6 c 1,0 3,0 4,0 l 2e-4,-9 c 0.6666,0 3.3333,0 4,0 l -2e-4,9 4,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8)"
+ id="path4252-6-0"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-1.0949024,1.965477,-1.7018666,-1.4025203,1809.0613,2484.0258)"
+ inkscape:transform-center-x="0.26007335"
+ inkscape:transform-center-y="0.53411096" />
+ <g
+ id="g4193">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4126"
+ d="m 36.625,989.5492 c -3.30084,0 -6.004532,2.021 -6.3125,4.5626 C 28.946496,995.0256 28,996.901 28,999.0492 c 0,0.2696 0.03404,0.4908 0.0625,0.75 -0.27097,-0.05 -0.527762,-0.062 -0.8125,-0.062 -2.626566,0 -4.75,2.154 -4.75,4.875 0,2.7208 2.123434,4.9374 4.75,4.9374 0.516994,0 0.971486,-0.092 1.4375,-0.25 1.968532,0.4422 4.401108,0.6876 7.0625,0.6876 3.097014,0 5.903052,-0.3572 8,-0.9376 0.822276,0.4886 1.761878,0.8126 2.75,0.8126 3.318594,0 6,-3.1 6,-6.9376 0,-3.8376 -2.681406,-7 -6,-7 -0.5531,0 -1.116356,0.15 -1.625,0.3126 -0.09916,-0.7912 -0.831102,-1.4434 -1.9375,-1.875 -0.16286,-2.6536 -2.909912,-4.8126 -6.3125,-4.8126 z"
+ style="fill:url(#radialGradient4189);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 37.4375,990.3622 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662703,0.97072 2.09375,1.53125 0.572147,0.74402 0.9375,2.71875 0.9375,2.71875 0,0 -0.675584,-0.0766 -1,0 -0.362708,0.0856 -1,0.5 -1,0.5 0,0 0.109375,-1.32812 -0.07813,-1.95312 -0.1875,-0.625 -0.595118,-1.30206 -1,-1.6875 C 38.703363,991.09705 37.4375,990.3622 37.4375,990.3622 z"
+ style="fill:url(#linearGradient4186);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947-1"
+ d="m 46.015625,996.50283 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662705,0.97071 2.09375,1.53125 0.57215,0.74402 0.9375,2.71882 0.9375,2.71882 0,0 -0.675585,-0.077 -1,0 -0.36271,0.086 -1,0.5 -1,0.5 0,0 0.109375,-1.3282 -0.07813,-1.9532 -0.1875,-0.625 -0.595118,-1.30205 -1,-1.6875 -0.656012,-0.62452 -1.921875,-1.35937 -1.921875,-1.35937 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/import_wiz.svg b/icons/org.eclipse.egit.ui/icons/wizban/import_wiz.svg
new file mode 100644
index 0000000000..fbd0f065ee
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/import_wiz.svg
@@ -0,0 +1,942 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="import_wiz.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="1010.9039"
+ x2="55.157337"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-5" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865-6"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,56.5,1027.8623)"
+ x1="-41.5"
+ y1="26.048599"
+ x2="-17.5"
+ y2="12.0486" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,44.5,1027.8623)"
+ x1="-41.5"
+ y1="26.048599"
+ x2="-17.5"
+ y2="12.0486" />
+ <linearGradient
+ id="linearGradient10448-9-7-0-5-9">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-0" />
+ <stop
+ id="stop4609-3"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3-7"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605-6" />
+ <stop
+ id="stop4607-3"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3901-0">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3893-0">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895-7" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8-2">
+ <stop
+ id="stop10750-5-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.33333385"
+ id="stop10752-8-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop10754-8-48" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4599">
+ <stop
+ id="stop4601"
+ offset="0"
+ style="stop-color:#8a6b1a;stop-opacity:1;" />
+ <stop
+ id="stop4603"
+ offset="1"
+ style="stop-color:#c48f20;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7" />
+ <stop
+ id="stop4609"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605" />
+ <stop
+ id="stop4607"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5-9-6">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-0-3" />
+ <stop
+ id="stop4609-3-6"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3-7-9"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605-6-1" />
+ <stop
+ id="stop4607-3-0"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4-3-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient4206"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient4208"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient4210"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161361,0,0,1.073519,-409.64158,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient4212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161338,0,0,1.073519,-441.64082,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient4214"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3957233,0,0,0.91821862,-352.69969,486.18748)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient4216"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83709911,0,0,0.83709911,506.53476,643.61439)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9-6"
+ id="linearGradient4218"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.17931787,0,0,1.1808708,899.60201,-523.3121)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4456-3"
+ id="linearGradient4235"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ x1="55.578632"
+ y1="1039.3622"
+ x2="55.157337"
+ y2="1010.9039" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient4237"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient4239"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161361,0,0,1.073519,-409.64158,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient4243"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161338,0,0,1.073519,-441.64082,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient4245"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3957233,0,0,0.91821862,-352.69969,486.18748)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83709911,0,0,0.83709911,506.53476,643.61439)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9-6"
+ id="linearGradient4249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.17931787,0,0,1.1808708,899.60201,-523.3121)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4496"
+ id="linearGradient4494"
+ x1="8"
+ y1="1013.3622"
+ x2="19"
+ y2="1024.3622"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88619287,0,0,0.87964908,-2.820998,140.94171)" />
+ <linearGradient
+ id="linearGradient4496"
+ inkscape:collect="always">
+ <stop
+ id="stop4498"
+ offset="0"
+ style="stop-color:#6885b2;stop-opacity:1" />
+ <stop
+ style="stop-color:#5777a7;stop-opacity:1"
+ offset="0.54585904"
+ id="stop4512" />
+ <stop
+ style="stop-color:#355286;stop-opacity:1"
+ offset="0.63636416"
+ id="stop4500" />
+ <stop
+ id="stop4502"
+ offset="1"
+ style="stop-color:#2c4a81;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4504"
+ id="linearGradient4510"
+ x1="3.2928932"
+ y1="1020.7158"
+ x2="20"
+ y2="1020.7158"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.88619287,0,0,0.87964908,-2.820998,140.94171)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4504">
+ <stop
+ style="stop-color:#b0c1db;stop-opacity:1"
+ offset="0"
+ id="stop4506" />
+ <stop
+ style="stop-color:#8299c2;stop-opacity:1"
+ offset="1"
+ id="stop4508" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8-1"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5-2"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient4297"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient4299"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient4301"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161361,0,0,1.073519,-409.64158,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient4303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161338,0,0,1.073519,-441.64082,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient4305"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3957233,0,0,0.91821862,-352.69969,486.18748)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient4307"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83709911,0,0,0.83709911,506.53476,643.61439)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9-6"
+ id="linearGradient4309"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.17931787,0,0,1.1808708,899.60201,-523.3121)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4496"
+ id="linearGradient4313"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.88619287,-0.87964908,0,955.47209,1023.5814)"
+ x1="8"
+ y1="1013.3622"
+ x2="19"
+ y2="1024.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4504"
+ id="linearGradient4315"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.88619287,-0.87964908,0,955.47209,1023.5814)"
+ x1="3.2928932"
+ y1="1020.7158"
+ x2="20"
+ y2="1020.7158" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="24.59369"
+ inkscape:cy="35.672652"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4235);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 53.125738,1012.9043 -20.282159,28.4583 27.324925,0 19.523134,-28.4583 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.8444698,0,0.14090187,0.56222619,-202.61205,452.11525)"
+ inkscape:transform-center-x="10.699205"
+ inkscape:transform-center-y="1.2818017"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4195"
+ transform="matrix(0.8,0,0,0.8,105.5,256.97245)">
+ <rect
+ y="929.36218"
+ x="-118"
+ height="26.000017"
+ width="45"
+ id="rect3123"
+ style="fill:url(#linearGradient4297);fill-opacity:1;stroke:url(#linearGradient4299);stroke-width:2.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ transform="translate(-1.378906,0)"
+ id="g4070">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4044"
+ style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ d="m -98.828125,951.04579 -1.781255,0 -0.35156,-2.10937 c -1.14845,1.77343 -2.59766,2.66015 -4.34765,2.66015 -2.21095,0 -3.92969,-1.02734 -5.15625,-3.08203 -1.02344,-1.71875 -1.53516,-3.76953 -1.53516,-6.15234 0,-2.37499 0.54297,-4.41796 1.62891,-6.12891 1.25781,-1.98436 2.99218,-2.97654 5.20312,-2.97656 2.07812,2e-5 3.64843,0.64064 4.71094,1.92187 0.679673,0.82033 1.148422,1.6758 1.406248,2.56641 0.06249,0.22657 0.136705,0.68361 0.222657,1.37109 l -2.683595,0 c -0.23439,-0.90623 -0.64064,-1.6367 -1.21875,-2.1914 -0.63282,-0.61718 -1.39454,-0.92577 -2.28516,-0.92578 -1.46094,10e-6 -2.52735,0.7422 -3.19921,2.22656 -0.4922,1.09376 -0.73829,2.50391 -0.73829,4.23047 0,1.55469 0.27734,2.9375 0.83204,4.14843 0.71093,1.55469 1.73827,2.33204 3.08203,2.33204 1.10936,0 2.08202,-0.625 2.91797,-1.875 0.49998,-0.74219 0.77342,-1.55078 0.82031,-2.42579 l -3.25781,0 0,-2.73046 5.730465,0 0,9.14062" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4046"
+ style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ d="m -91.296875,951.04579 -2.953125,0 0,-17.49609 2.953125,0 0,17.49609" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4048"
+ style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ d="m -76.242188,936.31532 -4.183594,0 0,14.73047 -2.953125,0 0,-14.73047 -4.335937,0 0,-2.76562 11.472656,0 0,2.76562" />
+ </g>
+ <rect
+ style="fill:url(#linearGradient4301);fill-opacity:1;stroke:none;display:inline"
+ id="rect10007-0-74-2-7-6"
+ width="17.000027"
+ height="10.000001"
+ x="-88.000023"
+ y="962.36218"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4303);fill-opacity:1;stroke:none;display:inline"
+ id="rect10007-0-74-2-7-6-6"
+ width="16.999987"
+ height="10.000001"
+ x="-120"
+ y="962.36218"
+ rx="0"
+ ry="0" />
+ <rect
+ transform="scale(-1,1)"
+ style="fill:url(#linearGradient4305);fill-opacity:1;stroke:url(#linearGradient4307);stroke-width:1.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect10007-0-74-2-7-1"
+ width="15"
+ height="15"
+ x="88.000046"
+ y="959.86218"
+ rx="0"
+ ry="0" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ style="fill:url(#linearGradient4309);fill-opacity:1;stroke:none;display:inline"
+ id="rect10007-0-74-2-7-6-6-5"
+ width="3"
+ height="11"
+ x="956.36218"
+ y="90"
+ rx="0"
+ ry="0" />
+ </g>
+ <path
+ style="fill:url(#linearGradient4313);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4315);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 64.5088,1027.5693 0,13.2929 -13.1948,0 z"
+ id="path4478"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8-1)"
+ id="path4252-6-0-9"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-0.68431401,1.2284231,-1.0636666,-0.87657521,1168.2883,1942.6519)"
+ inkscape:transform-center-x="-0.33387417"
+ inkscape:transform-center-y="0.16250214" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.svg
new file mode 100644
index 0000000000..e5c184be94
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.svg
@@ -0,0 +1,564 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="newconnect_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5-9">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-0" />
+ <stop
+ id="stop4609-3"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3-7"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605-6" />
+ <stop
+ id="stop4607-3"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3901-0">
+ <stop
+ style="stop-color:#e9f8ff;stop-opacity:1;"
+ offset="0"
+ id="stop3903-0" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3905-6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3893-0">
+ <stop
+ style="stop-color:#95a1b6;stop-opacity:1;"
+ offset="0"
+ id="stop3895-7" />
+ <stop
+ style="stop-color:#c5bc99;stop-opacity:1;"
+ offset="1"
+ id="stop3897-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10748-8-2">
+ <stop
+ id="stop10750-5-0"
+ offset="0"
+ style="stop-color:#ecac18;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1ce66;stop-opacity:1"
+ offset="0.33333385"
+ id="stop10752-8-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop10754-8-48" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4599">
+ <stop
+ id="stop4601"
+ offset="0"
+ style="stop-color:#8a6b1a;stop-opacity:1;" />
+ <stop
+ id="stop4603"
+ offset="1"
+ style="stop-color:#c48f20;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7" />
+ <stop
+ id="stop4609"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605" />
+ <stop
+ id="stop4607"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10448-9-7-0-5-9-6">
+ <stop
+ style="stop-color:#cf9307;stop-opacity:1"
+ offset="0"
+ id="stop10450-3-5-6-7-0-3" />
+ <stop
+ id="stop4609-3-6"
+ offset="0.25"
+ style="stop-color:#cf9307;stop-opacity:1;" />
+ <stop
+ id="stop10456-4-1-5-3-7-9"
+ offset="0.5"
+ style="stop-color:#f7d87b;stop-opacity:1" />
+ <stop
+ style="stop-color:#ebb313;stop-opacity:1;"
+ offset="0.75"
+ id="stop4605-6-1" />
+ <stop
+ id="stop4607-3-0"
+ offset="0.875"
+ style="stop-color:#bd7427;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bd7427;stop-opacity:1;"
+ offset="1"
+ id="stop10452-22-7-8-4-3-4" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4456-3"
+ id="linearGradient4235"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ x1="55.578632"
+ y1="1039.3622"
+ x2="55.157337"
+ y2="1010.9039" />
+ <linearGradient
+ id="linearGradient4496"
+ inkscape:collect="always">
+ <stop
+ id="stop4498"
+ offset="0"
+ style="stop-color:#6885b2;stop-opacity:1" />
+ <stop
+ style="stop-color:#5777a7;stop-opacity:1"
+ offset="0.54585904"
+ id="stop4512" />
+ <stop
+ style="stop-color:#355286;stop-opacity:1"
+ offset="0.63636416"
+ id="stop4500" />
+ <stop
+ id="stop4502"
+ offset="1"
+ style="stop-color:#2c4a81;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4504">
+ <stop
+ style="stop-color:#b0c1db;stop-opacity:1"
+ offset="0"
+ id="stop4506" />
+ <stop
+ style="stop-color:#8299c2;stop-opacity:1"
+ offset="1"
+ id="stop4508" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8-1"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5-2"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3901-0"
+ id="linearGradient4297"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3893-0"
+ id="linearGradient4299"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.4615385,0,0,3.7142882,-40.115376,-2977.5571)"
+ x1="-16"
+ y1="1059.3622"
+ x2="-16"
+ y2="1051.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5"
+ id="linearGradient4301"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161361,0,0,1.073519,-409.64158,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9"
+ id="linearGradient4303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0161338,0,0,1.073519,-441.64082,404.80567)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10748-8-2"
+ id="linearGradient4305"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3957233,0,0,0.91821862,-352.69969,486.18748)"
+ x1="317.09341"
+ y1="530.15625"
+ x2="322.42273"
+ y2="522.23602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4599"
+ id="linearGradient4307"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83709911,0,0,0.83709911,506.53476,643.61439)"
+ x1="-497.74246"
+ y1="393.46884"
+ x2="-488.85672"
+ y2="384.78107" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10448-9-7-0-5-9-6"
+ id="linearGradient4309"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.17931787,0,0,1.1808708,899.60201,-523.3121)"
+ x1="324.1601"
+ y1="529.30121"
+ x2="323.98331"
+ y2="518.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4496"
+ id="linearGradient4313"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.88619287,-0.87964908,0,955.47209,1023.5814)"
+ x1="8"
+ y1="1013.3622"
+ x2="19"
+ y2="1024.3622" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4504"
+ id="linearGradient4315"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,0.88619287,-0.87964908,0,955.47209,1023.5814)"
+ x1="3.2928932"
+ y1="1020.7158"
+ x2="20"
+ y2="1020.7158" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="79.151375"
+ inkscape:cy="35.672652"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4235);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 53.125738,1012.9043 -20.282159,28.4583 27.324925,0 19.523134,-28.4583 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(1.8444698,0,0.14090187,0.56222619,-194.61205,452.11525)"
+ inkscape:transform-center-x="10.699205"
+ inkscape:transform-center-y="1.2818017"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4195"
+ transform="matrix(0.8,0,0,0.8,113.5,256.97245)">
+ <rect
+ y="929.36218"
+ x="-118"
+ height="26.000017"
+ width="45"
+ id="rect3123"
+ style="fill:url(#linearGradient4297);fill-opacity:1;stroke:url(#linearGradient4299);stroke-width:2.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ transform="translate(-1.378906,0)"
+ id="g4070">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4044"
+ style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ d="m -98.828125,951.04579 -1.781255,0 -0.35156,-2.10937 c -1.14845,1.77343 -2.59766,2.66015 -4.34765,2.66015 -2.21095,0 -3.92969,-1.02734 -5.15625,-3.08203 -1.02344,-1.71875 -1.53516,-3.76953 -1.53516,-6.15234 0,-2.37499 0.54297,-4.41796 1.62891,-6.12891 1.25781,-1.98436 2.99218,-2.97654 5.20312,-2.97656 2.07812,2e-5 3.64843,0.64064 4.71094,1.92187 0.679673,0.82033 1.148422,1.6758 1.406248,2.56641 0.06249,0.22657 0.136705,0.68361 0.222657,1.37109 l -2.683595,0 c -0.23439,-0.90623 -0.64064,-1.6367 -1.21875,-2.1914 -0.63282,-0.61718 -1.39454,-0.92577 -2.28516,-0.92578 -1.46094,10e-6 -2.52735,0.7422 -3.19921,2.22656 -0.4922,1.09376 -0.73829,2.50391 -0.73829,4.23047 0,1.55469 0.27734,2.9375 0.83204,4.14843 0.71093,1.55469 1.73827,2.33204 3.08203,2.33204 1.10936,0 2.08202,-0.625 2.91797,-1.875 0.49998,-0.74219 0.77342,-1.55078 0.82031,-2.42579 l -3.25781,0 0,-2.73046 5.730465,0 0,9.14062" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4046"
+ style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c20000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ d="m -91.296875,951.04579 -2.953125,0 0,-17.49609 2.953125,0 0,17.49609" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4048"
+ style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:none;font-family:Helvetica CY;-inkscape-font-specification:Helvetica CY Bold"
+ d="m -76.242188,936.31532 -4.183594,0 0,14.73047 -2.953125,0 0,-14.73047 -4.335937,0 0,-2.76562 11.472656,0 0,2.76562" />
+ </g>
+ <rect
+ style="fill:url(#linearGradient4301);fill-opacity:1;stroke:none;display:inline"
+ id="rect10007-0-74-2-7-6"
+ width="17.000027"
+ height="10.000001"
+ x="-88.000023"
+ y="962.36218"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4303);fill-opacity:1;stroke:none;display:inline"
+ id="rect10007-0-74-2-7-6-6"
+ width="16.999987"
+ height="10.000001"
+ x="-120"
+ y="962.36218"
+ rx="0"
+ ry="0" />
+ <rect
+ transform="scale(-1,1)"
+ style="fill:url(#linearGradient4305);fill-opacity:1;stroke:url(#linearGradient4307);stroke-width:1.25;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect10007-0-74-2-7-1"
+ width="15"
+ height="15"
+ x="88.000046"
+ y="959.86218"
+ rx="0"
+ ry="0" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ style="fill:url(#linearGradient4309);fill-opacity:1;stroke:none;display:inline"
+ id="rect10007-0-74-2-7-6-6-5"
+ width="3"
+ height="11"
+ x="956.36218"
+ y="90"
+ rx="0"
+ ry="0" />
+ </g>
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8-1)"
+ id="path4252-6-0-9"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-0.07087313,1.404381,-1.3415721,-0.31615686,1429.7583,1358.116)"
+ inkscape:transform-center-x="-0.37391192"
+ inkscape:transform-center-y="-0.0046708223" />
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/pull_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/pull_wizban.svg
new file mode 100644
index 0000000000..65767c568a
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/pull_wizban.svg
@@ -0,0 +1,654 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="pull_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="10.9998"
+ x2="-10"
+ y1="26.9998"
+ x1="-39"
+ gradientTransform="matrix(0.5,0,0,-0.5,62,1035.3623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <linearGradient
+ id="linearGradient3865-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-5" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4456"
+ id="linearGradient4041"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ x1="63.734764"
+ y1="1039.3618"
+ x2="61.727211"
+ y2="1006.3618" />
+ <linearGradient
+ id="linearGradient4456">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4199"
+ id="linearGradient4043"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4358218,0,0,1.270043,-3.499458,-7.3507277)"
+ x1="12"
+ y1="26"
+ x2="29"
+ y2="21" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4199">
+ <stop
+ style="stop-color:#765d54;stop-opacity:1;"
+ offset="0"
+ id="stop4201" />
+ <stop
+ id="stop4207"
+ offset="0.49346113"
+ style="stop-color:#c5b7ae;stop-opacity:1" />
+ <stop
+ style="stop-color:#765d54;stop-opacity:1"
+ offset="1"
+ id="stop4203" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4894"
+ id="linearGradient4045"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0044289,0,0,1.0089329,10.981389,-7.447563)"
+ x1="11.927121"
+ y1="67.148781"
+ x2="1.0141196"
+ y2="30.177986" />
+ <linearGradient
+ id="linearGradient4894"
+ inkscape:collect="always">
+ <stop
+ id="stop4896"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1" />
+ <stop
+ style="stop-color:#f3da70;stop-opacity:1;"
+ offset="0.30296871"
+ id="stop5248" />
+ <stop
+ style="stop-color:#f5e499;stop-opacity:1"
+ offset="0.72222227"
+ id="stop5246" />
+ <stop
+ id="stop4898"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5252"
+ id="linearGradient4047"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0067606,0,0,1.0132311,10.880208,-7.5854333)"
+ x1="5"
+ y1="64"
+ x2="5"
+ y2="32" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5252">
+ <stop
+ style="stop-color:#5f443c;stop-opacity:1"
+ offset="0"
+ id="stop5254" />
+ <stop
+ style="stop-color:#765d54;stop-opacity:1"
+ offset="1"
+ id="stop5256" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter5309"
+ x="-0.41280001"
+ width="1.8256"
+ y="-0.68800002"
+ height="2.3759999">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="2.58"
+ id="feGaussianBlur5311" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4944"
+ id="linearGradient4049"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.0179005,6.5979291,-9.4754449)"
+ x1="72.098145"
+ y1="86.551781"
+ x2="49.569252"
+ y2="40.099323" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4944">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop4908" />
+ <stop
+ id="stop4948"
+ offset="0.28205132"
+ style="stop-color:#d3b573;stop-opacity:1" />
+ <stop
+ id="stop4946"
+ offset="0.8623212"
+ style="stop-color:#fde29e;stop-opacity:1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop4910" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4950"
+ id="linearGradient4051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.0179005,6.5979291,-9.4754449)"
+ x1="60.342896"
+ y1="74.470169"
+ x2="60.805737"
+ y2="44.682102" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4950">
+ <stop
+ style="stop-color:#6a5148;stop-opacity:1;"
+ offset="0"
+ id="stop4952" />
+ <stop
+ style="stop-color:#978379;stop-opacity:1"
+ offset="1"
+ id="stop4954" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="64.257083"
+ inkscape:cy="26.698377"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 58.5,1016.8625 0,11.9999 -11,-2e-4 0,4 -6,-6 6,-6 c 0,1 0,3 0,4 l 7,2e-4 0,-7.9999"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ <g
+ id="g4193"
+ transform="translate(20,4.2504)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4126"
+ d="m 36.625,989.5492 c -3.30084,0 -6.004532,2.021 -6.3125,4.5626 C 28.946496,995.0256 28,996.901 28,999.0492 c 0,0.2696 0.03404,0.4908 0.0625,0.75 -0.27097,-0.05 -0.527762,-0.062 -0.8125,-0.062 -2.626566,0 -4.75,2.154 -4.75,4.875 0,2.7208 2.123434,4.9374 4.75,4.9374 0.516994,0 0.971486,-0.092 1.4375,-0.25 1.968532,0.4422 4.401108,0.6876 7.0625,0.6876 3.097014,0 5.903052,-0.3572 8,-0.9376 0.822276,0.4886 1.761878,0.8126 2.75,0.8126 3.318594,0 6,-3.1 6,-6.9376 0,-3.8376 -2.681406,-7 -6,-7 -0.5531,0 -1.116356,0.15 -1.625,0.3126 -0.09916,-0.7912 -0.831102,-1.4434 -1.9375,-1.875 -0.16286,-2.6536 -2.909912,-4.8126 -6.3125,-4.8126 z"
+ style="fill:url(#radialGradient4189);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 37.4375,990.3622 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662703,0.97072 2.09375,1.53125 0.572147,0.74402 0.9375,2.71875 0.9375,2.71875 0,0 -0.675584,-0.0766 -1,0 -0.362708,0.0856 -1,0.5 -1,0.5 0,0 0.109375,-1.32812 -0.07813,-1.95312 -0.1875,-0.625 -0.595118,-1.30206 -1,-1.6875 -0.656007,-0.62453 -1.92187,-1.35938 -1.92187,-1.35938 z"
+ style="fill:url(#linearGradient4186);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947-1"
+ d="m 46.015625,996.50283 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662705,0.97071 2.09375,1.53125 0.57215,0.74402 0.9375,2.71882 0.9375,2.71882 0,0 -0.675585,-0.077 -1,0 -0.36271,0.086 -1,0.5 -1,0.5 0,0 0.109375,-1.3282 -0.07813,-1.9532 -0.1875,-0.625 -0.595118,-1.30205 -1,-1.6875 -0.656012,-0.62452 -1.921875,-1.35937 -1.921875,-1.35937 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ transform="translate(0.98424163,10.953483)"
+ style="display:inline"
+ id="g3083">
+ <path
+ inkscape:transform-center-y="0.53407962"
+ inkscape:transform-center-x="4.4580006"
+ transform="matrix(0.76852909,0,0.05870911,0.23426091,-77.090255,785.86486)"
+ inkscape:connector-curvature="0"
+ id="rect10961-8-3-6-1"
+ d="m 47.000294,1007.3622 -12.319149,16.9335 -12.416197,17.0669 16.933329,0 17.066666,0 12.416197,-17.0669 0.09676,-0.133 12.2221,-16.8001 -17.066666,0 -16.933329,0 z"
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4041);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606);font-family:Sans" />
+ <g
+ transform="matrix(0.64,0,0,0.64,-9.7234074,370.51213)"
+ id="g3167">
+ <g
+ id="g4451"
+ transform="translate(6,-14.017696)">
+ <g
+ transform="translate(0,986.3622)"
+ id="g5348">
+ <path
+ style="fill:#fffabf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4043);stroke-width:1.56249988;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 14.403025,25.481913 3.760593,-4.964217 16.536826,0 3.904565,4.964217 z"
+ id="path5250"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="fill:url(#linearGradient4045);fill-opacity:1;stroke:url(#linearGradient4047);stroke-width:1.5625;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect4876"
+ width="41.860409"
+ height="31"
+ x="11.639588"
+ y="25.5"
+ ry="3.2487597"
+ rx="3.2487597" />
+ <ellipse
+ style="fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter5309)"
+ id="path5111"
+ cx="23.691999"
+ cy="8.3080006"
+ rx="7.5"
+ ry="4.5"
+ transform="matrix(1,0,0,0.38855855,-0.99999923,21.926323)"
+ d="m 31.191999,8.3080006 c 0,2.4852814 -3.357864,4.5000004 -7.5,4.5000004 -4.142135,0 -7.5,-2.014719 -7.5,-4.5000004 0,-2.4852814 3.357865,-4.5 7.5,-4.5 4.142136,0 7.5,2.0147186 7.5,4.5 z"
+ sodipodi:cx="23.691999"
+ sodipodi:cy="8.3080006"
+ sodipodi:rx="7.5"
+ sodipodi:ry="4.5" />
+ </g>
+ <rect
+ ry="2.8473158"
+ y="37.009739"
+ x="42.799835"
+ height="27.408155"
+ width="41.81472"
+ id="rect4932"
+ style="fill:url(#linearGradient4049);fill-opacity:1;stroke:url(#linearGradient4051);stroke-width:1.66792929;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ transform="matrix(1,0,-0.47943731,0.87757613,0,986.3622)"
+ rx="2.8473155" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.svg
new file mode 100644
index 0000000000..959276c1c5
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.svg
@@ -0,0 +1,585 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="push_gerrit_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,50.5,1027.8623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-5"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ id="linearGradient3809-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ y2="14"
+ x2="-17"
+ y1="14"
+ x1="-34"
+ gradientTransform="matrix(0.5,0,0,-0.5,16.499999,998.3622)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003-5"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="63.788333"
+ inkscape:cy="26.698377"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4097);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 65.056746,994.40641 -32.213167,46.95619 27.324925,0 32.213167,-46.95619 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.61482327,0,0.04696729,0.18740873,-39.902976,853.20176)"
+ inkscape:transform-center-x="3.566402"
+ inkscape:transform-center-y="0.42726565"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4010"
+ transform="matrix(0.79997818,0,0,0.81926571,-13.315947,206.58251)">
+ <path
+ style="fill:url(#linearGradient4015);fill-opacity:1;stroke:none;display:inline"
+ d="m 63.363047,1003.4604 c -5.760205,0 -10.368542,1.4042 -10.368542,3.1561 l 0,21.0401 c 0,1.7519 4.608337,3.1559 10.368542,3.1559 5.760206,0 10.450187,-1.404 10.450187,-3.1559 l 0,-21.0401 c 0,-1.7519 -4.689981,-3.1561 -10.450187,-3.1561 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(4.0053658,0,0,3.3529387,-31.118177,-2494.8691)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.33706576;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4017);stroke-width:1.23523176;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 63.482102,1003.7085 c -5.541095,0 -9.974141,1.377 -9.974141,3.0952 l 0,20.6332 c 0,1.7182 4.433046,3.0953 9.974141,3.0953 5.541104,0 10.052686,-1.3771 10.052686,-3.0953 l 0,-20.6332 c 0,-1.7182 -4.511582,-3.0952 -10.052686,-3.0952 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1.0;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 37.5,1011.8622 -6,6 c 1,0 3,0 4,0 l 2e-4,9 c 0.6666,0 3.3333,0 4,0 l -2e-4,-9 4,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8)"
+ id="path4252-6-0"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-1.0949024,1.965477,-1.7018666,-1.4025203,1809.0613,2484.0258)"
+ inkscape:transform-center-x="0.26007335"
+ inkscape:transform-center-y="0.53411096" />
+ <g
+ id="g4193">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4126"
+ d="m 36.625,989.5492 c -3.30084,0 -6.004532,2.021 -6.3125,4.5626 C 28.946496,995.0256 28,996.901 28,999.0492 c 0,0.2696 0.03404,0.4908 0.0625,0.75 -0.27097,-0.05 -0.527762,-0.062 -0.8125,-0.062 -2.626566,0 -4.75,2.154 -4.75,4.875 0,2.7208 2.123434,4.9374 4.75,4.9374 0.516994,0 0.971486,-0.092 1.4375,-0.25 1.968532,0.4422 4.401108,0.6876 7.0625,0.6876 3.097014,0 5.903052,-0.3572 8,-0.9376 0.822276,0.4886 1.761878,0.8126 2.75,0.8126 3.318594,0 6,-3.1 6,-6.9376 0,-3.8376 -2.681406,-7 -6,-7 -0.5531,0 -1.116356,0.15 -1.625,0.3126 -0.09916,-0.7912 -0.831102,-1.4434 -1.9375,-1.875 -0.16286,-2.6536 -2.909912,-4.8126 -6.3125,-4.8126 z"
+ style="fill:url(#radialGradient4189);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 37.4375,990.3622 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662703,0.97072 2.09375,1.53125 0.572147,0.74402 0.9375,2.71875 0.9375,2.71875 0,0 -0.675584,-0.0766 -1,0 -0.362708,0.0856 -1,0.5 -1,0.5 0,0 0.109375,-1.32812 -0.07813,-1.95312 -0.1875,-0.625 -0.595118,-1.30206 -1,-1.6875 C 38.703363,991.09705 37.4375,990.3622 37.4375,990.3622 z"
+ style="fill:url(#linearGradient4186);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947-1"
+ d="m 46.015625,996.50283 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662705,0.97071 2.09375,1.53125 0.57215,0.74402 0.9375,2.71882 0.9375,2.71882 0,0 -0.675585,-0.077 -1,0 -0.36271,0.086 -1,0.5 -1,0.5 0,0 0.109375,-1.3282 -0.07813,-1.9532 -0.1875,-0.625 -0.595118,-1.30205 -1,-1.6875 -0.656012,-0.62452 -1.921875,-1.35937 -1.921875,-1.35937 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <g
+ transform="matrix(0.27903303,0,0,0.27903303,-86.511589,900.94639)"
+ style="display:inline"
+ id="g4192">
+ <rect
+ ry="7.1676102"
+ y="359.87067"
+ x="478.47952"
+ height="43.005661"
+ width="43.005661"
+ id="rect3128"
+ style="fill:#94ff98;fill-opacity:1;stroke:none" />
+ <g
+ transform="matrix(0.5,0,0,0.5,242.82356,187.10295)"
+ id="g3150">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <g
+ id="g3150-0"
+ style="display:inline"
+ transform="matrix(0.5,0,0,0.5,260.74259,187.10295)">
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none"
+ id="rect3130-9"
+ width="4.0000005"
+ height="7.999999"
+ x="7.9999995"
+ y="14.000001"
+ transform="matrix(3.5838051,0,0,3.5838051,464.1443,345.53547)"
+ ry="9.0172421e-07" />
+ <rect
+ style="fill:#008000;fill-opacity:1;stroke:none;display:inline"
+ id="rect3130-5-3"
+ width="14.335222"
+ height="28.670437"
+ x="402.87634"
+ y="-514.31757"
+ ry="3.2316038e-06"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+ <path
+ transform="matrix(8.9358235,-0.442386,1.4758659,10.188633,446.41501,295.39094)"
+ d="m 5.03125,7.46875 c 0,0.2416246 -0.4477153,0.4375 -1,0.4375 -0.5522847,0 -1,-0.1958754 -1,-0.4375 0,-0.2416246 0.4477153,-0.4375 1,-0.4375 0.5522847,0 1,0.1958754 1,0.4375 z"
+ sodipodi:ry="0.4375"
+ sodipodi:rx="1"
+ sodipodi:cy="7.46875"
+ sodipodi:cx="4.03125"
+ id="path3807"
+ style="fill:url(#radialGradient4092);fill-opacity:1;stroke:none;display:inline"
+ sodipodi:type="arc" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="485.64713"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178"
+ style="fill:#c20000;fill-opacity:1;stroke:none" />
+ <rect
+ ry="5.7907191e-06"
+ y="370.6221"
+ x="503.56613"
+ height="7.1676102"
+ width="14.33522"
+ id="rect3178-5"
+ style="fill:#c20000;fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/push_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/push_wizban.svg
new file mode 100644
index 0000000000..eb4c19892f
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/push_wizban.svg
@@ -0,0 +1,491 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="push_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,50.5,1027.8623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3809-5"
+ id="radialGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98347052,-0.19769183,0.12700027,0.44519625,-0.88189907,4.9406357)"
+ cx="4.03125"
+ cy="7.46875"
+ fx="4.03125"
+ fy="7.46875"
+ r="1" />
+ <linearGradient
+ id="linearGradient3809-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3811-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.49803922;"
+ offset="1"
+ id="stop3813-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="63.788333"
+ inkscape:cy="26.698377"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4097);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 65.056746,994.40641 -32.213167,46.95619 27.324925,0 32.213167,-46.95619 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.61482327,0,0.04696729,0.18740873,-39.902976,853.20176)"
+ inkscape:transform-center-x="3.566402"
+ inkscape:transform-center-y="0.42726565"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4010"
+ transform="matrix(0.79997818,0,0,0.81926571,-13.315947,206.58251)">
+ <path
+ style="fill:url(#linearGradient4015);fill-opacity:1;stroke:none;display:inline"
+ d="m 63.363047,1003.4604 c -5.760205,0 -10.368542,1.4042 -10.368542,3.1561 l 0,21.0401 c 0,1.7519 4.608337,3.1559 10.368542,3.1559 5.760206,0 10.450187,-1.404 10.450187,-3.1559 l 0,-21.0401 c 0,-1.7519 -4.689981,-3.1561 -10.450187,-3.1561 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(4.0053658,0,0,3.3529387,-31.118177,-2494.8691)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.33706576;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4017);stroke-width:1.23523176;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 63.482102,1003.7085 c -5.541095,0 -9.974141,1.377 -9.974141,3.0952 l 0,20.6332 c 0,1.7182 4.433046,3.0953 9.974141,3.0953 5.541104,0 10.052686,-1.3771 10.052686,-3.0953 l 0,-20.6332 c 0,-1.7182 -4.511582,-3.0952 -10.052686,-3.0952 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3003);fill-opacity:1.0;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 37.5,1011.8622 -6,6 c 1,0 3,0 4,0 l 2e-4,9 c 0.6666,0 3.3333,0 4,0 l -2e-4,-9 4,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8)"
+ id="path4252-6-0"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-1.0949024,1.965477,-1.7018666,-1.4025203,1809.0613,2484.0258)"
+ inkscape:transform-center-x="0.26007335"
+ inkscape:transform-center-y="0.53411096" />
+ <g
+ id="g4193">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4126"
+ d="m 36.625,989.5492 c -3.30084,0 -6.004532,2.021 -6.3125,4.5626 C 28.946496,995.0256 28,996.901 28,999.0492 c 0,0.2696 0.03404,0.4908 0.0625,0.75 -0.27097,-0.05 -0.527762,-0.062 -0.8125,-0.062 -2.626566,0 -4.75,2.154 -4.75,4.875 0,2.7208 2.123434,4.9374 4.75,4.9374 0.516994,0 0.971486,-0.092 1.4375,-0.25 1.968532,0.4422 4.401108,0.6876 7.0625,0.6876 3.097014,0 5.903052,-0.3572 8,-0.9376 0.822276,0.4886 1.761878,0.8126 2.75,0.8126 3.318594,0 6,-3.1 6,-6.9376 0,-3.8376 -2.681406,-7 -6,-7 -0.5531,0 -1.116356,0.15 -1.625,0.3126 -0.09916,-0.7912 -0.831102,-1.4434 -1.9375,-1.875 -0.16286,-2.6536 -2.909912,-4.8126 -6.3125,-4.8126 z"
+ style="fill:url(#radialGradient4189);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 37.4375,990.3622 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662703,0.97072 2.09375,1.53125 0.572147,0.74402 0.9375,2.71875 0.9375,2.71875 0,0 -0.675584,-0.0766 -1,0 -0.362708,0.0856 -1,0.5 -1,0.5 0,0 0.109375,-1.32812 -0.07813,-1.95312 -0.1875,-0.625 -0.595118,-1.30206 -1,-1.6875 C 38.703363,991.09705 37.4375,990.3622 37.4375,990.3622 z"
+ style="fill:url(#linearGradient4186);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947-1"
+ d="m 46.015625,996.50283 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662705,0.97071 2.09375,1.53125 0.57215,0.74402 0.9375,2.71882 0.9375,2.71882 0,0 -0.675585,-0.077 -1,0 -0.36271,0.086 -1,0.5 -1,0.5 0,0 0.109375,-1.3282 -0.07813,-1.9532 -0.1875,-0.625 -0.595118,-1.30205 -1,-1.6875 -0.656012,-0.62452 -1.921875,-1.35937 -1.921875,-1.35937 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.svg b/icons/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.svg
new file mode 100644
index 0000000000..31211c3cf7
--- /dev/null
+++ b/icons/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.svg
@@ -0,0 +1,536 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="75"
+ height="66"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="synchronize_wizban.svg">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3957">
+ <stop
+ id="stop3959"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4972-7"
+ id="linearGradient4978"
+ x1="88.220116"
+ y1="1032.2668"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4972-7">
+ <stop
+ style="stop-color:#b8ccf1;stop-opacity:0.10196079"
+ offset="0"
+ id="stop4974-8" />
+ <stop
+ style="stop-color:#6e97e2;stop-opacity:0.10196079"
+ offset="1"
+ id="stop4976-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4964-3"
+ id="linearGradient4970"
+ x1="118.38584"
+ y1="1032.1835"
+ x2="163.22012"
+ y2="1032.2668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220117,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4964-3">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.349"
+ offset="0"
+ id="stop4966-1" />
+ <stop
+ style="stop-color:#91ade6;stop-opacity:1"
+ offset="1"
+ id="stop4968-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956-2"
+ id="linearGradient4962"
+ x1="88.220116"
+ y1="1042.7972"
+ x2="163.22012"
+ y2="1042.7972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-88.220116,-999.2669)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4956-2">
+ <stop
+ style="stop-color:#fcfdfe;stop-opacity:0.25641027"
+ offset="0"
+ id="stop4958-5" />
+ <stop
+ style="stop-color:#98aae7;stop-opacity:0.40392157"
+ offset="1"
+ id="stop4960-6" />
+ </linearGradient>
+ <filter
+ height="1.2013515"
+ y="-0.10067577"
+ width="1.2017672"
+ x="-0.1"
+ id="filter4285-9-8"
+ style="color-interpolation-filters:sRGB"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur4287-9-5"
+ stdDeviation="0.10000000000000001"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5961">
+ <stop
+ style="stop-color:#f7e26b;stop-opacity:1"
+ offset="0"
+ id="stop5963" />
+ <stop
+ id="stop5965"
+ offset="0.17353664"
+ style="stop-color:#f7e26b;stop-opacity:1" />
+ <stop
+ id="stop5967"
+ offset="0.34707329"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ id="stop5969"
+ offset="0.5"
+ style="stop-color:#fcf89d;stop-opacity:1" />
+ <stop
+ style="stop-color:#f6e567;stop-opacity:1"
+ offset="0.63836575"
+ id="stop5971" />
+ <stop
+ id="stop5973"
+ offset="0.81918287"
+ style="stop-color:#f1c32f;stop-opacity:1" />
+ <stop
+ style="stop-color:#f1c32f;stop-opacity:1"
+ offset="1"
+ id="stop5975" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4721-1"
+ inkscape:collect="always">
+ <stop
+ id="stop4723-2"
+ offset="0"
+ style="stop-color:#b5803b;stop-opacity:1" />
+ <stop
+ id="stop4725-1"
+ offset="1"
+ style="stop-color:#c99d19;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,50.5,1027.8623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3003"
+ xlink:href="#linearGradient3865"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4456-3">
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.65882355;"
+ offset="0"
+ id="stop4458-5" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.36862746;"
+ offset="1"
+ id="stop4460-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4606-1"
+ x="-0.062976152"
+ width="1.1259522"
+ y="-0.10879012"
+ height="1.2175802">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5412116"
+ id="feGaussianBlur4608-8" />
+ </filter>
+ <linearGradient
+ y2="992.40601"
+ x2="53.631096"
+ y1="1039.3622"
+ x1="55.578632"
+ gradientTransform="matrix(1,0,-0.72750163,1,733.40264,2.0004)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4097"
+ xlink:href="#linearGradient4456-3"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient4029-7">
+ <stop
+ style="stop-color:#ffd461;stop-opacity:1;"
+ offset="0"
+ id="stop4031" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop4033" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#e3a300;stop-opacity:1;"
+ offset="0"
+ id="stop3952" />
+ <stop
+ style="stop-color:#f1ae00;stop-opacity:1;"
+ offset="1"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3957-2">
+ <stop
+ id="stop3959-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3961-1"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.86666667;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5961"
+ id="linearGradient4015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72898671,0,0,0.58708388,-436.01764,746.71644)"
+ x1="673.60974"
+ y1="460.61569"
+ x2="696.68384"
+ y2="460.61569" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4721-1"
+ id="linearGradient4017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.7012576,0,0,0.57573917,-416.90318,751.92581)"
+ x1="690.18579"
+ y1="484.1344"
+ x2="690.18579"
+ y2="438.44077" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957-2"
+ id="linearGradient4183"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,0.5,8.515625,1002.5029)"
+ x1="80.96875"
+ y1="-8.2813997"
+ x2="83"
+ y2="-4" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3957"
+ id="linearGradient4186"
+ gradientUnits="userSpaceOnUse"
+ x1="80.125"
+ y1="-8"
+ x2="83"
+ y2="-4"
+ gradientTransform="matrix(0.5,0,0,0.5,-0.0625,996.3622)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4029-7"
+ id="radialGradient4189"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5401977,-3.0924142,3.5,2.8749998,24.799091,934.94085)"
+ cx="-11.929868"
+ cy="12.16218"
+ fx="-11.929868"
+ fy="12.16218"
+ r="8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient4191"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,2,55.5625,988.6118)"
+ x1="-16.53125"
+ y1="5.578125"
+ x2="-1.53125"
+ y2="5.578125" />
+ <linearGradient
+ id="linearGradient3865">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867" />
+ <stop
+ style="stop-color:#f2b4b4;stop-opacity:1;"
+ offset="1"
+ id="stop3869" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3865-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3867-5" />
+ <stop
+ style="stop-color:#72e57f;stop-opacity:1;"
+ offset="1"
+ id="stop3869-7" />
+ </linearGradient>
+ <linearGradient
+ y2="12.0486"
+ x2="-17.5"
+ y1="26.048599"
+ x1="-41.5"
+ gradientTransform="matrix(0.5,0,0,-0.5,61.5,1027.8623)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3072"
+ xlink:href="#linearGradient3865-6"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3078"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,50.5,1027.8623)"
+ x1="-41.5"
+ y1="26.048599"
+ x2="-17.5"
+ y2="12.0486" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865-6"
+ id="linearGradient3080"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,61.5,1027.8623)"
+ x1="-41.5"
+ y1="26.048599"
+ x2="-17.5"
+ y2="12.0486" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865-6"
+ id="linearGradient3083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,56.5,1027.8623)"
+ x1="-41.5"
+ y1="26.048599"
+ x2="-17.5"
+ y2="12.0486" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3865"
+ id="linearGradient3086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5,0,0,-0.5,44.5,1027.8623)"
+ x1="-41.5"
+ y1="26.048599"
+ x2="-17.5"
+ y2="12.0486" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#3e3e3e"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="55.944583"
+ inkscape:cy="26.698377"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="2560"
+ inkscape:window-height="1317"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4112"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1"
+ d="M 75,0 75,66 1e-6,66 C 1e-6,41.2048 50.00969,0 75,0 Z"
+ style="display:inline;fill:url(#linearGradient4978);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-0"
+ d="M 75,21.0607 75,66 1e-6,66 C 10.625001,47.804 43.509694,25.4357 75,21.0607 Z"
+ style="display:inline;opacity:0.40400002;fill:url(#linearGradient4962);fill-opacity:1;stroke:none" />
+ <g
+ id="g11331-3-1-1-7"
+ style="display:inline"
+ transform="matrix(0.27903303,0,0,0.27903303,-14.618136,-107.52874)">
+ <g
+ style="fill:#737986;fill-opacity:1;stroke:#595e68;stroke-opacity:1"
+ id="g13408-8-2" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="rect4113-1-7"
+ d="M 75,4.0000001e-7 75,66 30.000003,66 C 30.000003,46.1545 47.70944,9.2500004 75,4e-7 Z"
+ style="display:inline;opacity:0.18399999;fill:url(#linearGradient4970);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ inkscape:label="Foreground"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-986.3622)">
+ <path
+ style="font-size:13.58917427px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient4097);fill-opacity:1;stroke:none;display:inline;filter:url(#filter4606-1);font-family:Sans"
+ d="m 65.056746,994.40641 -32.213167,46.95619 27.324925,0 32.213167,-46.95619 z"
+ id="rect10961-8-3-6-1-4"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.61482327,0,0.04696729,0.18740873,-39.902976,853.20176)"
+ inkscape:transform-center-x="3.566402"
+ inkscape:transform-center-y="0.42726565"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g4010"
+ transform="matrix(0.79997818,0,0,0.81926571,-13.315947,206.58251)">
+ <path
+ style="fill:url(#linearGradient4015);fill-opacity:1;stroke:none;display:inline"
+ d="m 63.363047,1003.4604 c -5.760205,0 -10.368542,1.4042 -10.368542,3.1561 l 0,21.0401 c 0,1.7519 4.608337,3.1559 10.368542,3.1559 5.760206,0 10.450187,-1.404 10.450187,-3.1559 l 0,-21.0401 c 0,-1.7519 -4.689981,-3.1561 -10.450187,-3.1561 z"
+ id="path3868-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ <ellipse
+ transform="matrix(4.0053658,0,0,3.3529387,-31.118177,-2494.8691)"
+ sodipodi:ry="1.0000277"
+ sodipodi:rx="2.4999995"
+ sodipodi:cy="1044.4362"
+ sodipodi:cx="23.628193"
+ d="m 26.128192,1044.4362 c 0,0.5523 -1.119287,1 -2.499999,1 -1.380712,0 -2.5,-0.4477 -2.5,-1 0,-0.5523 1.119288,-1.0001 2.5,-1.0001 1.380712,0 2.499999,0.4478 2.499999,1.0001 z"
+ style="fill:none;stroke:#c99d19;stroke-width:0.33706576;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path3868"
+ cx="23.628193"
+ cy="1044.4362"
+ rx="2.4999995"
+ ry="1.0000277" />
+ <path
+ style="fill:none;stroke:url(#linearGradient4017);stroke-width:1.23523176;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 63.482102,1003.7085 c -5.541095,0 -9.974141,1.377 -9.974141,3.0952 l 0,20.6332 c 0,1.7182 4.433046,3.0953 9.974141,3.0953 5.541104,0 10.052686,-1.3771 10.052686,-3.0953 l 0,-20.6332 c 0,-1.7182 -4.511582,-3.0952 -10.052686,-3.0952 z"
+ id="path3868-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sccsccs" />
+ </g>
+ <path
+ sodipodi:type="star"
+ style="opacity:0.9;fill:#ffffff;fill-opacity:0.81584156;stroke:none;display:inline;filter:url(#filter4285-9-8)"
+ id="path4252-6-0"
+ sodipodi:sides="4"
+ sodipodi:cx="4.7729707"
+ sodipodi:cy="1041.2474"
+ sodipodi:r1="3.3255017"
+ sodipodi:r2="0.49178758"
+ sodipodi:arg1="2.432965"
+ sodipodi:arg2="-3.0800218"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="-0.017554997"
+ d="m 2.2999628,1043.3702 1.9823895,-2.1047 -1.6734053,-2.5419 2.1987064,2.0209 2.4513363,-1.6427 -2.0383649,2.1623 1.7419712,2.4882 -2.2030799,-2.0431 z"
+ transform="matrix(-1.0949024,1.965477,-1.7018666,-1.4025203,1809.0613,2484.0258)"
+ inkscape:transform-center-x="0.26007335"
+ inkscape:transform-center-y="0.53411096" />
+ <g
+ id="g4193">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4126"
+ d="m 36.625,989.5492 c -3.30084,0 -6.004532,2.021 -6.3125,4.5626 C 28.946496,995.0256 28,996.901 28,999.0492 c 0,0.2696 0.03404,0.4908 0.0625,0.75 -0.27097,-0.05 -0.527762,-0.062 -0.8125,-0.062 -2.626566,0 -4.75,2.154 -4.75,4.875 0,2.7208 2.123434,4.9374 4.75,4.9374 0.516994,0 0.971486,-0.092 1.4375,-0.25 1.968532,0.4422 4.401108,0.6876 7.0625,0.6876 3.097014,0 5.903052,-0.3572 8,-0.9376 0.822276,0.4886 1.761878,0.8126 2.75,0.8126 3.318594,0 6,-3.1 6,-6.9376 0,-3.8376 -2.681406,-7 -6,-7 -0.5531,0 -1.116356,0.15 -1.625,0.3126 -0.09916,-0.7912 -0.831102,-1.4434 -1.9375,-1.875 -0.16286,-2.6536 -2.909912,-4.8126 -6.3125,-4.8126 z"
+ style="fill:url(#radialGradient4189);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947"
+ d="m 37.4375,990.3622 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662703,0.97072 2.09375,1.53125 0.572147,0.74402 0.9375,2.71875 0.9375,2.71875 0,0 -0.675584,-0.0766 -1,0 -0.362708,0.0856 -1,0.5 -1,0.5 0,0 0.109375,-1.32812 -0.07813,-1.95312 -0.1875,-0.625 -0.595118,-1.30206 -1,-1.6875 C 38.703363,991.09705 37.4375,990.3622 37.4375,990.3622 z"
+ style="fill:url(#linearGradient4186);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csscscssc"
+ inkscape:connector-curvature="0"
+ id="path3947-1"
+ d="m 46.015625,996.50283 c 0,0 1.21875,0 1.96875,0.25 0.75,0.25 1.662705,0.97071 2.09375,1.53125 0.57215,0.74402 0.9375,2.71882 0.9375,2.71882 0,0 -0.675585,-0.077 -1,0 -0.36271,0.086 -1,0.5 -1,0.5 0,0 0.109375,-1.3282 -0.07813,-1.9532 -0.1875,-0.625 -0.595118,-1.30205 -1,-1.6875 -0.656012,-0.62452 -1.921875,-1.35937 -1.921875,-1.35937 z"
+ style="fill:url(#linearGradient4183);fill-opacity:1;stroke:none;display:inline" />
+ </g>
+ <path
+ style="fill:url(#linearGradient3086);fill-opacity:1;stroke:#d20502;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 31.5,1011.8622 -6,6 c 1,0 3,0 4,0 l 2e-4,9 c 0.6666,0 3.3333,0 4,0 l -2e-4,-9 4,0 z"
+ id="path3873"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:url(#linearGradient3083);fill-opacity:1;stroke:#4a9045;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 43.5,1026.8622 -6,-6 c 1,0 3,0 4,0 l 2e-4,-9 c 0.6666,0 3.3333,0 4,0 l -2e-4,9 4,0 z"
+ id="path3873-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ </g>
+</svg>
diff --git a/org.eclipse.egit.gitflow.ui/icons/obj16/git-flow_16x10.png b/org.eclipse.egit.gitflow.ui/icons/obj16/git-flow_16x10.png
deleted file mode 100644
index e51369e3d5..0000000000
--- a/org.eclipse.egit.gitflow.ui/icons/obj16/git-flow_16x10.png
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.png b/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.png
new file mode 100644
index 0000000000..f2674147cf
--- /dev/null
+++ b/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow.png
Binary files differ
diff --git a/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow@2x.png b/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow@2x.png
new file mode 100644
index 0000000000..defdf38335
--- /dev/null
+++ b/org.eclipse.egit.gitflow.ui/icons/obj16/gitflow@2x.png
Binary files differ
diff --git a/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.png b/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.png
index f3f7c6fbb3..753979aeab 100644
--- a/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.png
+++ b/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow.png
Binary files differ
diff --git a/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow@2x.png b/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow@2x.png
new file mode 100644
index 0000000000..0c5f4fe0ef
--- /dev/null
+++ b/org.eclipse.egit.gitflow.ui/icons/ovr/git-flow@2x.png
Binary files differ
diff --git a/org.eclipse.egit.gitflow.ui/plugin.xml b/org.eclipse.egit.gitflow.ui/plugin.xml
index 55fa92d4c7..e6056241dc 100644
--- a/org.eclipse.egit.gitflow.ui/plugin.xml
+++ b/org.eclipse.egit.gitflow.ui/plugin.xml
@@ -17,7 +17,7 @@
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=group.gitflow">
<command
commandId="org.eclipse.egit.gitflow.ui.command.init"
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowInit.name"
style="push">
<visibleWhen
@@ -39,7 +39,7 @@
<menuContribution
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=group.gitflow">
<menu
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowMenu.name">
<visibleWhen
checkEnabled="false">
@@ -536,7 +536,7 @@
<menuContribution
locationURI="popup:team.main?after=group11">
<menu
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowMenu.name">
<visibleWhen
checkEnabled="false">
@@ -633,7 +633,7 @@
locationURI="popup:team.main?after=group11">
<command
commandId="org.eclipse.egit.gitflow.ui.command.init"
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowInit.name"
style="push">
<visibleWhen
@@ -659,7 +659,7 @@
allPopups="false"
locationURI="popup:org.eclipse.egit.ui.historyPageContributions?after=additions">
<menu
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowMenu.name">
<dynamic
class="org.eclipse.egit.gitflow.ui.internal.menu.DynamicHistoryMenu"
@@ -701,7 +701,7 @@
locationURI="popup:replaceWithMenu?after=gitReplaceWithGroup">
<command
commandId="org.eclipse.egit.gitflow.ui.command.replaceWithDevelop"
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowDevelopReplace.label"
style="push">
<visibleWhen
@@ -738,7 +738,7 @@
locationURI="popup:compareWithMenu?after=gitCompareWithGroup">
<command
commandId="org.eclipse.egit.gitflow.ui.command.compareWithDevelop"
- icon="icons/obj16/git-flow_16x10.png"
+ icon="icons/obj16/gitflow.png"
label="%TeamGitFlowDevelopCompare.label"
style="push">
<visibleWhen
diff --git a/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.gif b/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.gif
deleted file mode 100644
index d38085ad9c..0000000000
--- a/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.png b/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.png
new file mode 100644
index 0000000000..e239e905d4
--- /dev/null
+++ b/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj.png
Binary files differ
diff --git a/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj@2x.png b/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj@2x.png
new file mode 100644
index 0000000000..447fd652ff
--- /dev/null
+++ b/org.eclipse.egit.ui.smartimport/icons/obj16/import_prj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.gif b/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.gif
deleted file mode 100644
index 47b9e321da..0000000000
--- a/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.png b/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.png
new file mode 100644
index 0000000000..8ffa8f70f5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/disabled_checked.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/disabled_checked@2x.png b/org.eclipse.egit.ui/icons/checkboxes/disabled_checked@2x.png
new file mode 100644
index 0000000000..5f3f0e498f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/disabled_checked@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.gif b/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.gif
deleted file mode 100644
index d6a2cda069..0000000000
--- a/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.png b/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.png
new file mode 100644
index 0000000000..95d93e86c0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked@2x.png b/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked@2x.png
new file mode 100644
index 0000000000..3f66f77271
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/disabled_unchecked@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.gif b/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.gif
deleted file mode 100644
index 252f76221a..0000000000
--- a/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.png b/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.png
new file mode 100644
index 0000000000..7f03125e92
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/enabled_checked.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/enabled_checked@2x.png b/org.eclipse.egit.ui/icons/checkboxes/enabled_checked@2x.png
new file mode 100644
index 0000000000..22ebad12f0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/enabled_checked@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.gif b/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.gif
deleted file mode 100644
index 4399d9105f..0000000000
--- a/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.png b/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.png
new file mode 100644
index 0000000000..ae5045441d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked@2x.png b/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked@2x.png
new file mode 100644
index 0000000000..d9095c637f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/checkboxes/enabled_unchecked@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/egit.png b/org.eclipse.egit.ui/icons/egit.png
index 799df8578e..3edc1c5f51 100644
--- a/org.eclipse.egit.ui/icons/egit.png
+++ b/org.eclipse.egit.ui/icons/egit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/egit@2x.png b/org.eclipse.egit.ui/icons/egit@2x.png
new file mode 100644
index 0000000000..b6dca06b15
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/egit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/add.gif b/org.eclipse.egit.ui/icons/elcl16/add.gif
deleted file mode 100644
index 252d7ebcb8..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/add.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/add.png b/org.eclipse.egit.ui/icons/elcl16/add.png
new file mode 100644
index 0000000000..c6aeae4d46
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/add.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/add@2x.png b/org.eclipse.egit.ui/icons/elcl16/add@2x.png
new file mode 100644
index 0000000000..a5fbbb0718
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/add@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/author.gif b/org.eclipse.egit.ui/icons/elcl16/author.gif
deleted file mode 100644
index c4ae8cda9a..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/author.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/author.png b/org.eclipse.egit.ui/icons/elcl16/author.png
new file mode 100644
index 0000000000..82f6f3ab3d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/author.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/author@2x.png b/org.eclipse.egit.ui/icons/elcl16/author@2x.png
new file mode 100644
index 0000000000..7e68dfcde5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/author@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/clear.gif b/org.eclipse.egit.ui/icons/elcl16/clear.gif
deleted file mode 100644
index af30a42f83..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/clear.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/clear_co.png b/org.eclipse.egit.ui/icons/elcl16/clear_co.png
new file mode 100644
index 0000000000..55741d043b
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/clear_co.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/clear_co@2x.png b/org.eclipse.egit.ui/icons/elcl16/clear_co@2x.png
new file mode 100644
index 0000000000..24e08ac498
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/clear_co@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/collapseall.gif b/org.eclipse.egit.ui/icons/elcl16/collapseall.gif
deleted file mode 100644
index a2d80a9044..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/collapseall.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/collapseall.png b/org.eclipse.egit.ui/icons/elcl16/collapseall.png
new file mode 100644
index 0000000000..000891dc5e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/collapseall.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/collapseall@2x.png b/org.eclipse.egit.ui/icons/elcl16/collapseall@2x.png
new file mode 100644
index 0000000000..5b049e336e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/collapseall@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/comment.gif b/org.eclipse.egit.ui/icons/elcl16/comment.gif
deleted file mode 100644
index 0f6e19e604..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/comment.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/comment.png b/org.eclipse.egit.ui/icons/elcl16/comment.png
new file mode 100644
index 0000000000..3e8d219e86
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/comment.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/comment@2x.png b/org.eclipse.egit.ui/icons/elcl16/comment@2x.png
new file mode 100644
index 0000000000..f866aa3a9d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/comment@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/commit.gif b/org.eclipse.egit.ui/icons/elcl16/commit.gif
deleted file mode 100644
index 38f00288ec..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/commit.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/commit.png b/org.eclipse.egit.ui/icons/elcl16/commit.png
new file mode 100644
index 0000000000..d299adfb2e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/commit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/commit@2x.png b/org.eclipse.egit.ui/icons/elcl16/commit@2x.png
new file mode 100644
index 0000000000..077a85c9a6
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/commit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/committer.gif b/org.eclipse.egit.ui/icons/elcl16/committer.gif
deleted file mode 100644
index c31e9619e8..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/committer.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/committer.png b/org.eclipse.egit.ui/icons/elcl16/committer.png
new file mode 100644
index 0000000000..acdd9e84a0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/committer.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/committer@2x.png b/org.eclipse.egit.ui/icons/elcl16/committer@2x.png
new file mode 100644
index 0000000000..2818c173ba
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/committer@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/compactLayout.gif b/org.eclipse.egit.ui/icons/elcl16/compactLayout.gif
deleted file mode 100644
index 45b1ea5591..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/compactLayout.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/compactLayout.png b/org.eclipse.egit.ui/icons/elcl16/compactLayout.png
new file mode 100644
index 0000000000..5c80414f2d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/compactLayout.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/compactLayout@2x.png b/org.eclipse.egit.ui/icons/elcl16/compactLayout@2x.png
new file mode 100644
index 0000000000..87c7e3aac7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/compactLayout@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/compare_view.gif b/org.eclipse.egit.ui/icons/elcl16/compare_view.gif
deleted file mode 100644
index dc549bce84..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/compare_view.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/compare_view.png b/org.eclipse.egit.ui/icons/elcl16/compare_view.png
new file mode 100644
index 0000000000..07fb14ee9a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/compare_view.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/compare_view@2x.png b/org.eclipse.egit.ui/icons/elcl16/compare_view@2x.png
new file mode 100644
index 0000000000..89c631a388
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/compare_view@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/continue.gif b/org.eclipse.egit.ui/icons/elcl16/continue.gif
deleted file mode 100644
index b6403ca619..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/continue.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/continue.png b/org.eclipse.egit.ui/icons/elcl16/continue.png
new file mode 100644
index 0000000000..dac5070e4c
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/continue.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/continue@2x.png b/org.eclipse.egit.ui/icons/elcl16/continue@2x.png
new file mode 100644
index 0000000000..aac1eeda13
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/continue@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/delete.gif b/org.eclipse.egit.ui/icons/elcl16/delete.gif
deleted file mode 100644
index b6922ac11c..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/delete.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/delete.png b/org.eclipse.egit.ui/icons/elcl16/delete.png
new file mode 100644
index 0000000000..5f00385852
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/delete.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/delete@2x.png b/org.eclipse.egit.ui/icons/elcl16/delete@2x.png
new file mode 100644
index 0000000000..0c8137f6b2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/delete@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/expandall.png b/org.eclipse.egit.ui/icons/elcl16/expandall.png
new file mode 100644
index 0000000000..354ac37cf2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/expandall.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/expandall@2x.png b/org.eclipse.egit.ui/icons/elcl16/expandall@2x.png
new file mode 100644
index 0000000000..fcbf24f455
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/expandall@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filter_ps.gif b/org.eclipse.egit.ui/icons/elcl16/filter_ps.gif
deleted file mode 100644
index a4c9e60e25..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/filter_ps.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filter_ps.png b/org.eclipse.egit.ui/icons/elcl16/filter_ps.png
new file mode 100644
index 0000000000..27c8738a7e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filter_ps.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filter_ps@2x.png b/org.eclipse.egit.ui/icons/elcl16/filter_ps@2x.png
new file mode 100644
index 0000000000..3d8cbe341e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filter_ps@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterfolder.gif b/org.eclipse.egit.ui/icons/elcl16/filterfolder.gif
deleted file mode 100644
index 55843e768f..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/filterfolder.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterfolder.png b/org.eclipse.egit.ui/icons/elcl16/filterfolder.png
new file mode 100644
index 0000000000..acd912d8a9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filterfolder.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterfolder@2x.png b/org.eclipse.egit.ui/icons/elcl16/filterfolder@2x.png
new file mode 100644
index 0000000000..543d7e63f8
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filterfolder@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterproject.gif b/org.eclipse.egit.ui/icons/elcl16/filterproject.gif
deleted file mode 100644
index a24b94dcfa..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/filterproject.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterproject.png b/org.eclipse.egit.ui/icons/elcl16/filterproject.png
new file mode 100644
index 0000000000..9dc12c54a0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filterproject.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterproject@2x.png b/org.eclipse.egit.ui/icons/elcl16/filterproject@2x.png
new file mode 100644
index 0000000000..02315e2b74
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filterproject@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterresource.gif b/org.eclipse.egit.ui/icons/elcl16/filterresource.gif
deleted file mode 100644
index 606ff6ca57..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/filterresource.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterresource.png b/org.eclipse.egit.ui/icons/elcl16/filterresource.png
new file mode 100644
index 0000000000..426f6c397e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filterresource.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/filterresource@2x.png b/org.eclipse.egit.ui/icons/elcl16/filterresource@2x.png
new file mode 100644
index 0000000000..431e2b44dd
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/filterresource@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/find.gif b/org.eclipse.egit.ui/icons/elcl16/find.gif
deleted file mode 100644
index eba31f7545..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/find.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/find.png b/org.eclipse.egit.ui/icons/elcl16/find.png
new file mode 100644
index 0000000000..7405e88e30
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/find.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/find@2x.png b/org.eclipse.egit.ui/icons/elcl16/find@2x.png
new file mode 100644
index 0000000000..417cd8ea3a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/find@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/flatLayout.gif b/org.eclipse.egit.ui/icons/elcl16/flatLayout.gif
deleted file mode 100644
index bdef879284..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/flatLayout.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/flatLayout.png b/org.eclipse.egit.ui/icons/elcl16/flatLayout.png
new file mode 100644
index 0000000000..06750bac76
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/flatLayout.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/flatLayout@2x.png b/org.eclipse.egit.ui/icons/elcl16/flatLayout@2x.png
new file mode 100644
index 0000000000..280561aeb4
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/flatLayout@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.gif b/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.gif
deleted file mode 100644
index 234486172c..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.png b/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.png
new file mode 100644
index 0000000000..ae6d660ab3
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout@2x.png b/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout@2x.png
new file mode 100644
index 0000000000..84039be3a9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/hierarchicalLayout@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/next.gif b/org.eclipse.egit.ui/icons/elcl16/next.gif
deleted file mode 100644
index cd84203b6b..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/next.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/next_nav.png b/org.eclipse.egit.ui/icons/elcl16/next_nav.png
new file mode 100644
index 0000000000..d8c858b81e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/next_nav.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/next_nav@2x.png b/org.eclipse.egit.ui/icons/elcl16/next_nav@2x.png
new file mode 100644
index 0000000000..d46b3a0626
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/next_nav@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/prev_nav.png b/org.eclipse.egit.ui/icons/elcl16/prev_nav.png
new file mode 100644
index 0000000000..3541139460
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/prev_nav.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/prev_nav@2x.png b/org.eclipse.egit.ui/icons/elcl16/prev_nav@2x.png
new file mode 100644
index 0000000000..8e26ea4b4d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/prev_nav@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/previous.gif b/org.eclipse.egit.ui/icons/elcl16/previous.gif
deleted file mode 100644
index a53606bdb5..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/previous.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/progress_stop.gif b/org.eclipse.egit.ui/icons/elcl16/progress_stop.gif
deleted file mode 100644
index dc47edf069..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/progress_stop.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/progress_stop.png b/org.eclipse.egit.ui/icons/elcl16/progress_stop.png
new file mode 100644
index 0000000000..3544673b68
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/progress_stop.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/progress_stop@2x.png b/org.eclipse.egit.ui/icons/elcl16/progress_stop@2x.png
new file mode 100644
index 0000000000..a7dc14cc90
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/progress_stop@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/refresh.gif b/org.eclipse.egit.ui/icons/elcl16/refresh.gif
deleted file mode 100644
index 3ca04d06ff..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/refresh.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/refresh.png b/org.eclipse.egit.ui/icons/elcl16/refresh.png
new file mode 100644
index 0000000000..2b4bbf9d51
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/refresh.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/refresh@2x.png b/org.eclipse.egit.ui/icons/elcl16/refresh@2x.png
new file mode 100644
index 0000000000..5e3fd89b8d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/refresh@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/sha1.gif b/org.eclipse.egit.ui/icons/elcl16/sha1.gif
deleted file mode 100644
index 210ba218cc..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/sha1.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/sha1.png b/org.eclipse.egit.ui/icons/elcl16/sha1.png
new file mode 100644
index 0000000000..c3f4ecb6ac
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/sha1.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/sha1@2x.png b/org.eclipse.egit.ui/icons/elcl16/sha1@2x.png
new file mode 100644
index 0000000000..e3edfe6c05
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/sha1@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/skip.gif b/org.eclipse.egit.ui/icons/elcl16/skip.gif
deleted file mode 100644
index 1ec36ae2f1..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/skip.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/skip.png b/org.eclipse.egit.ui/icons/elcl16/skip.png
new file mode 100644
index 0000000000..0fa1b2d389
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/skip.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/skip@2x.png b/org.eclipse.egit.ui/icons/elcl16/skip@2x.png
new file mode 100644
index 0000000000..0a9e5a76f9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/skip@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/start.gif b/org.eclipse.egit.ui/icons/elcl16/start.gif
deleted file mode 100644
index 3f3f5063a4..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/start.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/start.png b/org.eclipse.egit.ui/icons/elcl16/start.png
new file mode 100644
index 0000000000..56aa01f910
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/start.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/start@2x.png b/org.eclipse.egit.ui/icons/elcl16/start@2x.png
new file mode 100644
index 0000000000..c41333a07e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/start@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/synced.gif b/org.eclipse.egit.ui/icons/elcl16/synced.gif
deleted file mode 100644
index 870934b693..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/synced.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/synced@2x.png b/org.eclipse.egit.ui/icons/elcl16/synced@2x.png
new file mode 100644
index 0000000000..cf3cd26a97
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/synced@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/trash.gif b/org.eclipse.egit.ui/icons/elcl16/trash.gif
deleted file mode 100644
index bf961b3e00..0000000000
--- a/org.eclipse.egit.ui/icons/elcl16/trash.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/trash.png b/org.eclipse.egit.ui/icons/elcl16/trash.png
new file mode 100644
index 0000000000..a84ea6b452
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/trash.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/elcl16/trash@2x.png b/org.eclipse.egit.ui/icons/elcl16/trash@2x.png
new file mode 100644
index 0000000000..e9d0999f74
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/elcl16/trash@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/annotate.gif b/org.eclipse.egit.ui/icons/etool16/annotate.gif
deleted file mode 100644
index 40afd5bfda..0000000000
--- a/org.eclipse.egit.ui/icons/etool16/annotate.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/annotate.png b/org.eclipse.egit.ui/icons/etool16/annotate.png
new file mode 100644
index 0000000000..056c11c5e6
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/annotate.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/annotate@2x.png b/org.eclipse.egit.ui/icons/etool16/annotate@2x.png
new file mode 100644
index 0000000000..dead142dfd
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/annotate@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/createRepository.gif b/org.eclipse.egit.ui/icons/etool16/createRepository.gif
deleted file mode 100644
index 6b6331641b..0000000000
--- a/org.eclipse.egit.ui/icons/etool16/createRepository.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/createRepository.png b/org.eclipse.egit.ui/icons/etool16/createRepository.png
new file mode 100644
index 0000000000..12210ad451
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/createRepository.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/createRepository@2x.png b/org.eclipse.egit.ui/icons/etool16/createRepository@2x.png
new file mode 100644
index 0000000000..81f69fd1f2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/createRepository@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.gif b/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.gif
deleted file mode 100644
index d698b00f31..0000000000
--- a/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.png b/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.png
new file mode 100644
index 0000000000..427e34b2d2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/newconnect_wiz.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/newconnect_wiz@2x.png b/org.eclipse.egit.ui/icons/etool16/newconnect_wiz@2x.png
new file mode 100644
index 0000000000..35e32ada2e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/newconnect_wiz@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.gif b/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.gif
deleted file mode 100644
index cb319c0aa7..0000000000
--- a/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.png b/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.png
new file mode 100644
index 0000000000..0a24203663
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/newlocation_wiz.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/etool16/newlocation_wiz@2x.png b/org.eclipse.egit.ui/icons/etool16/newlocation_wiz@2x.png
new file mode 100644
index 0000000000..f976e35778
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/etool16/newlocation_wiz@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif b/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif
index c556cfdd97..a350114491 100644
--- a/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif
+++ b/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png b/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png
new file mode 100644
index 0000000000..24c46fc510
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/rebase_interactive@2x.png b/org.eclipse.egit.ui/icons/eview16/rebase_interactive@2x.png
new file mode 100644
index 0000000000..dfd4a59efd
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/rebase_interactive@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/reflog.gif b/org.eclipse.egit.ui/icons/eview16/reflog.gif
index 3e9fe41410..e5a881774c 100644
--- a/org.eclipse.egit.ui/icons/eview16/reflog.gif
+++ b/org.eclipse.egit.ui/icons/eview16/reflog.gif
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/reflog.png b/org.eclipse.egit.ui/icons/eview16/reflog.png
new file mode 100644
index 0000000000..98aaa2c26c
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/reflog.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/reflog@2x.png b/org.eclipse.egit.ui/icons/eview16/reflog@2x.png
new file mode 100644
index 0000000000..5d81e46442
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/reflog@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/repo_rep.gif b/org.eclipse.egit.ui/icons/eview16/repo_rep.gif
index 20da63ec43..64a8ef0747 100644
--- a/org.eclipse.egit.ui/icons/eview16/repo_rep.gif
+++ b/org.eclipse.egit.ui/icons/eview16/repo_rep.gif
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/repo_rep.png b/org.eclipse.egit.ui/icons/eview16/repo_rep.png
new file mode 100644
index 0000000000..00d296e8e4
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/repo_rep.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/repo_rep@2x.png b/org.eclipse.egit.ui/icons/eview16/repo_rep@2x.png
new file mode 100644
index 0000000000..3afb0f6da7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/repo_rep@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/staging.png b/org.eclipse.egit.ui/icons/eview16/staging.png
index 5b8f43187b..6b1c38b4d6 100644
--- a/org.eclipse.egit.ui/icons/eview16/staging.png
+++ b/org.eclipse.egit.ui/icons/eview16/staging.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/eview16/staging@2x.png b/org.eclipse.egit.ui/icons/eview16/staging@2x.png
new file mode 100644
index 0000000000..823fea7bdf
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/eview16/staging@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/add.gif b/org.eclipse.egit.ui/icons/obj16/add.gif
deleted file mode 100644
index 252d7ebcb8..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/add.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/add.png b/org.eclipse.egit.ui/icons/obj16/add.png
new file mode 100644
index 0000000000..c6aeae4d46
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/add.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/add@2x.png b/org.eclipse.egit.ui/icons/obj16/add@2x.png
new file mode 100644
index 0000000000..a5fbbb0718
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/add@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.gif b/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.gif
deleted file mode 100644
index 907d34fc8d..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.png b/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.png
new file mode 100644
index 0000000000..0a43ad4fe5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/alphab_sort_co.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/alphab_sort_co@2x.png b/org.eclipse.egit.ui/icons/obj16/alphab_sort_co@2x.png
new file mode 100644
index 0000000000..c072f89a1e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/alphab_sort_co@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/annotated-tag.gif b/org.eclipse.egit.ui/icons/obj16/annotated-tag.gif
deleted file mode 100644
index d8135dd57b..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/annotated-tag.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/annotated-tag.png b/org.eclipse.egit.ui/icons/obj16/annotated-tag.png
new file mode 100644
index 0000000000..555a41ea3f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/annotated-tag.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/annotated-tag@2x.png b/org.eclipse.egit.ui/icons/obj16/annotated-tag@2x.png
new file mode 100644
index 0000000000..2fe71c489e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/annotated-tag@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/assume-unchanged.gif b/org.eclipse.egit.ui/icons/obj16/assume-unchanged.gif
deleted file mode 100644
index c10dd50f93..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/assume-unchanged.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/assume_unchanged.png b/org.eclipse.egit.ui/icons/obj16/assume_unchanged.png
new file mode 100644
index 0000000000..f1acc24a70
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/assume_unchanged.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/assume_unchanged@2x.png b/org.eclipse.egit.ui/icons/obj16/assume_unchanged@2x.png
new file mode 100644
index 0000000000..5e94c7640b
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/assume_unchanged@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/branch_obj.gif b/org.eclipse.egit.ui/icons/obj16/branch_obj.gif
deleted file mode 100644
index 09eca3506e..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/branch_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/branch_obj.png b/org.eclipse.egit.ui/icons/obj16/branch_obj.png
new file mode 100644
index 0000000000..91b08ac8c9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/branch_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/branch_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/branch_obj@2x.png
new file mode 100644
index 0000000000..393506b7be
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/branch_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/branches_obj.gif b/org.eclipse.egit.ui/icons/obj16/branches_obj.gif
deleted file mode 100644
index 3973c470e3..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/branches_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/branches_obj.png b/org.eclipse.egit.ui/icons/obj16/branches_obj.png
new file mode 100644
index 0000000000..7cbd239c50
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/branches_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/branches_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/branches_obj@2x.png
new file mode 100644
index 0000000000..9c064d2a11
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/branches_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/changelog_obj.gif b/org.eclipse.egit.ui/icons/obj16/changelog_obj.gif
index f988003212..46e849bb70 100644
--- a/org.eclipse.egit.ui/icons/obj16/changelog_obj.gif
+++ b/org.eclipse.egit.ui/icons/obj16/changelog_obj.gif
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/changelog_obj.png b/org.eclipse.egit.ui/icons/obj16/changelog_obj.png
new file mode 100644
index 0000000000..13e32808c2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/changelog_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/changelog_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/changelog_obj@2x.png
new file mode 100644
index 0000000000..d00e9bb52c
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/changelog_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/check_all.gif b/org.eclipse.egit.ui/icons/obj16/check_all.gif
deleted file mode 100644
index 4370bf1684..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/check_all.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/check_all.png b/org.eclipse.egit.ui/icons/obj16/check_all.png
new file mode 100644
index 0000000000..060552de14
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/check_all.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/check_all@2x.png b/org.eclipse.egit.ui/icons/obj16/check_all@2x.png
new file mode 100644
index 0000000000..020308f0c3
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/check_all@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/checkout.gif b/org.eclipse.egit.ui/icons/obj16/checkout.gif
deleted file mode 100644
index 45893eb4d0..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/checkout.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/checkout.png b/org.eclipse.egit.ui/icons/obj16/checkout.png
new file mode 100644
index 0000000000..af45a91747
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/checkout.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/checkout@2x.png b/org.eclipse.egit.ui/icons/obj16/checkout@2x.png
new file mode 100644
index 0000000000..30919b6c5d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/checkout@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/cherry-pick.png b/org.eclipse.egit.ui/icons/obj16/cherry-pick.png
index 1f293de727..36831b609b 100644
--- a/org.eclipse.egit.ui/icons/obj16/cherry-pick.png
+++ b/org.eclipse.egit.ui/icons/obj16/cherry-pick.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/cherry-pick@2x.png b/org.eclipse.egit.ui/icons/obj16/cherry-pick@2x.png
new file mode 100644
index 0000000000..9eb2bcee26
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/cherry-pick@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/clean_obj.gif b/org.eclipse.egit.ui/icons/obj16/clean_obj.gif
deleted file mode 100644
index 32626119e8..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/clean_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/clean_obj.png b/org.eclipse.egit.ui/icons/obj16/clean_obj.png
new file mode 100644
index 0000000000..80fe00cf30
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/clean_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/clean_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/clean_obj@2x.png
new file mode 100644
index 0000000000..4268d938f8
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/clean_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/clear.gif b/org.eclipse.egit.ui/icons/obj16/clear.gif
deleted file mode 100644
index 255832653f..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/clear.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/clear.png b/org.eclipse.egit.ui/icons/obj16/clear.png
new file mode 100644
index 0000000000..b09a154a2d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/clear.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/clear@2x.png b/org.eclipse.egit.ui/icons/obj16/clear@2x.png
new file mode 100644
index 0000000000..793f244be0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/clear@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/cloneGit.gif b/org.eclipse.egit.ui/icons/obj16/cloneGit.gif
deleted file mode 100644
index c3067854d2..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/cloneGit.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/cloneGit.png b/org.eclipse.egit.ui/icons/obj16/cloneGit.png
new file mode 100644
index 0000000000..028aac21f0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/cloneGit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/cloneGit@2x.png b/org.eclipse.egit.ui/icons/obj16/cloneGit@2x.png
new file mode 100644
index 0000000000..068e897373
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/cloneGit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/commit.png b/org.eclipse.egit.ui/icons/obj16/commit.png
index 572124b2e4..d638e2dec4 100644
--- a/org.eclipse.egit.ui/icons/obj16/commit.png
+++ b/org.eclipse.egit.ui/icons/obj16/commit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/commit@2x.png b/org.eclipse.egit.ui/icons/obj16/commit@2x.png
new file mode 100644
index 0000000000..d53ee9a645
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/commit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/commit_amend.gif b/org.eclipse.egit.ui/icons/obj16/commit_amend.gif
deleted file mode 100644
index 2eace73c81..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/commit_amend.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/commit_amend.png b/org.eclipse.egit.ui/icons/obj16/commit_amend.png
new file mode 100644
index 0000000000..79499a1eaa
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/commit_amend.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/commit_amend@2x.png b/org.eclipse.egit.ui/icons/obj16/commit_amend@2x.png
new file mode 100644
index 0000000000..1d013b3c73
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/commit_amend@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/current_step.gif b/org.eclipse.egit.ui/icons/obj16/current_step.gif
deleted file mode 100644
index fac3c65146..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/current_step.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/current_step.png b/org.eclipse.egit.ui/icons/obj16/current_step.png
new file mode 100644
index 0000000000..e809c5f072
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/current_step.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/current_step@2x.png b/org.eclipse.egit.ui/icons/obj16/current_step@2x.png
new file mode 100644
index 0000000000..c5626424eb
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/current_step@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/delete_obj.gif b/org.eclipse.egit.ui/icons/obj16/delete_obj.gif
deleted file mode 100644
index b6922ac11c..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/delete_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/delete_obj.png b/org.eclipse.egit.ui/icons/obj16/delete_obj.png
new file mode 100644
index 0000000000..5f00385852
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/delete_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/delete_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/delete_obj@2x.png
new file mode 100644
index 0000000000..0c8137f6b2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/delete_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/disconnect_co.gif b/org.eclipse.egit.ui/icons/obj16/disconnect_co.gif
deleted file mode 100644
index d8fdd8a084..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/disconnect_co.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/disconnect_co.png b/org.eclipse.egit.ui/icons/obj16/disconnect_co.png
new file mode 100644
index 0000000000..4cbf43a6c0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/disconnect_co.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/disconnect_co@2x.png b/org.eclipse.egit.ui/icons/obj16/disconnect_co@2x.png
new file mode 100644
index 0000000000..de909c4c50
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/disconnect_co@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/done_step.gif b/org.eclipse.egit.ui/icons/obj16/done_step.gif
deleted file mode 100644
index 23c97f09e6..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/done_step.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/done_step.png b/org.eclipse.egit.ui/icons/obj16/done_step.png
new file mode 100644
index 0000000000..4460309384
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/done_step.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/done_step@2x.png b/org.eclipse.egit.ui/icons/obj16/done_step@2x.png
new file mode 100644
index 0000000000..a07a4a450a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/done_step@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/editconfig.gif b/org.eclipse.egit.ui/icons/obj16/editconfig.gif
deleted file mode 100644
index 4b6b768315..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/editconfig.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/editconfig.png b/org.eclipse.egit.ui/icons/obj16/editconfig.png
new file mode 100644
index 0000000000..4ac0870861
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/editconfig.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/editconfig@2x.png b/org.eclipse.egit.ui/icons/obj16/editconfig@2x.png
new file mode 100644
index 0000000000..7b5260edab
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/editconfig@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/fetch.png b/org.eclipse.egit.ui/icons/obj16/fetch.png
index 0c5d7f0fdd..8227385e24 100644
--- a/org.eclipse.egit.ui/icons/obj16/fetch.png
+++ b/org.eclipse.egit.ui/icons/obj16/fetch.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/fetch@2x.png b/org.eclipse.egit.ui/icons/obj16/fetch@2x.png
new file mode 100644
index 0000000000..8d2a1f6deb
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/fetch@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/fixup-down.png b/org.eclipse.egit.ui/icons/obj16/fixup-down.png
index 6a2a080cad..9e99379e3b 100644
--- a/org.eclipse.egit.ui/icons/obj16/fixup-down.png
+++ b/org.eclipse.egit.ui/icons/obj16/fixup-down.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/fixup-down@2x.png b/org.eclipse.egit.ui/icons/obj16/fixup-down@2x.png
new file mode 100644
index 0000000000..a6428fb508
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/fixup-down@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/fixup-up.png b/org.eclipse.egit.ui/icons/obj16/fixup-up.png
index f903519027..261ddd2942 100644
--- a/org.eclipse.egit.ui/icons/obj16/fixup-up.png
+++ b/org.eclipse.egit.ui/icons/obj16/fixup-up.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/fixup-up@2x.png b/org.eclipse.egit.ui/icons/obj16/fixup-up@2x.png
new file mode 100644
index 0000000000..ea07458619
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/fixup-up@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.png b/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.png
index 87e28a66b9..ec07f796dd 100644
--- a/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.png
+++ b/org.eclipse.egit.ui/icons/obj16/gerrit_fetch.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_fetch@2x.png b/org.eclipse.egit.ui/icons/obj16/gerrit_fetch@2x.png
new file mode 100644
index 0000000000..da83fdc35e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/gerrit_fetch@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_obj.gif b/org.eclipse.egit.ui/icons/obj16/gerrit_obj.gif
deleted file mode 100644
index 5c65e1fb53..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/gerrit_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_obj.png b/org.eclipse.egit.ui/icons/obj16/gerrit_obj.png
new file mode 100644
index 0000000000..de2251352a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/gerrit_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/gerrit_obj@2x.png
new file mode 100644
index 0000000000..c12205abf5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/gerrit_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_push.png b/org.eclipse.egit.ui/icons/obj16/gerrit_push.png
index f37fbb5606..48799ae8c4 100644
--- a/org.eclipse.egit.ui/icons/obj16/gerrit_push.png
+++ b/org.eclipse.egit.ui/icons/obj16/gerrit_push.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gerrit_push@2x.png b/org.eclipse.egit.ui/icons/obj16/gerrit_push@2x.png
new file mode 100644
index 0000000000..304d6806b7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/gerrit_push@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gitrepository.gif b/org.eclipse.egit.ui/icons/obj16/gitrepository.gif
index aae8cca858..e149a8b7d2 100644
--- a/org.eclipse.egit.ui/icons/obj16/gitrepository.gif
+++ b/org.eclipse.egit.ui/icons/obj16/gitrepository.gif
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gitrepository.png b/org.eclipse.egit.ui/icons/obj16/gitrepository.png
new file mode 100644
index 0000000000..3a2ee51446
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/gitrepository.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/gitrepository@2x.png b/org.eclipse.egit.ui/icons/obj16/gitrepository@2x.png
new file mode 100644
index 0000000000..a18353f7bc
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/gitrepository@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/history.gif b/org.eclipse.egit.ui/icons/obj16/history.gif
deleted file mode 100644
index 07b60c873d..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/history.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/history.png b/org.eclipse.egit.ui/icons/obj16/history.png
new file mode 100644
index 0000000000..a3339a07cf
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/history.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/history@2x.png b/org.eclipse.egit.ui/icons/obj16/history@2x.png
new file mode 100644
index 0000000000..138d8090e1
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/history@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/ignore.gif b/org.eclipse.egit.ui/icons/obj16/ignore.gif
deleted file mode 100644
index 04767acc5c..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/ignore.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/ignore.png b/org.eclipse.egit.ui/icons/obj16/ignore.png
new file mode 100644
index 0000000000..c91eee91bb
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/ignore.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/ignore@2x.png b/org.eclipse.egit.ui/icons/obj16/ignore@2x.png
new file mode 100644
index 0000000000..f89d685aa7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/ignore@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/import_obj.gif b/org.eclipse.egit.ui/icons/obj16/import_obj.gif
deleted file mode 100644
index 9035f0be39..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/import_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/import_obj.png b/org.eclipse.egit.ui/icons/obj16/import_obj.png
new file mode 100644
index 0000000000..b173688903
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/import_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/import_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/import_obj@2x.png
new file mode 100644
index 0000000000..df70924f04
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/import_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/import_prj.gif b/org.eclipse.egit.ui/icons/obj16/import_prj.gif
deleted file mode 100644
index d38085ad9c..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/import_prj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/import_prj.png b/org.eclipse.egit.ui/icons/obj16/import_prj.png
new file mode 100644
index 0000000000..e239e905d4
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/import_prj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/import_prj@2x.png b/org.eclipse.egit.ui/icons/obj16/import_prj@2x.png
new file mode 100644
index 0000000000..447fd652ff
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/import_prj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/merge.gif b/org.eclipse.egit.ui/icons/obj16/merge.gif
deleted file mode 100644
index 07d1028a7a..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/merge.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/merge.png b/org.eclipse.egit.ui/icons/obj16/merge.png
new file mode 100644
index 0000000000..d87e6ed072
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/merge.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/merge@2x.png b/org.eclipse.egit.ui/icons/obj16/merge@2x.png
new file mode 100644
index 0000000000..6a77d578dd
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/merge@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/mergetool.gif b/org.eclipse.egit.ui/icons/obj16/mergetool.gif
deleted file mode 100644
index 12788bafa3..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/mergetool.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/mergetool.png b/org.eclipse.egit.ui/icons/obj16/mergetool.png
new file mode 100644
index 0000000000..5a40dc80d5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/mergetool.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/mergetool@2x.png b/org.eclipse.egit.ui/icons/obj16/mergetool@2x.png
new file mode 100644
index 0000000000..0182915506
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/mergetool@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/new_branch_obj.gif b/org.eclipse.egit.ui/icons/obj16/new_branch_obj.gif
deleted file mode 100644
index a5d1a8df5d..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/new_branch_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/new_branch_obj.png b/org.eclipse.egit.ui/icons/obj16/new_branch_obj.png
new file mode 100644
index 0000000000..8bfaaef0a6
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/new_branch_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/new_branch_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/new_branch_obj@2x.png
new file mode 100644
index 0000000000..56452cf85a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/new_branch_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/new_tag_obj.gif b/org.eclipse.egit.ui/icons/obj16/new_tag_obj.gif
deleted file mode 100644
index 7bc6ad6ca3..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/new_tag_obj.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/new_tag_obj.png b/org.eclipse.egit.ui/icons/obj16/new_tag_obj.png
new file mode 100644
index 0000000000..a0fdda0786
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/new_tag_obj.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/new_tag_obj@2x.png b/org.eclipse.egit.ui/icons/obj16/new_tag_obj@2x.png
new file mode 100644
index 0000000000..daa700fc3f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/new_tag_obj@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/no-assume-unchanged.gif b/org.eclipse.egit.ui/icons/obj16/no-assume-unchanged.gif
deleted file mode 100644
index c753db86e5..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/no-assume-unchanged.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.png b/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.png
new file mode 100644
index 0000000000..4c8932579b
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged@2x.png b/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged@2x.png
new file mode 100644
index 0000000000..6b57e1a1ab
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/no_assume_unchanged@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/note.png b/org.eclipse.egit.ui/icons/obj16/note.png
index 244e6ca045..f66103d8ab 100644
--- a/org.eclipse.egit.ui/icons/obj16/note.png
+++ b/org.eclipse.egit.ui/icons/obj16/note.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/note@2x.png b/org.eclipse.egit.ui/icons/obj16/note@2x.png
new file mode 100644
index 0000000000..397194ef82
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/note@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/open-commit.gif b/org.eclipse.egit.ui/icons/obj16/open-commit.gif
deleted file mode 100644
index c2fe0b00d3..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/open-commit.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/open-commit.png b/org.eclipse.egit.ui/icons/obj16/open-commit.png
new file mode 100644
index 0000000000..ef0026384a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/open-commit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/open-commit@2x.png b/org.eclipse.egit.ui/icons/obj16/open-commit@2x.png
new file mode 100644
index 0000000000..b94c6daced
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/open-commit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/pull.png b/org.eclipse.egit.ui/icons/obj16/pull.png
index 8720a8042e..59de63e08a 100644
--- a/org.eclipse.egit.ui/icons/obj16/pull.png
+++ b/org.eclipse.egit.ui/icons/obj16/pull.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/pull@2x.png b/org.eclipse.egit.ui/icons/obj16/pull@2x.png
new file mode 100644
index 0000000000..c93f2c616a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/pull@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/pull_with_options.png b/org.eclipse.egit.ui/icons/obj16/pull_with_options.png
index 264559c997..f2a911386d 100644
--- a/org.eclipse.egit.ui/icons/obj16/pull_with_options.png
+++ b/org.eclipse.egit.ui/icons/obj16/pull_with_options.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/pull_with_options@2x.png b/org.eclipse.egit.ui/icons/obj16/pull_with_options@2x.png
new file mode 100644
index 0000000000..17681dc445
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/pull_with_options@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/push.png b/org.eclipse.egit.ui/icons/obj16/push.png
index d1d430e5ce..450edb45f4 100644
--- a/org.eclipse.egit.ui/icons/obj16/push.png
+++ b/org.eclipse.egit.ui/icons/obj16/push.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/push@2x.png b/org.eclipse.egit.ui/icons/obj16/push@2x.png
new file mode 100644
index 0000000000..63369057ca
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/push@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase.gif b/org.eclipse.egit.ui/icons/obj16/rebase.gif
deleted file mode 100644
index 60c5d8e02c..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/rebase.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase.png b/org.eclipse.egit.ui/icons/obj16/rebase.png
new file mode 100644
index 0000000000..fe77252c0f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/rebase.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase@2x.png b/org.eclipse.egit.ui/icons/obj16/rebase@2x.png
new file mode 100644
index 0000000000..d79aec1422
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/rebase@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase_interactive.gif b/org.eclipse.egit.ui/icons/obj16/rebase_interactive.gif
deleted file mode 100644
index c556cfdd97..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/rebase_interactive.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase_interactive.png b/org.eclipse.egit.ui/icons/obj16/rebase_interactive.png
new file mode 100644
index 0000000000..24c46fc510
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/rebase_interactive.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/rebase_interactive@2x.png b/org.eclipse.egit.ui/icons/obj16/rebase_interactive@2x.png
new file mode 100644
index 0000000000..dfd4a59efd
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/rebase_interactive@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/refresh.gif b/org.eclipse.egit.ui/icons/obj16/refresh.gif
deleted file mode 100644
index 3ca04d06ff..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/refresh.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/refresh.png b/org.eclipse.egit.ui/icons/obj16/refresh.png
new file mode 100644
index 0000000000..2b4bbf9d51
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/refresh.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/refresh@2x.png b/org.eclipse.egit.ui/icons/obj16/refresh@2x.png
new file mode 100644
index 0000000000..5e3fd89b8d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/refresh@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.gif b/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.gif
deleted file mode 100644
index aec2dd90e0..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.png b/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.png
new file mode 100644
index 0000000000..d7c343a666
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl@2x.png b/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl@2x.png
new file mode 100644
index 0000000000..0082b361f5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/remote_entry_tbl@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/remove.gif b/org.eclipse.egit.ui/icons/obj16/remove.gif
deleted file mode 100644
index 64b438488b..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/remove.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/repository_gerrit.gif b/org.eclipse.egit.ui/icons/obj16/repository_gerrit.gif
deleted file mode 100644
index c40fea6262..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/repository_gerrit.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/repository_gerrit.png b/org.eclipse.egit.ui/icons/obj16/repository_gerrit.png
new file mode 100644
index 0000000000..587d260185
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/repository_gerrit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/repository_gerrit@2x.png b/org.eclipse.egit.ui/icons/obj16/repository_gerrit@2x.png
new file mode 100644
index 0000000000..7152b98797
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/repository_gerrit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/repository_rep.gif b/org.eclipse.egit.ui/icons/obj16/repository_rep.gif
deleted file mode 100644
index 0470e1588d..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/repository_rep.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/repository_rep.png b/org.eclipse.egit.ui/icons/obj16/repository_rep.png
new file mode 100644
index 0000000000..3523f21b34
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/repository_rep.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/repository_rep@2x.png b/org.eclipse.egit.ui/icons/obj16/repository_rep@2x.png
new file mode 100644
index 0000000000..87704ededf
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/repository_rep@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/reset.gif b/org.eclipse.egit.ui/icons/obj16/reset.gif
deleted file mode 100644
index 9db17b8036..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/reset.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/reset.png b/org.eclipse.egit.ui/icons/obj16/reset.png
new file mode 100644
index 0000000000..08677da2ff
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/reset.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/reset@2x.png b/org.eclipse.egit.ui/icons/obj16/reset@2x.png
new file mode 100644
index 0000000000..9596167463
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/reset@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/revert.gif b/org.eclipse.egit.ui/icons/obj16/revert.gif
deleted file mode 100644
index 52249ecaff..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/revert.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/revert.png b/org.eclipse.egit.ui/icons/obj16/revert.png
new file mode 100644
index 0000000000..a48a250d8c
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/revert.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/revert@2x.png b/org.eclipse.egit.ui/icons/obj16/revert@2x.png
new file mode 100644
index 0000000000..113a02a057
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/revert@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/reword.gif b/org.eclipse.egit.ui/icons/obj16/reword.gif
deleted file mode 100644
index a015ae1e92..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/reword.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/reword.png b/org.eclipse.egit.ui/icons/obj16/reword.png
new file mode 100644
index 0000000000..f53a21a9d7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/reword.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/reword@2x.png b/org.eclipse.egit.ui/icons/obj16/reword@2x.png
new file mode 100644
index 0000000000..8b1ddcf256
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/reword@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/search-commit.gif b/org.eclipse.egit.ui/icons/obj16/search-commit.gif
deleted file mode 100644
index 64354d76c0..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/search-commit.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/search-commit.png b/org.eclipse.egit.ui/icons/obj16/search-commit.png
new file mode 100644
index 0000000000..601888c0c5
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/search-commit.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/search-commit@2x.png b/org.eclipse.egit.ui/icons/obj16/search-commit@2x.png
new file mode 100644
index 0000000000..c9fc43e5ad
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/search-commit@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/signed-off.png b/org.eclipse.egit.ui/icons/obj16/signed-off.png
index c72fd80882..df715978d8 100644
--- a/org.eclipse.egit.ui/icons/obj16/signed-off.png
+++ b/org.eclipse.egit.ui/icons/obj16/signed-off.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/signed-off@2x.png b/org.eclipse.egit.ui/icons/obj16/signed-off@2x.png
new file mode 100644
index 0000000000..22a62bc358
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/signed-off@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/squash-down.png b/org.eclipse.egit.ui/icons/obj16/squash-down.png
index 8ea59cc1cd..7265c0f3ad 100644
--- a/org.eclipse.egit.ui/icons/obj16/squash-down.png
+++ b/org.eclipse.egit.ui/icons/obj16/squash-down.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/squash-down@2x.png b/org.eclipse.egit.ui/icons/obj16/squash-down@2x.png
new file mode 100644
index 0000000000..5a00d9d2e1
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/squash-down@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/squash-up.png b/org.eclipse.egit.ui/icons/obj16/squash-up.png
index e1ff226fcd..3d54fa28f1 100644
--- a/org.eclipse.egit.ui/icons/obj16/squash-up.png
+++ b/org.eclipse.egit.ui/icons/obj16/squash-up.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/squash-up@2x.png b/org.eclipse.egit.ui/icons/obj16/squash-up@2x.png
new file mode 100644
index 0000000000..3a1043c07c
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/squash-up@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/stash-apply.png b/org.eclipse.egit.ui/icons/obj16/stash-apply.png
index ebac5d28aa..63a29b24dc 100644
--- a/org.eclipse.egit.ui/icons/obj16/stash-apply.png
+++ b/org.eclipse.egit.ui/icons/obj16/stash-apply.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/stash-apply@2x.png b/org.eclipse.egit.ui/icons/obj16/stash-apply@2x.png
new file mode 100644
index 0000000000..9703fca09a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/stash-apply@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/stash-create.png b/org.eclipse.egit.ui/icons/obj16/stash-create.png
index a817efb4ac..1c13d44d61 100644
--- a/org.eclipse.egit.ui/icons/obj16/stash-create.png
+++ b/org.eclipse.egit.ui/icons/obj16/stash-create.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/stash-create@2x.png b/org.eclipse.egit.ui/icons/obj16/stash-create@2x.png
new file mode 100644
index 0000000000..b76cf80afe
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/stash-create@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/stash.png b/org.eclipse.egit.ui/icons/obj16/stash.png
index 05c5649129..9ea0430d91 100644
--- a/org.eclipse.egit.ui/icons/obj16/stash.png
+++ b/org.eclipse.egit.ui/icons/obj16/stash.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/stash@2x.png b/org.eclipse.egit.ui/icons/obj16/stash@2x.png
new file mode 100644
index 0000000000..9ae1c5527d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/stash@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/state_sort_co.png b/org.eclipse.egit.ui/icons/obj16/state_sort_co.png
index 8748ad15ff..dc8a19fbb6 100644
--- a/org.eclipse.egit.ui/icons/obj16/state_sort_co.png
+++ b/org.eclipse.egit.ui/icons/obj16/state_sort_co.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/state_sort_co@2x.png b/org.eclipse.egit.ui/icons/obj16/state_sort_co@2x.png
new file mode 100644
index 0000000000..0082883117
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/state_sort_co@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/submodules.gif b/org.eclipse.egit.ui/icons/obj16/submodules.gif
deleted file mode 100644
index ddb8f23177..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/submodules.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/submodules.png b/org.eclipse.egit.ui/icons/obj16/submodules.png
new file mode 100644
index 0000000000..86fb1a07d9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/submodules.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/submodules@2x.png b/org.eclipse.egit.ui/icons/obj16/submodules@2x.png
new file mode 100644
index 0000000000..e3e4e20057
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/submodules@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/synchronize.png b/org.eclipse.egit.ui/icons/obj16/synchronize.png
index 6709ad2dfb..55fa4ca6b3 100644
--- a/org.eclipse.egit.ui/icons/obj16/synchronize.png
+++ b/org.eclipse.egit.ui/icons/obj16/synchronize.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/synchronize@2x.png b/org.eclipse.egit.ui/icons/obj16/synchronize@2x.png
new file mode 100644
index 0000000000..0f1b273c93
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/synchronize@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/tags.gif b/org.eclipse.egit.ui/icons/obj16/tags.gif
deleted file mode 100644
index fbe33daa07..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/tags.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/tags.png b/org.eclipse.egit.ui/icons/obj16/tags.png
new file mode 100644
index 0000000000..53fb8e8da3
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/tags.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/tags@2x.png b/org.eclipse.egit.ui/icons/obj16/tags@2x.png
new file mode 100644
index 0000000000..96ebb25396
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/tags@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/track.gif b/org.eclipse.egit.ui/icons/obj16/track.gif
deleted file mode 100644
index 51dfa6a6cb..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/track.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/track.png b/org.eclipse.egit.ui/icons/obj16/track.png
new file mode 100644
index 0000000000..ca7703e592
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/track.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/track@2x.png b/org.eclipse.egit.ui/icons/obj16/track@2x.png
new file mode 100644
index 0000000000..9b47210eb0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/track@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/uncheck_all.gif b/org.eclipse.egit.ui/icons/obj16/uncheck_all.gif
deleted file mode 100644
index a63276ed82..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/uncheck_all.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/uncheck_all.png b/org.eclipse.egit.ui/icons/obj16/uncheck_all.png
new file mode 100644
index 0000000000..f4449d6c99
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/uncheck_all.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/uncheck_all@2x.png b/org.eclipse.egit.ui/icons/obj16/uncheck_all@2x.png
new file mode 100644
index 0000000000..01608426eb
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/uncheck_all@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/unstage.gif b/org.eclipse.egit.ui/icons/obj16/unstage.gif
deleted file mode 100644
index 5ed57b7efe..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/unstage.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/unstage.png b/org.eclipse.egit.ui/icons/obj16/unstage.png
new file mode 100644
index 0000000000..7935c90d80
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/unstage.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/unstage@2x.png b/org.eclipse.egit.ui/icons/obj16/unstage@2x.png
new file mode 100644
index 0000000000..f965b19a49
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/unstage@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/untrack.gif b/org.eclipse.egit.ui/icons/obj16/untrack.gif
deleted file mode 100644
index c27ff012fe..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/untrack.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/untrack.png b/org.eclipse.egit.ui/icons/obj16/untrack.png
new file mode 100644
index 0000000000..9eb0c16f0f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/untrack.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/untrack@2x.png b/org.eclipse.egit.ui/icons/obj16/untrack@2x.png
new file mode 100644
index 0000000000..0b6b26b806
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/untrack@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/untracked_file.gif b/org.eclipse.egit.ui/icons/obj16/untracked_file.gif
deleted file mode 100644
index f54764e5f3..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/untracked_file.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/untracked_file.png b/org.eclipse.egit.ui/icons/obj16/untracked_file.png
new file mode 100644
index 0000000000..48c362fcd7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/untracked_file.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/untracked_file@2x.png b/org.eclipse.egit.ui/icons/obj16/untracked_file@2x.png
new file mode 100644
index 0000000000..86bb575b69
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/untracked_file@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/version_rep.gif b/org.eclipse.egit.ui/icons/obj16/version_rep.gif
deleted file mode 100644
index ba5e76f2dd..0000000000
--- a/org.eclipse.egit.ui/icons/obj16/version_rep.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/version_rep.png b/org.eclipse.egit.ui/icons/obj16/version_rep.png
new file mode 100644
index 0000000000..fbdc958308
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/version_rep.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/obj16/version_rep@2x.png b/org.eclipse.egit.ui/icons/obj16/version_rep@2x.png
new file mode 100644
index 0000000000..65c4c68307
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/obj16/version_rep@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/assume_unchanged.gif b/org.eclipse.egit.ui/icons/ovr/assume_unchanged.gif
deleted file mode 100644
index b6d7167cb3..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/assume_unchanged.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/assume_unchanged.png b/org.eclipse.egit.ui/icons/ovr/assume_unchanged.png
new file mode 100644
index 0000000000..aaefd92d4b
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/assume_unchanged.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/assume_unchanged@2x.png b/org.eclipse.egit.ui/icons/ovr/assume_unchanged@2x.png
new file mode 100644
index 0000000000..01df5e8335
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/assume_unchanged@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/checkedout_ov.gif b/org.eclipse.egit.ui/icons/ovr/checkedout_ov.gif
deleted file mode 100644
index 0053b56983..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/checkedout_ov.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/checkedout_ov.png b/org.eclipse.egit.ui/icons/ovr/checkedout_ov.png
new file mode 100644
index 0000000000..8fc197aa06
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/checkedout_ov.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/checkedout_ov@2x.png b/org.eclipse.egit.ui/icons/ovr/checkedout_ov@2x.png
new file mode 100644
index 0000000000..414d0a450a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/checkedout_ov@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/conflict.gif b/org.eclipse.egit.ui/icons/ovr/conflict.gif
deleted file mode 100644
index fce456a49a..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/conflict.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/conflict.png b/org.eclipse.egit.ui/icons/ovr/conflict.png
new file mode 100644
index 0000000000..228071da86
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/conflict.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/conflict@2x.png b/org.eclipse.egit.ui/icons/ovr/conflict@2x.png
new file mode 100644
index 0000000000..dbe4efa299
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/conflict@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/dirty.gif b/org.eclipse.egit.ui/icons/ovr/dirty.gif
deleted file mode 100644
index 77b5510171..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/dirty.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/dirty.png b/org.eclipse.egit.ui/icons/ovr/dirty.png
new file mode 100644
index 0000000000..11affb51e3
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/dirty.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/dirty@2x.png b/org.eclipse.egit.ui/icons/ovr/dirty@2x.png
new file mode 100644
index 0000000000..8ab50509e0
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/dirty@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/error.png b/org.eclipse.egit.ui/icons/ovr/error.png
index aeb1772b66..df02528202 100644
--- a/org.eclipse.egit.ui/icons/ovr/error.png
+++ b/org.eclipse.egit.ui/icons/ovr/error.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/error@2x.png b/org.eclipse.egit.ui/icons/ovr/error@2x.png
new file mode 100644
index 0000000000..c323e9b620
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/error@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged.gif b/org.eclipse.egit.ui/icons/ovr/staged.gif
deleted file mode 100644
index dc0b8c0167..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/staged.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged.png b/org.eclipse.egit.ui/icons/ovr/staged.png
new file mode 100644
index 0000000000..f9d2f2ed9e
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged@2x.png b/org.eclipse.egit.ui/icons/ovr/staged@2x.png
new file mode 100644
index 0000000000..7fc38222a6
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_added.gif b/org.eclipse.egit.ui/icons/ovr/staged_added.gif
deleted file mode 100644
index c65d16a191..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/staged_added.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_added.png b/org.eclipse.egit.ui/icons/ovr/staged_added.png
new file mode 100644
index 0000000000..ba62a9e4b1
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged_added.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_added@2x.png b/org.eclipse.egit.ui/icons/ovr/staged_added@2x.png
new file mode 100644
index 0000000000..a502fb1301
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged_added@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_removed.gif b/org.eclipse.egit.ui/icons/ovr/staged_removed.gif
deleted file mode 100644
index 8aaadfb9b9..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/staged_removed.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_removed.png b/org.eclipse.egit.ui/icons/ovr/staged_removed.png
new file mode 100644
index 0000000000..03a20a7e18
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged_removed.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_removed@2x.png b/org.eclipse.egit.ui/icons/ovr/staged_removed@2x.png
new file mode 100644
index 0000000000..9b7b449534
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged_removed@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_renamed.gif b/org.eclipse.egit.ui/icons/ovr/staged_renamed.gif
deleted file mode 100644
index 474886fa03..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/staged_renamed.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_renamed.png b/org.eclipse.egit.ui/icons/ovr/staged_renamed.png
new file mode 100644
index 0000000000..cb4dd8781d
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged_renamed.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/staged_renamed@2x.png b/org.eclipse.egit.ui/icons/ovr/staged_renamed@2x.png
new file mode 100644
index 0000000000..056c98e3c1
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/staged_renamed@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/symlink_ovr.gif b/org.eclipse.egit.ui/icons/ovr/symlink_ovr.gif
deleted file mode 100644
index 73bd973f54..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/symlink_ovr.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/symlink_ovr.png b/org.eclipse.egit.ui/icons/ovr/symlink_ovr.png
new file mode 100644
index 0000000000..09922c2fa7
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/symlink_ovr.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/symlink_ovr@2x.png b/org.eclipse.egit.ui/icons/ovr/symlink_ovr@2x.png
new file mode 100644
index 0000000000..c112040487
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/symlink_ovr@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/untracked.gif b/org.eclipse.egit.ui/icons/ovr/untracked.gif
deleted file mode 100644
index 45ca320607..0000000000
--- a/org.eclipse.egit.ui/icons/ovr/untracked.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/untracked.png b/org.eclipse.egit.ui/icons/ovr/untracked.png
new file mode 100644
index 0000000000..e7a73dd11a
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/untracked.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/ovr/untracked@2x.png b/org.eclipse.egit.ui/icons/ovr/untracked@2x.png
new file mode 100644
index 0000000000..1c39bdc407
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/ovr/untracked@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/commit_wizban.png b/org.eclipse.egit.ui/icons/wizban/commit_wizban.png
index 5b351fef48..31d4891764 100644
--- a/org.eclipse.egit.ui/icons/wizban/commit_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/commit_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/commit_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/commit_wizban@2x.png
new file mode 100644
index 0000000000..b5636e97d3
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/commit_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.png b/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.png
index d028e21fbb..869387da8e 100644
--- a/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/createpatch_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/createpatch_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/createpatch_wizban@2x.png
new file mode 100644
index 0000000000..b5bf32cde9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/createpatch_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/expandall.gif b/org.eclipse.egit.ui/icons/wizban/expandall.gif
deleted file mode 100644
index 0205b29176..0000000000
--- a/org.eclipse.egit.ui/icons/wizban/expandall.gif
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.png b/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.png
index b75be18063..426984d3f9 100644
--- a/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban@2x.png
new file mode 100644
index 0000000000..876a65df71
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/fetch_gerrit_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/fetch_wizban.png b/org.eclipse.egit.ui/icons/wizban/fetch_wizban.png
index 0807530102..7d3b7af272 100644
--- a/org.eclipse.egit.ui/icons/wizban/fetch_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/fetch_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/fetch_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/fetch_wizban@2x.png
new file mode 100644
index 0000000000..03ee8d264f
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/fetch_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/import_wiz.png b/org.eclipse.egit.ui/icons/wizban/import_wiz.png
index b3207b35fc..46b6e7afa8 100644
--- a/org.eclipse.egit.ui/icons/wizban/import_wiz.png
+++ b/org.eclipse.egit.ui/icons/wizban/import_wiz.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/import_wiz@2x.png b/org.eclipse.egit.ui/icons/wizban/import_wiz@2x.png
new file mode 100644
index 0000000000..f089582575
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/import_wiz@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.png b/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.png
index ec9a393fb8..a57beeccc6 100644
--- a/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/newconnect_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/newconnect_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/newconnect_wizban@2x.png
new file mode 100644
index 0000000000..654495c2a9
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/newconnect_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/pull_wizban.png b/org.eclipse.egit.ui/icons/wizban/pull_wizban.png
index d065c1d256..d15288e553 100644
--- a/org.eclipse.egit.ui/icons/wizban/pull_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/pull_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/pull_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/pull_wizban@2x.png
new file mode 100644
index 0000000000..82fb7d1ed3
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/pull_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.png b/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.png
index f3aa5618f0..2b8615d1a7 100644
--- a/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban@2x.png
new file mode 100644
index 0000000000..bfefc20f40
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/push_gerrit_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/push_wizban.png b/org.eclipse.egit.ui/icons/wizban/push_wizban.png
index aadda6d48a..bfed340180 100644
--- a/org.eclipse.egit.ui/icons/wizban/push_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/push_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/push_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/push_wizban@2x.png
new file mode 100644
index 0000000000..da3dae3ce2
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/push_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.png b/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.png
index b2820ecc97..3d4747c124 100644
--- a/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.png
+++ b/org.eclipse.egit.ui/icons/wizban/synchronize_wizban.png
Binary files differ
diff --git a/org.eclipse.egit.ui/icons/wizban/synchronize_wizban@2x.png b/org.eclipse.egit.ui/icons/wizban/synchronize_wizban@2x.png
new file mode 100644
index 0000000000..a156dce7bd
--- /dev/null
+++ b/org.eclipse.egit.ui/icons/wizban/synchronize_wizban@2x.png
Binary files differ
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 98c1a79c7b..5ad82d5227 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -12,7 +12,7 @@
<category name="%Git_clone_category"
id="org.eclipse.egit.ui.internal.clone.gitclonecategory"/>
<wizard name="%Git_clone_wizard"
- icon="icons/obj16/import_obj.gif"
+ icon="icons/obj16/import_obj.png"
class="org.eclipse.egit.ui.internal.clone.GitImportWizard"
id="org.eclipse.egit.ui.internal.clone.GitCloneWizard"
category="org.eclipse.egit.ui.internal.clone.gitclonecategory">
@@ -22,7 +22,7 @@
<extension point="org.eclipse.team.ui.configurationWizards">
<wizard name="%SharingWizard_name"
- icon="icons/etool16/newconnect_wiz.gif"
+ icon="icons/etool16/newconnect_wiz.png"
class="org.eclipse.egit.ui.internal.sharing.SharingWizard"
id="org.eclipse.egit.ui.internal.sharing.SharingWizard">
</wizard>
@@ -61,7 +61,7 @@
<action
class="org.eclipse.egit.ui.internal.actions.MergeToolAction"
definitionId="org.eclipse.egit.ui.team.MergeTool"
- icon="icons/obj16/mergetool.gif"
+ icon="icons/obj16/mergetool.png"
id="org.eclipse.egit.ui.internal.actions.MergeTool"
label="%MergeToolAction.label"
menubarPath="team.main/group4">
@@ -868,7 +868,7 @@
<action
class="org.eclipse.egit.ui.internal.actions.ResetAction"
definitionId="org.eclipse.egit.ui.team.Reset"
- icon="icons/obj16/reset.gif"
+ icon="icons/obj16/reset.png"
id="org.eclipse.egit.ui.actionreset"
label="%ResetAction_label"
menubarPath="org.eclipse.egit.ui.gitmenu/repositoryGroup"
@@ -879,7 +879,7 @@
<action
class="org.eclipse.egit.ui.internal.actions.MergeAction"
definitionId="org.eclipse.egit.ui.team.Merge"
- icon="icons/obj16/merge.gif"
+ icon="icons/obj16/merge.png"
id="org.eclipse.egit.ui.actionmerge"
label="%MergeAction_label"
menubarPath="org.eclipse.egit.ui.gitmenu/repositoryGroup"
@@ -890,7 +890,7 @@
<action
class="org.eclipse.egit.ui.internal.actions.RebaseAction"
definitionId="org.eclipse.egit.ui.team.Rebase"
- icon="icons/obj16/rebase.gif"
+ icon="icons/obj16/rebase.png"
id="org.eclipse.egit.ui.actionrebase"
label="%RebaseAction_label"
style="pulldown"
@@ -900,7 +900,7 @@
<action
class="org.eclipse.egit.ui.internal.actions.BranchAction"
definitionId="org.eclipse.egit.ui.team.Branch"
- icon="icons/obj16/branch_obj.gif"
+ icon="icons/obj16/branch_obj.png"
id="org.eclipse.egit.ui.actionbranch"
label="%BranchAction_label"
menubarPath="org.eclipse.egit.ui.gitmenu/repositoryGroup"
@@ -932,7 +932,7 @@
<action
class="org.eclipse.egit.ui.internal.actions.AddToIndexAction"
definitionId="org.eclipse.egit.ui.team.AddToIndex"
- icon="icons/obj16/add.gif"
+ icon="icons/obj16/add.png"
id="org.eclipse.egit.ui.actionadd"
label="%AddToIndexAction_label"
menubarPath="org.eclipse.egit.ui.gitmenu/repositoryGroup"
@@ -2620,7 +2620,7 @@
<view
category="org.eclipse.egit.ui.GitCategory"
class="org.eclipse.egit.ui.internal.repository.RepositoriesView"
- icon="icons/eview16/repo_rep.gif"
+ icon="icons/eview16/repo_rep.png"
id="org.eclipse.egit.ui.RepositoriesView"
name="%GitRepositoriesView_name"
restorable="true">
@@ -2635,7 +2635,7 @@
<view
category="org.eclipse.egit.ui.GitCategory"
class="org.eclipse.egit.ui.internal.rebase.RebaseInteractiveView"
- icon="icons/eview16/rebase_interactive.gif"
+ icon="icons/eview16/rebase_interactive.png"
id="org.eclipse.egit.ui.InteractiveRebaseView"
name="%GitInteractiveRebaseView_name">
</view>
@@ -2646,7 +2646,7 @@
<view
category="org.eclipse.egit.ui.GitCategory"
class="org.eclipse.egit.ui.internal.dialogs.CompareTreeView"
- icon="icons/obj16/gitrepository.gif"
+ icon="icons/obj16/gitrepository.png"
id="org.eclipse.egit.ui.CompareTreeView"
name="%TreeCompareView.name"
restorable="false">
@@ -2655,7 +2655,7 @@
allowMultiple="false"
category="org.eclipse.egit.ui.GitCategory"
class="org.eclipse.egit.ui.internal.reflog.ReflogView"
- icon="icons/eview16/reflog.gif"
+ icon="icons/eview16/reflog.png"
id="org.eclipse.egit.ui.ReflogView"
name="%ReflogView">
</view>
@@ -2664,7 +2664,7 @@
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.egit.ui.GitRepositoriesPerspectiveFactory"
- icon="icons/obj16/gitrepository.gif"
+ icon="icons/obj16/gitrepository.png"
id="org.eclipse.egit.ui.GitRepositoryExploring"
name="%GitRepositoryPerspective_name">
</perspective>
@@ -2716,7 +2716,7 @@
point="org.eclipse.ui.navigator.navigatorContent">
<navigatorContent
contentProvider="org.eclipse.egit.ui.internal.repository.RepositoriesViewContentProvider"
- icon="icons/obj16/repository_rep.gif"
+ icon="icons/obj16/repository_rep.png"
id="org.eclipse.egit.ui.RepositoriesViewContent"
labelProvider="org.eclipse.egit.ui.internal.repository.RepositoriesViewLabelProvider"
name="%GitRepositoriesContentName">
@@ -2854,7 +2854,7 @@
locationURI="popup:org.eclipse.egit.ui.internal.reflogview.popup">
<command
commandId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand"
- icon="icons/obj16/checkout.gif"
+ icon="icons/obj16/checkout.png"
label="%RefLogViewCheckout.label"
style="push">
</command>
@@ -2873,7 +2873,7 @@
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=branch">
<command
commandId="org.eclipse.egit.ui.CheckoutCommand"
- icon="icons/obj16/checkout.gif"
+ icon="icons/obj16/checkout.png"
label="%RepoViewCheckout.label"
style="push">
<visibleWhen checkEnabled="true" />
@@ -2918,14 +2918,14 @@
</command>
<command
commandId="org.eclipse.egit.ui.RepositoriesViewCreateBranch"
- icon="icons/obj16/new_branch_obj.gif"
+ icon="icons/obj16/new_branch_obj.png"
label="%RepoViewCreateBranch.label"
style="push">
<visibleWhen checkEnabled="true" />
</command>
<command
commandId="org.eclipse.ui.edit.rename"
- icon="icons/obj16/editconfig.gif"
+ icon="icons/obj16/editconfig.png"
label="%RepoViewRenameBranch.label"
style="push">
<visibleWhen
@@ -2987,7 +2987,7 @@
</separator>
<command
commandId="org.eclipse.egit.ui.team.Merge"
- icon="icons/obj16/merge.gif"
+ icon="icons/obj16/merge.png"
label="%RepoViewMergeSimple.label"
style="push">
<visibleWhen
@@ -3195,7 +3195,7 @@
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=tag">
<command
commandId="org.eclipse.egit.ui.team.Tag"
- icon="icons/obj16/new_tag_obj.gif"
+ icon="icons/obj16/new_tag_obj.png"
label="%RepoViewCreateTag.label"
style="push">
<visibleWhen
@@ -3239,14 +3239,14 @@
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=remote">
<command
commandId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch"
- icon="icons/obj16/editconfig.gif"
+ icon="icons/obj16/editconfig.png"
label="%RepoViewConfigureFetch.label"
style="push">
<visibleWhen checkEnabled="true" />
</command>
<command
commandId="org.eclipse.egit.ui.RepositoriesViewConfigurePush"
- icon="icons/obj16/editconfig.gif"
+ icon="icons/obj16/editconfig.png"
label="%RepoViewConfigurePush.label"
style="push">
<visibleWhen checkEnabled="true" />
@@ -3347,7 +3347,7 @@
<menuContribution
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=repo-0">
<menu
- icon="icons/obj16/branches_obj.gif"
+ icon="icons/obj16/branches_obj.png"
label="%SwitchToMenu.label">
<dynamic
class="org.eclipse.egit.ui.internal.actions.SwitchToMenu"
@@ -3739,7 +3739,7 @@
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=repo-2">
<command
commandId="org.eclipse.egit.ui.team.Merge"
- icon="icons/obj16/merge.gif"
+ icon="icons/obj16/merge.png"
label="%RepoViewMerge.label"
style="push">
<visibleWhen
@@ -3818,7 +3818,7 @@
</visibleWhen>
</command>
<menu
- icon="icons/obj16/rebase.gif"
+ icon="icons/obj16/rebase.png"
label="%RebaseMenu.label">
<command
commandId="org.eclipse.egit.ui.AbortRebase"
@@ -3841,7 +3841,7 @@
</menu>
<command
commandId="org.eclipse.egit.ui.team.Reset"
- icon="icons/obj16/reset.gif"
+ icon="icons/obj16/reset.png"
label="%RepoViewReset.label"
style="push">
<visibleWhen
@@ -3876,7 +3876,7 @@
locationURI="popup:org.eclipse.egit.ui.RepositoriesView?after=repo-3">
<command
commandId="org.eclipse.egit.ui.team.AddToIndex"
- icon="/icons/obj16/add.gif"
+ icon="/icons/obj16/add.png"
label="%RepoViewAddToIndex.label"
style="push">
<visibleWhen
@@ -3930,7 +3930,7 @@
</command>
<command
commandId="org.eclipse.egit.ui.RepositoriesViewImportProjects"
- icon="icons/obj16/import_prj.gif"
+ icon="icons/obj16/import_prj.png"
label="%RepoViewImportProjects.label"
style="push">
<visibleWhen checkEnabled="true" />
@@ -4151,8 +4151,8 @@
</separator>
<command
commandId="org.eclipse.ui.file.refresh"
- icon="icons/obj16/refresh.gif"
- disabledIcon="icons/obj16/refresh.gif"
+ icon="icons/obj16/refresh.png"
+ disabledIcon="icons/obj16/refresh.png"
style="push">
</command>
<command
@@ -4198,7 +4198,7 @@
</separator>
<command
commandId="org.eclipse.ui.file.refresh"
- icon="icons/obj16/refresh.gif"
+ icon="icons/obj16/refresh.png"
style="push">
</command>
<command
@@ -4383,7 +4383,7 @@
<menu
id="egit.menu.switch"
label="%SwitchToMenu.label"
- icon="icons/obj16/branches_obj.gif">
+ icon="icons/obj16/branches_obj.png">
<dynamic
class="org.eclipse.egit.ui.internal.actions.SwitchToMenu"
id="org.eclipse.egit.ui.switchToMenu">
@@ -4459,7 +4459,7 @@
<menu
id="egit.menu.repo.switchto"
label="%SwitchToMenu.label"
- icon="icons/obj16/branches_obj.gif">
+ icon="icons/obj16/branches_obj.png">
<dynamic
class="org.eclipse.egit.ui.internal.actions.SwitchToMenu"
id="org.eclipse.egit.ui.switchToMenu">
@@ -4573,7 +4573,7 @@
</command>
<command
commandId="org.eclipse.egit.ui.team.Untrack"
- icon="$nl$/icons/obj16/untrack.gif"
+ icon="$nl$/icons/obj16/untrack.png"
label="%UntrackAction_label"
style="push">
<visibleWhen
@@ -4622,7 +4622,7 @@
</visibleWhen>
</command>
<menu
- icon="icons/obj16/rebase.gif"
+ icon="icons/obj16/rebase.png"
id="egit.menu.rebase"
label="%RebaseMenu.label">
<command
@@ -4712,7 +4712,7 @@
<command
commandId="org.eclipse.egit.ui.team.ShowBlame"
label="%ShowBlameAction_label"
- icon="icons/etool16/annotate.gif"
+ icon="icons/etool16/annotate.png"
style="push">
<visibleWhen checkEnabled="true" />
</command>
@@ -4801,7 +4801,7 @@
locationURI="popup:org.eclipse.egit.ui.historyPageContributions?after=additions">
<command
commandId="org.eclipse.egit.ui.ImportChangedProjectsCommandId"
- icon="icons/obj16/import_prj.gif"
+ icon="icons/obj16/import_prj.png"
label="%ImportChangedProjects.label"
style="push">
<visibleWhen checkEnabled="true" />
@@ -5213,11 +5213,11 @@
point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.egit.ui.RepositoriesViewAddRepository"
- icon="icons/etool16/newlocation_wiz.gif">
+ icon="icons/etool16/newlocation_wiz.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewClone"
- icon="icons/obj16/cloneGit.gif">
+ icon="icons/obj16/cloneGit.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesLinkWithSelection"
@@ -5225,23 +5225,23 @@
</image>
<image
commandId="org.eclipse.egit.ui.team.ShowRepositoriesView"
- icon="icons/eview16/repo_rep.gif">
+ icon="icons/eview16/repo_rep.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.ShowHistory"
- icon="icons/obj16/history.gif">
+ icon="icons/obj16/history.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.CreateBranch"
- icon="icons/obj16/new_branch_obj.gif">
+ icon="icons/obj16/new_branch_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.CreateTag"
- icon="icons/obj16/new_tag_obj.gif">
+ icon="icons/obj16/new_tag_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.CreateBranch"
- icon="icons/obj16/new_branch_obj.gif">
+ icon="icons/obj16/new_branch_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.CherryPick"
@@ -5261,7 +5261,7 @@
</image>
<image
commandId="org.eclipse.egit.ui.commit.StashDrop"
- icon="icons/obj16/delete_obj.gif">
+ icon="icons/obj16/delete_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.Squash"
@@ -5273,31 +5273,31 @@
</image>
<image
commandId="org.eclipse.egit.ui.history.Reword"
- icon="icons/obj16/reword.gif">
+ icon="icons/obj16/reword.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.Reword"
- icon="icons/obj16/reword.gif">
+ icon="icons/obj16/reword.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.Edit"
- icon="icons/obj16/editconfig.gif">
+ icon="icons/obj16/editconfig.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.Edit"
- icon="icons/obj16/editconfig.gif">
+ icon="icons/obj16/editconfig.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.Checkout"
- icon="icons/obj16/checkout.gif">
+ icon="icons/obj16/checkout.png">
</image>
<image
commandId="org.eclipse.egit.ui.CheckoutCommand"
- icon="icons/obj16/checkout.gif">
+ icon="icons/obj16/checkout.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewCreateBranch"
- icon="icons/obj16/new_branch_obj.gif">
+ icon="icons/obj16/new_branch_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewNewRemote"
@@ -5305,7 +5305,7 @@
</image>
<image
commandId="org.eclipse.egit.ui.history.CreateTag"
- icon="icons/obj16/new_tag_obj.gif">
+ icon="icons/obj16/new_tag_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.PushCommit"
@@ -5313,59 +5313,59 @@
</image>
<image
commandId="org.eclipse.egit.ui.history.CheckoutCommand"
- icon="icons/obj16/checkout.gif">
+ icon="icons/obj16/checkout.png">
</image>
<image
commandId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand"
- icon="icons/obj16/checkout.gif">
+ icon="icons/obj16/checkout.png">
</image>
<image
commandId="org.eclipse.egit.ui.ImportChangedProjectsCommandId"
- icon="icons/obj16/import_prj.gif">
+ icon="icons/obj16/import_prj.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewImportProjects"
- icon="icons/obj16/import_prj.gif">
+ icon="icons/obj16/import_prj.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewCreateRepository"
- icon="icons/etool16/createRepository.gif">
+ icon="icons/etool16/createRepository.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy"
- icon="icons/elcl16/hierarchicalLayout.gif">
+ icon="icons/elcl16/hierarchicalLayout.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit"
- icon="icons/obj16/changelog_obj.gif">
+ icon="icons/obj16/changelog_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewDelete"
- icon="icons/obj16/delete_obj.gif">
+ icon="icons/obj16/delete_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewRemove"
- icon="icons/obj16/clear.gif">
+ icon="icons/obj16/clear.png">
</image>
<image
commandId="org.eclipse.egit.ui.AbortRebase"
- icon="icons/elcl16/progress_stop.gif">
+ icon="icons/elcl16/progress_stop.png">
</image>
<image
commandId="org.eclipse.egit.ui.ContinueRebase"
- icon="icons/elcl16/continue.gif">
+ icon="icons/elcl16/continue.png">
</image>
<image
commandId="org.eclipse.egit.ui.SkipRebase"
- icon="icons/elcl16/skip.gif">
+ icon="icons/elcl16/skip.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.Merge"
- icon="icons/obj16/merge.gif">
+ icon="icons/obj16/merge.png">
</image>
<image
commandId="org.eclipse.egit.ui.RebaseCurrent"
- icon="icons/obj16/rebase.gif">
+ icon="icons/obj16/rebase.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Fetch"
@@ -5397,15 +5397,15 @@
</image>
<image
commandId="org.eclipse.egit.ui.team.AddToIndex"
- icon="icons/obj16/add.gif">
+ icon="icons/obj16/add.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.RemoveFromIndex"
- icon="icons/obj16/unstage.gif">
+ icon="icons/obj16/unstage.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Branch"
- icon="icons/obj16/branch_obj.gif">
+ icon="icons/obj16/branch_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Commit"
@@ -5421,19 +5421,19 @@
</image>
<image
commandId="org.eclipse.egit.ui.team.Ignore"
- icon="icons/obj16/ignore.gif">
+ icon="icons/obj16/ignore.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Merge"
- icon="icons/obj16/merge.gif">
+ icon="icons/obj16/merge.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.MergeTool"
- icon="icons/obj16/mergetool.gif">
+ icon="icons/obj16/mergetool.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Rebase"
- icon="icons/obj16/rebase.gif">
+ icon="icons/obj16/rebase.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Pull"
@@ -5445,7 +5445,7 @@
</image>
<image
commandId="org.eclipse.egit.ui.team.Reset"
- icon="icons/obj16/reset.gif">
+ icon="icons/obj16/reset.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Synchronize"
@@ -5453,67 +5453,67 @@
</image>
<image
commandId="org.eclipse.egit.ui.team.Tag"
- icon="icons/obj16/new_tag_obj.gif">
+ icon="icons/obj16/new_tag_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.AssumeUnchanged"
- icon="icons/obj16/assume-unchanged.gif">
+ icon="icons/obj16/assume_unchanged.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.NoAssumeUnchanged"
- icon="icons/obj16/no-assume-unchanged.gif">
+ icon="icons/obj16/no_assume_unchanged.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.DeleteBranch"
- icon="icons/obj16/delete_obj.gif">
+ icon="icons/obj16/delete_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.RenameBranch"
- icon="icons/obj16/editconfig.gif">
+ icon="icons/obj16/editconfig.png">
</image>
<image
commandId="org.eclipse.ui.edit.rename"
- icon="icons/obj16/editconfig.gif">
+ icon="icons/obj16/editconfig.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.DeleteBranch"
- icon="icons/obj16/delete_obj.gif">
+ icon="icons/obj16/delete_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.DeleteTag"
- icon="icons/obj16/delete_obj.gif">
+ icon="icons/obj16/delete_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand"
- icon="icons/obj16/open-commit.gif">
+ icon="icons/obj16/open-commit.png">
</image>
<image
commandId="org.eclipse.egit.ui.RebaseInteractiveCurrent"
- icon="icons/obj16/rebase_interactive.gif">
+ icon="icons/obj16/rebase_interactive.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand"
- icon="icons/obj16/open-commit.gif">
+ icon="icons/obj16/open-commit.png">
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewOpen"
- icon="icons/obj16/open-commit.gif">
+ icon="icons/obj16/open-commit.png">
</image>
<image
commandId="org.eclipse.egit.ui.history.Revert"
- icon="icons/obj16/revert.gif">
+ icon="icons/obj16/revert.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.Revert"
- icon="icons/obj16/revert.gif">
+ icon="icons/obj16/revert.png">
</image>
<image
commandId="org.eclipse.egit.ui.commit.ShowInHistory"
- icon="icons/obj16/history.gif">
+ icon="icons/obj16/history.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.clean"
- icon="icons/obj16/clean_obj.gif">
+ icon="icons/obj16/clean_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.stash.create"
@@ -5521,7 +5521,7 @@
</image>
<image
commandId="org.eclipse.egit.ui.history.ShowBlame"
- icon="icons/etool16/annotate.gif">
+ icon="icons/etool16/annotate.png">
</image>
<image
commandId="org.eclipse.egit.ui.PushHeadToGerrit"
@@ -5529,15 +5529,15 @@
</image>
<image
commandId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote"
- icon="icons/obj16/gerrit_obj.gif">
+ icon="icons/obj16/gerrit_obj.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.GarbageCollect"
- icon="icons/elcl16/trash.gif">
+ icon="icons/elcl16/trash.png">
</image>
<image
commandId="org.eclipse.egit.ui.team.Disconnect"
- icon="icons/obj16/disconnect_co.gif">
+ icon="icons/obj16/disconnect_co.png">
</image>
</extension>
<extension
@@ -5604,7 +5604,7 @@
<wizard
class="org.eclipse.egit.ui.internal.synchronize.GitSynchronizeWizard"
description="%gitsyncwizard.description"
- icon="icons/obj16/gitrepository.gif"
+ icon="icons/obj16/gitrepository.png"
id="org.eclipse.egit.ui.wizard1"
name="%Synchronize_Name">
</wizard>
@@ -5615,7 +5615,7 @@
class="org.eclipse.egit.ui.internal.synchronize.GitModelSynchronizeParticipant"
id="org.eclipse.egit.ui.modelCompareParticipant"
name="%Synchronize_Name"
- icon="icons/obj16/gitrepository.gif"
+ icon="icons/obj16/gitrepository.png"
persistent="true"/>
</extension>
<extension
@@ -5623,7 +5623,7 @@
<navigatorContent
activeByDefault="false"
contentProvider="org.eclipse.egit.ui.internal.synchronize.mapping.GitChangeSetContentProvider"
- icon="$nl$/icons/obj16/changelog_obj.gif"
+ icon="$nl$/icons/obj16/changelog_obj.png"
id="org.eclipse.egit.ui.changeSetContent"
labelProvider="org.eclipse.egit.ui.internal.synchronize.mapping.GitChangeSetLabelProvider"
name="%Synchronize_ChangeSet"
@@ -5650,7 +5650,7 @@
point="org.eclipse.team.ui.teamContentProviders">
<teamContentProvider
contentExtensionId="org.eclipse.egit.ui.changeSetContent"
- icon="$nl$/icons/obj16/changelog_obj.gif"
+ icon="$nl$/icons/obj16/changelog_obj.png"
modelProviderId="org.eclipse.egit.ui.changeSetModel"/>
</extension>
<extension point="org.eclipse.ui.navigator.viewer">
@@ -6075,7 +6075,7 @@
category="org.eclipse.egit.ui.wizardCategory"
class="org.eclipse.egit.ui.internal.repository.NewRepositoryWizard"
hasPages="true"
- icon="icons/etool16/createRepository.gif"
+ icon="icons/etool16/createRepository.png"
id="org.eclipse.egit.ui.CreateRepositoryWizard"
name="%CreateRepositoryWizard.name">
</wizard>
@@ -6103,7 +6103,7 @@
class="org.eclipse.egit.ui.internal.commit.CommitEditor"
contributorClass="org.eclipse.egit.ui.internal.commit.CommitEditorActionBarContributor"
default="false"
- icon="icons/obj16/changelog_obj.gif"
+ icon="icons/obj16/changelog_obj.png"
id="org.eclipse.egit.ui.commitEditor"
name="%CommitEditor.name">
</editor>
@@ -6197,7 +6197,7 @@
<extension point="org.eclipse.search.searchPages">
<page
class="org.eclipse.egit.ui.internal.search.CommitSearchPage"
- icon="icons/obj16/search-commit.gif"
+ icon="icons/obj16/search-commit.png"
id="org.eclipse.egit.ui.commitSearchPage"
label="%CommitSearchPage.label">
</page>
@@ -6206,7 +6206,7 @@
point="org.eclipse.search.searchResultViewPages">
<viewPage
class="org.eclipse.egit.ui.internal.search.CommitSearchResultsPage"
- icon="icons/obj16/search-commit.gif"
+ icon="icons/obj16/search-commit.png"
id="org.eclipse.egit.ui.commitSearchResultsPage"
label="%CommitSearchResults.label"
searchResultClass="org.eclipse.egit.ui.internal.search.CommitSearchResult">
@@ -6222,7 +6222,7 @@
<action
class="org.eclipse.egit.ui.internal.commit.OpenCommitAction"
definitionId="org.eclipse.egit.ui.team.OpenCommit"
- icon="icons/obj16/open-commit.gif"
+ icon="icons/obj16/open-commit.png"
id="org.eclipse.egit.ui.commit.OpenCommitAction"
label="%OpenCommitAction.label"
menubarPath="navigate/open.ext3"
@@ -6324,7 +6324,7 @@
point="org.eclipse.egit.ui.cloneSourceProvider">
<source
hasFixLocation="true"
- icon="/icons/obj16/editconfig.gif"
+ icon="/icons/obj16/editconfig.png"
label="%CloneUri.label">
</source>
<repositorySearchPage
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIIcons.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIIcons.java
index a567506ac8..4c51e88380 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIIcons.java
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIIcons.java
@@ -330,19 +330,20 @@ public class UIIcons {
static {
base = init();
- OVR_STAGED = map("ovr/staged.gif"); //$NON-NLS-1$
- OVR_STAGED_ADD = map("ovr/staged_added.gif"); //$NON-NLS-1$
- OVR_STAGED_REMOVE = map("ovr/staged_removed.gif"); //$NON-NLS-1$
- OVR_STAGED_RENAME = map("ovr/staged_renamed.gif"); //$NON-NLS-1$
- OVR_UNTRACKED = map("ovr/untracked.gif"); //$NON-NLS-1$
- OVR_CONFLICT = map("ovr/conflict.gif"); //$NON-NLS-1$
- OVR_ASSUMEUNCHANGED = map("ovr/assume_unchanged.gif"); //$NON-NLS-1$
- OVR_DIRTY = map("ovr/dirty.gif"); //$NON-NLS-1$
- OVR_SYMLINK = map("ovr/symlink_ovr.gif"); //$NON-NLS-1$
- ELCL16_FIND = map("elcl16/find.gif"); //$NON-NLS-1$
- ELCL16_COMPARE_VIEW = map("elcl16/compare_view.gif"); //$NON-NLS-1$
- ELCL16_NEXT = map("elcl16/next.gif"); //$NON-NLS-1$
- ELCL16_PREVIOUS = map("elcl16/previous.gif"); //$NON-NLS-1$
+ OVR_CHECKEDOUT = map("ovr/checkedout_ov.png"); //$NON-NLS-1$
+ OVR_STAGED = map("ovr/staged.png"); //$NON-NLS-1$
+ OVR_STAGED_ADD = map("ovr/staged_added.png"); //$NON-NLS-1$
+ OVR_STAGED_REMOVE = map("ovr/staged_removed.png"); //$NON-NLS-1$
+ OVR_STAGED_RENAME = map("ovr/staged_renamed.png"); //$NON-NLS-1$
+ OVR_UNTRACKED = map("ovr/untracked.png"); //$NON-NLS-1$
+ OVR_CONFLICT = map("ovr/conflict.png"); //$NON-NLS-1$
+ OVR_ASSUMEUNCHANGED = map("ovr/assume_unchanged.png"); //$NON-NLS-1$
+ OVR_DIRTY = map("ovr/dirty.png"); //$NON-NLS-1$
+ OVR_SYMLINK = map("ovr/symlink_ovr.png"); //$NON-NLS-1$
+ ELCL16_FIND = map("elcl16/find.png"); //$NON-NLS-1$
+ ELCL16_COMPARE_VIEW = map("elcl16/compare_view.png"); //$NON-NLS-1$
+ ELCL16_NEXT = map("elcl16/next_nav.png"); //$NON-NLS-1$
+ ELCL16_PREVIOUS = map("elcl16/prev_nav.png"); //$NON-NLS-1$
WIZBAN_CREATE_PATCH = map("wizban/createpatch_wizban.png"); //$NON-NLS-1$
WIZBAN_IMPORT_REPO = map("wizban/import_wiz.png"); //$NON-NLS-1$
WIZBAN_CONNECT_REPO = map("wizban/newconnect_wizban.png"); //$NON-NLS-1$
@@ -353,84 +354,83 @@ public class UIIcons {
WIZBAN_PUSH_GERRIT = map("wizban/push_gerrit_wizban.png"); //$NON-NLS-1$
WIZBAN_PUSH = map("wizban/push_wizban.png"); //$NON-NLS-1$
WIZBAN_SYNCHRONIZE = map("wizban/synchronize_wizban.png"); //$NON-NLS-1$
- EDITCONFIG = map("obj16/editconfig.gif"); //$NON-NLS-1$
- ELCL16_COMMIT = map("elcl16/commit.gif"); //$NON-NLS-1$
- ELCL16_COMMENTS = map("elcl16/comment.gif"); //$NON-NLS-1$
- ELCL16_AUTHOR = map("elcl16/author.gif"); //$NON-NLS-1$
- ELCL16_COMMITTER = map("elcl16/committer.gif"); //$NON-NLS-1$
- ELCL16_DELETE = map("elcl16/delete.gif"); //$NON-NLS-1$
- ELCL16_ADD = map("elcl16/add.gif"); //$NON-NLS-1$
- ELCL16_TRASH = map("elcl16/trash.gif"); //$NON-NLS-1$
- ELCL16_CLEAR = map("elcl16/clear.gif"); //$NON-NLS-1$
- ELCL16_REFRESH = map("elcl16/refresh.gif"); //$NON-NLS-1$
+ EDITCONFIG = map("obj16/editconfig.png"); //$NON-NLS-1$
+ ELCL16_COMMIT = map("elcl16/commit.png"); //$NON-NLS-1$
+ ELCL16_COMMENTS = map("elcl16/comment.png"); //$NON-NLS-1$
+ ELCL16_AUTHOR = map("elcl16/author.png"); //$NON-NLS-1$
+ ELCL16_COMMITTER = map("elcl16/committer.png"); //$NON-NLS-1$
+ ELCL16_DELETE = map("elcl16/delete.png"); //$NON-NLS-1$
+ ELCL16_ADD = map("elcl16/add.png"); //$NON-NLS-1$
+ ELCL16_TRASH = map("elcl16/trash.png"); //$NON-NLS-1$
+ ELCL16_CLEAR = map("elcl16/clear_co.png"); //$NON-NLS-1$
+ ELCL16_REFRESH = map("elcl16/refresh.png"); //$NON-NLS-1$
ELCL16_SYNCED = map("elcl16/synced.png"); //$NON-NLS-1$
- ELCL16_FILTER = map("elcl16/filter_ps.gif"); //$NON-NLS-1$
- ELCL16_ID = map("elcl16/sha1.gif"); //$NON-NLS-1$
- CHECKBOX_ENABLED_CHECKED = map("checkboxes/enabled_checked.gif"); //$NON-NLS-1$
- CHECKBOX_ENABLED_UNCHECKED = map("checkboxes/enabled_unchecked.gif"); //$NON-NLS-1$
- CHECKBOX_DISABLED_CHECKED = map("checkboxes/disabled_checked.gif"); //$NON-NLS-1$
- CHECKBOX_DISABLED_UNCHECKED = map("checkboxes/disabled_unchecked.gif"); //$NON-NLS-1$
- FILTERRESOURCE = map("elcl16/filterresource.gif"); //$NON-NLS-1$
- FILTERPROJECT = map("elcl16/filterproject.gif"); //$NON-NLS-1$
- FILTERFOLDER = map("elcl16/filterfolder.gif"); //$NON-NLS-1$
+ ELCL16_FILTER = map("elcl16/filter_ps.png"); //$NON-NLS-1$
+ ELCL16_ID = map("elcl16/sha1.png"); //$NON-NLS-1$
+ CHECKBOX_ENABLED_CHECKED = map("checkboxes/enabled_checked.png"); //$NON-NLS-1$
+ CHECKBOX_ENABLED_UNCHECKED = map("checkboxes/enabled_unchecked.png"); //$NON-NLS-1$
+ CHECKBOX_DISABLED_CHECKED = map("checkboxes/disabled_checked.png"); //$NON-NLS-1$
+ CHECKBOX_DISABLED_UNCHECKED = map("checkboxes/disabled_unchecked.png"); //$NON-NLS-1$
+ FILTERRESOURCE = map("elcl16/filterresource.png"); //$NON-NLS-1$
+ FILTERPROJECT = map("elcl16/filterproject.png"); //$NON-NLS-1$
+ FILTERFOLDER = map("elcl16/filterfolder.png"); //$NON-NLS-1$
FETCH = map("obj16/fetch.png"); //$NON-NLS-1$
PUSH = map("obj16/push.png"); //$NON-NLS-1$
PULL = map("obj16/pull.png"); //$NON-NLS-1$
- REPOSITORY = map("obj16/repository_rep.gif"); //$NON-NLS-1$
- REPOSITORY_GERRIT = map("obj16/repository_gerrit.gif"); //$NON-NLS-1$
- NEW_REPOSITORY = map("etool16/newlocation_wiz.gif"); //$NON-NLS-1$
- REMOTE_REPOSITORY = map("obj16/remote_entry_tbl.gif"); //$NON-NLS-1$
+ REPOSITORY = map("obj16/repository_rep.png"); //$NON-NLS-1$
+ REPOSITORY_GERRIT = map("obj16/repository_gerrit.png"); //$NON-NLS-1$
+ NEW_REPOSITORY = map("etool16/newlocation_wiz.png"); //$NON-NLS-1$
+ REMOTE_REPOSITORY = map("obj16/remote_entry_tbl.png"); //$NON-NLS-1$
REMOTE_SPEC = map("obj16/synchronize.png"); //$NON-NLS-1$
- BRANCHES = map("obj16/branches_obj.gif"); //$NON-NLS-1$
- OVR_CHECKEDOUT = map("ovr/checkedout_ov.gif"); //$NON-NLS-1$
- TAGS = map("obj16/tags.gif"); //$NON-NLS-1$
- TAG = map("obj16/version_rep.gif"); //$NON-NLS-1$
- CREATE_TAG = map("obj16/new_tag_obj.gif"); //$NON-NLS-1$
- BRANCH = map("obj16/branch_obj.gif"); //$NON-NLS-1$
- CREATE_BRANCH = map("obj16/new_branch_obj.gif"); //$NON-NLS-1$
- COLLAPSEALL = map("elcl16/collapseall.gif"); //$NON-NLS-1$
- CLONEGIT = map("obj16/cloneGit.gif"); //$NON-NLS-1$
- RESET = map("obj16/reset.gif"); //$NON-NLS-1$
- CHANGESET = map("obj16/changelog_obj.gif"); //$NON-NLS-1$
- GERRIT = map("obj16/gerrit_obj.gif"); //$NON-NLS-1$
- EXPAND_ALL = map("wizban/expandall.gif"); //$NON-NLS-1$
- CHECKOUT = map("obj16/checkout.gif"); //$NON-NLS-1$
+ BRANCHES = map("obj16/branches_obj.png"); //$NON-NLS-1$
+ TAGS = map("obj16/tags.png"); //$NON-NLS-1$
+ TAG = map("obj16/version_rep.png"); //$NON-NLS-1$
+ CREATE_TAG = map("obj16/new_tag_obj.png"); //$NON-NLS-1$
+ BRANCH = map("obj16/branch_obj.png"); //$NON-NLS-1$
+ CREATE_BRANCH = map("obj16/new_branch_obj.png"); //$NON-NLS-1$
+ COLLAPSEALL = map("elcl16/collapseall.png"); //$NON-NLS-1$
+ CLONEGIT = map("obj16/cloneGit.png"); //$NON-NLS-1$
+ RESET = map("obj16/reset.png"); //$NON-NLS-1$
+ CHANGESET = map("obj16/changelog_obj.png"); //$NON-NLS-1$
+ GERRIT = map("obj16/gerrit_obj.png"); //$NON-NLS-1$
+ EXPAND_ALL = map("elcl16/expandall.png"); //$NON-NLS-1$
+ CHECKOUT = map("obj16/checkout.png"); //$NON-NLS-1$
SIGNED_OFF = map("obj16/signed-off.png"); //$NON-NLS-1$
- CHECK_ALL = map("obj16/check_all.gif"); //$NON-NLS-1$
- UNCHECK_ALL = map("obj16/uncheck_all.gif"); //$NON-NLS-1$
- AMEND_COMMIT = map("obj16/commit_amend.gif"); //$NON-NLS-1$
- UNTRACKED_FILE = map("obj16/untracked_file.gif"); //$NON-NLS-1$
+ CHECK_ALL = map("obj16/check_all.png"); //$NON-NLS-1$
+ UNCHECK_ALL = map("obj16/uncheck_all.png"); //$NON-NLS-1$
+ AMEND_COMMIT = map("obj16/commit_amend.png"); //$NON-NLS-1$
+ UNTRACKED_FILE = map("obj16/untracked_file.png"); //$NON-NLS-1$
NOTE = map("obj16/note.png"); //$NON-NLS-1$
- ANNOTATE = map("etool16/annotate.gif"); //$NON-NLS-1$
+ ANNOTATE = map("etool16/annotate.png"); //$NON-NLS-1$
COMMIT = map("obj16/commit.png"); //$NON-NLS-1$
CHERRY_PICK = map("obj16/cherry-pick.png"); //$NON-NLS-1$
- REBASE = map("obj16/rebase.gif"); //$NON-NLS-1$
- REBASE_CONTINUE = map("elcl16/continue.gif"); //$NON-NLS-1$
- REBASE_SKIP = map("elcl16/skip.gif"); //$NON-NLS-1$
- REBASE_ABORT = map("elcl16/progress_stop.gif"); //$NON-NLS-1$
- REBASE_PROCESS_STEPS = map("elcl16/start.gif"); //$NON-NLS-1$
+ REBASE = map("obj16/rebase.png"); //$NON-NLS-1$
+ REBASE_CONTINUE = map("elcl16/continue.png"); //$NON-NLS-1$
+ REBASE_SKIP = map("elcl16/skip.png"); //$NON-NLS-1$
+ REBASE_ABORT = map("elcl16/progress_stop.png"); //$NON-NLS-1$
+ REBASE_PROCESS_STEPS = map("elcl16/start.png"); //$NON-NLS-1$
OVR_ERROR = map("ovr/error.png"); //$NON-NLS-1$
- MERGE = map("obj16/merge.gif"); //$NON-NLS-1$
- TAG_ANNOTATED = map("obj16/annotated-tag.gif"); //$NON-NLS-1$
- CREATE_REPOSITORY = map("etool16/createRepository.gif"); //$NON-NLS-1$
- SUBMODULES = map("obj16/submodules.gif"); //$NON-NLS-1$
- CLEAN = map("obj16/clean_obj.gif"); //$NON-NLS-1$
+ MERGE = map("obj16/merge.png"); //$NON-NLS-1$
+ TAG_ANNOTATED = map("obj16/annotated-tag.png"); //$NON-NLS-1$
+ CREATE_REPOSITORY = map("etool16/createRepository.png"); //$NON-NLS-1$
+ SUBMODULES = map("obj16/submodules.png"); //$NON-NLS-1$
+ CLEAN = map("obj16/clean_obj.png"); //$NON-NLS-1$
STASH = map("obj16/stash.png"); //$NON-NLS-1$
STASH_APPLY = map("obj16/stash-apply.png"); //$NON-NLS-1$
- HISTORY = map("obj16/history.gif"); //$NON-NLS-1$
- SEARCH_COMMIT = map("obj16/search-commit.gif"); //$NON-NLS-1$
- HIERARCHY = map("elcl16/hierarchicalLayout.gif"); //$NON-NLS-1$
- FLAT = map("elcl16/flatLayout.gif"); //$NON-NLS-1$
- COMPACT = map("elcl16/compactLayout.gif"); //$NON-NLS-1$
+ HISTORY = map("obj16/history.png"); //$NON-NLS-1$
+ SEARCH_COMMIT = map("obj16/search-commit.png"); //$NON-NLS-1$
+ HIERARCHY = map("elcl16/hierarchicalLayout.png"); //$NON-NLS-1$
+ FLAT = map("elcl16/flatLayout.png"); //$NON-NLS-1$
+ COMPACT = map("elcl16/compactLayout.png"); //$NON-NLS-1$
SQUASH_UP = map("obj16/squash-up.png"); //$NON-NLS-1$
SQUASH_DOWN = map("obj16/squash-down.png"); //$NON-NLS-1$
FIXUP_UP = map("obj16/fixup-up.png"); //$NON-NLS-1$
FIXUP_DOWN = map("obj16/fixup-down.png"); //$NON-NLS-1$
- REVERT = map("obj16/revert.gif"); //$NON-NLS-1$
- REWORD = map("obj16/reword.gif"); //$NON-NLS-1$
- DONE_STEP = map("obj16/done_step.gif"); //$NON-NLS-1$
- CURRENT_STEP = map("obj16/current_step.gif"); //$NON-NLS-1$
- ALPHABETICALLY_SORT = map("obj16/alphab_sort_co.gif"); //$NON-NLS-1$
+ REVERT = map("obj16/revert.png"); //$NON-NLS-1$
+ REWORD = map("obj16/reword.png"); //$NON-NLS-1$
+ DONE_STEP = map("obj16/done_step.png"); //$NON-NLS-1$
+ CURRENT_STEP = map("obj16/current_step.png"); //$NON-NLS-1$
+ ALPHABETICALLY_SORT = map("obj16/alphab_sort_co.png"); //$NON-NLS-1$
STATE_SORT = map("obj16/state_sort_co.png"); //$NON-NLS-1$
CHECKED_OUT_BRANCH = new DecorationOverlayDescriptor(BRANCH,
OVR_CHECKEDOUT, IDecoration.TOP_LEFT);

Back to the top