- 31 Jan, 2011 4 commits
-
-
Steve Borho authored
-
Steve Borho authored
Other parts of thg have used these newer APIs for some time
-
Steve Borho authored
-
Steve Borho authored
Remove showDescSignal, which was no longer applicable
-
- 30 Jan, 2011 11 commits
-
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
This is going to need further work, but at least we won't have to explain how the annotate feature in everything but the manifest widget is obsolete.
-
Steve Borho authored
This prevents a flicker (and a double file read/diff) when toggling from forced mode back to the user's preferred mode.
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
pros: * the toolbar is now above the data it toggles * the mode buttons can be disabled when appropriate for given content * the next/prev buttons finally work correctly in all cases * the commit tool now has a diff/file toggle (we could allow it to be an editor) * all the signals are local to one widget, much simpler than before * makes room above the file list for a file list toolbar (soon to be used) cons: * the toolbar is a little taller than the text used to be * the previous mode is lost when a 'force' switch is made (view an A or R file) This latter can be fixed
-
- 27 Jan, 2011 1 commit
-
-
Steve Borho authored
-
- 26 Jan, 2011 1 commit
-
-
Steve Borho authored
1 - This is Mercurial's function, it supports all [diff] options 2 - Does not require splitting input buffers, output buffer is not split 3 - Is EOL clean 4 - Removes some ugly hacks in chunks.py
-
- 24 Jan, 2011 1 commit
-
-
Steve Borho authored
closes #93
-
- 17 Jan, 2011 2 commits
-
-
Steve Borho authored
-
Steve Borho authored
-
- 10 Jan, 2011 1 commit
-
-
Steve Borho authored
Mercurial expects diffs to have a 'strip' level of 1, so we need to provide a directory level that can be stripped. Without this hack, Mercurial's patch routines will not apply the unified diffs we generate.
-
- 02 Jan, 2011 1 commit
-
-
Steve Borho authored
-
- 01 Jan, 2011 1 commit
-
-
Steve Borho authored
Shows exec bit changes and symlink status in file views
-
- 30 Dec, 2010 2 commits
-
-
Steve Borho authored
Strip line feeds, etc, when diffs are queried
-
Steve Borho authored
Allow caller to strip lines and/or convert to unicode if/when they need
-
- 29 Dec, 2010 3 commits
-
-
Steve Borho authored
The margin was sometimes visible when switching to a merge or other revision which did not contain any files.
-
Steve Borho authored
-
Steve Borho authored
This was causing messages to be cleared somewhat inexplicably.
-
- 13 Dec, 2010 1 commit
-
-
Steve Borho authored
-
- 05 Dec, 2010 1 commit
-
-
Steve Borho authored
-
- 04 Dec, 2010 1 commit
-
-
Steve Borho authored
-
- 07 Jun, 2010 1 commit
-
-
George Marrows authored
Before this change, unapplied patches with file copies or renames would give KeyError for RENAME and COPY.
-
- 20 Nov, 2010 3 commits
-
-
Steve Borho authored
This still doesn't show symlink diffs, but these are not a high priority for me.
-
Steve Borho authored
-
Steve Borho authored
-
- 19 Nov, 2010 2 commits
-
-
Steve Borho authored
This prevents extra repo.status() calls when diffMode is toggled
-
Steve Borho authored
Refs #1336 on stable branch. This will need to be back-ported to hgtk
-
- 12 Nov, 2010 1 commit
-
-
Steve Borho authored
-
- 03 Nov, 2010 2 commits
-
-
Yuya Nishihara authored
-
Yuya Nishihara authored
We can bubble up key press event through Qt's object tree if it's explicitly ignored.
-