summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-08Version 4.4.0.2, tag libreoffice-4.4.0.2libreoffice-4.4.0.2Christian Lohmaier3-0/+0
Change-Id: I26189621c516618a0c610ff0caa5c0658e419b3e
2015-01-08bump product version to 4.4.0.2Christian Lohmaier1-1/+1
Change-Id: I258d8a168e1d7ca6fa83becacd2332f84cc913ac
2015-01-08Branch libreoffice-4-4-0Christian Lohmaier4-1/+1
This is 'libreoffice-4-4-0' - the stable branch for the 4.4.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 4.4.x release, please use the 'libreoffice-4-4' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I34cad9bc9d5196f14a7a58cddc481e7b6d103f89
2015-01-08update creditsChristian Lohmaier1-1076/+1224
Change-Id: I3bdfd178f62e8e68c5dbce7341a07277d49a29fc
2015-01-08Updated coreChristian Lohmaier1-0/+0
Project: translations 2ef79455b8f8a5a8bc2161117261814887197242
2015-01-08improve performance of some matrix operations, related fdo#83187Markus Mohrhard3-16/+317
I0e6816a7f0d2dc051dff6a462724cb4a3c155289 fix error in last commit Icafbe6e5daab64e7431d80c8956143341eb2ef0b fix a few problems with my matrix commit I6e3fdf4bd26c952a59ad130dc6e5c9d1f3ff5f07 coverity#1260446 Uninitialized scalar field and coverity#1260447 Uninitialized scalar field I3aa5a1caf776fddc8b6029e96c24aa86b21de880 iterator::operator*() should return a reference Change-Id: Id09f555c5ece9e5cb60a2ae7bc2456d4343744f5 Reviewed-on: https://gerrit.libreoffice.org/13676 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07Include the new templates in the installation.Jan Holesovsky16-0/+105
All the templates are result of the Templates contest for 4.4, and were contributed under CC0. The templates were contributed by the following people: * Alexander Wilms <f.alexander.wilms@gmail.com> * Edmund Laugasson <edmund.laugasson@gmail.com> * Jun NOGATA <nogajun@gmail.com> * Michael Kovarik <fractalsandflowers@gmail.com> * Péter Szathmáry <mi84aa@gmail.com> * Zirk <showeet@ymail.com> Thank you (and all the other participants) for your contributions! install the new templates too (cherry picked from commit 9da59f23a0b100454bdc4c663db82a61f1d7ec30) Change-Id: I9fa578fafa5e350a186a77b3e023474b289e0fb8 Reviewed-on: https://gerrit.libreoffice.org/13806 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
Change-Id: Ia70f96e1d31e71c56f03c828be0a4e49fff4b198 Reviewed-on: https://gerrit.libreoffice.org/13687 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07fdo#87185 reorganize the image context menu (4.4)Yousuf Philips1-43/+45
Change-Id: I31e8f713f65b05e0a17fa79785bed6834dc973b4 Reviewed-on: https://gerrit.libreoffice.org/13570 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 29bb99c5e735aa1d23e15816bb44f56e79e9bbc7) Reviewed-on: https://gerrit.libreoffice.org/13611 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-07add newly supported mime typesDavid Tardon1-1/+1
Change-Id: Ib80b2913ce14895a4b8aec5d0d7ce07d50a507c1 (cherry picked from commit c0b938b0a1afe3313b2b5f15484debcf35a980b7) Reviewed-on: https://gerrit.libreoffice.org/13805 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-07relative refs wrap around in xls, fdo#84556Markus Mohrhard2-7/+16
Change-Id: If84d468d4bd55ed55ccd517d0b078d283a1a9c38 Reviewed-on: https://gerrit.libreoffice.org/13694 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Small tweaks to printing UIAdolfo Jayme Barrientos5-16/+17
Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0 Reviewed-on: https://gerrit.libreoffice.org/12492 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org> (cherry picked from commit 3aa96e9f478a7549e04658dc4db234bde63603ea) Reviewed-on: https://gerrit.libreoffice.org/13522 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Assume that as long as the model is the same, the shape doesn't change.Lionel Elie Mamane1-1/+1
Even if it is moved from not a page to a page or vice-versa. This allows assumptions made in the Base Form wizard to hold, namely that if one: 1) Creates controls (and their associated shapes) 2) Groups the shapes (in a GroupShape) Then all the shapes still remember their associated control and vice-versa. Change-Id: I31975970e7ea2f7978aea7f753de88ecd8e55234 Reviewed-on: https://gerrit.libreoffice.org/13559 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07protect against division by zeroLionel Elie Mamane1-41/+47
Change-Id: Ib91120e626f772bb52531c4a35fc70f04cc5c48f Reviewed-on: https://gerrit.libreoffice.org/13558 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Keep as xShapes the newly created GroupShapeLionel Elie Mamane1-0/+1
That's what we should refer to later, not the temporary collection we made! Change-Id: Ie288222c6aefa0f50a0b0878ad83b78909ee56d1 Reviewed-on: https://gerrit.libreoffice.org/13557 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane1-0/+13
as a consequence, successfully delete them Change-Id: I5dd7b329708dd13f8bfe4a38974c5f6f1202b392 Reviewed-on: https://gerrit.libreoffice.org/13556 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane1-17/+1
this allows the rest of the code to automagically do the right stuff: - get&set position - group this control with its label - set the label property to the label control - ... Conflicts: wizards/com/sun/star/wizards/document/TimeStampControl.java Change-Id: Ibf3cb0ae82ba5c8a23fde05f6466f8eec8308186 Reviewed-on: https://gerrit.libreoffice.org/13555 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07set *content* control to multiline, not label(!)Lionel Elie Mamane1-1/+1
Change-Id: Iebf7fa5b2335e5c6d71fdba791e49a6378db8a31 Reviewed-on: https://gerrit.libreoffice.org/13552 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara4-4/+32
i.e. revert commit bb5c7d6a79309236d4f19bb2498f2e850f735a2f Date: Sun Apr 13 01:42:27 2014 +1000 fdo#38844 Reduce XOR clipping for gradients Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it has been removed, the other version isn't really needed in it's own function so I've moved it back into DrawGradient. Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4 Change-Id: Iff1cb48cb8fa6d29937cf228a57aea9e8072110c (cherry picked from commit e2883ca86f747eb62d1fe9e9b8d115c689e3abd7) Reviewed-on: https://gerrit.libreoffice.org/13773 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07teach XML import/export about unsigned integer typesLionel Elie Mamane2-2/+15
resolves a shitload of warnings like warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:426: OElementImport::implImportGenericProperties: unsupported value type! warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:443: OElementImport::EndElement: could not set the property "ObjIDinMSO"! warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:444: caught an exception! in function:void xmloff::OElementImport::implApplyGenericProperties() type: com.sun.star.lang.IllegalArgumentException Change-Id: Ia598d12e7d9429fe4ad3b1e7173e11e75060a613 Reviewed-on: https://gerrit.libreoffice.org/13553 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-07coverity#1261760 Resource leak in objectCaolán McNamara1-0/+1
Change-Id: Iacf93952af01dd1325743150f1a959337092528c (cherry picked from commit 3f69ca8d19cdd748a356f43e0a5d2816b0858336) Reviewed-on: https://gerrit.libreoffice.org/13801 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-01-07Resolves: fdo#87612 don't overwrite users input if the value is unchangedCaolán McNamara2-16/+42
so you can enter values without them getting auto-expanded to their canonical form as you're typing them and having the insertion point jump to the start causing real confusion. But retain the improvement of fdo#61704 where the value is set when modified so clicking "ok" without leaving the field works as expected Change-Id: I786b53c2717e232b36e7cc95d99c98aa1f2cd44e Reviewed-on: https://gerrit.libreoffice.org/13791 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-07fdo#87031 Sidebar tabs not visible when Sidebar deck is shownSamuel Mehrbrodt1-1/+1
Change-Id: I292421770f02436819d1361c4ba9a6fa4dbaf35c Reviewed-on: https://gerrit.libreoffice.org/13312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit e9dd158a866e60ffa5e3724f4aafdfca793da80a) Reviewed-on: https://gerrit.libreoffice.org/13501
2015-01-07fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapesMiklos Vajna3-2/+19
Regression from commit 01fc08c0b5c57fef8ad3755672f4266d85e849a5 (fdo#85554 SwXShape: fix getting ZOrder property when doc contains TextBoxes, 2014-11-20), the problem was that we returned wrong ZOrder of shapes inside group shapes. In SwXShape::getPropertyValue(), pObj points to the Writer-interfacing outermost group shape in case of shapes contained by group shapes, while GetSvxShape() gives access to the real shape. Given that TextBoxes are only possible at the highest level (and not inside group shapes), just check if the two pointers are the same: when not, then no need to convert anything. With this, child shapes get back their original ZOrder -- before in case the group shape had ZOrder=0, all its child shapes had ZOrder=0 as well. (cherry picked from commit 97952280f0adbe195e6a2e0bab8a21a7e352a721) Conflicts: sw/qa/extras/odfexport/odfexport.cxx Change-Id: I9c4097154130cd04f6ab2f2082abafc1d4333872 Reviewed-on: https://gerrit.libreoffice.org/13562 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisonsLionel Elie Mamane1-0/+5
Change-Id: Iddb551b62b1ff3fc9ce977483e41faa9ad8aef13 Reviewed-on: https://gerrit.libreoffice.org/13797 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07protect agains past-the-end string accessLionel Elie Mamane1-1/+1
Change-Id: I651c7b062b454fad85eff8852f7e62804a0d0058 Reviewed-on: https://gerrit.libreoffice.org/13796 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
Change-Id: Ie612555a63a1eff79e6c35aeed3cfa27b948ad38 Reviewed-on: https://gerrit.libreoffice.org/13635 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
Change-Id: Ic5d678a2b1197ce8d83b308b0a4387bf657052d5 Reviewed-on: https://gerrit.libreoffice.org/13633 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
e.g. exporting fdo40746-2.ods as OOXML Change-Id: I8a19ec2caecbc3687229d820ac2ec11fc01facd1 Reviewed-on: https://gerrit.libreoffice.org/13588 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
e.g. fdo40746-2.ods exported to OOXML Change-Id: I48bc7a7d21ddc00eceaeb09970a2b1a60330fbf0 Reviewed-on: https://gerrit.libreoffice.org/13587 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
If the timer is already running and you restart it then it starts counting down again so the timeout occasion just keeps getting pushed out indefinitely. (cherry picked from commit fd0577e6b65cfd948b2fbe16fa1bd06fe0c635b9) Conflicts: sw/source/core/doc/DocumentTimerManager.cxx Change-Id: I964beb0c4756c7bce1e29bdf06cbe9a593ba79cf Reviewed-on: https://gerrit.libreoffice.org/13793 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-01-07fix OOXML validation errorsMarkus Mohrhard1-0/+6
Change-Id: Ieac082a3b312602eff5ec101529536d747fa3836 Reviewed-on: https://gerrit.libreoffice.org/13585 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07fdo#87555 ComboBox in table should use same formatting as floating ComboBoxLionel Elie Mamane2-16/+4
Same as fdo#67615 for TexFields, but for ComboBox. Same problem, same cause, same solution. ListBox seems not to have this problem :) Change-Id: I953c5452f6c313b8940fbd1048b4c901b331fc58 Reviewed-on: https://gerrit.libreoffice.org/13579 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis1-1/+1
Change-Id: Iec8b01eb15532d5e158732af5adf041399d99b30 (cherry picked from commit 51eeb1424f2034708cc6e1ab1a4a771ce5586211) Reviewed-on: https://gerrit.libreoffice.org/13436 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07changed default value for long datetime, zh_CN locale dataKevin Suo1-3/+3
* Added a space to formatindex 46, to make it look nicer; * Long datetime default changed to formatindex 47. Change-Id: I50e05f1a4432ab4373fa0034a390658b59775f0b Reviewed-on: https://gerrit.libreoffice.org/13651 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07fdo#87626: Improve Simplified Chinese numbering typesKevin Suo1-8/+15
This commit improves the numbering types for zh_CN locale. Since we can set more than 8 LC_NumberingLevel in the locale data file, I am adding all the commonly used numbering types in the list. This will make it easy to apply numbering. Change-Id: I067904b875046682cd56a7051258ffffab242c25 Reviewed-on: https://gerrit.libreoffice.org/13647 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07WW8 filter: export zoom typeJustin Luth1-3/+13
Change-Id: I6a667585cc590ed2fe73581acb1249da62e65d31 Reviewed-on: https://gerrit.libreoffice.org/13717 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit efa21d48a0dcb46e4728a19f89d0e26587a17327) Reviewed-on: https://gerrit.libreoffice.org/13794 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás1-1/+6
Handle the case when the content height is unitialized (0). When content height is 0 it means there is no content (so we don't need to calculate adjustment) or the content height is uninitialized which leads to wrong calculated value. Regression from: cb19042f4395c97d123a27c6960d5e30d666c010 (cherry picked from commit 89a81a6610cf316666291750e7300bcd1a97d062) Change-Id: I45570a71f0597847820ce77e8dcec4a5b0c6785d Reviewed-on: https://gerrit.libreoffice.org/13784 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist4-42/+1
This reverts commit cc4dbc0c4613b169045341d1f02bc4c47a407fa0.
2015-01-07HUMAN: improve the look of the default icon set used in ubuntu (4.4)Yousuf Philips17-0/+0
Change-Id: I5de4bce2632a94d0a94b4d8212525e9a35790ca0 Reviewed-on: https://gerrit.libreoffice.org/13689 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 1e3cbdf9d44f4a72d06fc2a3f44613d28248a202)
2015-01-07fdo#81475 addition of 'Add Caption' button to table toolbar (4.4)Yousuf Philips1-0/+1
Change-Id: I32ea84e4b068158199af5472e576070593ec93ec Reviewed-on: https://gerrit.libreoffice.org/13621 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit c18468bbef6f701520116485fa20a790a2c837e9) Reviewed-on: https://gerrit.libreoffice.org/13622 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-07fdo#85945 reorganize the file menu and set shortcut for .uno:CloseDoc (4.4)Yousuf Philips3-8/+9
Change-Id: I567badda86ca1cb9a35b9fca0b79271595bc339d Reviewed-on: https://gerrit.libreoffice.org/13614 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-07fdo#86607 removal of 'Custom Animation' entry from context menu (4.4)Yousuf Philips2-25/+0
Change-Id: I34800f3672d3caaa37c751e59b68ed426bf70d50 Reviewed-on: https://gerrit.libreoffice.org/13525 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 13af803267905099fca117a1428afc8928477d1a) Reviewed-on: https://gerrit.libreoffice.org/13592 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-07organize standard and formatting toolbars for writer web (4.4)Yousuf Philips2-19/+38
Change-Id: I4ad13c79274f76133d4c23096ecb01665eaa8d9f Reviewed-on: https://gerrit.libreoffice.org/13572 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 7bdf445a5a6932615d20b44e15df046dbec665e6) Reviewed-on: https://gerrit.libreoffice.org/13610 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-07it makes no sense to use the line color in some casesMarkus Mohrhard1-1/+2
Hopefully that helps a little bit with some strange rendering effects. Change-Id: I6b001bf31d745d6d19f91acadee5ceb0e5480025
2015-01-07make sure to use the FillColor when we used it beforeMarkus Mohrhard2-7/+7
Change-Id: I36443d12e1607221b9505d1e05a51e804d714e16
2015-01-07vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks5-4/+40
This should make OpenGL thread-safe to allow multiple threads to render using VCL's OpenGL backend, and fix misc. associated driver horrors, will give some performance cost for tight Yield loops. Change-Id: Ib23702262fd9f0925a5ed8c642d0a26e92136b37
2015-01-07vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks2-18/+1
Change-Id: I6ace72606ba666322c045d28bea713443c0fc45f
2015-01-07vcldemo: extend threaded rendering test.Michael Meeks1-3/+17
Change-Id: I81e31e1e7442fd0c6d8d720dbd0e9d5cb82bf52b
2015-01-07vcldemo: add threading mode.Michael Meeks2-11/+49
Change-Id: I6ad5524c518a79cac7ec343398242515ef0bbb5f