Age | Commit message (Collapse) | Author |
|
Change-Id: I0d842cc951cb5a3e7e990f835f541ccf1bd89df6
|
|
Change-Id: I195a6a38f7cc597e6365ffd7f3e0432c73447e1a
|
|
Rename functions so that functions called by the UI layer for actions
to happen in the LO layer and functions called by the LO layer for
things to happen in the UI layer use different prefixes. Move
declarations to the generic <touch/touch.h> and avoid iOS-specific
types in the API.
Change-Id: Ieb8979065e02a87c4a415c934163265f2790d011
|
|
This is just throwaway experimentation, not how it should *really* be
done of course.
Change-Id: If600a5d3f01f118e84079f513dfccb25f4d59622
|
|
Change-Id: Ife2ee57878b2fad7af84f4a8b0b0a172f7a2cb7e
|
|
Change-Id: Ib7a71797a2dc967f9d8ddd60fdc10c78201a87c8
Reviewed-on: https://gerrit.libreoffice.org/5911
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
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>
|
|
Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2
|
|
Change-Id: I19663a22cedc0ed4355fc63d28821d80520ee292
|
|
Change-Id: Idc6c20f6645f2e39b98a11f741aaa482f31c6ea1
|
|
Change-Id: Ief0ca8dfef303ecf905fdf02bcea924f98de976b
|
|
Change-Id: I25a9af3cad0454ee098b468d52433bec821c464b
|
|
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
|
|
Change-Id: Ic08b12b0deb7342c520a5385c226d864596fc858
|
|
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
|
|
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>
|
|
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>
|
|
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
|
|
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
|
|
Change-Id: I532d3b854ff3b66048b40decd2d9232ab9720151
|
|
Change-Id: I5d1f1e0cacdabef5a84c6ab506f5b1cc21bb6b67
|
|
Change-Id: I6a3e03956b3616d2d43396843d852c5591423c9d
|
|
Change-Id: I657eb2943b27e56b6351a996e4702a1f35fa98a6
|
|
Change-Id: Idf131349f91c949af57bdb79929f73b7a202ab93
|
|
Change-Id: I4b4b327643919a9a6266f51e3e0bc8791ad27fbe
|
|
Change-Id: I70d45ea42c7142907345a61671d4f3b303410dd7
|
|
Change-Id: Ie7a229464fc51242291a87bf4a79c1c999a50124
|
|
Change-Id: I8484be77353b288b6dfaa0d86fa4b325fd1187a5
|
|
Change-Id: Ie3e2f6c9d1b8ff75b8450e8c377073821d0f1b37
|
|
Change-Id: Ib9a706a7ecb20bbee283e566f94fd22d412027e7
|
|
Change-Id: I516a4e9da4e670f0fdbbfa0f793ccfb308189534
|
|
Change-Id: Ib71adb544c02b764fe85b2fd32fda2097efc41d0
|
|
Change-Id: I21c44470fa49152ebff79bf5138b32f07da53328
|
|
Change-Id: I992020936cc39e5a6b04cd507b61853043a19b49
|
|
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
|
|
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
|
|
Change-Id: I208a97fe697d3f95fb4620d7649de1ba3c1b8c8f
|
|
Change-Id: I04f6e2f6fe0f5458b73e20614f5c99f810a4840a
|
|
Change-Id: Iea5895b98a05faee0772569665c980eac716927b
|
|
Change-Id: Ie1feb26c1b4d72b37d8767c30644f2411dbd2121
|
|
Change-Id: Ib99cc99be7cfd48af7025834056e0b87fbd121be
|
|
Change-Id: I15cbde31d227c9969e2b6c774e6b55cdb364ee9a
|
|
Change-Id: I9998cadd21b2c3b35edb588f286134c1902495ba
|
|
Change-Id: I8635b79032ae9631637f67df7d0308973d11bec3
|
|
Change-Id: I0035b091704a1b1ff8476cd35e684f462f701eb2
|
|
Change-Id: Ib37033ba73d44647ad2f2b20ad6875d485e2c147
|
|
Change-Id: Ia55741e2b85d5a005e077f306841a559ec05a6e3
|
|
Change-Id: I1a9fe74be6530c2e41b81c8f3755aa57a9133671
|
|
Change-Id: I6415f93fe545bacb95852479e91869603f3ca3f2
|
|
|