summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "bump gtk check to gtk+-3.0 >= 3.8"libreoffice-5-0-1Rene Engelhard2015-08-281-1/+1
| | | | | | This reverts commit d31ce1157a2edf8c966abcd5000b0adf44178aae. Wrong branch..
* bump gtk check to gtk+-3.0 >= 3.8Rene Engelhard2015-08-281-1/+1
| | | | | | | | | Needed since 2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2 Conflicts: configure.ac Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94
* bump product version to 5.0.1.2Robinson Tryon2015-08-221-1/+1
| | | | Change-Id: I6bcb18fd29aafdf4f3b89d07d7eefa616ed35795
* Breeze: StartCenter icon size fixed to 32px tdf#93064 tdf#92242andreask2015-08-2112-0/+0
| | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17820 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 9eec11735cf929cbb5da72bc500e9ad1735c4bf3) Change-Id: I3501c917f5916b49b7cda35b89cafcc27987d828 Reviewed-on: https://gerrit.libreoffice.org/17839 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* update emoji autocorrect entries from po-filesChristian Lohmaier2015-08-216-51/+1424
| | | | Change-Id: Ie03f8d801995c1e2c3c27d2841c167fc3067e677
* Updated coreChristian Lohmaier2015-08-211-0/+0
| | | | | | | | | | | Project: translations 4c1dc8c64e76d61a437a3223adaf62916f9bd8df update translations for 5.0.1 rc2 and force-fix errors using pocheck Change-Id: I207bce237f18c5781ae8029f13d2f802e21d758a
* update creditsChristian Lohmaier2015-08-201-1206/+1235
| | | | | | Change-Id: I5371c4e6026e4a6c72d1eac806de672e63663702 (cherry picked from commit c9598fa09655c3cdd6b8dec42e40bc46b701ba8b) (cherry picked from commit db2d1814c2770424d3ba4764711f4845850ee094)
* Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke2015-08-201-0/+8
| | | | | | | | | | | | ... because the caches are not setup as listeners during when the document's hard recalc state is active. Change-Id: Ie7ec84ee64d046e3e55ce26b92824e94a2f660e9 (cherry picked from commit f7e493229bd949066b4d8984dce7678b8687d1ae) Reviewed-on: https://gerrit.libreoffice.org/17830 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* tdf#93096 sw: fix selection with keyboard outside current viewMiklos Vajna2015-08-201-1/+19
| | | | | | | | | | | | | | | | | Regression from commit c9175a1bd3249ad573ae6827bf19963a3ebe2fbc (SwViewShell::ImplEndAction: avoid direct PaintDesktop(), 2015-07-03), the problem is that while going via InvalidateWindows() is fine for the double-buffering case, it has side effects when painting directly, so revert back to the old code in that case. Change-Id: Ib1e3b143f5cfe2c6ab8b102a1a2064900282f136 (cherry picked from commit 222f10e773ba51a19880be1b798990260c198147) Reviewed-on: https://gerrit.libreoffice.org/17835 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit a56cda359b45a900d0b5d017693efccf3b5b2e59) Reviewed-on: https://gerrit.libreoffice.org/17842 Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Resolves: tdf#93326 >Fill< to >F~ill<, >Ed~it Mode< to >E~dit Mode<Eike Rathke2015-08-182-2/+2
| | | | | | | | | | | in Edit menu ~d seems not to be used by any application. Change-Id: I55c58130e7e95dc3d22a254c41e0d09c7ae49583 Reviewed-on: https://gerrit.libreoffice.org/17804 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* convert pStatus to vector and use at to check offsetsCaolán McNamara2015-08-182-11/+11
| | | | | | | | | | Change-Id: I5186f6a65bb9d5ed8a0d1ab1d71f7e2c13865411 (cherry picked from commit ea70088895ed45dc60abf18319acc1b4fa3018dd) Reviewed-on: https://gerrit.libreoffice.org/17694 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: David Tardon <dtardon@redhat.com>
* tdf#93102 : resolved crash on enabling image contourSzymon Kłos2015-08-181-0/+2
| | | | | | | | | Change-Id: I59a07a62573b8d472d15f8594473e8e8d1077589 Reviewed-on: https://gerrit.libreoffice.org/17758 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/17827
* Resolves: tdf#86024 do not attempt to shorten numeric value outputEike Rathke2015-08-171-22/+30
| | | | | | | | | | | Regression of 087a79db1272858f107656c5ca3c6efb45680986 Change-Id: I903e05234882c79e6da6499cb17e16fd7226f91c (cherry picked from commit 2a06a052b920f696a794c2fb847fce63038220e9) Reviewed-on: https://gerrit.libreoffice.org/17638 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann2015-08-171-6/+1
| | | | | | | | | | | | | | | | | | | 6b4c596b01039324cfe78f38c4e3ffb9080bcd34 "Fix memory leak for BASIC sub (as well as void function)," from just looking at the few lines of code in isolation, and their revision history, looked like a plausible and effective approach to fix the leaks reported by CppunitTest_basci_vba when run under lsan. However, tdf#92446 indicates that that innocent-looking change had rather dire consequences. So revert it and leave a fix for the memory leak to somebody who actually understands all this code. Change-Id: Ic81b1c14a1cfb07c6ec4415cc26b2f826adbc8ca (cherry picked from commit 9d094b9f0a05d2ea62181201efb8f9e46ecfc8f1) Reviewed-on: https://gerrit.libreoffice.org/17759 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#93290 Limit the size request of the styles comboboxMaxim Monastirsky2015-08-171-1/+11
| | | | | | | | | | | | Change-Id: I1ef697008dcd5e993c1d509fce055c5454d80f40 (cherry picked from commit 7d3fa6bae9f7a755eb2d0ca24bf1afd5f3646bb7) Reviewed-on: https://gerrit.libreoffice.org/17668 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 0bc62128589110686bd97b639bae93d29a8bdd8b) Reviewed-on: https://gerrit.libreoffice.org/17776 Reviewed-by: Eike Rathke <erack@redhat.com>
* tdf#93114 insert character: add missing recalculate for font selectionLászló Németh2015-08-171-0/+1
| | | | | | | | | | | | | Fixing missing characters (only characters of the basic Control font showed by Insert special character dialog) and freezing (when LibreOffice tried to replace hundred of characters [missing from the chosen font] during scrolling in the insert special character dialog). Change-Id: I8fd5bd233f16572eb2b740a8f8e7e8608c19d06f Reviewed-on: https://gerrit.libreoffice.org/17793 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#93113 crash on revisiting insert special characterCaolán McNamara2015-08-171-5/+1
| | | | | | | | | | | | | | | | | | | | | | | this effectively reverts commit c43ee00e5d2edfebfa148b310813335aab27db34 Author: Herbert Duerr <hdu@openoffice.org> Date: Wed Aug 15 13:20:51 2001 +0000 #91025# reduce flicker in charmap dialog in favour of the new double buffering Paint is calling RecalculateFont which calls SelectIndex which calls Update which calls Paint, boom Change-Id: I69e9f53b7db09837ff08a2ce9fc6f81a52b5c794 (cherry picked from commit 79395c934771818686e488a7c2e382a00456c8a1) Reviewed-on: https://gerrit.libreoffice.org/17675 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* tdf#92305: Revert "tdf#90150 : Page numbering in the status bar ..."Jan Holesovsky2015-08-153-10/+2
| | | | | | | | | | | | | | | | | | Unfortunately the original commit caused a regression. The fix of tdf#90150 is also problematic from the UX point of view - with that, the user is never sure what page he/she is looking at. Should we do any changes there, then it should show the range of visible pages, like "Pages 2-3 of 5." or "Pages 1-4 of 8." etc. This reverts commit 1622b67e4b2bc8ecc5dd3ededc0a6e5adb936a6e. Change-Id: I371bb326da14b621a5116295ed1dc0de208f309d Reviewed-on: https://gerrit.libreoffice.org/17676 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* tdf#89387 related, fix SumSquare bug in SumMXMY2Łukasz Hryniuk2015-08-151-1/+1
| | | | | | | | | | | | | | | | SumSquare returns IterateResult, which, because of rounding errors, store first value in mfFirst and rest in mfRest. They should be added to get the full sum of square of matrices difference. Change-Id: I9bc435801d94206960b0b4fe4a9149ef1abeb3be Reviewed-on: https://gerrit.libreoffice.org/17592 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit d5bff1225a6739e8369bacd8392686bd26630d2f) Reviewed-on: https://gerrit.libreoffice.org/17639 (cherry picked from commit e67bbe231f875477b16f3fe51dcf14e3711a73a5) Reviewed-on: https://gerrit.libreoffice.org/17640 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* tdf#93404: Forgot to launch WakeUpThreadStephan Bergmann2015-08-141-3/+8
| | | | | | | | | | | | | | | | ...in 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined before exit" (cherry picked from commit 54f10a9654b617c4c993044e52e7bd40d0151c53, plus ded58e062c9e9b8b5f9dc9a18777a1be68359a91 "Related tdf#93404: Fix deadlock when joining WakeUpThread") Change-Id: Iaa5a5772f099b11229bd40c3cc10d863ef0ad5b3 Reviewed-on: https://gerrit.libreoffice.org/17698 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* tdf#91782 - fix VirtualDevice allocation crasher in eps filter.Julien Nabet2015-08-141-1/+1
| | | | | | | | | | | | | Change-Id: I59cc13cebf9a15e873cd0b7f8fccffa37a6a8f39 Reviewed-on: https://gerrit.libreoffice.org/17688 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit 6071bab93bae55cf037d1c31c63879cab66ad0d9) Reviewed-on: https://gerrit.libreoffice.org/17689 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* tdf#93382: Make HACK more targeted to avoid collateral damageStephan Bergmann2015-08-121-2/+6
| | | | | | | | Change-Id: Ieecad5f244703c4d2436e22a3ab50f719843eef4 (cherry picked from commit 68c6408b1725a8f506a8adb8c9af67a65e667f1c) Reviewed-on: https://gerrit.libreoffice.org/17673 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* bump product version to 5.0.1.1.0+Christian Lohmaier2015-08-071-1/+1
| | | | Change-Id: I700f0e2b829e017ac094e762990a06c375b6f8fe
* Branch libreoffice-5-0-1Christian Lohmaier2015-08-074-1/+1
| | | | | | | | | | | | This is 'libreoffice-5-0-1' - the stable branch for the 5.0.1 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 5.0.x release, please use the 'libreoffice-5-0' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I7ba0a3355e581e354b3d0b97e12030126efedf64
* tdf#90575 sw: fix pasting DDE linksMiklos Vajna2015-08-072-2/+43
| | | | | | | | | | | | | | | | | | | | | | Regression from commit 0761f81643a6890457e9ef7d913ab5c88c2593a4 (123792: complete annotations on text ranges feature, 2013-12-19), the problem was that the added additional IDocumentMarkAccess::GetType() check in lcl_FindDdeBookmark(), which means that the function no longer finds bookmarks with the matching name, only real DDE marks. This is a problem, as SwTrnsfrDdeLink::WriteData() depends on the fact that sw::mark::Bookmark inherits from sw::mark::DdeBookmark. As a result, the fast IDocumentMarkAccess::GetType() (that intentionally doesn't handle inheritance for performance reasons) can't be used here. (cherry picked from commit e06e2cb18874987d2dafd4faa0a8b71fc0aa6453) Conflicts: sw/qa/extras/uiwriter/uiwriter.cxx Change-Id: I2b7a07c18b641ac991f3227812a609dedc960e08 Reviewed-on: https://gerrit.libreoffice.org/17447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* tdf#87437 exclude CR/cell break from redline deletionsJustin Luth2015-08-071-0/+11
| | | | | | | | | | | | | | | The marker used in Word to identify table cell division was being included in the track-changes deletion from the following cell if the deletion was the first node in the cell. This would cause the two table cells to merge into one when changes were accepted by Word. (Problem not seen in LibreOffice itself.) Change-Id: Ia98017cbba7d3a43b67764ae0fa6447b7e90ca86 Reviewed-on: https://gerrit.libreoffice.org/15340 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-on: https://gerrit.libreoffice.org/17142 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* Listen to error only while operating on controller.Lionel Elie Mamane2015-08-071-5/+7
| | | | | | | | | | | | | | | | Else, on any action done directly (not through the FormControllerHelper) on the controller and raising an SQL error, this would silently swallow the error message, and the operation would fail without any message to the user. E.g. when validating an insertion or modification in a grid control by moving the cursor to a different line (as opposed to clicking the "Save Record" button). Change-Id: Ie569d9c826609f803f7b312c0469907155558ef2 Reviewed-on: https://gerrit.libreoffice.org/17268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* form document view activation: prioritise activation of already active formLionel Elie Mamane2015-08-071-17/+79
| | | | | | | | | | | | | | This avoids arbitrarily switching to the first form in the document, which would do a (premature!) save to the database of the modifications pending in the active form. This may lead to a database error, when the data is not in a shape to be written to the database, e.g. when on an insertion row and not all mandatory fields have been filled in. This then pops up an error message to the user. Change-Id: I30bb533598ca707b892bb7155e54ce05d4ddf275 Reviewed-on: https://gerrit.libreoffice.org/17269 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* Remove harmful ill-timed CellController disable on mouse button downLionel Elie Mamane2015-08-071-10/+0
| | | | | | | | | | | | | | | | | | | | This disable will be done, in a better way, by the call to BrowseBox::MouseButtonDown below, *after* the destination of the mouse click has grabbed the focus, by a call to DeactivateCell(). If this is done here, while the "source" controller still has the focus, then the window's Disable() method will try to pass the focus the the "next control". However, the "next" control may belong to another form, and this will do a (premature!) save to the database of the modifications. This may lead to a database error, when the data is not in a shape to be written to the database, e.g. when on an insertion row and not all mandatory fields have been filled in. This then pops up an error message to the user. Change-Id: I38b1850319691b34232e51f131f8d099dc4a9114 Reviewed-on: https://gerrit.libreoffice.org/17270 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* gtk3: it was pointed out to me we have up and down reversedCaolán McNamara2015-08-071-2/+2
| | | | | | | | | by jrb, oops Change-Id: Id722533edae72d4849129e339bd6cca265d3c35c Reviewed-on: https://gerrit.libreoffice.org/17578 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* update creditsChristian Lohmaier2015-08-071-1109/+1135
| | | | | Change-Id: I90d1a5696e0c964d7e5df8be14781a4e292d9c12 (cherry picked from commit 467c482da453c2232bb7617e0983a75833ee46f2)
* Updated coreChristian Lohmaier2015-08-071-0/+0
| | | | | | | | | | | Project: translations ee62796699c03b6d31184697010db569f6dae8de update translations for 5.0.1 rc1 and force-fix errors using pocheck Change-Id: I53ea5774b8c02e329e916f8a533051d6720a5028
* Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna2015-08-074-100/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of painting on the vcl::Window directly, take a PaintBufferGuard, and use the vcl::RenderContext of it, that may be either the vcl::Window or the toplevel frame's buffer. Trigger the paint of the buffer by informing the guard what area was painted. In case of direct painting, both the ctor and the dtor of the guard is a NOP. This means that finally we can also assert Invert() calls on the output device, so that direct paint can't happen when double-buffering. Also: - make PaintBufferGuard visible outside paint.cxx - move buffer paint logic to PaintBufferGuard (cherry picked from commits c85b25114a756e1abb3e68a4c7d3630c486917b5, a6c7a0bf105c399d087e2d9f843dbd9b175fdf42 and c64a7ce1fcd1e30956a77530d0b76ad493841024) Change-Id: I0322563369dc63b3c49061cbe7c4a911cb13a2e2 Reviewed-on: https://gerrit.libreoffice.org/17576 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Jenkins <ci@libreoffice.org>
* Resolves: tdf#93198 gtk3: support PRIMARY as well as CLIPBOARDCaolán McNamara2015-08-071-16/+19
| | | | | | | | Change-Id: Ia8c7da1e321f363efee2d60b29078b35fcbe1dcd Reviewed-on: https://gerrit.libreoffice.org/17571 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke2015-08-075-20/+34
| | | | | | | | | | | | | Unicode collation ignores control characters and other specific characters, see http://www.unicode.org/charts/collation/chart_Ignored.html and thus is not suitable to be used for Equal/NotEqual operators. Change-Id: Ib84713e1da59d92e07bc974d93b6def8217bb067 (cherry picked from commit 1e5e7b9323c3321a380edf86097ccc2e3f0a7a7a) Reviewed-on: https://gerrit.libreoffice.org/17240 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke2015-08-073-3/+9
| | | | | | | | | | | Hence we need a separate string as header in the dialog. Unfortunately I did not see this when applying 0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b (cherry picked from commit ffebdead5445dffd60fb09382e69701d8a06cfc8) Reviewed-on: https://gerrit.libreoffice.org/17239 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* tdf#93018 - Copying forms not working anymore (part2)Noel Grandin2015-08-071-3/+1
| | | | | | | | | | | | I missed a similar bug lower down Change-Id: I673c69dd1d36cc1b502a7de7821a05d859313aac (cherry picked from commit 0c08cb23b4902f19ed0e1050b5c9a52164c0d2ac) Reviewed-on: https://gerrit.libreoffice.org/17537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* tdf#93018 - Copying forms not working anymoreNoel Grandin2015-08-071-3/+1
| | | | | | | | | | | | Bug introduced by commit fb14be5f8f74f83ba89e15f891ddf1f753dcc62f "create new 'enum class' SotClipboardFormatId to unify types" Change-Id: I3febb927f658ac27d2b864869775db3b71940a5c (cherry picked from commit f7d65b04126b614bbb0b1bc0e7b6309900d4dc8d) Reviewed-on: https://gerrit.libreoffice.org/17536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameterEike Rathke2015-08-071-3/+3
| | | | | | | | | | | tdf#91278 related Change-Id: Iab4728b07649bcbb1beb372e68369f3762b13a5c (cherry picked from commit 01eea7fe40c939311bf1920b6e8b4391a93c2e82) Reviewed-on: https://gerrit.libreoffice.org/17264 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* init maTabData to the correct tab size tdf#92629Laurent Godard2015-08-071-0/+6
| | | | | | | | | Change-Id: I6b226f8e992b3a2b6bcebc44b36ca1f2f06a128e Reviewed-on: https://gerrit.libreoffice.org/16894 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit ebdc15f93587b59a79a5104f8358841a28940a82)
* Resolves: tdf#92896 wrong delete language dialog pathCaolán McNamara2015-08-071-1/+1
| | | | | | | Change-Id: I720e95c6c5e8b613ef880aa65f5e8cdb85143b58 Reviewed-on: https://gerrit.libreoffice.org/17566 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* opengl: cache native widget textures also for WindowsTomaž Vajngerl2015-08-077-21/+130
| | | | | | | | | | | Change-Id: I476f0ffaef383f3227c0c12b50fcdebf393190f6 Reviewed-on: https://gerrit.libreoffice.org/17487 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit dea885f80a80c6a5839ee5dbf8521487186a9522) Reviewed-on: https://gerrit.libreoffice.org/17561 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Apply MVP matrix when drawing texture using OpenGLProgramTomaž Vajngerl2015-08-071-0/+1
| | | | | | | | Change-Id: I1dc34eee645b77537517e147b86599cfe74f09a9 (cherry picked from commit d97cc94a02c00b912bbcb430cde55ce0cfb0292c) Reviewed-on: https://gerrit.libreoffice.org/17560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl2015-08-071-2/+5
| | | | | | | | Change-Id: Iba3fd58374a550f3411b02f029f12f4509fb6048 (cherry picked from commit f73e1f50240208257964e28e0e65a56e323d86da) Reviewed-on: https://gerrit.libreoffice.org/17559 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl2015-08-072-5/+49
| | | | | | | | Change-Id: Id0258fe0db89aa06b91233ae2052f018d606cc74 (cherry picked from commit 6d9ddfb9c7a946e9b9cc58ae2cebcf3a21a5bf22) Reviewed-on: https://gerrit.libreoffice.org/17558 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* opengl: don't cache checkboxes for nowTomaž Vajngerl2015-08-071-0/+7
| | | | | | | | Change-Id: I67d0dcb48d1843587abbc1dc0f7da1f8057b281e (cherry picked from commit 1c28c59f927361ef85c8aea8b575d274c532a34d) Reviewed-on: https://gerrit.libreoffice.org/17557 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Use LRU map for caching of native widgetsTomaž Vajngerl2015-08-071-3/+7
| | | | | | | | Change-Id: Ia0423dac5309aabc5e81357cf4f67b5ee14bab31 (cherry picked from commit 3bc00eca4acf9dfc3b2834077cee552f32c8f107) Reviewed-on: https://gerrit.libreoffice.org/17556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* LRU map (cache) implementation to o3tl + testsTomaž Vajngerl2015-08-073-0/+381
| | | | | | | | Change-Id: I6b1a39918e6c8c67712be2c8e9907266dcfefedb (cherry picked from commit 80a92134806a876287818530eb61c6bb536a05f9) Reviewed-on: https://gerrit.libreoffice.org/17555 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl2015-08-079-21/+182
| | | | | | | | Change-Id: I85c7cc01113bc4ac810c450a6460059463cc8e03 (cherry picked from commit 450727fdffa4a0dc3b2d4e635a5c1bc0411b3c36) Reviewed-on: https://gerrit.libreoffice.org/17554 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: tdf#93080 short day name and month name may interfereEike Rathke2015-08-072-6/+52
| | | | | | | | | Change-Id: I088633e4cff278e1add8eeea8828f9ba9c9fb140 (cherry picked from commit c7d66949beecab92dc8f1380c54751710aa0b7a2) Reviewed-on: https://gerrit.libreoffice.org/17545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>