summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Version 3.4.5.1, tag libreoffice-3.4.5.1 (3.4.5-rc1)libreoffice-3.4.5.1Petr Mladek0-0/+0
2011-12-12The ODG should have office:drawing after office:body, not office:graphicsFridrich Štrba1-0/+2
signed-off: Thorsten Behrens <tbehrens@suse.com>
2011-11-23fdo#36555: pImplementationName is not a compile-time constantLionel Elie Mamane1-1/+1
Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-11-21fdo#39520 - turn DocBasicItems into an rtl::Static to improve shutdown on macMichael Meeks1-10/+10
Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-11-18Backport reading AES-encrypted ODF 1.2 documents (as genereated by LibO 3.5).Stephan Bergmann1-2/+3
This backports the reading half of CWS mav60 plus <http://cgit.freedesktop.org/ libreoffice/core/commit/?id=2d775f593abd9bc487ccc60f06aa5a3ca9632056> "Produce correct sha256 uri, consume correct uri and original spec typo." It spans the repos components, libs-core, libs-gui, and ure.
2011-11-01add real alpha to markersMichael Meeks1-10/+2
Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2011-10-26fdo#37129: Fix the drawing of dotted and dashed borders in Calc.Tomofumi Yagi3-4/+20
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2011-10-25Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)libreoffice-3.4.4.1Petr Mladek0-0/+0
2011-10-24FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) callLionel Elie Mamane1-0/+3
Fixes crash of fdo#40701, but not broken feature Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-10-24fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model columnLionel Elie Mamane1-2/+2
That case crops up when nId==0 i.e. the Handle column Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-10-21Fix fdo#41995 fallout - recognize .svg in odf containerThorsten Behrens1-2/+5
Seems the graphic load code is stupid and not using the path name / file extension to guess file type, but only "magic byte" detection. Giving filter framework the path now, so that .svg actually loads. Signed-off-by: Michael Stahl <mstahl@redhat.com>
2011-09-21fdo#37164 get testtool workingNoel Power2-1/+4
2011-09-19Improve windows odma library locationTor Lillqvist1-3/+12
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-09-15handle NULL display gracefullyDavid Tardon1-1/+5
(cherry-picked from core 2daa098c3c1b49ce4d46306eddc45f7a66b7c021) Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-09-12don't rely on ../ure to find javaldx, use proper ../basis-link/ure-linkLionel Elie Mamane1-1/+1
2011-09-07Resolves: fdo#37195 CreateProcessServiceFactory can't happen before syncCaolán McNamara3-5/+17
If CreateProcessServiceFactory is called, then common.rdb of "Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" is opened mmapped On a new start of an LibreOffice which wants to synchronize new config over an old config, then it will want do a copy of "install/share/prereg/bundled/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" over "Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" which will fail on windows with error 1224, i.e. ERROR_USER_MAPPED_FILE That aborts the copy_bundled_recursive copy, leaving an old config pointing to the old location of dictionaries. So for windows at least, CreateProcessServiceFactory shouldn't happen before copy_bundled_recursive. Signed-off-by: Andras Timar <atimar@suse.com>
2011-08-22Resolves: fdo#37403 backport collection of operator= fixesCaolán McNamara2-9/+23
2011-08-17fdo#40079: load Dialog library before trying to get embedded imagesLionel Elie Mamane1-1/+1
2011-08-17Janitorial: deduplicate code; no behaviour changeLionel Elie Mamane1-3/+1
2011-08-16Version 3.4.3.1, tag libreoffice-3.4.3.1 (3.4.3-rc1)libreoffice-3.4.3.1Petr Mladek0-0/+0
2011-08-16Related: fdo#39376/fdo#34880 short fread isn't an error when its eofCaolán McNamara1-14/+4
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-08-10Resolves: fdo#32177 add a modification listener on new XDocumentPropertiesCaolán McNamara2-5/+15
Signed-off-by: Noel Power <noel.power@novell.com>
2011-08-09fix for fdo#34768 - no update previewPeter Rabi1-0/+2
Fixes dialogue "Load Slide Design" in Impress. The preview now updates when selecting another template in the listbox. Contributed under license LGPLv3+/MPL. Signed-off-by: Noel Power <noel.power@novell.com>
2011-08-06fdo#39869 Fix memory exhaustion with String length of STRLEN_MAXEike Rathke1-7/+11
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2011-08-05fdo#38956 related changes in split libs-core repository to support LCID changesEike Rathke1-0/+14
(cherry picked from commit 513e2e78a9bb0861064f73c17000afd75239c7a6)
2011-08-04Set correct mimetype for draw documents on xml exportThorsten Behrens1-1/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-29Clean-up of bugfix fdo#32895 for the -3-4 branchPeter Rabi6-2/+400
Contributed under license LGPLv3+/MPL.
2011-07-29Resolve: fdo#39392 post-stl use vector end position not LIST_APPENDCaolán McNamara1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-28Do not modify permissions for /usr/bin/soffice symlinkTomas Chvatal1-1/+1
It modified rights of the linked file that was already correct. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-07-27fix for fdo#37628: change password button is always disabledMarkus Mohrhard3-74/+90
Note: changing the password to modify doc is not working, and we'll leave that as a known bug for now. Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-07-26make these entries localizable - fdo#36274Andras Timar1-0/+12
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-21Fix wrong RTTI baseclass for SfxViewEventHintThorsten Behrens1-1/+1
Fixes fdo#38768 and likely a bunch of other nasty side effects. SfxBaseModel::Notify was simply ignoring all kinds of messages without this fix. Signed-off-by: David Tardon <dtardon@redhat.com>
2011-07-20On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805Tor Lillqvist1-1/+4
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-13null the display pointer after closing the display, fixes fdo#37579Michael Meeks1-0/+1
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
2011-07-11Support distro packagingPetr Mladek4-1/+328
allow to redefine prefix via OFFICE_PREFIX variable in create_tree.sh add libreoffice and unopg man pages Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-07-11fdo#36733: Add useronly read permission, while creating tmpfile.Michael Meeks1-5/+6
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-11Related: #i35066# ole props bugletCaolán McNamara1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-11Resolves: fdo#39091 use UTF-8 encoding for gstreamer urisCaolán McNamara1-1/+1
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-07-08fix for fdo#37880Markus Mohrhard2-5/+8
we need to save the information if we have a global range name or a local range name in the uno api too Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-07-02unable to save protected file without pw fdo#38561Markus Mohrhard1-1/+1
Signed-off-by: Andras Timar <atimar@suse.com>
2011-06-30avoid overwriting stack after early returnDavid Tardon2-25/+55
Also make the original hack less noisome. (cherry picked from commit 01096e7487d9e60fcd24eea8131b650588845f2b) Conflicts: sfx2/source/dialog/templdlg.cxx sfx2/source/inc/templdgi.hxx
2011-06-23Fixed a crasher. Also, improved batch conversion (fdo#37412, bnc#690798)Muthu Subramanian2-3/+12
* The pointer is not removed from the array before 'delete' * FilterMatcher now uses (input) content to guess better. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-20fix fdo#37110 --quickstart shouldn't show start centerRobert Nagy1-1/+1
2011-06-20correctly build GTK systray iconRobert Nagy3-1/+17
the setting was lost during move the GNU make Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-16set default min password length in ctor of password dialog fdo#37771Andras Timar1-0/+1
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-06-14always get GNOME MIME type icons from the gnome subdirPetr Mladek3-18/+6
sysui/desktop/share/create_tree.sh put the GNOME icons under the gnome subdir and KDE icons under the hicolor and lolor dirs. GNOME and KDE root dir is the same (/usr) on RedHat and FreeDesktop. It is different (/opt vs. /usr) on SUSE. The directory /opt/gnome/*/hicolor is available on SUSE but the LO icons are installed only under the gnome subdir. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-06-14fix paths and restore original semanticsDavid Tardon3-93/+104
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-10List Microsoft JhengHei instead of Microsoft YaHei as Hant fontCaolán McNamara1-10/+10
Microsoft JhengHei (微軟正黑體) is vista's Traditional (Hant) font, while Microsoft YaHei (微软雅黑) is vista Simplified (Hans) font Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>