summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-04Updated coreAndras Timar1-0/+0
Project: translations 3eedeaa4db0f95c2df2c00d2b149affaeb50e1df Updated Slovenian translation Change-Id: I8b2f1d37e65945873499ac8ba3029fb0b09af8e2
2015-06-04tdf#90996: don't overwrite comments in ScTable::FillFormulaVerticalMike Kaganski1-1/+1
IDF_CONTENTS includes IDF_NOTE, which should not be used here Change-Id: I904fbdbfcb97865a5682d9073e0ce2d5a2c694fb Reviewed-on: https://gerrit.libreoffice.org/16085 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks59-116/+115
Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-04GetWin seen as NULL sometimesCaolán McNamara1-4/+8
Change-Id: I08974e3a8a3f34e2c1f0843c536e72ca0eb4b29d (cherry picked from commit 4bf829ba2a4e02188b41064759d17eaf57f22dfe)
2015-06-04Resolves: tdf#84483 postit layout not available in print preview modeCaolán McNamara1-2/+3
for the moment don't crash anyway, maybe we can rearrange matters to make this possible. Change-Id: I2dc9831e5b026004b2f7603e618330154dbd6d1b (cherry picked from commit eea5ac7910d61796d77fe2cc03681dd24bb7dd95)
2015-06-04tdf#91425 CRASH - Calc Insert Columns LeftTakeshi Abe1-20/+26
This fix is a SCCOL variant of: commit c66d1b9fcc2244b4fd8940f17ebf4e772f09c84e Author: Kohei Yoshida <kyoshida@novell.com> Date: Thu May 5 00:23:25 2011 -0400 fdo#36406: Let's not use invalidated iterators. std::set::erase(iterator) call invalidates the iterator of the erased element. We better not use it after the erase() call. Since the number of manual breaks should not be high enough to cause a performance bottleneck under normal usage, a safer linear copy should just be fine. Now, I'm not sure if this indeed is the cause of the erroneous amount of manual breaks in the test document, but I didn't see any other likely spot. Change-Id: I0c2e8f738949776aa7f8ea5528e2c0eeb9351c16 Reviewed-on: https://gerrit.libreoffice.org/16063 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 1ba1cbe48c40d649c33661abb32369c39a23fff4) Reviewed-on: https://gerrit.libreoffice.org/16080
2015-06-04disable off-screen drawing of statusbar items (for now)Tomaž Vajngerl1-1/+1
Change-Id: I5deac9924b99ac1b3e1440623364004b0b44aaf5
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara2-1/+22
Change-Id: I9a78a75b3d72586b1702ed6fa63bb0b62ce6cd72 (cherry picked from commit 3f69547397e5841d0915921be5be8b3edfdfdbc5)
2015-06-04fix cherry-pick from masterTomaž Vajngerl2-21/+21
Change-Id: I8c75292755877e678cadbda8cf5b2307150fa90c
2015-06-04tdf#91529 hopefully fixes the issue by painting immediatelyTomaž Vajngerl1-5/+14
Change-Id: I0c97e489150cd65d1ab1dbff4ee9f1699f89ac2e (cherry picked from commit aca61aa5ffa4fab458d03e469b569c50952ed077)
2015-06-04fix status bar flickering (zoom slider fo example)Tomaž Vajngerl2-67/+31
Change-Id: I3fb71868a9f8f56c76353f3a2d84fdb078c8f8fb (cherry picked from commit 758916a88d6dfbabc31b8430b1cc605cb2c1e890)
2015-06-04forgot to change the Invalidate to InvalidateEntry in treelistboxTomaž Vajngerl1-1/+1
Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92 (cherry picked from commit 2e4380a0773acb72c5ee30e976b8af6ece71396a)
2015-06-04tdf#91677 fix flickering rulerTomaž Vajngerl2-141/+116
Change-Id: Ia14be98fbfd46871b2ac9bd42a07951d86722a8a (cherry picked from commit f64588a9238cf0cb122c43d927d73822eca3b6ae)
2015-06-04Resolves: tdf#90435 secondary pool set to that of temp docs drawing layersCaolán McNamara1-2/+2
overwriting the original one, and when the temp doc goes away then its drawing layer goes away autoamtically settings the secondary pools of the other pools it is a secondary of back to 0 (see also tdf#87245) Change-Id: Ie6dd8d615f81cf4d4776eaeac1cc2507b2abaa37 (cherry picked from commit 8ae25bbc092254f680e2976873f15bdbc26615ef)
2015-06-04sc: Notify about the part change when searching.Henry Castro1-0/+19
Change-Id: Ieea445b64f72f270885d6e21d4070fefe8d82567
2015-06-04sc: SvxSearchItem, m_nStartPoint{X,Y}Henry Castro1-1/+18
The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a lot, then search, then it's annoying that search jumps back to the start of the document for the first hit. Add an optional way to provide what is the starting point of such a search, so we can have "when nothing is selected, then search from the top left corner of the visible area". Change-Id: I22624dd52a093759d46541e003d838aeb0db943f
2015-06-04sc LOKit callback for search not found.Henry Castro1-0/+4
Needed for signaling the user when no match was found for the searched input Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
2015-06-03tdf#87822 Impress: hide common task toolbar in master viewPhilippe Jung3-11/+23
When Master Slide or Master Notes are active, hides the Common task toolbar as it it not usefull. Change-Id: Ice07661bf203c029d733614e1eceb5ef3d0661f9 Reviewed-on: https://gerrit.libreoffice.org/16060 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 1191ed8584f9fd63c39514dd2e3e71682913d4bc) Reviewed-on: https://gerrit.libreoffice.org/16061 Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-06-03OS X: Default to the 'breeze' icon theme.Jan Holesovsky1-1/+1
As agreed in the Design team meeting today. Change-Id: I660462fb7b56eb3c8f883f8540cf88801e48165c Reviewed-on: https://gerrit.libreoffice.org/16065 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-06-03Fix indent button icons in impress/draw sidebarYousuf Philips1-2/+2
Change-Id: Ib21c2489e1ff420e651e50a2731dfd3f16c9cef8 Reviewed-on: https://gerrit.libreoffice.org/16028 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit ed6b7d972bf1aee323947f22c6b5de430db4a9a5) Reviewed-on: https://gerrit.libreoffice.org/16037 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-06-03TANGO: Fixing header icon and adding new outline iconsYousuf Philips3-0/+0
Change-Id: Id1368d1e0e5152e5e44b45a4717e8e0b8549f3a3 Reviewed-on: https://gerrit.libreoffice.org/16032 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-06-03tdf#88276: toolbar|sidebar button for text background colourKatarina Behrens26-12/+158
Change-Id: I547a562384d30b95b744673feb284ccbcf50a614 Reviewed-on: https://gerrit.libreoffice.org/16030 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Philippe Jung <phil.jung@free.fr> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-03reflect requirement of one abbreviated DateAcceptancePattern in documentationEike Rathke1-2/+4
Change-Id: I2593606f3c82eeb9e04be469c20ffb4132cc4f2c (cherry picked from commit 8fbb45c978327a3047a84c59978a07bdc19a66dd)
2015-06-03ensure that at least one abbreviated DateAcceptancePattern is presentEike Rathke1-0/+16
Change-Id: I30619fc9f894dda89cd1c84153abcb21214a5fbc (cherry picked from commit 6df46d63e4397a0eb799149dab56a4c38b940e99)
2015-06-03add missing DateAcceptancePattern for abbreviated date inputEike Rathke2-0/+2
Change-Id: I5ac712604204c4cbbce4d1ec3a591fb9f158c6f8 (cherry picked from commit c681c4ca956bfa4a3235c5ae97a745a107f4e4ce)
2015-06-03Revert "make saxparser deps order-only"Eike Rathke1-1/+1
This reverts commit 49d8bc1dcce4c662d85d894567501205f94f678d. If saxparser changed, specifically if i18npool/source/localedata/LocaleNode.cxx was modified, we actually want all .cxx regenerated from locale data and not silently skip all. Conflicts: i18npool/CustomTarget_localedata.mk Change-Id: I3a1b0ed0dab12148ee34653cdfac593001d2ecf7 (cherry picked from commit 657524656fdc381ff217011ff025d3d24b79d026)
2015-06-03tdf#91199 add Venetian [vec-IT] locale dataEike Rathke3-0/+364
Corrected the usual pitfalls; added DateAcceptancePattern and ScientificFormatskey3 engineering format. Change-Id: Icecb2e84b6c454378fb5e6d478e1113317e9f3bc (cherry picked from commit cd5d3c4054868c02fce12016edcf9584013b48bf)
2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke3-0/+3
Change-Id: Ide2837739a32142c39e933bda5761d620dcf2a35 (cherry picked from commit 43e4382a4cd301ea6decdc5b55f42669134ef8e3)
2015-06-03fix rendercontext rendering of toolboxLászló Németh1-2/+2
(cherry-picked from 751d697db61341a481178b86c6b28efa7d3c7d64) Change-Id: I927a7ffdac278384ef102e6619f217daf24879a2 Reviewed-on: https://gerrit.libreoffice.org/16042 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-06-03Avoid various desktop GUI elements when used from LibreOfficeKitTor Lillqvist1-2/+3
Change-Id: Id283d185ab38427ce6887ead4e414055522e655c
2015-06-03lok: Avoid instantiation of the slide sorter barJan Holesovsky1-2/+3
Change-Id: Ia21bea54d1d6bd34256cb45ed704c6f7785fc2fc
2015-06-03SwView::SearchAndWrap: fix WrapAround search in fly framesMiklos Vajna2-2/+45
First, SttDoc() / EndDoc() is the implementation of Ctrl-Home, i.e. it goes to the start of the current text (like a fly frame), not to the start of the whole document. When wrapping around, we want the later. Second, if the normal search have two passes, first searching in the body text, then searching in the special sections, then the wrap-around search should do the same. Change-Id: I0b7466c80476f6fb45174be19215a5d68374d047 (cherry picked from commit c88802829832a315550cb7e19e17030dc4c2bd77)
2015-06-03CppunitTest_sw_tiledrendering: add TextFrame search testcaseMiklos Vajna2-0/+24
Fails without commit 2d17cd6b03a214393755ddfed5ba50a18f0cd774 (sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selections, 2015-06-02). Change-Id: I1d45eabf53dadd24051ff46acbf4bbfb85fb60a9 (cherry picked from commit 3f3ea9fadd6dc643fbd12e99075a23d59ff73207)
2015-06-03CppunitTest_sw_tiledrendering: add search start point testcaseMiklos Vajna2-0/+29
Fails without the sw/source hunk of commit 1dc60bc9e99304c58007bfd5a964ff3f78480106 (SvxSearchItem: add m_nStartPoint{X,Y}, 2015-05-28). Change-Id: I7b13294760a8a3c9c413a4a11582bc2a14d3d499 (cherry picked from commit 54619b4fa1cc477c92d0fa48cafffefe1b15a8fe)
2015-06-03LOK: add DOCUMENT_SIZE_CHANGED testcaseMiklos Vajna2-0/+33
This failed without the SwViewShell::SizeChgNotify() hunk of commit 63a40c45018ad2e6f4a660a520a5907beb1d7801 (LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZE, 2015-05-27). Change-Id: Id230420f60d1a6f3caf822f7e23ffca010919196 (cherry picked from commit 560c3fdca41843c29ea33c1e9c14429537f4e4b6)
2015-06-03tdf#91228 Fix Writer crashPhilippe Jung1-4/+35
Start Writer, Insert Image, Anchor as character, Go after image, press enter, writer crash This is because m_pAnchoredFly is not updated. JoinPrev, JoinNext and SplitContentNode all rely on CutText with calls InsertHint. InsertHint calls SetAnchor. SetAnchor calls Modify callback except if "LockModify"ed. This patch ensures that, whatever the value of LockModify, the references are kept correct. Change-Id: Id7254784c6954db4b542b2c4228b388fb924bbc2 Reviewed-on: https://gerrit.libreoffice.org/16041 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 9f01951b858453684f2622541af0eb85d4544fc6) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-06-02tdf#87862: Rearranging the lower half of slide transition tabRishabh Kumar3-97/+69
Follow up commit for the minor tweaks Change-Id: I9f274e38c7d0adfc431dc9a11000c3ce9fad3a3e Reviewed-on: https://gerrit.libreoffice.org/15929 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit a7b926243b300daf195467111e10a7bd481828a0) Reviewed-on: https://gerrit.libreoffice.org/15999 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-06-02curl: disable rtmp supportMichael Stahl1-1/+4
configure will add a dependency on librtmp.so.0 if the development package happens to be installed. (cherry picked from commit f4844a9abebcb0451161625c42a1e2b48796102d) curl: sigh... *actually* disable rtmp support (cherry picked from commit 805f12dd51ea72deda8f5be5839a205640ba968d) curl: disable loads more random stuff we don't need (cherry picked from commit 0b8b96ed515eec0a560812be73d4c9742f26e23b) Change-Id: I0f4bcd73f9e0e7307ca0556a5f6990631eb9f2c5
2015-06-02sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selectionsMiklos Vajna2-4/+27
E.g. if searching for a keyword and it's inside a text frame, then we have two cursors: one is an empty selection at the anchor point, and the other is the real selection. What happened is that we emitted two events for the two cursors, instead of merging them together. Fix the problem by not emitting the events in SwSelPaintRects::Show(), instead do it at once in SwShellCrsr::Show(). Change-Id: Ie2c7691aaaea7ba8a32b5cfa718a45cba571f791
2015-06-02tdf#88178 Avoid naming two distinct buttons the same…Adolfo Jayme Barrientos1-1/+1
… when these are in the same screen. Change-Id: I4e162a485f4511ae3e008446d5712562562ed64f (cherry picked from commit e96adee1feadb2ba6a6e4aba22cab34aeccc7a31)
2015-06-02tdf#91592 WRITER crashes when navigating through commentsPhilippe Jung1-0/+1
without rSh.EnterStdMode, the image is selected and it has no GetTextNode. Change-Id: I91ed5a1ed002a04919042f4df22c49d3189daccd Reviewed-on: https://gerrit.libreoffice.org/15952 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 4826007f0e09160ffdb592d10b65eb262ada18c8) Reviewed-on: https://gerrit.libreoffice.org/16031
2015-06-02Fix a wrong bit mask for StreamModeTakeshi Abe1-1/+1
... introduced at 7f8f277b94704a289fbbd1b836e4e5d66311580d Change-Id: Ic9e2f6f5e01652744011a7e8a5f69f386efd6b52 Reviewed-on: https://gerrit.libreoffice.org/16015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit 8d46bc15e93687f93d7c85064acc71231e2f08b1) Reviewed-on: https://gerrit.libreoffice.org/16024 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-06-02GL3D Bar chart -> experimentalAndras Timar1-1/+4
Change-Id: I2d5948651e5c31a6ce3cadcc9ff09683a60d49bd Reviewed-on: https://gerrit.libreoffice.org/16022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 20bb2e707481135440b2c905fb234c5ba54d5041) Reviewed-on: https://gerrit.libreoffice.org/16026 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-06-02Time based charting -> experimentalAndras Timar2-0/+21
Change-Id: I1c190be0ef226d1f14d083f292cf2ea15a6d1645 Reviewed-on: https://gerrit.libreoffice.org/16023 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 7e5c1101cb200f95128ad7dc7d2a5e6bb4489306) Reviewed-on: https://gerrit.libreoffice.org/16025 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-06-02Add translation support for short names of Emoji and other symbolsLászló Németh2-1/+4663
Cherry picked from 4a91d5ee95c9b6ee22053f466e2483035885a032 (Add translation support for short names of Emoji and other symbols) and 851b3afb28a87934b933184af2ebb8f8144815ab. (l10ntools: support x-comments in ulf format). See also https://wiki.documentfoundation.org/Emoji Change-Id: I3d7ec13d381160d63d535ccbdcd0b3209799d3d5 Reviewed-on: https://gerrit.libreoffice.org/16014 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-06-02tdf#79639 DOCX import: don't delay text frame conversion of in-header tablesMiklos Vajna3-2/+17
Floating tables may or may not be converted to table-in-textframes during import, depending on if we guess that it'll be a multi-page table with minimal wrapping or a real wrapped table. If the floating table is in a header or footer, then it won't be a multi-page one, so can do the conversion right away. Change-Id: I8d5ff8c5fe00037d5cef92dea6b54de6806214bc (cherry picked from commit 81ef96a2417c7843dfed0558c920ad3064e58921)
2015-06-02fdo#74132: Do not interrupt search in Impress and Draw.Jan Holesovsky7-78/+55
Apparently this was forgotten; Writer and Calc already support this. Change-Id: I1a187b54294cb84a1b48ef8e855cc75df3f75dd7 Reviewed-on: https://gerrit.libreoffice.org/15953 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-06-01add libebook-1.2.so.16 in EApi.cxxRene Engelhard1-0/+1
Change-Id: I3f361a3d6d90b3449e0bf417fd39d756ad98cae6
2015-06-01Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke1-2/+6
Regression introduced with 43624d9370c4384f71c6b13fed900eaec222cf64 that fixed tdf#34724 Change-Id: I44b5eac6e4ce5a38855148efecea5f2a987ed213 (cherry picked from commit fe2c7b25152df4c89e44c6516081d43d68075736)
2015-06-01xmloff: don't add FIELD namespace twiceMichael Stahl1-6/+1
The first place already checks SvXMLExportFlags::CONTENT, so the second Add is unnecessary (and for versions <= 1.2 it shouldn't be exported). Change-Id: If2e471b50fcf21ad8977de48c433b628c5c03305 (cherry picked from commit 15cd958a8a5c0b8dbe8891e2ce47aea6c91ba914)