Added warning to revision UI

This commit is contained in:
Jan Wester 2019-09-22 20:38:34 +02:00 committed by Curtis Gedak
parent 961bac7e16
commit 7377a34714
2 changed files with 19 additions and 0 deletions

View file

@ -390,6 +390,11 @@ class Ui_Settings(object):
self.verticalLayout.addWidget(self.chkRevisionRemove)
spacerItem3 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.verticalLayout.addItem(spacerItem3)
self.label_revisionDeprecation = QtWidgets.QLabel(self.page_3)
self.label_revisionDeprecation.setWordWrap(True)
self.label_revisionDeprecation.setOpenExternalLinks(True)
self.label_revisionDeprecation.setObjectName("label_revisionDeprecation")
self.verticalLayout.addWidget(self.label_revisionDeprecation)
self.stack.addWidget(self.page_3)
self.stackedWidgetPage2 = QtWidgets.QWidget()
self.stackedWidgetPage2.setObjectName("stackedWidgetPage2")
@ -1871,6 +1876,7 @@ class Ui_Settings(object):
self.label_49.setText(_translate("Settings", "revisions per hour for the last day"))
self.label_48.setText(_translate("Settings", "revisions per 10 minutes for the last hour"))
self.label_51.setText(_translate("Settings", "revisions per week till the end of time"))
self.label_revisionDeprecation.setText(_translate("Settings", "<p><b>The Revisions feature has been at the source of many reported issues. In this version of Manuskript it has been turned off by default for new projects in order to provide the best experience.</b></p><p>Why aren\'t these issues fixed already? <a href=\"https://www.theologeek.ch/manuskript/contribute/\">We need your help to make Manuskript better!</a></p>"))
self.lblTitleViews.setText(_translate("Settings", "Views settings"))
self.groupBox_3.setTitle(_translate("Settings", "Colors"))
self.label_3.setText(_translate("Settings", "Icon color:"))

View file

@ -769,6 +769,19 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_revisionDeprecation">
<property name="text">
<string>&lt;p&gt;&lt;b&gt;The Revisions feature has been at the source of many reported issues. In this version of Manuskript it has been turned off by default for new projects in order to provide the best experience.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Why aren't these issues fixed already? &lt;a href=&quot;https://www.theologeek.ch/manuskript/contribute/&quot;&gt;We need your help to make Manuskript better!&lt;/a&gt;&lt;/p&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="stackedWidgetPage2">