Overview
Comment: | Grouped options better in KitCreator Web UI |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
91026bbefb277f253d6e8174be31a482 |
User & Date: | rkeene on 2016-03-07 20:28:44 |
Other Links: | manifest | tags |
Context
2016-03-08
| ||
17:44 | Added build/utils/kitcreator-downloader.tcl, a script to download Tclkits built with the Web Interface check-in: 0c51e0404a user: dbohdan tags: trunk | |
2016-03-07
| ||
20:28 | Grouped options better in KitCreator Web UI check-in: 91026bbefb user: rkeene tags: trunk | |
20:27 | Fixed typo in last commit check-in: 341b02a3b1 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [d68d146f41] to [a02280f000].
︙ | |||
362 363 364 365 366 367 368 | 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 | - - + + | <input type="checkbox" name="option_package_<? puts -nonewline $package ?>" id="option_package_<? puts -nonewline $package ?>">Package: <? puts -nonewline $packages($package) ?><br> <? } ?> <input type="checkbox" name="option_threaded">Kit: Threaded<br> <input type="checkbox" name="option_debug">Kit: Debugging Build<br> <input type="checkbox" name="option_kitdll" id="option_kitdll">Kit: Build Library (KitDLL)<br> <input type="checkbox" name="option_dynamictk" id="option_dynamictk">Kit: Always link Tk dynamically (if Tk is built)<br> <input type="checkbox" name="option_minbuild">Kit: "Minimal" build (remove extra packages shipped as part of Tcl and reduce encodings)<br> |
︙ |