1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
|
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
|
-
+
-
+
-
+
-
+
-
+
|
<blockquote style="font-family: monospace;"><br>
This procedure sets up the default values for all configuration<br>
parameters used by the package repository client. If the force<br>
argument is non-zero, any existing values will be overwritten<br>
and set back to their default values.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1212">::PackageUploader::setupArgumentData</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1215">::PackageUploader::setupArgumentData</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "argv"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure initializes the array containing data derived from<br>
the command line arguments, if any. The argv argument should be<br>
the list of command line arguments.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1287">::PackageUploader::haveArgumentData</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1290">::PackageUploader::haveArgumentData</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is used to determine if all the package submission<br>
data is available. There are no arguments. Non-zero is returned<br>
if all the package submission data is available. This procedure<br>
should not raise script errors.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1437">::PackageUploader::submitEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1440">::PackageUploader::submitEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the submit button in<br>
both Tk and Eagle. It starts the package submission process. The<br>
args argument is not really used, it is a placeholder to make this<br>
procedure more portable between Tcl and Eagle. This procedure may<br>
raise script errors.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1580">::PackageUploader::setupWinFormsUserInterface</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1583">::PackageUploader::setupWinFormsUserInterface</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure creates the user interface for this tool using Eagle<br>
and WinForms. The existing argument data, if any, will be used to<br>
populate it. There are no arguments.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1782">::PackageUploader::setupTkUserInterface</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Internal API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1785">::PackageUploader::setupTkUserInterface</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure creates the user interface for this tool using Tcl<br>
and Tk. The existing argument data, if any, will be used to<br>
populate it. There are no arguments.<br>
</blockquote><br><hr><br>
|
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
|
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
|
-
+
-
+
-
+
-
+
-
+
|
<blockquote style="font-family: monospace;"><br>
This procedure attempts to stage the specified package files using<br>
Fossil. The fileNames argument is a list of (fully?) qualified<br>
local file names to stage.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1144">::PackageUploader::commitPackageFiles</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1147">::PackageUploader::commitPackageFiles</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "package"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "patchLevel"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "language"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "version"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "varName"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure attempts to commit the staged package files to the<br>
remote package file repository using Fossil. The varName argument<br>
is the name of a scalar variable in the context of the immediate<br>
caller that will receive the resulting Fossil check-in identifier.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1370">::PackageUploader::textBoxEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1373">::PackageUploader::textBoxEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "varName"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "sender"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "e"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the Changed event<br>
for a text box. It is not used when the user interface was built<br>
with Tk. The varName argument is the name of the scalar variable<br>
that must be updated with the contents of the text box. The sender<br>
and e arguments are provided by the framework and represent the<br>
control involved in the event and any extra data that may be<br>
necessary to process the event.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1384">::PackageUploader::listBoxEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1387">::PackageUploader::listBoxEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Required argument "varName"</span></big><br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles double-clicking the<br>
list box in both Tk and Eagle. The varName argument is the name of<br>
the scalar variable that must be updated with the list of items from<br>
the list box -OR- the list of items from an interactive file picker<br>
dialog. The args argument, which is only used for Eagle, is a list<br>
containing two elements. The first element is the control involved<br>
in the event. The second element is any extra data that may be<br>
necessary to process the event.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1415">::PackageUploader::handleFormClosedEvent</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1418">::PackageUploader::handleFormClosedEvent</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the Closed event for<br>
a WinForms form -OR- the WM_DELETE_WINDOW event on a Tk window. The<br>
args argument is not really used, it is a placeholder to make this<br>
procedure more portable between Tcl and Eagle. This procedure may<br>
raise script errors.<br>
</blockquote><br><hr><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1538">::PackageUploader::clearEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<big><big><span style="font-family: monospace;">Private Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle&ln=1541">::PackageUploader::clearEventHandler</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgu.eagle">pkgu.eagle</a>")</span></big></big><br>
<br>
<big><span style="font-family: monospace;"> Optional argument list "args"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure is an event handler. It handles the clear button in<br>
Tk and Eagle. It is used to clear the package submission data. The<br>
args argument is not really used, it is a placeholder to make this<br>
procedure more portable between Tcl and Eagle. This procedure may<br>
raise script errors.<br>
</blockquote><br><hr><br>
</div>
|