Staging
v0.4.1
https://foss.heptapod.net/mercurial/hgview

sort by:
Revision Author Date Message Commit Date
a8571df prepare version 1.0.1 08 June 2009, 05:15:34 UTC
a96e818 fix hgqv.ui which provoques a SyntaxError error on some pyqt versions (due a side effect of not setting up resources correctly) 08 June 2009, 05:10:43 UTC
091c74a do not display error message ig .hgusers does not exist 05 June 2009, 15:21:46 UTC
4403e4c fix a regression (direct call to FileDiffViewer using "hg qv myfile" was broken) 05 June 2009, 15:21:27 UTC
5b541e2 fix to make bin/hgview works again from sources 05 June 2009, 15:14:29 UTC
5aa51b9 build man page in setup.py build 05 June 2009, 14:45:15 UTC
ee40b4c Updated copyright and man page 05 June 2009, 14:29:46 UTC
96780e0 renamed hgqv back into hgview 05 June 2009, 12:50:25 UTC
479c739 merge closed new_qt_ui branch (it's now 'default') 05 June 2009, 12:11:25 UTC
b71e0ba close new_qt_ui branche (it's now teh default branch) 05 June 2009, 11:41:34 UTC
1d3a058 make setup automatically compile .ui files 04 June 2009, 21:54:45 UTC
f654669 fix pkginfo (do not distribute .ui files anymore) 04 June 2009, 21:26:20 UTC
ad78369 Make HgDialogMixin load the form from a python module (named 'form_ui.py') if the 'form.ui' file is not found. This is required so we can install hgview without having to distribute .ui files (and it allows the GUI to be built a little bit quicker). 04 June 2009, 21:22:26 UTC
8e0dc8c add debian/pyversions file to force python 2.5 04 June 2009, 12:05:12 UTC
ff08dd4 make lgp happy / properly build bedian package using lgp now (tested on stable only for now) 04 June 2009, 10:22:31 UTC
e905c8f display dates using locale settings and display tooltips on tableviews 03 June 2009, 22:56:49 UTC
f20dac1 make sure autoresized colums are not resized with too small or negative values 03 June 2009, 22:29:26 UTC
d62399a Handle (partially) copied files 03 June 2009, 22:17:02 UTC
383a414 Major refactoring of the find function (and more refactors): - 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 03 June 2009, 22:10:48 UTC
f7b0253 began to get hgqv back into hgview 28 May 2009, 13:26:08 UTC
fa34d81 code cleanup 27 May 2009, 19:43:12 UTC
a3a776f merge 27 May 2009, 17:21:35 UTC
f3cfaf8 prepare version 1.1.0 27 May 2009, 17:21:28 UTC
f1b4808 tagged 1.0.0 27 May 2009, 17:17:28 UTC
a4f9c6b Cleanups 27 May 2009, 17:08:57 UTC
4d54492 Crated a widget for managing file list of a revision and use it in the repo viewver. 27 May 2009, 17:00:36 UTC
489d92e updated README 27 May 2009, 14:34:52 UTC
856a82d merge 27 May 2009, 14:28:14 UTC
cec5496 fix bug when user have no .hgusers file 27 May 2009, 14:23:30 UTC
3436ad9 cmp -> key 27 May 2009, 13:19:24 UTC
b220587 make Ctrl+C (in the TERM) quit the app 27 May 2009, 07:46:20 UTC
43759dc make it works with hg 1.2 again 27 May 2009, 07:31:41 UTC
06e8455 Fix column sizes of file diff viewer 27 May 2009, 05:27:48 UTC
2201e75 Antialias blockmatcher rendering 27 May 2009, 05:27:26 UTC
e9b1751 Refactored a bit the manifest viewer 27 May 2009, 05:03:01 UTC
d91c3b5 make sure we display icons in file table view only on merge nodes 26 May 2009, 14:54:02 UTC
53ef1ea Code cleanup and small fixes 26 May 2009, 14:46:29 UTC
b8ce0c2 Bug fix in filelog_grapher 26 May 2009, 14:46:10 UTC
fdde0f8 Several minor improvements: - add a tooltip for diff stats - make file name be coloured according its flag, - small fix (diff content was not recomputed when swapping between "all files" and "merged only" modes in the file table view) 25 May 2009, 18:31:18 UTC
back to top