summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2013-11-22Use the lo-all-static-libs scriptTor Lillqvist1-8/+1
Change-Id: Id2bef2696d0bdc618d2fc53658ad8ba23bbad310
2013-11-22Add a commentTor Lillqvist1-0/+2
Change-Id: If3e97386793f14bec9aae6c95500461177c18570
2013-11-22Use the lo-all-static-libs scriptTor Lillqvist1-27/+6
Change-Id: I15605228af82f421ad40465a82661b98c91a3370
2013-11-22Make this file behave saner in EmacsTor Lillqvist1-1/+1
Change-Id: I916aa32fcd8ab4b8ef13cfb2870e29c45ad8b60c
2013-11-22Now we can re-add CustomTarget_MobileLibreOffice_appTor Lillqvist1-0/+1
Change-Id: Iefb00e72f2700503ea33a28c9f7e2150f0d1e06e
2013-11-22Schemes don't exist in a clean tree, so use targetsTor Lillqvist1-1/+2
The intent hopefully is that the MobileLibreOffice project should be buildable in a freshly cloned or otherwise clean tree, where Xcode has not been used interactively (which automatically creates a scheme for each target, it seems). Change-Id: I690513ecf54bb824dd3c3b0ef1735cc5cdff6d60
2013-11-22No lib_link directory is used any moreTor Lillqvist1-1/+0
Change-Id: Ic21750744794b4721c28f4e2b23e5e5ca5d74db5
2013-11-22Use hidden visibility as in the LO code here, tooTor Lillqvist1-2/+3
Otherwise we get tons of (as such, in our case harmless) warnings from the linker about mismatches. Change-Id: I826d9e065bae59cdd213131163b31b2099806dd3
2013-11-22Don't redirect output to /dev/null if verbosity is requestedTor Lillqvist1-1/+1
Change-Id: Idccc7cc8e9f81576bb24fec0a49144c0fcc16fd5
2013-11-22Use the CLANG_CXX_LIBRARY from lo.xcconfigTor Lillqvist2-6/+0
Change-Id: Id6424157d2a9ba2a4ab987cd8aafd9c7de52f836
2013-11-22Some whitespace cleanup, avoids Emacs warningTor Lillqvist1-12/+12
Change-Id: I5b2c5a249c0446d69ac19d11e0d5e038983f0be8
2013-11-21I think we need to restrict ARCHS to armv7Tor Lillqvist2-0/+6
Change-Id: I5f9c7ec4a154af4422ce5ae841c350b5640eb026
2013-11-21miscSiqi LIU8-8/+8
Change-Id: Ie81184b9d155e47f0c5e69a11f02618e357764ab
2013-11-21regenerated complete localizable.strings in English, to be translatedSiqi LIU1-0/+0
Change-Id: I267c79dc1e5c48006901354e1d32647096a893d7
2013-11-21app setting localization experimentSiqi LIU3-0/+6
Change-Id: I862b93cd9f3a60fbf8249985bab0008325e4f68a
2013-11-21plain strings in in-app tuto to localized stringsSiqi LIU3-10/+10
Change-Id: I20cf3a3095015a72a8db46248a196c70f399f84f
2013-11-21backward compatible with older serverend impl, ie without vers infoSiqi LIU2-4/+12
Change-Id: I7b6597269778c20b8ed27d3eab6b4c80257b4ead
2013-11-21move ServerListViewController to appropriate placeSiqi LIU2-0/+61
Change-Id: I0f66efe7c306ef8110361495eee0a3f1dbde1013
2013-11-15measuring the time it takes to render a tilePtyl Dragon1-0/+2
Change-Id: I37db170af0e507c99d571b94ff78a1987944290e
2013-11-15Adjust parameter defaults to give pleasant resultTor Lillqvist1-4/+10
Change-Id: Ifee900344547ef25b2041d25c13fcbc50428485e
2013-11-15Keep tile top-left corner fixed, don't center itTor Lillqvist1-2/+2
Makes it easier to see what happens when the parameters are tweaked. Change-Id: Ia69c0de74ccf3fcc8a5095a7cc62c6b4185cf9d6
2013-11-15Tweak default values of tunables and use larger default step sizeTor Lillqvist2-7/+11
It is more interesting to get smaller text in the initial tile. Also, make the tile fit on the screen of an iPad. Change-Id: Ibe4e7f055ec2782a4fd96a3ae585d4630449f0ee
2013-11-15Reduce NSLog verbiage a bitTor Lillqvist2-2/+1
Change-Id: I362acb92da88f9e348b33414cdc31cd83bfe1eac
2013-11-15fix less than 1 step limitPtyl Dragon1-4/+4
Change-Id: Ic5fd714ff975b6e5afbe7ff78f3fc1da398a658d
2013-11-15changed testing app UI to be more clear what it doesPtyl Dragon4-5/+34
Change-Id: I5307478fc47f0810cae24c72ce509ac6a409bf1b
2013-11-15added linking of width and heightPtyl Dragon3-41/+81
Change-Id: I2282fcfffed5c17eb1798d3198d6f04dc27208e9
2013-11-15in progress of linkinh width and heightPtyl Dragon4-18/+58
Change-Id: I2d7f5a7bd41b8d2c4a62d199abb81afc466fc2ce
2013-11-15Saving the graphics state around touch_lo_draw_tile() seems unnecessaryTor Lillqvist1-3/+0
Change-Id: Ic1a6cf64fb05810eccc91d0095c9ced54d3d9fe1
2013-11-15No Y flip needed hereTor Lillqvist1-4/+0
Change-Id: I2518a6151050edee8796a77633097fdd11202647
2013-11-15UISteppers now go down as wellPtyl Dragon1-3/+5
Change-Id: I06e1b7fec490ec373a9775915d6dc2c30ce805f1
2013-11-15tiledrendering new stepper ui for torPtyl Dragon3-19/+105
Change-Id: I3d4586c84adfa9f0416a043230c6227bda98d9dd
2013-11-15Use actual executable path in the fake argvTor Lillqvist1-3/+1
Not that I think it is needed for anything useful, but better to be correct than to use the leftover "Viewer" name. Change-Id: I0878d39abf99c9d07807aa6854bfdcf12bc81ab8
2013-11-15Add the vcl/coretext source filesTor Lillqvist1-0/+14
Change-Id: Ifa700d0dc9a5545254a4c04284dd3c3ad46f92cb
2013-11-15Add more source files for convenienceTor Lillqvist1-0/+156
Change-Id: Ie605c8068a62480e360c13f08eea785d54c57f42
2013-11-15added units MLODpxes and MLORipsPtyl Dragon1-5/+3
Change-Id: Ica09fbd0f6a822f464df302dba4cf40d1d089697
2013-11-15Add a bunch of LO source files, not in any target, for convenienceTor Lillqvist1-0/+186
Change-Id: I06eefc339b9b2fead6c80979b86d30975875fa51
2013-11-15touch_lo_get_content_size() returns CGSize nowTor Lillqvist1-2/+2
Change-Id: Ib90c37c002192cfbed16d63f212212afbfb0eb6b
2013-11-15ready for integration with CATiledLayerPtyl Dragon1-1/+1
Change-Id: I50f519a37036ed3d17f73c80b33f4a9c4c19cb52
2013-11-151st implementation of touch_lo_get_content_sizePtyl Dragon1-0/+3
Change-Id: I8b72c4366b502a71f2ed3bf917296c9553364d83
2013-11-15refactored mlo_uno to be in lo C++ conventionsPtyl Dragon3-152/+161
Change-Id: I908902e6b9224b90c196a7f39b573e07b4928250
2013-11-15for torPtyl Dragon1-6/+6
Change-Id: I1565450c763e4f0bf1a724978b5550163d627482
2013-11-15now iOS draws something (upside down)Ptyl Dragon1-4/+4
Change-Id: Ibf04322d34605fce30b2fa477de98a3e2ff9c2d1
2013-11-15now showing blank tilePtyl Dragon1-0/+1
Change-Id: I76cbf205e19ffff83bea1ebae28f5172b2fbc250
2013-11-10Does not build in a clean treeTor Lillqvist1-1/+0
error: The project 'MobileLibreOffice' does not contain a scheme named 'MobileLibreOffice' Change-Id: If722a222407f1e85086d9d89d7863be7a5c8368e
2013-11-07remove INPATH and PROEXTMichael Stahl1-2/+2
- WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-06It's types.rdb now, not udkapi.rdb any moreTor Lillqvist1-1/+1
Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb
2013-11-06Recognize also arm64Tor Lillqvist1-1/+4
Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
2013-11-01Add dummy touch_ui_dialog_modal() here, tooTor Lillqvist1-0/+25
Change-Id: I1b1e47de2eec94150a0abee4aa74994f55b9b88e
2013-11-01Dummy implementation of touch_ui_dialog_modal()Tor Lillqvist1-1/+8
Change-Id: I38b72837d8a26ef95d84deca299023c1646169cf
2013-11-01Use actual executable pathTor Lillqvist1-1/+1
Change-Id: I75ffc83be6af34b09b4a98a5890b3585b4a76bde