git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* qgit-0.3
@ 2005-06-01 11:19 Marco Costalba
  2005-06-02 19:18 ` qgit-0.3 Radoslaw Szkodzinski
  2005-06-03  3:55 ` qgit-0.3 Benjamin Herrenschmidt
  0 siblings, 2 replies; 6+ messages in thread
From: Marco Costalba @ 2005-06-01 11:19 UTC (permalink / raw)
  To: git; +Cc: berkus

New version of qgit, the QT/C++ git viewer.

Download at:

http://prdownloads.sourceforge.net/qgit/qgit-0.3.tar.gz?download

This time we use scons instead of qmake as build system (many thanks to Stanislav Karchebny), I
hope people have less problems compiling it.

As before just run make and copy the bin in the path.

New feature is async loading of diff and file blobs, should be much faster navigate the logs with
secondary windows (double click on logs or file names to show) opened.

Have fun
Marco



	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it

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

* Re: qgit-0.3
  2005-06-01 11:19 qgit-0.3 Marco Costalba
@ 2005-06-02 19:18 ` Radoslaw Szkodzinski
  2005-06-03  3:55 ` qgit-0.3 Benjamin Herrenschmidt
  1 sibling, 0 replies; 6+ messages in thread
From: Radoslaw Szkodzinski @ 2005-06-02 19:18 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git, berkus

Marco Costalba wrote:

>New version of qgit, the QT/C++ git viewer.
>
>Download at:
>
>http://prdownloads.sourceforge.net/qgit/qgit-0.3.tar.gz?download
>
>This time we use scons instead of qmake as build system (many thanks to Stanislav Karchebny), I
>hope people have less problems compiling it.
>
>  
>
Actually, your scons build system is botched, it can't find qt module.
Only after I installed a system global scons, that one could build qgit.

>As before just run make and copy the bin in the path.
>
>  
>
So why do you put ${SCONS} install as the install target in the Makefile?

However, the tool's great, really.

Theres only one cosmetic problem: The windows do not support UTF-8 somehow.
My GIT_COMMITTER_NAME contains them and they're displayed as single
bytes they consist of. Remember, default and only git encoding is UTF-8.

AstralStorm

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

* Re: qgit-0.3
  2005-06-01 11:19 qgit-0.3 Marco Costalba
  2005-06-02 19:18 ` qgit-0.3 Radoslaw Szkodzinski
@ 2005-06-03  3:55 ` Benjamin Herrenschmidt
  2005-06-03 12:18   ` qgit-0.3 Radoslaw Szkodzinski
  1 sibling, 1 reply; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2005-06-03  3:55 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git, berkus

On Wed, 2005-06-01 at 13:19 +0200, Marco Costalba wrote:
> New version of qgit, the QT/C++ git viewer.
> 
> Download at:
> 
> http://prdownloads.sourceforge.net/qgit/qgit-0.3.tar.gz?download
> 
> This time we use scons instead of qmake as build system (many thanks to Stanislav Karchebny), I
> hope people have less problems compiling it.
> 
> As before just run make and copy the bin in the path.
> 
> New feature is async loading of diff and file blobs, should be much faster navigate the logs with
> secondary windows (double click on logs or file names to show) opened.

I spent 1/2h and never managed to build it. When it doesn't find some
includes, it doesn't look for some Qt related binaries in the right
path, or whatever, it's just basically unbuildable.

Ben.



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

* Re: qgit-0.3
  2005-06-03  3:55 ` qgit-0.3 Benjamin Herrenschmidt
@ 2005-06-03 12:18   ` Radoslaw Szkodzinski
  2005-06-03 22:37     ` qgit-0.3 Benjamin Herrenschmidt
  0 siblings, 1 reply; 6+ messages in thread
From: Radoslaw Szkodzinski @ 2005-06-03 12:18 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: git

Benjamin Herrenschmidt wrote:

>On Wed, 2005-06-01 at 13:19 +0200, Marco Costalba wrote:
>  
>
>>New version of qgit, the QT/C++ git viewer.
>>
>>Download at:
>>
>>http://prdownloads.sourceforge.net/qgit/qgit-0.3.tar.gz?download
>>
>>This time we use scons instead of qmake as build system (many thanks to Stanislav Karchebny), I
>>hope people have less problems compiling it.
>>
>>As before just run make and copy the bin in the path.
>>
>>New feature is async loading of diff and file blobs, should be much faster navigate the logs with
>>secondary windows (double click on logs or file names to show) opened.
>>    
>>
>
>I spent 1/2h and never managed to build it. When it doesn't find some
>includes, it doesn't look for some Qt related binaries in the right
>path, or whatever, it's just basically unbuildable.
>
>Ben.
>
>
>  
>
It is buildable, but you need to install your own scons in the correct
paths, e.g.
on Gentoo:

emerge scons
And then build it by hand with:
./configure
scons

Then you get bin/qgit which is ready to run and/or copy.

AstralStorm


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

* Re: qgit-0.3
@ 2005-06-03 15:58 Marco Costalba
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Costalba @ 2005-06-03 15:58 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: git, Stanislav Karchebny, astralstorm, skimo

I'm very sorry for causing you (and possibly other people) waste of your time.
I have surely understimate my ignorance in scons.

Not being an expert, I'am trying to get some help from scons people to find 
a fix/solution as soon as possible.

In any case I am sure the fault is mine, not of the tool, that is very good
to keep the build system overhead very low.

Of course, if someone can give my some good advice/patch to fix my Makefile or to document the
prerequisites better it will be very appreciated.

Marco

P.S: I cannot be on-line all day long, so sorry for the delaying of the answers.
I try to answer to all the e-mails as soon as I can.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: qgit-0.3
  2005-06-03 12:18   ` qgit-0.3 Radoslaw Szkodzinski
@ 2005-06-03 22:37     ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2005-06-03 22:37 UTC (permalink / raw)
  To: Radoslaw Szkodzinski; +Cc: git

On Fri, 2005-06-03 at 14:18 +0200, Radoslaw Szkodzinski wrote:

> It is buildable, but you need to install your own scons in the correct
> paths, e.g.
> on Gentoo:
> 
> emerge scons
> And then build it by hand with:
> ./configure
> scons
> 
> Then you get bin/qgit which is ready to run and/or copy.

Not on debian. Doesn't work with the disto's scons, says it can't find
qt (and libqt3-dev is installed)

Ben.


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

end of thread, other threads:[~2005-06-03 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 11:19 qgit-0.3 Marco Costalba
2005-06-02 19:18 ` qgit-0.3 Radoslaw Szkodzinski
2005-06-03  3:55 ` qgit-0.3 Benjamin Herrenschmidt
2005-06-03 12:18   ` qgit-0.3 Radoslaw Szkodzinski
2005-06-03 22:37     ` qgit-0.3 Benjamin Herrenschmidt
  -- strict thread matches above, loose matches on Subject: below --
2005-06-03 15:58 qgit-0.3 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).