Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

status: some TODOs have lower priority, and perhaps discussion

Changeset 7c717c52ae60

Parent 06e6d11309f2

by Steve Borho

Changes to one file · Browse files at 7c717c52ae60 Showing diff from parent 06e6d11309f2 Diff from another changeset...

 
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
 
 
39
40
41
 
23
24
25
 
26
27
28
29
30
31
 
32
33
34
35
36
37
38
39
40
41
42
@@ -23,19 +23,20 @@
 # Technical Debt  # Add some initial drag distance before starting QDrag  # (it interferes with selection the way it is now) -# double-click visual diffs  # Thread refreshWctx, connect to an external progress bar  # Thread rowSelected, connect to an external progress bar  # Need mechanisms to clear pats and toggle visibility options  # Need mechanism to override file size/binary check  # Show subrepos better  # Save splitter position to parent's QSetting -# Context menu, toolbar  # Sorting, filtering of working files  # Chunk selection  # tri-state checkboxes for commit  # Investigate Qt.DecorationRole and possible use of overlay icons  # Investigate folding/nesting of files +# Maybe, Maybe Not +# Toolbar +# double-click visual diffs    class StatusWidget(QWidget):   def __init__(self, pats, opts, parent=None):