- 25 Şub, 2016 9 kayıt (commit)
-
-
Xisco Fauli yazdı
Change-Id: I7adb55dc408811f03365578f815bf1b7fbe7f2fd Reviewed-on: https://gerrit.libreoffice.org/22679Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Xisco Faulí <anistenis@gmail.com>
-
Xisco Fauli yazdı
it has been fixed by 423b79e7 in a better way Change-Id: Ia3192071f00522ac111d3e95e4dc05dc57a6267e Reviewed-on: https://gerrit.libreoffice.org/22677Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Xisco Faulí <anistenis@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Project: help 97ecbd0f9d9668e0abdbb7efd0e59603931951f9 tdf#98122 Rip out mention of the option “AlwaysAllowSave” Change-Id: I28bdddff69f8cf77d046675c395c581d43bf34a0
-
Miklos Vajna yazdı
Change-Id: Ic9f86c991de8faecd3071805762e83132196cfd7
-
David Ostrovsky yazdı
Change-Id: Ida3b031f0425aae8d8372410311312b4d7a13d2f Reviewed-on: https://gerrit.libreoffice.org/22683Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Miklos Vajna yazdı
I assume this was needed for the Linux baseline. CentOS 6 has libxml 2.7.6, patch is needed for < 2.7.4. (CentOS 5 had 2.6.26, that is only used on libreoffice-5-0). Change-Id: Iae2edbf4f0d484944e399bd901d35a8260272700 Reviewed-on: https://gerrit.libreoffice.org/22659Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
Change-Id: Ic7e42f50adf85266ae6b61cf152c99081be11d4a
-
Markus Mohrhard yazdı
Change-Id: I9814e5975d69d4b93dd2a2b142e9368dc665c225 Reviewed-on: https://gerrit.libreoffice.org/22554Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
We can add several additional key value pairs during the execution of the program that will be used on the server to show more information. Change-Id: I4102adc15fc821415fa0b997ca7fe0dc4f7abcec Reviewed-on: https://gerrit.libreoffice.org/22553Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 24 Şub, 2016 31 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I5278a44d9d492d04618068afd1610358bb4b4d5c
-
Eike Rathke yazdı
And all those places that interface to SvxSearchItem. Change-Id: I08915824a596cd0f247a89f44e4684cd22b98082
-
Adolfo Jayme Barrientos yazdı
Change-Id: Ia4f0a4e4853f76e90f22308f528de871d2ec6c60
-
Christian Lohmaier yazdı
Change-Id: Ia76bf2786d9f715aba9d9e00906b4be3b77b045f
-
jan iversen yazdı
Project: translations 11b3dcfadd4163cd5c0331adb52d4d7b3ea8c52e po update for 5.1.1 RC2 (cherry picked from commit 20a1fd7922d78a2e1401cdd58c80e775ff8dc124) (cherry picked from commit 08352718f0a6dc97d0fccb328dca214c312c42b8)
-
Stephan Bergmann yazdı
Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4
-
Stephan Bergmann yazdı
Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587
-
Stephan Bergmann yazdı
Change-Id: Ic7cb4f4ab52f05c16637cc1283a8cba59cd1764f
-
Miklos Vajna yazdı
If the text is different, remove the old shape and then insert the new one. Otherwise just don't insert a new (identical) shape. Delete and insert is needed because the shape size depends on its textural content. Change-Id: I0c8faa0e3e69416ea0b89fa33155826bc2dc7a4f
-
Miklos Vajna yazdı
Given that they are not fields, it's necessary to re-create them every time their textural content would change. Change-Id: I1276ef686b1b622dccaa8ac4996af8e4cb4de329
-
Miklos Vajna yazdı
Change-Id: Ib22b2066bb3f4059425b8c71b5fc737e160aef0b
-
Miklos Vajna yazdı
Change-Id: I61c235660366ec1aba137097600605aae76c39a7
-
Stephan Bergmann yazdı
...where "this" must be (derived from) View, in View::InsertData. Before 89d39bc1 "tdf#94559: 4th step to remove rtti.hxx," that was ISA( View ) which had originally been introduced as ISA( SdView ) into SdView::InsertData with 82453a8c "#80266#: added D&D functionality for slide view" in 2001 (and then, both in concert, SdView::InsertData changed to View::InsertData and the ISA( SdView ) changed to ISA( View ) with ee8db8ad "INTEGRATION: CWS impress1: #111996# Transition to stacked sub-shells. Introduction of namespace sd." So just assume it was always only a harmless glitch that is good to go. Change-Id: I5a99e401feb2a4c4455469b58c803ccab06694f5
-
Caolán McNamara yazdı
This reuses lots of the unity machinery which is similar to the mac concept of a single toplevel menubar. So to drive popup menus, part of this is a rework that does away with the idea that the "menubar" is the controller of the hierarchy, and instead the top element becomes the controller Change-Id: I4336391718844bc73cfc47c1043f99f0e3b812d8
-
Stephan Bergmann yazdı
Change-Id: I5a2a465bec4fe38de683ce989264062a70a12d36
-
Stephan Bergmann yazdı
...in 8bcc5389 "WaE vs2015 literal implicit casting," that explains why 89fe180f "Silence -fsanitize=shift ("left shift of negative value")" became necessary afterwards Change-Id: I1b3d09ba59d60a88e34e48cc3697a20084623817
-
Yousuf Philips yazdı
Change-Id: I4a886a9312a4b4afbe2451b88941b72dc5c6dadc Reviewed-on: https://gerrit.libreoffice.org/22621Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Stephan Bergmann yazdı
since ce81a477 "tdf#97458 - remove unused intel opengl driver version special-casing." Change-Id: I4d1e804bef054db5a999b23c35c308e1a0c5ece3
-
Caolán McNamara yazdı
Change-Id: I27610f28f42368355bef1b3461fc3ccea1b07218
-
Marco Cecchetti yazdı
Change-Id: Iafa5d4b347da46dedb9431b6870f34b2b6fcad99
-
Marco Cecchetti yazdı
Avoiding de-compressing and re-compressing them saves lots of time too. Avoid PNG compressing de-compressed JPEGs. Change-Id: I7fe7db8e294e38d3240d284f73183a34ee48fb2d Reviewed-on: https://gerrit.libreoffice.org/22657Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: Id86b4afc0d00864e02c978e0b8d4aa1fde7263c3
-
Caolán McNamara yazdı
e.g. the toplevel toolbars put excess entries in menus. If the entry is not marked as checkable then a native gtk menu entry will appear to be stateless when it actually does have a toggle state Change-Id: I7168b44d59fd64dfe264ed8ca26355252d697251
-
Stephan Bergmann yazdı
Change-Id: I34016e7124ff33700bb33801145f478ed34e9262
-
Miklos Vajna yazdı
If there is a field that's the same we would append, don't do anything. The document property is already updated, and the rest is automatic: it's a field after all. Change-Id: I68713629a6917657ff491646c1b7781a9603e4f2
-
Miklos Vajna yazdı
Iterating over all text nodes of the document would be quite slow, use the layout information instead. Change-Id: I124ef62e171b08af681a3ae910ffbdf839e34270
-
Miklos Vajna yazdı
Change-Id: I56d37a8c143dd5108bbc9f6444fe3e058378bf5e
-
Miklos Vajna yazdı
Change-Id: Ic69af56982a89356571f0016164b60e22ab94cf8
-
Caolán McNamara yazdı
e.g. the draw/impress context menus. Handle these like MenuManager::Activate does Change-Id: I02a0e377a2d3a57ac7ac9239aaa75dbb856489d2
-
Eike Rathke yazdı
Change-Id: Iff9301c7b82f932ef2c71cb1ed62cd24211e92d2
-
Noel Grandin yazdı
look for places we should be calling CPPUNIT_ASSERT_EQUALS instead of CPPUNIT_ASSERT Change-Id: Ia836555d569069c6d0dce592f1c9a78bf8d8adb8
-