Commit Graph

330174 Commits

Author SHA1 Message Date
siqi
a8e8d46020 TestFlight integration 2013-07-15 13:23:07 +02:00
siqi
99aaa7d985 click on next slide preview will bring users to the next slide 2013-07-15 13:09:26 +02:00
siqi
84ceab8140 remove DS_Store cache 2013-07-15 13:00:36 +02:00
siqi
a2e2873ac3 help button 2013-07-15 12:59:23 +02:00
siqi
bd3bbccd59 icon psd 2013-07-15 12:59:23 +02:00
siqi
eb853a9364 conflict 2013-07-15 12:59:23 +02:00
László Németh
6fb6817e30 librelogo: hexa arguments fdo#66917 and cropped SVG saving
Change-Id: I12ad6b63221bce0ed7d988f5c0f91dce81055ec0
2013-07-15 12:56:53 +02:00
David Tardon
d3d95afe58 fdo#57631 fix collection of property states
Change-Id: I607518da26c9430916d922b8e36143cc6dd76f25
2013-07-15 12:25:15 +02:00
Olivier Hallot
2d3caece27 Remove a glitch left in sweb frame dialog widget UI
Under Writer Web, Pictures and OLE objects have no properties

Change-Id: I18bf1820512a54181181d32b89356aebd0dfa4cb
Reviewed-on: https://gerrit.libreoffice.org/4905
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15 10:21:10 +00:00
Khaled Hosny
9a6ba2dacb fdo#66577: Cursor displaced in Web Layout
Using lrint() helps a bit, but does not fix the issue entirely.

Change-Id: Ib80e2c5a57d632f289e49322d3712c6321ae1ec2
2013-07-15 12:16:32 +02:00
siqi
062de1e493 improved thread safety during disconnection 2013-07-15 12:04:17 +02:00
siqi
138ecf7825 remove userstate from repo 2013-07-15 12:03:06 +02:00
Miklos Vajna
431853bfae fdo#54900 RTF import: support setting para align after text
Both Word and Writer typically write all paragraph properties before the
first text in each paragraph, but at least for paragraph alignment, it's
valid to write them at the end.

Change-Id: I0337e63678ad45c662a204ab2fc59378607abe74
2013-07-15 11:44:35 +02:00
Caolán McNamara
24078e3501 Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2
i.e. I see the bug in our built-in python3 3.3.0 but not in my system python
3.3.2 and there's a raft of email related bug fixes in the 3.3.2/3.3.1
python Changelog

Change-Id: I257770cd0ec41fc3b2f2a638009b075b9a2f325f
2013-07-15 10:25:31 +01:00
Caolán McNamara
a86af5919e attempt at HIG compliance (./bin/lint-ui.py path/to/.ui)
and tweak some strings

Change-Id: Ib5886e8bbb6de653682df36b59aa60d9c39aef30
2013-07-15 09:50:21 +01:00
Caolán McNamara
c54f77b718 callcatcher: update unused code
All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused

Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
2013-07-15 09:07:49 +01:00
Tomaž Vajngerl
79aa0c50da RNG: Externalize strings and add .ui to UIConfig
Change-Id: I98620d235044365bcc67e29a72f036f5fdfd5e45
2013-07-15 08:33:07 +02:00
Michael Stahl
2f8f3a0a3e indent that a bit
Change-Id: I40c1639356a0c7e60c276bfc7071c976ba04f314
2013-07-14 23:19:20 +02:00
Tomaž Vajngerl
22b0b27cbc pow is ambiguous
Change-Id: Ib63bf0a67f18cf8e2f3705ae8b096c5bdf06edaf
2013-07-14 22:36:08 +02:00
Tomaž Vajngerl
5c05b1cabc fdo#66477 Random Number Generation added to menu>fill.
Added dialog for random number generation to fill menu into calc.
Initial implementation has uniform, uniform integer, cauchy,
bernoulli, binomial, negative binomial, chi squared and geometric
distribution. Others can quickly be added.

Change-Id: Id5c1f27462f1fe87eddedf415b9c149fb943404a
2013-07-14 22:25:20 +02:00
Tomaž Vajngerl
bdb0619d6f Remove gauss.hxx from MovingAverageRegressionCurveCalculator.
Change-Id: Ib1a781b7bf848a092dd000d5999fef00a409d92d
2013-07-14 22:25:20 +02:00
Tomaž Vajngerl
f879676b3b If you do DRY don't do it with a MACRO.
Change-Id: I02f5d3c0540afeb3d925e605f1233f40d4e26370
2013-07-14 22:25:20 +02:00
Tomaž Vajngerl
c06ddaa0d7 Use QR decomposition instead of gauss elimination for polynomial reg.
Gauss elimination is not a stable algorithm so use QR decomposition
(with other methods). Also use horner's method to evaluate a polynomial
which is the prefered and more stable method of polynomial evaluation.
Still this is not quite enough as you still have to multiply very large
number with very small and you lose percision on high-degree polynomials
or big X values. Some methods evaluate the polynomial in barycentric form
but how to get the polynomial into the barycentric form is now the
question.

Change-Id: If0d93bc1f08253f015e814e187b5a2cb7f78ec49
2013-07-14 22:25:19 +02:00
Caolán McNamara
c162a4c8e4 remove String::ReplaceAscii
last remaining users used it as a complicated way to do a simple thing

Change-Id: I810b1542b03bd6faa54f6f076b58cb7d3e680ab0
2013-07-14 20:05:19 +01:00
Kohei Yoshida
7ee62f1d49 fdo#63998: Oops I introduced a new bug. Let's not.
Change-Id: I3ad3a5e30d9562d5565025e5251bf8fb0d28677f
2013-07-14 11:52:55 -04:00
Caolán McNamara
f460556bfa Related: fdo#66761 we want the bytes, not a str representation of them
Change-Id: I3c268b0c51f7e1ddd2fa6588f40412a33f316b52
2013-07-14 14:04:03 +01:00
Caolán McNamara
82937ce3d7 String::SearchAndReplaceAllAscii -> OUString::replaceAll
Change-Id: I5091835c9f71c712f15996e5c6263fc5f21f6f96
2013-07-14 14:04:03 +01:00
Tor Lillqvist
46894ec48e Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)
Can again turn on OpenCL by default for OS X then, hopefully.

Change-Id: Id84b2c17c8431080261be45923d8c153f3822e8b
2013-07-14 09:27:55 +03:00
Takeshi Abe
542b45af44 Mark as const
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
2013-07-14 08:17:20 +09:00
Kohei Yoshida
76488b00ed fdo#63998: Filtering by page fields to work again.
Change-Id: I267ccb30cfa6347313fa1de96e18731f0e22d57d
2013-07-13 17:01:15 -04:00
Caolán McNamara
d9bfa462ba convert chart color options page to .ui
Change-Id: I9420014d8bee8f71b5ab64aba5dbc7c27f4a25f4
2013-07-13 20:50:03 +01:00
Caolán McNamara
8d50fe51e6 Updated core
Project: help  5e64ac33955bdb3e58215ff9dc85f6f310e561c4
2013-07-13 19:49:48 +00:00
Caolán McNamara
c4aa13c931 Resolves: fdo#66761 Macro controlled Python Mailmerge broken
Change-Id: Id8bbf06a5571534aa5eef8624e89565fe3715938
2013-07-13 15:59:35 +01:00
Miklos Vajna
df4f9dedaa SwVisCrsr: rename member variables missing their prefixes
Change-Id: I3c879f282fbe4082a5af6340bb4f2c1452b1b59f
2013-07-13 16:34:44 +02:00
Caolán McNamara
d2118b0846 convert chart color QueryBox to .ui
Change-Id: Idc514afb9b4e5e2404500d3ad81a4e4203600218
2013-07-13 14:30:31 +01:00
Caolán McNamara
04f6d24a0a .ui parser glitch
Change-Id: I0ec484c230ecddf29d09b13f78af724f27657913
2013-07-13 14:30:31 +01:00
Eike Rathke
7c52d0d0a4 grml.. Mac
Change-Id: Ia49d45a896a3ea5d180d98c3579fb93c6d4b9911
2013-07-13 12:13:55 +02:00
Eike Rathke
358d1a9948 use static LanguageTag::convertTo...() for standalone conversions
If no LanguageTag instance is at hand use the static methods to convert
between BCP 47 string, Locale and MS-LangID instead of creating
temporary instances.

Change-Id: I9597f768078eb81c840e84a5db5617f26bb7dc09
2013-07-13 11:55:16 +02:00
Eike Rathke
5d1a8e0d47 added static convertTo...() methods
Standalone conversions from Locale and LangID do not need a LanguageTag
instance. Provide simple static methods. For consistency also static
methods to convert from BCP47, but using a temporary instance.

Change-Id: I5edd27e917ef9e92e8ec457e715b7558d7e4660f
2013-07-13 11:54:37 +02:00
Caolán McNamara
ec07170735 make highest debugging level build again
Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba
2013-07-13 09:07:32 +01:00
Fridrich Štrba
ae9003af4c Fix some runtime exceptions with msvc-built libvisio
The previous code was causing silent exceptions in some particular
cases. Passing through a temporary works well.

Change-Id: I71a9a58b98b5f392da4d8a4c8d08ddc1487ec79f
2013-07-13 08:13:39 +02:00
Kohei Yoshida
15cf5afea0 Don't forget to shift to the right start element within the block!
Else it would always start from element one of the block regardless of
the requested start row position.

Change-Id: I3843eab2a88b8361250346e3f9696be5086039ea
2013-07-12 22:58:40 -04:00
Kohei Yoshida
2e614e9d01 This comment is no longer correct.
Change-Id: I815016551ea979d27e1f402dc2badda0d856a229
2013-07-12 22:58:40 -04:00
Kohei Yoshida
cffba76a34 Cache select converted tokens to avoid unnecessary token duplication.
Change-Id: I3a63d5cbbc1cdc37d681ffd41ec22ff65e56cc0d
2013-07-12 22:58:39 -04:00
Kohei Yoshida
1a74c58bea Set an array of doubles in one step, rather than individually in loops.
The latter is massively slow, apparently.

Change-Id: I689643330e1b04eff7d9665de5d6e423906517e1
2013-07-12 22:58:39 -04:00
Kohei Yoshida
d1fc3fce16 fdo#64448: Don't get type name from incorrect filter.
This causes wrong format type to get "detected" when testing for a
completely different file format type.

Change-Id: I230759e2be432beeae2db24c12369ccb4585f334
2013-07-12 19:30:20 -04:00
Michael Stahl
82f742f65d fdo#66811: vcl: fix broken OUString with length STRING_LEN
ImplSalGetUniString was wrongly converted and constructs OUString with
invalid length in WinSalGraphics::CreateFontSubset; this is then
implicitly converted to an empty UniString so the font names are
missing in the PDF files generated on Windows.

(regression from 9e310cc329)

Change-Id: I1603e62cf18f353f3d7de322b9111a173dc6b225
2013-07-12 23:56:59 +02:00
Luboš Luňák
d7d37d2101 remove use of recently removed header file
Change-Id: If4248c728f44bfda089fdba9f27a33868daf8663
2013-07-12 22:13:57 +02:00
Caolán McNamara
8443c7c1cc Updated core
Project: help  b344257a8edb47b721e283c9eb50eef9e8a381db
2013-07-12 19:38:46 +00:00
Csikós Tamás
6c8109193f Updated core
Project: help  4096747c2cfa974b1e5b544c36ceff2d85667fc0

update help ids for print areas dialog .ui conversion

Change-Id: Icc747e1cb2387aacf806b38aa8a599bf1fec75bd
Reviewed-on: https://gerrit.libreoffice.org/4867
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12 19:37:29 +00:00