summaryrefslogtreecommitdiffstats
path: root/instsetoo_native/inc_sdkoo
Commit message (Collapse)AuthorAgeFilesLines
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* re-base on ALv2 code. Includes:Michael Meeks2012-11-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 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 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
* use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)Andras Timar2012-09-267-7/+7
| | | | Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad
* followup of bccb30a0Andras Timar2012-09-231-17/+0
| | | | Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007
* fdo#52946 We don't need the productname multiple times in install dialogsAndras Timar2012-09-091-34/+17
| | | | Change-Id: Id1e02ff8409a7261a86c0231898265490ddcac1b
* remove SelfReg table from MSIAndras Timar2012-09-083-6/+0
| | | | | | | | | We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42
* remove Win9x specific conditionsAndras Timar2012-05-201-2/+0
| | | | Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
* fix condition for SetupCompleteSuccessAndras Timar2012-05-071-2/+2
| | | | Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
* don't refer to a deleted controlAndras Timar2012-05-071-1/+1
| | | | Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
* remove unused checkboxes from Windows installerAndras Timar2012-05-074-26/+2
| | | | Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
* remove unused icons from Windows installerAndras Timar2012-04-261-2/+0
|
* fdo#47779 installer dialog header background should be whiteAndras Timar2012-04-251-16/+16
|
* PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar2012-04-021-4/+4
|
* remove unused DatabaseFolder dialog from MSIAndras Timar2012-03-233-20/+0
|
* fix control order in MSI, this time for realAndras Timar2012-03-201-1/+1
|
* fix control order in MSIAndras Timar2012-03-201-1/+1
|
* Revert "remove last traces of serial number check from MSI"Andras Timar2012-03-201-0/+1
| | | | This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.
* remove last traces of serial number check from MSIAndras Timar2012-03-201-1/+0
|
* remove last traces of serial number check from MSIAndras Timar2012-03-201-2/+1
|
* remove unused License Agreement dialog from MSIAndras Timar2012-03-204-23/+3
|
* LibreOffice installer does not need Serial numberAndras Timar2012-03-202-4/+0
|
* Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens2011-11-2417-0/+0
| | | | | | | | * the *.ico files were simply copied around, for the msi templates, and then later customized by copying nologobanner/install onto them * now holding only one copy of the icons, removed later-deleted other *.bmp files
* Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann2011-11-151-4/+4
| | | | | With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
* Merge commit 'ooo/OOO330_m15' into libreoffice-3-3Jan Holesovsky2010-11-162-2/+6
|\ | | | | | | | | | | | | Conflicts: instsetoo_native/inc_openoffice/windows/msi_templates/RegLocat.idt instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt solenv/inc/minor.mk
| * native346 #i115376# making update process more flexibleIngo Schmidt2010-11-092-2/+6
| |
* | Change Product and Upgrade codes to not mess up with OOo install on WindowsFridrich Štrba2010-10-011-33/+33
| |
* | LibreOffice Branding: first cutFridrich Štrba2010-09-281-2/+2
|/
* native317 #i112626# typical instead of complete installationIngo Schmidt2010-07-021-1/+0
|
* native0: #161763# new bitmaps for OOoIngo Schmidt2010-03-121-0/+0
|
* #i105892# preparing 64 bit Windows registry tableIngo Schmidt2009-10-231-0/+6
|
* CWS-TOOLING: integrate CWS dv15Kurt Zenker2009-09-112-5/+5
| | | | | | | 2009-09-10 07:47:47 +0200 dv r276020 : #i104942# Better renaming algorithmen 2009-09-03 13:42:16 +0200 dv r275749 : #i104754# New icon for shared extensions 2009-09-03 13:37:58 +0200 dv r275748 : #i104754# New icon for shared extensions 2009-09-03 10:31:06 +0200 dv r275746 : #i104745# Reordered controls for better A11Y support
* CWS-TOOLING: integrate CWS dv07Oliver Bolte2009-02-181-1/+1
| | | | | | | | | | | | | 2009-02-12 13:22:37 +0100 dv r267650 : #i94560# Removed string, which needed translation 2009-01-27 16:09:50 +0100 dv r267004 : #i94560# Allow building without redistributable 2009-01-27 10:56:38 +0100 is r266965 : #i98509# InstallOrder for extension module 2009-01-26 08:08:16 +0100 dv r266899 : #i94560# Work around Windows Vista installation problems 2009-01-19 14:28:56 +0100 dv r266498 : CWS-TOOLING: rebase CWS dv07 to trunk@266428 (milestone: DEV300:m39) 2009-01-19 09:56:07 +0100 dv r266477 : #i94560# Added custom action to work around 'major upgrade' problem on Windows Vista 2009-01-19 09:54:30 +0100 dv r266476 : #i94560# Added custom action to work around 'major upgrade' problem on Windows Vista 2009-01-19 09:13:06 +0100 dv r266474 : #i94347# Changed LaunchCondition from AdminUser to Privileged 2008-12-18 08:42:04 +0100 dv r265662 : #i97201# remove old release notes when notified about updates 2008-12-15 14:50:33 +0100 dv r265501 : #i96844# Use fputs instead of fprintf
* CWS-TOOLING: integrate CWS native206_DEV300Jens-Heiner Rechtien2008-11-201-1/+1
|
* INTEGRATION: CWS native190_DEV300 (1.2.480); FILE MERGEDRüdiger Timm2008-09-041-2/+2
| | | | 2008/08/29 13:52:08 is 1.2.480.1: #i93251# preparation for msi plus msp installation sets
* INTEGRATION: CWS native190_DEV300 (1.2.480); FILE MERGEDRüdiger Timm2008-09-041-1/+2
| | | | 2008/09/01 14:42:02 is 1.2.480.1: #i93251# patchwelcome also for admin installation
* INTEGRATION: CWS native188_DEV300 (1.2.28); FILE MERGEDRüdiger Timm2008-08-271-2/+2
| | | | 2008/08/22 16:49:30 is 1.2.28.1: #i93032# new win registry layers for all products
* INTEGRATION: CWS native188_DEV300 (1.4.62); FILE MERGEDRüdiger Timm2008-08-271-1/+1
| | | | 2008/08/21 15:14:01 is 1.4.62.1: #i92952# ooo3 has to remove all older ooo3 products
* INTEGRATION: CWS native177 (1.5.4); FILE MERGEDRüdiger Timm2008-08-011-0/+4
| | | | 2008/07/23 13:42:16 is 1.5.4.1: #i92029# adding events for buttons
* INTEGRATION: CWS sysui26 (1.4.30); FILE MERGEDIvo Hinkelmann2008-07-161-6/+2
| | | | 2008/06/25 14:19:09 dv 1.4.30.1: removed all references to FileTypeDialog
* INTEGRATION: CWS jsc21 (1.1.2); FILE ADDEDRüdiger Timm2008-07-111-0/+3
| | | | 2008/07/04 06:58:28 jsc 1.1.2.1: #i88797# rework optional SDK
* INTEGRATION: CWS jsc21 (1.1.2); FILE ADDEDRüdiger Timm2008-07-111-0/+5
| | | | 2008/07/04 06:58:17 jsc 1.1.2.1: #i88797# rework optional SDK
* INTEGRATION: CWS jsc21 (1.1.2); FILE ADDEDRüdiger Timm2008-07-111-0/+5
| | | | 2008/07/04 06:55:34 jsc 1.1.2.1: #i88797# rework optional SDK
* INTEGRATION: CWS native160 (1.3.118); FILE MERGEDVladimir Glazounov2008-06-301-3/+3
| | | | 2008/06/24 10:41:15 is 1.3.118.1: #i88671# merging msvc90 libraries
* INTEGRATION: CWS native152 (1.3.208); FILE MERGEDKurt Zenker2008-05-212-28/+29
| | | | 2008/05/15 09:06:14 is 1.3.208.1: #i42871# translation for Windows Installer dialog titles
* INTEGRATION: CWS native147 (1.3.286); FILE MERGEDKurt Zenker2008-05-061-2/+4
| | | | 2008/04/16 12:55:16 is 1.3.286.1: #i88008# do not show license dialog
* INTEGRATION: CWS native116 (1.2.304); FILE MERGEDIvo Hinkelmann2007-11-231-6/+6
| | | | 2007/10/10 15:10:34 is 1.2.304.1: #i82313# preparing merge module integration
* INTEGRATION: CWS native109 (1.3.116); FILE MERGEDIvo Hinkelmann2007-09-111-0/+0
| | | | 2007/08/27 10:22:52 is 1.3.116.1: #i80676,i80677# new bitmaps and text positions
* INTEGRATION: CWS native109 (1.7.82); FILE MERGEDIvo Hinkelmann2007-09-111-40/+40
| | | | 2007/08/27 10:22:52 is 1.7.82.1: #i80676,i80677# new bitmaps and text positions
* INTEGRATION: CWS native80 (1.2.208); FILE MERGEDRüdiger Timm2007-04-021-0/+1
| | | | 2007/03/05 16:48:39 is 1.2.208.1: #145483# removing errors in msi databases
* INTEGRATION: CWS native80 (1.2.208); FILE MERGEDRüdiger Timm2007-04-021-1/+0
| | | | 2007/03/05 16:48:37 is 1.2.208.1: #145483# removing errors in msi databases