CINXE.COM

LKML: "Marco Costalba": [ANNOUNCE] qgit-1.2

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>LKML: "Marco Costalba": [ANNOUNCE] qgit-1.2</title><link href="/css/message.css" rel="stylesheet" type="text/css" /><link href="/css/wrap.css" rel="alternate stylesheet" type="text/css" title="wrap" /><link href="/css/nowrap.css" rel="stylesheet" type="text/css" title="nowrap" /><link href="/favicon.ico" rel="shortcut icon" /><script src="/js/simple-calendar.js" type="text/javascript"></script><script src="/js/styleswitcher.js" type="text/javascript"></script><link rel="alternate" type="application/rss+xml" title="lkml.org : last 100 messages" href="/rss.php" /><link rel="alternate" type="application/rss+xml" title="lkml.org : last messages by &quot;Marco Costalba&quot;" href="/groupie.php?aid=31957" /><!--Matomo--><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setDoNotTrack", true]); _paq.push(["disableCookies"]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//m.lkml.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!--End Matomo Code--></head><body onload="es.jasper.simpleCalendar.init();" itemscope="itemscope" itemtype="http://schema.org/BlogPosting"><table border="0" cellpadding="0" cellspacing="0"><tr><td width="180" align="center"><a href="/"><img style="border:0;width:135px;height:32px" src="/images/toprowlk.gif" alt="lkml.org" /></a></td><td width="32">聽</td><td class="nb"><div><a class="nb" href="/lkml"> [lkml]</a> 聽 <a class="nb" href="/lkml/2006"> [2006]</a> 聽 <a class="nb" href="/lkml/2006/4"> [Apr]</a> 聽 <a class="nb" href="/lkml/2006/4/29"> [29]</a> 聽 <a class="nb" href="/lkml/last100"> [last100]</a> 聽 <a href="/rss.php"><img src="/images/rss-or.gif" border="0" alt="RSS Feed" /></a></div><div>Views: <a href="#" class="nowrap" onclick="setActiveStyleSheet('wrap');return false;">[wrap]</a><a href="#" class="wrap" onclick="setActiveStyleSheet('nowrap');return false;">[no wrap]</a> 聽 <a class="nb" href="/lkml/mheaders/2006/4/29/17" onclick="this.href='/lkml/headers'+'/2006/4/29/17';">[headers]</a>聽 <a href="/lkml/bounce/2006/4/29/17">[forward]</a>聽 </div></td><td width="32">聽</td></tr><tr><td valign="top"><div class="es-jasper-simpleCalendar" baseurl="/lkml/"></div><div class="threadlist">Messages in this thread</div><ul class="threadlist"><li class="root"><a href="/lkml/2006/4/29/17">First message in thread</a></li><li class="origin"><a href="">"Marco Costalba"</a></li></ul></td><td width="32" rowspan="2" class="c" valign="top"><img src="/images/icornerl.gif" width="32" height="32" alt="/" /></td><td class="c" rowspan="2" valign="top" style="padding-top: 1em"><table><tr><td><table><tr><td class="lp">Date</td><td class="rp" itemprop="datePublished">Sat, 29 Apr 2006 09:54:33 +0200</td></tr><tr><td class="lp">From</td><td class="rp" itemprop="author">"Marco Costalba" &lt;&gt;</td></tr><tr><td class="lp">Subject</td><td class="rp" itemprop="name">[ANNOUNCE] qgit-1.2</td></tr></table></td><td></td></tr></table><pre itemprop="articleBody">This is qgit-1.2<br /><br />With qgit you will be able to browse revisions history, view patch content<br />and changed files, graphically following different development branches.<br /><br /><br />FEATURES<br /><br /> - View revisions, diffs, files history, files annotation, archive tree.<br /><br /> - Commit changes visually cherry picking modified files.<br /><br /> - Apply or format patch series from selected commits, drag and<br /> drop commits between two instances of qgit.<br /><br /> - qgit implements a GUI for the most common StGIT commands like push/pop<br /> and apply/format patches. You can also create new patches or refresh<br /> current top one using the same semantics of git commit, i.e. cherry<br /> picking single modified files.<br /><br /><br />NEW IN THIS RELEASE<br /><br />A lot of work has been done from 1.1<br /><br />Main new features:<br /><br />*Add support for code range filtering*<br />To filter a mouse selected code text across all revisions file history,<br />this is very useful to quick search for revisions that modified a given<br />chunk of code.<br /><br />*Much improved graph for partial repos views*<br />Thanks to new --boundary git-rev-list option graphs for partial repo<br />views are now much more clear and easy to follow.<br /><br />*Support for launching an external diff viewer*<br />Useful, as example, to view the diffs in a 'tiled pane' mode. Default<br />is kompare, but it is easily user settable.<br /><br />*Show stat info in patch viewer*<br />Use new --patch-with-stat git-diff-tree option to prepend stat info in<br />patch viewer.<br /><br />*Adjustable font size in revision list view*<br />To squeeze revision graph without compromise patch and file content views.<br /><br />*Key bindings for scrolling patch and revision logs*<br />Same keyboard navigation map of gitk. See help (F1) for details.<br /><br />*Support for 'working dir' pseudo-tree in tree view*<br />To browse working dir changes and files in a tree like view. This is useful<br />for people coming from others SCM systems.<br /><br />*Loading speed improvements*<br />Heavy optimization work to speed-up start up times, about 20%-30% from<br />qgit 1.1.1<br /><br /><br />NOTE: interface change.<br />Browsing file history revisions in annotate window does not update main view<br />anymore. Double click is now required to update main view. This makes qgit<br />less 'jumpy' and let browse file history without loosing main view selection.<br /><br /><br />Please note that you will need git 1.3.0 or newer.<br /><br /><br />DOWNLOAD<br /><br />Tarball is at<br /><a href="http://prdownloads.sourceforge.net/qgit/qgit-1.2.tar.bz2?download">http://prdownloads.sourceforge.net/qgit/qgit-1.2.tar.bz2?download</a><br /><br />Git archive is at<br /><a href="http://digilander.libero.it/mcostalba/scm/qgit.git">http://digilander.libero.it/mcostalba/scm/qgit.git</a><br /><br />See <a href="http://digilander.libero.it/mcostalba/">http://digilander.libero.it/mcostalba/</a> for detailed download information.<br /><br /><br />INSTALLATION<br /><br />git 1.3.0 is required.<br /><br />To install from tarball:<br /><br />./configure<br />make<br />make install-strip<br /><br />To install from git archive:<br /><br />autoreconf -i<br />./configure<br />make<br />make install-strip<br /><br />Or check the shipped README for detailed information.<br /><br /><br />CHANGELOG from 1.2rc2<br /><br />- do not update main view when browsing file history: double click is<br />now required<br /><br />- show "working dir" pseudo rev also when there is no change<br /><br />- add support for 'working dir' pseudo-tree in tree view<br /><br />- add key bindings for scrolling patch and revision logs views<br /><br />- add support for adjustable font size in revision list view<br /><br />- add "revision diff" entry in context menu<br /><br />- support lane mouse selection also for not free lanes<br /><br />- help view should not be a top level window<br /><br />- restore selection when removing code filtering<br /><br />- fix a bad crash in diff viewer window<br /><br />- fix a inconsistency in spinbox in annotation view<br /><br />- fix an off by one bug that creates invalid pixmaps<br /><br />- fix highlighting of selected revision if a reference name is used<br /><br />- small GUI tweaks<br /><br /><br />For a complete changelog see shipped ChangeLog file or git repository<br />revision's history<br /><br /><br /> Marco<br />-<br />To unsubscribe from this list: send the line "unsubscribe linux-kernel" in<br />the body of a message to majordomo&#64;vger.kernel.org<br />More majordomo info at <a href="http://vger.kernel.org/majordomo-info.html">http://vger.kernel.org/majordomo-info.html</a><br />Please read the FAQ at <a href="http://www.tux.org/lkml/">http://www.tux.org/lkml/</a><br /><br /></pre></td><td width="32" rowspan="2" class="c" valign="top"><img src="/images/icornerr.gif" width="32" height="32" alt="\" /></td></tr><tr><td align="right" valign="bottom"> 聽 </td></tr><tr><td align="right" valign="bottom">聽</td><td class="c" valign="bottom" style="padding-bottom: 0px"><img src="/images/bcornerl.gif" width="32" height="32" alt="\" /></td><td class="c">聽</td><td class="c" valign="bottom" style="padding-bottom: 0px"><img src="/images/bcornerr.gif" width="32" height="32" alt="/" /></td></tr><tr><td align="right" valign="top" colspan="2"> 聽 </td><td class="lm">Last update: 2006-04-29 09:57 聽聽 [from the cache]<br />漏2003-2020 <a href="http://blog.jasper.es/"><span itemprop="editor">Jasper Spaans</span></a>|hosted at <a href="https://www.digitalocean.com/?refcode=9a8e99d24cf9">Digital Ocean</a> and my Meterkast|<a href="http://blog.jasper.es/categories.html#lkml-ref">Read the blog</a></td><td>聽</td></tr></table><script language="javascript" src="/js/styleswitcher.js" type="text/javascript"></script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10