summaryrefslogtreecommitdiff
path: root/desktop/Module_desktop.mk
AgeCommit message (Collapse)Author
2013-09-09gbuild: avoid packages when copying files into instdirMatúš Kukan
There should be only two ways how to add file into instdir: - gb_Helper_install used in gbuild - gb_Package_set_outdir used also elsewhere, preferably with scp2 containing its .filelist. Change-Id: I75ec0ba63f32acf4b56b17dc972f4488edf6a777
2013-06-15clean executables in Repository.mkMatúš Kukan
..so that no executable in gb_Helper_register_executables,NONE is installed (except cppunittester from scp2/source/smoketest/) and all others are installed. Also remove unused officeloader executable. Change-Id: I1726afc4d9d6848bca7fa07ebce3acd340777e8a
2013-05-05copy scripts to instdirDavid Tardon
Change-Id: Id7367d8f540f708071df89fd056dba485751df1c
2013-05-04copy pagein-* into instdirDavid Tardon
Change-Id: Iab77db4f7841fd3d118fc371de5d0368f08f6c2d
2013-04-30install branding images using filelistsDavid Tardon
This also reinstates the use of brand_dev/intro.png for non-release builds, lost with gbuildization of instsetoo_native (commit 1d84e9d1d363bd550129efcbeafe670c0a049dd0). Change-Id: I43477505c5c9a3d6ec961d640608e6e91379868e
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-15autoinstall more OOOLIBS librariesMatúš Kukan
Change-Id: I02c86d7ab6814bfcf559af7408e5d0e1eef59666
2013-04-11remove duplicated else branchMatúš Kukan
Change-Id: I2d4676e3b44551d1730fe6e7b2898a2a38e4649c
2013-04-11rename UI to UIConfigDavid Tardon
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-28Need deployment component too when HAVE_FEATURE_EXTENSIONSTor Lillqvist
Don't look just at DESKTOP or not when deciding whether to compile that stuff. Change-Id: Ic9961ba27eb4a1e9360c67dd844c9243f1eff00e
2013-03-12liblibo: install test library by itself and install it.Michael Meeks
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
2013-03-12liblibo: create initial liblibreoffice.Michael Meeks
bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
2013-03-07Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann
...to manually build solver/*/bin/test-passive.oxt via "make Extension_test-passive". There's still room for improvement in gbuild, though: * There should be no need to add the extension's native library and jar UNO components (which nothing else links againts) to the central Repository.mk. * There should be no need to move manifest.xml around. * There should be no need to move .java files around. * Let "make Extension_test-passive.clean" clean up again. Change-Id: Ib44558061c4c0fda6be5943bd02b5a42cd15c52e
2012-11-13convert extension dialog to .uiCaolán McNamara
Change-Id: I4d938be9e960f421398dd40bbcf1b3cadc643de1
2012-09-10headless build: build oosplash againRiccardo Magliocchetti
It looks like we want it so revert: dae66b7b1df89d824017c7afb52f66ebfd2b8fe2 4d408cc2f09fcc645d0da736b74f2f5cae86edc4 64a530cfa8e9be44965c9d708dfb642c2df2a59d Change-Id: I7cd410861b28a0556de3375a0865a7baef52bd78
2012-09-03desktop: i swear we don't need oosplash with --enable-headlessRiccardo Magliocchetti
Change-Id: I7d03590fc2a0942757b7214c15be78e8bc626e9c
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius
2012-05-24set explicit Application User Models IDs in the native Windows launchersJesús Corrius
Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d
2012-05-02convert custom makefile code into a packageDavid Tardon
Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090
2012-04-04desktop: use CustomTarget makefileMatúš Kukan
2012-03-23move Pagein from desktop to gbuildDavid Tardon
2012-03-14fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl
2012-03-14fdo#47246: desktop: factor out a winlauncher static libraryMichael Stahl
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-01-27Skip Executable_soffice.bin for non-desktop OSes, hmmTor Lillqvist
2012-01-20android: add new desktop module, it gets to vcl init and fails.Michael Meeks
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar
2012-01-16Fix configurable branding.Thorsten Behrens
Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images.
2012-01-16Do build Library_deployment also for non-desktop OSesTor Lillqvist
Whether anything in it will eventually be used in LO-based apps on such OSes, no idea, but no harm building it.
2012-01-16Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSesTor Lillqvist
Not that I know if soffice.bin as it currently is will make sense on Android or iOS eventually, but just for experimentation... Don't bother with Library_unopkgapp for non-desktop OSes as we don't build Executable_unopkg.bin for them either.
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon
2012-01-15do not build on macosx and winDavid Tardon
2012-01-11avoid generating a file in the source treeDavid Tardon
2011-12-12Do build Executable_soffice.bin also for Android, for nowTor Lillqvist
2011-12-12Do build Library_deploymentmisc also for non-desktop OSes, for nowTor Lillqvist
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06remove sources of setup.exeAndras Timar
2011-11-16Reduce what we build here for non-DESKTOP OSesTor Lillqvist
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
2011-09-22Simplify the manifest danceTor Lillqvist
2011-09-20Rename guistdio to crashrep.com.Jan Holesovsky
2011-09-20Build unopkg.exe directly.Jan Holesovsky
2011-09-20Create unopkg.com directly.Jan Holesovsky
2011-09-20Create unopkg.bin directly.Jan Holesovsky
2011-09-20Avoid officeloader -> soffice renaming dance, build that directly.Jan Holesovsky
2011-09-20Deliver basis-link and ure-link.Jan Holesovsky
2011-09-16desktop scripts need to be packaged on MacOSX tooNorbert Thiebaud
2011-09-15gbuildize desktopDavid Tardon