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

rename hgrepoview.py to repoview.py

Changeset 8c48ad7f0ca2

Parent e7ea6fbb761d

by Adrian Buehlmann

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

 
73
74
75
76
77
 
 
78
79
80
 
73
74
75
 
 
76
77
78
79
80
@@ -73,8 +73,8 @@
     # dirty hack to please PyQt4 uic -import hgrepoview, hgfileview -sys.modules['hgrepoview'] = hgrepoview +import repoview, hgfileview +sys.modules['repoview'] = repoview  sys.modules['hgfileview'] = hgfileview  sys.modules['hgqv_rc'] = hgqv_rc  
 
151
152
153
154
 
155
156
157
 
151
152
153
 
154
155
156
157
@@ -151,7 +151,7 @@
  <customwidget>   <class>HgRepoView</class>   <extends>QTableView</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   </customwidgets>   <tabstops>
 
1
2
3
 
4
5
 
6
7
8
 
82
83
84
85
 
 
1
2
 
3
4
 
5
6
7
8
 
82
83
84
 
85
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-   -# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-hgview\tortoisehg\hgqt\filediffviewer.ui' +# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\filediffviewer.ui'  # -# Created: Fri Apr 30 22:52:53 2010 +# Created: Sun May 02 11:28:50 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -82,4 +82,4 @@
  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 hgrepoview import HgRepoView +from repoview import HgRepoView
 
94
95
96
97
 
98
99
100
 
94
95
96
 
97
98
99
100
@@ -94,7 +94,7 @@
  <customwidget>   <class>HgRepoView</class>   <extends>QTableView</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   <customwidget>   <class>HgFileView</class>
1
2
3
 
4
5
 
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
 
1
2
 
3
4
 
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
 
59
 # -*- coding: utf-8 -*-   -# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-hgview\tortoisehg\hgqt\fileviewer.ui' +# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\fileviewer.ui'  # -# Created: Fri Apr 30 22:52:09 2010 +# Created: Sun May 02 11:32:38 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost!    from PyQt4 import QtCore, QtGui    class Ui_MainWindow(object):   def setupUi(self, MainWindow):   MainWindow.setObjectName("MainWindow")   MainWindow.resize(481, 438)   self.centralwidget = QtGui.QWidget(MainWindow)   self.centralwidget.setGeometry(QtCore.QRect(0, 33, 481, 405))   self.centralwidget.setObjectName("centralwidget")   self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget)   self.verticalLayout.setMargin(2)   self.verticalLayout.setObjectName("verticalLayout")   self.splitter = QtGui.QSplitter(self.centralwidget)   self.splitter.setOrientation(QtCore.Qt.Vertical)   self.splitter.setObjectName("splitter")   self.tableView_revisions = HgRepoView(self.splitter)   self.tableView_revisions.setAlternatingRowColors(True)   self.tableView_revisions.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)   self.tableView_revisions.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows)   self.tableView_revisions.setShowGrid(False)   self.tableView_revisions.setGridStyle(QtCore.Qt.NoPen)   self.tableView_revisions.setObjectName("tableView_revisions")   self.textView = HgFileView(self.splitter)   self.textView.setObjectName("textView")   self.verticalLayout.addWidget(self.splitter)   MainWindow.setCentralWidget(self.centralwidget)   self.toolBar_edit = QtGui.QToolBar(MainWindow)   self.toolBar_edit.setGeometry(QtCore.QRect(0, 0, 481, 33))   self.toolBar_edit.setObjectName("toolBar_edit")   MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_edit)   self.actionClose = QtGui.QAction(MainWindow)   self.actionClose.setObjectName("actionClose")   self.actionReload = QtGui.QAction(MainWindow)   self.actionReload.setObjectName("actionReload")   self.toolBar_edit.addAction(self.actionClose)   self.toolBar_edit.addAction(self.actionReload)     self.retranslateUi(MainWindow)   QtCore.QMetaObject.connectSlotsByName(MainWindow)     def retranslateUi(self, MainWindow):   MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "hg FileViewer", None, QtGui.QApplication.UnicodeUTF8))   self.toolBar_edit.setWindowTitle(QtGui.QApplication.translate("MainWindow", "toolBar", None, QtGui.QApplication.UnicodeUTF8))   self.actionClose.setText(QtGui.QApplication.translate("MainWindow", "Close", None, QtGui.QApplication.UnicodeUTF8))   self.actionClose.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+Q", None, QtGui.QApplication.UnicodeUTF8))   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 hgrepoview import HgRepoView +from repoview import HgRepoView
 
229
230
231
232
 
233
234
235
236
237
 
238
239
240
 
229
230
231
 
232
233
234
235
236
 
237
238
239
240
@@ -229,12 +229,12 @@
  <customwidget>   <class>HgRepoView</class>   <extends>QTableView</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   <customwidget>   <class>RevDisplay</class>   <extends>QTextBrowser</extends> - <header>hgrepoview.h</header> + <header>repoview.h</header>   </customwidget>   <customwidget>   <class>HgFileListView</class>
 
1
2
3
 
4
5
 
6
7
8
 
142
143
144
145
 
146
 
1
2
 
3
4
 
5
6
7
8
 
142
143
144
 
145
146
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-   -# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-hgview\tortoisehg\hgqt\hgqv.ui' +# Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\hgqv.ui'  # -# Created: Fri Apr 30 22:49:41 2010 +# Created: Sun May 02 11:28:46 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -142,5 +142,5 @@
  self.actionHelp.setText(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))    from hgfileview import HgFileView, HgFileListView -from hgrepoview import HgRepoView, RevDisplay +from repoview import HgRepoView, RevDisplay  import hgqv_rc
Show Entire File tortoisehg/​hgqt/​repoview.py Stacked
renamed from tortoisehg/hgqt/hgrepoview.py
(No changes)