-rw-r--r-- | development/README | 32 | ||||
-rw-r--r-- | development/host-tools/README | 22 | ||||
-rw-r--r-- | development/host-tools/opielangchecker.tar.gz | bin | 0 -> 755852 bytes | |||
-rw-r--r-- | development/translation/README | 16 |
4 files changed, 67 insertions, 3 deletions
diff --git a/development/README b/development/README index 27a566a..86963a1 100644 --- a/development/README +++ b/development/README | |||
@@ -1,5 +1,30 @@ | |||
1 | OpiePIM.kpr A KPresenter comparsion of Qtopia, KDE and OPIE PIM | 1 | config.in -used for the buildsystem |
2 | OpiePIM.tar.gz Same as above but webpages | 2 | cvsbook.html -A Book describing the use of CVS |
3 | opie-big-features.xml-Features needed for Big Screen Opie | ||
4 | opie-features.dtd -DTD for the XML feature plan | ||
5 | README - This file | ||
6 | tmake_ref.html -Info about the old tmake. Better see your | ||
7 | qmake documentation ( qassistant ) | ||
8 | |||
9 | calibrate2 -New calibration tool by schurig for swapped x/y axis | ||
10 | cross-debug -Old cross debugger + introduction by sandman | ||
11 | documents - Currently empty | ||
12 | header -Template Header for Opie | ||
13 | host-tools -random collection of useful tools running on your | ||
14 | host and not inside Qt/E Opie | ||
15 | performance - small tool to test drawing performance | ||
16 | pim -Ideas about new database backends | ||
17 | translation -Opie host tools for generating Translations | ||
18 | wepgen -small utility for generating wep keys | ||
19 | |||
20 | |||
21 | |||
22 | |||
23 | OLD stuff that needs an update | ||
24 | |||
25 | opie-1.0-features.htmlOld list of planned 1.0 features (outdatet ) | ||
26 | OpiePIM.kpr A KPresenter comparsion of Qtopia, KDE and OPIE PIM (old) | ||
27 | OpiePIM.tar.gz Same as above but webpages (old) | ||
3 | toolchain.tar.gz Opie needs a toolchain to be built on x86 | 28 | toolchain.tar.gz Opie needs a toolchain to be built on x86 |
4 | but Opie also needs some additional headers | 29 | but Opie also needs some additional headers |
5 | and libraries to be built | 30 | and libraries to be built |
@@ -7,4 +32,5 @@ toolchain.tar.gz Opie needs a toolchain to be built on x86 | |||
7 | libuuid lib + header | 32 | libuuid lib + header |
8 | pam lib + header | 33 | pam lib + header |
9 | 34 | ||
10 | -zecke \ No newline at end of file | 35 | -zecke(old) |
36 | |||
diff --git a/development/host-tools/README b/development/host-tools/README new file mode 100644 index 0000000..c9901e6 --- a/dev/null +++ b/development/host-tools/README | |||
@@ -0,0 +1,22 @@ | |||
1 | A collection of useful Opie related software running with Qt/X11 | ||
2 | version 3.0 and sometimes KDE as well | ||
3 | |||
4 | opie-langchecker.tar.gz -with make messages and make all-messages | ||
5 | you generate for each application two | ||
6 | .po files. One file with all strings | ||
7 | included in your program and one file | ||
8 | with strings from tr() and the NOOP. | ||
9 | Langchecker is a KParts KDE application | ||
10 | which lets you first spell check the strings | ||
11 | and seconldy shows you on a per file/line | ||
12 | basis which strings are not available as tr. | ||
13 | This helps you to find application | ||
14 | |||
15 | opie-featurelist.tar.gz -Is currently just a small hack application | ||
16 | to create feature lists conforming to | ||
17 | Cornelius Schumachers XML features file. | ||
18 | Maybe it'll turn into a full blown | ||
19 | Project management tool with Opie clients... | ||
20 | ( kmaschru ) or one simply writes a new | ||
21 | TODO view + backend or changes the file | ||
22 | format... | ||
diff --git a/development/host-tools/opielangchecker.tar.gz b/development/host-tools/opielangchecker.tar.gz new file mode 100644 index 0000000..d895347 --- a/dev/null +++ b/development/host-tools/opielangchecker.tar.gz | |||
Binary files differ | |||
diff --git a/development/translation/README b/development/translation/README new file mode 100644 index 0000000..966fb4a --- a/dev/null +++ b/development/translation/README | |||
@@ -0,0 +1,16 @@ | |||
1 | opie-lupdate - Opie lupdate is an specialised version of Qt3.1 lupdate. | ||
2 | You do not need TRANSLATIONS in your .pro anymore. Opie | ||
3 | lupdate reads the language list from $OPIEDIR/i18n and then | ||
4 | generates the .ts files. | ||
5 | Together with the build system one make opie-lupdate on | ||
6 | toplevel or inside the buildsystem is enough to update | ||
7 | translations. | ||
8 | To add new translations simply mkdir $OPIEDIR/i18n/new_lang; | ||
9 | make opie-lupdate | ||
10 | |||
11 | opie-lrelease - Also deprecates the TRANSLATIONS attribute inside the .pro | ||
12 | files | ||
13 | |||
14 | to compile both you need Qt3.1, qmake | ||
15 | point your QMAKESPEC to "" and run qmake -o Makefile the_profile.pro | ||
16 | make to compile | ||