diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kword/tests/README | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kword/tests/README')
-rw-r--r-- | kword/tests/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kword/tests/README b/kword/tests/README new file mode 100644 index 00000000..2d9ee0eb --- /dev/null +++ b/kword/tests/README @@ -0,0 +1,26 @@ +When running oasis-kword.sh you can expect the following differences in the diff, +they are not bugs: + +* Background color (bkRed/bkBlue/bkGreen) isn't saved anymore for transparent frames (bkStyle=0) + (which makes sense since it doesn't appear) + +* Font weight is rounded to a multiple of 10 (if not 75) + - <WEIGHT value="48" /> + + <WEIGHT value="40" /> +No idea how I ended up with a value of 48 in the old .kwd file, Qt mostly knows 50 and 75. + +* Picture collection: the keys and filenames are re-generated. + +* The direction of a paragraph and its text color are now explicit instead of implicit: + <LAYOUT> + <NAME value="Standard" /> +- <FLOW align="left" /> ++ <FLOW dir="L" align="left" /> + <FORMAT id="1" pos="0" len="26" > + <WEIGHT value="50" /> ++ <COLOR blue="0" red="0" green="0" /> + <FONT name="Bitstream Vera Sans" /> + <SIZE value="9" /> + <ITALIC value="0" /> + This is hidden by oasis-kword.sh though. + |