git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: git@vger.kernel.org, Marek Zawirski <marek.zawirski@gmail.com>,
	Robin Rosenberg <robin.rosenberg@dewire.com>
Subject: [EGIT PATCH 0/2] Quickdiff improvement
Date: Fri, 11 Jul 2008 00:41:10 +0200	[thread overview]
Message-ID: <1215729672-26906-1-git-send-email-robin.rosenberg@dewire.com> (raw)

Connect quickdiff to the repository event mechanism and allow us
to specify what to compare against.

-- robin

Robin Rosenberg (2):
  Make quick diff aware of changes in the repository.
  Provide the ability to configure the quickdiff baseline

 org.spearce.egit.ui/plugin.properties              |    2 +-
 org.spearce.egit.ui/plugin.xml                     |   14 +++
 .../actions/QuickdiffBaselineOperation.java        |   44 ++++++++++
 .../actions/ResetQuickdiffBaselineAction.java      |   24 +++++
 .../actions/SetQuickdiffBaselineAction.java        |   26 ++++++
 .../egit/ui/internal/decorators/GitDocument.java   |   86 +++++++++++++++++++
 .../internal/decorators/GitQuickDiffProvider.java  |   90 +++++++++-----------
 7 files changed, 236 insertions(+), 50 deletions(-)
 create mode 100644 org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/QuickdiffBaselineOperation.java
 create mode 100644 org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/ResetQuickdiffBaselineAction.java
 create mode 100644 org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/SetQuickdiffBaselineAction.java
 create mode 100644 org.spearce.egit.ui/src/org/spearce/egit/ui/internal/decorators/GitDocument.java

             reply	other threads:[~2008-07-10 22:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-10 22:41 Robin Rosenberg [this message]
2008-07-10 22:41 ` [EGIT PATCH 1/2] Make quick diff aware of changes in the repository Robin Rosenberg
2008-07-10 22:41   ` [EGIT PATCH 2/2] Provide the ability to configure the quickdiff baseline Robin Rosenberg
2008-07-11  5:00     ` Shawn O. Pearce
2008-07-11 21:34   ` [PATCH] Fix nullpointer exceptions in Quickdiff Robin Rosenberg
2008-07-11 21:50     ` EGIT, was " Johannes Schindelin
2008-07-11 22:15       ` Robin Rosenberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1215729672-26906-1-git-send-email-robin.rosenberg@dewire.com \
    --to=robin.rosenberg@dewire.com \
    --cc=git@vger.kernel.org \
    --cc=marek.zawirski@gmail.com \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).