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

sort by:
Revision Author Date Message Commit Date
19708f4 Added tag hgview-version-1.3.0 for changeset d43754c8e5b5 10 June 2011, 13:18:32 UTC
ad2bb4c prepare version 1.3.0 10 June 2011, 09:26:08 UTC
77c3184 [quickbar] avoid unicode decode error which breaks/stops the search 20 May 2011, 12:00:39 UTC
7952e85 fix UnicodeDecodeError, add notes 10 May 2011, 09:52:04 UTC
abbd45e add rest support for changeset description * feature only avaible with docutils * raw description text is diplayed if the parser raises an error (no error message) * add menu entry to show raw description text if the user require it. * add toolbar_rev and button to manage rest support 03 September 2010, 13:33:56 UTC
1f0cff1 Stabilise named branch color "default" and "stable" alway use the same color. Color of other named branch are choose from alphabetical order instead of index order. 23 November 2010, 17:04:11 UTC
c552645 delete-trailing-whitespace 18 November 2010, 14:31:46 UTC
8081a0b Added tag hgview-debian-version-1.2.1-1 for changeset 4ea4846c4d5a 25 August 2010, 15:02:49 UTC
de007b6 Added tag hgview-version-1.2.1 for changeset 6e44fa1da878 25 August 2010, 15:02:49 UTC
17c76bf also remove hgvq_rc.py which is generated by setup.py 25 August 2010, 15:02:31 UTC
feb20ed merge 25 August 2010, 14:40:38 UTC
3aef9ad added debian/source/format 25 August 2010, 14:39:41 UTC
9cb11ff better packaging fix 25 August 2010, 14:25:48 UTC
c916696 prepare bugfix release 1.2.1 25 August 2010, 14:08:47 UTC
e4d630f Added tag hgview-version-1.2.0, hgview-debian-version-1.2.0-1 for changeset e20036ab897a 21 January 2010, 14:31:49 UTC
b13a631 prepare release 1.2.0 21 January 2010, 14:29:40 UTC
bac1db7 Update copyright 20 January 2010, 19:04:53 UTC
95d3771 Add (visible) icons for goto and find quickbars 20 January 2010, 18:52:52 UTC
27b7170 Fix a potential core dump a core dump could occur at auto-reload time, probably due to a bug in PyQt (needs more investigation) 20 January 2010, 18:21:10 UTC
0fa8956 Make working directory appear as a node in the graph 20 January 2010, 07:51:10 UTC
a2f3d33 Improve filter toolbar Make toolbar checkable elements (configs 'hide closed branched' and 'follow mode') be menu items of poppable tool button (labels of configured elements). 20 January 2010, 07:50:55 UTC
f883c81 Add the possibility to display only a subtree of the graph starting at a given revision 20 January 2010, 07:33:48 UTC
ce40038 small fix do not try to retrieve data for the parent of the first revision of a file 19 January 2010, 06:35:15 UTC
6081980 Fix HgRepoListModel model did not emit a 'layoutChanged' signal when setRepo was called, for example when changing displayed branch 15 January 2010, 06:28:42 UTC
fe7e3b1 small fix: make log col only display first line of the description 13 January 2010, 18:47:57 UTC
0f58b5d Updated user doc 13 January 2010, 18:41:53 UTC
08a16e2 Fix font problem for annotator 05 January 2010, 20:02:34 UTC
513be35 Refactor: moved find_repository function to hgviewlib.util module 05 January 2010, 20:02:33 UTC
7e23df0 small fix: prevent a Qt warning displayed in the terminal when exiting 05 January 2010, 20:02:32 UTC
c952498 Improve file list model loading speed The detection of renamed/copied files is now done by the background process (also responsible for diffstat computations) since filectx.renamed() is quite slow, making GUI unresponsive for changesets with large number of impacted files. 15 December 2009, 23:04:05 UTC
089692d Improve a bit startup time 15 December 2009, 21:39:52 UTC
a72780c Improve search [ticket #18831] - refactored search mecanism a bit - make it also search in changeset message 15 December 2009, 21:32:39 UTC
33275a3 fix [#18881] protect HTML tags in changeset commit message 15 December 2009, 21:32:20 UTC
9cd4532 make Ctrl+F shortcut work 15 December 2009, 21:31:43 UTC
1c07a44 updated icons 15 December 2009, 21:31:09 UTC
99340ab Make display of mq tags optional 15 December 2009, 21:30:47 UTC
bd00fce small fix: connect showMessage signal from FileRevModel 15 December 2009, 21:30:37 UTC
7774429 New implementation of the background graph building mecanism. This one should be much more stable, simple and GUI gentle. 08 December 2009, 19:04:03 UTC
63c53bb Fix bug in filelog models Filelog model where claiming having way too much revisions, making TableView using them creating many empty and buggy rows 08 December 2009, 18:09:13 UTC
e3bdc9f Add a Curry helper class 08 December 2009, 18:09:13 UTC
237ae6a small fix: make filelog revision dialog start with item coorectly selected (TableView) 07 December 2009, 05:58:21 UTC
5e956b5 small fix 04 December 2009, 22:20:37 UTC
0d35d4a Make it possible to use a relative path when browsing in single file mode [fix #18887] 04 December 2009, 22:19:56 UTC
c54eb2c Add simple support for mq - identidy changesets that are MQ patches in the graph using icons, - identify them also in the revision metadata textview 04 December 2009, 21:22:51 UTC
7d77327 Refactored hgfileviewer.py - renamed module in hgfiledialog - split the module in 2 (became too big, creating hgmanifestdialog.py) - factorize code that can be between FileViewer and FileDiffViewer (using a common abstract class AbstractFileDialog) 02 December 2009, 18:07:00 UTC
8ec309f Make the different dialog "communicate" with each other. eg. one can ask to see in the main repo viewer the selected revision of the filelog navigator and vice et versa. 01 December 2009, 18:32:49 UTC
973da7d Fix segfault on some platforms. Make sure we do font substitutions only after QApplication has been instanciated. 30 November 2009, 20:22:08 UTC
76b3fa7 Add hability to open a RepoViewer at given rev from the FileDiffViewer (or select the rev if the RepoViewer is already open) 25 November 2009, 19:44:26 UTC
8f0ca27 hg-bfile support small fix (prevent traceback in console) 25 November 2009, 19:40:55 UTC
99922be Add an Annotator class to annotate files when displayed in 'file' mode [fix #18983] 25 November 2009, 19:39:23 UTC
9be1a4d small fix 25 November 2009, 19:36:37 UTC
8f7343b improve a bit the user doc 17 November 2009, 06:13:13 UTC
4360a82 display 2 status icons when wd is in merge status 17 November 2009, 06:12:33 UTC
63581e9 small improvements in graphlog's tooltips 16 November 2009, 22:55:41 UTC
3253761 Always hide goto_toolbar at the end of goto method. 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. 16 November 2009, 22:39:37 UTC
30365b5 Refactored the way graph filling is done It does not make use of QTimer based filling process when asking to go directly to a given revision. This makes the QListView behave much more correctly. 16 November 2009, 22:36:46 UTC
5f6f19f merge 16 November 2009, 20:42:00 UTC
9bec943 Make working directory displayed in the raph with a couple of icons depending on its status. 16 November 2009, 20:35:58 UTC
8ecf508 Make middle button click go to ancestor revision (with currently selected revision) 16 November 2009, 20:34:45 UTC
569080a FileView: react to "filled" event selecting an item if none is selected 16 November 2009, 20:33:23 UTC
c58b144 Add simple support for hgbfiles extension 16 November 2009, 20:31:44 UTC
a8e1cc0 (Hopefully) fix ugly default monospace font on MacOSX 16 November 2009, 20:27:38 UTC
6f2838a Add a docstring to hgext/hgview.py 16 November 2009, 20:26:55 UTC
8d6eb7c merge 13 November 2009, 12:43:28 UTC
004d710 fix crash when using hgview -n filename (closes #18885) 13 November 2009, 12:24:28 UTC
5a6dfea fix: 'hgview filename' was broken 02 November 2009, 10:08:13 UTC
00152fc prepare 1.1.3 08 October 2009, 08:56:11 UTC
44bdcd7 changed Section to vcs 08 October 2009, 08:56:00 UTC
5d4feab include all .ui files in source tarball 08 October 2009, 08:48:59 UTC
ac2e6ce typo (should have used pylint a little bit more...) 04 October 2009, 15:06:53 UTC
52f3000 typo 01 October 2009, 07:34:49 UTC
aac59b1 prepare 1.1.2 release 30 September 2009, 13:54:26 UTC
68561d0 updated packaging 30 September 2009, 13:53:23 UTC
a701f92 fix setup.py call in debian/rules 30 September 2009, 13:25:22 UTC
848797a no compile python bytecode 30 September 2009, 11:03:36 UTC
7f748a8 packaging update 30 September 2009, 10:55:39 UTC
d3ae518 added instructions for enabling hg qv 30 September 2009, 10:55:17 UTC
0d095ed removed unused debian/pyversions 30 September 2009, 10:18:54 UTC
eb7ed31 updated debian package 30 September 2009, 08:59:28 UTC
ca06092 Added tag hgview-debian-version-1.1.1-1 for changeset 68f0a0c22947 25 September 2009, 15:55:06 UTC
7599667 Added tag hgview-version-1.1.1 for changeset 10d99662e3fb 25 September 2009, 15:54:57 UTC
021fff6 prepare 1.1.1 25 September 2009, 15:53:23 UTC
b68fcf2 build documentation in debian/rules 25 September 2009, 15:35:19 UTC
0ca54a4 lintian warning fix wrap long description lines 25 September 2009, 15:35:00 UTC
ae66691 fix MANIFEST.in: * include doc/Makefile * include doc source files * do not include compiled documentation 25 September 2009, 15:34:25 UTC
7352927 fixed numversion and debian maintainer 25 September 2009, 14:54:25 UTC
3587567 merge 25 September 2009, 14:48:11 UTC
9a0b5cd build documentation in debian/rules 25 September 2009, 14:48:00 UTC
4408fe9 added alexandre as uploader, updated standards version 25 September 2009, 14:47:45 UTC
d637e79 added debian/watch 25 September 2009, 14:47:04 UTC
fc6b0c6 Added tag hgview-debian-version-1.0.1-1 for changeset d0bfb8ef5201 25 September 2009, 12:37:13 UTC
fe2c6cd Added tag hgview-version-1.0.1 for changeset 062a2182dc09 25 September 2009, 12:37:13 UTC
7786b77 provided non default window titles for toolbars reformatting thanks to different version of qt designer :-( 25 September 2009, 12:32:32 UTC
5cb0155 tagged version 1.1.0 25 September 2009, 12:31:14 UTC
69320a1 debian: changed package description a bit (be a bit more humble) 24 September 2009, 15:06:33 UTC
15ddb99 fix: HgDialogMixin magic ui loader failed if main root window in the ui file is not a QMainWindow 24 September 2009, 15:05:53 UTC
90baa58 debian: add dependancy to python-docutils 23 September 2009, 17:01:33 UTC
a9ad7d8 Use an icon for the help toolbutton 23 September 2009, 16:57:24 UTC
038818e Prepare 1.1.0 23 September 2009, 16:44:38 UTC
b36bc2e fix: filelog graph was missing heads 23 September 2009, 16:31:39 UTC
back to top