- 02 Şub, 2016 25 kayıt (commit)
-
-
Caolán McNamara yazdı
partial revert of commit 9149dbf1 Author: Yousuf Philips <philipz85@hotmail.com> Date: Fri Nov 20 09:40:59 2015 +0400 tdf#91909 Add shortcuts to slide navigation to get home/end working in text boxes again Change-Id: I9960b94077c4c00d63483d3105d73f418cbcef0e
-
akki95 yazdı
Bug resolved. Removed toggle button from non-master documents. Toggle button working for master documents only. Changed toggle button tooltip to "Toggle Master View" Change-Id: I7b77bae812ac208b0b93fff9e114b063d2ae2520 Reviewed-on: https://gerrit.libreoffice.org/21913Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Stephan Bergmann yazdı
...where 05642b44 "-Werror,-Wconstant-conversion (from 255 to -1)" caused MSVC to counter with "warning C4310: cast truncates constant value" Change-Id: I7d80825a01e49817d7989e00774fed1f162dea85
-
akki95 yazdı
Changed visible terms as required. Change-Id: Id4335629977aa8512c753241d7c2203820716b73 Reviewed-on: https://gerrit.libreoffice.org/21857Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Pranav Kant yazdı
Change-Id: I606a1112c8eb4c1cc4596d6947ce1223543cc87c Reviewed-on: https://gerrit.libreoffice.org/21861Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
Change-Id: Ie8ae44e1b90796033847a892474f4de64e7f9328 Reviewed-on: https://gerrit.libreoffice.org/21984Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
akki95 yazdı
Change-Id: Iae8a1980bb5b42c14c280c4b6d860f70fb4639e8 Reviewed-on: https://gerrit.libreoffice.org/21946Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Caolán McNamara yazdı
makes the crash/hangs go away Change-Id: I91a4391190ec7aa0ffa5e41a8c1eb86b4bb9c484
-
Stephan Bergmann yazdı
Change-Id: I9cce09bf729398a475d9d07fdfa002f325611546
-
Stephan Bergmann yazdı
...location." Caused many crashed during "make check", when aLocaleNames is a sequence of 17 ("ar-SA", "ar-DZ", ...), but aLcoations merely a sequence of 2 (".../dict-ar/ar.aff", ".../dict-ar/ar.dic"). From comments further down below, it looks like aLocations will always contain exactly two entries ("also both files have to be in the same directory and the file names must only differ in the extension (.aff/.dic)"), and that all the aLocaleNames members share the same set of aLocations ("Thus here we work-around this by adding the same dictionary several times. Once for each of its supported locales"), so that it would appear to be OK to just check once for the existenceof aLocations[0]. (There is a check for if (aDictIt->aLocaleNames.getLength() > 0 && aDictIt->aLocations.getLength() > 0) below, so it might be that these can be empty, or it might just be "defensive programming." Play it safe, and check here that aLocations is not empty.) Change-Id: I82bea6571983e397a9e164b294a5ba656b511a67
-
Caolán McNamara yazdı
instead of setting a single tooltip for the whole panel area, wait for a tooltip request and specify the area to which it applies. Which is what other widgets that have different tooltip areas do, and maps much better to the gtk3 tooltip system which functions like that too. Change-Id: I56f452562c3c4d9dcec4109a8ee6168f34619472
-
Marco A. G. Pinto yazdı
This patch adds 168 new entries to the pt-PT autocorrection. Change-Id: I8a9233cd0d1a2eeca5861c6ca51f3d2121053085 Reviewed-on: https://gerrit.libreoffice.org/22024Reviewed-by:
Olivier Hallot <ohallot@collabora.co.uk> Tested-by:
Olivier Hallot <ohallot@collabora.co.uk>
-
Dennis Francis yazdı
...but maintain the fix for tdf#96524 Change-Id: I35128843d13904e9e0cf9ded559c352acb3c7c46 Reviewed-on: https://gerrit.libreoffice.org/21559Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I96ce357b1e5a7260c07872182763eaea22a7d0c3
-
Miklos Vajna yazdı
... and implement it in Writer. Otherwise there is no way we can perform e.g. page down in an expected way. Without this, the core visible area depends on the zoom in the document, and the client visible area can be something entirely different. Change-Id: Iadfb5a225da09a2551ffa41ddf503bb3d22b3eae
-
Miklos Vajna yazdı
Change-Id: Ib63959ad64fe52b648e0c0d3fe6d49fb282d57ee
-
Kay Schenk yazdı
Damaged "registrymodifications.xcu" causing problems with backups and spell checker (cherry picked from commit 983e71fa) Change-Id: I279275e11fb2ee6a223c7905652165d1b7a2e0ac
-
Maxim Monastirsky yazdı
Instead of fighting with this obsolete thing, let's just kill it. This fixes disabling in read-only doc, as well as pressed/unpressed states. Change-Id: I4d06ba3395024ffd09d77c6d22653a2c5e227115 Reviewed-on: https://gerrit.libreoffice.org/22010Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Emmanuel Gil Peyrot yazdı
On Windows, the text is rendered with 0 of alpha, which is an issue in this transition as it enables GL_BLEND. Change-Id: I45fe32ccf77854e758eddc33f300791d4cdd6904
-
Noel Grandin yazdı
Change-Id: If4d1e4071995f07212fad958b0226d5824d168f8 Reviewed-on: https://gerrit.libreoffice.org/21989Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Rosemary Sebastian yazdı
Change-Id: Ic2c8ce0ff2a54079ef81f6ce2770497a9d22c7b6 Reviewed-on: https://gerrit.libreoffice.org/21902Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Oliver Specht yazdı
with commit 2970ec84 the check for a valid pDoc had been removed Change-Id: I644ee82a46ec4f047f1a1b6bff68c4b67e96c3d8 Reviewed-on: https://gerrit.libreoffice.org/22006Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Miklos Vajna yazdı
Change-Id: I23fa86080c001d3a78c3b7d7c49274f01444d9be
-
Tor Lillqvist yazdı
But seriously, who builds with OSL_DEBUG_LEVEL > 2? Either debugging printouts inside such ifdefs are completely pointless and should be removed, or then the information might actually be useful, and the ifdefs should be removed, so that the information can be selected to be printed using the normal SAL_LOG environment variable mechanism (in a build where SAL_INFO is functional). Change-Id: Ia5d2c7c7b525ed133fe3f077a005f583b8a856e7
-
aybuke yazdı
Change-Id: Idffbfb78b2386020fd099077a67bf8a89917bdab Reviewed-on: https://gerrit.libreoffice.org/21999Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 01 Şub, 2016 15 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I7cc82556d0c1fe874bf112052300217a0162c5bb
-
Miklos Vajna yazdı
Change-Id: I544d42994bd46171d5d507af450cd1ca5f9c912a
-
Marco Cecchetti yazdı
Change-Id: I6d89df49b9f740b7f81394938222261f25a50dba
-
Gabriele Ponzo yazdı
Change the accelerator from F to S, because it was conflicting with file menu. Change-Id: I1f3959ae12b09fb5d48a7379693c6afc1bafa906 Reviewed-on: https://gerrit.libreoffice.org/21898Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Miklos Vajna yazdı
This is similar to what is implemented in online.git's leaflet. If the zoom factor changes, then inform LOK about it on the first keyboard hit. Change-Id: I2db4ffed3897db5c852f4b8aea8f4e2d3500a25a
-
Miklos Vajna yazdı
Change-Id: I16e7c0fee34077d5bbb493d9d9502ff82355c2c6
-
Caolán McNamara yazdı
ditch the CAIRO_VERSION_ENCODE(1, 10, 0) + sub optional damage rect and just use our always-available basegfx foo here. Change-Id: I680453180f4725ac37cabf38d71b935c99edf6c7 Reviewed-on: https://gerrit.libreoffice.org/21971Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Laurent Balland-Poirier yazdı
Sifr icon theme Change-Id: Ic8cf19195ce48a4825e94ae31aee835555be1e0e Reviewed-on: https://gerrit.libreoffice.org/21970Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Michael Stahl yazdı
This looks obsolete, it was used in LibreOfficeLinux.conf since the beginning but in fact since LO 3.5 it was broken and the vclplug_gen was not actully dlopen()ing Xrandr.so but somehow magically "found" the symbols anyway. Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a
-
Mike Kaganski yazdı
Since commit ae0e830f, mirroring is handled correctly in LO, so no need to handle it specially in PDF import code. This obsolete handling causes double-mirroring. Change-Id: Ia873f0426e444cafd80b24b7d209e90eb481d8f4 Reviewed-on: https://gerrit.libreoffice.org/21870Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Michael Stahl yazdı
This was borked since gbuildification of vcl in 2011 and the dlopen code didn't even compile since commit b5f11394 Change-Id: Ieff22ed144d9d89e53dd956ce0dfea5e4d07ea13
-
Xisco Fauli yazdı
Opacity attribute didn't work because it was always set to 1.0 Change-Id: I3a2029ef23acf9d8c0f346e04341db33c6802b8e Reviewed-on: https://gerrit.libreoffice.org/21911Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
kripton yazdı
Change-Id: If5d35828a7309b6916de65282e32ce1ad459a15f Reviewed-on: https://gerrit.libreoffice.org/21936Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Stahl yazdı
Change-Id: If70658c568e746ab8923f8e6a5ad3407bd5e94a0
-
Noel Grandin yazdı
based on the unusedmethods plugin, which I should probably rename at some point Change-Id: If197423c59d4350ea1fdc69e99d24b631d9751b9
-