summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
2013-09-09scp2: a little cleaningMatúš Kukan
Change-Id: I4b41f8c2c6dd82956cb2493676c9854744eecbad
2013-09-09install soffice script into instdirMatúš Kukan
Change-Id: Id55fc6efcd957de926df79ca02200f4fda7c56b0
2013-09-09linkoo: do not link shell scripts that use `pwd`Michael Stahl
Change-Id: I194671feef281e07507e829fa43576f6a4468edf
2013-09-09change PRODUCTNAME for --enable-dbgutil buildMichael Stahl
The previous commit changed several nodes in main.xcd from LibreOfficeDev to LibreOffice; revert that. Change-Id: Ib1c114a0716a6a930c52c9c9a9144154fcb3934d
2013-09-09replace variables in main.xcd already in gbuildMatúš Kukan
In main.xcd we have some variables which used to be defined mostly in instsetoo_native/util/openoffice.lst and replaced in installer. Process the file in custom target, so we can copy correct main.xcd directly with gbuild. Change-Id: Ie2b1b6da1adb161394f69c345bbe8671cfafb7c4
2013-09-09scp2: fix Windows build: python wrapper is an executable thereMichael Stahl
Change-Id: I9e9c0eee26ead63c508ddcd0dead60395e461aa5
2013-09-09pyuno: another filelist to make instdir betterMatúš Kukan
Change-Id: Ieda9b3847de3de8989eaafc542e60216baa1af4d
2013-09-09pyuno: this rc file seems to be unusedMatúš Kukan
Change-Id: I98b6263a464b46075e69e363c3eb9e4ec4557c46
2013-09-09restore gid_Dir_Sdkoo_Root which is apparently still needed on WNTMichael Stahl
also odk: better use gb_Library_get_runtime_filename than manually Change-Id: Ibbded4e8279b5dcb452f0d90be755edee1d2b63f
2013-09-09install whole sdk using filelistsMatúš Kukan
Change-Id: I9d8d0a20d776740c4701ec9a1facded9f4bde77a
2013-09-09installer: adapt to find README and LICENSE in file listsMichael Stahl
Change-Id: I9c949e61afd1afe9853b9afcd050803df3388e2f
2013-09-09tweak previous commit hoping it will work on Mac ...Michael Stahl
... plus some more fixes: - also install ure-link on WNT via Package not scp2. - also disable unorc in scp2 on WNT, otherwise cannot built instset due to duplicate file. - slso USE_INTERNAL_RIGHTS so startup.sh is executable.
2013-09-09ure: install files with filelistsMatúš Kukan
This commit adds gb_Package_add_symbolic_link. Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5
2013-09-09installer: fix handling of symbolic links in filelists so EPM is happyMichael Stahl
also, chmodding symlinks rarely does something useful Change-Id: Icdeb62728c3c0684d40d3a2c4d3bcb87b21bfb5a
2013-09-09jvmfwk: install also into instdirMatúš Kukan
Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7
2013-09-09install images with filelistsMatúš Kukan
Change-Id: I3946b44838c659cad12d288c8a1ed5137c3e554e
2013-09-09pyuno: install python scripts using filelistsMatúš Kukan
Change-Id: Ic7515acd14916cc36b59749059ed623cda906c23
2013-09-09odk: make error reporting less mysteriousMichael Stahl
Change-Id: I9e3c58fe65b902bb8b6b30449008bd1d71ed2180
2013-09-09Fix C++11ism (?)Tor Lillqvist
Change-Id: I133303e9501414aca0eadddc2ecc14a9d29d6488
2013-09-09WaE: unused variable 'aText'Andrzej J.R. Hunt
Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
2013-09-09Cleanup public parts of Connection a little.Andrzej J.R. Hunt
Change-Id: I76b0f9e547ce604aaace129a60c99b0beceac300
2013-09-09CID#738553 uninitialized scalarCaolán McNamara
Change-Id: Iaa5cbce576e8a90f7dd89737a9458408dd3d84fa
2013-09-09CID#1028323 uninitialized scalarsCaolán McNamara
and CID#1028322 and CID#1028321 Change-Id: I6c151ef949755a17fa09c483d2f5f77b02fed08e
2013-09-09vcl/pdfwriter: export linear/axial gradients as PDF gradientsPierre-Eric Pelloux-Prayer
Using PDF's Axial shading leads to better visual result than Sampled function shading. Only GradientStyle_LINEAR and GradientStyle_AXIAL are affected by this change, all other gradient styles are exported as before. Change-Id: Ib4d549987e34b7ba5d1c5adaf30908f2e306d07e Reviewed-on: https://gerrit.libreoffice.org/5799 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2013-09-09WaE: warning C4100: 'aEvent' : unreferenced formal parameterTor Lillqvist
I thought SAL_WARN_IF etc worked in such a way that any variables used in the condition would be "used" from the compiler's point of view, even in an optimising build case where SAL_DETAIL_ENABLE_LOG_WARN is false and SAL_WARN_IF should optimise away? Change-Id: I728e1eeb8559e1299abf403afceb0e2748d08857
2013-09-09CID#1079151 make it impossible to have an init m_eTypeCaolán McNamara
Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
2013-09-09CID#1079152 uninitialized m_bOnWinCaolán McNamara
Change-Id: I8f7e56ce86e7097379a8e063405bf95405616318
2013-09-09CID#1079180 initialize bufferCaolán McNamara
Change-Id: Id00bce6fe4826293f6b0ae842bc70b536e9aa99a
2013-09-09CID#1079181 initialize bufferCaolán McNamara
Change-Id: I516aedd445c8fcd4cefed1ed23d5bf8157b200a6 Reviewed-on: https://gerrit.libreoffice.org/5889 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09Resolves: #i122777# Corrected texture mapping for 3D CustomShapesArmin Le Grand
(cherry picked from commit d747eabca2eab1032fd16257c9a502eaaa98c5d4) Change-Id: I19139af9e9530214d581720963da6739afd1b987
2013-09-09Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I06cfdc29d7613638d3cea080e7b39c67c74d4de0
2013-09-09Add comment about our choice of gb_COMPILEROPTFLAGSTor Lillqvist
Change-Id: Iaeb9e1637ab4b85735a44f7cd5428e0e0c47c91d
2013-09-09Revert "Just use simple -O2"Markus Mohrhard
This reverts commit 32d9dd3008867199f56ab1dbb192aa3f49a2779b.
2013-09-09CID#1078725: Dereference null return valueJulien Nabet
+ Some simplification Change-Id: Ia4db65f3c6d4e712060753e15acbe160d4fe3ede Reviewed-on: https://gerrit.libreoffice.org/5862 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09WaE: variables 'nDoub' and 'nFloat' are uninitialized when used hereTor Lillqvist
Initialise them in the presumably intended way to get rid of the warning. Note that the code around there is somewhat confused and downright wrong anyway, though. Also "+0", "-0" or "000" for instance are correct ways to write zero. Also SAL_MAX_INT32 and SAL_MIN_INT32 are legal values for a UNO "long". (And it will always be true that a sal_Int32 is <= SAL_MAX_INT32 and >= SAL_MIN_INT32.) And does the code accept any single-character string as zero? Then there is copy-paste galore for the "hyper", "double" and "float" cases. Change-Id: Ie1920cfb4d17dca7cd966d8b200d2510ea975290
2013-09-10sal_Bool to boolTakeshi Abe
Change-Id: If6d39259c29e9abcb693c9b0bdfb89b94001f928
2013-09-10Mark as const / staticTakeshi Abe
Change-Id: I9bcf02b270200fd146d2bfee6f15ff1f9ad8888b
2013-09-09n#834722: Chart shown flipped.Muthu Subramanian
Auto and manual axis positioning seems to cause a problem. Needs to be tested with more charts.
2013-09-09Various improvements Expert ConfigEfe Gürkan YALAMAN
Loads all options now in a plausibletime. Handles all short, long, hyper, double and float types. Also handles []hyper type. Also using a custom edit widget for prevent errors for integer types. Change-Id: Idb4f2cb49381e7f92e27a5e89107d48a334f0a26
2013-09-09Be less verbose in a plain debug buildTor Lillqvist
Change-Id: Ieffdf077372f56016fa735ce0266c9e6e6a1fe1d
2013-09-09convert info not found to .uiCaolán McNamara
Change-Id: I553e6f696ad10e847d845c263fbfbab5d2279345
2013-09-09Updated coreCaolán McNamara
Project: help d7cdc2fbf36d81ecfdfa92bdf07e8471aa380ce5
2013-09-09convert customize address list dialog to .uiCaolán McNamara
Change-Id: I91c69add679f62af5f67cc1bd7c2739b2de84cfb
2013-09-09implemented centered button box modeCaolán McNamara
Change-Id: I17b60440297d4eecca0737f811f6e56cc5bc91ce
2013-09-09tubes: build fixes.Michael Meeks
Change-Id: I7419df44a1f75a1f8bd93f10a8104b75784e6fee
2013-09-09Fix fdo#67746 SIDEBAR Feature request: RTL\LTR buttonsabdulmajeed ahmed
Change-Id: I1684f0a4e66a395928f5fabcef0610867adb6eea Reviewed-on: https://gerrit.libreoffice.org/5871 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09Make SvtHistoryOptions not return files if they can't be openedKrisztian Pinter
Change-Id: I68cb3363a33b2d6ceb2330486e26d5cfa913c5e7 Reviewed-on: https://gerrit.libreoffice.org/5841 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09set mnemonic widgetsCaolán McNamara
Change-Id: Id986d86c58c90db67f5943ace13d9cbe383ceaa0
2013-09-09Updated coreCaolán McNamara
Project: help d0456a4b2ab0312273beaf6546a7698c1028cf3b