lp:egit

Created by VCS imports and last modified
Get this branch:
bzr branch lp:egit

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
egit
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://git.eclipse.org/r/p/egit/egit.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 20 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log

Recent revisions

4654. By Thomas Wolf <email address hidden>

[staging] Clear and restore selection when refreshing

Clear the selection before refreshing a view, and re-set it
afterwards. refreshViewersInternal() is always called inside a
setRedraw(false), so this has no visible effects. But it greatly
simplifies the work of viewer.refresh(), which might otherwise try
to re-set the selection too many times, which causes quadratic
behavior when the presentation is switched from tree view to list
view or vice versa while there is a selection.

Bug: 519231
Change-Id: Ib684b15642aeb8bc5ec8a357db7a8546732a48cd
Signed-off-by: Thomas Wolf <email address hidden>

4653. By Thomas Wolf <email address hidden>

[staging] hierarchical model also for list view

Use a hierarchical model in the StagingViewContentProvider for the
staged/unstaged viewers also in list view. This enables us to find
the IFile belonging to a StagingEntry faster since we can just
ask the containing folder's IContainer, if it exists.

Bug: 564569
Change-Id: Ic41b93987e7ed757ab16c102be8b02f4ae6541c0
Signed-off-by: Thomas Wolf <email address hidden>

4652. By Matthias Sohn <email address hidden>

Restore additional egit github update sites lost in merge 9592984b

Change-Id: I5a4480dc3c79c2ebab7ee8dff171ffc20d3fcf37
Signed-off-by: Matthias Sohn <email address hidden>

4651. By Matthias Sohn <email address hidden>

Oomph developer setup: update API baselines

- remove baseline for stable-5.6 branch
- update baseline for master branch to 5.8

Change-Id: I1877ec55bef6ccbe28e3a5c49128c63d83b80442
Signed-off-by: Matthias Sohn <email address hidden>

4650. By Matthias Sohn <email address hidden>

Merge branch 'stable-5.8'

* stable-5.8:
  Prepare 5.8.1-SNAPSHOT builds
  EGit v5.8.0.202006091008-r
  Try different way to skip pack200 packing for org.eclipse.egit.doc
  Update documentation for 5.8
  Add reference to egit-github repository
  Rename category experimental to additional and move mylyn feature to it
  Prepare 5.8.0-SNAPSHOT builds
  EGit v5.8.0.202005061305-m2

Change-Id: I2ed1ffeb7026b88186b0e3272238d1c9a59b894b
Signed-off-by: Matthias Sohn <email address hidden>

4649. By Matthias Sohn <email address hidden>

Prepare 5.9.0-SNAPSHOT builds

Change-Id: I92254611d084dbb365bcf6a94d36c3010090bb71
Signed-off-by: Matthias Sohn <email address hidden>

4648. By Michael Keppler <email address hidden>

Remove packed version of egit.doc from update site

egit.doc is the biggest contributor to the update site. The pack200
compressed version is almost as big as the not packed version. Therefore
do not even try to create a packed version of that bundle. This removes
5 MB from each update site that we publish.

This cannot be tested locally, since the signing profile cannot be
executed locally. Running with the default profile works fine locally.

Change-Id: I49908c706693d2bd01effb0716f596818effdc37
Signed-off-by: Michael Keppler <email address hidden>
Signed-off-by: Matthias Sohn <email address hidden>

4647. By Matthias Sohn <email address hidden>

Merge changes I7826cc17,Idd6ae15f

* changes:
  Show repository name in commit dialog
  Show visible and overall staging count when filtering

4646. By Thomas Wolf <email address hidden>

Layout fix in RepositorySelectionPage

When configuring a push URI, the button to select a local bundle
file is not shown. However, the button to select a local directory
as upstream repository was set to span 3 columns in that case. That's
one too many, and broke the layout of the page completely in that
case.

Reduce the span to 2 columns: the one for the "Local Folder..."
button plus the one for the (not shown) "Local Bundle File..." button.

Change-Id: I2df6dc9bf466cd638b8aa0bdbcb9f3aff01c5c16
Signed-off-by: Thomas Wolf <email address hidden>

4645. By Thomas Wolf <email address hidden>

Fix QuickOutline command in DiffEditor

1. To make the command and its key binding show up in the key bindings
   preference page, the command needs to have a category.
2. To make the texts displayed in that preference page make sense, the
   command must have a sensible description.
3. The command name should just be "Quick Outline" similar to the other
   commands from Java, Mylyn, or PDE.
4. The context "org.eclipse.egit.ui.DiffViewer" for the keybinding must
   be a child of textEditorScope, otherwise there can be key conflicts.
   (For instance, lsp4e uses M1+O in the textEditorScope for "Go to
   Symbol in File". With our binding in the window-wide context, this
   conflicts. With our binding in a child of textEditorScope, it won't
   conflict but override.)
5. The DiffEditor must set the "org.eclipse.egit.ui.DiffViewer" context.

Bug: 563986
Change-Id: I08f549ddf038a2d1b9520cf75d99bc596241df16
Signed-off-by: Thomas Wolf <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.