blob: be7b1619be7dabcd3a8c521f6994cf0fd3d8b07c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
A collection of useful Opie related software running with Qt/X11
version 3.0 and sometimes KDE as well
opie-langchecker.tar.gz - with make messages and make all-messages
you generate for each application two
.po files. One file with all strings
included in your program and one file
with strings from tr() and the NOOP.
Langchecker is a KParts KDE application
which lets you first spell check the strings
and seconldy shows you on a per file/line
basis which strings are not available as tr.
This helps you to find application
opie-featurelist.tar.bz2- Is currently just a small hack application
to create feature lists conforming to
Cornelius Schumachers XML features file.
Maybe it'll turn into a full blown
Project management tool with Opie clients...
( kmaschru ) or one simply writes a new
TODO view + backend or changes the file
format...
BUILD: qmake -o Makefile opie-featurelist.pro
|