Package conduit :: Package gtkui :: Module ConflictResolver :: Class ConflictResolver
[hide private]

Class ConflictResolver

source code

Manages a gtk.TreeView which is used for asking the user what they wish to do in the case of a conflict

Instance Methods [hide private]
 
__init__(self, widgets) source code
 
_build_view(self) source code
 
_name_data_func(self, column, cell_renderer, tree_model, rowref, is_source) source code
 
_icon_data_func(self, column, cell_renderer, tree_model, rowref, is_source) source code
 
_direction_data_func(self, column, cell_renderer, tree_model, rowref, user_data) source code
 
_set_conflict_titles(self) source code
 
on_conflict(self, cond, conflict) source code
 
on_expand(self, sender) source code
 
on_fullscreen_toggled(self, sender) source code
 
on_standalone_closed(self, sender, event) source code
 
on_resolve_conflicts(self, sender) source code
 
on_cancel_conflicts(self, sender) source code
 
on_compare_conflicts(self, sender) source code
 
on_selection_changed(self, treeSelection)
Makes the compare button active only if an open_URI for the data has been set and its not a header row.
source code
Method Details [hide private]

on_selection_changed(self, treeSelection)

source code 
Makes the compare button active only if an open_URI for the data has been set and its not a header row. FIXME: In future could convert to text to allow user to compare that way