Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Oct-2019 | - | ||||
source/ | H | 18-Oct-2019 | - | |||
README | H A D | 18-Oct-2019 | 440 | 17 | 9 | |
dryrunall.sh | H A D | 18-Oct-2019 | 1 KiB | 23 | 1 | |
include-sc.lst | H A D | 18-Oct-2019 | 176 | 9 | 8 | |
include-sd.lst | H A D | 18-Oct-2019 | 140 | 7 | 6 | |
include-sw.lst | H A D | 18-Oct-2019 | 135 | 6 | 5 | |
include.lst | H A D | 10-Feb-2024 | 7.3 KiB | 289 | 288 | |
sc.sh | H A D | 18-Oct-2019 | 1 KiB | 24 | 1 | |
sd.sh | H A D | 18-Oct-2019 | 1 KiB | 24 | 1 | |
src-sc.lst | H A D | 18-Oct-2019 | 2 KiB | 58 | 57 | |
src-sd.lst | H A D | 18-Oct-2019 | 5.1 KiB | 125 | 124 | |
src-sw.lst | H A D | 18-Oct-2019 | 4.4 KiB | 121 | 120 | |
src.lst | H A D | 12-Feb-2024 | 26.6 KiB | 676 | 675 | |
sw.sh | H A D | 18-Oct-2019 | 1 KiB | 24 | 1 |
README
1SRC2XML: Convert OO.o resource to Layout XML. 2 3This directory contains a Python script to convert OO.o's existing dialog 4resource files into XML layout files. 5 6The main executable file is located in ./source/src2xml.py. Run 7 8 source/src2xml.py --help 9 10for more information. 11 12See also: source/dryrunall.sh and ../workben/run-s2x 13 14 15Author: Kohei Yoshida <kyoshida@novell.com> 16Modifications: Jan Nieuwenhuizen <jnieuwenhuizen@novell.com> 17