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

rename hgfileview.py to fileview.py

Changeset 844b9837875c

Parent 8c48ad7f0ca2

by Adrian Buehlmann

Changes to 6 files · Browse files at 844b9837875c Showing diff from parent 8c48ad7f0ca2 Diff from another changeset...

 
73
74
75
76
 
77
78
 
79
80
81
 
73
74
75
 
76
77
 
78
79
80
81
@@ -73,9 +73,9 @@
     # dirty hack to please PyQt4 uic -import repoview, hgfileview +import repoview, fileview  sys.modules['repoview'] = repoview -sys.modules['hgfileview'] = hgfileview +sys.modules['fileview'] = fileview  sys.modules['hgqv_rc'] = hgqv_rc    def setup_font_substitutions():
Show Entire File tortoisehg/​hgqt/​fileview.py Stacked
renamed from tortoisehg/hgqt/hgfileview.py
(No changes)
 
99
100
101
102
 
103
104
105
 
99
100
101
 
102
103
104
105
@@ -99,7 +99,7 @@
  <customwidget>   <class>HgFileView</class>   <extends>QWidget</extends> - <header>hgfileview.h</header> + <header>fileview.h</header>   <container>1</container>   </customwidget>   </customwidgets>
 
2
3
4
5
 
6
7
8
 
55
56
57
58
 
59
 
2
3
4
 
5
6
7
8
 
55
56
57
 
58
59
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\fileviewer.ui'  # -# Created: Sun May 02 11:32:38 2010 +# Created: Sun May 02 11:37:46 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -55,5 +55,5 @@
  self.actionReload.setText(QtGui.QApplication.translate("MainWindow", "Reload", None, QtGui.QApplication.UnicodeUTF8))   self.actionReload.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+R", None, QtGui.QApplication.UnicodeUTF8))   -from hgfileview import HgFileView +from fileview import HgFileView  from repoview import HgRepoView
 
239
240
241
242
 
243
244
245
246
247
 
248
249
250
 
239
240
241
 
242
243
244
245
246
 
247
248
249
250
@@ -239,12 +239,12 @@
  <customwidget>   <class>HgFileListView</class>   <extends>QTableView</extends> - <header>hgfileview.h</header> + <header>fileview.h</header>   </customwidget>   <customwidget>   <class>HgFileView</class>   <extends>QWidget</extends> - <header>hgfileview.h</header> + <header>fileview.h</header>   <container>1</container>   </customwidget>   </customwidgets>
 
2
3
4
5
 
6
7
8
 
141
142
143
144
 
145
146
 
2
3
4
 
5
6
7
8
 
141
142
143
 
144
145
146
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\hgqv.ui'  # -# Created: Sun May 02 11:28:46 2010 +# Created: Sun May 02 11:37:41 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -141,6 +141,6 @@
  self.actionDisplayAllBranches.setText(QtGui.QApplication.translate("MainWindow", "displayAllBranches", None, QtGui.QApplication.UnicodeUTF8))   self.actionHelp.setText(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))   -from hgfileview import HgFileView, HgFileListView +from fileview import HgFileView, HgFileListView  from repoview import HgRepoView, RevDisplay  import hgqv_rc