summaryrefslogtreecommitdiffstats
path: root/cui/source/options
Commit message (Collapse)AuthorAgeFilesLines
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2019-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | which benefits LOOL since we can delay creating the image until we know the dpi setting of the display we are going to write to. Achieved by perl -pi -w -e "s/\bImage\s*\(\s*BitmapEx\s*\((\w+)\s*\)\s*\)/Image\(\1\)/g" $( git grep -lw "BitmapEx" ) followed by git grep -nP '\bImage\s*\(\s*BitmapEx\s*\(' followed by commenting out the BitmapEx(OUString) constructor and seeing what needed adjusting. Reviewed-on: https://gerrit.libreoffice.org/64760 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/64860 Tested-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 89161e4d5835b93f0942e960a116a0d3863cc55c) Change-Id: I3224e11937d720fa484b0d659d25673a9e809267 Reviewed-on: https://gerrit.libreoffice.org/79844 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Resolves: tdf#125483 locale separator label needs to be derived from originalCaolán McNamara2019-08-292-1/+5
| | | | | | | | | | | | | | | | | regression from... commit fa3d5ca1f99fe253689004a45ec2888ebbe85fd3 Date: Thu May 30 12:33:32 2013 +0200 Convert Languages tab page to .ui Change-Id: I940269d14a0a84768c4f8e62c153cfac51cf577f Reviewed-on: https://gerrit.libreoffice.org/77088 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/77909 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* respect read-only config item: CreateMSOLockFilesAndras Timar2019-07-091-0/+2
| | | | | | | | | Change-Id: I6b264a2f2e2995e880169f6224c60f023584469d Reviewed-on: https://gerrit.libreoffice.org/70277 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/75237 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
* Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2019-06-202-0/+11
| | | | | | | | | | | | | | | Added a new compatibility option to the Tools -> Load / Save -> Microsoft. When this option is set on the UI or or set in the configuration files LO generates lock files for MSO supported file formats, similar to the lock files MSO generates itself. Reviewed-on: https://gerrit.libreoffice.org/69678 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 41dc917b9b55b8c0c4307ffc58a1fb7257df2b69) Change-Id: I2f882723841162add01be9d3f7285a5162a60331
* tdf#123228: Disable Firefox theme searchMuhammet Kara2019-04-241-3/+7
| | | | | | | | | | | | | | | | | We can't use the MOZ API anymore. Let's disable it instead of showing a broken search window. Then we can spend some time on moving on instead of answering the -This is not working!- bug reports. Change-Id: Ice10bde804d1d9a7a13cd4781813fc794b1b0967 Reviewed-on: https://gerrit.libreoffice.org/67917 Tested-by: Muhammet Kara <muhammet.kara@collabora.com> Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com> (cherry picked from commit 0d28abe085293604eb3127626da9c5a520b25c21) Reviewed-on: https://gerrit.libreoffice.org/71106 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#123050: catch object does not have a key labeled 'theme_data'Xisco Fauli2019-02-011-2/+2
| | | | | | | | | | | | | json::document_error: node::child: this object does not have a key labeled 'theme_data' Change-Id: Ic4daf53cff4e3e25b83393cb92957bf60cd5a92c Reviewed-on: https://gerrit.libreoffice.org/67161 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 45a0f2177b089065a2099a798639cb534ad67ac3) Reviewed-on: https://gerrit.libreoffice.org/67227 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
* tdf#122912: Close option dialog if restart is confirmed ( part 2 )Xisco Fauli2019-01-281-3/+4
| | | | | | | | | | | | forgot it in e961e08a3277158d4e3074bfacb8599296d2fa75 Change-Id: Id896bf407ca33faf0dbff74f3cbe98d23de0e0c7 Reviewed-on: https://gerrit.libreoffice.org/66846 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> (cherry picked from commit c81340bcc73144e082efb9fc575ef62b9b046ca4) Reviewed-on: https://gerrit.libreoffice.org/66870 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* tdf#122846: Close option dialog if restart is confirmedXisco Fauli2019-01-222-4/+6
| | | | | | | | | | | | use the same logic as 0fa14d58457e9418ff756a0efd66e365c4403a67 Change-Id: I485cb232bb787e176918caf2eee74b0fbb360e47 Reviewed-on: https://gerrit.libreoffice.org/66691 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Reviewed-on: https://gerrit.libreoffice.org/66732 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
* Resolves: tdf#122701 opengl settings don't affect gtk3Caolán McNamara2019-01-151-1/+1
| | | | | | | Change-Id: Iffcf9b6ea8d191a509c2ca451f2ce4a249fde922 Reviewed-on: https://gerrit.libreoffice.org/66292 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* tdf#122136: select first element if there's at least oneJulien Nabet2018-12-181-2/+2
| | | | | | | | | See bt from https://bugs.documentfoundation.org/attachment.cgi?id=147594 Change-Id: Ibf031b8024aa4952e2d3263a445cafdb3c031390 Reviewed-on: https://gerrit.libreoffice.org/65221 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#121180: close Options dialog when restart is confirmedMike Kaganski2018-12-171-2/+3
| | | | | | | | | | | Change-Id: Ieb6e62ca83921abed6b6432d70c6717dadfaaa34 Reviewed-on: https://gerrit.libreoffice.org/65090 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 0fa14d58457e9418ff756a0efd66e365c4403a67) Reviewed-on: https://gerrit.libreoffice.org/65184 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
* weld SwCondCollPageCaolán McNamara2018-11-225-6/+6
| | | | | | | | | | | | and put back original SvTreeListBox a11y factory use Change-Id: I4ad8ce29d8fed6ec5d44e9a1d641919a89226b79 Reviewed-on: https://gerrit.libreoffice.org/63501 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 47897fdd936d9b6e9ac8cb6110c79352ab080df7) Reviewed-on: https://gerrit.libreoffice.org/63770
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-225-0/+5
| | | | | | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625 Reviewed-on: https://gerrit.libreoffice.org/63453 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> (cherry picked from commit 492ea7e08571e466e37f870b7642a79df55c2e92) Reviewed-on: https://gerrit.libreoffice.org/63768 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#121487 ::Execute called on "modeless" dialogCaolán McNamara2018-11-193-4/+4
| | | | | | | | | | that isn't really modeless Change-Id: I9a092622dc45a9a047ef805ed1e41fd9f036a7dc Reviewed-on: https://gerrit.libreoffice.org/63560 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:staticmethods improvementNoel Grandin2018-11-162-2/+2
| | | | | | | Change-Id: I8889ce8a7d2309b54454cfe4c6421282e1c6e755 Reviewed-on: https://gerrit.libreoffice.org/63434 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* -Werror,-Wunused-private-fieldStephan Bergmann2018-11-121-1/+0
| | | | | | | ...since 9eb81304989acb16c61c15b211dd124548ffb85f "tdf#120703 PVS: drop the unused code". And which now removes the sole use of RID_SVXSTR_LOAD_ERROR. Change-Id: If8afa7595a449cb8677b03a159a452b73fed110e
* loplugin:singlevalfields in accessibility..extensionsNoel Grandin2018-11-121-13/+1
| | | | | | | Change-Id: Id3a3241af83f769fc60f67e01c9129d6f4b5c2af Reviewed-on: https://gerrit.libreoffice.org/63274 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-102-9/+9
| | | | | | | Change-Id: I1ddf3fe0e5fad265ae14712a23469b684253079d Reviewed-on: https://gerrit.libreoffice.org/63241 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* tdf#120703 PVS: drop the unused codeMike Kaganski2018-11-101-46/+8
| | | | | | | | | | | | | | V547 Expression '!pGroupInfo->m_pModule' is always false The chunk of code updating module pointers was always doing nothing since the beginning (commit 997cf427da6c6c1d145a74e3c23a2a1adb3e2e7d from 2004), because the line to load the module was commented out. So just remove it now. Change-Id: I8db38e795662bba6b3b4693e7ba8a869a97acdd2 Reviewed-on: https://gerrit.libreoffice.org/63232 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* move SvTreeListBox to vclCaolán McNamara2018-11-0714-19/+19
| | | | | | | | Change-Id: I04a146d3d8a428ac1678827dc883525c40240a44 Reviewed-on: https://gerrit.libreoffice.org/62787 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-051-8/+5
| | | | | | | Change-Id: I8217b1a0b6ccc29052257d54ba7844c0970ad9a4 Reviewed-on: https://gerrit.libreoffice.org/62859 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* Start of work in progress on making dialogs work in the iOS appTor Lillqvist2018-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | Build the swui library for non-DESKTOP platforms, too. Handle fallout for !HAVE_FEATURE_DBCONNECTIVITY and !HAVE_FEATURE_AVMEDIA (both of which features we for now don't want to bother with in the iOS app). Make VclAbstractDialogFactory::Create() do its thing also on non-DESKTOP. This commit just causes more code to be compiled for the non-DESKTOP case, dialogs in general surely don't actually work yet in the iOS app. For instance: vcl/source/window/builder.cxx:2060: probably need to implement sfxlo-CustomPropertiesControl or add a makesfxlo-CustomPropertiesControl function Change-Id: I579efba605f519dcbf407b675be88c7c6ee0f19b Reviewed-on: https://gerrit.libreoffice.org/62794 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
* Sort list of icon styles by DisplayNameJan-Marek Glogowski2018-11-021-0/+6
| | | | | | | Change-Id: I9829341cb54e9a5964c9d018de89511a262069b7 Reviewed-on: https://gerrit.libreoffice.org/62784 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
| | | | | | | Change-Id: Iaa255b39928ac45dec1ed37e368c149d6027f561 Reviewed-on: https://gerrit.libreoffice.org/62701 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* drop LISTBOX_ERRORNoel Grandin2018-11-011-12/+9
| | | | | | | | | almost nobody checks it, so rather just assert Change-Id: Ic3ad4c04c4f6013db3e8757559d3a773df020a1d Reviewed-on: https://gerrit.libreoffice.org/62684 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#80646 insert LTR mark after labelAndras Timar2018-10-271-0/+2
| | | | | | | Change-Id: Idb60b43bd04ab9e7c75c144ebf2b1626e13d34b6 Reviewed-on: https://gerrit.libreoffice.org/62418 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Towards solving tdf#120747: Remember the preview file of personaMuhammet Kara2018-10-261-4/+6
| | | | | | | Change-Id: I9230421a98ea5d1ec61bf1500b24949635db68d3 Reviewed-on: https://gerrit.libreoffice.org/62387 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-261-2/+1
| | | | | | | | | and fix a handful of small leaks in the process Change-Id: I876e12ff5305f9dda84532d4182fb91657d6fa0c Reviewed-on: https://gerrit.libreoffice.org/62389 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typosAndrea Gelmini2018-10-241-1/+1
| | | | | | | Change-Id: I64cfe4c24d3abb4a8445fd2e7b832b2bdb0b40d3 Reviewed-on: https://gerrit.libreoffice.org/62310 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* tdf#120746: Show the name of the persona as tooltip in the search resultsMuhammet Kara2018-10-242-10/+17
| | | | | | | Change-Id: Ie6de25e93f0e96a1a5b1cf5c4d465dfb45afc7f7 Reviewed-on: https://gerrit.libreoffice.org/62249 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
* weld AdvancedSettingsDialogCaolán McNamara2018-10-242-4/+4
| | | | | | | | | | | | make run virtual and fold executes into it, so GenericUnoDialog can call run on tabdialogs to do the right thing, and allows Start_Impl to be private again Change-Id: Ic457edfbdc7457f4c49d4e8ad679903f38ad9b42 Reviewed-on: https://gerrit.libreoffice.org/62227 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#120475: Sync persona categories with MozillaMuhammet Kara2018-10-232-59/+36
| | | | | | | | | | | | | | * Removed buttons which represent the static set of 6 categories * Added all categories from Mozilla: https://addons.mozilla.org/en-US/firefox/themes/ * Added extra category, named Featured, which will be selected by default * Sort results based on download numbers Change-Id: Ia3908f560dedbd08ce2c0d469fbe75a7d3dee15b Reviewed-on: https://gerrit.libreoffice.org/62183 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2018-10-232-2/+2
| | | | | | | Change-Id: I08c137d852b5f1f817c171ee4f1cee7971417dc4 Reviewed-on: https://gerrit.libreoffice.org/62214 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-193-7/+7
| | | | | | | Change-Id: I1df70b7dff5ebb6048f7fc618789faa15ca5d422 Reviewed-on: https://gerrit.libreoffice.org/61967 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Increase number of default personas to 6Muhammet Kara2018-10-172-13/+13
| | | | | | | | | | | Also: * Prepare the ui file for up to 9 default personas * And make the click handlers future-proof for different numbers Change-Id: Iddf3b1c07feff12dc1fbba3e8a881ddf04923ced Reviewed-on: https://gerrit.libreoffice.org/61891 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* loplugin:staticvar in cppuhelper..desktopNoel Grandin2018-10-172-3/+3
| | | | | | | Change-Id: I21cf6bafab6e865b90b29caa73183a8e00b538d1 Reviewed-on: https://gerrit.libreoffice.org/61865 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Use curl while getting the actual personaMuhammet Kara2018-10-171-2/+2
| | | | | | | Change-Id: Ia2f9c3b7c68ffba1e80ecd271bc92467210fa9b5 Reviewed-on: https://gerrit.libreoffice.org/61833 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* drop unnecessary vcl/group.hxx includesCaolán McNamara2018-10-146-6/+0
| | | | | | | Change-Id: I09d86ee7e156ac71d7c1f9fd58d43751037d2629 Reviewed-on: https://gerrit.libreoffice.org/61761 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#120506: Get rid of unnecessary accentcolor parsing for personasMuhammet Kara2018-10-122-19/+8
| | | | | | | Change-Id: I64534fd3d7de90debb9e49e8c636c5fbfac787bf Reviewed-on: https://gerrit.libreoffice.org/61668 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* optimize adding a block of entries at one timeCaolán McNamara2018-10-101-1/+1
| | | | | | | | Change-Id: I9a59154fa445cf3c44ede3ceb1d09f408d906530 Reviewed-on: https://gerrit.libreoffice.org/61618 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#99776: Preload a persona category initiallyMuhammet Kara2018-10-102-0/+8
| | | | | | | Change-Id: Ib47470fed9251611cce043790cb2c1255495524a Reviewed-on: https://gerrit.libreoffice.org/61609 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* tdf#101629: Handle invalid urls and search strings for PersonasMuhammet Kara2018-10-091-0/+21
| | | | | | | Change-Id: I9666aa9f323e53ef394121acdef146866d2cc696 Reviewed-on: https://gerrit.libreoffice.org/61529 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-3/+3
| | | | | | | | | | | | | | | | ...where "inline" (in its meaning of "this function can be defined in multiple translation units") thus doesn't make much sense. (As discussed in compilerplugins/clang/redundantinline.cxx, exempt such "static inline" functions in include files for now.) All the rewriting has been done automatically by the plugin, except for one instance in sw/source/ui/frmdlg/column.cxx that used to involve an #if), plus some subsequent solenv/clang-format/reformat-formatted-files. Change-Id: Ib8b996b651aeafc03bbdc8890faa05ed50517224 Reviewed-on: https://gerrit.libreoffice.org/61573 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin:unusedmethodsNoel Grandin2018-10-093-123/+0
| | | | | | | Change-Id: Icd7a0f9909f36363b307b4fe7ee920183881afbb Reviewed-on: https://gerrit.libreoffice.org/61576 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typoAndrea Gelmini2018-10-081-1/+1
| | | | | | | Change-Id: I204fb88d7c5e45efd97dc8e3f6e584b12fba879b Reviewed-on: https://gerrit.libreoffice.org/61521 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* Modernize personas under-the-hood - The searchMuhammet Kara2018-10-081-205/+342
| | | | | | | | | | | | | | | | | | | | | | | * Upgrade the used mozilla API from v1.5 to v3 * Ditch Neon for curl * Get rid of the get-HTML-then-search-within craziness It is much faster and smarter now: * Fetches the search results at once in JSON format, instead of repetitively making http calls for each persona, and relying on an ever-changing HTML design * Doesn't redownload and overwrite files each time, so it is much faster for the second time of the same search query This patch handles the search part. A follow-up patch will handle the apply part. Change-Id: I703fc7b510799e8c205566cf5ffad2a81f12c4ea Reviewed-on: https://gerrit.libreoffice.org/61449 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com> Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* drop some now unnecessary includeCaolán McNamara2018-10-061-1/+0
| | | | | | | | Change-Id: I9db3d9a172a41c70ed343efd76f4c7c8f88b3a3f Reviewed-on: https://gerrit.libreoffice.org/61471 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Separate persona download threadMuhammet Kara2018-09-302-163/+189
| | | | | | | | | And do not re-download the already existing images Change-Id: I1b9c6b85aec6ffa448f56d4250317c3d6a50db1d Reviewed-on: https://gerrit.libreoffice.org/61148 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
* weld SvxJSearchOptionsDialogCaolán McNamara2018-09-291-24/+11
| | | | | | | | Change-Id: I18f2ad69daff376c8f09c7bd1cbc8c1f9079f63e Reviewed-on: https://gerrit.libreoffice.org/61105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>