- 12 Agu, 2013 20 kayıt (commit)
-
-
Boris Dušek yazdı
Change-Id: I7d9d012e0af3b5685421ca2f10d2d8cb3420cc15 Reviewed-on: https://gerrit.libreoffice.org/5352Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Stephan Bergmann yazdı
...with d8dbf1b5 "Turn basebmp::Format into a proper enum" demonstrating that nDeviceFmt should only take on values enumerated at basebmp::Format. Change-Id: I9f5fe2b3d403a8fc50a286b40b9e1bc74079e2cb
-
Boris Dušek yazdı
Change-Id: I4aefa1c013e62942801dd38a06034103c0df24be Reviewed-on: https://gerrit.libreoffice.org/5351Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Boris Dušek yazdı
Change-Id: Ic15aeb46b384531c4d64d6ec8a103f3e44068cf1 Reviewed-on: https://gerrit.libreoffice.org/5350Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Olivier Hallot yazdı
Change-Id: I30a33e3b2f7d117cf5a36df4dc076c5d32691ce1 Reviewed-on: https://gerrit.libreoffice.org/5357Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Boris Dušek yazdı
The default font size, font name and font traits were stored as ivars of AquaA11yWrapper, but they are in fact only needed as temporary state for the createAttributedStringForElement:inOrigRange: method of AquaA11yTextAttributesWrapper. So remove these 3 ivars and instead introduce a class that holds these 3 properties and make createAttributedStringForElement:inOrigRange: use instance of this class to hold the needed state instead. I checked that the default font size, font name and font traits ivars are really only used in AquaA11yTextAttributesWrapper at that one place. Change-Id: Id2e45977c394db116f3fb0636136300c23e71f25 Reviewed-on: https://gerrit.libreoffice.org/5346Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Caolán McNamara yazdı
Change-Id: I8872cbacfe545a389b4ef1c8b3c2a5af658db44c
-
Olivier Hallot yazdı
Change-Id: I9d2fbea71f486d1cd8340609547da8059676cd63 Reviewed-on: https://gerrit.libreoffice.org/5356Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I03c168f61adaae6ff98fab40923f64e5c8f9cc00
-
Caolán McNamara yazdı
Project: help 5d8fffd9a0be28b779f57d4da787f44c15bc90c8
-
Olivier Hallot yazdı
Change-Id: Ia91ce634dee434de841b9b61455e447588926f17 Reviewed-on: https://gerrit.libreoffice.org/5355Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
David Tardon yazdı
neon 0.30.0 has added support for SSPI (author of the commit is kso, which sounds familiar :-), so NE_FEATURE_SSPI is defined, but the signature of ne_auth_creds remains the same as before. That means that build with system neon 0.30.0 fails...
-
Olivier Hallot yazdı
Change-Id: I1466730309351371943073548403bf7a24cc8b76 Reviewed-on: https://gerrit.libreoffice.org/5354Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1
-
Boris Dušek yazdı
This is a partial fix. Now VoiceOver does report changes in font faces but it works correctly only when the paragraph text style has font "Times New Roman". If it has not, then parts of the text with "Times New Roman" have not change in font reported, but parts with font different both from the paragraph style font and "Times New Roman" do have font change reported. In other words, the default font for paragraph is still "Times New Roman" in accessibility even though sometimes it's not true. This also fixes font size being reported only when bold or italic is set, and has more robustness for handling mixed bold/italic when at least one of them is set in the paragraph style as well. Change-Id: Id0715727d04cd9b814aa0e4093939cd3e6abe897 Reviewed-on: https://gerrit.libreoffice.org/5344Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Julien Nabet yazdı
Change-Id: Ib685747e249e0ea25ab770d4f3ad70d0f8066dcf Reviewed-on: https://gerrit.libreoffice.org/5353Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Stephan Bergmann yazdı
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3) Change-Id: I0b5809ec1dd3fb616bb7698972205a2810ed1aa5
-
Jelle van der Waa yazdı
Change-Id: I13e7eedaa5f0f116bd01834fc6db576c39350163 Reviewed-on: https://gerrit.libreoffice.org/5348Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Tor Lillqvist yazdı
The code snippet had been commented out since its introduction in 2004. In 1452e565 it was accidentally un-commented-out, but it causes compilation errors. So ifdef it out instead, with a comment. Note that I have no idea what the code does and whether it actually is useful to keep for future reference or not. Change-Id: Ie60ca065b2c65f86a7b382e246c1b650424daa1d
-
Takeshi Abe yazdı
Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502
-
- 11 Agu, 2013 2 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Change-Id: Id0d29ca4424e956489b4736c92605e5b1546a951
-
Andrzej J.R. Hunt yazdı
Change-Id: I9d5dc42d5b41aa553887b748663fa8c706618aa8
-
- 23 Tem, 2013 1 kayıt (commit)
-
-
Jan Holesovsky yazdı
[plus kill some unrelated unwanted whitespace] Change-Id: Id5140c96b0bf10f3e4e5a8a54bca15cb4c452278
-
- 11 Agu, 2013 17 kayıt (commit)
-
-
Luboš Luňák yazdı
Follow-up to 63a1212a. Change-Id: I9aa143c3dc2955c3e0290c95be3e616c57b264eb
-
Luboš Luňák yazdı
Change-Id: I43dfc0e73de36ee920f0d22307600c357b3f2df2
-
Julien Nabet yazdı
Change-Id: I1a0e8f92056c24740505e488a318aabd12a4df05
-
Julien Nabet yazdı
Change-Id: Ib7262a046479faba355c447ebc6bdce008268804
-
Matteo Casalin yazdı
Change-Id: I2df52771fa3c4c9bc1ce94d693f0cec3aa52d493 Reviewed-on: https://gerrit.libreoffice.org/5338Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jelle van der Waa yazdı
Change-Id: I02b264a9661bcefaea96d6c5743352914154427d Reviewed-on: https://gerrit.libreoffice.org/5345Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Olivier Hallot yazdı
Replace occurences of error box with RID_SVXSTR_WRITE_DATA_ERROR into new widget UI Change-Id: I78ab59e30655f729dbe04ec145edcd3b3811254b Reviewed-on: https://gerrit.libreoffice.org/5347Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Olivier Hallot yazdı
Change-Id: Ie7804525048a6d6313a787a27d297e82d3fdcd04 Reviewed-on: https://gerrit.libreoffice.org/5349Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
d08a76cf revealed that "\0xFF" was always inserted as a delimator but presumably the intent was a single delimator of "\xFF" and not four delimators of '\0', 'x', 'F', 'F' Change-Id: I6b34c1bcd90086fd5d6fe7043fa98ef89bcb8553
-
Ivan Timofeev yazdı
Change-Id: I49e0e589c4bad3706882c9e30fe4f6bf8bdd7f1d
-
Ivan Timofeev yazdı
Change-Id: I98aae013433adb644d289b5d15625dcce824916e
-
Siqi LIU yazdı
Change-Id: Ie4b1ff6ba45e377377ac4841435d0dce5580f5af
-
Siqi LIU yazdı
Change-Id: I4387fc27ffebb38cc0dc2c46c44b5255af055ed6
-
Siqi LIU yazdı
Change-Id: Ibd0f3dbbf723883afb494814a8ad3247bc1370ce
-
Siqi LIU yazdı
Change-Id: I0fcafd5e29f6f5c75118bc6eda0ecae33cc1f6e3
-
Siqi LIU yazdı
Change-Id: Iec53837bd2780439569b3af81ea84c724309e9fd
-
Andrzej J.R. Hunt yazdı
Change-Id: I7fb6aa3337983f6e9dd7adb6d92a47c258d0bebe
-