Update to 2.12.12

This commit is contained in:
hannes 2018-11-26 20:14:23 +01:00
parent b88fdd5304
commit 500b8b9b7b
4 changed files with 19 additions and 14 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/texstudio-2.12.6.tar.gz
/texstudio-2.12.8.tar.gz
/texstudio-2.12.10.tar.gz
/texstudio-2.12.12.tar.gz

View File

@ -1 +1 @@
SHA512 (texstudio-2.12.10.tar.gz) = c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0
SHA512 (texstudio-2.12.12.tar.gz) = e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2

View File

@ -12,32 +12,35 @@ diff --git a/src/configdialog.ui b/src/configdialog.ui
index 0f3cbe6..1b11b92 100644
--- a/src/configdialog.ui
+++ b/src/configdialog.ui
@@ -578,6 +578,9 @@
@@ -584,14 +584,20 @@
</property>
<property name="value">
<number>7</number>
</property>
+ <property name="readOnly">
- </property>
+ </property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item row="0" column="0">
@@ -585,6 +588,9 @@
<widget class="QCheckBox" name="checkBoxAutoUpdateCheck">
<property name="text">
<string>Automatically check every</string>
</property>
+ <property name="checkable">
- </property>
+ </property>
+ <property name="checkable">
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item row="0" column="5">
diff --git a/src/configmanager.cpp b/src/configmanager.cpp
index 41f2e49..088924e 100644
index afd54b7..e2e9629 100644
--- a/src/configmanager.cpp
+++ b/src/configmanager.cpp
@@ -479,7 +479,7 @@ ConfigManager::ConfigManager(QObject *parent): QObject (parent),
registerOption("Thesaurus/Database", &thesaurus_database, "<dic not found>", &pseudoDialog->comboBoxThesaurusFileName);
@@ -485,7 +485,7 @@ ConfigManager::ConfigManager(QObject *parent): QObject (parent),
registerOption("Macros/RepositoryURL", &URLmacroRepository, "https://api.github.com/repos/texstudio-org/texstudio-macro/contents/", nullptr);
//updates
- registerOption("Update/AutoCheck", &autoUpdateCheck, true, &pseudoDialog->checkBoxAutoUpdateCheck);
@ -45,6 +48,4 @@ index 41f2e49..088924e 100644
registerOption("Update/UpdateLevel", &updateLevel, 0, &pseudoDialog->comboBoxUpdateLevel);
registerOption("Update/AutoCheckInvervalDays", &autoUpdateCheckIntervalDays, 7, &pseudoDialog->spinBoxAutoUpdateCheckIntervalDays);
registerOption("Update/LastCheck", &lastUpdateCheck, QDateTime());
--
2.14.3

View File

@ -1,6 +1,6 @@
Name: texstudio
Version: 2.12.10
Release: 2%{?dist}
Version: 2.12.12
Release: 1%{?dist}
Summary: A feature-rich editor for LaTeX documents
Group: Applications/Publishing
@ -120,6 +120,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%doc utilities/AUTHORS utilities/COPYING utilities/manual/CHANGELOG.txt
%changelog
* Mon Nov 26 2018 Johannes Lips <hannes@fedoraproject.org> 2.12.12-1
- Update to latest upstream bugfix release 2.12.12
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild