summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com1-7/+35
Minor further changes by tml to match the coding style of surrounding code mainly. Change-Id: Ied6087a264f1c6b00763ea36fba9808329afede4 Reviewed-on: https://gerrit.libreoffice.org/5742 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2013-10-08Depend on more librariesTor Lillqvist1-1/+9
Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2
2013-10-08This app is called "LibreOffice", not "Viewer"Tor Lillqvist1-1/+1
Change-Id: I19663a22cedc0ed4355fc63d28821d80520ee292
2013-10-08Adapt to instdir and solver changes latelyTor Lillqvist1-9/+1
Change-Id: Idc6c20f6645f2e39b98a11f741aaa482f31c6ea1
2013-10-05popOverView modified for better touchabilitySiqi LIU32-525/+721
Change-Id: Ief0ca8dfef303ecf905fdf02bcea924f98de976b
2013-10-05minorSiqi LIU4-8/+14
Change-Id: I25a9af3cad0454ee098b468d52433bec821c464b
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-1/+1
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-10-02we do not need .xcd files in solverMatúš Kukan1-4/+2
Change-Id: Ic08b12b0deb7342c520a5385c226d864596fc858
2013-10-02WaE: NSLog format errors when compiling as 64-bit codeTor Lillqvist3-5/+5
Use long format modifiers and insert casts to make the code happy both as 32- and 64-bit. (Sure, this is just in temporary debugging output NSLog() calls.) Change-Id: I7c05c59a76e683b3401974c2b468d1aee2de4098
2013-09-30translation fixSiqi LIU1-0/+0
Change-Id: I7def33cbd6f638c564de0a872a5b3b7d3c3a90e1 Reviewed-on: https://gerrit.libreoffice.org/6038 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-30adding some commentsSiqi LIU18-34/+44
Change-Id: Ie730db1fd926bd8bd7a4b05a08d0dd672c9ee094 Reviewed-on: https://gerrit.libreoffice.org/6037 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl1-1/+1
If the link targets are not in workdir then 2 different aspects are needed: the previously used location relative to workdir's LinkTarget dir (for all the misc. related targets), and the full target file. Adding an additional parameter to all LinkTarget functions would be quite annoying, especially since it would need passing through all the gb_LinkTarget__use functions in RepositoryExternal.mk; instead encode both into the linktarget itself, and modify the functions gb_LinkTarget_get_target to return the target and all others to return the workdir linktargetname. - replace gb_Library_get_linktargetname with either: * gb_Library__get_workdir_linktargetname * gb_Library__get_linktarget_target * gb_Library_get_linktarget - similar for gb_Executable_get_linktargetname - similar for gb_StaticLibrary_get_linktargetname - similar for gb_CppunitTest__get_linktargetname - add calls to gb_LinkTarget__get_workdir_linktargetname where needed Change-Id: I917ad7957fee50ec2517a9f9cc9ff452c8d97d1b
2013-09-21iOS datepicker background issuesSiqi LIU14-28/+32
Change-Id: I532d3b854ff3b66048b40decd2d9232ab9720151
2013-09-21higher resolution for menu iconSiqi LIU11-22/+30
Change-Id: I5d1f1e0cacdabef5a84c6ab506f5b1cc21bb6b67
2013-09-21fix iOS7 storyboard issues&popover positionSiqi LIU146-1283/+9193
Change-Id: I6a3e03956b3616d2d43396843d852c5591423c9d
2013-09-21code cleanup and directory restructuredSiqi LIU165-9882/+843
Change-Id: I657eb2943b27e56b6351a996e4702a1f35fa98a6
2013-09-16change setting bundle background to stay consistentSiqi LIU2-130/+79
Change-Id: Idf131349f91c949af57bdb79929f73b7a202ab93
2013-09-16retain timer running state when auto-start then didAppearSiqi LIU3-23/+1
Change-Id: I4b4b327643919a9a6266f51e3e0bc8791ad27fbe
2013-09-16set default timer duration on first launch & bug fixesSiqi LIU25-609/+504
Change-Id: I70d45ea42c7142907345a61671d4f3b303410dd7
2013-09-16ad-hoc bug fixes to handle different notes format on Linux/OSXSiqi LIU15-20/+17
Change-Id: Ie7a229464fc51242291a87bf4a79c1c999a50124
2013-09-13stick menu button to right lower cornerSiqi LIU1-0/+2
Change-Id: I8484be77353b288b6dfaa0d86fa4b325fd1187a5
2013-09-13libreoffice_logo used in about page, identical to the one used in androidSiqi LIU1-0/+0
Change-Id: Ie3e2f6c9d1b8ff75b8450e8c377073821d0f1b37
2013-09-13licensesSiqi LIU3-4/+188
Change-Id: Ib9a706a7ecb20bbee283e566f94fd22d412027e7
2013-09-13countdown timer for iPad & license pageSiqi LIU28-828/+745
Change-Id: I516a4e9da4e670f0fdbbfa0f793ccfb308189534
2013-09-13auto scroll to default time widget fixSiqi LIU5-8/+19
Change-Id: Ib71adb544c02b764fe85b2fd32fda2097efc41d0
2013-09-12Adapt to OUTDIR->INSTDIR changesTor Lillqvist1-4/+4
Change-Id: I21c44470fa49152ebff79bf5138b32f07da53328
2013-09-12make this work also if BUILDDIR != SRCDIRMatúš Kukan1-1/+1
Change-Id: I992020936cc39e5a6b04cd507b61853043a19b49
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-1/+1
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-09-09concentrate all config into one placeSiqi LIU81-1367/+6158
Make use of InAppSettingKit, which allows both in-app setting and system-wide setting pane. Introduced more customization like default count-down timer duration & vibration & auto_start & default timing widget options Change-Id: Ida60b3b3f87a674795ee3ebddf14c71265196264
2013-09-09dark style button imageSiqi LIU1-0/+0
Change-Id: I208a97fe697d3f95fb4620d7649de1ba3c1b8c8f
2013-09-09Timer/Stopwatch for iPad redesignedSiqi LIU23-287/+1573
Change-Id: I04f6e2f6fe0f5458b73e20614f5c99f810a4840a
2013-09-08disable pangesture recognizer when pointer image is displayedSiqi LIU3-5/+17
Change-Id: Iea5895b98a05faee0772569665c980eac716927b
2013-09-08various bug fixes related to countdown timerSiqi LIU8-9/+22
Change-Id: Ie1feb26c1b4d72b37d8767c30644f2411dbd2121
2013-09-08licenseSiqi LIU8-40/+40
Change-Id: Ib99cc99be7cfd48af7025834056e0b87fbd121be
2013-09-07remove unused timepicker viewsSiqi LIU3-115/+0
Change-Id: I15cbde31d227c9969e2b6c774e6b55cdb364ee9a
2013-09-07UI changes for countdown Timer in storyboardSiqi LIU16-105/+203
Change-Id: I9998cadd21b2c3b35edb588f286134c1902495ba
2013-09-07linking Timer/Stopwatch via delegate methodsSiqi LIU8-17/+342
Change-Id: I8635b79032ae9631637f67df7d0308973d11bec3
2013-09-07limit UIBarbutton appearance setting in navbarSiqi LIU1-1/+1
Change-Id: I0035b091704a1b1ff8476cd35e684f462f701eb2
2013-09-07major UI chages in order to embed Timer/StopwatchSiqi LIU26-582/+762
Change-Id: Ib37033ba73d44647ad2f2b20ad6875d485e2c147
2013-09-07shadowing UITableView cell imageSiqi LIU7-13/+429
Change-Id: Ia55741e2b85d5a005e077f306841a559ec05a6e3
2013-09-07customize UITableView header viewSiqi LIU19-591/+1327
Change-Id: I1a9fe74be6530c2e41b81c8f3755aa57a9133671
2013-09-04smaller title size for iPhone/iTouchSiqi LIU7-152/+79
Change-Id: I6415f93fe545bacb95852479e91869603f3ca3f2
2013-09-04non translucent navbar for iOS7Siqi LIU1-1/+1
2013-09-04remove unused gradient layerSiqi LIU3-32/+27
2013-09-04typo and color schema correctedSiqi LIU12-2013/+466
2013-08-31move XCode specific gitignore to top level so that all XCode projects are cleanSiqi LIU2-5/+0
2013-08-31remove all DS_Store 'that have crept in'Siqi LIU5-0/+0
2013-08-31move iosremote specific rules to iosremote levelSiqi LIU1-0/+1
2013-08-31minorSiqi LIU6-5/+13