summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-09-09convert find entry dialog to .uiCaolán McNamara
Change-Id: I0d8ef363e45f9032676a161c63d7cf9bcbe417fd
2013-09-09concentrate all config into one placeSiqi LIU
Make use of InAppSettingKit, which allows both in-app setting and system-wide setting pane. Introduced more customization like default count-down timer duration & vibration & auto_start & default timing widget options Change-Id: Ida60b3b3f87a674795ee3ebddf14c71265196264
2013-09-09dark style button imageSiqi LIU
Change-Id: I208a97fe697d3f95fb4620d7649de1ba3c1b8c8f
2013-09-09Timer/Stopwatch for iPad redesignedSiqi LIU
Change-Id: I04f6e2f6fe0f5458b73e20614f5c99f810a4840a
2013-09-09Remove dead codeStephan Bergmann
...merged in via d02f75a8c36705924ddd6a5921fe3012fafce812 "Resolves: #i121420# merge sidebar feature," but apparently already unused in the original AOO commit. Change-Id: I12e4ff05769d95a847881934eab6da722bb1950e
2013-09-09Updated coreFaisal M. Al-Otaibi
Project: help d730745a16c469744f38da47b08f7710eda469e3
2013-09-09Convert java start parameters dialog to .uiFaisal M. Al-Otaibi
Change-Id: Ib3aaeb751ae67c0ed4e444f6febd676ddd94f924
2013-09-09Updated coreCaolán McNamara
Project: help e3c18f7032e9f321f09d6f6401a4e9bf46313b93
2013-09-09Use hex color code in character border filter testsZolnai Tamás
Change-Id: I19bd1cbedd42101186fd4afbcd7af9afb630f857
2013-09-09Avoid using in headerZolnai Tamás
Change-Id: I1365cf183a768f17dd2d16f695a27d9710eb4daf
2013-09-09unify strip previews optimal size in one placeCaolán McNamara
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b