Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 383a4146e7e6159b8badedc8271908ce30d28456 authored by David Douard on 03 June 2009, 22:10:48 UTC, committed by David Douard on 03 June 2009, 22:10:48 UTC
- the find has been extracted from the main window code into a new quickbar, in relation with the HgFileView widget
- some methods have been moved to hggraph.Graph
- the HgFileView is now used in the file log navigator (and it takes advantage of the find function)
- HgDialogMixin has been extracte in its own module
1 parent f7b0253
Raw File
Tip revision: 383a4146e7e6159b8badedc8271908ce30d28456 authored by David Douard on 03 June 2009, 22:10:48 UTC
Major refactoring of the find function (and more refactors):
Tip revision: 383a414
ChangeLog
2009-05-27  -- 1.1.0

    * major rewrite of many parts of the code
    * several bug fixes
    * make dialogs consistants

	
2009-04-21  --  1.0.0
    * first released version of hgqv since it forked from hgview
    * pure qt4
    * mostly rewrote the revision navigator
    * 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