summaryrefslogtreecommitdiff
path: root/scp2/source
AgeCommit message (Collapse)Author
2014-07-20scp2: move xsec_xmlsec lib to AutoInstallMichael Stahl
Change-Id: Iff2bb51047d6b8698b65b83ff79a99f6f125b53c
2014-07-20scp2: move python libraries to AutoInstallMichael Stahl
Change-Id: Ib89daf3e608fd995845062eae2a7a33149964844
2014-07-20scp2: move postgresqlsdbc libraries to AutoInstallMichael Stahl
Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c
2014-07-20scp2: move OGLTrans library to AutoInstallMichael Stahl
Change-Id: I5140f4053fbb1add4bc0b1b8cb6cd9772f3ffa28
2014-07-18scp2: stupid typosMichael Stahl
Change-Id: I94b3f39ce3dc642c97dfd515b026e4470724b06c
2014-07-18fix buildDavid Tardon
Change-Id: Ic370d7a2443543b83677280394bfd796365392c6
2014-07-18scp2: move pdfimport library to AutoInstallMichael Stahl
Change-Id: Iac7d30ea181edbc479034e7b6f8eea285d7f6fbb
2014-07-17fdo#81111 Package formula ui filesMaxim Monastirsky
Change-Id: Ie73f3ea4eff4dc8400d2ba3736c162d728c277d3 Reviewed-on: https://gerrit.libreoffice.org/10365 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-04add Carlito/Caladea fonts to install scriptAndras Timar
They were added in libreoffice-4-1 branch but not anywhere else. See 2158e8bf85e139fd3cf59d00059ed2e2026f6a4a Change-Id: I2dcec7898590b526161be7eec1afe4610e6fe534
2014-07-03typo: dreport -> dbreportAndras Timar
Change-Id: I7d6208a4ac170adb815ec02364076c5b49cfab9a
2014-07-03fdo#80535 add missing .ui localizations to install scriptAndras Timar
Change-Id: I248838633e99ac0ce51950db9049dd451394b558
2014-07-03fdo#80535 add missing .ui localizations to install scriptAndras Timar
Change-Id: Ie7e60522df6aff8fc68b36daddd1c84d0a97cd59
2014-06-22fdo#80332 remove "Support assistive technology tools" checkbox from installerAndras Timar
Revert "fdo#39833 add "Support assistive technology tools" option to Windows installer" This reverts commit 98fd8f345504e98e9ed16f4845d55f5b88b77a5e. Conflicts: instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf instsetoo_native/inc_openoffice/windows/msi_templates/CheckBox.idt instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt Change-Id: I04cafd063bd06db37eadd13b58f7b7adfad2ca42
2014-06-13scp2: move reportbuilder libraries to AutoInstallMichael Stahl
Change-Id: I3369b4c5c412741e82279db95cb517a8ae69b25c
2014-06-13scp2: move basebmp, avmediaQuickTime, avmediaMacAVF libs to AutoInstallMichael Stahl
Change-Id: I1b7a8fd5272cb56b2a45c89de79165cfd71711c4
2014-06-12scn resource file is empty now post ui-ificationCaolán McNamara
Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f
2014-06-11do no try to install bsh/js when not building themBjoern Michaelsen
Change-Id: Ic1521ad9a67c9930e2e4561eacb1e78905310613
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
Change-Id: I1f08493cdc18f4c0691a8436368432fe4e94dec3 Reviewed-on: https://gerrit.libreoffice.org/9696 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-09move UOF and Office 2003 filters to xsltfilter moduleDavid Tardon
Change-Id: I6e5ac310567bb7bd12fbba444e4e1deb9fea30d5
2014-06-09We build no avmediaQuickTime library in the sandboxed (i.e. App Store) caseTor Lillqvist
Change-Id: I373e435037279d14bde819ffaa38e510ced9a029
2014-06-09kdefilepicker is autoinstalled nowDavid Tardon
Change-Id: Ief3d602b81c0c8ea3ea931077141856199ac47bd
2014-05-31fix pyuno.so install to correctly end up in gid_Module_PyunoRene Engelhard
... as the (empty in this case) auto_python_ALL makes the second entry ignored Change-Id: I1b39595b3ab8da429f45f49098d6fc7bdc4c1cba
2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist
When compiling 32-bit OS X code, the code will use the "legacy Objective-C runtime", which means that instance variables of an Objective-C class must be declared in the @interface block, not in the @implementation. CGRect and NSRect are not the same for 32-bit code. Also, use boost::unordered_map. Change-Id: Icc56ff298203565a7568714b0e9f42c7c6b89737
2014-05-15Don't reference the avmediaMacAVF library if not builtTor Lillqvist
Change-Id: If4f5c51e986b51f5795012b9535ab7a7ea51337b
2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr
Adapted as needed and gbuildified by tml. For the files that actually are Objective-C++ use the .mm suffix. Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2
2014-05-15AOO: #i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr
because the QuickTime API is not available to 64bit clients. The switch to QTKit is temporary only because it has already been deprecated in OSX 10.9. We'll have to switch to OSX's AVFoundation framework instead soon. Suggested by: Ariel Constenla-Haile <arielch@apache.org> Change-Id: I86835b050ae62fe86361852dc4be0f9688c9b14f
2014-05-02fdo#67842 Brazilian Portuguese -> Portuguese (Brazil)Andras Timar
Change-Id: I9c99937d247b9642a01aea259d7509128cd7b98d
2014-04-20convert select type address book page to .uiCaolán McNamara
Change-Id: I94c0ed3385e64f854875f62c32adaa066d3b1ead
2014-04-17scp2: move reportbuilder Jars to AutoInstallMichael Stahl
Change-Id: Ie8e8e4e5278278eecc1a6e54dbb70389df3e7155
2014-04-17scp2: move ScriptProviderForJavaScript jar to AutoInstallMichael Stahl
Change-Id: Ifbfc26c2ec8ade109c8fe7dfce70ef18d68881e2
2014-04-17scp2: move ScriptProviderForBeanShell jar to AutoInstallMichael Stahl
Change-Id: Ib792eb8a4c6fa549bb34727838181c5924e7c150
2014-04-17scp2: move Jars from module ooo to AutoInstallMichael Stahl
Change-Id: Ide08e2da5c129f5df502ac3955738f8bfca56d41
2014-04-17oox: add customshapes preset dataMiklos Vajna
This is generated data, meant to replace source/drawingml/customshapepresets*.cxx soon. Just like the code before, let's have it in git, generating it requires an already working Impress, so it's nontrivial to produce it build-time. Change-Id: Iaf8c77fc6ee0402e3e145b131724b7891d6b6b3f
2014-04-15oox: generate data, not code for VML export preset definitionsMiklos Vajna
Change-Id: Ied9171715de948d30b360eb56626b93b695b7b93
2014-04-15oox: generate data, not code for drawingML export adjustment valuesMiklos Vajna
Change-Id: I5898314c630348552ca2e0a6df1cc76972e3974c
2014-04-07scp2: move firebird into base.Andrzej Hunt
Change-Id: I35f9b2dcb821bda0ea97de12a8ae8d27915f6b3e
2014-03-21we don't need psprint.conf or the generic ppds on MacOSX and iOSCaolán McNamara
I think Change-Id: I876018d663bcfab0bfff52829637f85da3dc72bd
2014-03-21Fold psprint_config into vclKhaled Hosny
The files are only used by the psprint stuff in vcl, so move them closer to it. We should kill all of this anyway, but that is for another day. Change-Id: Ie3b893c92d556333c9d8b041859d5e97604ace10 Reviewed-on: https://gerrit.libreoffice.org/8694 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-21move remaining padmin dialogs into vclCaolán McNamara
and so padmin is no more Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61
2014-03-21drop spadminCaolán McNamara
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
2014-03-18scp2: move jfreereport to AutoInstallMichael Stahl
Change-Id: I13bf9d1b75b3da1a8b6925f12eca938141fc9baf
2014-03-18scp2: move apache-commons to AutoInstallMichael Stahl
Change-Id: I5a50e7fcf5eafb18a63d250a82810703d3d8b11d
2014-03-18scp2: move rhino to AutoInstallMichael Stahl
Change-Id: I5282632315dab9002784da22e24544798f63bc47
2014-03-18scp2: move hsqldb to AutoInstallMichael Stahl
Change-Id: Ib72e509df6df51c4a42ea56ce7b1927a051baad4
2014-03-18scp2: move bsh to AutoInstallMichael Stahl
Change-Id: Ib030d8fc3bd7c3c38f8728c80414fde505b36537
2014-03-18scp2: move python3 to AutoInstallMichael Stahl
Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac
2014-03-18scp2: move moz_runtime to AutoInstallMichael Stahl
... and why is this not conditional on WITH_MOZAB4WIN but DESKTOP? Change-Id: I6ba3780eb7472b72d4e1338948bd6ce8dcfff529
2014-03-18scp2: move liblangtag to AutoInstallMichael Stahl
Change-Id: If79d57cf1743427106c0e4202fb4d5e42b5a807e
2014-03-14scp2: move libxml2 to AutoInstallMichael Stahl
Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f
2014-03-14scp2: move ICU to AutoInstallMichael Stahl
Change-Id: Ia9beb721301146fd8ec1d6c141189f580dd20d45