[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-12-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vmik...@collabora.co.uk
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |t...@iki.fi
   |desktop.org |

--- Comment #10 from Miklos Vajna vmik...@collabora.co.uk ---
Commits 7e89eb17a53f0a8a2d24ffa91853e186f7f63bfd,
c68098a42c7e01d2afb4210361838541b6833ba0,
d2fddf09a220f4e8cf73d629b96171342b13c0ec,
7c77a44ced27975499132b80322fdaeefa7f2287,
d74d96e676347df58a492876fceb3bb7335a0c41 and
a7e7e7d99c5f0ab7dae711cf54d5359e0e567605 took care of this, marking as
resolved. Adding myself to CC, as my a9e918d65f10f0f506ec17388b26f34a966d99a7
speeds it up a bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #5 from Tor Lillqvist t...@iki.fi ---
I figured out a problem in the mobile-config.py script: it calls remove() on a
child of the root object while it is iterating the very same children. This s a
bit like modifying an iterator that is being used in C++, and causes it to skip
one child for each removed child. Thus failing to prune some stuff it was
supposed to prune.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #6 from Tor Lillqvist t...@iki.fi ---
Now then the loading of the document just silently fails again. After some
debugging it seems to be caused by an attempt to get the configured application
background colour, or something... Exceptions are fun.

#0  0x6d39b0d4 in __cxa_throw () from
/home/tml/lo/android-calcimpress3/android/experimental/LOAndroid3/obj/local/armeabi-v7a/liblo-native-code.so
#1  0x6902a518 in configmgr::RootAccess::getNode() () at
/home/tml/lo/android-calcimpress3/configmgr/source/rootaccess.cxx:224
#2  0x6904525e in configmgr::Access::isValue() () at
/home/tml/lo/android-calcimpress3/configmgr/source/access.cxx:114
#3  0x69013176 in configmgr::configuration_provider::(anonymous
namespace)::Service::createInstanceWithArguments(rtl::OUString const,
com::sun::star::uno::Sequencecom::sun::star::uno::Any const) () at
/home/tml/lo/android-calcimpress3/configmgr/source/configurationprovider.cxx:273
#4  0x6bfc3fea in utl::ConfigManager::acquireTree(utl::ConfigItem) () at
/home/tml/lo/android-calcimpress3/unotools/source/config/configmgr.cxx:161
#5  0x6bfc419c in utl::ConfigManager::addConfigItem(utl::ConfigItem) ()
at
/home/tml/lo/android-calcimpress3/unotools/source/config/configmgr.cxx:174
#6  0x6bfc0008 in utl::ConfigItem::ConfigItem(rtl::OUString const, short) ()
at
/home/tml/lo/android-calcimpress3/unotools/source/config/configitem.cxx:177
#7  0x6ae1fcb4 in svtools::ColorConfig_Impl::ColorConfig_Impl(bool) () at
/home/tml/lo/android-calcimpress3/svtools/source/config/colorcfg.cxx:192
#8  0x6ae20770 in svtools::ColorConfig::ColorConfig() () at
/home/tml/lo/android-calcimpress3/svtools/source/config/colorcfg.cxx:397
#9  0x693a5bfa in (anonymous
namespace)::TaskCreatorService::implts_createContainerWindow(com::sun::star::uno::Referencecom::sun::star::awt::XWindow
const, com::sun::star::awt::Rectangle const, bool) () at
/home/tml/lo/android-calcimpress3/framework/source/services/taskcreatorsrv.cxx:276
#10 0x693a56d0 in (anonymous
namespace)::TaskCreatorService::createInstanceWithArguments(com::sun::star::uno::Sequencecom::sun::star::uno::Any
const) () at
/home/tml/lo/android-calcimpress3/framework/source/services/taskcreatorsrv.cxx:167
#11 0x693efc6c in framework::TaskCreator::createTask(rtl::OUString const,
bool) ()
at
/home/tml/lo/android-calcimpress3/framework/source/classes/taskcreator.cxx:114
#12 0x69382016 in framework::Desktop::findFrame(rtl::OUString const, long) ()
at
/home/tml/lo/android-calcimpress3/framework/source/services/desktop.cxx:921
#13 0x69410d48 in framework::LoadEnv::impl_loadContent() () at
/home/tml/lo/android-calcimpress3/framework/source/loadenv/loadenv.cxx:1029
#14 0x6940e98c in framework::LoadEnv::startLoading() () at
/home/tml/lo/android-calcimpress3/framework/source/loadenv/loadenv.cxx:383
#15 0x6940dc94 in
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Referencecom::sun::star::frame::XComponentLoader
const, com::sun::star::uno::Referencecom::sun::star::uno::XComponentContext
const, rtl::OUString const, rtl::OUString const, long,
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue const) ()
at /home/tml/lo/android-calcimpress3/framework/source/loadenv/loadenv.cxx:164
#16 0x6938162e in framework::Desktop::loadComponentFromURL(rtl::OUString
const, rtl::OUString const, long,
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue const) ()
at /home/tml/lo/android-calcimpress3/framework/source/services/desktop.cxx:567
#17 0x6ac92bc6 in lo_documentLoad () at
/home/tml/lo/android-calcimpress3/desktop/source/lib/init.cxx:306
#18 0x6ac95390 in Java_org_libreoffice_kit_Office_documentLoadNative () at
/home/tml/lo/android-calcimpress3/desktop/source/lib/lokandroid.cxx:82

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #7 from Tor Lillqvist t...@iki.fi ---
Now the pruning seems to work. I had to keep org.openoffice.Office/UI as there
is stuff in there which is needed in many places around the code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #8 from Tor Lillqvist t...@iki.fi ---
Sigh, I was too optimistic, for some documents I now get: LibreOffice 4.4 -
Fatal Error': 'cannot find
/org.openoffice.Office.UI.Factories/Registered/UIElementFactories

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #9 from Tor Lillqvist t...@iki.fi ---
OK, so after keeping also org.openoffice.Office.UI/Factories, this now seems to
work. The droid_calcimpress3 branch contains the commits.

In an optimised build tree, the time for reading the .xcd files dropped from
~800ms to ~600ms on my device, a tablet a couple of years old.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #4 from Tor Lillqvist t...@iki.fi ---
I tried making the mobile-config.py script less eager to remove stuff, dropped
first org.openoffice.Office.UI/Commands and then
org.openoffice.Office.UI/WindowState from the list of pruned thingies (because
error messages indicated that those were missing), but no. The app then fails
to work correctly, without any useful warning or error message (I did change
the SAL_LOG to display warnings). Will try a bit more, but this approach is
starting to look futile.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #2 from Tor Lillqvist t...@iki.fi ---
It seems that the use of the xmlns prefix 'xs' inside attribute *values* in our
xcd files (as in oor:type=xs:boolean), but without having any actual elements
or attributes with the 'xs' prefix, is somewhat hard for xml.etree.ElementTree
to understand. It just leaves out the
xmlns:xs=http://www.w3.org/2001/XMLSchema; thing from the output XML. And I
guess that is what then causes the LO code to not like the xcd file. It says:
bootstrapping exception 'invalid type xs:boolean'. Hmm...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

--- Comment #3 from Tor Lillqvist t...@iki.fi ---
I tried this:

diff --git a/android/mobile-config.py b/android/mobile-config.py
index d28c7c0..0f044dc 100755
--- a/android/mobile-config.py
+++ b/android/mobile-config.py
@@ -92,4 +92,11 @@ if __name__ == '__main__':
 saved = saved + size

 print saved %d of %d bytes: %2.f%% % (saved, total, saved*100.0/total)
+
+# The namespace prefixes xs and oor are present in attribute *values*, and
namespace
+# declarations for them are needed, even if no actual elements or
attributes with these
+# namespace prefixes are present. Fun.
+root.set('xmlns:xs', 'http://www.w3.org/2001/XMLSchema')
+root.set('xmlns:oor', 'http://openoffice.org/2001/registry')
+
 tree.write(sys.argv[2], 'UTF-8', True)

and that gets past the XML issues. But then I get:

bootstrapping exception 'set member node .uno:DBClearQuery references undefined
template org.openoffice.Office.UI.Commands:LabelType in
file:///assets/share/registry/main.xcd'

Investigating...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84746] android: prune redundant configmgr settings

2014-10-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84746

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||84726
 Ever confirmed|0   |1
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillScript TopicCleanup

--- Comment #1 from Michael Meeks michael.me...@collabora.com ---
The file with the rule to hack this into is android/Bootstrap/Makefile.shared.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs