Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 14
092aa8fafa4e
parent 13
1af94a91f439
child 96
9624a110667d
equal deleted inserted replaced
13:1af94a91f439 14:092aa8fafa4e
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)

eric ide

mercurial