summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24fdo#330191 a NULL value of float type is not NaNLionel Elie Mamane1-5/+0
but it is *still* NULL. This was initially done to "fix" i#108092, but i#112652 comment 13 suggests this may have been fixed more cleanly. Change-Id: I2b76af2182715bc489cb89dd45d6b77d5038b506
2013-04-24janitorialLionel Elie Mamane1-1/+1
Change-Id: I5b5c679c4c6d1e0b2742249f60aec213834f7501
2013-04-24fdo#33091 recognise General format in all languagesLionel Elie Mamane1-5/+9
As opposed to only the current UI language Change-Id: Iaaaec78e9cbe1891c3e42f207a6da552b2a2bf7d
2013-04-24gbuild: AllLangResTarget: add missing dependency on concat-depsMichael Stahl1-1/+2
... was missing from 8379fceb2e7c33e5e0555295be06fde60a6bb240 Change-Id: I664cfabdaf8834b1023dcc7e2a28b584abf10908
2013-04-24More "Let climaker work on *.rdb.oldformat for now"Stephan Bergmann2-7/+6
...also, the use of double use of udkapi.rdb in climaker call in testtools/CustomTarget_bridgetest_climaker.mk looked fishy. Change-Id: I8be22b184740d65e567df65bae51fe18066be102
2013-04-24removed cruft, added instdir to filterEike Rathke1-2/+2
Change-Id: I30b1b923658a851535f309c3773f5cbfa697d1bf
2013-04-24Prevent gb_Helper_PHONY from leaking into the shellTor Lillqvist1-1/+1
Change-Id: Ifec0ea4dd06c9c06a796f293f0fc0973296fed60
2013-04-24Add --disable-neonTor Lillqvist1-0/+1
Change-Id: Icf9d75e699e8a430ce0d2a305e1b696d8023466b
2013-04-24Fix losmoketest UNO_TYPESStephan Bergmann3-35/+1
...and remove a bunch of unused Directories Change-Id: Ibb20bf9f4049eee136132b4ebda86ec2a9613a29
2013-04-24Let climaker work on *.rdb.oldformat for nowStephan Bergmann1-4/+4
...as it still reads type data via com.sun.star.registry.SimpleRegistry Change-Id: Ib65848eb77d220b83f5e70cb98ecf3cb9c46d7de
2013-04-24fdo#60791 - fix android remote count-down / clock.Ota Chasák4-68/+97
2013-04-24gbuild: AllLangResTarget: use concat-depsMichael Stahl1-1/+2
Change-Id: Ieb5e380b6e7a1c097d403f962b4e82b84cce40b5
2013-04-24gbuild: get rid of processdeps.awkMichael Stahl6-98/+52
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 Stahl20-59/+59
Change-Id: Ice900801109efc8591b9a3fb5c490d070b23730a
2013-04-24extensions: rename WinResTarget target to match source fileMichael Stahl5-12/+12
Change-Id: I8e528f76d08f7a0d7acec05dcf306cd78b95a885
2013-04-24fpicker: rename WinResTarget target to match source fileMichael Stahl2-3/+3
Change-Id: Icdc6ff082daaaca5458b817109738b5debdf4007
2013-04-24vcl: rename WinResTarget target to match source fileMichael Stahl2-5/+6
makedepend relies on that Change-Id: I6a166f65d25c2750c24bc7831d074c32f6524722
2013-04-24rename "shlinfo.rc" to "default.rc"Michael Stahl3-2/+2
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 Stahl3-4/+4
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 Alarifi1-0/+288
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 Meeks1-5/+9
Change-Id: I1837ea58b9c8f74aca9afb78bafbab61af189842
2013-04-24extend license filtering, and add fallback-checks.Michael Meeks33-10/+53
Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20
2013-04-24fix fdo#60910 FILESAVE loses fontwork/shape objectsLuke Deller1-0/+1
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 Lillqvist1-2/+0
Not suitably licensed. Change-Id: I221cccb9d2ff5b6cb5e25161b6d5bfe504acb10e
2013-04-24Add --enable-mpl-subset --disable-lotuswordproTor Lillqvist1-0/+2
Change-Id: I648e5c23704125e939eceda9ac29217f1c63cd47
2013-04-24modifylayer.ui widgetAlia Almusaireae1-0/+270
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 McNamara1-0/+0
Project: help 1909db99ab7d23a71e24bac25693b3a22d73bfa3
2013-04-24adapt code to insert layer .ui conversionCaolán McNamara7-383/+197
Change-Id: I75e83c2e2399f12e7d4cd035856e5ee07a75d494
2013-04-24Generate new format type rdb filesStephan Bergmann3-5/+19
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 Holesovsky1-5/+4
Change-Id: Ib316bf40bb9b9afeb5fbdf9281f2d3b9539e346f
2013-04-24fdo#59259: Suppress the expensive parts when we are only writing to metafile.Jan Holesovsky1-0/+3
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 Almusaireae1-0/+269
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 McNamara1-174/+0
Change-Id: I67e332a3033f142d843e0146aa1ac0b27c8f7db1
2013-04-24inserttable.ui widgetAlia Almusaireae1-0/+174
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 McNamara1-0/+0
Project: help e6fede848bb18f23984d5748954ed0786aa27b1f
2013-04-24adapt code to use converted share doument widgetCaolán McNamara7-334/+243
Change-Id: Ic553e593890cb3254666e3c27c5d8ca05256687e
2013-04-24Fix MSVC build: A ? : operator doesn't automagically construct an OUStringTor Lillqvist2-3/+3
Change-Id: I0bf2dcd24a7b59682c90a8910279117f1bf0467f
2013-04-24ritually kill odkcommon.zipDavid Tardon9-73/+22
Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067
2013-04-24only put uno loader classes into one zipDavid Tardon5-8/+17
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 Bergmann1-4/+4
Change-Id: I0c6e0ecc5c9e6289a2afe733d4752351416900a8
2013-04-24Print message of uncaught UNO exceptionsStephan Bergmann1-35/+32
Change-Id: I6a716efe28086da983a40c550613e3d8e0bd8283
2013-04-24Blind fix for scp2/source/smoketest/Stephan Bergmann1-2/+3
Change-Id: I3c15ace80e0ce95910a6a256e4a25c4d7859a58c
2013-04-24add test for missing module-ix.htmlDavid Tardon1-0/+17
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 Tardon10-14/+283
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 Tardon1-0/+1
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 Tardon3-15/+47
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 Tardon1-0/+2
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ňák1-1/+1
Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
2013-04-24remove executable bitLuboš Luňák8-0/+0
Change-Id: I50ab7a08e680cb5a6354035a058240df15e10bd9
2013-04-24Add license filtering to configure.Michael Meeks6-4/+45
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850