- 20 Agu, 2013 31 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Caolán McNamara yazdı
Change-Id: I3623d5e133b8d7b2e7920824b05c46ade7b10d7c
-
Stephan Bergmann yazdı
Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc
-
Michael Stahl yazdı
Don't mess with encoding in Logger.log, since sys.stdout.write() accepts str (in python3) and both str/unicode (in python2) anyway. Change-Id: Ib0339b7fd882a7654cc24c38efdaf67f519663ff
-
Bjoern Michaelsen yazdı
Change-Id: I177cc28ec357ec5f88bb1efae1928eb120dcd9f2
-
Björgvin Ragnarsson yazdı
This makes sure shared extensions are readable by users when root's umask has been set to a value such as 0027. Change-Id: If495afae8eaf3a640c99ecb7598b79b59363c12c Reviewed-on: https://gerrit.libreoffice.org/5521Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Fridrich Štrba yazdı
There is cleaner, scriptable and out-of-source-tree workaround available at: http://fridrich.blogspot.ch/2013/08/service-announcement-openning-of-sxw.html This reverts commit 36c64c87. Change-Id: I37362e996ff1c73bcc88d1037defd07d7bab90af
-
Ivan Timofeev yazdı
otherwise I get ugly two-color frames with the Adwaita theme. Change-Id: Ibac1df9759148f89954e13051e3d6e64db30a2af
-
Caolán McNamara yazdı
Change-Id: Ib3ebbfda09cd05477b65c1d81ac77e977b2a11e5
-
Olivier Hallot yazdı
Change-Id: I283667cd21fee7dd905c5353245317ed90102c96 Reviewed-on: https://gerrit.libreoffice.org/5524Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86
-
Matteo Casalin yazdı
Change-Id: I34afb1c85cf1cf389faab5f1ae415e34d42c5ef5 Reviewed-on: https://gerrit.libreoffice.org/5491Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Matteo Casalin yazdı
Change-Id: I0c5d2b194a09002292990e74aeb10984c2b41d0e Reviewed-on: https://gerrit.libreoffice.org/5490Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I60cfb30c7caab308a0cbe415ba04e1245ed3dd9c
-
Andras Timar yazdı
Pootle has many checks, but there are cases which are not covered. Therefore I wrote a tool which checked three types of translation errors: 1. Unique style names. 2. Unique spreadsheet function names. 3. Missing trailing '|' in Windows installer translation. Usage: make cmd cmd=solver/*/bin/pocheck It checks all languages and prints the report to stdout. Change-Id: I89aad66ea41c0ebe4a6f45beaaf86afd1a6439cc
-
Michael Meeks yazdı
Change-Id: Iee0521e4f7851f5b51cf6ab7a973bf8b46fb09f5
-
Xiaoli yazdı
Change-Id: I66a36acdb4aa67d438fb36597f41e847bbde10e3 Reviewed-on: https://gerrit.libreoffice.org/4796Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Marcos Paulo de Souza yazdı
Change-Id: I7d5075b0c9ac481b954c6a843b35e46355b5348e Reviewed-on: https://gerrit.libreoffice.org/5519Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Oliver-Rainer Wittmann yazdı
consider empty graphic frames in graphic bullet area (cherry picked from commit b16eb2a1) Conflicts: sw/source/filter/ww8/ww8par.cxx Change-Id: I242762556805b80787bc6c4305c2f735fef711d3
-
Caolán McNamara yazdı
Change-Id: Ia529992d15152db981379a1e0a4dec63b2dad40c
-
Caolán McNamara yazdı
Change-Id: I0d8e8903bdc5943079c6ed9f123e2fca2f72467f
-
Matteo Casalin yazdı
Change-Id: Ifde0d45e35fed94d4ef6cb93b2feda172fd6608b
-
Michael Stahl yazdı
SwDoc::CopyMasterHeader/Footer(): this could result in sharing the first-page header/footer with the left-page (!) when un-sharing via the dialog; the reason is that what actually happens here is that the left-page header/footer was never changed but the master one was copied in SwDocStyleSheet::SetItemSet(), so it sort of worked by accident before the first-page header/footer was added... Change-Id: Ia24df6ad59cda484559f2ca48ecaa7563878120b
-
Michael Stahl yazdı
SwDoc::ChgPageDesc(): make the invalidation of the Undo stack on change of IsFirstShared work by delaying ChgFirstShare() until after the check. Change-Id: Ifbefe446df8b6d785ed1bb6394ec5beb803fb1fe
-
Michael Stahl yazdı
... and GetRightFmt(). If the first format is requested it must be returned; the sharing works by copying the SwFmtHeader/Footer from aMaster to the other members. (regression from 4dc78aee) Change-Id: I1708f01c18b155ae75c14fc407e52ccd2bd798d7
-
Michael Stahl yazdı
Not copying the nodes for first page is not an option; the real problem with the fdo45183.rtf is that flys in the header are not copied along with the nodes, like it is done in SwDoc::CopyPageDescHeaderFooterImpl. Also, the same problem may occur for footers too (CopyMasterFooter). Change-Id: I985a6b89f8cde96dc0fa0b489c44d77987f91a8a
-
Fridrich Štrba yazdı
Change-Id: I1fc9b29255c9822406dfc6ddb05b3a7f63fcd216
-
Jesús Corrius yazdı
Change-Id: Id6434355aabdde4f39232ab5a839201a85ca4d29 Reviewed-on: https://gerrit.libreoffice.org/5529Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Noel Power yazdı
Change-Id: I73dc238f7de59367a0a9d00e5421ea6675b4f556
-
Noel Power yazdı
Basic hex literals are basic Integer ( e.g. 4 byte ) types with -2,147,483,648 through 2,147,483,647 range. Interally the scanner was using a long to form/scan the literal, this led to bad behaviour on 64bit linux ( where normally long -> 8 bytes ) Change-Id: I1d0fcc55ed0eda636da1445329737d1684e69f33
-
Julien Nabet yazdı
Change-Id: I10a67d3087205e81633a35e30b7648c4a14ac2f9
-
- 19 Agu, 2013 9 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Iee4f792d35b8caf13bbd1c9ec7aefe38f185dcbb
-
Julien Nabet yazdı
Change-Id: If2235c959aa409376397f306145bea0bee713c78
-
Julien Nabet yazdı
Change-Id: Ie54315ebf76707848de635e75b9689ef8d06e0ea
-
Julien Nabet yazdı
Change-Id: I68d66e62d6962ec1da471b7c7edc8ca30d70e838
-
Julien Nabet yazdı
Change-Id: I98e90d54ade44a6baf20c8f36bc536f3dfa43ffe
-
Julien Nabet yazdı
Change-Id: I22a9178da0190fa79c81e10511925d2270065680
-
Julien Nabet yazdı
This reverts commit 0654a592. Sorry Kohei for the noise
-
Kohei Yoshida yazdı
Change-Id: I17b45a5fb6ac5d30be5d3575fec76a61662decdf
-
Kohei Yoshida yazdı
Actually the detection code works just fine without having the detection service set the filter name here. But it's supposed to. Change-Id: Ic6a4325b5ceb532d0691781388f66c24cd695ca5
-