+ add ja to available langs

+ add signals to lineEdits
* rewrite errorwindow class to static methods
* replace mask in ip lineedits to validators (fix #34)
* fix advanced lines
* move AdHoc and Hidden options to advanced (#28)
* fix default wpa_supplicant conf path (#28)
* update toolbars to #2
* replace General settings section to Common (see http://doc.qt.io/qt-5/qsettings.html#Format-enum)
This commit is contained in:
arcan1s
2015-02-24 05:32:37 +03:00
parent b46ce1620b
commit 53ff63b792
25 changed files with 403 additions and 314 deletions

View File

@ -104,6 +104,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be in CIDR form according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">127.0.0.1/32</string>
</property>
</widget>
</item>
<item>
@ -163,7 +169,11 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>An IP routing gateway address</string>
<string>An IP routing gateway address.
Should be according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">192.168.0.1</string>
</property>
</widget>
</item>
@ -256,6 +266,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be in CIDR form according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">::1/128</string>
</property>
</widget>
</item>
<item>
@ -315,7 +331,11 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>An IPv6 routing gateway address</string>
<string>An IPv6 routing gateway address.
Should be according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d</string>
</property>
</widget>
</item>
@ -380,6 +400,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be in CIDR form according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">192.168.0.1/24</string>
</property>
</widget>
</item>
</layout>
@ -410,6 +436,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">192.168.0.1</string>
</property>
</widget>
</item>
<item>
@ -472,6 +504,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be in CIDR form according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d/64</string>
</property>
</widget>
</item>
</layout>
@ -502,6 +540,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d</string>
</property>
</widget>
</item>
<item>
@ -929,6 +973,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Should be according to standards</string>
</property>
<property name="placeholderText">
<string notr="true">8.8.8.8</string>
</property>
</widget>
</item>
<item>