summaryrefslogtreecommitdiff
path: root/scp2/source/writer
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16no comma after gid_<whatever>_ALL as otherwise the next entry is ignoredRene Engelhard1-1/+1
Change-Id: If0e86e5d9740bd6dde3343c8fb468384b7367e27
2013-04-15fdo#60924 autoinstall: add writer section; also add more libsMatúš Kukan2-12/+3
Change-Id: I765e36aa95d0bcfb62b696d5db1fb151ba33da2c
2013-04-15gbuild: deliver help files as packagesDavid Tardon1-3/+2
Change-Id: I52904567d0c7434af3f013cad7c3d9a8a67ac9f2 Reviewed-on: https://gerrit.libreoffice.org/3384 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11fdo#60924 scp2: use auto_foo instead of gid_foo_auto_installedMatúš Kukan1-4/+4
Change-Id: I646c5219d3eb1d09206de93a2b21a6a5b3ac2846
2013-04-10drop undefined file IDsDavid Tardon1-3/+0
Change-Id: I5650327429118ad52e82050039dd237c2ff32286 Reviewed-on: https://gerrit.libreoffice.org/3236 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-05update scp2 module for auto installed libs...Rene Engelhard1-4/+4
Change-Id: Id19c8c768bd8be7767d6d224fa5d584381707217
2013-02-28bin PATCH_SO_NAME crackAndras Timar1-7/+1
In VersionInfo of Windows executables the FileDescription property originally contained 80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the installer maker perl program replaced the xxxxxxxxxxx to the actual file description which was defined in scp2. WHy was it good, I have no idea. The problem was that it happened after postprocess, where we signed the binaries, thus diigital signature became corrupted. It is better to give file descriptions via makefiles. Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89
2013-02-17Remove some bits that have been commented out since 2004Tor Lillqvist1-23/+0
Change-Id: Ibd95e9ea1c3ab6f24e0a469108191e59b049823e
2013-02-11advertised shotrcutsAndras Timar1-2/+1
The main goal of this patch was to simplify things. The LibreOffice version that goes to Intel AppUp use advertsied shourtcuts, because it is what Intel AppUp Center requires. We can reduce complexity a bit, if we use advertised shortcuts in normal builds, too. Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist1-1/+0
For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-08fdo#52296 put ShellNew files to program's folderAndras Timar1-1/+1
Change-Id: I501d08fb0be65c7191b807e1d6d6f20026e14860
2012-08-14fdo#52078 do not register shell extensions for Flat ODFAndras Timar1-21/+0
Change-Id: Ibe7e33d0f79caac177cf84fdbdc2cbf48ced8840
2012-06-21re-base on ALv2 code.Michael Meeks3-69/+42
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-05fdo#47805 rework handling of 64-bit registry entriesAndras Timar1-7/+7
64-bit registry entries were entered via a custom action, which did not always work. By default the custom action ran with user privileges, which were not sufficient to write the registry. It is not necessary to use custom actions for this task. Windows installer supports it well. Change-Id: Id65458c363c2b90b3e7d166b4c836bfb1ff19bf4
2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius1-83/+83
2012-05-31fix VersionNT condition for AppUserModelIDJesús Corrius1-7/+7
2012-05-31Add FriendlyTypeNames to supported typesJesús Corrius1-0/+56
2012-05-29gbuildize scp2David Tardon1-56/+0
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615
2012-05-22Use lowercase for the KindMap values instead of upper camel caseJesús Corrius1-8/+8
2012-05-22don't set registry keys for Windows Vista+ on other systemsJesús Corrius1-0/+15
2012-05-21Use Aplication User Model IDs for the native file typesJesús Corrius1-0/+56
Change-Id: I4941d97a8eb540bbf63320db83230707ced9f90f
2012-05-21Register Kind Names for supported file types for Windows Vista and higherJesús Corrius1-0/+64
2012-05-02put VBA stuff into correct subpackagesPetr Mladek1-0/+1
move vbaobj.uno.so into -calc subpackage and vbaswobj.uno.so into -writer subpackage to fix dependencies Change-Id: Id9457d71ee38537b07456816845cb870c7b7a041
2012-04-26fdo#47944 enable insertion of OLE objects into external applicationsAndras Timar1-12/+0
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba1-2/+1
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar1-16/+16
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-2/+2
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-2/+0
2011-11-21only one launcher icon for silent MSIAndras Timar1-0/+2
2011-10-24Undo basis/brand split: adapt scp2 WkDir.Stephan Bergmann1-1/+1
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann1-1/+1
2011-08-30Adapt for MinGW cross-buildsTor Lillqvist1-1/+14
Adapt some of the DLL names to match conventions we currently use in a MinGW build. If those are changed to be exactly like when built with MSVC (for SDK ABI stability reasons), will have to change here, too. Bypass stuff that we can't build with MinGW when necessary. Should be synchronized with the corresponding makefiles, obviously. We can't currently build the Explorer extension or MSI installer custom actions with MinGW due to lack of some required headers and/or import libraries.
2011-08-12Make the help repo optionalMiklos Vajna1-0/+2
2011-06-14gbuildize hwpfilterCaolán McNamara1-2/+2
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-0/+1
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-0/+0
Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk
2011-04-27writerfilter-module-writer.diff: put libwriterfilter into writer packagePetr Mladek1-0/+1
2011-04-26Kill BrOffice, fdo#36262Tor Lillqvist1-1/+0
2011-04-08chmod -xTor Lillqvist1-0/+0
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2-19/+9
* commit 'ooo/DEV300_m101': (500 commits) masterfix DEV300: #i10000# remove hard dep masterfix DEV300: #i10000# usage of L10N build_type masterfix DEV300: #i10000# usage of L10N build_type masterfix DEV300: #i100000# dep. fix masterfix DEV300: #i10000# removed one hard dep masterfix DEV300: #i10000# fixed patch handling masterfix DEV300: #i10000# new configure DEV300 masterfix DEV300: #i10000# nawk -> awk l10nmove: adjust repository handling l10nmove: fixed regex l10nmove: minor fixes l10nmove: add l10n repo to gb_REPOS DEV300 masterfix: gnumake3: subsequenttests requires in environment ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300 DEV300 masterfix: #i10000#: windows: more bizare hacks ... locales34: have a matching configure as well DEV300 locales34: back out change from autoreconf gnumake3: JunitTest.mk: bizarre hacks to make it work on windows ... Conflicts: configure configure.in instsetoo_native/prj/build.lst instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst instsetoo_native/util/pack.lst ooo.lst scp2/source/canvas/canvascommons.scp scp2/source/canvas/mtfrenderer.scp scp2/source/ooo/common_brand.scp scp2/source/ooo/directory_ooo.scp scp2/source/ooo/file_library_ooo.scp scp2/source/ooo/file_ooo.scp scp2/source/ooo/makefile.mk scp2/source/ooo/module_hidden_ooo.scp scp2/source/ooo/module_langpack.ulf scp2/source/ooo/ure.scp scp2/source/python/file_python.scp scp2/source/sdkoo/sdkoo.scp scp2/source/templates/module_langpack_accessories_templates.sct scp2/source/templates/module_langpack_accessories_templates_root.sct set_soenv.in soldep/bootstrp/appdef.cxx soldep/bootstrp/dep.cxx soldep/bootstrp/hashtbl.cxx soldep/bootstrp/makefile.mk soldep/bootstrp/minormk.cxx soldep/bootstrp/prj.cxx soldep/bootstrp/prodmap.cxx soldep/inc/dep.hxx soldep/inc/minormk.hxx soldep/inc/prodmap.hxx soldep/inc/soldep/appdef.hxx soldep/inc/soldep/connctr.hxx soldep/inc/soldep/depper.hxx soldep/inc/soldep/depwin.hxx soldep/inc/soldep/hashtbl.hxx soldep/inc/soldep/objwin.hxx soldep/inc/soldep/prj.hxx soldep/inc/soldep/sdtresid.hxx soldep/inc/soldep/soldep.hxx soldep/inc/soldep/soldlg.hxx soldep/inc/soldep/tbox.hxx soldep/prj/d.lst soldep/source/connctr.cxx soldep/source/depapp.hxx soldep/source/depper.cxx soldep/source/depwin.cxx soldep/source/makefile.mk soldep/source/objwin.cxx soldep/source/soldep.cxx soldep/source/soldlg.cxx soldep/source/soldlg.src soldep/source/tbox.cxx solenv/bin/build.pl solenv/bin/cws.pl solenv/bin/make_installer.pl solenv/bin/mhids.pl solenv/bin/modules/CwsConfig.pm solenv/bin/modules/RepositoryHelper.pm solenv/bin/modules/installer/regmerge.pm solenv/bin/modules/installer/scriptitems.pm solenv/bin/modules/installer/servicesfile.pm solenv/bin/modules/installer/simplepackage.pm solenv/bin/modules/installer/substfilenamefiles.pm solenv/config/ssolar.cmn solenv/inc/_tg_rslb.mk solenv/inc/extension_post.mk solenv/inc/libs.mk solenv/inc/minor.mk solenv/inc/postset.mk solenv/inc/settings.mk solenv/inc/tg_rslb.mk solenv/inc/unxlng.mk solenv/inc/wntmsc.mk soltools/HIDCompiler/hidclex.l stlport/prj/d.lst stlport/systemstlguards/postextstl.h
2011-01-10BrOffice branding for windows shortcutsMichael Meeks1-0/+1
2010-12-16Adding LANGUAGEMODULE flag to helppack filesFridrich Štrba1-11/+1
2010-12-16First shot on helppacksTor Lillqvist1-1/+1
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin1-0/+1
2010-10-07win32-activex-disable.diff: add option to disable build of activex componentTor Lillqvist1-0/+11
2010-09-30odf-flatxml-import-export.diff: load and save documents in flat xmlFridrich Štrba1-0/+47
load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications) Notes: split repo tag: bootstrap_linux-build-fridrich-20100930
2010-09-14wps-registry.diff: Register OOo as able to open MS Works files.Fridrich Štrba1-0/+9
2010-09-14wpsimport-scp2.diff: WPS Import filter - packaging bitsFridrich Štrba1-1/+1
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb1-12/+2
2010-06-29dv19#i112377# Cleaned up 'open with' entries for windows system integrationDirk Voelzke1-7/+7