summaryrefslogtreecommitdiffstats
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* ios, prepare for multiple targets.jan Iversen2017-02-166-1092/+1018
| | | | | | | | | | | | | | | | | | | Moved common macros to CustomTarget_Lo_Xcconfig.mk to simplify each real target added link to workdir/ios (needed by xcodeproj) moved creation of configuration files to LO_Xcconfig, since they are identical for all ios projects central part of moving non git files to workdir completed changed relative path in project.pbxproj to be <project> instead of <group> Change-Id: I6be51f4d8a07ea7da08c0e5f1458fccfc3831a1e Reviewed-on: https://gerrit.libreoffice.org/34223 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org>
* ios BUILDDIR != SRCDIR now worksjan Iversen2017-02-163-1/+17
| | | | | | | | | | | | | | Added SYMROOT to xcconfig, and change project.pbxproj to allow BUILDDIR != SRCDIR moved part of build output to BUILDDIR The contents.json change is done by Xcode. Change-Id: I0594f862781d41b87429f020f059f12e76f7f7f9 Reviewed-on: https://gerrit.libreoffice.org/34147 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
* Bump iOS version here, tooTor Lillqvist2016-12-151-2/+2
| | | | Change-Id: I60bf7a31e5a92a0b140404a7ad84c581ba1267e3
* We use ICU 58 nowTor Lillqvist2016-12-151-4/+4
| | | | Change-Id: I911c24c01937c25ad147992885a67852880c255d
* Bump IPHONEOS_DEPLOYMENT_TARGETTor Lillqvist2016-10-031-2/+2
| | | | Change-Id: Ic65e248b4a7f99ebb354dad87157e35cf3e55424
* We use a much newer ICU version nowTor Lillqvist2016-08-171-4/+4
| | | | Change-Id: If631e7a4d3faabcce52e3c890faed5e649d2e967
* Adapt to LibreOfficeKit API changes, LOK_USE_UNSTABLE_APITor Lillqvist2016-08-175-1/+6
| | | | Change-Id: I7d83c90a8f3930f043101ed81b090dd38c43f986
* remove that unused old codeMarkus Mohrhard2016-04-122-9/+0
| | | | Change-Id: I576f6be6d229e29d0ae35ffb00d118bfd44b5544
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-2/+2
| | | | | | | Change-Id: I77b30f28ae5a6fad360d7cada9acfaa9c324408b Reviewed-on: https://gerrit.libreoffice.org/22216 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* Fix typosAndrea Gelmini2016-01-102-2/+2
| | | | | | | Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
* Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2015-12-074-4/+0
| | | | Change-Id: Ifbed5e534ba79d32b7188bb7fb7108338b6e124d
* Link in calc, draw and edit stuff here, too, like for AndroidTor Lillqvist2015-10-071-1/+1
| | | | | | No way to make use of that in the UI, though. Change-Id: Ic910d7960da9a17d4f7ce84a5f51e2cb9350819e
* We can surely bump IPHONEOS_DEPLOYMENT_TARGET to 8.4Tor Lillqvist2015-09-191-1/+1
| | | | Change-Id: I12d2e44e6e4fe0610e4b64e6c7b047461119cae5
* We don't want bitcode at least for nowTor Lillqvist2015-09-191-0/+2
| | | | Change-Id: I54c6a9f665957fb8ff67cce96b5718aaaad5afbb
* Bin obsolete code that has not been built for ages and likely has bit-rottedTor Lillqvist2015-05-21145-10349/+0
| | | | | If somebody needs to have look, it can be found in git, or in old source tarballs, etc. No need to keep in the work tree.
* Bin obsolete commentTor Lillqvist2015-03-241-10/+0
| | | | Change-Id: Iffd6fcfa81e9ce02a01c74eadb6c881a12e7f7d4
* Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist2015-03-201-2/+0
| | | | Change-Id: I166b4b713c2ea52c62c52045bb2073b6d84c1547
* Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist2015-02-048-74/+67
| | | | | | | | | | | | | | | | | For iOS, the pBuffer argument to LibreOfficeKitDocument::paintTile() is not a pixel buffer, but a CGContextRef. Thus we can keep the existing CGContext-oriented vcl code for iOS as is. I commented out the <touch/touch.h> -using code in sw, and it probably would be OK to just kill <touch/touch.h> and remove use and implementations of its API. I don't think they are used by our current Android or iOS code. This concludes the commits of the work I did at the post-FOSDEM hackfest and on the flight home. TiledLibreOffice now works as before, but uses LibreOfficeKit. Change-Id: Ibbde6e11d660561840eab6335f7fc0db6758173e
* Only list documents directly in NSDocumentDirectoryTor Lillqvist2015-01-291-2/+10
| | | | Change-Id: Ibaaa9ce5e5469b960d2b3dee1d40c536e5ae0739
* remove unused typedefsNoel Grandin2015-01-281-1/+0
| | | | | | | | | found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Bump ICU versionTor Lillqvist2014-12-201-4/+4
| | | | Change-Id: I7e871a6a4f538598d0af8bf3e5638292034c7349
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-1/+0
| | | | Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b
* Fix bit-rot in TiledLibreOffice buildTor Lillqvist2014-12-141-2/+2
| | | | Change-Id: Ib81c4de359f2940933d500f8d9f1b4faa92625cb
* Make IPHONEOS_DEPLOYMENT_TARGET match configure.acTor Lillqvist2014-12-121-2/+2
| | | | Change-Id: Ie81075e1e392facfd281acdd652f6fcc6076c70e
* version ini-file's ProductMajor/Minor are unusedStephan Bergmann2014-11-263-8/+2
| | | | | | | ...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0) vs. installation sets (ProductMajor=50, ProductMinor=) Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4
* Bin bit-rotted obsolete LibreOffice appTor Lillqvist2014-11-1221-1411/+0
| | | | | | It's TiledLibreOffice that is the maintained and working iOS test app. Change-Id: Id103ff90551fa753e9e5998b7c45f362497db6e2
* We should know what our name isTor Lillqvist2014-10-081-1/+1
| | | | Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346
* Don't try to write into invalid locations on iOS 8Tor Lillqvist2014-09-291-2/+2
| | | | Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
* More sal source files for debugging convenienceTor Lillqvist2014-09-291-62/+146
| | | | Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448
* Add some new source files in vclTor Lillqvist2014-09-291-0/+6
| | | | Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6
* Add desktop/source/app/*.cxx for debugging convenienceTor Lillqvist2014-09-291-0/+48
| | | | Change-Id: Idba63c9a88a6f255c58296df64f9d74379a3cc4e
* Add code to test encryption and export to .docx on iOSTor Lillqvist2014-08-132-0/+14
| | | | | | | | | | | | | | | | | Conditional on the environment variable PTYL_TEST_ENCRYPTION_AND_EXPORT, eek. The document is written out using the name of the input document with .new.docx appended. I placed the function that handles it, somewhat arbitrarily, in sofficemain.cxx. The invocation of this function is, also somewhat arbitrarily, placed in TiledView's drawLayer:inContext: method. Quite possibly this test functionality occasionally causes solar mutex deadlocks or whatever, but at least in Xcode, when one has placed some breakpoints in it, it seems to work. Which is what matters, as this is code for manual testing, not invoked normally. Change-Id: I38bb4b406edf47f0f24857b6044e3bf4eaf17c34
* LO_LIB_DIR is used in nsscrypto_initialize() so must give it a valueTor Lillqvist2014-08-121-0/+1
| | | | | | | | | | Its actual value is irrelevant in the nsscrypto_initialize() case for iOS, though, as it is used to form a pathname to a hypothetical libnssckbi.dylib (which does not exist for iOS, as we build NSS statically), and we patch the NSS code to recognize the nssckbi name specially in the static build case... Such elegance. Change-Id: Ib5015a18e86cc604f80433a676faa10ac76e04ab
* Add some more source files for debugging convenienceTor Lillqvist2014-08-121-0/+168
| | | | Change-Id: Ibc13ecb2ea154802bf2f7e06fa583460344bf6f7
* Set VALID_ARCHS equal to ARCHSTor Lillqvist2014-07-081-0/+1
| | | | Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
* Pass -sdk optionTor Lillqvist2014-07-081-0/+1
| | | | Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28
* Add more source files for Xcode debugging convenienceTor Lillqvist2014-07-071-0/+78
| | | | Change-Id: I3717ca2c3f4cf06ce851188a27f3108674a8fe14
* Add more source files for debugging convenienceTor Lillqvist2014-06-041-1/+37
| | | | Change-Id: I305870bd067d015d975b7a887bece91819810ec4
* Nah, use gb_Helper_print_on_errorTor Lillqvist2014-05-261-7/+9
| | | | Change-Id: Ib47ed5d13d0d94e706b38dc996999e263d3d0967
* Print the xcodebuild output (including errors) if it has failedTor Lillqvist2014-05-261-1/+8
| | | | Change-Id: I9c1074f49ca8cd1c3c97581ae45cbb8ac1855b71
* Add some more source files for debugging convenienceTor Lillqvist2014-05-231-19/+97
| | | | Change-Id: Ic058067f4114662569433801d8627e1c6fe648aa
* ICU has been bumped to 53Tor Lillqvist2014-04-301-4/+4
| | | | Change-Id: I55cf9fa0364856169e9781f77c65bae047ce1ca8
* Add some sources from framework for debugging convenienceTor Lillqvist2014-04-301-0/+44
| | | | Change-Id: Id6c6ce764f03849e63fd69dcc780155c98fee812
* Include the newly required custom shape data filesTor Lillqvist2014-04-181-0/+6
| | | | Change-Id: I3a83be864819a0dea98263ca399789ffd007f405
* remove executable bitAndras Timar2014-04-176-0/+0
| | | | Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
* Add a source file for debugging convenienceTor Lillqvist2014-04-141-0/+10
| | | | Change-Id: Ic337ac74b38f7c6591a91cc9d996a23b3a3fdf25
* Put the dict_ja and _zh data in files instead of code for iOSTor Lillqvist2014-04-141-0/+3
| | | | | | | | Map the file(s) into memory on demand. The executable file of an app needs to be as small as possible. Including additional data files in an app bundle is fine. Change-Id: Ife9bfe99a2cf0473d459f38f50dfa3304b39e282
* It doesn't seem to work to use variable references for file names anywayTor Lillqvist2014-04-142-2/+1
| | | | Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
* Avoid NSLogging when not debuggingTor Lillqvist2014-04-141-2/+2
| | | | Change-Id: Ia6d3057ab013aa31dd40058e453f8ca18de91149
* HEADER_SEARCH_PATHS is duplicated for Debug and ReleaseTor Lillqvist2014-04-121-0/+1
| | | | Change-Id: Ifbed4933f528342300642673d707c8189eda1e8c