Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
|
|
Change-Id: Ibe7e33d0f79caac177cf84fdbdc2cbf48ced8840
|
|
we basically need this functionality, the idea of it being optional
isn't really logical anymore with nss split out from mozilla.
for iOS and Android where they doesn't build yet spit out lame fixme
nag warnings
Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
|
|
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
|
|
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying
share/prereg/bundled to avoid startup crashes" removed the use of share/prereg,
there is no longer need to generate it in the first place (by calling "unopkg
sync" at build or installation time), and so no need for the "unopkg sync" sub-
command, either. This also allows to simplify some of the jvmfwk code that was
only there so that "unopkg sync" (which can require a JVM) can work in "hostile"
environments (during build and installation).
Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
|
|
Add fallback activation of an _OLD media component to the core.
Compile both a 0.10 and 1.0 version of the gstreamer component
Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
|
|
|
|
|
|
|
|
- sc no longer directly links against telepathy
- there is new class ScCollaboration derived from abstract Collaboration
describing collaboration functionality for apps used in tubes/
- also added resource manager into tubes/
Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
|
|
Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2
|
|
Change-Id: If22bed6728121ec66ecd89ad4f869e980aeb79b7
|
|
Change-Id: Ia8d2d8683d9acf9c834cc431374406e22165cb85
|
|
|
|
Change-Id: I9e4e2cfc3ce61f6ac24e96a2a92fdabc4a72321e
|
|
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
|
|
Change-Id: I0300facb4559c6eec6373ec9aea3b1347ffd719a
|
|
|
|
Merged changes from Stefan Knorr (astron) <heinzlesspam at gmail dot com>,
Bjoern Michaelsen <bjoern dot michaelsen at canonical dot com>, and
Petr Mladek <pmladek at suse dot cz>
Change-Id: I942f747aadc897b73d97b2047e267d752580aa33
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344
|
|
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
|
|
Change-Id: I119a012f1b0e9fe06d15b7e41fe7ac140bb83629
|
|
Change-Id: Icb6d5cbc00135559b2e7b85a3c627dad974834a5
|
|
|
|
Change-Id: I5e081637617be8f15acf3c8a90810b2bd2ade7bb
|
|
a) it doesn't work
b) isn't connected up to any menus
c) is arbitrarily localized to big 12 nations
d) out of date wrt public holidays in those anyway
Change-Id: I4a16490b3ae84c6e5dbe0774ea8eb0000ed6dc3d
|
|
We need the nss libs in our final install always (unless using system-nss libs)
so finally disentangle nss from mozilla because --disable-build-mozilla had the
sideeffect of *not* including the nss libraries in the final install. Which
means that the xml_xmlsec.dll on windows couldn't be loaded due to missing
dependencies.
a) Strip out the nss libs from the pre-builds if those are being used.
b) Strip out the nss libs from the mozilla build itself if that's being used.
c) Don't include the nss libs in the weird mozillaruntime.zip which gets unpacked
into the install.
d) Package the nss libs directly in scp2 like everything else
Change-Id: Ia89d75cb0c0b83e84e60d0444ffc7997103fbc55
|
|
Change-Id: I5337e718d020b4035b5b696aa0f4b3ba7cfab63f
|
|
Change-Id: Ic93eebd5fbad25479560e56cd3a2c1da035da45d
|
|
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
|
|
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
|
|
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22.
Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
|
|
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
|
|
... so it can do the pre-registration of bundled extensions in
INSTALLLOCATION/share/prereg/bundle.
The meaning of Type of custom action is the following:
msidbCustomActionTypeDll + msidbCustomActionTypeBinaryData +
msidbCustomActionTypeInScript + msidbCustomActionTypeNoImpersonate +
msidbCustomActionTypeCommit = 3585
So it is a binary in a dll from the MSI itself, it runs deferred
with system privileges and after commit, because msvcrt90.dll is
available only after commit. The same type was chosen for the
removing part, it works.
Change-Id: I14c347b5cbc47789eb0484769a676703361c2193
|
|
Change-Id: Ice52de070220b4e7ae8a3dd0ccb41e3a12d471b8
|
|
64-bit registry entries were entered via a custom action, which
did not always work. By default the custom action ran with user
privileges, which were not sufficient to write the registry.
It is not necessary to use custom actions for this task. Windows
installer supports it well.
Change-Id: Id65458c363c2b90b3e7d166b4c836bfb1ff19bf4
|
|
Change-Id: If75d2daaac2c629028a76f55941345c1c565a69a
|
|
This reverts commit 45295f3cdceb4c289553791071b5d7f4962d2ec4.
File Open/Save window of 32-bit applications still need the 32-bit
shell extensions on a 64-bit system.
|
|
|
|
Remove hack in sofficemain we really don't want and don't install
a lib we are not building.
|
|
|
|
|
|
|
|
Change-Id: I49680c13989c9031150bae110e498a02af2476c4
|
|
Change-Id: Ia1c75076254c0300b19d6e12879143f7966b8294
|
|
This makefile must be included from other makefiles, which means it must
be delivered first, which does not play so well with gbuild's
all-in-one-process build. Because the version has not changed once since
the library was introduced in 2006, I consider this just an unecessary
complication of already complex build process.
Change-Id: I8304f0e8ef9e59a046b10f423dbe61d75e3fc5c2
|
|
Change-Id: Ic11bfb94cbee4116fe94255f5dc7c49bf795797a
|
|
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615
|