- 15 Mar, 2013 29 kayıt (commit)
-
-
Caolán McNamara yazdı
for gdk_screen_get_primary_monitor but osl_getAsciiFunctionSymbol does the right thing Change-Id: Ibf1a17724a9393d95c4fbe0d26aa82148eea33a9
-
Caolán McNamara yazdı
we go to some effort to determine the right value of ret and then throw it away and return 0 regression since 4a7e3482 Change-Id: I652cfbe44fdab6560c1c8dc8fe25d6211b5357cb
-
Fridrich Štrba yazdı
Change-Id: I4bf2d72ba14f5293c2f9aa8eb3a34fedefa03939
-
Fridrich Štrba yazdı
Change-Id: I3a3a8dbf5e15d3d3e882b1f7b9a17c6f985afd9c
-
Caolán McNamara yazdı
Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
-
Caolán McNamara yazdı
Change-Id: I3ec724037fae49e7e29115e5e4814c48a98e7c0d
-
Fridrich Štrba yazdı
Change-Id: Icf489a49c547a93458aeef1c70ba699181a47c38
-
Tor Lillqvist yazdı
Fixes a problem that was noticed when working on bnc#805901, which is about documents opened from WebDAV (using https) not being locked (in the WebDAV sense). For some reason, at least in the 3.6 branch, I noticed that LibreOffice did not manage to open any connection to the WebDAV server. The error message "Server error message: Server certificate verification failed: issuer is not trusted" was displayed. Turning on Neon logging I saw the OpenSSL error code 19 (X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN) passing by. Some googling turned up http://stackoverflow.com/questions/4103472/ssl-handshake-fails-with-a-verisign-chain-certificate-that-contains-two-ca-s . If I understand correctly, root certificates (which are the final ones in a certificate chain) are by definition self-signed. One can try this on Linux (or even on Windows, using the openssl command built as part of the LibreOffice built): openssl s_client -connect vibe.novell.com:443 -showcerts and see that it also displays a message about this "error": "verify error:num=19:self signed certificate in certificate chain" One can get around that by passing the -CApath option: openssl s_client -connect vibe.novell.com:443 -showcerts -CApath /etc/ssl/certs on Linux. There is no corresponding directory with trusted certificates as files on Windows. This tells OpenSSL where to find a list of trusted root certificates. Apparently when OpenSSL is used by LibreOffice it does not use the list of trusted root certificates that Windows knows automatically. This patch makes it do that when ne_ssl_trust_default_ca() is called. Change-Id: Iddbd3d61413aa52adbed3f9a0239a364e70668d8 Reviewed-on: https://gerrit.libreoffice.org/2741Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Bjoern Michaelsen yazdı
- as this is being quoted, this causes breakage Change-Id: I6834a3235ae2334a0d6f7df0f97dcde7cdc6a5d0
-
Julien Nabet yazdı
Change-Id: I446fa717dfd11fc5d6045cb1e8dc3eaf8861262e Reviewed-on: https://gerrit.libreoffice.org/2738Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Julien Nabet yazdı
Change-Id: I56c9c8307d6e5c3d119b9c894ef5122f448ef3f7
-
Ivan Timofeev yazdı
the second argument is a count Change-Id: I1b6d7db8ba3ac83ef0be091c25e28ad93375d432
-
László Németh yazdı
Change-Id: I0f23e9f7f076f3a82d1d5df92d9d4d3919fc816d
-
Thomas Arnhold yazdı
Change-Id: Ib25a9eab4ff2b2ba078f18d21e5f697c4fd62460
-
Gergő Mocsi yazdı
Replaced String with OUString in module dbaccess/ui/app , and also removed RTL_CONSTASCII_USTRINGPARAM deprecated macro. Conflicts: dbaccess/source/ui/app/AppControllerDnD.cxx dbaccess/source/ui/app/AppControllerGen.cxx dbaccess/source/ui/app/AppDetailPageHelper.cxx dbaccess/source/ui/browser/unodatbr.cxx Change-Id: Ie385d44c328fb3f919d53a604d51640a334a1013 Reviewed-on: https://gerrit.libreoffice.org/2386Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Gergő Mocsi yazdı
Applied fdo#38838 in dbaccess/source/ui/browser, + RTL_CONSTASCII_USTRINGPARAM removals Change-Id: I8a565cdae7fd9da1de05525c602ce011542ab4d5 Reviewed-on: https://gerrit.libreoffice.org/2538Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Markus Mohrhard yazdı
Change-Id: I90a001b354810daefd6cd05ca96de4207eee15aa
-
Thomas Arnhold yazdı
Change-Id: Iec5a960b0a6492b1e4690c31b9c2098248c23cfa
-
Markus Mohrhard yazdı
Change-Id: I0a83769f19a38fd5c0421ba6117603517cded17b
-
Markus Mohrhard yazdı
This needs some tweaks but it looks like we are already able to choose the chart and import it. There are some more tweaks needed to handle internal vs. external data provider, errors, other components, ... Change-Id: Ib3e7f8bbf7b7f49b071d85120930624e2add91a7
-
Markus Mohrhard yazdı
the base class destructor is already virtual Change-Id: Iab38666fab3a8ef33e2fd1ee1c53754ef50f5481
-
Markus Mohrhard yazdı
Change-Id: If554782930a8cf35fa4366d8f92020f1c7b5cbd3
-
Markus Mohrhard yazdı
Change-Id: I240ab25258cb66786cd8882c8c4e1da5e30f8863
-
Markus Mohrhard yazdı
Change-Id: Ia2f7ccc2a9ccc888dfef5d5bf0cb366b1b3ba981
-
Markus Mohrhard yazdı
Change-Id: Iac59e450521b427c5ddb77cb944dd12ef4bb0cea
-
Markus Mohrhard yazdı
We can now export a chart to odc when we are in chart edit mode from Calc. I need to add support for it to Writer and Impress as well. We can already open these files but copy&paste from the opened file fails. The next step is then to add a new menu entry Insert->Object->Chart from file Change-Id: I14d1702e79517e7319a1929de2be5501d375885d
-
Markus Mohrhard yazdı
Change-Id: I1430da4ee9ff87b1fb549a43115aa8fe41c76343
-
Caolán McNamara yazdı
Change-Id: I808d4b66dc6ae4395e32b42b46b234e6c470e75c
-
Thomas Arnhold yazdı
from b0cf3aba Change-Id: I03a7df23ea9838715304d0359536403af89bcfa3
-
- 14 Mar, 2013 11 kayıt (commit)
-
-
Christopher Copits yazdı
What changes I made: 1. After the address list is edited, the scroll bar scrolls up. 2. If all entries are deleted from the list, the scroll bar scrolls all the way up and is disabled. 3. When multiple entries are deleted, the scroll bar is not reset to match the entries. Therefore, I reset the scrollbar in this case. Change-Id: I29f82256ad51fbd55a3f82400ca9d7875539e9ff Reviewed-on: https://gerrit.libreoffice.org/2454Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
elixir yazdı
Change-Id: I4fa27b933c5b3cf2645b139bf6349b90f613feab Reviewed-on: https://gerrit.libreoffice.org/2735Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Fridrich Štrba yazdı
Change-Id: Ibb5a6bb612f08a91c078492244e62f4a58102e39
-
Lionel Elie Mamane yazdı
Updated to bzr/launchpad snapshot revision 40 Solves: - missing symbols mysql_library_init and mysql_library_end - missing parameter "cipher" to mysql_ssl_set Change-Id: I0266fbfa0fca89eb665cf6320afa5fb0dbfd7c84
-
Caolán McNamara yazdı
Change-Id: I68eea2cee58edc2e6ab164dcccf6a87b271a403a
-
Caolán McNamara yazdı
Change-Id: Ia90000452551b57f644226f1ba4c5c9533b679a5
-
Caolán McNamara yazdı
Project: help a3f08d3afbee18266371a23abedd41c6a31ff57b
-
Fridrich Štrba yazdı
Change-Id: If7363af4ff336fe344f0449afa41bde09fc5f800
-
Krisztian Pinter yazdı
Project: help a744928e0c3f187d52765684de7f2720a97be892 updated help after .ui conversion for sd/source/ui/dlg/present.cxx Change-Id: I77382afa4143ced041d29c0467a6b7c2f250d864 Reviewed-on: https://gerrit.libreoffice.org/2733Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Korrawit Pruegsanusak yazdı
Change-Id: I44659688794436dd97ca5f72cfa969db889d1bc1 Reviewed-on: https://gerrit.libreoffice.org/2642Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Julien Nabet yazdı
Change-Id: Ifc071261ce5697355b904fbd12272b27c04183e4 Reviewed-on: https://gerrit.libreoffice.org/2736Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-