summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-10-18Resolves: rhbz#919070 offload set span-all-displays to a gtk3 utilityCaolán McNamara1-0/+1
Jaw dropping hack to set a slideshow to span all monitors if gtk3 is available at runtime Change-Id: I363f63c9855d5cb1f92d65d0b34add0c60f7263c
2013-06-15initial attempt at text measuring unit test: linux only.Michael Meeks1-0/+1
Change-Id: I11a1845350e3404f348be1321571b19d816426a3
2013-04-28fdo#63197: convert osxresJulien Nabet1-1/+1
Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885 Reviewed-on: https://gerrit.libreoffice.org/3652 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen1-1/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-11rename UI to UIConfigDavid Tardon1-1/+1
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-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist1-2/+3
Hopefully also fixes build for iOS by re-introducing checks for DESKTOP. Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd. Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-3/+2
This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140. Conflicts: sal/android/lo-bootstrap.c sal/inc/osl/detail/android-bootstrap.h
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-0/+4
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist1-2/+2
The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-2/+3
We haven't been able to build NativeActivity-based apps (like the android/qa/sc and anroid/qa/desktop thingies) since we switched to DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway. No lo_main() any more. <sal/main.h> should not be included ever when compiling for Android of iOS now. Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope that it will reduce the amount of never invoked GUI code that gets linked in. Change-Id: I25f584864c40110774c728a23151e089620442d9
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-22/+12
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-0/+1
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgetsCaolán McNamara1-0/+1
2012-05-16fdo#47246: vcl: fix --enable-headless buildRiccardo Magliocchetti1-7/+0
Follow android way of building stuff. Change-Id: Ia3f8d7c58dbd09e070d9ea583872e115828365cb
2012-05-14TDE integrationNorbert Thiebaud1-0/+7
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-04-03vcl: use CustomTarget makefile for kde_mocMatúš Kukan1-0/+2
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan1-4/+4
2012-03-13Related fdo#47246: Extract objects used in both svp and gtk3 pluginsStephan Bergmann1-0/+2
2012-02-29can use Zip for thisDavid Tardon1-1/+1
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti1-0/+6
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-01-27We don't use Library_vclplug_svp on Android any moreTor Lillqvist1-6/+0
2011-12-11Build Library_vclplug_svp for Android, tooTor Lillqvist1-0/+6
2011-10-25generic: share sal yield mutex properlyMichael Meeks1-1/+1
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks1-2/+2
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-06-14add makefile to build gtk3 piecesMichael Meeks1-0/+5
2011-05-29add custom rule to build moc stuff for kde4Caolán McNamara1-0/+1
2011-04-29Make vcl building.Jan Holesovsky1-0/+1
2011-03-23vcl2gnumake: #i116588# add: windows native resource files, cleanup (thanks ↵Philipp Lohmann [pl]1-1/+6
hjs !)
2011-01-28vcl2gnumake: #i116588# add zip file for macos (preliminary)Philipp Lohmann [pl]1-0/+6
2011-01-26vcl2gnumake: #i116588# move vcl to gbuild (step 3,linux,solaris,macos)Philipp Lohmann [pl]1-0/+1
2011-01-26vcl2gnumake: #i116588# add static library for salmainPhilipp Lohmann [pl]1-2/+1
2011-01-26vcl2gnumake: #i116588# move vcl to gbuild (step 2)Philipp Lohmann [pl]1-1/+1
2011-01-25vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)Philipp Lohmann [pl]1-0/+63