* qgit-0.4
@ 2005-06-10 18:35 Marco Costalba
2005-06-10 19:43 ` qgit-0.4 Radoslaw Szkodzinski
2005-06-11 0:33 ` qgit-0.4 Jon Seymour
0 siblings, 2 replies; 6+ messages in thread
From: Marco Costalba @ 2005-06-10 18:35 UTC (permalink / raw)
To: git
Here is qgit-0.4, a git GUI viewer
New in this version:
- file history
- command line arguments passed to git-rev-list, eg: qgit v2.6.12-rc6 ^v2.6.12-rc4
- complete rewrite of start-up thread, should be faster now, expecially with warm start
You can download from
http://prdownloads.sourceforge.net/qgit/qgit-0.4.tar.gz?download
To try qgit:
1) Unpack downloaded tar file
2) ./configure
3) make
4) cd bin
5) copy qgit file anywhere in your path
There are also some screenshots:
http://sourceforge.net/project/screenshots.php?group_id=139897&ssid=13524
Have fun
Marco
__________________________________________________
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.4
2005-06-10 18:35 qgit-0.4 Marco Costalba
@ 2005-06-10 19:43 ` Radoslaw Szkodzinski
2005-06-11 0:33 ` qgit-0.4 Jon Seymour
1 sibling, 0 replies; 6+ messages in thread
From: Radoslaw Szkodzinski @ 2005-06-10 19:43 UTC (permalink / raw)
To: Marco Costalba; +Cc: git
Marco Costalba wrote:
>Here is qgit-0.4, a git GUI viewer
>
>New in this version:
>
>- file history
>
>- command line arguments passed to git-rev-list, eg: qgit v2.6.12-rc6 ^v2.6.12-rc4
>
>- complete rewrite of start-up thread, should be faster now, expecially with warm start
>
>
>
>
It certainly is faster. However, I have some gripes with it:
- it doesn't support national characters
- it doesn't decode dates (author Rados³aw Szkodziñski
<astralstorm@gorzow.mm.pl> 1118416741 +0200)
- you could run git-rev-list niced, and maybe with --pretty and
--merge-order
- somehow the program is much slower than gitk and I don't think it's
caused by qt or C++
AstralStorm
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: qgit-0.4
2005-06-10 18:35 qgit-0.4 Marco Costalba
2005-06-10 19:43 ` qgit-0.4 Radoslaw Szkodzinski
@ 2005-06-11 0:33 ` Jon Seymour
1 sibling, 0 replies; 6+ messages in thread
From: Jon Seymour @ 2005-06-11 0:33 UTC (permalink / raw)
To: Marco Costalba; +Cc: Git Mailing List
Marco,
Not being tremendously familar with either Python or scons, perhaps
you could tell me what I need to do to resolve this error message
$> ./configure
+scons was found, that's excellent+
scons: Reading SConscript files ...
scons: *** No tool named 'qt': No module named qt
File "SConstruct", line 4, in ?
jon.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: qgit-0.4
@ 2005-06-10 21:16 Marco Costalba
2005-06-10 21:54 ` qgit-0.4 Radoslaw Szkodzinski
0 siblings, 1 reply; 6+ messages in thread
From: Marco Costalba @ 2005-06-10 21:16 UTC (permalink / raw)
To: Radoslaw Szkodzinski; +Cc: git
Radoslaw Szkodzinski wrote:
>Marco Costalba wrote:
>
>>Here is qgit-0.4, a git GUI viewer
>>
>>New in this version:
>>
>>- file history
>>
>>- command line arguments passed to git-rev-list, eg: qgit v2.6.12-rc6 ^v2.6.12-rc4
>>
>>- complete rewrite of start-up thread, should be faster now, expecially with warm start
>>
>>
>>
>>
>It certainly is faster. However, I have some gripes with it:
>- it doesn't support national characters
>- it doesn't decode dates (author Rados³aw Szkodziñski
><astralstorm@gorzow.mm.pl> 1118416741 +0200)
In cogito repository I see:
Author: Petr Baudis <pasky@ucw.cz>
Date: 09/06/2005 11:12:40
Parent: 5b46e22e1c6de0dd800effb6136ac713698f98cf
cogito-0.11.3
and in the author column the dates are all stripped away. If you can provide me with some of your
stuff I can check what happens with your date and fix also the national charachters.
>- you could run git-rev-list niced, and maybe with --pretty and
git-rev-list is used just to load and parse all the raw data, the output format in bottom left
window is set indipendently of the git-rev-list format. Indeed the format is the same of --pretty
option i.e. without committer information, also if I run git-rev-list --header because I need
committer date to reorder and draw the graph becuse I need the property parent->date <=
child->date.
>--merge-order
>- somehow the program is much slower than gitk and I don't think it's
>caused by qt or C++
I think so the same :-)
>
>AstralStorm
>
Marco
__________________________________________________
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.4
2005-06-10 21:16 qgit-0.4 Marco Costalba
@ 2005-06-10 21:54 ` Radoslaw Szkodzinski
0 siblings, 0 replies; 6+ messages in thread
From: Radoslaw Szkodzinski @ 2005-06-10 21:54 UTC (permalink / raw)
To: Marco Costalba; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 1743 bytes --]
Marco Costalba wrote:
> In cogito repository I see:
>
>Author: Petr Baudis <pasky@ucw.cz>
>Date: 09/06/2005 11:12:40
>Parent: 5b46e22e1c6de0dd800effb6136ac713698f98cf
>
> cogito-0.11.3
>
>and in the author column the dates are all stripped away. If you can provide me with some of your
>stuff I can check what happens with your date and fix also the national charachters.
>
>
>
One small patch attached (exported by git-export)
My name is in ISO-8859-2, however it didn't display UTF-8 correctly too.
gitk displays both correctly if the locale is set right.
git-rev-list --header 363d976c314deae082d4c09d703a77707327cea0
^45adbb1172b45a600fe341f9f44fa02fed1315da
363d976c314deae082d4c09d703a77707327cea0
tree ece5e56301930aa21e6c0e846ef7402e638744ee
parent 45adbb1172b45a600fe341f9f44fa02fed1315da
author James Simmons <jsimmons@www.infradead.org> 1118264225 +0200
committer Radosław Szkodziński <astralstorm@gorzow.mm.pl> 1118264225 +0200
+new-pci-id-for-chipsfb.patch
Patch from 2.6.12-rc6-mm1
Patch adds pci ID for CT 69000 chipset.
Signed-off-by: James Simmons <jsimmons@www.infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
include/linux/pci_ids.h | 1 +
1 files changed, 1 insertion(+)
qgit-0.4
tree ece5e56301930aa21e6c0e846ef7402e638744ee
parent 45adbb1172b45a600fe341f9f44fa02fed1315da
author James Simmons <jsimmons@www.infradead.org> 1118264225 +0200
committer Rados³aw Szkodziñski <astralstorm@gorzow.mm.pl> 1118264225 +0200
+new-pci-id-for-chipsfb.patch
Patch from 2.6.12-rc6-mm1
Patch adds pci ID for CT 69000 chipset.
Signed-off-by: James Simmons <jsimmons@www.infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
include/linux/pci_ids.h | 1 +
1 files changed, 1 insertion(+)
[-- Attachment #2: git-patch.patch --]
[-- Type: text/plain, Size: 1035 bytes --]
Id: 363d976c314deae082d4c09d703a77707327cea0
tree ece5e56301930aa21e6c0e846ef7402e638744ee
parent 45adbb1172b45a600fe341f9f44fa02fed1315da
author James Simmons <jsimmons@www.infradead.org> 1118264225 +0200
committer Rados³aw Szkodziñski <astralstorm@gorzow.mm.pl> 1118264225 +0200
+new-pci-id-for-chipsfb.patch
Patch from 2.6.12-rc6-mm1
Patch adds pci ID for CT 69000 chipset.
Signed-off-by: James Simmons <jsimmons@www.infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
include/linux/pci_ids.h | 1 +
1 files changed, 1 insertion(+)
======== diff against 45adbb1172b45a600fe341f9f44fa02fed1315da ========
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -575,6 +575,7 @@
#define PCI_DEVICE_ID_CT_65550 0x00e0
#define PCI_DEVICE_ID_CT_65554 0x00e4
#define PCI_DEVICE_ID_CT_65555 0x00e5
+#define PCI_DEVICE_ID_CT_69000 0x00c0
#define PCI_VENDOR_ID_MIRO 0x1031
#define PCI_DEVICE_ID_MIRO_36050 0x5601
======== end ========
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: qgit-0.4
@ 2005-06-11 8:01 Marco Costalba
0 siblings, 0 replies; 6+ messages in thread
From: Marco Costalba @ 2005-06-11 8:01 UTC (permalink / raw)
To: git; +Cc: berkus
Marco Costalba wrote:
>Here is qgit-0.4, a git GUI viewer
>
>New in this version:
>
>- file history
>
>- command line arguments passed to git-rev-list, eg: qgit v2.6.12-rc6 ^v2.6.12-rc4
>
>- complete rewrite of start-up thread, should be faster now, expecially with warm start
>
>You can download from
>http://prdownloads.sourceforge.net/qgit/qgit-0.4.tar.gz?download
>
>To try qgit:
>
>1) Unpack downloaded tar file
>2) ./configure
>3) make
>4) cd bin
>5) copy qgit file anywhere in your path
>
>There are also some screenshots:
>http://sourceforge.net/project/screenshots.php?group_id=139897&ssid=13524
>
>Have fun
>Marco
>
thanks to Stanislav Karchebny we have a new scons update, no more
scons: *** No tool named 'qt': No module named qt
here is the link
http://prdownloads.sourceforge.net/qgit/qgit-0.41.tar.gz?download
tested by at least one with the previous mentioned problem, confirmed to disappear.
Marco
__________________________________
Discover Yahoo!
Use Yahoo! to plan a weekend, have fun online and more. Check it out!
http://discover.yahoo.com/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-06-11 7:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10 18:35 qgit-0.4 Marco Costalba
2005-06-10 19:43 ` qgit-0.4 Radoslaw Szkodzinski
2005-06-11 0:33 ` qgit-0.4 Jon Seymour
-- strict thread matches above, loose matches on Subject: below --
2005-06-10 21:16 qgit-0.4 Marco Costalba
2005-06-10 21:54 ` qgit-0.4 Radoslaw Szkodzinski
2005-06-11 8:01 qgit-0.4 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).