MoleditPy 2.4.2__tar.gz → 2.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {moleditpy-2.4.2 → moleditpy-2.4.4}/PKG-INFO +1 -1
- {moleditpy-2.4.2 → moleditpy-2.4.4}/pyproject.toml +1 -1
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/MoleditPy.egg-info/PKG-INFO +1 -1
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/bond_item.py +14 -7
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/constants.py +1 -1
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_edit_actions.py +15 -7
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_main_init.py +2 -1
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/settings_dialog.py +39 -2
- {moleditpy-2.4.2 → moleditpy-2.4.4}/LICENSE +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/README.md +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/setup.cfg +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/MoleditPy.egg-info/SOURCES.txt +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/MoleditPy.egg-info/dependency_links.txt +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/MoleditPy.egg-info/entry_points.txt +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/MoleditPy.egg-info/requires.txt +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/MoleditPy.egg-info/top_level.txt +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/__init__.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/__main__.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/main.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/__init__.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/about_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/align_plane_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/alignment_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/analysis_window.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/angle_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/assets/file_icon.ico +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/assets/icon.icns +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/assets/icon.ico +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/assets/icon.png +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/atom_item.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/bond_length_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/calculation_worker.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/color_settings_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/constrained_optimization_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/custom_interactor_style.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/custom_qt_interactor.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/dialog3_d_picking_mixin.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/dihedral_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_app_state.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_compute.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_dialog_manager.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_edit_3d.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_export.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_molecular_parsers.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_project_io.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_string_importers.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_ui_manager.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_view_3d.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/main_window_view_loaders.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/mirror_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/molecular_data.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/molecule_scene.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/move_group_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/periodic_table_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/planarize_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/plugin_interface.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/plugin_manager.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/plugin_manager_window.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/template_preview_item.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/template_preview_view.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/translation_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/user_template_dialog.py +0 -0
- {moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/zoomable_view.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: A cross-platform, simple, and intuitive molecular structure editor built in Python. It allows 2D molecular drawing and 3D structure visualization. It supports exporting structure files for input to DFT calculation software.
|
|
5
5
|
Author-email: HiroYokoyama <titech.yoko.hiro@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MoleditPy
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: A cross-platform, simple, and intuitive molecular structure editor built in Python. It allows 2D molecular drawing and 3D structure visualization. It supports exporting structure files for input to DFT calculation software.
|
|
5
5
|
Author-email: HiroYokoyama <titech.yoko.hiro@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -217,12 +217,19 @@ class BondItem(QGraphicsItem):
|
|
|
217
217
|
pen.setCapStyle(cap_style)
|
|
218
218
|
painter.setPen(pen)
|
|
219
219
|
|
|
220
|
-
|
|
221
|
-
|
|
220
|
+
# Wedge/Dash Specific Settings
|
|
221
|
+
wedge_width_half = settings.get('bond_wedge_width_2d', 6.0)
|
|
222
|
+
num_dashes = int(settings.get('bond_dash_count_2d', 8))
|
|
223
|
+
|
|
224
|
+
# Use bond color for fill
|
|
225
|
+
painter.setBrush(QBrush(bond_color))
|
|
222
226
|
except Exception:
|
|
227
|
+
# Fallback
|
|
223
228
|
painter.setPen(self.pen)
|
|
224
|
-
|
|
225
|
-
|
|
229
|
+
painter.setBrush(QBrush(Qt.GlobalColor.black))
|
|
230
|
+
# Default fallback width for wedge
|
|
231
|
+
wedge_width_half = 6.0
|
|
232
|
+
num_dashes = 8
|
|
226
233
|
|
|
227
234
|
# --- 立体化学 (Wedge/Dash) の描画 ---
|
|
228
235
|
if self.order == 1 and self.stereo in [1, 2]:
|
|
@@ -232,7 +239,7 @@ class BondItem(QGraphicsItem):
|
|
|
232
239
|
p2 = line.p2() - vec.p2() * 5
|
|
233
240
|
|
|
234
241
|
if self.stereo == 1: # Wedge (くさび形)
|
|
235
|
-
offset = QPointF(normal.dx(), normal.dy()) *
|
|
242
|
+
offset = QPointF(normal.dx(), normal.dy()) * wedge_width_half
|
|
236
243
|
poly = QPolygonF([p1, p2 + offset, p2 - offset])
|
|
237
244
|
painter.drawPolygon(poly)
|
|
238
245
|
|
|
@@ -243,11 +250,11 @@ class BondItem(QGraphicsItem):
|
|
|
243
250
|
pen.setWidthF(2.5)
|
|
244
251
|
painter.setPen(pen)
|
|
245
252
|
|
|
246
|
-
|
|
253
|
+
# Use configured number of dashes (default 8)
|
|
247
254
|
for i in range(num_dashes + 1):
|
|
248
255
|
t = i / num_dashes
|
|
249
256
|
start_pt = p1 * (1 - t) + p2 * t
|
|
250
|
-
width =
|
|
257
|
+
width = (wedge_width_half * 2.0) * t
|
|
251
258
|
offset = QPointF(normal.dx(), normal.dy()) * width / 2.0
|
|
252
259
|
painter.drawLine(start_pt - offset, start_pt + offset)
|
|
253
260
|
painter.restore()
|
|
@@ -47,7 +47,7 @@ from PyQt6.QtCore import (
|
|
|
47
47
|
)
|
|
48
48
|
|
|
49
49
|
class Rotate2DDialog(QDialog):
|
|
50
|
-
def __init__(self, parent=None):
|
|
50
|
+
def __init__(self, parent=None, initial_angle=0):
|
|
51
51
|
super().__init__(parent)
|
|
52
52
|
self.setWindowTitle("Rotate 2D")
|
|
53
53
|
self.setFixedWidth(300)
|
|
@@ -59,14 +59,14 @@ class Rotate2DDialog(QDialog):
|
|
|
59
59
|
input_layout.addWidget(QLabel("Angle (degrees):"))
|
|
60
60
|
self.angle_spin = QSpinBox()
|
|
61
61
|
self.angle_spin.setRange(-360, 360)
|
|
62
|
-
self.angle_spin.setValue(
|
|
62
|
+
self.angle_spin.setValue(initial_angle)
|
|
63
63
|
input_layout.addWidget(self.angle_spin)
|
|
64
64
|
layout.addLayout(input_layout)
|
|
65
65
|
|
|
66
66
|
# Slider
|
|
67
67
|
self.slider = QSlider(Qt.Orientation.Horizontal)
|
|
68
68
|
self.slider.setRange(-180, 180)
|
|
69
|
-
self.slider.setValue(
|
|
69
|
+
self.slider.setValue(initial_angle)
|
|
70
70
|
self.slider.setTickPosition(QSlider.TickPosition.TicksBelow)
|
|
71
71
|
self.slider.setTickInterval(15)
|
|
72
72
|
layout.addWidget(self.slider)
|
|
@@ -612,21 +612,29 @@ class MainWindowEditActions(object):
|
|
|
612
612
|
|
|
613
613
|
def open_rotate_2d_dialog(self):
|
|
614
614
|
"""2D回転ダイアログを開く"""
|
|
615
|
-
|
|
615
|
+
# Initialize last_rotation_angle if not present
|
|
616
|
+
if not hasattr(self, 'last_rotation_angle'):
|
|
617
|
+
self.last_rotation_angle = 0
|
|
618
|
+
|
|
619
|
+
dialog = Rotate2DDialog(self, initial_angle=self.last_rotation_angle)
|
|
616
620
|
if dialog.exec() == QDialog.DialogCode.Accepted:
|
|
617
621
|
angle = dialog.get_angle()
|
|
622
|
+
self.last_rotation_angle = angle # Remember for next time
|
|
618
623
|
self.rotate_molecule_2d(angle)
|
|
619
624
|
|
|
620
625
|
def rotate_molecule_2d(self, angle_degrees):
|
|
621
|
-
"""2D
|
|
626
|
+
"""2D分子を指定角度回転させる(選択範囲があればそれのみ、なければ全体)"""
|
|
622
627
|
try:
|
|
623
628
|
# Determine target atoms
|
|
624
629
|
selected_items = self.scene.selectedItems()
|
|
625
630
|
target_atoms = [item for item in selected_items if isinstance(item, AtomItem)]
|
|
626
631
|
|
|
627
|
-
# If no selection,
|
|
632
|
+
# If no selection, rotate everything
|
|
633
|
+
if not target_atoms:
|
|
634
|
+
target_atoms = [data['item'] for data in self.data.atoms.values() if data.get('item') and not sip_isdeleted_safe(data['item'])]
|
|
635
|
+
|
|
628
636
|
if not target_atoms:
|
|
629
|
-
self.statusBar().showMessage("No atoms
|
|
637
|
+
self.statusBar().showMessage("No atoms to rotate.")
|
|
630
638
|
return
|
|
631
639
|
|
|
632
640
|
# Calculate Center
|
|
@@ -992,6 +992,7 @@ class MainWindowMainInit(object):
|
|
|
992
992
|
edit_menu.addSeparator()
|
|
993
993
|
|
|
994
994
|
rotate_2d_action = QAction("Rotate 2D...", self)
|
|
995
|
+
rotate_2d_action.setShortcut(QKeySequence("Ctrl+R"))
|
|
995
996
|
rotate_2d_action.triggered.connect(self.open_rotate_2d_dialog)
|
|
996
997
|
edit_menu.addAction(rotate_2d_action)
|
|
997
998
|
|
|
@@ -1054,7 +1055,7 @@ class MainWindowMainInit(object):
|
|
|
1054
1055
|
|
|
1055
1056
|
reset_3d_view_action = QAction("Reset 3D View", self)
|
|
1056
1057
|
reset_3d_view_action.triggered.connect(lambda: self.plotter.reset_camera() if hasattr(self, 'plotter') else None)
|
|
1057
|
-
reset_3d_view_action.setShortcut(QKeySequence("Ctrl+R"))
|
|
1058
|
+
reset_3d_view_action.setShortcut(QKeySequence("Ctrl+Shift+R"))
|
|
1058
1059
|
view_menu.addAction(reset_3d_view_action)
|
|
1059
1060
|
|
|
1060
1061
|
view_menu.addSeparator()
|
|
@@ -27,7 +27,7 @@ class SettingsDialog(QDialog):
|
|
|
27
27
|
def __init__(self, current_settings, parent=None):
|
|
28
28
|
super().__init__(parent)
|
|
29
29
|
self.setWindowTitle("Settings")
|
|
30
|
-
self.setMinimumSize(
|
|
30
|
+
self.setMinimumSize(650, 750)
|
|
31
31
|
|
|
32
32
|
# 親ウィンドウの参照を保存(Apply機能のため)
|
|
33
33
|
self.parent_window = parent
|
|
@@ -99,6 +99,8 @@ class SettingsDialog(QDialog):
|
|
|
99
99
|
'bond_color_2d': '#222222', # Almost black
|
|
100
100
|
'atom_use_bond_color_2d': False,
|
|
101
101
|
'bond_cap_style_2d': 'Round',
|
|
102
|
+
'bond_wedge_width_2d': 6.0,
|
|
103
|
+
'bond_dash_count_2d': 8,
|
|
102
104
|
}
|
|
103
105
|
|
|
104
106
|
# --- 選択された色を管理する専用のインスタンス変数 ---
|
|
@@ -244,6 +246,26 @@ class SettingsDialog(QDialog):
|
|
|
244
246
|
self.bond_cap_style_2d_combo.addItems(['Round', 'Flat', 'Square'])
|
|
245
247
|
form_layout.addRow("Bond Cap Style:", self.bond_cap_style_2d_combo)
|
|
246
248
|
|
|
249
|
+
# Wedge Bond Width
|
|
250
|
+
self.bond_wedge_width_2d_slider = QSlider(Qt.Orientation.Horizontal)
|
|
251
|
+
self.bond_wedge_width_2d_slider.setRange(10, 300) # 1.0 - 30.0
|
|
252
|
+
self.bond_wedge_width_2d_label = QLabel("6.0")
|
|
253
|
+
self.bond_wedge_width_2d_slider.valueChanged.connect(lambda v: self.bond_wedge_width_2d_label.setText(f"{v/10:.1f}"))
|
|
254
|
+
bww_layout = QHBoxLayout()
|
|
255
|
+
bww_layout.addWidget(self.bond_wedge_width_2d_slider)
|
|
256
|
+
bww_layout.addWidget(self.bond_wedge_width_2d_label)
|
|
257
|
+
form_layout.addRow("Wedge Bond Width:", bww_layout)
|
|
258
|
+
|
|
259
|
+
# Dash Count
|
|
260
|
+
self.bond_dash_count_2d_slider = QSlider(Qt.Orientation.Horizontal)
|
|
261
|
+
self.bond_dash_count_2d_slider.setRange(3, 20)
|
|
262
|
+
self.bond_dash_count_2d_label = QLabel("8")
|
|
263
|
+
self.bond_dash_count_2d_slider.valueChanged.connect(lambda v: self.bond_dash_count_2d_label.setText(str(v)))
|
|
264
|
+
bdc_layout = QHBoxLayout()
|
|
265
|
+
bdc_layout.addWidget(self.bond_dash_count_2d_slider)
|
|
266
|
+
bdc_layout.addWidget(self.bond_dash_count_2d_label)
|
|
267
|
+
form_layout.addRow("Dash Count:", bdc_layout)
|
|
268
|
+
|
|
247
269
|
|
|
248
270
|
line2 = QFrame()
|
|
249
271
|
line2.setFrameShape(QFrame.Shape.HLine)
|
|
@@ -791,7 +813,10 @@ class SettingsDialog(QDialog):
|
|
|
791
813
|
'background_color_2d': self.default_settings['background_color_2d'],
|
|
792
814
|
'bond_color_2d': self.default_settings['bond_color_2d'],
|
|
793
815
|
'atom_use_bond_color_2d': self.default_settings['atom_use_bond_color_2d'],
|
|
794
|
-
'
|
|
816
|
+
'atom_use_bond_color_2d': self.default_settings['atom_use_bond_color_2d'],
|
|
817
|
+
'bond_cap_style_2d': self.default_settings['bond_cap_style_2d'],
|
|
818
|
+
'bond_wedge_width_2d': self.default_settings['bond_wedge_width_2d'],
|
|
819
|
+
'bond_dash_count_2d': self.default_settings['bond_dash_count_2d']
|
|
795
820
|
},
|
|
796
821
|
"3D Scene": {
|
|
797
822
|
'background_color': self.default_settings['background_color'],
|
|
@@ -1228,7 +1253,11 @@ class SettingsDialog(QDialog):
|
|
|
1228
1253
|
'background_color_2d': self.current_bg_color_2d,
|
|
1229
1254
|
'bond_color_2d': self.current_bond_color_2d,
|
|
1230
1255
|
'atom_use_bond_color_2d': self.atom_use_bond_color_2d_checkbox.isChecked(),
|
|
1256
|
+
'bond_color_2d': self.current_bond_color_2d,
|
|
1257
|
+
'atom_use_bond_color_2d': self.atom_use_bond_color_2d_checkbox.isChecked(),
|
|
1231
1258
|
'bond_cap_style_2d': self.bond_cap_style_2d_combo.currentText(),
|
|
1259
|
+
'bond_wedge_width_2d': self.bond_wedge_width_2d_slider.value() / 10.0,
|
|
1260
|
+
'bond_dash_count_2d': self.bond_dash_count_2d_slider.value(),
|
|
1232
1261
|
}
|
|
1233
1262
|
|
|
1234
1263
|
def pick_bs_bond_color(self):
|
|
@@ -1499,5 +1528,13 @@ class SettingsDialog(QDialog):
|
|
|
1499
1528
|
index = self.bond_cap_style_2d_combo.findText(cap_style)
|
|
1500
1529
|
if index >= 0:
|
|
1501
1530
|
self.bond_cap_style_2d_combo.setCurrentIndex(index)
|
|
1531
|
+
|
|
1532
|
+
bww_2d = settings_dict.get('bond_wedge_width_2d', self.default_settings['bond_wedge_width_2d'])
|
|
1533
|
+
self.bond_wedge_width_2d_slider.setValue(int(bww_2d * 10))
|
|
1534
|
+
self.bond_wedge_width_2d_label.setText(f"{bww_2d:.1f}")
|
|
1535
|
+
|
|
1536
|
+
self.bond_dash_count_2d_slider.setValue(settings_dict.get('bond_dash_count_2d', self.default_settings['bond_dash_count_2d']))
|
|
1537
|
+
self.bond_dash_count_2d_label.setText(str(self.bond_dash_count_2d_slider.value()))
|
|
1538
|
+
|
|
1502
1539
|
self.current_bond_color_2d = settings_dict.get('bond_color_2d', self.default_settings['bond_color_2d'])
|
|
1503
1540
|
self.update_2d_color_buttons()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{moleditpy-2.4.2 → moleditpy-2.4.4}/src/moleditpy/modules/constrained_optimization_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|