summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)Author
2013-11-10Does not build in a clean treeTor Lillqvist
error: The project 'MobileLibreOffice' does not contain a scheme named 'MobileLibreOffice' Change-Id: If722a222407f1e85086d9d89d7863be7a5c8368e
2013-11-07remove INPATH and PROEXTMichael Stahl
- 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 Lillqvist
Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb
2013-11-06Recognize also arm64Tor Lillqvist
Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
2013-11-01Add dummy touch_ui_dialog_modal() here, tooTor Lillqvist
Change-Id: I1b1e47de2eec94150a0abee4aa74994f55b9b88e
2013-11-01Dummy implementation of touch_ui_dialog_modal()Tor Lillqvist
Change-Id: I38b72837d8a26ef95d84deca299023c1646169cf
2013-11-01Use actual executable pathTor Lillqvist
Change-Id: I75ffc83be6af34b09b4a98a5890b3585b4a76bde
2013-10-31ios: convert usage of OUTDIRMichael Stahl
... not sure if it's always correct but... Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
2013-10-31Fixe project for Xcode5 iOS7 new solver changesRoi Illouz
Change-Id: I13c33cb0806dd16c2255788f5bcf635413644792 Reviewed-on: https://gerrit.libreoffice.org/6514 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-30added stub for void touch_ui_selection_none in MLOGestureEnginePtyl Dragon
Change-Id: I45f957863dc26b2ef40bdfed04cb689325f5b170 Reviewed-on: https://gerrit.libreoffice.org/6492 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-30Build targets instead of a scheme which doesn't exist in a clean treeTor Lillqvist
If you try to build in a tree fresh from a clone, with no manual build in Xcode done, there will be no "schemes", so the xcodebuild will fail. Instead, build the "targets". Change-Id: Ie2689880e66d1aaa97661970d2060f5935cfcf17
2013-10-29New CustomTarget, move Xcode setup to MakefileRoi Illouz
Change-Id: Id03bf8002902f1adec57356601b28ab2c743df2a Reviewed-on: https://gerrit.libreoffice.org/6476 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-28Get rid of some crackTor Lillqvist
Change-Id: I9806eb87e8d679c3b37de9cf7b87e26c3d4b5387
2013-10-28Add a couple of source filesTor Lillqvist
Change-Id: I45e1a8483ff065d584d83824f9020f7d33a5257e
2013-10-27Remove trailing whitespacesRoi Illouz
Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c Reviewed-on: https://gerrit.libreoffice.org/6446 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-27No more lib dir. Linking to original filesRoi Illouz
Change-Id: If63add1f1bfdb9f5a2bcdc0c942bf991cbc47dfc Reviewed-on: https://gerrit.libreoffice.org/6445 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-27Fixup glitches in selection handle dragging and coordinate offsetsTor Lillqvist
It is obvious that I don't fully understand how to handle the view coordinates, the applicationFrame etc. Possibly I am doing something slightly wrong... Anyway, add a hack to make the touch input actually refer to the thing under the finger;) Also fix the handling of the selection end dragging. Change-Id: I27a6a978e7fc28759b70d29ebca75bfd6b5f54a1
2013-10-27Bin some unnecessary NSLoggingTor Lillqvist
Change-Id: Id4baff53735586345dd6624f3c8b996f1816149a
2013-10-27Tweak how the resize handles look and make it easier to grab themTor Lillqvist
Note that this *is* still just an experimental app, not intended to be in any way carefully designed for end-user use. I tweaked the look and feel a bit just for fun. Change-Id: I98339d32a8c3ac332fc42b206ab185a61abc4cc6
2013-10-27client end takes care of server versionSiqi LIU
Change-Id: I4d72a403971efb863a077d6ed6f1129ef0384e7b
2013-10-25Add a few sources from vclTor Lillqvist
Change-Id: Iaddbfb48a071baaf84ee7bde38f40449f342dce8
2013-10-23More work on selection handling in iOSTor Lillqvist
Got the selection start and end handle dragging working... The trick was not to call SwWrtShell::SetCursor(), but SwCrsrShell::SetCrsr(). Sounds easy but took a lot of guessing and experimentation to figure out. Anyway, now it does what I had expected it to do a few das ago already. There are glitches, especially in corner cases like if you move the start handle past the end handle or vice versa. more Change-Id: Id6c1d99a4052531789bccf0d48165cfb41b89cfe 9b94c0dd55b04a7b6b3c40654562a9c51fa9b450
2013-10-22Add a fileTor Lillqvist
Change-Id: I0d0934d964143231b11356fc25cc3e6dad289d15
2013-10-22emantic name changing fro LO_LDFLAGS to LINK_LDFLAGSRoi Illouz
Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9 Reviewed-on: https://gerrit.libreoffice.org/6372 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-22Created an automatic lib linkage with no copy to source treeRoi Illouz
Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896 Reviewed-on: https://gerrit.libreoffice.org/6368 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-22Try to handle selection resizing in a more "correct" wayTor Lillqvist
Faking mouse clicks is a stupid way to do it of course. Try to do it "right". For now just worked on moving the end handle, but once that works, similar code should be used for the start handle, too. Does not work yet. It is hard to extract out from SwEditWin::MouseButtonDown() exactly what all is relevant, and what isn't, for this use case. Change-Id: I76a226f787facbac645aaff8b4852d693bcf4ccb
2013-10-22Bin verbose loggingTor Lillqvist
Change-Id: Ifd3613f7a48f966f23ea2023f922b05b5f83fcab
2013-10-22Intermediate commit of experimental iOS app hackingTor Lillqvist
Change-Id: I9326c9684a9c53f1f9a3ea5603bcb44c941e8918
2013-10-20Fix breakpoint support for XcodeRoi Illouz
Change-Id: Ifd80d9128fdd37f91377ccb48e91db273a5b1770 Reviewed-on: https://gerrit.libreoffice.org/6358 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-20fix save several file on by reseting the xstorable on closePtyl Dragon
Change-Id: I329d43e06b0c81cebda0464ebb0fff41714020a3 Reviewed-on: https://gerrit.libreoffice.org/6355 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-19added save to ios app and removed keyboard on openPtyl Dragon
Change-Id: Ibfa9373cc82d7e2022190e158f94eb323a57f241 Reviewed-on: https://gerrit.libreoffice.org/6351 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-19fileacc is not a separate component any moreTor Lillqvist
Change-Id: I59eac660accfc362766bc3744655e2ba2d66ddd6
2013-10-18ios tile testing app donePtyl Dragon
Change-Id: I1c4a45c3f19d79b4da8cc96304e0e1802f92dff2 Reviewed-on: https://gerrit.libreoffice.org/6320 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-18More text selection WIP hackingTor Lillqvist
Change-Id: Ia29725295613faf875a688b3917b144a5f05bbe3
2013-10-18Add dummy touch_ui_selection_start()Tor Lillqvist
Change-Id: Id3854de1bcb8d5856d56e96895ff3bbf2e4aa666
2013-10-18Work in progress: Text selection handling for iOSTor Lillqvist
Change-Id: I31c6bcb9a4b26653d439601f78d71fd94d938eeb
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-17The Emacs mode for Objective-C is called "ObjC"Tor Lillqvist
Change-Id: I78428758aff0f0fb7e25ae8724ac32db824e10a6
2013-10-17added for infrastructure for ios tile testing appPtyl Dragon
Change-Id: Ie8ac64769c01c5e967a56844a69747ef4d4f20af
2013-10-17infrastructure for ios tile testing appPtyl Dragon
Change-Id: I1a3d10b7fb61b19664b383d29c6e607c01b90a71
2013-10-17added draw tile signature and select all fixptyl@cloudon.com
Change-Id: I6118c55caa12d9ba52000f89e869e27b218859be
2013-10-17Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist
Manual intervention still needed to copy over the ios/MobileLibreOffice and ios/shared directories, though. Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9
2013-10-16Use ln -f to avoid warnings about existing filesTor Lillqvist
Some libraries exist both in solver/*/lib and in their UnpackedTarball/foo location. Change-Id: Ie312479069738b27900bd4d7021ede986d94f22a
2013-10-16Drop the set -xTor Lillqvist
Change-Id: I014202fa48a211499b0290e6236bbdc96ad247a8
2013-10-16Make libc++ optional for iOS and use the right library in the Xcode projectsTor Lillqvist
It seems that using libc++ when building with Xcode 4 (and iOS SDK 6) you get linking errors. Stick to libstdc++ for now then with that. Propagate the choice to the iOS Xcode projects through the lo.xcconfig file. Change-Id: Ic61dd2336066a77c4219c532106e3e50e85d0689
2013-10-16For clarity, prefix the LO-specific Xcode configuration variables with LO_Tor Lillqvist
Change-Id: I196feb392f9ebebfdcd6f6e0ecd2c9cc89707cbb
2013-10-16Adapt to changed directory structure in fundamentalrcTor Lillqvist
With this change, the MobileLibreOffice app builds and runs for me. Change-Id: I8c7ce3fdedced5eb82ed18e21873e773733d612f
2013-10-16No "registry" directly at top app level any moreTor Lillqvist
Change-Id: Idc81f4913a96938f1fdd2644cc9e34a07554bb21
2013-10-16No mlo_select_all(), probably left out accidentally from Ptyl's commitTor Lillqvist
Change-Id: I1859f6c05f371fccdd39f903d663d5a452866876
2013-10-16Use libc++ here, too, as we now do for the LO codeTor Lillqvist
Also quotes added by Xcode around library names that contain nonalphanumerics. Change-Id: Ie5b34b2da0ec5600e9ca1aba1e17efd7e3e087de