string freeze for 0.7 final - small input bet length fix

This commit is contained in:
doitux
2009-04-27 08:51:03 +00:00
parent 0b2b668c3c
commit 6c390ce521
22 changed files with 18123 additions and 10297 deletions
+3 -1
View File
@@ -208,7 +208,9 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">kraut</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> - for internet-game-server hosting and administration</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">danuxi</span></p>
&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:'Sans Serif';&quot;&gt; - for startwindow background gfx and danuxi1 table background&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&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:'Sans Serif';&quot;&gt; - for startwindow background gfx and danuxi1 table background&lt;/span&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:'Sans Serif'; font-weight:600;&quot;&gt;heyn&lt;/span&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:'Sans Serif';&quot;&gt; - for moderating forum and organise bugtracker and feature requests&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
+3
View File
@@ -2974,6 +2974,9 @@
<height>21</height>
</size>
</property>
<property name="maxLength">
<number>10000000</number>
</property>
</widget>
</item>
<item>
+1 -1
View File
@@ -362,7 +362,7 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
pushButton_break->setMinimumSize(width+10,20);
//set inputvalidator for lineeditbetvalue
QRegExp rx("[1-9]\\d{0,4}");
QRegExp rx("[1-9]\\d{0,7}");
QValidator *validator = new QRegExpValidator(rx, this);
lineEdit_betValue->setValidator(validator);
+709 -446
View File
File diff suppressed because it is too large Load Diff
+724 -385
View File
File diff suppressed because it is too large Load Diff
+755 -346
View File
File diff suppressed because it is too large Load Diff
+757 -348
View File
File diff suppressed because it is too large Load Diff
+777 -369
View File
File diff suppressed because it is too large Load Diff
+757 -348
View File
File diff suppressed because it is too large Load Diff
+885 -346
View File
File diff suppressed because it is too large Load Diff
+724 -385
View File
File diff suppressed because it is too large Load Diff
+755 -346
View File
File diff suppressed because it is too large Load Diff
+755 -347
View File
File diff suppressed because it is too large Load Diff
+755 -346
View File
File diff suppressed because it is too large Load Diff
+716 -418
View File
File diff suppressed because one or more lines are too long
+722 -394
View File
File diff suppressed because it is too large Load Diff
+4355 -3946
View File
File diff suppressed because one or more lines are too long
+724 -385
View File
File diff suppressed because it is too large Load Diff
+1041 -21
View File
File diff suppressed because it is too large Load Diff
+724 -385
View File
File diff suppressed because it is too large Load Diff
+741 -365
View File
File diff suppressed because it is too large Load Diff
+740 -369
View File
File diff suppressed because it is too large Load Diff