summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29make the options dialog layout incrementally convertable to .uiCaolán McNamara3-6/+20
it will now allocate the fixed reserved size for its tab pages to layout-enabled tabpages Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
2012-11-29simplifyBjoern Michaelsen1-15/+3
2012-11-29API CHANGE: remove com.sun.star.installation moduleMichael Stahl14-555/+0
The entire module was deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/installation" with published children exists only in registry 1 Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
2012-11-29mkdir for happy tinderboxesBjoern Michaelsen1-0/+1
2012-11-29sigh, demote to a warn again, as otherwise we might run into caching issuesBjoern Michaelsen1-1/+1
2012-11-29rebuild modules.mk when rerunning autogenBjoern Michaelsen1-1/+1
2012-11-29drop need for libtool but keep buildable on RHEL-5Caolán McNamara2-6/+149
Change-Id: Ib732594a6b27fb0b42d055abb2f7382f021d63c9
2012-11-29rebuild modules.mk when modules changeBjoern Michaelsen1-1/+1
2012-11-29a module is either dmake or gbuild, so error out nowBjoern Michaelsen1-1/+1
2012-11-29offapi/UnoApiMerge_types.mk: remove duplicate license headerMichael Stahl1-26/+0
Change-Id: I01dc14900a20fd2bfa33d44b6b445d0490ab7545
2012-11-29API CHANGE: remove com.sun.star.text.textfield.docinfo.Info[0-3]Michael Stahl7-228/+0
The implementation of the 4 textfield.docinfo.Info services has been removed in OpenOffice.org 3.0. com.sun.star.text.textfield.docinfo.Info0 com.sun.star.text.textfield.docinfo.Info1 com.sun.star.text.textfield.docinfo.Info2 com.sun.star.text.textfield.docinfo.Info3 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry 1 Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913
2012-11-29sdremote: disable wifi by default in the clientMiklos Vajna3-1/+13
It can be still enabled, but it makes little sense to have it on by default when the server is off by default. Change-Id: I625f90fd67781244cc4fffa90127fd1c8707c580
2012-11-29sdremote: allow accessing options menu from the selector activity as wellMiklos Vajna2-0/+28
The options menu had 3 items, only one required a connection, so show the rest when selecting servers. Change-Id: I70797be5fc8f0550380286e0cff2abbf4664591b
2012-11-29reportbuilder does not look like dmake anymoreBjoern Michaelsen1-0/+0
2012-11-29generate module list on the flyBjoern Michaelsen1-213/+11
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann24-128/+115
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-29Support optional dependencies among .xcd filesStephan Bergmann13-39/+84
...that are effectively ignored if the depended-on file does not exist. This will be needed by a subsequent commit to make PDF Import optionally installable. Change-Id: I2283be3ce75f52811a371f41aa8784f507425ee3
2012-11-29update sd regression test to match new default shape colorsCaolán McNamara7-139/+139
since 895890563cb0cc5fa872bdfd06918a46cdda172d the default shape colors changed I just updated the test to match. I'm going to assume that this is the right solution rather than reverting the default colors or munging the pptx filter. Change-Id: Ie654d1b1e7cd8c904381e6fe835cca9787d45315
2012-11-29.dot files sometimes rejected by writerCaolán McNamara1-0/+6
because CWW8 appears twice, once for normal .doc and once for .dot. So a .dot files is tested twice if it's supported by the WW8 filter. Depending on the (effectively arbitrary) order they appear in the list .dots may fail the "is a normal non template .doc" test after the "is a template .dot" test and get rejected as a CWW8 candidate. Change-Id: I88aec29fdd5f9ec4dd4ad2813ff3c6b8fa5c5461
2012-11-29optional ppFlt argument never usedCaolán McNamara3-8/+3
Change-Id: Ib2c68091f14d04818ae5e7db0ad7b8a1ec151f4f
2012-11-29Simplify SwIoSystem::IsFileFilterCaolán McNamara1-4/+3
bRet = bRet && (pFltr->GetUserData().equals(rFmtName)); is already inside an if bRet = bRet && (pFltr->GetUserData().equals(rFmtName)); condition bRet = xStg.Is() && IsValidStgFilter( *xStg, *pFltr ); is already inside an if ( xStg.Is() ) condition Change-Id: I2115041d99b6fcbae7a829557c37627d03b5ee24
2012-11-29android: WaE: variable never readMiklos Vajna1-4/+2
Change-Id: I35f465a085081563214d4e5c9e7fb8a7ac0ef6f7
2012-11-29lo-commit-stat: allow to filer cherry-picked commitsPetr Mladek1-13/+63
Add --cherry option that filters commits using the "git cherry" command. Note that you need to pass git arguments for "git cherry". It means "old-branch-or-tag" "new-branch-or-tag". Change-Id: Iea67d0ead205c66112791cb0444fa183c7fa6e9b
2012-11-29Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz4-37/+33
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in IO. Change-Id: I823fcdfe46d4d4093118f6eaab89c1ce42883a6c Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1194 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-29Unify options and their order in the Android distro-configsTor Lillqvist2-2/+4
Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
2012-11-29Uploading libvisio 0.0.22 releaseFridrich Štrba1-2/+2
Change-Id: I86da676cd38c8e237cf63c167f877f1e6cb25bf6
2012-11-29Improve error messageStephan Bergmann1-1/+3
Change-Id: Ibaee8bd83e9f34e0258b48d87151ec03c8301a3a
2012-11-29create its own target for download..Matúš Kukan1-2/+3
..which is created (touched) *after* successful download of all tarballs. fetch.log is not a good target because we touch it along the way. Note: This is necessary only because we write pointless? date into fetch.log. Otherwise 'download' could be phony target, thanks to the rule being empty if we don't need to download anything. Change-Id: I2380ab189833e03758ddd9f9bf54be38c8fa1dbe
2012-11-29distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.confMiklos Vajna1-0/+1
The current latest Android SDK doesn't cope with Java7 otherwise. Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
2012-11-29Make ODMA file picker UNO component passiveStephan Bergmann6-50/+23
Change-Id: I0f036781914b8aeec15dbfc8c99acefae935d1b7
2012-11-29Remove useless ODMAFolderPickerStephan Bergmann5-294/+0
...that effectively is just a wrapper around a SystemFolderPicker service implementation, as its m_bUseDMS is always false. Change-Id: I95eb4a36fde0b98020b5fbe57e242cd2ae47ab8b
2012-11-29use $PIPESTATUS instead of pipefail optionChristian Lohmaier1-3/+2
as pipefail is not supported in bash 2.x (used on Mac/PPC) Change-Id: Iaeaed7d759be700719fb941b13942e4933c5ee71 Reviewed-on: https://gerrit.libreoffice.org/1190 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2012-11-29Fix indentationTor Lillqvist1-16/+16
Change-Id: I7efac64042fdd0b985114b06314cd7b81a6ecf6d
2012-11-29For now, we need a system Python to run build-time Python scripts on OS XTor Lillqvist1-1/+25
Change-Id: Ia46126f9f56668a14a66679b697ce54cec6ea0b8
2012-11-29add dep on .po fileDavid Tardon1-11/+21
Change-Id: I1f752dd5a912f4ecd4db6de72e0a8eccada3091a
2012-11-29add missing dep on propexDavid Tardon1-0/+1
Change-Id: Ic2312b6f97cd773f2c271ba6f76d69d896a959b7
2012-11-29Change default shape colorAlexander Wilms1-5/+5
Change-Id: I922fe667d6bf892916681988cd8599c7db9dc106
2012-11-28Fix static link failure with liborcus on Windows.Kohei Yoshida3-2/+1
Change-Id: Id32a511970ebbebf4fbfff5fdd52bbe88cac96fc
2012-11-29LibreLogo: fix typoLászló Németh1-1/+1
Change-Id: I4072d93ccdc9f86fde7f333e1181d914dea45f6b
2012-11-29LibreLogo: fix Python 3 supportLászló Németh1-8/+16
Change-Id: I3793cfd47083775fe2171eecc550e93b20ea0ee9
2012-11-28API CHANGE: remove com.sun.star.setup moduleMichael Stahl35-1582/+0
This module was deprecated 10 years ago; the only thing in it that was actually used recently in OpenOffice.org is the ProductRegistration service, but the implementation of that has been removed since it is of no use to LibreOffice. WARNING: could not open key "/UCR/com/sun/star/setup/FontAction" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/setup" with published children exists only in registry 1 Change-Id: I0c2809271eb46f6f9a125c5c88e4ec76a6c01551
2012-11-28python3: use version variables instead of hardcoded numberMichael Stahl1-55/+55
Change-Id: Ic91cab680b86d8064212e9833c81b37db2002720
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida3-7/+12
Change-Id: I252c1ad55099a821d3c1fec3c64255c4f26a0396
2012-11-28Let's call this mapped cell rather than linked cell.Kohei Yoshida1-1/+1
Change-Id: I861b3ad248ce680ae3ced4c10eee151883ed4a9e
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist1-1/+1
Change-Id: I71286414fe173bf9f698fcfbeb48524914dea2e9
2012-11-28Resolves: fdo#41554 ww6 file cannot be openedCaolán McNamara3-27/+59
it falls into a (apparently) ww8 specific old school macro parser we use to scrape out some toolbar info and tries to allocate some nutso numbers which throws and aborts the import. Skip importing these in ww6 document, and tweak the code to be a bit more forgiving in ww8 documents where the load fails via exceptions Change-Id: I9bba60db3b95ece54f68d4fa23031f46545697da
2012-11-28pywizards: make sure it has the attributeXisco Fauli1-10/+7
Change-Id: I247fba15396a9c58eae0967099949abf17330a91
2012-11-28pywizards: remove set/get controlpropertyXisco Fauli8-423/+194
Change-Id: Ib8fb5ee973e9f555d85cb08d2945199deb4ba9aa
2012-11-28pyfax: fix a mistake i did yesterdayXisco Fauli1-11/+11
Change-Id: I8e3762b2cb28c6d7273e177014f2ac374d393db4
2012-11-28pywizards: Clean textfieldsXisco Fauli3-39/+21
Change-Id: I80d0c997ccc29589f8527627434f900540c15bdd