165 "copyfrom_path" : copyPath, |
165 "copyfrom_path" : copyPath, |
166 "copyfrom_revision" : copyRev, |
166 "copyfrom_revision" : copyRev, |
167 } |
167 } |
168 changes.append(change) |
168 changes.append(change) |
169 itm.setData(0, self.__messageRole, message) |
169 itm.setData(0, self.__messageRole, message) |
170 itm.setData(0, self.__changesRole, str(changes)) |
170 itm.setData(0, self.__changesRole, changes) |
171 |
171 |
172 itm.setTextAlignment(0, Qt.AlignRight) |
172 itm.setTextAlignment(0, Qt.AlignRight) |
173 itm.setTextAlignment(1, Qt.AlignLeft) |
173 itm.setTextAlignment(1, Qt.AlignLeft) |
174 itm.setTextAlignment(2, Qt.AlignLeft) |
174 itm.setTextAlignment(2, Qt.AlignLeft) |
175 itm.setTextAlignment(3, Qt.AlignLeft) |
175 itm.setTextAlignment(3, Qt.AlignLeft) |