- 08 Agu, 2013 19 kayıt (commit)
-
-
Michael Stahl yazdı
Remove the silly overloading, and introduce virtual methods. Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3
-
Michael Stahl yazdı
Change-Id: Ibd54c1472a3f86a0799386e4cf5e929d73ac104d
-
Michael Stahl yazdı
Change-Id: Id3efca3f1cb555ec995973b8a5bdd2a78318e18f
-
Michael Stahl yazdı
Change-Id: I151678b2bf155a7561b4c4e4b2d9fd1f05930477
-
Michael Stahl yazdı
Change-Id: Ic853af7f66d970d7acfcb7d39effc738cbb7f68d
-
Michael Stahl yazdı
Change-Id: I510021cff6aee73e04473700cc23eb90fc6d4fe7
-
Michael Stahl yazdı
... that already exists in Font baseclass. Change-Id: Ia87e8b791e153bdd4ddc6c84eba6b4f37d127dca
-
Michael Stahl yazdı
Change-Id: If7cc107e521e1a70ba00b0f24057039fcdd2c576
-
Michael Stahl yazdı
Change-Id: I4da73eab3e767c2ed7699808e00c40d440a40dbe
-
Michael Stahl yazdı
Change-Id: Ieb10d3bd8fc23650156906292bf3d0757565e2af
-
Michael Stahl yazdı
Change-Id: Id60ffcc392d0ee71d3ddcb8de21bdaca4d0b54cd
-
Tomaž Vajngerl yazdı
Change-Id: Ibf363d741ca346adefd30f5b68d9a47db73db8df
-
Tomaž Vajngerl yazdı
Change-Id: I40c857eb1ed5c784a3911667f685c6450bf7a7c4
-
Tor Lillqvist yazdı
The digital signature of an app bundle includes an integrity check for the Resources subtree. This is the normal place for Mac apps to have their read-only non-code "resources". In LibreOffice it is currently not much used, though. The signature thus breaks when a lang pack installer is run and plops its InfoPlist.strings file into the "Resources" subtree. This file contains translations of strings in the app's Info.plist file. For LibreOffice, it contains translations only for some of the file type names in Info.plist. (Why only some, I don't know.) Files installed by a lang pack insaller into other locations in the app bundle don't harm the signature. Making the InfoPlist.strings files be distributed as part of the main app bundle instead of in langpacks should keep the signature valid even if a lang pack is installed. The InfoPlist.strings files are small so the size of the main app should not grow significantly. This required introduction of a new functionality in scp2: The possibility to generate a list of several complete File or Directory stanzas, one for each language for which translations are being built. (This is different from the existing functionality, used for files that go into lang packs, where a stanza contains several Name or HostName attributes (or whatever the term is) where the attribute names are qualified with the language code in parens.) Change-Id: I3afd9b08944fe1bccb5f0c881d740d260f589e39
-
Tor Lillqvist yazdı
Just check for $(VERBOSE) or $(verbose) being non-empty instead of checking for $(VERBOSE) equalling "TRUE". Isn't our normal way to do a verbose make to pass verbose=t? Change-Id: Ic4ddc1fe025fed55ca56fd21b615640c389c0454
-
Julien Nabet yazdı
Change-Id: If8c1b341b8493b8902f060d8d13bbb7d08991cd9 Reviewed-on: https://gerrit.libreoffice.org/5309Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Jesús Corrius yazdı
Now only the ODF formats have AppUserModelID, but we need AppUserModelID for all supported formats so the Windows 7 recent documents works as expected. This patch only adds a few registry keys during the installation process on Windows. Change-Id: I2d7460c1ed8b4ba77da8bb1c5b0c696c521353c5 Reviewed-on: https://gerrit.libreoffice.org/5274Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Mark Wielaard yazdı
This adds RTL_LOG_STRING_INTERN_NEW and RTL_LOG_STRING_INTERN_DELETE which are connected to SDT probes if available. It introduces two new SDT probes. new_string_intern_16 and delete_string_intern_16 (there is currently no interning for 8-bit rtl_Strings). For consistency both have the same 4 arguments as new_string_(8|16) and delete_string_(8|16). new_string_intern_16 has as 5th argument the address of the original rtl_uString being interned (which may or may not be the same as $arg1). Change-Id: Ib117bba932c1908abc70a7fdd4140c0af76d54cb Reviewed-on: https://gerrit.libreoffice.org/5308Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 20 Tem, 2013 1 kayıt (commit)
-
-
Krisztian Pinter yazdı
Change-Id: I6d9bb87a6ee28d62ee012e6807d1c5a4f3219e27
-
- 08 Agu, 2013 20 kayıt (commit)
-
-
Laurent Godard yazdı
Change-Id: I5849add3444cff15a201a276c8917fabc4b33262 Reviewed-on: https://gerrit.libreoffice.org/5317Reviewed-by:
Kohei Yoshida <kohei.yoshida@suse.de> Tested-by:
Kohei Yoshida <kohei.yoshida@suse.de>
-
Lionel Elie Mamane yazdı
SvLBox was merged with SvTreeListBox; SvLBox had a virtual Select() and some derived classes override it. E.g. dbaui::DbaIndexList. Change-Id: I82b3718e72db5d320704e1e2871de86abc686441
-
Krisztian Pinter yazdı
In a previos move BackingWindow was moved, but startcenter.ui was left behind by accident. Change-Id: I7d9669df9b2b65311e119640ba2a7a331b6336e9 Reviewed-on: https://gerrit.libreoffice.org/5316Reviewed-by:
Jan Holesovsky <kendy@suse.cz> Tested-by:
Jan Holesovsky <kendy@suse.cz>
-
David Tardon yazdı
Change-Id: Iaed0bcac0b6ab404fc27beaa290c29aa1d97487b
-
Ivan Timofeev yazdı
... and delete pContourPolyPolygon instead. Otherwise there is a null pointer dereference. This reverts commit e3258713. Change-Id: Id9d8c514c786b42233a35a9ade55d0c05986fb08
-
David Tardon yazdı
I am not sure this is the only/correct way to do it (maybe it should be already handled by some broadcast from SFX_APP()->SetOptions()), but it is what Draw and Calc do (cf. handling of SID_ATTR_METRIC in SdModule::ApplyItemSet() and ScModule::ModifyOptions()). Change-Id: I25bada60188a96c6c82db5029c7475b45b595176
-
David Tardon yazdı
Change-Id: Ia799cf54e8c90f68a8e74df72b0c8b6a33c41e7e
-
David Tardon yazdı
Change-Id: I38db7759df87edee8a14b311005c6e31ff8ae856
-
Miklos Vajna yazdı
The problem was that the first page SwFmtHeader / SwFmtFooter wasn't created in case the header/footer text was empty, even if fTitlePage was set. Change-Id: I5e58419161bcc663e2beb0338b95877469e0fd3c
-
Tor Lillqvist yazdı
Change-Id: I7d0c812afbbeeb4ea9835f957024b6bf86dfdaaf
-
Tor Lillqvist yazdı
Change-Id: I2c41b9960960ad9d290f84cc6e28d938068c0050
-
Tor Lillqvist yazdı
The comments are in one place, for plaintext strings that say the same as what the WID name indicates, so they don't provide any useful information. Change-Id: I9be14dd46352e34bf3647349d85412a97725d238
-
Caolán McNamara yazdı
Change-Id: I5a23e4843efd9469c5126bfcc9b96d07ab08b7c0
-
Caolán McNamara yazdı
Change-Id: I8ed03fc3e5433d8a2fe83c3ad88fa95773fe6c53
-
Caolán McNamara yazdı
Project: help aaad966643ede466a50bf8901028ead903a1e329
-
Michael Duelli yazdı
Change 467d5e0a fixed insertions of space in front of commands for Elements dialog only. This change also fixes insertion via Elements dock. Change-Id: I37f8510bc4a6dc0145026ca04fbb0443e1e31cd0 Reviewed-on: https://gerrit.libreoffice.org/5225Reviewed-by:
Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
MÁTÉ Gergely yazdı
Change-Id: I113289d6dc80669843fbbc49896760d6c47d7ef1 Reviewed-on: https://gerrit.libreoffice.org/5307Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Miklos Vajna yazdı
Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43
-
Caolán McNamara yazdı
Change-Id: I1345d5fd4a634980de9b3fcdb9f60274eafc9392
-
Caolán McNamara yazdı
Change-Id: Ieb10eedd791aab6ea251c3fd33d74a2232e2bd6b
-