- 27 May, 2013 17 kayıt (commit)
-
-
Tor Lillqvist yazdı
Might make it a little bit easier for new contributors. Change-Id: If4475c1ea7f55c34971beecd7573aaaf545e7106
-
Andras Timar yazdı
Change-Id: I0b9a36f0c6f081ff35f0b8bc6e420d881036576c
-
Stephan Bergmann yazdı
Change-Id: Id5ad3af1fd70de6b0e9d2640d12011362e7c34ef
-
Yuri Dario yazdı
cherry picked from commit eb34ba3c) Conflicts: vcl/source/control/field.cxx Change-Id: I2fb03b1b03ea23259e9eca7305c3f86d80d79f21
-
Miklos Vajna yazdı
Change-Id: If61739d54cb2572f20b118a2cf56ab2bd0f306e5
-
Andras Timar yazdı
Project: translations 40e56fe83f5a05f8c87821d0c30ef1585b601fc8
-
Stephan Bergmann yazdı
...as otherwise this can result in "inline function [...] used but never defined [-Werror]" for SwFmt::GetULSpace and SwFmt::GetLRSpace. Change-Id: I9de3422953b38c978af1e7d2fc07398b83236ed6
-
Urmas yazdı
Some special characters, like { and }, were not skipped when they occured as a replacement character for \uN keyword. Change-Id: I19b66a290cd9880924774fa89bb29df280e44a3c
-
Khaled Hosny yazdı
After f22006dc the position member of SwDrawTextInfo is no longer a pointer, so changing the passed Point after calling SetPos() has no effect, but some code seems to be relying on it being pointer. Moving SetPos() to after changing the point seems to do the trick, but there may be other similarly broken code like SwSubFont::_DrawStretchText() below. Change-Id: I2f563c1543ff7bff68e573f69fce39694181b370 Reviewed-on: https://gerrit.libreoffice.org/4032Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ia57b28ed60ca8c9a4b00009c2abf1e2ba2f8ed92
-
Miklos Vajna yazdı
Change-Id: Ic7034ed384448a273517f3bf9795adfbbcaeba7b
-
Miklos Vajna yazdı
Change-Id: I57fdc7413c5caf09dbe279b502d94e36a46d5f64
-
Isamu Mogi yazdı
If QStyle::SH_MenuBar_MouseTracking is 0, it makes a mouse rollover effect minimize. By this, a menubar item of CDE and Motif styles becomes closer to standard behavior. Change-Id: I87dccbd30bf7b9f0d82d1a6e67355c1b25d22dc8 Reviewed-on: https://gerrit.libreoffice.org/4018Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Isamu Mogi yazdı
Currently, menubar's background is drawn in window's background color and no menubar's specific background color. To fix this, The patch calls QStyle::drawControl() with QStyle::CE_MenuBarEmptyArea. Change-Id: I89b9decc016a926a0f00b9663ec1a5bce81daac1 Reviewed-on: https://gerrit.libreoffice.org/4025Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Isamu Mogi yazdı
A selected menubar item of cleanlooks, gtk+ and plastique styles becomes closer to standard looks by passing QStyle::State_Sunken with QStyle::CE_MenuBarItem to QStyle::drawControl(). It is currently not documented on QT developmet resources. But these styles interpret that. Change-Id: Ic7835bf0bf7af374ebdf8330d15b462d056de8a5 Reviewed-on: https://gerrit.libreoffice.org/4017Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Markus Mohrhard yazdı
Change-Id: I591a63c38ab18b03a2f86428defbdac0cb96a1c0
-
- 26 May, 2013 11 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I7ebf75f49c89edcb0bba3a597ba24ac1c0a655ef
-
Markus Mohrhard yazdı
Change-Id: Ic479945c143d3dbd647078b17bcca9cab2ad3e5f
-
Ariel Constenla-Haile yazdı
(cherry picked from commit da189840) Change-Id: I56413b68d28b206212561dcbf662940862cebeb7
-
Ariel Constenla-Haile yazdı
Some small clean-up to use the PopupMenu ToolbarController (cherry picked from commit e1687ce1) Conflicts: svtools/inc/svtools/toolboxcontroller.hxx svtools/source/uno/toolboxcontroller.cxx Change-Id: Ie5e0397c32352d52cf2664bdbab920923e74bd03
-
Joren De Cuyper yazdı
Found this double whitespace during translations. So lets fix it right away. Change-Id: Ifecfc15b5d0aead34b09df4cfb2c5a2c17c6b633 Reviewed-on: https://gerrit.libreoffice.org/4040Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Andras Timar yazdı
Change-Id: I8007b4b1b1d620c05c9977d7bd3b8eb28b77f2be
-
Zolnai Tamás yazdı
Change-Id: If53afd3743f44bcfffab33122657d14c0f4aba1e
-
Thomas Arnhold yazdı
no idea why hgminchob and hgpminchob are/were not handled this way. Change-Id: Ia69ab790cc961645a806d971ddc4238d8288b573
-
Sean Young yazdı
This used to be equalsAscii( "hg", 0, 2 ) before conversion. Fixes 7d1f4cde Change-Id: I2cf61d88c79b3ab33c0ee7d077ee65b16053c05c Reviewed-on: https://gerrit.libreoffice.org/4035Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Andras Timar yazdı
Project: translations 7db61e0f23b962f97e9246e0a8fb60e47fff0ac9
-
- 25 May, 2013 12 kayıt (commit)
-
-
Zolnai Tamás yazdı
1. A typo in export.cxx makes not working replacing 2. EscapeAll() ignored single backlash characters Change-Id: I1a5309778acdd601391f643ebf3c66d04a6601d4
-
Miklos Vajna yazdı
Change-Id: Id7d1271408232e37aa23373dcd1ae6872ac8574b
-
Andras Timar yazdı
Change-Id: I4b70690073247ebb9dde35370630b568568821d3
-
Andras Timar yazdı
Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
-
David Tardon yazdı
Change-Id: I633568f2bfd2af6b14f8bcc192cd2fcc32521131
-
Fridrich Štrba yazdı
Change-Id: I3307208226ffa8bc06e7b860d10e92c9a6e04758 Reviewed-on: https://gerrit.libreoffice.org/4033Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Jian Fang Zhang yazdı
when created in the FmXUndoEnvironment ctor it is never released Found by: zhangjf Patch by: zhangjf (cherry picked from commit d52fc995) Change-Id: Iaeba1018551441f3bb13f90d3d42ac2855e285e6
-
Herbert Dürr yazdı
before they are used (cherry picked from commit 7d6c5e79) Conflicts: svx/inc/svx/sdasitm.hxx svx/source/items/customshapeitem.cxx Change-Id: Iac3e37bcfd4ab26d97411092259da2cc1879c2de
-
Herbert Dürr yazdı
(cherry picked from commit c73bc958) Conflicts: oox/inc/oox/core/recordparser.hxx Change-Id: I6deecaabe32d4b071a83ce4687f83543354ddac2
-
Andras Timar yazdı
Change-Id: Id9311252ced86df661f9219fe74478e69d9219ac
-
Andras Timar yazdı
Change-Id: I4a22f856b993ef09556fcf921aa1f01be322cd4b
-
Khaled Hosny yazdı
I was calculating the leading before setting the ascent and descent, oops. Change-Id: Ic58ecb1a65cb33715ea06f5e3214c4acbcff1e40
-