summaryrefslogtreecommitdiff
path: root/android/mobile-config.py
AgeCommit message (Collapse)Author
2022-06-22Revert changes to android/mobile-config.pyIlmari Lauhakangas
made in 157298bb808a943616991927f9370a86c1f2ca48 Got Tinderbox failure with Traceback (most recent call last): File "/opt/rh/rh-python36/root/usr/lib64/python3.6/xml/etree/ElementPath.py", line 263, in iterfind selector = _cache[cache_key] KeyError: ('%(component-schema)s[@%(name)s="Common"]/component/group[@%(name)s= "Filter"]/group[@%(name)s="Microsoft"]/group[@{http://openoffice.org/2001/registry} name="Import"]/prop', None) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tinderbox/buildslave/source/libo-master/android/mobile-config.py", line 85, in <module> props = root.findall(microsoftImport) File "/opt/rh/rh-python36/root/usr/lib64/python3.6/xml/etree/ElementPath.py", line 304, in findall return list(iterfind(elem, path, namespaces)) File "/opt/rh/rh-python36/root/usr/lib64/python3.6/xml/etree/ElementPath.py", line 277, in iterfind selector.append(ops[token[0]](next, token)) KeyError: '(' Change-Id: I34a770a342417fcbfb9689e3adc4b495d5bd5fe5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136282 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-06-22android and bin/update: make pythonicLukas
Change-Id: Iaf791bfa8d9822843b26f2a2f2c3d94c55a60a0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133358 Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-05-19don't hardcode /usr/bin/python3 in android scriptsChristian Lohmaier
Change-Id: Id26422e8398da7674d5da22df97a03bee0b0b189
2019-11-13android/mobile-config.py: Use python3Michael Weghorn
Change-Id: I8c7fcc64ea958cd98aa32002725536d71f4a6ec5 Reviewed-on: https://gerrit.libreoffice.org/82588 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2018-12-12Make android/mobile-config.py compatible with Python 3Stephan Bergmann
Change-Id: I079c4efd28e7e0d10ca6edf242ddd85b9294db08 Reviewed-on: https://gerrit.libreoffice.org/64962 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-17tdf#99967 Drop Web WizardSamuel Mehrbrodt
Change-Id: Ibc0f45a03e16f3fe4ee54b24de30ba88e43a4aab Reviewed-on: https://gerrit.libreoffice.org/26381 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
2015-03-09tdf#89705: disable Ctrl+Click for mobile apps.Siqi Liu
Change-Id: I7478b8e6be110ad226743281ac8fa6d77a2c15a0
2015-01-26android: disable Impress View -> Slide PaneMiklos Vajna
Change-Id: I5a3c014894fe74781cf050f3cd2ce2bcc0395cb3
2015-01-16android: Add needed services for editing.Tomaž Vajngerl
Change-Id: I29acea58b4e18efcf33b51361812c3f7532282ab
2014-12-17android: turn off text and table boundaries in the viewerMiklos Vajna
Change-Id: I9923332372c1a09a734f3c6fd1bbd5989c6dc5d3
2014-12-10fdo#85286 android: don't convert objects on loadMiklos Vajna
For the WW8 bugdoc, the speedup is 435 -> 98 ms, and the end result is the same from a viewer perspective. Change-Id: I9b6ed3b77748cdc71f373daf07548c6cd0dc732e
2014-12-10android: speed up mobile-config.pyMiklos Vajna
Make it O(N) instead of O(N^2), where N is the number of children of the root note. 3.596s -> 0.960s for main.xcd Change-Id: I1b9904a377603cd57f84636c873ed2b752abd101
2014-12-04We seem to crash unless we have org.openoffice.Office.UI/FactoriesTor Lillqvist
Change-Id: Ie172f60a7134173462ff9711a40dc74c94ad8206
2014-12-04Don't prune org.openoffice.Office/UITor Lillqvist
It apparently contains color schemes and stuff that the code wants access to here and there. Change-Id: Ie3f0de5e3846df99a02a2693156679cc6c010d10
2014-12-04Beware of modifying a list being iteratedTor Lillqvist
Change-Id: Ib9cf1a47eb20bd28d954ddcded89f67cf6865f1c
2014-12-04Try to be less eagerTor Lillqvist
Change-Id: I83a395c628b00b6ca96c93d5d5362ea750e57b2b
2014-12-04Bin duplicatesTor Lillqvist
Change-Id: Ie6347ed6b9c1b8bee7a08950d5c67d4a2039fba5
2014-12-04CosmeticsTor Lillqvist
Change-Id: I4d819f59ecb2462aee5998628ad034657bf3b0f9
2014-10-02LOK: Add a tiled rendering testbench.Michael Meeks
Change-Id: I631c0506f427d974c3dd4c75484aa25603100895