summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Android: improve error handling in ownCloud provider.feature/owncloud-provider-for-androidJacobo Aragunde Pérez2015-06-033-5/+34
| | | | | | | This provider now throws exceptions with properly internationalized messages to be shown to the user. Change-Id: I0464bffe14cab24d50180cb5e2e62ce746bcba74
* Android: document providers listen to changes in preferences.Jacobo Aragunde Pérez2015-06-033-6/+77
| | | | | | | | | With this patch, document providers are able to listen to changes in their preferences and update their internal state accordingly. Now ownCloud provider can see its server updated without restarting the application. Change-Id: I833c7ec9fc97be58bdc8ac2cbf4384a33c2b400e
* Android: add menu entry for document provider settingsJacobo Aragunde Pérez2015-06-032-0/+7
| | | | Change-Id: Ic48275fe2e7d83fd5e77171f4f5740a527dec7e2
* Android: setup ownCloud provider with user-defined settingsJacobo Aragunde Pérez2015-06-032-4/+20
| | | | Change-Id: I4ad4dd12854ca9f332055a50131959f60f7da504
* Android: settings activity for document providersJacobo Aragunde Pérez2015-06-035-0/+81
| | | | | | | | | | | | | | Creates an activity to manage the settings of any document provider that needs them, and populated it with the settings required by the ownCloud implementation. The settings screen is not yet plugged to the document browser UI but can be launched with this command: adb shell am start -a android.intent.action.MAIN \ -n org.libreoffice/.storage.DocumentProviderSettingsActivity Change-Id: I83cff641fa61078f2bddbb98262af989c06985a9
* Android: download documents from ownCloud.Jacobo Aragunde Pérez2015-06-032-2/+41
| | | | | | | | Documents are downloaded to the private cache directory of the app, and opened from there. That directory is cleared and created again every time the application starts up. Change-Id: I5c05c8ae750b6ced3b419c67d84063e8ee3d84aa
* Android: initial implementation of ownCloud provider.Jacobo Aragunde Pérez2015-06-035-2/+199
| | | | | | | | | | | | | | This implementation can connect to a local server and browser its contents, but cannot download and open the documents yet. TODO: * Download and open documents. * UI to configure server, user and password. * Implement filtering to show only the documents of the desired type. * Improve error handling. Change-Id: I54a2e2e1d3e8ec8d824d75639e176ca452551f3e
* Android: add ownCloud library to the build.Jacobo Aragunde Pérez2015-06-0311-0/+94
| | | | | | | | | Library code from https://github.com/jaragunde/owncloud-android-library This patch downloads, builds and installs the library from a tarball uploaded to http://dev-www.libreoffice.org/src/. Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f
* Compute n-th root of negative numbers where n is odd. (tdf#69293)Supreme Aryal2015-02-131-1/+14
| | | | | | | | Compute expressions like (-8)^(1/3) correctly. This makes calculations compatible with Excel. Exponents must reduce to the form 1/n. Change-Id: I007c818f584323f80f2f6b1000d931f19a4590ad
* native-code.py: Don't add the entire libchartcorelo.a.Jan Holesovsky2015-02-131-1/+21
| | | | | | | Instead, just add the constructors of the needed services. Tested with various-charts.ods from tdf#89364. Change-Id: I98df03bfc19aeacaa92e4693e7934c8503f183e1
* Resolves: tdf#79569 crash undoing tricky cell mergeCaolán McNamara2015-02-131-12/+13
| | | | Change-Id: I68d774d0d3758cdb67864d7939a7e1167dd9a7df
* Updated coreStanislav Horacek2015-02-131-0/+0
| | | | | | | | | | | | Project: help 377e8876396a87ae09b82ce17b67d8bef5b26abe tdf#89294 scanner items are now in Media submenu Change-Id: Ib71d92143e39e6fbc280a115a548c2d827764fff Reviewed-on: https://gerrit.libreoffice.org/14447 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Translated german commments in sc/source/core/data/table1-3.cxxAlbert Thuswaldner2015-02-133-146/+143
| | | | | | | Change-Id: Ic28cb4f9371caf39e783f39fd8a117260b962bfe Reviewed-on: https://gerrit.libreoffice.org/14451 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#83955 enable insert comment and rearrange buttonsYousuf Philips2015-02-131-3/+3
| | | | | | | | Change-Id: I57da2e38a555c75f674885d736a82adbc8f81224 Reviewed-on: https://gerrit.libreoffice.org/14450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#76636 crash on merging certain cells imported from a .docCaolán McNamara2015-02-131-1/+1
| | | | Change-Id: I61d5088a6f2e0b444b2943a2f9ce9feeb2e09c11
* tdf#60910 don't lose fontwork objectsDavid Tardon2015-02-131-1/+1
| | | | This reverts commit 0685b2e73e48adb84cd01355d45551ab478ebcd5.
* Add an overlooked constructor to chartcore.component.Jan Holesovsky2015-02-132-1/+8
| | | | | | | com.sun.star.comp.chart2.report.XMLFilter was pointing to com.sun.star.comp.chart2.XMLFilter by mistake. Change-Id: Ia3c96cc98a4f81f2bb918200dc39eae1dbafdb58
* Extract SwTxtFmtColl::dumpAsXml() from docnodeMiklos Vajna2015-02-133-9/+13
| | | | Change-Id: I3ffe83afa0e0e6f181f75319af3d5cbcc78de395
* loplugin:literaltoboolconversionStephan Bergmann2015-02-131-1/+1
| | | | Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245
* correct assertion messageLionel Elie Mamane2015-02-131-1/+1
| | | | Change-Id: I934ef3cbe67bba7d7439e464f71b9fd4a1da4e50
* add unittest for grouped control shapesLionel Elie Mamane2015-02-133-0/+113
| | | | | | they should keep their control models Change-Id: Iaa27cd8a9bc3a1165db665e0ad172da622e00c6b
* Resolves: tdf#81429 select corresponding listbox entry if not currentEike Rathke2015-02-131-8/+16
| | | | Change-Id: Ib475a43601ee22d33677ac45cd6ef9dba7e7c431
* tdf#89281 fix performance regression of XLS import - cleanupLászló Németh2015-02-123-33/+49
| | | | Change-Id: I6d7f279732d9992d584aab96c3a747d6e6130147
* tdf#84514: don't hide grid along with checkbox if not neededKatarina Behrens2015-02-122-1/+7
| | | | | | | | Regression from .ui migration, which unconditionally (and wrongly) hides the grid with radiobuttons. Do what the old code did - hide the whole frame iff the grid ain't visible. Change-Id: Ia9dc8b166f4031b4c07fbb1969908d314cc3456c
* Resolves: tdf#89227 if no SwView then disable accept/reject change buttonsCaolán McNamara2015-02-121-4/+14
| | | | | | e.g. if the context is an embedded draw ole then we don't have a SwView Change-Id: I6ba07f0ecf1c419e45f7e0ac628a82e6bd486668
* Turn all-static TransitionFactory class into namespaceStephan Bergmann2015-02-125-56/+76
| | | | Change-Id: I0187cf4c1b31c5a8c930804c7d3f36c79142af3a
* Remove unused fileStephan Bergmann2015-02-121-31/+0
| | | | Change-Id: I2dddf5fe202f2ca2a84e2c4b45900cc9361b097c
* Android: get the file to share in a different thread.Jacobo Aragunde Pérez2015-02-121-9/+36
| | | | | | | Share feature for cloud files will probably not work properly as it is, but with this patch we prevent a crash at least. Change-Id: I95176e9e855a37adf1d3c46edceb0dc6067d9884
* Android: improve error handling for document providers.Jacobo Aragunde Pérez2015-02-123-14/+62
| | | | | | | | Now some operations in document providers may throw a RuntimeException in case of error. The main activity is ready to catch them and show an error message. Change-Id: Iad7249dbdc06b2a0890d5435ad65284b728e9707
* git hooks: reject suspicious fdo referencesMiklos Vajna2015-02-121-0/+7
| | | | Change-Id: If2302adb662bd2b0d32bacdf9cdc3c0278b86de8
* Blind attempt to fix the Windows build.Jan Holesovsky2015-02-121-1/+1
| | | | Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2
* fdo#87534 fix HYPERLINK behaviour when used in namesWinfried Donkers2015-02-121-0/+2
| | | | | | | | | | | | | When using HYPERLINK() in names, the hyperlink was set to disabled on copying token. After fix, behaviour is consistent. Note: reducing the fix to 1 line does not work, a set hyperlink is only to be copied when applicable. Change-Id: I27ad24ed8912afa548f08d249ad51d18a792c275 Reviewed-on: https://gerrit.libreoffice.org/13920 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Resolves: tdf#87663 update checker tries to add icon to toc preview toolbarCaolán McNamara2015-02-121-24/+48
| | | | | | | | i.e. CRASH when attempting to add ToC to document if the updatechecker fires while this dialog is activating/active because the preview has hidden menubars which have no associated window Change-Id: I45a254dba647910d7743f6d8173c2547dd82c791
* Use constructors for services from chartcore.component.Ursache Vladimir2015-02-1238-577/+400
| | | | Change-Id: I72227b45f305734060a669275044f6f9c8859bc5
* fdo#39468 translated german commentsMichael Jaumann2015-02-121-37/+35
| | | | | | | Change-Id: Iec457e270790cb6f58b31e5002f9b2ce8acc1618 Reviewed-on: https://gerrit.libreoffice.org/14444 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
* Fill in bug IDStephan Bergmann2015-02-121-1/+2
| | | | Change-Id: I9aef1c4e74f296fa06bee98781462dd8138eebe4
* apparently calling match on a string with an index past the end is now fatalCaolán McNamara2015-02-121-1/+1
| | | | | | assert on loading ooo55345-1.ppt etc Change-Id: Ie76720e511674ddd883f7e397442a84838c1a1f4
* coverity#1267653 Logically dead codeCaolán McNamara2015-02-121-2/+1
| | | | Change-Id: I371e719cc7e1ba2faa53535f25eca1d9074342bb
* Make CppunitTest_services instantiate even more servicesStephan Bergmann2015-02-123-75/+193
| | | | Change-Id: Id9bfb3886e4a9cbc15a7bf7ef3aefa73bd160e3b
* But then again, no need to go via UNO here anyway (cf. previous commit)Stephan Bergmann2015-02-122-12/+9
| | | | Change-Id: I2e5015b9c360fadb6747b5e2e0bd0a62b252312d
* Add missing registration of GL3DBarChartType in g_entries_chart2_charttypesStephan Bergmann2015-02-122-9/+12
| | | | | | | ...looks like it just got forgotten in 05efb605b36ea340762ef1583b3aea6a6b5cdddb "Add a new skeleton plotter for the GL3D bar chart." Change-Id: I54b7164d3702de6bdbcc3c3e21ea5569ada0336b
* Fix null pointer dereferenceStephan Bergmann2015-02-121-3/+6
| | | | | | | ...when FindTextToolbarController instance is immediately disposed after creation (as will happen in to-be-updated CppunitTest_services). Change-Id: I459f2b2ac3eecc728b45e8493c3f8988a6c121a1
* Remove dead implementation specificationStephan Bergmann2015-02-121-3/+0
| | | | | | | ...left over from 287bc0aab7a848b991266586737b53630332b987 "Kill the migration wizard for good." Change-Id: I3f4ba5147f3bf840c47078d20152988a0e40e45d
* tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh2015-02-121-0/+2
| | | | | | on unx platform Change-Id: Ibdcb7017718154b11ab6dcfc4124beab5efd7b56
* do not silently fail if the optimized blend path doesn't do anythingLuboš Luňák2015-02-121-13/+9
| | | | | | Otherwise e.g. rotated images in Draw may show as empty. Broken in d53103dd83bf20ac. Change-Id: I0b99b6c39b96f87a78ccb09c9db0a1bfac0f3296
* coverity#1268298 mark up codeCaolán McNamara2015-02-121-4/+5
| | | | Change-Id: I6e48e2593f93efd71e84a076a99457c3daf7d9e0
* coverity#1266485 Untrusted value as argumentCaolán McNamara2015-02-121-2/+2
| | | | Change-Id: I235a65f5521de1b90c8af3dc64b09eb2726d00ae
* coverity#1242895 Untrusted loop boundCaolán McNamara2015-02-121-16/+20
| | | | Change-Id: I73b8d2c6f9ef81c246b541aa34c4b61109964440
* coverity#1269584 Uncaught exceptionCaolán McNamara2015-02-121-5/+7
| | | | | | | | and coverity#1269578 Uncaught exception Change-Id: I68ef6ada3521cb12e17c5fe2ccecd67ade4ed40b
* coverity#1269586 Uncaught exceptionCaolán McNamara2015-02-121-4/+6
| | | | | | | | and coverity#1269581 Uncaught exception Change-Id: I48d08e1361ac9cf4c7d6040c247c753366dab4c5