Skip to content

Commit

Permalink
V3.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhemmi committed Dec 1, 2023
1 parent 80d50d7 commit 54a4348
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 26 deletions.
14 changes: 7 additions & 7 deletions Physiocap3_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ def __init__(self, parent=None):
#physiocap_log( "Répertoire QGIS : {} est version {}.{}.{}-{}".format( self.gis_dir, V_majeure, V_mineure, V_detail, V_petit_nom), leModeDeTrace)
physiocap_log( "Répertoire des extensions (plugins) : " + self.plugins_dir, leModeDeTrace)

if MACHINE != "Linux":
if MACHINE == "Windows":
from win32api import GetSystemMetrics
_, height = GetSystemMetrics(0), GetSystemMetrics(1)
if height < 1080:
aText="Votre écran {} supporte seulement une hauteur de {} pixels" . \
format(MACHINE, height)
physiocap_log( aText, leModeDeTrace)
physiocap_message_box( self, aText, "attention")

if height < 1080:
aText="Attention, votre écran {} supporte seulement une hauteur de {} pixels. " . \
format(MACHINE, height)
aText = aText + "Pour utiliser Physiocap3, ouvrez QGIS dans un écran à meilleure résolution. "
physiocap_log( aText, leModeDeTrace)
physiocap_message_box( self, aText, "attention")
#
# Slot for boutons : ces deux sont déjà sont dans UI
##self.buttonBox.button( QDialogButtonBox.Ok ).pressed.connect(self.accept)
Expand Down
52 changes: 35 additions & 17 deletions Physiocap3_dialog_base.ui
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
</property>
<property name="geometry">
<rect>
<x>0</x>
<x>10</x>
<y>70</y>
<width>621</width>
<height>731</height>
Expand All @@ -239,7 +239,7 @@
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
<pointsize>8</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -274,6 +274,15 @@
<bool>true</bool>
</property>
<widget class="QWidget" name="tabParametres">
<property name="font">
<font>
<pointsize>8</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<attribute name="title">
<string>Calculs</string>
</attribute>
Expand All @@ -288,7 +297,7 @@
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -405,7 +414,7 @@
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
Expand Down Expand Up @@ -481,7 +490,7 @@
<property name="font">
<font>
<family>Ubuntu</family>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -717,7 +726,7 @@
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -926,7 +935,7 @@ vos autres données agronomiques</string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -1537,7 +1546,7 @@ Si vous hésitez, trouvez du conseil. </string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -2777,6 +2786,15 @@ Si vous hésitez, trouvez du conseil. </string>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt; color:#00aa00;&quot;&gt;Astuce : Si vous confiant dans votre paramétrage, vous pouvez décocher la création des histogrammes lors de traitement de grande masse de données.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
Expand Down Expand Up @@ -6894,15 +6912,15 @@ DIAM, SARM, BIOM,...) </string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>Version 3.28.11</string>
<string>Version 3.34.1</string>
</property>
</widget>
<widget class="QLabel" name="label_500">
Expand All @@ -6916,7 +6934,7 @@ DIAM, SARM, BIOM,...) </string>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
Expand Down Expand Up @@ -7110,7 +7128,7 @@ DIAM, SARM, BIOM,...) </string>
<widget class="QTextBrowser" name="textBrowserAide">
<property name="geometry">
<rect>
<x>10</x>
<x>0</x>
<y>450</y>
<width>621</width>
<height>131</height>
Expand All @@ -7126,7 +7144,7 @@ DIAM, SARM, BIOM,...) </string>
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:7pt; font-weight:600; font-style:normal;&quot;&gt;
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:8pt; font-weight:600; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt; font-weight:400;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Cantarell'; font-size:10pt; font-weight:400;&quot;&gt;Utilisez le bouton &lt;/span&gt;&lt;span style=&quot; font-family:'Cantarell'; font-size:10pt;&quot;&gt;Aide&lt;/span&gt;&lt;span style=&quot; font-family:'Cantarell'; font-size:10pt; font-weight:400;&quot;&gt; pour accéder aux documentations, à la license et au suivi des évolutions sous le Wiki de l'extension. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Cantarell'; font-size:10pt; font-weight:400;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
Expand All @@ -7139,8 +7157,8 @@ p, li { white-space: pre-wrap; }
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>590</y>
<x>240</x>
<y>550</y>
<width>271</width>
<height>21</height>
</rect>
Expand Down Expand Up @@ -7173,8 +7191,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="lab_traces">
<property name="geometry">
<rect>
<x>10</x>
<y>590</y>
<x>30</x>
<y>540</y>
<width>111</width>
<height>21</height>
</rect>
Expand Down
4 changes: 2 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description=This plugin helps analysing raw data from
about= Physiocap est un capteur qui géolocalise les sarments d'une vigne.
L'extension (plugin) Physiocap n'intéresse que le métier "Agronomie de la vigne".
Physiocap est breveté par le CIVC.
version=3.28.11
version=3.34.1
author=jhemmi.eu
[email protected]

Expand All @@ -35,7 +35,7 @@ repository=https://github.com/jhemmi/Physiocap3

# Uncomment the following line and add your changelog:
changelog=
V3.34.1 Fin du support SAGA par QGIS et par l'extension Physiocap3
V3.34.1 QGIS arretant le support de SAGA, l'extension Physiocap3 ne supporte plus SAGA (QGIS 3.28.11 le supporte encore)
V3.28.11 QgsFileWrite create & del pour issue 29 Limite 1080 pixels vertical pour issue 19
V3.22.5 GeoJSON
V3.16.15 AGRO SAGA7 & QPJ
Expand Down

0 comments on commit 54a4348

Please sign in to comment.