summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2014-10-08We should know what our name isTor Lillqvist1-1/+1
Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346
2014-09-29Don't try to write into invalid locations on iOS 8Tor Lillqvist1-2/+2
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
2014-09-29More sal source files for debugging convenienceTor Lillqvist1-62/+146
Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448
2014-09-29Add some new source files in vclTor Lillqvist1-0/+6
Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6
2014-09-29Add desktop/source/app/*.cxx for debugging convenienceTor Lillqvist1-0/+48
Change-Id: Idba63c9a88a6f255c58296df64f9d74379a3cc4e
2014-08-13Add code to test encryption and export to .docx on iOSTor Lillqvist2-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
2014-08-12LO_LIB_DIR is used in nsscrypto_initialize() so must give it a valueTor Lillqvist1-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
2014-08-12Add some more source files for debugging convenienceTor Lillqvist1-0/+168
Change-Id: Ibc13ecb2ea154802bf2f7e06fa583460344bf6f7
2014-07-08Set VALID_ARCHS equal to ARCHSTor Lillqvist1-0/+1
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
2014-07-08Pass -sdk optionTor Lillqvist1-0/+1
Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28
2014-07-07Add more source files for Xcode debugging convenienceTor Lillqvist1-0/+78
Change-Id: I3717ca2c3f4cf06ce851188a27f3108674a8fe14
2014-06-04Add more source files for debugging convenienceTor Lillqvist1-1/+37
Change-Id: I305870bd067d015d975b7a887bece91819810ec4
2014-05-26Nah, use gb_Helper_print_on_errorTor Lillqvist1-7/+9
Change-Id: Ib47ed5d13d0d94e706b38dc996999e263d3d0967
2014-05-26Print the xcodebuild output (including errors) if it has failedTor Lillqvist1-1/+8
Change-Id: I9c1074f49ca8cd1c3c97581ae45cbb8ac1855b71
2014-05-23Add some more source files for debugging convenienceTor Lillqvist1-19/+97
Change-Id: Ic058067f4114662569433801d8627e1c6fe648aa
2014-04-30ICU has been bumped to 53Tor Lillqvist1-4/+4
Change-Id: I55cf9fa0364856169e9781f77c65bae047ce1ca8
2014-04-30Add some sources from framework for debugging convenienceTor Lillqvist1-0/+44
Change-Id: Id6c6ce764f03849e63fd69dcc780155c98fee812
2014-04-18Include the newly required custom shape data filesTor Lillqvist1-0/+6
Change-Id: I3a83be864819a0dea98263ca399789ffd007f405
2014-04-17remove executable bitAndras Timar6-0/+0
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-14Add a source file for debugging convenienceTor Lillqvist1-0/+10
Change-Id: Ic337ac74b38f7c6591a91cc9d996a23b3a3fdf25
2014-04-14Put the dict_ja and _zh data in files instead of code for iOSTor Lillqvist1-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
2014-04-14It doesn't seem to work to use variable references for file names anywayTor Lillqvist2-2/+1
Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
2014-04-14Avoid NSLogging when not debuggingTor Lillqvist1-2/+2
Change-Id: Ia6d3057ab013aa31dd40058e453f8ca18de91149
2014-04-12HEADER_SEARCH_PATHS is duplicated for Debug and ReleaseTor Lillqvist1-0/+1
Change-Id: Ifbed4933f528342300642673d707c8189eda1e8c
2014-04-12Mmap in the ICU data file and pass it to udata_setCommonData()Tor Lillqvist1-0/+35
Now done in TiledLibreOffice's lo_initialize(), but should probably be done in common LO code instead. Change-Id: I398a703943d13c6d715e4c88ead2a629955fb7c9
2014-04-12Copy the ICU data file into the TiledLibreOffice appTor Lillqvist2-0/+6
Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
2014-04-12Add udata.cpp from ICU for easy breakpoint settingTor Lillqvist1-0/+18
Change-Id: Ic830275479ef68af50e4df738d9f5d252bb1cdf0
2014-04-11Add MobileCoreServices and ImageIO frameworks for some debugging code in vclTor Lillqvist1-0/+8
Change-Id: I6eb0091d22ee5776e9be1bfde76860abc51a69b2
2014-04-07Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOSTor Lillqvist1-2/+24
When the environment variable DRAW_INCREMENTALLY_FROM is set to a number, we want TiledLibreOffice to loop, initially performing only that number of drawing operations in AquaSalGraphics, then wait for some seconds, and redraw. Next time perform one operation more. Repeat. Implemented in vcl by surrounding the entry and exit(s) of the drawing functions in AquaSalGraphics with macros. All this is active only for iOS and in a dbgutil build.
2014-04-04Use tile coordinates for the DRAW_ONLY_TILE functionalityTor Lillqvist1-6/+12
CATiledLayer does not guarantee that tiles are drawn in the same order each time so using a "tile number" for DRAW_ONLY_TILE was not perfect. Use tile coordinates instead when wanting to restrict to showing just one tile. Change-Id: I23f4a3ecaf47cd3392d2d950bd279260b3a7b9f4
2014-03-31Bin a few since long commented-out linesTor Lillqvist1-4/+0
Change-Id: I4087f8f51dd6e8066818a98797c1e575ecca3442
2014-03-31Add possibility to show tile numbers and render just one tileTor Lillqvist1-11/+38
Useful for debugging. Also, make the tile border drawing optional. These three debugging features are governed by environment variales (set in Xcode before running with Alt+Product>Run...) DRAW_ONLY_TILE, DRAW_TILE_BORDERS and DRAW_TILE_NUMBERS. Change-Id: I81f952284676eafe5d204c819658e0225aabdb1c
2014-03-28Bypass also the MobileLibreOffice thing for nowTor Lillqvist1-1/+0
It seems abandoned and hasn't work since we switched to tiled rendering anyway. And the need for the special single tile at a time rendering test mode is mostly gone now, when tiled rendering can be tested with the TiledLibreOffice app, I think. So no need to slow down a "make" by building the MobileLibreOffice app, too. Change-Id: I7b0afd3b35ff2ed0fb72f2c150abb25548a5546d
2014-03-21Add customshapes source files for debugging convenienceTor Lillqvist1-0/+26
Change-Id: Ifa88f10a547c9aafd888065ae94210ec1cc7f273
2014-03-21Add oox/source/drawingml source for debugging convenienceTor Lillqvist1-0/+138
Change-Id: I20108b8b044cbf129426688b9bee90a0a6c016a3
2014-03-20Add a few cppu source files for debugging convenienceTor Lillqvist1-1/+13
Change-Id: I9cad3f9f2a80f7915a5525855fcdf6fd5bb32d50
2014-03-20Add some more source files for debugging convenienceTor Lillqvist1-1/+227
Change-Id: I2cfb9dd31b76d230a4c8aadc5461b7601fbc63a4
2014-03-20Bypass the 'LibreOffice' executable and app for nowTor Lillqvist1-2/+0
It hasn't worked since the switch to tiled rendering anyway, and we use the 'TiledLibreOffice' app for testing now. Change-Id: I8137b8390c020ec4e6826e40e9cda69810f8318f
2014-03-19Add some more source files for debugging convenienceTor Lillqvist1-0/+98
Change-Id: I8e489354fab78e2dff35ecaca80375640c75a68d
2014-03-18Add simple document selector to TiledLibreOfficeTor Lillqvist8-15/+141
Make it easier to handle several test docs. Until now you had to change the hardcoded document in the Xcode project and in the lo.mm source file and re-build. Now it is enough to upload a new test doc to the device using iTunes. If no test docs are present, use the good old bundled test1.odt. Change-Id: I3cbb9f74c17332ffc6ac90dd1e226fac005c3387
2014-03-18Add some more source files for debugging convenienceTor Lillqvist1-0/+196
Change-Id: Ibf4f18e0e8efe0d220e087559578747b45e03942
2014-03-18Enable one more level of zooming in, just for funTor Lillqvist1-1/+1
Change-Id: I7181199363f93dd7da851674c7f593f509082475
2014-03-10Add more source files for convenient breakpoint settingTor Lillqvist1-4/+352
Change-Id: I88d6176f919de90b5014f328fdad84d017b3bb55
2014-03-06native-code: Remove foo_core groups, now only 'core' and 'writer' are used.Matúš Kukan3-3/+3
Also remove extended_core group. If something from there will be needed, we will add it another way. Currently only android/experimental/desktop/Makefile and ios/CustomTarget_TiledLibreOffice_app.mk are known to do something. Change-Id: I99936075e35ce98d684581838c0a19dccd83f942
2014-03-06Bin ios/qa/sc, hasn't been tested for ages and surely doesn't build or workTor Lillqvist4-542/+0
Change-Id: Id4f527f7645544b32fbee33c7f3b275492a3c5f4
2014-03-05Add sal source filesTor Lillqvist1-0/+70
Change-Id: Id44a5bb0dca7bc6b8d97a6d5ae26ea642043e374
2014-01-30moved impress remote clients to a separate repositoryNorbert Thiebaud404-52071/+0
Change-Id: I654e3af31a6915f08ff808b351d304da773ad267 see: git://gerrit.libreoffice.org/impress_remote
2014-01-26iosremote: add translationsChristian Lohmaier156-74/+27117
and change bundle-ID to the explicit org.libreoffice.iosremote Change-Id: I92e43156b749e6717b7391208337977f62ce5aef
2014-01-26remove unused imagessiqi6-20/+0
Change-Id: Ifae3ab7c1c4eaa28e75ede3b799726a53c1d49d2
2014-01-26info-plist make use of image assets to manage icons filessiqi1-14/+3
Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e