Commit graph

630 commits

Author SHA1 Message Date
sb
63dcf941d0 sb118: #i108269# first step of removing tcsh support 2010-01-12 18:49:59 +01:00
sb
cd55f83c52 sb118: work around problem that <windows.h> defines OPTIONAL (clashing e.g. with com::sun:🫘:PropertyAttribute::OPTIONAL) 2010-01-11 17:39:05 +01:00
sb
98a252a675 sb118: merged in DEV300_m69 2010-01-09 21:01:14 +01:00
Jens-Heiner Rechtien
b24cbcb51b DEV300 masterfix: #i10000#: add solenv to dependency list 2010-01-06 18:02:43 +01:00
sb
184279afbf sb118: merged in DEV300_m68 2010-01-05 13:49:30 +01:00
Jens-Heiner Rechtien
ee089c6817 CWS-TOOLING: integrate CWS sb116 2010-01-05 13:01:54 +01:00
sb
a1290f07eb sb118: build cppunit as RPATH=NONE (as it will only be used while building, not go into installation sets) 2009-12-18 15:56:13 +01:00
sb
68e460ebd2 sb118: adaptions of using CppUnit 1.12.1 for wntgcci platform and for --enable-dbgutil configuration 2009-12-16 14:31:25 +01:00
Vladimir Glazunov
da42440ee3 CWS-TOOLING: integrate CWS qstartfix2_DEV300 2009-12-14 10:44:48 +01:00
sb
8efa42c387 sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.
- Old modifications were necessary for testshl2, which has simply been excluded
  from the build for now.
- Tests in basebmp, basegfx, o3tl (that are executed during build) have been
  converted from using modified CppUnit/testshl2 to using unmodified CppUnit.
- CppUnit's DllPlugInTester has problems with OOo tests on Windows, see
  #i107562#, so for now a new cppunittester from sal is used instead.
2009-12-11 14:29:59 +01:00
Vladimir Glazunov
7f64926887 CWS-TOOLING: integrate CWS vcl107 2009-12-10 18:31:30 +01:00
Vladimir Glazunov
9f1d44367a CWS-TOOLING: integrate CWS ause106 2009-12-10 14:44:25 +01:00
Vladimir Glazunov
ea74b90b11 CWS-TOOLING: integrate CWS killnonpro 2009-12-09 19:10:19 +01:00
sb
d9803be45e merged in DEV300_m66 2009-12-07 09:34:25 +01:00
Mathias Bauer
73c47b8be3 merge to m67 2009-12-05 19:29:07 +01:00
Kurt Zenker
f66a3fe053 CWS-TOOLING: integrate CWS tkr30_DEV300 2009-12-04 16:33:18 +01:00
Hans-Joachim Lankenau
fc895db9ba ause106: #i107409# fix for windows ccache usage 2009-12-03 14:23:12 +01:00
mb93783
f5d907d31e yet another missing stlport dependency 2009-11-29 18:07:02 +01:00
mb93783
26c29af1b6 #i103496#: just another missing stlport dependency 2009-11-27 14:43:29 +01:00
Mathias Bauer
cf64ff9adc another merge 2009-11-23 18:28:42 +01:00
Mathias Bauer
2952aaf1a2 merge commit for m65 2009-11-23 17:39:22 +01:00
Mathias Bauer
848647cb40 #i103496#: some more missing dependencies on stlport 2009-11-18 14:47:13 +01:00
Mathias Bauer
adbb665f31 #i103496#: missing dependency on stlport 2009-11-17 14:59:31 +01:00
Tobias Krause
c415b5fe66 #i106876# update of OpenSSL from 0.9.8k to 0.9.8l 2009-11-16 08:22:04 +00:00
Tobias Krause
da3b7412a4 #i106876# update of OpenSSL from 0.9.8k to 0.9.8l 2009-11-16 08:20:46 +00:00
Kurt Zenker
8180586f8b #i10000# override makefiles during unzip 2009-11-16 01:18:29 +01:00
Kurt Zenker
ef0288de0a CWS-TOOLING: integrate CWS ause109 2009-11-13 18:14:20 +01:00
sb
0888c59dfb sb116: #i106845# removed obsolete IRIX port 2009-11-13 11:04:06 +01:00
sb
d0bd6dc511 sb116: merged in DEV300_m64 2009-11-11 14:56:56 +01:00
Philipp Lohmann [pl]
9e635f111d vcl107: #i106523# fix x86_64 case in particular and endianess in general (thanks cmc) 2009-11-05 19:32:11 +01:00
Hans-Joachim Lankenau
645b2b6acf ause109: #i106645# on incremental builds prefer current build over solver 2009-11-05 18:40:46 +01:00
Hans-Joachim Lankenau
0a7f934650 ause109: #i106296# make build.xml aware of TARFILE_LOCATION 2009-10-29 18:45:35 +01:00
Release Engineers
2ab67fea8f Create DEV300_m63 milestone tag from trunk@277194 2009-10-27 09:04:02 +00:00
Mathias Bauer
a70cc19dc9 merge commit for m62 2009-10-26 17:41:29 +01:00
Michael Meeks
dd53fcb33e fix i#101245# 2009-10-23 10:50:38 +00:00
Release Engineers
2c4f374fdc Create DEV300_m62 milestone tag from trunk@277034 2009-10-20 02:23:07 +00:00
Kurt Zenker
ebabd73abe CWS-TOOLING: integrate CWS dba32h
2009-10-12 12:21:44 +0200 msc  r276827 : remove warning for issue 102712 because the issue is fixed
2009-10-05 07:14:20 +0200 oj  r276658 : #105585# add missing dependency for OOO_UI
2009-10-02 12:50:19 +0200 fs  r276632 : #i105505#
If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized.
In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl
call attachResource. This ensures that the model is initialized completely, including firing the necessary
events.
2009-10-02 12:46:12 +0200 fs  r276631 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document
2009-10-01 13:09:07 +0200 fs  r276596 : do not rely on the name 'Standard' for the one and only form in a document
2009-10-01 12:35:56 +0200 fs  r276589 : #i105509# don't rely on default form component names, use indexes
2009-10-01 11:19:18 +0200 fs  r276584 : copying the fix for #i105082# into this CWS
2009-10-01 11:13:22 +0200 fs  r276583 : improved logs
2009-10-01 11:10:44 +0200 fs  r276581 : #i105505#
2009-10-01 08:07:57 +0200 fs  r276575 : manual merge of trunk, to allow cwslocalize to run
2009-09-30 22:48:30 +0200 fs  r276574 : removed that strange ONLOAD definition
2009-09-30 12:58:18 +0200 fs  r276553 : copy fix for #i105387# into this CWS, as the issue prevents us from finalizing the CWS
2009-09-30 12:56:45 +0200 fs  r276552 : copy fix for #i105387# into this CWS, as the issue prevents us from finalizing the CWS
2009-09-30 11:47:45 +0200 fs  r276549 : #i105235#
2009-09-29 12:27:40 +0200 fs  r276521 : #i105367#
2009-09-28 12:08:17 +0200 oj  r276485 : #i105371# export version in manifest.xml as well
2009-09-28 12:07:02 +0200 oj  r276484 : #i105371# export version in manifest.xml as well
2009-09-28 09:48:01 +0200 oj  r276481 : #i105366# init drivers when not empty
2009-09-25 14:31:27 +0200 fs  r276466 : CWS-TOOLING: rebase CWS dba32h to trunk@276429 (milestone: DEV300:m60)
2009-09-24 13:52:54 +0200 fs  r276422 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document)
2009-09-24 11:42:03 +0200 fs  r276413 : #i105234# proper zoom handling for the nav bar
2009-09-24 11:41:40 +0200 fs  r276412 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double
2009-09-23 12:21:22 +0200 oj  r276377 : remove dos lineends
2009-09-23 11:44:52 +0200 oj  r276376 : #i105216# load config on demand
2009-09-23 11:44:19 +0200 oj  r276375 : #i105216# load config on demand
2009-09-23 11:43:35 +0200 oj  r276374 : #i105216# load config on demand
2009-09-21 09:13:03 +0200 oj  r276307 : #i105158# use Thread support
2009-09-18 13:06:50 +0200 fs  r276277 : #i105147#
2009-09-18 11:48:23 +0200 oj  r276271 : #i105158# new method for thread safety
2009-09-18 10:42:56 +0200 fs  r276266 : CWS-TOOLING: rebase CWS dba32h to trunk@276192 (milestone: DEV300:m59)
2009-09-18 08:30:03 +0200 oj  r276263 : #i105016# load correct ldap so
2009-09-17 13:42:31 +0200 oj  r276240 : change count of check boxes
2009-09-17 13:32:59 +0200 oj  r276239 : revert false to true for currency
2009-09-17 09:14:46 +0200 oj  r276220 : #i104901# add patch for every issue
2009-09-17 09:10:29 +0200 oj  r276219 : #i104901# add patch for every issue
2009-09-11 13:47:49 +0200 oj  r276060 : #i104901# fix for indentity
2009-09-11 12:14:14 +0200 fs  r276056 : #i104594# allow to render controls without an SdrPageView
2009-09-11 11:49:31 +0200 fs  r276055 : CWS-TOOLING: rebase CWS dba32h to trunk@276043 (milestone: DEV300:m58)
2009-09-10 08:41:40 +0200 oj  r276021 : #i104911# export variable-set not for repeating sections
2009-10-14 18:48:09 +00:00
Kurt Zenker
b81b0183be CWS-TOOLING: integrate CWS mhremove01
2009-09-30 18:40:27 +0200 mh  r276572 : del: superflous file
2009-09-30 18:37:25 +0200 mh  r276571 : #i104152# remove test and result files, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331534
2009-09-30 18:20:02 +0200 mh  r276570 : #i105483# remove msfontextract
2009-09-30 18:19:33 +0200 mh  r276569 : #i105483# remove msfontextract
2009-09-30 18:10:09 +0200 mh  r276568 : #i105483# remove msfontextract
2009-10-14 17:42:36 +00:00
Kurt Zenker
618a465336 CWS-TOOLING: integrate CWS jl135_nss
2009-10-01 15:20:03 +0200 jl  r276605 : #1004856# moved to xmlsec1-mingw32.patch 
2009-10-01 10:51:24 +0200 jl  r276580 : #1004856# build keymgr with mingw
2009-10-01 10:50:52 +0200 jl  r276579 : #1004856# build keymgr with mingw
2009-10-01 10:37:28 +0200 jl  r276578 : #1004856# do not build xmlsec1 app
2009-09-29 16:01:31 +0200 jl  r276532 : #1004856# Using libxml2 from solver if available
2009-09-26 16:31:32 +0200 jl  r276477 : #i104856# xmlsec1-mscrypto-1 is now xmlsec1-mscrypto
2009-09-25 17:05:26 +0200 jl  r276470 : CWS-TOOLING: rebase CWS jl135_nss to trunk@276429 (milestone: DEV300:m60)
2009-09-24 12:57:10 +0200 jl  r276419 : #i104856# libxmlsec update
2009-09-24 12:46:58 +0200 jl  r276418 : #i104856# fixing mac configure problem in configure.in and regenerating configure
2009-09-23 16:49:54 +0200 jl  r276405 : i#104856# configure failed on mac
2009-09-23 10:21:35 +0200 jl  r276369 : #i104856# adapting patches to apply cleanly and readme change
2009-09-21 13:45:47 +0200 jl  r276326 : #i104856 updating to 1.2.12, using changes patches from cmc made on xmlsec1_2_12
2009-09-21 11:27:46 +0200 jl  r276319 : #i105183# forget to uncomment PATCH_FILES
2009-09-18 17:41:20 +0200 jl  r276296 : #i105183# update of nss libs
2009-10-14 16:21:13 +00:00
Rüdiger Timm
94fb4f0e7a #i105697# Patch by pjanik: Use 'linux-generic64' to configure openssl. 2009-10-09 12:09:40 +00:00
Release Engineers
d3e2338ff6 Create DEV300_m61 milestone tag from trunk@276697 2009-10-06 09:48:27 +00:00
Vladimir Glazounov
f1de5cd008 CWS-TOOLING: integrate CWS cmcfixes62
2009-09-22 21:19:24 +0200 cmc  r276365 : #i100000# that's the most plausible explanation, -D$(CVER) is needed by scp2 under windows
2009-09-19 16:10:36 +0200 cmc  r276303 : #i100000# revert this for no partically good reason
2009-09-18 14:16:47 +0200 cmc  r276279 : remove extra build depend
2009-09-18 08:56:15 +0200 cmc  r276265 : #i100000# rerun autoconf
2009-09-17 14:59:38 +0200 cmc  r276245 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@276192 (milestone: DEV300:m59)
2009-09-10 16:40:49 +0200 pl  r276041 : fix warning
2009-09-10 11:34:55 +0200 pl  r276026 : disable warning from system header
2009-09-09 19:30:45 +0200 pl  r276013 : use osl_getAsciiFunctionSymbol instead of strange cast
2009-09-09 19:25:32 +0200 pl  r276012 : add some casting hacks to make compile on solaris cc
2009-09-09 19:10:48 +0200 pl  r276009 : add missing Configure option for solaris sparce 32bit
2009-09-09 18:37:05 +0200 pl  r276008 : merge fix for #i104525# into moved code
2009-09-07 13:28:08 +0200 cmc  r275894 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275801 (milestone: DEV300:m57)
2009-08-28 12:36:27 +0200 cmc  r275523 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275331 (milestone: DEV300:m56)
2009-08-26 12:56:18 +0200 cmc  r275413 : #i104088# use the right headers in the right place
2009-08-25 17:07:50 +0200 cmc  r275372 : #i104500# make openssl build on linux that isn't x86 or x86_64
2009-08-25 13:08:48 +0200 cmc  r275347 : #i89237# pretty picswitch up
2009-08-25 10:58:09 +0200 cmc  r275342 : #i104489# remove last unused code in starmath
2009-08-25 10:23:33 +0200 cmc  r275338 : #i104088# clean up the define post-move
2009-08-24 13:46:57 +0200 cmc  r275310 : #i104088# 64bit odbc api changes
2009-08-24 13:42:52 +0200 cmc  r275309 : #i89237# unify linux platform mks under a generic parent
2009-08-24 13:19:52 +0200 cmc  r275307 : #i104455# remove unused code
2009-08-24 13:10:56 +0200 cmc  r275306 : #i104088# 64bit odbc api changes
2009-08-24 10:07:50 +0200 cmc  r275293 : #i104306# move recent-used to vcl
2009-08-24 09:32:08 +0200 cmc  r275291 : #i104306# move recent-used to vcl
2009-08-23 22:01:07 +0200 cmc  r275286 : #i104306# move recently-used to vcl
2009-08-22 15:25:25 +0200 cmc  r275285 : #i104088# 64bit odbc api changes
2009-08-21 17:52:40 +0200 cmc  r275268 : #i104306# move recently-used to vcl
2009-08-21 14:38:26 +0200 cmc  r275257 : #i104408 make these headers ready for c++0x
2009-08-21 14:20:19 +0200 cmc  r275251 : #i104406# avoid overlapping strcpy to avoid bustage on recent toolchains
2009-08-21 14:14:25 +0200 cmc  r275250 : #i104385# silence 64bit warnings
2009-10-01 09:16:17 +00:00
Mathias Bauer
32f7f5c072 zlib problem must be fixed in solenv 2009-09-28 17:14:51 +02:00
Mathias Bauer
f931088abf regression from sb113: redland does not build from scratch 2009-09-28 16:51:16 +02:00
Mathias Bauer
aa8f1fb394 merge commit 2009-09-25 21:47:16 +02:00
Release Engineers
25f1c59ee3 Create DEV300_m60 milestone tag from trunk@276428 2009-09-24 22:39:01 +00:00
Ivo Hinkelmann
93b228f440 CWS-TOOLING: integrate CWS mingwport24
2009-09-13 02:15:22 +0200 tono  r276097 : i#105033: mingw port: accept incomplete deflib
2009-09-12 15:14:34 +0200 tono  r276096 : i#105012: mingw port: $(PATH) should be quoted
2009-09-12 15:12:49 +0200 tono  r276095 : i#105011: mingw port: berkeleydb fix
2009-09-12 15:11:39 +0200 tono  r276094 : i#105010: mingw port: decline libdl
2009-09-12 15:10:21 +0200 tono  r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
2009-09-12 15:08:27 +0200 tono  r276092 : reverting changes to revise log messages
2009-09-12 11:55:48 +0200 tono  r276090 : i#105014: mingw port: change to latest w32api and mingw runtime
2009-09-12 11:52:12 +0200 tono  r276089 : i#105013: mingw port: fix gas error in call.s in bridges
2009-09-12 11:42:04 +0200 tono  r276088 : mingw port:  should be quoted
2009-09-12 11:35:35 +0200 tono  r276087 : mingw port: berkeleydb fix
2009-09-12 11:32:34 +0200 tono  r276086 : mingw port: decline libdl
2009-09-12 11:20:50 +0200 tono  r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
2009-09-18 14:37:01 +00:00
Ivo Hinkelmann
e89f274637 CWS-TOOLING: integrate CWS dtrans2vcl
2009-09-09 19:47:56 +0200 pl  r276016 : merge fix for #i104390# into moved code
2009-09-07 12:50:47 +0200 pl  r275891 : remove nonexistant header
2009-09-04 16:47:05 +0200 pl  r275819 : forgot calling convention for Windoze
2009-09-04 13:27:36 +0200 pl  r275800 : #150926# remove X11 dependency
2009-09-04 13:19:08 +0200 pl  r275799 : #150926# move mac dtrans service to vcl to be used in service implementation
2009-09-03 21:19:01 +0200 pl  r275774 : fix warning, adjust comment
2009-09-03 18:36:01 +0200 pl  r275768 : no more sjlib
2009-09-03 17:56:49 +0200 pl  r275767 : remove unused X11 link dependency
2009-09-03 17:43:35 +0200 pl  r275766 : headless not used in X11 case
2009-09-03 17:34:36 +0200 pl  r275765 : #150926# bye bye sj2
2009-09-03 16:19:04 +0200 pl  r275761 : #150926# bye bye sj2, x11 dependenices removed where not necessary
2009-09-01 17:22:54 +0200 pl  r275674 : #150926# step 1: move X11 code from dtrans to vcl, adapt glue code
2009-09-18 11:54:06 +00:00
Mathias Bauer
d7c414d2a2 re-merge from outgoing repo 2009-09-18 13:03:21 +02:00
Mathias Bauer
c92516883e #i103496#: add missing dependency on soltools 2009-09-16 23:25:09 +02:00