summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-23Updated coreEike Rathke
Project: help 9f7b898faa8a58c8489cdfaa36a9445497ad5751 add help content for wildcards option, tdf#72196 ... and notes about Excel interoperability with whole cell match and wildcards, non-interoperability with regular expressions. Change-Id: I1425ba60ba09a60f0d82adb3f728cb1d1bff2cab
2016-02-22Updated coreEike Rathke
Project: help c1c697836d0be764ed91807871500fec7bd21425 differentiate between regular expressions and wildcards Change-Id: Ib929ff3f89a51ddafe4c6e745545ef94851a83d4
2016-02-22Updated coreEike Rathke
Project: help 910342dfe6877010d2f00f2b78dcbbb60301998f eliminate wildcards wording in the context of regular expressions Change-Id: Ib1f5437c0107b0857d6b58f6dead3b347b72ef49
2016-02-22gtk3: some changes towards enabling native gtk3 popup menusCaolán McNamara
these menubar things can be menu things and can then do away with the casting, no logic changes intended Change-Id: Ibb1b5354d5e1483327f172d6890e134f1e4b9ee4
2016-02-22LIBO_LIBEXEC_FOLDER is the correct place for executablesMarkus Mohrhard
Change-Id: I09010819e37baacf02277ad294a6436b13e285fc Reviewed-on: https://gerrit.libreoffice.org/22552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22upload crashes correctly to server for linuxMarkus Mohrhard
Change-Id: I75778dc572a2888b3966cb5731f7e59209c7a942 Reviewed-on: https://gerrit.libreoffice.org/22551 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22sdext: remove \n from SAL_WARN/INFO[_IF] macrosArnold Dumas
Change-Id: I07f33f6781c2b03ccbe690e70b77310e875eeef0 Reviewed-on: https://gerrit.libreoffice.org/22624 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
Include the X11 headers directly in files that used to include those wrappers, and add the Pixel typedef to files that use it. prex.h included headers that a file including prex.h might not need at all, so when replacing prex.h and postx.h includes, try including only X11 headers that are actually needed in their place. Also fix saldisp.hxx and i18n_xkb.cxx relying on indirectly included X11 headers. Change-Id: If0c30c7facc28db7f2e410b5e6f1d52d8c7cdfd3 Reviewed-on: https://gerrit.libreoffice.org/22132 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-22enable wildcards when importing .xlsx|.xlsb, tdf#72196Eike Rathke
Change-Id: I6fbc8926d10d9028287c154a2e933d2de847cc12
2016-02-22add Wildcards / PROP_Wildcards, tdf#72196Eike Rathke
Change-Id: I7045042cba991a834f24f237d983ac3693f4b93d
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke
Change-Id: Ice014ef31c9962a2d77496236712b59cd147b6e8
2016-02-22add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196Eike Rathke
Maybe this should be a radio button instead (wildcards/regex/literal), on the other hand it reflects the two API bool values. Also only two checkbox lines are needed instead of three radio button lines. Change-Id: I3fa74e19c838e10dc0cffd6c0ad6329017e10e56
2016-02-22change to DetectSearchType(), tdf#72196Eike Rathke
Change-Id: I34cc3faa325f754e4f1dc5236a65f16e035d6c27
2016-02-22confusing block indentationEike Rathke
Change-Id: I42dc30742a65062374e700a70796f129e61b13c1
2016-02-22adapt places that call GetSearchTextPtr(), tdf#72196Eike Rathke
... to do that not only for regexp. Change-Id: I0a6d878c7b30b1668dda902f0e50ae3c3cc3b486
2016-02-22ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196Eike Rathke
Change-Id: I1c9c5c6271927bb2d2ac9309e9a6ca36016237f4
2016-02-22include '~' escape character in MaybeWildcard(), tdf#72196Eike Rathke
Change-Id: I09ff6b07f63b9b9199b73d27d8118c18d233f2b2
2016-02-22play it safe and don't add breakpad to distro config yetMarkus Mohrhard
Change-Id: I858100508577b4d847db11e9b5f94c6a57ad7e8f
2016-02-22add script to upload symbols to crash reporting siteMarkus Mohrhard
Change-Id: I85f6c0757550192443909f08331d65c21c7f4350
2016-02-22add script to generate symbolsMarkus Mohrhard
Change-Id: Icae707709307bc86360676692e55780b9ec89639
2016-02-22Resolve SfxDocTemplate_ImplRef typedefStephan Bergmann
Change-Id: I9dfe4557a471f1b33cc4cad879bec1797e03f8d1
2016-02-22Pick a single place to declare SfxObjectShellRef typedefStephan Bergmann
Change-Id: Ie949f4d9002beefb810c87cdd44bf59f575da101
2016-02-22AFAICS breakpad does use neither glew nor libgltfDavid Tardon
Change-Id: Icfea7b921d990a3d7adcbebbda2cddbc62d8ea39
2016-02-22_use_autoconf is not neededDavid Tardon
It enables building with gcc wrappers on Windows, which is not used here Change-Id: I8b27ae9f8952fd3fbae37d17fdddfc1d3b9d5fb6
2016-02-22actually allow gbuild to see breakpad makefiles...David Tardon
Change-Id: I12ba34f30508c0a888445a2d9b68d48807b74e8c
2016-02-22fix the minidump_upload script to send correct http headerMarkus Mohrhard
Change-Id: Ie373992ca9d69fec508778947a983fad56924a60 Reviewed-on: https://gerrit.libreoffice.org/22550 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22package minidump_upload toolMarkus Mohrhard
We are going to use this tool for uploading the minidumps for now. Change-Id: I2c59d420e3884aee46411df913c2ec067e0c636b Reviewed-on: https://gerrit.libreoffice.org/22549 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22include breakpad into the buildMarkus Mohrhard
Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c Reviewed-on: https://gerrit.libreoffice.org/22547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22add officeotron version checkMarkus Mohrhard
This allows us to make sure that the correct officeotron version is installed on the machine. Change-Id: I1c4532bed3e91194f51aa6f6767711295282528f Reviewed-on: https://gerrit.libreoffice.org/22417 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-22python3: drop obsolete patch, cannot build 3.5 with MSVC 2013Michael Stahl
Change-Id: I1a6b41bb95bf4edb8e81f2db54624a0892c79bc5
2016-02-22WaE vs2015 unreacheable codeNorbert Thiebaud
Change-Id: I11241c8653194fdb0a85727fef85f2963f9e8228 Reviewed-on: https://gerrit.libreoffice.org/22602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-22sw classification: add initial UNO commandMiklos Vajna
It doesn't do anything useful yet, though. Change-Id: Ib6574f79996cfc7b09596f8aba21aaf106ee7c79
2016-02-22WaE buggy warning in vs2015-r1Norbert Thiebaud
http://stackoverflow.com/questions/34013930/error-c4592-symbol-will-be-dynamically-initialized-vs2015-1-static-const-std Change-Id: Icbe882ad237d1e4f105006d8821ed5c89b06f525 Reviewed-on: https://gerrit.libreoffice.org/22601 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-02-22tdf#98023: Adapt ScRefButtonEx UI object classStephan Bergmann
...after 60db0ded330f800306b9a829922bf389e1c0aa07 "Move sc/source/ui/dbgui/validate.cxx from scui to sc" Change-Id: I161e3dec3cf0dc90340fd18f90256794ab0ac0c3
2016-02-22Actually, why passive voice?Tor Lillqvist
Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da
2016-02-22Fix mis-translated German commentTor Lillqvist
Change-Id: I9c2dbccdc789b58c583e033a8d5627e0a95a95f9
2016-02-22loplugin:commaoperator in basic/Noel Grandin
Change-Id: I320a06e50d032a55d8d5e6354959c12327e319ee
2016-02-22Silence -fsanitize=shift ("left shift of negative value")Stephan Bergmann
Change-Id: Ifa70183b86819c85611feda671fe76d4a2bf86d9
2016-02-22loplugin:commaoperator in filter/Noel Grandin
Change-Id: I88697862bfb160d4d7d257bf425507567deae837
2016-02-22loplugin:commaoperator in sc/Noel Grandin
Change-Id: Id3f21f80c1ce83293d10c29c8035a0e74e076f80
2016-02-22loplugin:commaoperator in sw/Noel Grandin
Change-Id: I9b00755707687e4c10c02bf49866571f2c44d8ba
2016-02-22Remove TRACE_ALLOC/FREE debugging codeStephan Bergmann
...which started to cause -Werror,-Wunused-variable on Mac OS X after db8067145f0126402be39042934e11228a1b42e9 "loplugin:write only fields" Change-Id: I0cb11e969e8e3835ddd5a33b8e0330135c63a8f6
2016-02-22tdf#91013 Create freeze cells submenu in the view menuYousuf Philips
Change-Id: Icf1f61dda25d48f0b8e1b74492be21cbea8ed7b5 Reviewed-on: https://gerrit.libreoffice.org/22580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-02-22Tango/Galaxy: Minor fixes to newly created iconsYousuf Philips
Change-Id: I05867826007f6b6aea1039044cc26980f3fb5f33 Reviewed-on: https://gerrit.libreoffice.org/22581 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
Change-Id: Ia5bbce27d9e9526122ce1e27389c7845e6709f27
2016-02-22Paper cuts in animations sidebarKatarina Behrens
Change-Id: I1fff084b7c8a1a234dcc36dafa35dfd9aeeaccf3
2016-02-22sfx2 classification: mention policy name in the exampleMiklos Vajna
BAILS says the document metadata must mention this, BAF says that the BusinessAuthorization has a policy name, but the published XSD doesn't give a way to express this in the XML instance. Use this markup till we figure out if there is a better way. Change-Id: I8e3550c0445b2d143a1f7e0c69b39b6c759f468e
2016-02-22sfx2 classification: include example XML in the instsetMiklos Vajna
Change-Id: I23c0227ee304a6b756ff3d474866609d95e6a071
2016-02-22Missing dispose of dialogStephan Bergmann
...causing crash later at > SfxItemPool::GetFrozenIdRanges() const > SfxItemSet::~SfxItemSet() > SfxTabDialog::dispose() > ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false>::dispose() > ScValidationDlg::dispose() > OutputDevice::disposeOnce() > VclPtr<vcl::Window>::disposeAndClear() > vcl::LazyDeletor::~LazyDeletor() > vcl::LazyDelete::flush() > ImplYield(bool, bool, unsigned long) > Application::Yield() Change-Id: Ia4ae95cbbf4b5660ed08058b67ab674029c0b437
2016-02-22sfx2 classification: add categories exampleMiklos Vajna
This one has 4 choices, it shows how a category can trigger a specific header, footer or watermark. Also validate the XML file against the XSD as part of the build. Change-Id: Id6cf3de63e7fadd16366465c7721d6052c7c60ed Reviewed-on: https://gerrit.libreoffice.org/22615 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>