- 21 Agu, 2013 27 kayıt (commit)
-
-
Minh Ngo yazdı
Change-Id: I46beb65c13ed349b0faadfab1be888d6cbd10ff9
-
Minh Ngo yazdı
Change-Id: I6800c7a75dbcdec53119f5f4da341aeb33c9d574
-
Minh Ngo yazdı
Change-Id: I18c544dadb553e7e173e9e377a337aa2b7eecb60
-
Minh Ngo yazdı
Manager checks if an URL is the same or empty. Change-Id: I4ab2db31f73fef45feff1973fa82452dc579ef9d
-
Minh Ngo yazdı
[1] vlc git 5a43de506f31e1fa5460f8b62e25a1d640136597 [2] http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;a=commitdiff_plain;h=5a43de506f31e1fa5460f8b62e25a1d640136597 Change-Id: I2aa0b4c579ff534e20a425919f0efba59101d7af
-
Minh Ngo yazdı
Change-Id: I095638260d08d5d2fd67c93a42dbdbfe19581b75
-
Mirek Mazel yazdı
Change-Id: I579923237eca1b3d6715a11fc7be3f7e22c5d32a
-
Matteo Casalin yazdı
Change-Id: If174b140014ca06007e3ad36e3ff80c1896406cd Reviewed-on: https://gerrit.libreoffice.org/5559Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Matteo Casalin yazdı
Change-Id: I5ab3f394402a7b46e735a9cafd223672761b3c6a Reviewed-on: https://gerrit.libreoffice.org/5558Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Matteo Casalin yazdı
Change-Id: Ibbd6cfd969dd5ba3f839f48ff557d6c850ea3ab2 Reviewed-on: https://gerrit.libreoffice.org/5557Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Matteo Casalin yazdı
Change-Id: I87b26b5eb3314cd2129f9e23870a59ccff53a02a Reviewed-on: https://gerrit.libreoffice.org/5556Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ie51865e57a33e31c2aa115b68eed0fc0a1972c40
-
Caolán McNamara yazdı
Change-Id: Iacd695dd36fe482822c0abbc5ae7cf6da00c8903
-
Caolán McNamara yazdı
Project: help 5071c77daaa17a249ac784805f4b5d09c0140127
-
Caolán McNamara yazdı
Change-Id: I49b4ee1dd058ac4d2451ff8cfe8f801cee0ba5fa
-
Caolán McNamara yazdı
Change-Id: I5560ae291cd5bf9e5f57a5bad5ecdfe7a6cd0bb8
-
Michael Meeks yazdı
Change-Id: I78b9f0b4e4e40e30f59ee654128fdc0c6022fe1c
-
Siqi LIU yazdı
Change-Id: Ic61833df904babc9668ff57231e300395ce3c582
-
Siqi LIU yazdı
Change-Id: I86a90129640b3ae0eb92db0ccc9479c921da9b71
-
Siqi LIU yazdı
Change-Id: I130f98ef1a98af858eb2125b275274bf4e18c66b
-
Rene Engelhard yazdı
Change-Id: Ib9f06b2b5629d149e932fe37312fdf5e8448c39f
-
Caolán McNamara yazdı
Change-Id: I9a542f58522bfb3db9cb990098e1bda004d25223
-
Caolán McNamara yazdı
Change-Id: I753d725963c6f617e4c2d2bd775152a7369fd977
-
Tor Lillqvist yazdı
Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f Reviewed-on: https://gerrit.libreoffice.org/5539Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I0d7ce79aeac75fe49cbdb698cc5e2b018bf69992
-
Kohei Yoshida yazdı
Change-Id: I898d7a2d3f0ea472daddb9dd32f772a5d7268773
-
Kohei Yoshida yazdı
Change-Id: Id04dffc135fad6bb66ea157cd280dd481cb80117
-
- 20 Agu, 2013 13 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Ida2b9e3c40205dafaf61ebec67da34d5043c432c
-
Stephan Bergmann yazdı
Change-Id: I6e7960dbe16e729c706d1055aea1ded357308064
-
Andrzej J.R. Hunt yazdı
Change-Id: I0aa745becbd8b3dae11917248205f46eb61c17de
-
Andrzej J.R. Hunt yazdı
We specifically only want the type identifier but not any autoincrement/ nullabe parameters which have to be modified separately in some databases (e.g. firebird). Change-Id: I8b33bae8ce4aaf5f325c4156955140ad4fb17db7
-
Andrzej J.R. Hunt yazdı
Unnecessary relic of Tables. Change-Id: I8d36f2ad3b3dc877ba64e063415922895c1c25d9
-
Andrzej J.R. Hunt yazdı
Change-Id: I54ca18b36c19d5a13efd8a194b59f0d8aebbac4c
-
Andrzej J.R. Hunt yazdı
Change-Id: I8a64f9776a618691fa61aa0e71067a0eb6176811
-
Stephan Bergmann yazdı
...as its assert requires that both input characters are ASCII, which need not be the case in these compareIgnoreAsciiCase functions. (Even if they take one literal argument that must be strictly ASCII, the other argument can be an arbitrary Unicode string in the case of OUString or an arbitrary 8-bit string in the case of OString). The logically correct version of rtl::compareAsciiIgnoreCase would arguably be one that requires its two arguments to be valid UTF-32 code units, but that could not be used in these places either, as for OUString they operate on individual UTF-16 code units. rtl::compareAsciiIgnoreCase likely makes less sense after all than assumed in c8e39e66 "Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents," which this commit partly reverts. Change-Id: Ib2eed3a1896e83d9c66b0479a03f9ec51e1c4dc0
-
Julien Nabet yazdı
Change-Id: I8b0025a1dcba5819edbb35395324efaee936eec5
-
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
-