[Libreoffice-commits] .: afms/README android/README avmedia/README basic/README berkeleydb/README cairo/README chart2/README clucene/README configmgr/README dmake/README

Michael Meeks michael at kemper.freedesktop.org
Tue Mar 6 06:43:14 PST 2012


 afms/README       |    2 +-
 android/README    |    1 +
 avmedia/README    |    5 +++--
 basic/README      |    6 +++++-
 berkeleydb/README |    4 ++++
 cairo/README      |    5 +++++
 chart2/README     |    3 +++
 clucene/README    |    4 ++++
 configmgr/README  |    5 +++++
 dmake/README      |    8 ++++++++
 10 files changed, 39 insertions(+), 4 deletions(-)

New commits:
commit dc24525d098d3dbf303dcfa04cae319592107907
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Tue Mar 6 14:41:45 2012 +0000

    more idle code documentation improvement

diff --git a/afms/README b/afms/README
index 5bfbbbb..c149c1a 100644
--- a/afms/README
+++ b/afms/README
@@ -1 +1 @@
-External library.
+External package containing font metrics
diff --git a/android/README b/android/README
new file mode 100644
index 0000000..bcd080b
--- /dev/null
+++ b/android/README
@@ -0,0 +1 @@
+android specific code, wrapper logic and tests
diff --git a/avmedia/README b/avmedia/README
index b33f70c..eaa257d 100644
--- a/avmedia/README
+++ b/avmedia/README
@@ -1,4 +1,5 @@
 Audio/Video media implementation.
 
-Needs a Java Media Framework (JMF).
-Not currently usable for streams but only for URIs in the file system.
+Provides per-platform implementations of multimedia functionality.
+Currently no stream API is provided, only a URI based one, so
+streaming has to be wrapped around it via temp files.
diff --git a/basic/README b/basic/README
index bed2870..e4176cd 100644
--- a/basic/README
+++ b/basic/README
@@ -1,4 +1,8 @@
-Contains the StarBASIC Interpreter and in addition the GUI of VCLTestTool.
+Contains the StarBASIC Interpreter
+
+This implements a macro language that, when in VBA compatibility mode,
+is intended to be interoperable with Visual Basic for Applications,
+allowing people to run macros embedded in their documents.
 
 See also:
 [http://wiki.services.openoffice.org/wiki/Basic]
diff --git a/berkeleydb/README b/berkeleydb/README
index f065127..470f2ab 100644
--- a/berkeleydb/README
+++ b/berkeleydb/README
@@ -1 +1,5 @@
 The Berkeley database.
+
+This code is used primarily for legacy UNO component registration in
+the users' directory, for some small bits in xmlhelp, and for the help
+compiler.
\ No newline at end of file
diff --git a/cairo/README b/cairo/README
index aec01a8..3d955dc 100644
--- a/cairo/README
+++ b/cairo/README
@@ -1 +1,6 @@
 The graphics library, used for anti-aliasing. From [http://cairographics.org/].
+
+This code is used by default only on Linux, though it is also
+available on Mac. There is a cairo-canvas implementation that is the
+main customer, and it is enabled via 'use hardware acceleration' in
+the general options.
diff --git a/chart2/README b/chart2/README
index 6e87ad9..c6a5495 100644
--- a/chart2/README
+++ b/chart2/README
@@ -1 +1,4 @@
 Chart implementation for LibreOffice Calc.
+
+The chart2 denotes a second generation re-write done to rid us of the
+foul and twisted legacy chart code.
\ No newline at end of file
diff --git a/clucene/README b/clucene/README
new file mode 100644
index 0000000..458762a
--- /dev/null
+++ b/clucene/README
@@ -0,0 +1,4 @@
+External package containing clucene.
+
+This is used to index our downloadable help packages, and allow them
+to be searched efficiently at run-time.
\ No newline at end of file
diff --git a/configmgr/README b/configmgr/README
index 2c3cfa6..15cc2cf 100644
--- a/configmgr/README
+++ b/configmgr/README
@@ -1,5 +1,10 @@
 UNO services to access the configuration database
 
+== Functional Overview ==
+
+This code parses the settings that are described in the [[officecfg]]
+directory, and provides an UNO API that code can use to set and get
+settings.
 
 == Source Overview ==
 
diff --git a/dmake/README b/dmake/README
new file mode 100644
index 0000000..09ad5fe
--- /dev/null
+++ b/dmake/README
@@ -0,0 +1,8 @@
+Obsolete dmake build tool.
+
+The dmake build tool was for years the backbone of building the
+codebase. Herein lies the bones of that effort - a patched, and fixed
+up version of dmake that mostly works even on Windows.
+
+It is now being incrementally written-out in favour of the faster
+gnumake approach.
\ No newline at end of file


More information about the Libreoffice-commits mailing list