- 21 Kas, 2016 40 kayıt (commit)
-
-
Bartosz Kosiorek yazdı
Change-Id: I5be5150a41906aa550e1fe00aa1647d79315172d Reviewed-on: https://gerrit.libreoffice.org/31043Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Wastack yazdı
Change-Id: I727a0af5c3aa1b2e1f6c251b2dcb32feb46041d6 Reviewed-on: https://gerrit.libreoffice.org/30933Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Mike Kaganski yazdı
The option to ignore protection breaks expected functionality (protection, including sections protected with password), and may cause problems mentioned in original bug. This only should be used in specific recovery situations. Moving it from user-visible page to Expert Configuration. (Previously, changing it in Expert Configuration hadn't effect.) Change-Id: Ice2f20200584acd6b476e002eb783820fa823611 Reviewed-on: https://gerrit.libreoffice.org/30968Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
- in Writer - Ctrl+F => search field/toolbox appears at the bottom - enter some search term and click on the "Find Next" arrow - if the searched term appears in in a list or a table, the corresponding contextual toolbox appears _below_ the search toolbox, pushing it one row above. => as user searchs repeatedly by clicking on the "Find Next" arrow, user tends to click on the appeared toolbox, triggering unwanted actions (like re-starting numbering of lists). As a user, I'd like to have: - the search toolbox remaining fixed on the screen and not moving around Change-Id: I809f1ff4479c31917323a39e15079205553e8b22
-
Jochen Nitschke yazdı
change return value of getCurrentMultiValue from Any<Sequence<Any> > to Sequence<Any>. return value of getCurrentSingleValue (Any of connectivity::ORowSetValue) can't be changed to use tryPropertyValue. inline functionality Change-Id: I3180cf5b9e63a3da9257b03ba02967a2d5402ec3 Reviewed-on: https://gerrit.libreoffice.org/30091Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Jan Holesovsky yazdı
Unfortunately contributed under Creative Commons Attribution-NoDerivatives 4.0; let's revert for now to prevent confusion, hopefully the author will re-license. This reverts commit 100dfb680d068e9c7e45b2147888a6c30f31276c. Change-Id: I1c8fc09abfd1acaef185bbe0e87e593d8d2a0352 Reviewed-on: https://gerrit.libreoffice.org/31042Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Tamás Zolnai yazdı
Change-Id: Ie6f2c6f53b354552b855264faea1ae9f5cb2b76d Reviewed-on: https://gerrit.libreoffice.org/31041Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by:
Tamás Zolnai <tamas.zolnai@collabora.com>
-
Caolán McNamara yazdı
rather than have half and half Change-Id: I388b2abdcaceec1bf770d581dd5a8174158871ac
-
Caolán McNamara yazdı
Change-Id: Ib223781621985c3bcf8144a6e0b9d2df8c083f42
-
Caolán McNamara yazdı
in draw, create a box, enter some text, exit and select box F11 for style navigator, new style, set font to e.g. 88 apply this style to the box. All ok. If you modify the style and changes its font to e.g. bold the text in the box tracks it as expected. All ok. If you modify the style and change its name, the box resets to something different and there's loads of warnings about unknown styles. Not ok. The style modification fires, but the style name gets overwritten by the style stuck in a OutlinerParaObject that gets overlaid over the editengine. All the rTextProvider.getTextCount uses that don't iterate over all entries look dubious to me, but I'll initially fix this one that I have hard evidence for as broken. All this is probably broken since... commit 838c0fa8 Author: Rüdiger Timm <rt@openoffice.org> Date: Wed Mar 12 08:47:30 2008 +0000 INTEGRATION: CWS impresstables2 (1.14.72); FILE MERGED Change-Id: Ib0dd2857ed26c49dcfa00aae923e36429a7f7862
-
Jochen Nitschke yazdı
returns the plain value (Any) if it exists, else return an empty Any replaces some getUnpackedValueOrDefault calls in sw where is was not clear if the unpacked value exsisted or was default needed for removal of Any-to-Any template specialisations Change-Id: I618da7a7174143f5edef48e47e7aa1b6a52845e1 Reviewed-on: https://gerrit.libreoffice.org/30114Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Noel Grandin yazdı
Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9 Reviewed-on: https://gerrit.libreoffice.org/31038Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
SW_DRAWLAYER had the same value as SC_DRAWLAYER, so I merged it into the ScOrSwDraw enum constant Change-Id: I5c45d378c00364d11cc960c9e48a6e3f10928724 Reviewed-on: https://gerrit.libreoffice.org/31037Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Michael Stahl yazdı
These files use the macro OSL_BIGENDIAN but did not include the header that defines it. Found via: git grep -l OSL_.*ENDIAN | grep -E '\.h(xx)?$' | while read f; do grep -L endian\\.h $f ; done Change-Id: Iffb36336026e49a9c3d8fcf125a54ec857c7552e
-
Michael Stahl yazdı
These files use the macro OSL_BIGENDIAN but did not include the header that defines it. Found via: git grep -l OSL_.*ENDIAN | grep -v -E '\.h(xx)?$' | while read f; do case $f in *cxx) grep -L endian\\.h workdir/Dep/CxxObject/${f%.cxx}.d ;; *) grep -L endian\\.h workdir/Dep/CObject/${f%.c}.d ;; esac ; done Change-Id: Iaf589a8235dbc8062840d2716ab843e64b5cb7a2
-
Caolán McNamara yazdı
Change-Id: Iddc39359d426f345eff0abf9fc9616e19597a0a4
-
Markus Mohrhard yazdı
Our windows path is stored e.g. as D:/libo1 which os.path.path2url converts to D://libo1. UNO does not recognize the URL as a valid file URL. Change-Id: Iad4c4a3944d26312bb79bfeefaf55f697c0afd1c
-
Caolán McNamara yazdı
Change-Id: Ia361aa316fe3f5ecdd672d42de9bea7fcf142554
-
Zdeněk Crhonek yazdı
Change-Id: If266f50522a06c3b464135c3f416278b394badbf Reviewed-on: https://gerrit.libreoffice.org/30878Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: If153b62ccb411213ccea77f9231d6dd612a1cbab Reviewed-on: https://gerrit.libreoffice.org/31028Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
osnola yazdı
Change-Id: I2f4a67ce439d913648c17d4770b94c5b4e7968f9
-
Miklos Vajna yazdı
Change-Id: I806fc0bc9e09b5624dd91d7047eb0388026a6648
-
Muhammet Kara yazdı
Move the "Enable"/"Disable" button which was customly implemented from the ExtBoxWithBtns_Impl to the new row. This should also solve some accessibility issues. Also remove some unnecessary code pieces for clean-up. Change-Id: Iec7820779110eea3411a774de8277ef238f562e7 Reviewed-on: https://gerrit.libreoffice.org/30973Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
David Tardon yazdı
This reverts commit 7fe1b39e.
-
David Tardon yazdı
This reverts commit b55d1747.
-
Mike Kaganski yazdı
... when they are selected alone (no adjacent text selected). Unit test included. Change-Id: Ia278ae2ea86a3e6d83e1a628880f770f1eb11cd7 Reviewed-on: https://gerrit.libreoffice.org/30954Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Gabor Kelemen yazdı
The presentation wizard was removed in bb804059 but the corresponding UNO command is still available. Change-Id: I54e676672bb53d0283394a0ebffbe9f94f29d9c0 Reviewed-on: https://gerrit.libreoffice.org/30983Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
David Tardon yazdı
Change-Id: I932f1383f37a45c56dc3ae6d0b5485d80f3325ad
-
David Tardon yazdı
Change-Id: I0d2a2c32d99ee11e63a2363f8a17bd4efd72cc22
-
David Tardon yazdı
Change-Id: I1d387ac566008efd5b0fe7e5e4a4f1bc8462107f
-
David Tardon yazdı
Change-Id: I4f3b43032f99031bd505d8ec2f50596c2f2c0457
-
David Tardon yazdı
Change-Id: I21685599e42c961407fa3de40e69e6e54dfe7c79
-
David Tardon yazdı
Change-Id: I018d04217dd25661562dde7e4f84ef32c5a3eb6a
-
David Tardon yazdı
Change-Id: I518d86870a0970672d618379a6f965c69c04759d
-
David Tardon yazdı
Change-Id: I53d50f8e338fcc64e24370a80ce390f7a2be34ba
-
David Tardon yazdı
Change-Id: I8b6f6d650c011fc0611d6933894bc64a780ff8c0
-
David Tardon yazdı
Change-Id: I0e88c205f4fa34c0001d1fc1f53b9a8bb6dcd2d8
-
David Tardon yazdı
Change-Id: If71616f2a8f1bcd42bd89a9192ec0e1d3fdaba0e
-
David Tardon yazdı
Change-Id: I7ebf3d83833424a089a6befb1fe038fdd85ead35
-
David Tardon yazdı
Change-Id: I28bb2a33c02d8eadced584d3d3f2b62b2e847324
-