[Libreoffice-commits] .: 2 commits - configure.in sysui/desktop

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Wed Apr 18 04:43:48 PDT 2012


 configure.in                                    |    4 +++-
 sysui/desktop/share/launcher_unityquicklist.ulf |   23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 04ce0e891ecb9c4bb51fd19e9588ecb8613ac788
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Apr 18 13:14:07 2012 +0200

    lp#720716: add unity quicklist support (add missed file)

diff --git a/sysui/desktop/share/launcher_unityquicklist.ulf b/sysui/desktop/share/launcher_unityquicklist.ulf
new file mode 100644
index 0000000..d1b0c86
--- /dev/null
+++ b/sysui/desktop/share/launcher_unityquicklist.ulf
@@ -0,0 +1,23 @@
+[writer]
+en-US = "New Document"
+
+[impress]
+en-US = "New Presentation"
+
+[calc]
+en-US = "New Spreadsheet"
+
+[base]
+en-US = "New Database"
+
+[math]
+en-US = "New Formula"
+
+[draw]
+en-US = "New Drawing"
+
+[startcenter]
+en-US = ""
+
+[javafilter]
+en-US = ""
commit 79e185898a577a2f90493f128628e559a481a374
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Apr 18 13:07:51 2012 +0200

    update configure help for --enable-debug

diff --git a/configure.in b/configure.in
index 499cbf0..4f981fc 100644
--- a/configure.in
+++ b/configure.in
@@ -637,7 +637,9 @@ AC_ARG_ENABLE(debug,
         [Include debugging symbols from --enable-symbols plus extra debugging
          code. Extra large build! (enables -g compiler flag and dmake debug=true)
          If you need even more verbose output, build a module with
-         "build -- debug=true dbglevel=2".]))
+         "build -- debug=true dbglevel=2". You can also use this switch as follows:
+         --enable-debug="tl svx" to enable debug only for the specified
+         gbuild-build libraries.]))
 
 AC_ARG_ENABLE(dbgutil,
     AS_HELP_STRING([--enable-dbgutil],


More information about the Libreoffice-commits mailing list