summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-02bump product version to 4.0.3.3, release number to 3Petr Mladek
Change-Id: Id51f405028978c96c95dbf5e3f15120ddfdec657
2013-05-02resolved fdo#63779 case-insensitive non-regex search brokenEike Rathke
Broken with 531538892795bec909bb8baff6bbf9e19baf809e Change-Id: I0302baee0532ab8f10853c648bf695a58cfe273c (cherry picked from commit db46a7336e330516f4df4e41f6895aa1afb03450) Reviewed-on: https://gerrit.libreoffice.org/3742 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-30bump product version to 4.0.3.2+, release number to 2Petr Mladek
Change-Id: I1f021ef565ce2923eb73b34fdd53a99b2f6fdff0
2013-04-30fdo#62815 - tolerate crazy / out-of-bound ScreenNumbers for FullScreenMichael Meeks
Thus making the gtk+ backend more similar to the generic backend in this regard; also be more strict about invalid monitors -> empty screens. Change-Id: Ia4f2e1205cb1d309fb1bb01f9631167339a3478e Signed-off-by: Petr Mladek <pmladek@suse.cz> Reviewed-on: https://gerrit.libreoffice.org/3695 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-29fdo#58949 EmbeddedObjectContainer: guard against embed::WrongStateExceptionMiklos Vajna
The problem was that in case an exception was thrown, it was only caught outside the loop, so in case any error occurred, we didn't even try to export the remaining objects. At least in case of embed::WrongStateException, this is safe to do. (cherry picked from commit 6238cfe27f0a202f3fbf482cde2b0a3189adc86f) Change-Id: I71a7abc45a89bebc667664bc001245bb886a8d83 Reviewed-on: https://gerrit.libreoffice.org/3624 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-on: https://gerrit.libreoffice.org/3658 Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: Petr Mladek <pmladek@suse.cz>
2013-04-29fixed out of bounds vector accessEike Rathke
in ScColumn::FindNextVisibleRowWithContent() if starting from the position all including the last present cell of a column are blank Change-Id: I0270331444f1707b6ad413f6127ae4c2cf0b1984 (cherry picked from commit 3874bad70ea48deed91b9966b3d35782b5584f7d) Reviewed-on: https://gerrit.libreoffice.org/3585 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Petr Mladek <pmladek@suse.cz>
2013-04-29Uploading new fresh wonderful libvisio-0.0.26Fridrich Štrba
The release fixes several instances of data loss during conversion: * Fix missing WMFs in some Visio files * Don't truncate end of the text and some problems with text encoding and display: * Use ICU for text encoding conversions * Honour the "HideText" property (cherry picked from commit 105bb26e53049a317a43c13ebd9f706df760f27f) Conflicts: download.lst libvisio/ExternalProject_libvisio.mk Reviewed-on: https://gerrit.libreoffice.org/3552 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com> (cherry picked from commit 0deb04fb8613c8aaf1ca9154b5ac53c0e0889d40) Change-Id: I00f18e64f60358f826720cc8d6af36c77a98a062 Reviewed-on: https://gerrit.libreoffice.org/3601 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-04-29Updated coreAndras Timar
Project: translations acec6a171fc07b4c18ad94981cd613ddd3f128f1
2013-04-26fdo#59259: Suppress the expensive parts when we are only writing to metafile.Jan Holesovsky
When we are launching the printing dialog, we first draw the page using drawinglayer to a metafile, and then render the metafile. Unfortunately, here we did the real operation of allocating large bitmaps, and destroying them again; all that just to throw all that away at the end of the operation. The preview sets the mbOutput to false correctly, so we can just skip the expensive parts. Change-Id: Ice77d83100eba339602bbdf374fec8546d4d1e12 Reviewed-on: https://gerrit.libreoffice.org/3597 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-25fdo#60280: sw: restore anti-aliasing for all OLE objectsMichael Stahl
The OLE case in SwNoTxtFrm::PaintPicture() was mis-merged to modify the anti-aliasing always but reset it only for Charts. (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70) Change-Id: I0d740e621c3fd71f308d980581edb3c16308c06e (cherry picked from commit 954d695827431a5badd1a993d8f364c669ca9c9c) Reviewed-on: https://gerrit.libreoffice.org/3589 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org> (cherry picked from commit f3e8a9649ac653eafaf8c5fa57e20d3dbe90d82c) Reviewed-on: https://gerrit.libreoffice.org/3594 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24fixed a mess of out of bounds string accessesEike Rathke
(cherry picked from commit 5cd4300f7ffc24d6bc0ed5704f37a04852fd322b) Conflicts: svl/source/numbers/zformat.cxx Change-Id: I800840e1b3c0d97a049b3ceba0ec244365dc8e6b Reviewed-on: https://gerrit.libreoffice.org/3563 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Andras Timar <atimar@suse.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-24fdo#40100 make function YEARFRAC comply with ODFF Version1.2Winfried Donkers
Reviewed-on: https://gerrit.libreoffice.org/3375 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 275e68d141179272258d03194d799495fa3dec4a) Conflicts: scaddins/source/analysis/analysishelper.cxx scaddins/source/analysis/analysishelper.hxx Change-Id: Ief5e5c89b7fb69fb9849cf2d6efe2b4c5b7f5391 Signed-off-by: Eike Rathke <erack@redhat.com> (cherry picked from commit bd9238f3fe4bd004cb77e89813eb730e1e865667) Reviewed-on: https://gerrit.libreoffice.org/3554 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-24Personas: Now they are called 'Themes', and changed location.Jan Holesovsky
Updated the URL's + the code that works with them & parses the page accordingly. Change-Id: Iba1414c749bdf227b3945162da83e3d35ce86244 Reviewed-on: https://gerrit.libreoffice.org/3483 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-22Revert "svformatter already accept OUString input", fdo#63306Eike Rathke
This reverts commit c5e5699c80cfb32a164696a2c5144b5ccb0a91a9. And adapts to OUString. Conflicts: basic/source/runtime/runtime.cxx Change-Id: Icd7c1e1e57162eefb1f3631aa5509fd3a09c9b08 (cherry picked from commit 1ef2cce787df3d254a78ebdb469fb06668f350f4) Reviewed-on: https://gerrit.libreoffice.org/3469 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Andras Timar <atimar@suse.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-17Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida
Change-Id: I39ed1a9fd0476506cac0852af63182075f433ffd Reviewed-on: https://gerrit.libreoffice.org/3402 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-on: https://gerrit.libreoffice.org/3419 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-16bump product version to 4.0.3.1+, release number to 1Petr Mladek
Change-Id: I72da57cfba66c0fabbe991c0a74466abfd669b37
2013-04-16Branch libreoffice-4-0-3Petr Mladek
This is 'libreoffice-4-0-3' - the stable branch for the 4.0.3 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 4.0.x release, please use the 'libreoffice-4-0' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I1f6ff6d731a7237d38f310e09c9c6c237f41e493
2013-04-16follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power
Change-Id: Ic1f57480a36415998748faeea3b606a47d277181 (cherry picked from commit 0054b438013ef412c2df3b7ebe93dd1935ec07af) Reviewed-on: https://gerrit.libreoffice.org/3409 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-04-16fix for fdo#62090 Mid function regressionJulien Nabet
Change-Id: Ia6a73d6a44a34345b512922037d01b8b40ac24a8 (cherry picked from commit 14d452d0c2874f47f0b6ac1cd1c725195d5d69a9) Reviewed-on: https://gerrit.libreoffice.org/3408 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna
Regression from 232ad2f2588beff50cb5c1f3b689c581ba317583. (cherry picked from commit e7664052d6693598e773f4c9dd6b819213d80d60) Change-Id: Ia0873851979df5bba0a4693f044aab2aeff2b8e4 Reviewed-on: https://gerrit.libreoffice.org/3404 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-04-15Updated coreAndras Timar
Project: translations a2cdadbfe89f544f7a5d0c9e0259ed7dbafd5bc6
2013-04-15Updated coreAndras Timar
Project: translations 1029459c30d7c8b6672961ae83f407acca8ced71
2013-04-15fdo#52179 on copy kb-shortcut, from *current* row, not last painted row (!)Lionel Elie Mamane
Change-Id: I39be862abb7c72234adad9c517d4a0570a1d71ae Reviewed-on: https://gerrit.libreoffice.org/3378 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15pgsql-sdbc: ResultSetMetaData::getTableName return tablename (without schema)Lionel Elie Mamane
Change-Id: I319ba91045fa43922d7b694a4f13322295590c81 Reviewed-on: https://gerrit.libreoffice.org/3343 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15pgsql-sdbc: set tablename even if we do not know the schemaLionel Elie Mamane
Change-Id: I74c04e1262cc413696a12aca9af603beded7b07f Reviewed-on: https://gerrit.libreoffice.org/3342 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15reportbuilder: do not use empty tablenameLionel Elie Mamane
Change-Id: I03ed5e810468ee206820a250c740b80c0ceda432 Reviewed-on: https://gerrit.libreoffice.org/3341 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez
Change-Id: I3ec486313bedcc633b020a2feea3d30730da98f0 Reviewed-on: https://gerrit.libreoffice.org/3354 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15Set Template Manager dialog minimum size.Rafael Dominguez
Change-Id: I2d30bf2c3fb33b8297477f80704aa057911a2bba Reviewed-on: https://gerrit.libreoffice.org/3353 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15fdo#36858Lionel Elie Mamane
1) No valueType (Format/Number/General) is like float valueType (Format/Number/any other) 2) We use 1/1/1900 as startdate for number-from-date, stick to it more consistently Change-Id: Ib1008d1c30be602d8173457738c915087ed17391 Reviewed-on: https://gerrit.libreoffice.org/3363 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15resolved fdo#63421 crash in pivot table with accessibilityEike Rathke
The scenario of fdo#63421 (loading data and re-dragging the same field) is not needed, simple data is sufficient and crash happened also when dragging (removing) a field from a pane and dropping it anywhere else. Multiple errors: * getAccessibleChildCount() must return the real current count of children, not what mpFieldWindow says; AtkListener::updateChildList() uses this value to repopulate its own list; a child is added after it is added to mpFieldWindow but removed before it is removed from mpFieldWindow; * LostFocus() uses an index of -1 if the last child was already removed and the field was dropped after dragging it away from a pane, handle that but it still does not look right * RemoveField() called CommitChange() with AccessibleEventObject::NewValue set instead of OldValue, leading to AtkListener::handleChildAdded() being called instead of handleChildRemoved() Apparently this never worked since 2002. Change-Id: Idfb59d947002d2212bc67b414daecb65c55edae8 (cherry picked from commit 26114dcdf9d55a5a2490de6de619337e9733b0e2) Reviewed-on: https://gerrit.libreoffice.org/3372 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-15fdo#61142 mixup between size and lengthLionel Elie Mamane
Change-Id: Ia2903d5139378e97bb2e8d00ccb2c213d3e1dee6 Reviewed-on: https://gerrit.libreoffice.org/3385 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-13Initialize nFilterJulien Nabet
Change-Id: I9a8606a0d6ca36fd6f51267ea385f7fbe874d6d5 (cherry picked from commit 9f27436b84a1ae0ce2689ef27f81698ab9f3642e) Signed-off-by: Eike Rathke <erack@redhat.com>
2013-04-13somewhat blind wae fix ( doesn't happen for me )Noel Power
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f (cherry picked from commit 9c79ec29dba9dbdc6dc56f6e83b09f5176821768) Signed-off-by: Eike Rathke <erack@redhat.com>
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo
Default numbering rules shouldn't be left zero nor hard-coded. Reviewed-on: https://gerrit.libreoffice.org/3312 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 5785db93c5739846fb0a84b138be485044d4bda5) Conflicts: sd/source/core/drawdoc4.cxx sd/source/core/stlpool.cxx Change-Id: I8a34331006abf3de8c170f8dca43ccf9cec92f04
2013-04-13work around fdo#62147Lionel Elie Mamane
don't emit string-value attribute Change-Id: I3668b88437451523f2b6bb3c2c82e1929f7ba3d8 Reviewed-on: https://gerrit.libreoffice.org/3311 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-13Resolves: fdo#48039 use same algorithm for assigning get/set replacement idsCaolán McNamara
i.e. use the same algorithm for assigning replacement ids for both get and set exp fields. Otherwise, consider for ex. 1. fields exists with ids of 1 and 2 in master document 2. a field exists with id of 1 in subdocument and must be reassigned a new id to not collide with the pre existing master ids In get orig algorithm assigned first unused slot of master to subdocument field i.e. 0 unused in master, so subdocument:1 converted to master:0 In set orig algorithm sorted all used master slots and assigned largest used id plus 1 (therefore unused) to subdocument field i.e. largest id used in master is 2, so subdocument:1 converted to master:3 so get can't find set and error's out with: Error: Reference source not found Change-Id: Ie8758dc22cf8deeeeff079532284e57eeaf4a9bd (cherry picked from commit 74d942fb2396a268adfcc915e75b8b32fae851dc) Reviewed-on: https://gerrit.libreoffice.org/3346 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-12fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner
Change-Id: I7480e8d606e1eafde45635e36dfafa4232f529cb Reviewed-on: https://gerrit.libreoffice.org/3217 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/3350 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke
This fixes the symptom of the crash but not the underlying cause why a subtotal count would be wrong. (cherry picked from commit 8bd3be9915ff28458d010fc8f0a1a1ab66d730b0) Conflicts: sc/source/core/data/dpoutput.cxx Change-Id: I3782b5e39f18bc65ffe510b847ffa7969a26cd37 Reviewed-on: https://gerrit.libreoffice.org/3340 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke
The document https://issues.apache.org/ooo/attachment.cgi?id=34418 attached to https://issues.apache.org/ooo/show_bug.cgi?id=62493 crashes in a dbgutil build due to an invalid subtotal count that leads to an out of bounds access in a vector, in this case with offset -1 This fixes the symptom, not the cause why the subtotal count would be wrong. Change-Id: If96c2eadba8753ea3e3166db0a81441818c89b2d (cherry picked from commit 58885eda4f15913fc46243dab726632f5904aab5) Reviewed-on: https://gerrit.libreoffice.org/3336 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2013-04-11Resolves: fdo#62287 avoid a crash on OSX on reusing a dead AquaSalFrameCaolán McNamara
part 1 of 3: Resolves: #i120237# workaround a crash on OSX... when a VirtualDevice is reused that was created for a now dead window regression was introduced by the changes for #i116758# Patch-By: Herbert Duerr Suggested-By: Herbert Duerr Found-By: Herbert Duerr (cherry picked from commit 6550c7c0595670c10e340e2c7b41be7e128af40a) (cherry picked from commit 5333d295225e4cf961e03ea8bf2fd1e2f9d168bc) part 2 of 3: Related: #i120237# cache the updated frame reference in AquaSalGraphics (cherry picked from commit 6e4214e604f8aa86b08a7fbe315a80d7751ffc2d) (cherry picked from commit ef4b5aad82da7133e89e37e3e04791398d6fb3a6) part 3 of 3: Related: fdo#62287 make it impossible to use a dead AquaSalFrame (cherry picked from commit 43a23fb3f8f1ffa4937658dd9393d23533b84d18) d10d49737ba773e95a3198997e25fbfd98708f65 e56a41e901ea26d5ea946260bdf25a903185be99 Change-Id: I1a813f128ad16e6eb840b22fbd14af49b34e11d0 Reviewed-on: https://gerrit.libreoffice.org/3295 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-11odk: fix packaging of purpenvhelper import lib on WNTMichael Stahl
This import lib was apparently renamed in LO 3.6 and the crappy dmake build system in odk silently dropped it from the packages. This problem was fixed differently on master by converting the module to gbuild. Change-Id: Ib07e1472815b7d068cd718f6c733630fd59639d2 Reviewed-on: https://gerrit.libreoffice.org/3307 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-11resolved fdo#63403 do not create matrix with 0 rows or colsEike Rathke
Change-Id: Icb0000bde3723c1b37713d0f26ef8305c4a199b8 (cherry picked from commit 7c3ab3bc15cec211767490823539efcada4fe964) Reviewed-on: https://gerrit.libreoffice.org/3321 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-11fdo#63350 math: move stardard toolbar to the leftThomas Arnhold
Change-Id: Ibadd1dff90383fb0a285a9cb94cc0050906e3f24 Reviewed-on: https://gerrit.libreoffice.org/3324 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinksChr. Rossmanith
Change-Id: Iafa9e273c009fe0772a9401b47b51738dc235a13 Reviewed-on: https://gerrit.libreoffice.org/3296 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7bcba4c910fa7eecf256a05a1f274f7b253e5fc5) Reviewed-on: https://gerrit.libreoffice.org/3303 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-04-10fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez
It dosent make sense to display delete action since we are saving a template same for edit. Change-Id: I83368f80a29f60c8d24b47fe3682ca93a2373a98 Reviewed-on: https://gerrit.libreoffice.org/3301 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Display correct region name in error messages.Rafael Dominguez
Change-Id: Icf4149272f67df6681bdad711362dd7d3802d04a Reviewed-on: https://gerrit.libreoffice.org/3300 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Fetch thumbnails position and id from filter array instead."Rafael Dominguez
Change-Id: I35bd8b47eeba3e2f8e2ea74afbf1fe8e48390bab Reviewed-on: https://gerrit.libreoffice.org/3299 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Update template item path when moving it to another folder.Rafael Dominguez
Change-Id: I4de701e32dfe1244ba29704633d7d15f829a9e7a Reviewed-on: https://gerrit.libreoffice.org/3298 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Mark thumbnailview item as unselected when updating filter.Rafael Dominguez
Change-Id: Ifc98603045364419a6f76316fea96c2e668c333e Reviewed-on: https://gerrit.libreoffice.org/3297 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Fix again n719988, n734733Xisco Fauli
Bullet should have same color as following text by default Regression from bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8 Change-Id: I007088db5bcb71e8d90d287b21762dca0dda9573