- 05 Kas, 2014 31 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Iaab0c992497b7d6b2da67cf65ade099c784c7a94
-
Caolán McNamara yazdı
Change-Id: I96575d843fd982866c89000bb4426bd5e11c56d1
-
Caolán McNamara yazdı
Change-Id: Ic87cc3d968447051e52012e59d92e95280d9d35a
-
Caolán McNamara yazdı
Change-Id: I3e34d078772c701d07c14de0da45bbdcb7b44838
-
Caolán McNamara yazdı
Change-Id: I44246f85acf197fa1707b37691f21e6e996bc2d3
-
Caolán McNamara yazdı
Change-Id: I8a57ad303666cfcb3e338fc1933c29a887240a5a
-
Caolán McNamara yazdı
Change-Id: I107817e730ca0bd94d66ecf9719c3a6eb273e4f1
-
Caolán McNamara yazdı
Change-Id: I022d3bbe40058f81cdfc2436cfe70ac2d96382e6
-
Noel Grandin yazdı
(Original idea from Kendy) Look for code that is calling std::find on a sorted container (set/map/vector) and warn about it - the code should be using the find method on the container itself, since that is considerably faster. Change-Id: Ib74e5d3faa836eeb0df16a736d202696626bdfd2
-
Miklos Vajna yazdı
Note that this should be used only at places legitimately assuming that the OString contains valid UTF-8. Change-Id: I9e8ecef9928975fe0737553f5b2a19ff2dd40861
-
Luboš Luňák yazdı
Change-Id: I01469514372ad5aab8cb81feb5e09f3315162e2a
-
Luboš Luňák yazdı
Change-Id: Ibe67ecdd5b121ad5624bfd111dca33897d6e1991
-
Luboš Luňák yazdı
Especially given that it seems here it was usually called on every single element. Change-Id: Ifc5497aac5108481595df80d00c6e00c00f17596
-
Luboš Luňák yazdı
Change-Id: I99ffa87afa6dbdbd20042a882af428d166546af3
-
Chris Sherlock yazdı
I asked on the LO dev mailing list what Evtl means and what is being expanded, and Michael Stahl kindly responded: > "Evtl" usually means German "eventuell" which means "possible" or > "optional" (i.e. totally different meaning from English "eventual"). So in other words, it means paint using line geometry and optionally expand. Or in other words, it just draws a line using a B2DPolyPolygon. Thus, I have renamed it to drawLine(), which is a private function of OutputDevice. I think this makes it somewhat clearer :-) Change-Id: I7eec23c61eda9dc1074922f5f2f67eacbc7fd725 Reviewed-on: https://gerrit.libreoffice.org/12264Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Stephan Bergmann yazdı
...that were erroneously removed with 6492c857 "Make the 'Mac-like' or 'canonical' app bundle structure always used on OS X": * gengal script (ultimately calling gengal.bin); this script still needs adaption to the new LibreOffice.app layout, though! * python script (ultimately calling Python.app) * unoinfo script * unopkg symlink to unopkg.bin (which could be dropped for Mac by renaming unopkg.bin to just unopkg, similarly to soffice/soffice.bin) Change-Id: Ic3eb340a183388939b1c812faf7fb509c9f53a8a
-
Daniel Sikeler yazdı
Change-Id: I3cfc5b66ee73b0e4d07a84c8255c5a006e4fbb25 Reviewed-on: https://gerrit.libreoffice.org/12210Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I34f753904a232a7b338736eee60f9bc225cd8f7f Reviewed-on: https://gerrit.libreoffice.org/12226Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Miklos Vajna yazdı
Change-Id: Ia17b14c4b27e808ceab388aa33602875e67433a5
-
Miklos Vajna yazdı
Change-Id: I8102f31d46257c96837b6c9497e9c49f92ac29b1
-
Yousuf Philips yazdı
Change-Id: Ibaca345f20baee3ddb5f76cd8079d8a34157eabb Reviewed-on: https://gerrit.libreoffice.org/12259Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Id1a5a0756c2704a622eccecb32726a427e64b70d
-
Riccardo Magliocchetti yazdı
include-what-you-use is a tool to help removing unneeded includes. Homepage: https://code.google.com/p/include-what-you-use/ So to use it pass its path to configure like: ./configure --with-iwyu=/usr/bin/include-what-you-use May be helpful for fdo#42949 Change-Id: Idc185c5181d754b9dfd82fcf6a5ad05953b3cd03 Reviewed-on: https://gerrit.libreoffice.org/12255Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Ioan Radu yazdı
Sinchronize colors from colorcfg.cxx with settings.cxx Change-Id: If3a9c7ac2593e5a452a57590189ad787b807b83c Reviewed-on: https://gerrit.libreoffice.org/12199Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Maxim Monastirsky yazdı
The Sidebar Paragraph panel is used there for text boxes. Change-Id: Icff81d50c0341f02d29e36d0c3b99478a872a48f
-
Jennifer Liebel yazdı
Change-Id: Ibc5bf2b0be58e8fa81d3cdf1ba2a39503b059f1a Reviewed-on: https://gerrit.libreoffice.org/12262Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Iae4c439de43fba471916463da8939709bbd068e5
-
Miklos Vajna yazdı
Change-Id: Ia1cfe9f65fe7c7be0c93ad03a6c34c57ffa4b45e
-
Adolfo Jayme Barrientos yazdı
* Standardize spacing * Add missing colons to labels that precede controls (fdo#78826) * Disable manual resizing where it doesn’t make sense * Standardize Help button’s position (fdo#76486) * Remove unhelpful frames Change-Id: I53ffb47fbd4da62e92341ced3772c2d1ee83e0f8 Reviewed-on: https://gerrit.libreoffice.org/12260Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Noel Grandin yazdı
Change-Id: I08c4a456f9e80f70719ca8c3ad5c0f0d2d8282f6 Reviewed-on: https://gerrit.libreoffice.org/12258Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37
-
- 04 Kas, 2014 9 kayıt (commit)
-
-
Tor Lillqvist yazdı
Not sure exactly why, but anyway, look for *.a there, too, then. Change-Id: Id85f4f7d5ffe47c636ac860131a2dfb10cdfdff8
-
Michael Stahl yazdı
Apparently the run type resets to LTR in a new group. (regression from fc49c052) Change-Id: I61c0fcbe4e44b488a14cc78823063a1a1ad4f4b1
-
Tor Lillqvist yazdı
Change-Id: Ica6d417b18136f0645d69a54a86ecddd255e17c1
-
Michael Stahl yazdı
regression from 139a4b62, thanks _david_ Change-Id: Ifce88cc5dd3dfc252a16407b4141ba2751564171
-
Jan Holesovsky yazdı
Change-Id: Ide0e653493759e7583fbebb2b3d23d614bdb803c
-
Caolán McNamara yazdı
Change-Id: Ibd129d989a32eec2f63413d1ed09962ad3b38c68
-
Caolán McNamara yazdı
and coverity#735636 Division or modulo by float zero Change-Id: Ib9c93ea843f63d38bdb8b0e5107f48afc2bdec52
-
Caolán McNamara yazdı
Change-Id: Ibd53687416a4e20af7ac4a1e02c54407892aa470
-
Caolán McNamara yazdı
Change-Id: Ifbc5de648c2dac23d8616d436a7a78bf1b2adb0d
-