summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-24fdo#60791 - fix android remote count-down / clock.Ota Chasák
2013-04-24gbuild: AllLangResTarget: use concat-depsMichael Stahl
Change-Id: Ieb5e380b6e7a1c097d403f962b4e82b84cce40b5
2013-04-24gbuild: get rid of processdeps.awkMichael Stahl
The only thing that processdeps.awk does that is actually useful is to be able to set the target name freely, but that is only important for the default resource file which was just renamed. Instead hack makedepend to provide the required functionality directly: - write dummy rules for included files so builds don't break on rename/removal - format deps one per line like concat-deps expects - concat-deps expects standard POSIX line ends, so open in binary mode (also disable that awful backup copying nonsense) Though in retrospect it would perhaps be a better investment of time to try to replace makedepend... Change-Id: I54fafdcdcf1a52692e62b8f1f4b96fb9a93d4421
2013-04-24desktop: rename WinResTarget target to match source fileMichael Stahl
Change-Id: Ice900801109efc8591b9a3fb5c490d070b23730a
2013-04-24extensions: rename WinResTarget target to match source fileMichael Stahl
Change-Id: I8e528f76d08f7a0d7acec05dcf306cd78b95a885
2013-04-24fpicker: rename WinResTarget target to match source fileMichael Stahl
Change-Id: Icdc6ff082daaaca5458b817109738b5debdf4007
2013-04-24vcl: rename WinResTarget target to match source fileMichael Stahl
makedepend relies on that Change-Id: I6a166f65d25c2750c24bc7831d074c32f6524722
2013-04-24rename "shlinfo.rc" to "default.rc"Michael Stahl
makedepend annoyingly picks up the target file name from the source file Change-Id: I4e7378e3f428dbae42fb99cb1c21ed840c20da40
2013-04-24gbuild: do not use ' quotes when echoing dependenciesMichael Stahl
In AllLangResTarget the gb_Helper_abbreviate_dirs replaces the paths in the echo command with $W, which the shell then does not expand due to ' quotes. Mixing gb_Helper_abbreviate_dirs and ' is unsafe. Change-Id: Ia99d185917a55486d5fd67f82d5b323a05e3f5bd
2013-04-24Converted Tools -> Protect Document-> Sheet widget.Abdulelah Alarifi
Change-Id: Ic701a2a92ddbf48be6998c0b278ec5f232f49983 Reviewed-on: https://gerrit.libreoffice.org/3516 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24sdremote - don't crash if we connect during load, before things are setup.Michael Meeks
Change-Id: I1837ea58b9c8f74aca9afb78bafbab61af189842
2013-04-24extend license filtering, and add fallback-checks.Michael Meeks
Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20
2013-04-24fix fdo#60910 FILESAVE loses fontwork/shape objectsLuke Deller
This reinstates one line of code which was removed by 7fec8dfcaca4efc92516f9af51a3157f1a11ccd7. Change-Id: Ie2af33914d17a46b7118b8b804aadc0aa3bc5d90 Reviewed-on: https://gerrit.libreoffice.org/3596 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-24Bin lotuswordpro_component_getFactoryTor Lillqvist
Not suitably licensed. Change-Id: I221cccb9d2ff5b6cb5e25161b6d5bfe504acb10e
2013-04-24Add --enable-mpl-subset --disable-lotuswordproTor Lillqvist
Change-Id: I648e5c23704125e939eceda9ac29217f1c63cd47
2013-04-24modifylayer.ui widgetAlia Almusaireae
Change-Id: I1bc3cb888c44df590993e1ebd32e5544dd08e805 Reviewed-on: https://gerrit.libreoffice.org/3515 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24Updated coreCaolán McNamara
Project: help 1909db99ab7d23a71e24bac25693b3a22d73bfa3
2013-04-24adapt code to insert layer .ui conversionCaolán McNamara
Change-Id: I75e83c2e2399f12e7d4cd035856e5ee07a75d494
2013-04-24Generate new format type rdb filesStephan Bergmann
With the main components (theTypeDescriptionManager, codemakers) supporting the new unoidl format, it is time to switch the generated type rdb files to that new format. For now, this is done as a two-stage process, though: Every $(WORKDIR)/UnoApiTarget/*.rdb file in the new format is accompanied by an *.rdb.oldformat file; both are generated in the same [UNO] gbuild step. This is for several reasons: * idlc still generates old format output. * The regcompare step (comparing against a reference rdb to catch incompatible changes) is still based on the old format. (The reg2unoidl tool needs any dependend rdbs as additional inputs, that's why the use_api information needs to be tracked as UNOAPI_DEPRDBS for now. That can be removed again when reg2unoidl is no longer used.) Change-Id: Id625c88f9ecdbaba9e2af7410417e00b4ba36acc
2013-04-24More places where we can suppress output.Jan Holesovsky
Change-Id: Ib316bf40bb9b9afeb5fbdf9281f2d3b9539e346f
2013-04-24fdo#59259: Suppress the expensive parts when we are only writing to metafile.Jan Holesovsky
When we are launching the printing dialog, we first draw the page using drawinglayer to a metafile, and then render the metafile. Unfortunately, here we did the real operation of allocating large bitmaps, and destroying them again; all that just to throw all that away at the end of the operation. The preview sets the mbOutput to false correctly, so we can just skip the expensive parts. Change-Id: Ice77d83100eba339602bbdf374fec8546d4d1e12
2013-04-24insertlayer.ui widgetAlia Almusaireae
Change-Id: Ida59f58f6a2c4f65d83ad5ed2375bf934bd81d0c Reviewed-on: https://gerrit.libreoffice.org/3514 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24actually insert table is already convertedCaolán McNamara
Change-Id: I67e332a3033f142d843e0146aa1ac0b27c8f7db1
2013-04-24inserttable.ui widgetAlia Almusaireae
Change-Id: I9de1975b5eeda09e3f356d20c05a2d8f6ebdcfc1 Reviewed-on: https://gerrit.libreoffice.org/3513 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24Updated coreCaolán McNamara
Project: help e6fede848bb18f23984d5748954ed0786aa27b1f
2013-04-24adapt code to use converted share doument widgetCaolán McNamara
Change-Id: Ic553e593890cb3254666e3c27c5d8ca05256687e
2013-04-24Fix MSVC build: A ? : operator doesn't automagically construct an OUStringTor Lillqvist
Change-Id: I0bf2dcd24a7b59682c90a8910279117f1bf0467f
2013-04-24ritually kill odkcommon.zipDavid Tardon
Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067
2013-04-24only put uno loader classes into one zipDavid Tardon
These are put into uno_loader_classes.zip, which is then not used at all, and odkcommon.zip, which is used for creation of install sets. Seriously?! Change-Id: I28b5bc73857cf524fb12f7918acd2891ff12d166
2013-04-24Copy/paste errorStephan Bergmann
Change-Id: I0c6e0ecc5c9e6289a2afe733d4752351416900a8
2013-04-24Print message of uncaught UNO exceptionsStephan Bergmann
Change-Id: I6a716efe28086da983a40c550613e3d8e0bd8283
2013-04-24Blind fix for scp2/source/smoketest/Stephan Bergmann
Change-Id: I3c15ace80e0ce95910a6a256e4a25c4d7859a58c
2013-04-24add test for missing module-ix.htmlDavid Tardon
Change-Id: Ibdbe04028ad9648af011da51b562cc6aa5e4849b Reviewed-on: https://gerrit.libreoffice.org/3578 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24install gen. IDL docs using filelistDavid Tardon
Change-Id: I474f6e7a45d09683eb0dd7172114407c9dca84d7 Reviewed-on: https://gerrit.libreoffice.org/3571 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24add another filename that shouln't be matched as errorDavid Tardon
This procedure must surely win the prize for the lamest error handling mechanism ever conceived. Change-Id: I90d2a1160ff3e1e870e9ca3f03c92436398c3b7f Reviewed-on: https://gerrit.libreoffice.org/3595 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24put theBrowseNodeFactory singleton into extra fileDavid Tardon
Change-Id: Icf770c8b9e80e98935ffacf7da79a6c8af6593d9 Reviewed-on: https://gerrit.libreoffice.org/3577 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24add missing idl files to the listDavid Tardon
Change-Id: I4e1cc5ef83b86bdf0da0091a3ffcd912bdc52395 Reviewed-on: https://gerrit.libreoffice.org/3576 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24add comment to the right function (result of mismerge?)Luboš Luňák
Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
2013-04-24remove executable bitLuboš Luňák
Change-Id: I50ab7a08e680cb5a6354035a058240df15e10bd9
2013-04-24Add license filtering to configure.Michael Meeks
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
2013-04-24fix harfbuzz buildPetr Mladek
icu-config could print the list of libraries on more lines. We need one line for the variable. Change-Id: I08a0415c2c3baa226e9cd32e0c3da7d384511f87
2013-04-24Revert "Trying to fix the harfbuzz build"Petr Mladek
Will use less intrusive solution This reverts commit 4e6033f22aa23a6dd2d2d518264da4e4426eb8e3.
2013-04-24It's gb_UnoApi_get_target that we want hereTor Lillqvist
Fixes cross-compilation: Running (the BUILD platform) saxparser in i18npool failed because there was no BUILD udkapi.rdb. No gb_UnoApi_get_target_for_build exists, and anyway, it would not be needed. (Not here at least.) Change-Id: I7bfe34cf339d8a847b76ab29669acc8d458d54e3
2013-04-24Converted Tools -> Share Document widget.Abdulelah Alarifi
Change-Id: I081a5b58d8e22e3455a78707a6b16ee85533a5d2 Reviewed-on: https://gerrit.libreoffice.org/3496 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24Trying to fix the harfbuzz buildFridrich Štrba
Change-Id: I7472d6e86cde5459aca4caf21fe7fe4e6ef60ecc
2013-04-24Clean up of dead code, now that UnoApiMerge.mk is goneStephan Bergmann
Change-Id: Ib65496c3bd26a55a713717776184441a959e5469
2013-04-24canvas: remove obsolete include pathsMichael Stahl
Change-Id: I3d72be674526f4221de452ad4efc1e857bb25dc6
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann
Change-Id: I503d88b7d6fc44ef70d5071fddcec465e3fba856
2013-04-24Dead codeStephan Bergmann
Change-Id: Ia0b14d879e0ab22ff2fdeb09af836df4aed82ffb
2013-04-24svidl: make dependencies: handle removed include files:Michael Stahl
Write dummy targets for included files, so the incremental build does not break with "No rule to make target" if the included file is removed. Change-Id: I23c4406c4d1db9a8a4a7f0ecfec1cfc9ad05028a