summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-15click on next slide preview will bring users to the next slidesiqi
2013-07-15remove DS_Store cachesiqi
2013-07-15help buttonsiqi
2013-07-15icon psdsiqi
2013-07-15conflictsiqi
2013-07-15librelogo: hexa arguments fdo#66917 and cropped SVG savingLászló Németh
Change-Id: I12ad6b63221bce0ed7d988f5c0f91dce81055ec0
2013-07-15fdo#57631 fix collection of property statesDavid Tardon
Change-Id: I607518da26c9430916d922b8e36143cc6dd76f25
2013-07-15Remove a glitch left in sweb frame dialog widget UIOlivier Hallot
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-15fdo#66577: Cursor displaced in Web LayoutKhaled Hosny
Using lrint() helps a bit, but does not fix the issue entirely. Change-Id: Ib80e2c5a57d632f289e49322d3712c6321ae1ec2
2013-07-15improved thread safety during disconnectionsiqi
2013-07-15remove userstate from reposiqi
2013-07-15fdo#54900 RTF import: support setting para align after textMiklos Vajna
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-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara
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-15attempt at HIG compliance (./bin/lint-ui.py path/to/.ui)Caolán McNamara
and tweak some strings Change-Id: Ib5886e8bbb6de653682df36b59aa60d9c39aef30
2013-07-15callcatcher: update unused codeCaolán McNamara
All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
2013-07-15RNG: Externalize strings and add .ui to UIConfigTomaž Vajngerl
Change-Id: I98620d235044365bcc67e29a72f036f5fdfd5e45
2013-07-14indent that a bitMichael Stahl
Change-Id: I40c1639356a0c7e60c276bfc7071c976ba04f314
2013-07-14pow is ambiguousTomaž Vajngerl
Change-Id: Ib63bf0a67f18cf8e2f3705ae8b096c5bdf06edaf
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl
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-14Remove gauss.hxx from MovingAverageRegressionCurveCalculator.Tomaž Vajngerl
Change-Id: Ib1a781b7bf848a092dd000d5999fef00a409d92d
2013-07-14If you do DRY don't do it with a MACRO.Tomaž Vajngerl
Change-Id: I02f5d3c0540afeb3d925e605f1233f40d4e26370
2013-07-14Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl
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-14remove String::ReplaceAsciiCaolán McNamara
last remaining users used it as a complicated way to do a simple thing Change-Id: I810b1542b03bd6faa54f6f076b58cb7d3e680ab0
2013-07-14fdo#63998: Oops I introduced a new bug. Let's not.Kohei Yoshida
Change-Id: I3ad3a5e30d9562d5565025e5251bf8fb0d28677f
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara
Change-Id: I3c268b0c51f7e1ddd2fa6588f40412a33f316b52
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara
Change-Id: I5091835c9f71c712f15996e5c6263fc5f21f6f96
2013-07-14Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)Tor Lillqvist
Can again turn on OpenCL by default for OS X then, hopefully. Change-Id: Id84b2c17c8431080261be45923d8c153f3822e8b
2013-07-14Mark as constTakeshi Abe
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
2013-07-13fdo#63998: Filtering by page fields to work again.Kohei Yoshida
Change-Id: I267ccb30cfa6347313fa1de96e18731f0e22d57d
2013-07-13convert chart color options page to .uiCaolán McNamara
Change-Id: I9420014d8bee8f71b5ab64aba5dbc7c27f4a25f4
2013-07-13Updated coreCaolán McNamara
Project: help 5e64ac33955bdb3e58215ff9dc85f6f310e561c4
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara
Change-Id: Id8bbf06a5571534aa5eef8624e89565fe3715938
2013-07-13SwVisCrsr: rename member variables missing their prefixesMiklos Vajna
Change-Id: I3c879f282fbe4082a5af6340bb4f2c1452b1b59f
2013-07-13convert chart color QueryBox to .uiCaolán McNamara
Change-Id: Idc514afb9b4e5e2404500d3ad81a4e4203600218
2013-07-13.ui parser glitchCaolán McNamara
Change-Id: I0ec484c230ecddf29d09b13f78af724f27657913
2013-07-13grml.. MacEike Rathke
Change-Id: Ia49d45a896a3ea5d180d98c3579fb93c6d4b9911
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
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-13added static convertTo...() methodsEike Rathke
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-13make highest debugging level build againCaolán McNamara
Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba
2013-07-13Fix some runtime exceptions with msvc-built libvisioFridrich Štrba
The previous code was causing silent exceptions in some particular cases. Passing through a temporary works well. Change-Id: I71a9a58b98b5f392da4d8a4c8d08ddc1487ec79f
2013-07-12Don't forget to shift to the right start element within the block!Kohei Yoshida
Else it would always start from element one of the block regardless of the requested start row position. Change-Id: I3843eab2a88b8361250346e3f9696be5086039ea
2013-07-12This comment is no longer correct.Kohei Yoshida
Change-Id: I815016551ea979d27e1f402dc2badda0d856a229
2013-07-12Cache select converted tokens to avoid unnecessary token duplication.Kohei Yoshida
Change-Id: I3a63d5cbbc1cdc37d681ffd41ec22ff65e56cc0d
2013-07-12Set an array of doubles in one step, rather than individually in loops.Kohei Yoshida
The latter is massively slow, apparently. Change-Id: I689643330e1b04eff7d9665de5d6e423906517e1
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida
This causes wrong format type to get "detected" when testing for a completely different file format type. Change-Id: I230759e2be432beeae2db24c12369ccb4585f334
2013-07-12fdo#66811: vcl: fix broken OUString with length STRING_LENMichael Stahl
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 9e310cc32923ceb4b18d97ce68d54a339b935f01) Change-Id: I1603e62cf18f353f3d7de322b9111a173dc6b225
2013-07-12remove use of recently removed header fileLuboš Luňák
Change-Id: If4248c728f44bfda089fdba9f27a33868daf8663
2013-07-12Updated coreCaolán McNamara
Project: help b344257a8edb47b721e283c9eb50eef9e8a381db
2013-07-12Updated coreCsikós Tamás
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-12set primary and secondary text on the gtk overwrite queryboxCaolán McNamara
Change-Id: Ie671ddaba0e749dd0714de589fbaa45d914ba5c9