Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 32537617bd2a83bad98151828bb50443af1caa6c authored by David Douard on 16 November 2009, 22:39:37 UTC, committed by David Douard on 16 November 2009, 22:39:37 UTC
Besides the fact that at this moment of the execution of the method, self.sender() may not be self.goto_toolbar anymore (avan if it is the real source of the signal, due to the fact that calling indexFromRev may activate some other slots of self), hiding it nevertheless should not be a regression in any kind.
1 parent 30365b5
Raw File
Tip revision: 32537617bd2a83bad98151828bb50443af1caa6c authored by David Douard on 16 November 2009, 22:39:37 UTC
Always hide goto_toolbar at the end of goto method.
Tip revision: 3253761
ChangeLog
2009-09-30  --  1.1.2
    * fixed packaging issues
	
2009-09-23  --  1.1.0
    * add many configuration options

    * removed 'hg hgview-options' command in favor of 'hg help hgview' 

    * add ability to choose which parent to diff with for merge nodes

    * dramatically improved UI behaviour (shortcuts)

    * improved help

    * make it possible not to display the diffstat column

    * standalone application: improved command line options

    * indicate working directory position in the graph

    * add auto-reload feature (when repo is modified; pull, commit, etc.)

    * fix many bugs 


	
2009-06-08  --  1.0.1
    * fix a bug on some PyQt versions, which also prevented hardy package from installing


	
2009-06-05  --  1.0.0
    * almost complete rewrite of hgview (only using Qt for now)

    * make dialogs consistants

    * pure qt4

    * add a file revision comparator

    * add a manifest viewer



2008-10-06  --  0.9.0
    * support branches

    * make filter text search on files and log description tree.

    * bugfixes



2008-05-15  --  0.3.1
    * added logic to resolve symbolic links to hgview executable

    * make hgview less verbose

    * allow home installation

    * let the diff's scroll window resize when it's packed in the HPaned

    * fix Windows related bug



2007-05-29  --  0.3.0
    * add a Qt4 version of hgview

    * bugfixes



2007-05-29  --  0.2.0
    * creation of changelog



back to top