* [ANNOUNCE] qgit 1.1.1
@ 2006-03-19 16:53 Marco Costalba
2006-03-19 21:49 ` Ingo Molnar
0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2006-03-19 16:53 UTC (permalink / raw)
To: git; +Cc: proski
This is a maintenance release, mainly performance tweaks and small bug fixes.
To install use:
./configure
make
make install-strip
Or check the shipped README for detailed information.
To note are big speed-up in annotation and tree viewer browsing
See http://digilander.libero.it/mcostalba/ for download information.
Changelog
* add support for file annotations in multi-branch repos
* speed-up browsing with tree view open
* tree view: set in bold the names of modified files
* use a map instead of a list to speed-up path filtering
* add support for listing tags in a submenu in mainview context pop-up
* show StGIT patch names on the status bar (Pavel Roskin)
* use dark green pluses for applied StGIT patches (Pavel Roskin)
* more then double annotation speed
* add support for jumping to branches from pop-up menu
* remove setting 'Load file names in background'
* save cache file under ./git directory
* fix duplicate tags in the pop-up menu (Pavel Roskin)
Have fun
Marco
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-19 16:53 [ANNOUNCE] qgit 1.1.1 Marco Costalba
@ 2006-03-19 21:49 ` Ingo Molnar
2006-03-19 22:01 ` Marco Costalba
0 siblings, 1 reply; 8+ messages in thread
From: Ingo Molnar @ 2006-03-19 21:49 UTC (permalink / raw)
To: Marco Costalba; +Cc: git, proski
* Marco Costalba <mcostalba@gmail.com> wrote:
> This is a maintenance release, mainly performance tweaks and small bug
> fixes.
looks good here. One small bug: when in 'patch view' mode (e.g. after
having double-clicked on a commit), clicking on a merge commit produces
an "Error - Qgit" window.
Ingo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-19 21:49 ` Ingo Molnar
@ 2006-03-19 22:01 ` Marco Costalba
2006-03-19 22:04 ` Marco Costalba
0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2006-03-19 22:01 UTC (permalink / raw)
To: Ingo Molnar; +Cc: git, proski
On 3/19/06, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Marco Costalba <mcostalba@gmail.com> wrote:
>
> > This is a maintenance release, mainly performance tweaks and small bug
> > fixes.
>
> looks good here. One small bug: when in 'patch view' mode (e.g. after
> having double-clicked on a commit), clicking on a merge commit produces
> an "Error - Qgit" window.
>
Put in this way it seems a very major bug! really not a small one!
I cannot reproduce it. Please can you give me some more info as repository
(linux tree?) and commit sha.
Thanks
Marco
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-19 22:01 ` Marco Costalba
@ 2006-03-19 22:04 ` Marco Costalba
2006-03-20 10:20 ` Ingo Molnar
0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2006-03-19 22:04 UTC (permalink / raw)
To: Ingo Molnar; +Cc: git, proski
On 3/19/06, Marco Costalba <mcostalba@gmail.com> wrote:
> On 3/19/06, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > * Marco Costalba <mcostalba@gmail.com> wrote:
> >
> > > This is a maintenance release, mainly performance tweaks and small bug
> > > fixes.
> >
> > looks good here. One small bug: when in 'patch view' mode (e.g. after
> > having double-clicked on a commit), clicking on a merge commit produces
> > an "Error - Qgit" window.
> >
>
> Put in this way it seems a very major bug! really not a small one!
>
> I cannot reproduce it. Please can you give me some more info as repository
> (linux tree?) and commit sha.
>
And please also the error message that appears in qgit window so to know
what git command failed.
Thanks
Marco
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-19 22:04 ` Marco Costalba
@ 2006-03-20 10:20 ` Ingo Molnar
2006-03-20 12:13 ` Marco Costalba
0 siblings, 1 reply; 8+ messages in thread
From: Ingo Molnar @ 2006-03-20 10:20 UTC (permalink / raw)
To: Marco Costalba; +Cc: git, proski
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
* Marco Costalba <mcostalba@gmail.com> wrote:
> > Put in this way it seems a very major bug! really not a small one!
> >
> > I cannot reproduce it. Please can you give me some more info as repository
> > (linux tree?) and commit sha.
> >
>
> And please also the error message that appears in qgit window so to
> know what git command failed.
i've attached a screenshot of the failure message. It's plain Linus'
kernel git tree, clicking on any merge commit produces this window. FC4
box.
Ingo
[-- Attachment #2: qgit-bug.png --]
[-- Type: image/png, Size: 46247 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-20 10:20 ` Ingo Molnar
@ 2006-03-20 12:13 ` Marco Costalba
2006-03-20 14:46 ` Ingo Molnar
0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2006-03-20 12:13 UTC (permalink / raw)
To: Ingo Molnar; +Cc: git, proski
On 3/20/06, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Marco Costalba <mcostalba@gmail.com> wrote:
>
> > > Put in this way it seems a very major bug! really not a small one!
> > >
> > > I cannot reproduce it. Please can you give me some more info as repository
> > > (linux tree?) and commit sha.
> > >
> >
> > And please also the error message that appears in qgit window so to
> > know what git command failed.
>
> i've attached a screenshot of the failure message. It's plain Linus'
> kernel git tree, clicking on any merge commit produces this window. FC4
> box.
>
The wrong command is git-diff-tree -r -c -p 46571...
I think it's about the quite new option -c of git-diff-tree.
Please upgrade your git to latest version, better upstream one, but
1.2.4 should be enough.
Marco
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-20 12:13 ` Marco Costalba
@ 2006-03-20 14:46 ` Ingo Molnar
2006-03-20 16:32 ` Marco Costalba
0 siblings, 1 reply; 8+ messages in thread
From: Ingo Molnar @ 2006-03-20 14:46 UTC (permalink / raw)
To: Marco Costalba; +Cc: git, proski
* Marco Costalba <mcostalba@gmail.com> wrote:
> The wrong command is git-diff-tree -r -c -p 46571...
>
> I think it's about the quite new option -c of git-diff-tree.
>
> Please upgrade your git to latest version, better upstream one, but
> 1.2.4 should be enough.
ok, that did the trick.
there's a weird rendering artifact as well, see the white line in the
screenshot [that i'll send you in a separate mail]. It goes away if i
drag another window in front of the qgit window. It happens if i
double-click a 'merge' branch, exit qgit and start it again [and the
separator line needs to obscur the commit line just partially]. This is
an uptodate FC4 installation.
Ingo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] qgit 1.1.1
2006-03-20 14:46 ` Ingo Molnar
@ 2006-03-20 16:32 ` Marco Costalba
0 siblings, 0 replies; 8+ messages in thread
From: Marco Costalba @ 2006-03-20 16:32 UTC (permalink / raw)
To: Ingo Molnar; +Cc: git, proski
On 3/20/06, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Marco Costalba <mcostalba@gmail.com> wrote:
>
> > The wrong command is git-diff-tree -r -c -p 46571...
> >
> > I think it's about the quite new option -c of git-diff-tree.
> >
> > Please upgrade your git to latest version, better upstream one, but
> > 1.2.4 should be enough.
>
> ok, that did the trick.
>
> there's a weird rendering artifact as well, see the white line in the
> screenshot [that i'll send you in a separate mail]. It goes away if i
> drag another window in front of the qgit window. It happens if i
> double-click a 'merge' branch, exit qgit and start it again [and the
> separator line needs to obscur the commit line just partially]. This is
> an uptodate FC4 installation.
>
Yes, sometimes I see it either. To remove I use the scrollbar to
hide/unhide the line,
i.e. to force a repaint.
I think it is something related to Qt rendering engine, I doubt I
could do something about it.
BTW someone off list suggested me to implement a 'git version check'
control and related message box to avoid your troubles to someone
else: I'm surely going to do it.
Marco
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-03-20 16:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-19 16:53 [ANNOUNCE] qgit 1.1.1 Marco Costalba
2006-03-19 21:49 ` Ingo Molnar
2006-03-19 22:01 ` Marco Costalba
2006-03-19 22:04 ` Marco Costalba
2006-03-20 10:20 ` Ingo Molnar
2006-03-20 12:13 ` Marco Costalba
2006-03-20 14:46 ` Ingo Molnar
2006-03-20 16:32 ` 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).