git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] qgit-1.2rc1
@ 2006-04-08  9:44 Marco Costalba
  2006-04-08 11:07 ` Marco Costalba
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Costalba @ 2006-04-08  9:44 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

qgit is a very fast git GUI viewer with a lot of features .

The biggest new feature this time is *code range filtering*

Select a file and  open the file/annotation viewer, then wait for
annotation finished and then select a history revision just to be sure
annotation info is displayed.

You will see the new 'filter' button (in annotation window tool
bar, not in main view tool bar) enabled. Press it and the file history
will be shrinked to show only revisions that modified the selected lines.

Selected code region is also highlighted for better browsing.
Filter button is a toggle button, so just press again it to release the filter.

NOTE NOTE: Range filtering it's  _slippery_   code, there are a lot of
subtle details involved, so may be something it's still missing/bogous,
qgit-1.2rc1 it's here to let properly test before final release.


DOWNLOAD

Tarball is at
http://prdownloads.sourceforge.net/qgit/qgit-1.2rc1.tar.bz2?download

Git archive is at
http://digilander.libero.it/mcostalba/scm/qgit.git

See http://digilander.libero.it/mcostalba/  for detailed download information.


INSTALLATION

To install from tarball use:

./configure
make
make install-strip

To install from git archive:

autoreconf -i
./configure
make
make install-strip

Or check the shipped README for detailed information.

CHANGELOG

 - add support for code range filtering

- much improved graph for partial repos views. Use new --boundary
git-rev-list option

- pressing ESC in startup dialog make application to quit

- add support for quick open of latest visited repositories

- add support for launching an external diff viewer

- speed-up git commands execution using usleep() in external program launcher

- highlight filter matches in revision logs

- add git version compatibility check

- fix duplicated unapplied patches in StGIT when qgit is called with
--all option

- fix run from subdirectory regression


             Marco

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCE] qgit-1.2rc1
  2006-04-08  9:44 [ANNOUNCE] qgit-1.2rc1 Marco Costalba
@ 2006-04-08 11:07 ` Marco Costalba
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Costalba @ 2006-04-08 11:07 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

On 4/8/06, Marco Costalba <mcostalba@gmail.com> wrote:
> qgit is a very fast git GUI viewer with a lot of features .
>
> The biggest new feature this time is *code range filtering*
>

Before hitting the warning pop-up about git version compatibility at
qgit launch,please note that a git with --boundary option support
is required.

git-rev-list --boundary has been merged after git-1.3.0.rc1, so better
upgrade git to latest upstream snapshot git-1.3.0rc3

Of course final qgit-1.2 will be out only _after_  released git-1.3.0

    Marco

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-08 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-08  9:44 [ANNOUNCE] qgit-1.2rc1 Marco Costalba
2006-04-08 11:07 ` Marco Costalba

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).