Commit Graph

512 Commits

Author SHA1 Message Date
37466b015d Include the newly required custom shape data files
Change-Id: I3a83be864819a0dea98263ca399789ffd007f405
2014-04-18 15:08:27 +03:00
c79a5f87b1 remove executable bit
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-17 15:11:14 +02:00
2d6e8e2b5f Add a source file for debugging convenience
Change-Id: Ic337ac74b38f7c6591a91cc9d996a23b3a3fdf25
2014-04-14 17:21:19 +03:00
0b6fb1f45a Put the dict_ja and _zh data in files instead of code for iOS
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-14 17:21:19 +03:00
c0f2dc1347 It doesn't seem to work to use variable references for file names anyway
Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
2014-04-14 17:21:19 +03:00
a4351c3db5 Avoid NSLogging when not debugging
Change-Id: Ia6d3057ab013aa31dd40058e453f8ca18de91149
2014-04-14 17:21:18 +03:00
cddf4bd65f HEADER_SEARCH_PATHS is duplicated for Debug and Release
Change-Id: Ifbed4933f528342300642673d707c8189eda1e8c
2014-04-12 23:35:37 +03:00
eb6bf90a87 Mmap in the ICU data file and pass it to udata_setCommonData()
Now done in TiledLibreOffice's lo_initialize(), but should probably be
done in common LO code instead.

Change-Id: I398a703943d13c6d715e4c88ead2a629955fb7c9
2014-04-12 20:34:50 +03:00
11842c6643 Copy the ICU data file into the TiledLibreOffice app
Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
2014-04-12 20:34:50 +03:00
a2adff5540 Add udata.cpp from ICU for easy breakpoint setting
Change-Id: Ic830275479ef68af50e4df738d9f5d252bb1cdf0
2014-04-12 20:34:48 +03:00
e6b3ec87af Add MobileCoreServices and ImageIO frameworks for some debugging code in vcl
Change-Id: I6eb0091d22ee5776e9be1bfde76860abc51a69b2
2014-04-11 13:20:19 +03:00
801a8cd336 Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOS
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-07 17:56:04 +03:00
561f5a8753 Use tile coordinates for the DRAW_ONLY_TILE functionality
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-04-04 14:31:25 +03:00
cde082f5f1 Bin a few since long commented-out lines
Change-Id: I4087f8f51dd6e8066818a98797c1e575ecca3442
2014-03-31 20:11:16 +03:00
7c4783f6a2 Add possibility to show tile numbers and render just one tile
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-31 20:11:11 +03:00
328d747821 Bypass also the MobileLibreOffice thing for now
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-28 10:32:04 +02:00
51fc55cfcc Add customshapes source files for debugging convenience
Change-Id: Ifa88f10a547c9aafd888065ae94210ec1cc7f273
2014-03-21 08:37:42 +02:00
621e86a462 Add oox/source/drawingml source for debugging convenience
Change-Id: I20108b8b044cbf129426688b9bee90a0a6c016a3
2014-03-21 08:37:41 +02:00
0fe02d03ac Add a few cppu source files for debugging convenience
Change-Id: I9cad3f9f2a80f7915a5525855fcdf6fd5bb32d50
2014-03-20 10:10:43 +02:00
fc33829dcd Add some more source files for debugging convenience
Change-Id: I2cfb9dd31b76d230a4c8aadc5461b7601fbc63a4
2014-03-20 10:10:39 +02:00
8dcdee51cd Bypass the 'LibreOffice' executable and app for now
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-20 09:40:31 +02:00
5390829bb3 Add some more source files for debugging convenience
Change-Id: I8e489354fab78e2dff35ecaca80375640c75a68d
2014-03-19 08:46:16 +02:00
bf1b78c2d9 Add simple document selector to TiledLibreOffice
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-18 16:26:33 +02:00
6013967b39 Add some more source files for debugging convenience
Change-Id: Ibf4f18e0e8efe0d220e087559578747b45e03942
2014-03-18 10:14:05 +02:00
847b6169c6 Enable one more level of zooming in, just for fun
Change-Id: I7181199363f93dd7da851674c7f593f509082475
2014-03-18 10:14:04 +02:00
5133e0e0e8 Add more source files for convenient breakpoint setting
Change-Id: I88d6176f919de90b5014f328fdad84d017b3bb55
2014-03-10 17:48:10 +02:00
b0ac763d13 native-code: Remove foo_core groups, now only 'core' and 'writer' are used.
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-06 15:48:26 +01:00
f52dbb2d1d Bin ios/qa/sc, hasn't been tested for ages and surely doesn't build or work
Change-Id: Id4f527f7645544b32fbee33c7f3b275492a3c5f4
2014-03-06 14:37:12 +02:00
0b5558a68d Add sal source files
Change-Id: Id44a5bb0dca7bc6b8d97a6d5ae26ea642043e374
2014-03-05 16:12:18 +02:00
bab7eebba1 moved impress remote clients to a separate repository
Change-Id: I654e3af31a6915f08ff808b351d304da773ad267
see: git://gerrit.libreoffice.org/impress_remote
2014-01-30 18:54:36 -06:00
d6388e4dcd iosremote: add translations
and change bundle-ID to the explicit org.libreoffice.iosremote

Change-Id: I92e43156b749e6717b7391208337977f62ce5aef
2014-01-26 04:39:32 +01:00
adbfc8a0db remove unused images
Change-Id: Ifae3ab7c1c4eaa28e75ede3b799726a53c1d49d2
2014-01-26 01:38:46 +01:00
bf67bc6eaa info-plist make use of image assets to manage icons files
Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e
2014-01-26 01:34:57 +01:00
79c6ee4513 icons with required sizes for iOS7
Change-Id: I2afad83240a2306bb8a4312659c75613c9c7519e
2014-01-26 00:51:06 +01:00
04c3d13ed9 iosremote: remove invalid icon references
The plist contains references to icons that don't exist.
This breaks iTunes validation / prevents submitting to appstore

Change-Id: I7028960d5e237367224dc16be39a9e5e729ae745
2014-01-26 00:39:07 +01:00
f3f77f5562 Produce a ld map file, too
Change-Id: Ieded05eb402e3d87ad039cd06b86e99114ff5afe
2014-01-24 17:55:22 +02:00
55d2f55ddf Add objface.cxx
Change-Id: I2444acf09b3108c1a79658f0954bb9481c8fad0c
2014-01-23 15:18:21 +02:00
8b9536f61a Add cppuhelper sources
Change-Id: I47545d0592348f585c23e3c6be079e0ed664d706
2014-01-23 15:18:13 +02:00
31321832dc More source files for easier debugging
Change-Id: Ie17504bfb991503e1790ea8a696768fb90c116a2
2014-01-17 00:17:03 +02:00
1284078c39 Add sources from vcl/headless and drop not compiled sources from vcl/quartz
Change-Id: Ie0fbacf01fcde8cb50b660e7976471a2d3bb9edc
2014-01-17 00:17:03 +02:00
5695281404 TiledLibreOffice works fine with just 'core' and 'writer_core'
Change-Id: I3d1b86a7785baa6b427638b2ddbcfb7ae1f008f3
2014-01-09 12:56:09 +02:00
28aaa622c7 make marker default to 1 to avoid dead loop
Change-Id: I3a6d3ae1797e76b8aed14ca46d35c2ea7bd99960
2014-01-04 00:41:42 +01:00
4be366de58 native code generator: Do not use single_component_map anymore.
Put cui and spl into extended_code and ignore the rest.

Also change DocumentLoader and LibreOffice4Android to use only
extended_core and writer as all the ios apps do, without knowing what is
really needed there.

Change-Id: Ic6a256ea47cc96132c0e7658d6ef2838b295ca71
2014-01-02 14:40:07 +01:00
8d414697d5 android: Further reduce size of LibreOfficeExperimentalDesktop.apk.
It still seems to work for me.
Probably we do not need more components, but it's small enough for now.

Also add uui into 'core' group.

Change-Id: Ifadea8aa819ed17bbd021a0fa2373e6287e06446
2014-01-01 20:13:41 +01:00
12603f99db Use the same parameters to native-code.py as in TiledLibreOffice
Change-Id: If3c95562e292cb44bf9eb2de39dc66100a6fd066
2014-01-01 18:39:01 +02:00
cec1697095 Need to have native-code.cxx as a separate file for the LibreOffice app
The executable of the LibreOffice app (which as such at the moment
doesn't work, since the tiled rendering changes) is built using
gbuild, and thus we can't generate the native-code snippet in the
CustomTarget that builds the app bundle, but need it already when
building the executable. This is one wayt to handle that.

Change-Id: Ifdab40c970e93b1f2608cefc637df8a8e5396efe
2014-01-01 18:37:07 +02:00
645fb66bbd Use native-code.py generated code also for iOS.
This allows us to get rid of component-declarations.h and
simplify component-mapping.h.
For new, converted, implementation_getFactories, adding one line into
native-code.py should be enough to make them available in application.

Change-Id: I042320e5b7f8a9aa9f02b77d2bdd07cf9a690ee6
2014-01-01 17:33:29 +02:00
1c7ea4668d OSL_DEBUG_LEVEL is defined in the flags in lo.xcconfig
Change-Id: If35f0407e40bfeade9c2a342e509ef5e84306f53
2013-12-28 16:31:38 +02:00
0324a62e19 Add source files from bridges for quicker breakpoint setting
Change-Id: I7842d9d0e5786647d14d0c30be5230c05883ada2
2013-12-23 12:59:05 +02:00
5355fcc367 Describe the apps
Change-Id: If07fe2ddc99bf2d2a9a4bc242be22fe615a5b1f9
2013-12-23 12:59:04 +02:00