summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: install rdb files directly in module they come fromMatúš Kukan2013-09-0913-34/+35
| | | | Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
* scp2: a little cleaningMatúš Kukan2013-09-096-69/+28
| | | | Change-Id: I4b41f8c2c6dd82956cb2493676c9854744eecbad
* install soffice script into instdirMatúš Kukan2013-09-092-1/+16
| | | | Change-Id: Id55fc6efcd957de926df79ca02200f4fda7c56b0
* linkoo: do not link shell scripts that use `pwd`Michael Stahl2013-09-091-0/+8
| | | | Change-Id: I194671feef281e07507e829fa43576f6a4468edf
* change PRODUCTNAME for --enable-dbgutil buildMichael Stahl2013-09-093-4/+11
| | | | | | | The previous commit changed several nodes in main.xcd from LibreOfficeDev to LibreOffice; revert that. Change-Id: Ib1c114a0716a6a930c52c9c9a9144154fcb3934d
* replace variables in main.xcd already in gbuildMatúš Kukan2013-09-092-24/+27
| | | | | | | | | 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
* scp2: fix Windows build: python wrapper is an executable thereMichael Stahl2013-09-091-0/+6
| | | | Change-Id: I9e9c0eee26ead63c508ddcd0dead60395e461aa5
* pyuno: another filelist to make instdir betterMatúš Kukan2013-09-092-4/+6
| | | | Change-Id: Ieda9b3847de3de8989eaafc542e60216baa1af4d
* pyuno: this rc file seems to be unusedMatúš Kukan2013-09-093-36/+0
| | | | Change-Id: I98b6263a464b46075e69e363c3eb9e4ec4557c46
* restore gid_Dir_Sdkoo_Root which is apparently still needed on WNTMichael Stahl2013-09-092-1/+11
| | | | | | also odk: better use gb_Library_get_runtime_filename than manually Change-Id: Ibbded4e8279b5dcb452f0d90be755edee1d2b63f
* install whole sdk using filelistsMatúš Kukan2013-09-0910-149/+59
| | | | Change-Id: I9d8d0a20d776740c4701ec9a1facded9f4bde77a
* installer: adapt to find README and LICENSE in file listsMichael Stahl2013-09-091-4/+6
| | | | Change-Id: I9c949e61afd1afe9853b9afcd050803df3388e2f
* tweak previous commit hoping it will work on Mac ...Michael Stahl2013-09-094-24/+17
| | | | | | | | ... 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.
* ure: install files with filelistsMatúš Kukan2013-09-0910-124/+65
| | | | | | This commit adds gb_Package_add_symbolic_link. Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5
* installer: fix handling of symbolic links in filelists so EPM is happyMichael Stahl2013-09-094-11/+38
| | | | | | also, chmodding symlinks rarely does something useful Change-Id: Icdeb62728c3c0684d40d3a2c4d3bcb87b21bfb5a
* jvmfwk: install also into instdirMatúš Kukan2013-09-098-92/+25
| | | | Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7
* install images with filelistsMatúš Kukan2013-09-097-127/+12
| | | | Change-Id: I3946b44838c659cad12d288c8a1ed5137c3e554e
* pyuno: install python scripts using filelistsMatúš Kukan2013-09-095-42/+15
| | | | Change-Id: Ic7515acd14916cc36b59749059ed623cda906c23
* odk: make error reporting less mysteriousMichael Stahl2013-09-091-4/+11
| | | | Change-Id: I9e3c58fe65b902bb8b6b30449008bd1d71ed2180
* Fix C++11ism (?)Tor Lillqvist2013-09-092-12/+12
| | | | Change-Id: I133303e9501414aca0eadddc2ecc14a9d29d6488
* WaE: unused variable 'aText'Andrzej J.R. Hunt2013-09-091-2/+0
| | | | Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
* Cleanup public parts of Connection a little.Andrzej J.R. Hunt2013-09-091-40/+35
| | | | Change-Id: I76b0f9e547ce604aaace129a60c99b0beceac300
* CID#738553 uninitialized scalarCaolán McNamara2013-09-091-1/+1
| | | | Change-Id: Iaa5cbce576e8a90f7dd89737a9458408dd3d84fa
* CID#1028323 uninitialized scalarsCaolán McNamara2013-09-091-2/+2
| | | | | | | and CID#1028322 and CID#1028321 Change-Id: I6c151ef949755a17fa09c483d2f5f77b02fed08e
* vcl/pdfwriter: export linear/axial gradients as PDF gradientsPierre-Eric Pelloux-Prayer2013-09-093-42/+186
| | | | | | | | | | | | 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>
* WaE: warning C4100: 'aEvent' : unreferenced formal parameterTor Lillqvist2013-09-092-0/+5
| | | | | | | | | 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
* CID#1079151 make it impossible to have an init m_eTypeCaolán McNamara2013-09-092-6/+5
| | | | Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
* CID#1079152 uninitialized m_bOnWinCaolán McNamara2013-09-091-2/+5
| | | | Change-Id: I8f7e56ce86e7097379a8e063405bf95405616318
* CID#1079180 initialize bufferCaolán McNamara2013-09-091-1/+2
| | | | Change-Id: Id00bce6fe4826293f6b0ae842bc70b536e9aa99a
* CID#1079181 initialize bufferCaolán McNamara2013-09-091-9/+9
| | | | | | | 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>
* Resolves: #i122777# Corrected texture mapping for 3D CustomShapesArmin Le Grand2013-09-091-13/+27
| | | | | | (cherry picked from commit d747eabca2eab1032fd16257c9a502eaaa98c5d4) Change-Id: I19139af9e9530214d581720963da6739afd1b987
* Cleanup Connection and rename from OConnection. (firebird-sdbc)Andrzej J.R. Hunt2013-09-0913-198/+236
| | | | Change-Id: I06cfdc29d7613638d3cea080e7b39c67c74d4de0
* Add comment about our choice of gb_COMPILEROPTFLAGSTor Lillqvist2013-09-091-0/+9
| | | | Change-Id: Iaeb9e1637ab4b85735a44f7cd5428e0e0c47c91d
* Revert "Just use simple -O2"Markus Mohrhard2013-09-091-1/+1
| | | | This reverts commit 32d9dd3008867199f56ab1dbb192aa3f49a2779b.
* CID#1078725: Dereference null return valueJulien Nabet2013-09-091-11/+6
| | | | | | | | | + 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>
* WaE: variables 'nDoub' and 'nFloat' are uninitialized when used hereTor Lillqvist2013-09-091-2/+2
| | | | | | | | | | | | | | | | | 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
* sal_Bool to boolTakeshi Abe2013-09-107-51/+51
| | | | Change-Id: If6d39259c29e9abcb693c9b0bdfb89b94001f928
* Mark as const / staticTakeshi Abe2013-09-1013-28/+28
| | | | Change-Id: I9bcf02b270200fd146d2bfee6f15ff1f9ad8888b
* n#834722: Chart shown flipped.Muthu Subramanian2013-09-091-1/+2
| | | | | Auto and manual axis positioning seems to cause a problem. Needs to be tested with more charts.
* Various improvements Expert ConfigEfe Gürkan YALAMAN2013-09-093-107/+250
| | | | | | | | | 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
* Be less verbose in a plain debug buildTor Lillqvist2013-09-091-3/+3
| | | | Change-Id: Ieffdf077372f56016fa735ce0266c9e6e6a1fe1d
* convert info not found to .uiCaolán McNamara2013-09-096-13/+40
| | | | Change-Id: I553e6f696ad10e847d845c263fbfbab5d2279345
* Updated coreCaolán McNamara2013-09-091-0/+0
| | | | | Project: help d7cdc2fbf36d81ecfdfa92bdf07e8471aa380ce5
* convert customize address list dialog to .uiCaolán McNamara2013-09-098-212/+301
| | | | Change-Id: I91c69add679f62af5f67cc1bd7c2739b2de84cfb
* implemented centered button box modeCaolán McNamara2013-09-091-0/+9
| | | | Change-Id: I17b60440297d4eecca0737f811f6e56cc5bc91ce
* tubes: build fixes.Michael Meeks2013-09-091-5/+3
| | | | Change-Id: I7419df44a1f75a1f8bd93f10a8104b75784e6fee
* Fix fdo#67746 SIDEBAR Feature request: RTL\LTR buttonsabdulmajeed ahmed2013-09-091-0/+39
| | | | | | | 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>
* Make SvtHistoryOptions not return files if they can't be openedKrisztian Pinter2013-09-091-6/+22
| | | | | | | 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>
* set mnemonic widgetsCaolán McNamara2013-09-091-18/+22
| | | | Change-Id: Id986d86c58c90db67f5943ace13d9cbe383ceaa0
* Updated coreCaolán McNamara2013-09-091-0/+0
| | | | | Project: help d0456a4b2ab0312273beaf6546a7698c1028cf3b