- 30 Eyl, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ia5acd5b6be61364aab2e799088bd2592bd2b4b62
-
Stephan Bergmann yazdı
Change-Id: I824e83271997888712f126f4197252d7beefccc1
-
Prashant Pandey yazdı
Currently, the default color shown in Sidebar>Line>Color is yellow and is not updated until and unless one hovers a mouse on top of it. This is wrong and the default color of the line-color should be updated and shown by default. Change-Id: I213cba84a0fc726220acfe547955a96d6bb4446b Reviewed-on: https://gerrit.libreoffice.org/5932Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Prashant Pandey yazdı
Currently, when the sidebar is taken from right side of the screen to left side of the screen, the vertical tab -bar is still attached towards the right side of deck. Ideally, when the sidebar is attched towards the left side of the screen, the tab-bar should automatically set towards the left side of deck. Change-Id: I1f56e5f0b7dfef37760e6563e7d757f7901cf2cd Reviewed-on: https://gerrit.libreoffice.org/5979Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Siqi LIU yazdı
Change-Id: I7def33cbd6f638c564de0a872a5b3b7d3c3a90e1 Reviewed-on: https://gerrit.libreoffice.org/6038Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Siqi LIU yazdı
Change-Id: Ie730db1fd926bd8bd7a4b05a08d0dd672c9ee094 Reviewed-on: https://gerrit.libreoffice.org/6037Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I8ab1842ef1eb6f2988a547f0837daa81bbaff595
-
Tor Lillqvist yazdı
I.e., GNU libstdc++, LLVM libc++, or Microsoft. Also, do the grepping for "visibility push" only in the libstdc++ case. Change-Id: Ibf1038e37780774d9595eccfe47894dd88fc5591
-
Tor Lillqvist yazdı
Hopefully helps a Gentoo tinderbox. Change-Id: I2e83b867113ba04a708c9fbb46c728368c4328c0
-
Andrzej J.R. Hunt yazdı
This reverts commit d4a41ab3. This test failed once on one windows TB, but seems to run on my local machine. Reenabling to verify whether all TBs fail or if this is limited to one machine. Change-Id: I40c121833eaef091aaa9cc4a80fefb88fde2cc5f
-
Arnaud Versini yazdı
Also move osl/util.c on Unix systems to osl/system.c. Change-Id: Ifff79d9f4f89ecbb4e0e1652b40ab46b7d569adf Reviewed-on: https://gerrit.libreoffice.org/6065Tested-by:
Arnaud Versini <arnaud.versini@libreoffice.org> Reviewed-by:
Arnaud Versini <arnaud.versini@libreoffice.org>
-
Oliver-Rainer Wittmann yazdı
- method <SwTxtAttr::RstAttr(..)> - correct consideration of parameter <bInclRefToxMark> used by Undo to fix 121897 (cherry picked from commit 685921ea) Conflicts: sw/source/core/txtnode/txtedt.cxx sw/source/core/undo/untblk.cxx Change-Id: I8c66d535b5d6d51443876f1789e379bcceabfec7
-
Tor Lillqvist yazdı
It is a (file:) URL anyway, and LO seems to take care of creating the directory as neded. Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
-
Caolán McNamara yazdı
so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
-
Tor Lillqvist yazdı
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
-
Tor Lillqvist yazdı
To be used in regression testing and similar scenarios, where the output ODF is *not* intended to be further manipulated in LibreOffice. An environment variable LIBO_ONEWAY_STABLE_ODF_EXPORT is used to toggle this behaviour. I am not 100% sure whether the generated ODF with the hack toggled on is even fully correct, but correctness is not the purpose of the hack anyway. Two classes of issues handled: 1) Automatic style names and 2) use of randomness. For class 1), when the hack toggle is in effect, we generate the names at first as strings based on all the properties of the style, and sort them based on those, and then rename them (for brevity in the output) to the "normal" form of a short prefix plus a number (like "P12"). Sure, it would have been better to just figure out *why* the automatic style naming currently is not stable in the first place, but outputs the styles in different order (with some styles being assigned different numbers) in separate invokations of LibreOffice), but I was unable to understand that. Possibly this code could be used in all cases, except that it does break some unit test (can't recall which right now). I don't know whether that is simply because the unit test assumes too much knowledge of the internal workings of the automatic style name generation, or whether the generated ODF is actually invalid. For 2), I found a handful of places where randomness was used to generated various kinds of identifiers in ODF output. I changed those to just use large (64-bit) non-overlapping integers instead. I assume there *is* a point in the original code in each case that explains why randomness is needed, so the hack definitely needs to be optional and used only for the above mentioned scenarios. Change-Id: I17b657197e38bcf24abdfe61ad4a277f4339eeae
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
Nah, do use clew after all. Makes it easier to build against an old SDK. Do always link against the OpenCL framework, though, and use NULL instead of some dylib name as the parameter to clewInit() (and thus dlopen()). This reverts commit d0fdae78. Change-Id: I2ec07ddf60941851ea70523113296627fbd80a0c
-
Jacobo Aragunde Pérez yazdı
Replaced with C's assert() or SAL_WARN_IF depending on the meaning and context of the check. Change-Id: I70d2fe8128e39b38cce03caacf95fd3757e6974e Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I7063439eb042f2abfafc06d48c4bccffd6c7762e
-
Stephan Bergmann yazdı
Change-Id: I390dfbdedd5c4b53519c51d9953a6be07f403bc0
-
Stephan Bergmann yazdı
Change-Id: I55e586fe1d145be139bf1c5b00f434ea31ba50d7
-
Samuel Mehrbrodt yazdı
* Use a toolbar with Icons instead of buttons with text * Remove the "Start Presentation" button - it's already in the global toolbar * Move the List of Animations to the top, the toolbar below it This has already been discussed in the Design team (see bug report) Change-Id: Iacbb4019ce496f1fc0dd7a252fb84f1ab52cc945 Reviewed-on: https://gerrit.libreoffice.org/6055Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I604f681a43a209cb6951209e01be1bcc26cdc3c9
-
Olivier Hallot yazdı
Conflicts: sd/UIConfig_sdraw.mk Change-Id: I5625420bb374c03da0095065444787d082df8038 Reviewed-on: https://gerrit.libreoffice.org/6066Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Nobody uses those anyway. Change-Id: Ifa20827c0526a6eb3c9f554e652a354327282f48
-
Michael Stahl yazdı
obsolete since 6280f921. Change-Id: Idab0c904f05da66956ecbd8a01f3e9d2e2d7c605
-
Olivier Hallot yazdı
Conflicts: sd/UIConfig_sdraw.mk Change-Id: I1635e21d3bcfa708b4e6b99e5ec5bd00448e1f59 Reviewed-on: https://gerrit.libreoffice.org/6054Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Olivier Hallot yazdı
Change-Id: I65cb85e4f8ce3f234e6d9ae780a83db04c23f0f6 Reviewed-on: https://gerrit.libreoffice.org/6053Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
ExtendedSelectAll() was originally invented to e.g. select the whole document, change the language of the selection and then inmediately (before the layout is updated) undo the selection. When using it for "select all and doc starts with a table" purposes, then footnotes shouldn't be selected, just like those are not selected either, when the doc starts with a normal paragraph. Their anchor is still selected, and that's enough to have correct delete and copy&paste. Change-Id: I4fc49db628054a4b8a46effc2d0328eaabcaa9f8
-
Miklos Vajna yazdı
Change-Id: I1b65cd92b6a2afa36a0181ab9851cfb2e30a11c3
-
Laurent Balland-Poirier yazdı
Project: help a6e10a3d4ef8a1f0f1c4826e300d377d677cf6e3 Update help for non-breaking space option in French Change-Id: Ib01aa45d1c8b23e052e1ee24e26922a78a96a98d Reviewed-on: https://gerrit.libreoffice.org/6046Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
Change-Id: Ib65fabfb7445c8548845f89e5fa957a412b4222f Reviewed-on: https://gerrit.libreoffice.org/6063Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68
-
Stephan Bergmann yazdı
...since 2eb36dc4 "Hack to not leave SolarMutex released after g_main_loop_run call." Change-Id: Ib4eb92002531af423b3ed4f24f6f4b71dc9cdc0d
-
Stephan Bergmann yazdı
It is probably best to base the functions on Unicode code points instead of scalar values, now that they are also used from sal/rtl/strtmpl.cxx with UTF-16 code units and with arbitrary bytes (with values assumed to be a superset of ASCII, though). Rename compareAsciiIgnoreCase to compareIgnoreAsciiCase. Also, the corresponding tools::INetMIME functions can be removed completely; no need to keep them around as deprecated. Change-Id: I8d322177f4909e70a946e8186e3e0f7fa6d9a43e
-
Arnaud Versini yazdı
Also remove all others implementations. Change-Id: I1dc108a9103f087bd8ce591dff2ac5dd254746f8 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Jan Holesovsky yazdı
Project: help 824cfdb0fa0c61079cb334b1f52d992fc4abfc34
-
Philipp Riemer yazdı
Change-Id: I86f53763305682946098ece4fd6d58bcfdc5a73f Reviewed-on: https://gerrit.libreoffice.org/6083Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-