Browse Source

fix first window outside screen

master
François 2 years ago
parent
commit
847ffcd207
  1. 8
      ant/build.xml
  2. 93
      data/config/AdecWatt.xml
  3. BIN
      soft/Misc.jar

8
ant/build.xml

@ -104,6 +104,14 @@
</fileset>
</replaceregexp>
<replaceregexp byline="true">
<regexp pattern="(.*entry key=&#34;.*Location&#34;&#62;)[^&#93;]*(.*)"/>
<substitution expression="\1&#91;x=50,y=50\2"/>
<fileset dir="data/config">
<include name="*.xml"/>
</fileset>
</replaceregexp>
<replaceregexp byline="true">
<regexp pattern="(.*entry key=&#34;Download.*Checked&#34;&#62;)false(.*)"/>
<substitution expression="\1true\2"/>

93
data/config/AdecWatt.xml

@ -1,77 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>This file is automaticaly generated by AdecWatt application at 5:25 PM on May 26, 2019.</comment>
<entry key="DownloaddataChecked">true</entry>
<entry key="HelpOrder">4</entry>
<entry key="dumpDir">data/log/</entry>
<entry key="EditChecked">true</entry>
<entry key="BoundGlue">true</entry>
<entry key="InSegmentGlue">false</entry>
<entry key="LastExport">/home/felix/perso/adecWatt56/data/export/CendresLampionsChapelleBleue.lpz</entry>
<entry key="HelpPlace">North</entry>
<comment>This file is automaticaly generated by AdecWatt application at 5:44 PM on Jan 25, 2022.</comment>
<entry key=""></entry>
<entry key="PlacementPlace">North</entry>
<entry key="CheckPeriod">Day</entry>
<entry key="GridGlue">true</entry>
<entry key="SearchOrder">5</entry>
<entry key="FileOrder">0</entry>
<entry key="HelpOrder">4</entry>
<entry key="PlacementChecked">true</entry>
<entry key="LastCheck">20220125</entry>
<entry key="EditOrder">1</entry>
<entry key="ManualChecked">false</entry>
<entry key="DownloaddataChecked">true</entry>
<entry key="PlacementUndocked">false</entry>
<entry key="EditPlace">North</entry>
<entry key="HelpChecked">true</entry>
<entry key="ProxyPort">3128</entry>
<entry key="FrameLocation">[x=50,y=50]</entry>
<entry key="SliderPlace">North</entry>
<entry key="ManualLocation">[x=50,y=50]</entry>
<entry key="SearchOrder">5</entry>
<entry key="FilePlace">North</entry>
<entry key="AboutLocation">[x=0,y=31]</entry>
<entry key="SearchUndocked">false</entry>
<entry key="PlacementOrder">3</entry>
<entry key="DownloadsoftChecked">true</entry>
<entry key="dumpDir">data/log/</entry>
<entry key="LicenceLocation">[x=50,y=50]</entry>
<entry key="FileChecked">true</entry>
<entry key="FrameLocation">[x=1 490,y=312]</entry>
<entry key="EditPlace">North</entry>
<entry key="CheckPeriod">Day</entry>
<entry key="AboutChecked">false</entry>
<entry key="LicenceLocation">[x=0,y=31]</entry>
<entry key="PlacementChecked">true</entry>
<entry key="SliderUndocked">false</entry>
<entry key="SliderOrder">2</entry>
<entry key="SearchPlace">North</entry>
<entry key="SearchChecked">true</entry>
<entry key="Variant"/>
<entry key="DownloadsoftChecked">true</entry>
<entry key="SliderChecked">true</entry>
<entry key="AdecWattIcon">data/images/adecWatt.png</entry>
<entry key="SliderChecked">true</entry>
<entry key="SearchUndocked">false</entry>
<entry key="LastExport">/home/felix/perso/adecWatt56/data/export/CendresLampionsChapelleBleue.lpz</entry>
<entry key="HelpPlace">North</entry>
<entry key="InSegmentGlue">false</entry>
<entry key="FileUndocked">false</entry>
<entry key="SliderPlace">North</entry>
<entry key="Login"/>
<entry key="HelpUndocked">false</entry>
<entry key="EditUndocked">false</entry>
<entry key="ManualChecked">false</entry>
<entry key="LastCheck">20190526</entry>
<entry key="HelpUndocked">false</entry>
<entry key="LicenceChecked">false</entry>
<entry key="SliderOrder">2</entry>
<entry key="FileUndocked">false</entry>
<entry key="HandleGlue">true</entry>
<entry key="PlacementOrder">3</entry>
<entry key="EditUndocked">false</entry>
<entry key="ManualLocation">[x=0,y=31]</entry>
<entry key="PlacementUndocked">false</entry>
<entry key="LicenceChecked">false</entry>
<entry key="SearchChecked">true</entry>
<entry key="BoundGlue">true</entry>
<entry key="FilePlace">North</entry>
<entry key="AboutLocation">[x=50,y=50]</entry>
<entry key="SearchPlace">North</entry>
<entry key="GridGlue">true</entry>
<entry key="PlacementPlace">North</entry>
<entry key=""/>
<entry key="EditChecked">true</entry>
<entry key="SliderUndocked">false</entry>
<entry key="ProxyPort">3128</entry>
</properties>

BIN
soft/Misc.jar

Binary file not shown.
Loading…
Cancel
Save