summaryrefslogtreecommitdiffstats
path: root/desktop/CppunitTest_desktop_app.mk
Commit message (Collapse)AuthorAgeFilesLines
* add the missing libs for the testMarkus Mohrhard2017-05-191-0/+4
| | | | Change-Id: Iac96738d84a90f2125c1844c3380ea9a3a9c1645
* remove the old collaboration feature based on telepathyMarkus Mohrhard2017-04-141-1/+0
| | | | | | | Change-Id: I1f08d6ef43b76e7bae41ac33bb954f506ae7c485 Reviewed-on: https://gerrit.libreoffice.org/36542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Extra linking against sofficeappStephan Bergmann2017-03-261-1/+0
| | | | | | | | | ...already included via gb_CppunitTest_use_library_objects Change-Id: I4135a48c2ed60a36c15c85bf3720a3080e70837e Reviewed-on: https://gerrit.libreoffice.org/35716 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* lok: Allow setting of the language during load.Jan Holesovsky2017-03-241-0/+1
| | | | Change-Id: I9dbb62950e639376c26122ceb9fcec2982b3ca82
* tdf#106359: Open Web Query (.iqy) filesMike Kaganski2017-03-091-0/+1
| | | | | | | | | | | | | | As per http://support.microsoft.com/kb/157482, the files are plain-text files with an URL and optional GET and POST parameters (static and dynamic). This commit introduces basic support to open these files (without support for POST and dynamic parameters). Change-Id: Ic122efdcfacb8b5de3ef68be1cf0e8a480710eca Reviewed-on: https://gerrit.libreoffice.org/34928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* No glxtest library unless USING_X11Tor Lillqvist2016-12-081-0/+2
| | | | Change-Id: Ibcc0eeba9beaaeea86bdda5e0ea80e54c25621a9
* lok: add command values .uno:FontSubsetHenry Castro2016-11-221-0/+4
| | | | | | | | | | Conflicts: desktop/Library_sofficeapp.mk Change-Id: Id36a98c32f0eb5e88e4e9a714e260a71d7465c05 Reviewed-on: https://gerrit.libreoffice.org/31033 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
* Missing dependency (--enable-telepathy)Stephan Bergmann2016-10-281-0/+1
| | | | Change-Id: I13578505fc0d5de164d0dacbbf31821ea79233ab
* CppunitTest_desktop_app needs the Foundation framework when sandboxedTor Lillqvist2016-08-041-0/+8
| | | | | | | Because cmdlineargs.cxx uses NSTemporaryDirectory when HAVE_FEATURE_MACOSX_SANDBOX. Change-Id: I120a1f69bc94be161b76a9b813623103adc5fbe7
* desktop: CppunitTest_desktop_app requires breakpadMichael Stahl2016-07-191-0/+2
| | | | Change-Id: I314fd2ba94ec6efdfecbc9694138a6410665163c
* tdf#100837: Support Office URI SchemesMike Kaganski2016-07-191-0/+61
This patch adds support for Office URI Schemes (see https://msdn.microsoft.com/en-us/library/dn906146). This will enable browser (non-CMIS) integration of LibreOffice with MS SharePoint server (v.2013 tested). In this patch, in addition to ms-* schemes, a new scheme is introduced: vnd.libreoffice.command, which is analogous to ms-*. Its purpose is to enable flexible configuration of server and client, where some types of documents are declared as handled by LibreOffice, and other are handled by other software. E.g., ODTs may have "vnd.libreoffice.command" scheme, while DOCXs could be "ms-word". Client may register LibreOffice to handle both, or to handle only "vnd.libreoffice.command" scheme. Unit test included. TODO in a later patch: add a mechanism to register LibreOffice to the schemes with OS. Change-Id: I1c449a211102036f87163058a4c90a93eb32c948 Reviewed-on: https://gerrit.libreoffice.org/27094 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>