Commit Graph

92 Commits

Author SHA1 Message Date
0434aa5708 slidecopy: allow activating a tool panel view XLayoutManager::showElement 2010-05-07 10:19:42 +02:00
ae517b62d9 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
82b1d381cd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
d5d854cc42 resync to DEV300_m70 2010-01-21 13:49:22 +01:00
3894ee4d0c CWS-TOOLING: integrate CWS fwk120 2010-01-15 15:13:13 +01:00
0621be8155 #i107586#: remove ununsed code 2010-01-11 16:15:59 +01:00
b09ad35b40 merge with db33a 2009-12-02 13:40:39 +01:00
d5c799bd36 dba33a: summary migration from SVN
2009-11-06 13:10:39 +0000 msc  r277387 : minor fix for automatic test
2009-11-06 13:09:33 +0000 msc  r277385 : minor fix for automatic test
2009-11-06 12:30:57 +0000 fs  r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ...
2009-11-06 12:13:34 +0000 fs  r277382 : this diagnostic code should not have slipped in
2009-11-05 13:21:06 +0000 fs  r277369 : SHL2NOCHECK=TRUE (requested by hjs)
2009-11-04 14:09:46 +0000 msc  r277355 : minor fix for automatic testing
2009-11-04 13:23:02 +0000 msc  r277352 : minor fix for automatic testing
2009-11-04 10:53:28 +0000 msc  r277341 : minor fix for automated testscript
2009-11-04 08:30:58 +0000 msc  r277333 : minor fix for automatic test
2009-11-04 08:15:43 +0000 msc  r277332 : minor fix for automatic test
2009-11-03 14:25:44 +0000 fs  r277324 : #i10000#
2009-11-03 09:47:47 +0000 fs  r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs
2009-11-03 08:50:24 +0000 fs  r277312 : use createTempFileURL, which cares for some more specialities ...
2009-11-03 08:44:55 +0000 fs  r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM)
2009-10-22 13:06:17 +0000 fs  r277126 : removed wrong assertion
2009-10-21 08:10:35 +0000 fs  r277077 : reverted the previous change, which was nonsense
2009-10-21 07:19:43 +0000 fs  r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE
2009-10-21 07:08:35 +0000 fs  r277075 : spare useless call
2009-10-20 21:26:31 +0000 fs  r277072 : #i10000#
2009-10-20 08:06:04 +0000 fs  r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62)
2009-10-16 09:55:25 +0000 fs  r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch
2009-10-15 13:18:52 +0000 fs  r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks.
2009-10-15 13:06:51 +0000 fs  r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk)
2009-10-15 12:52:39 +0000 fs  r276939 : #i10000#
2009-10-15 12:44:26 +0000 fs  r276938 : #i10000#
2009-10-15 12:00:33 +0000 fs  r276936 : #i10000#
2009-10-15 10:31:37 +0000 fs  r276934 : #i105259# prepare for the Hidden arg
2009-10-15 10:31:05 +0000 fs  r276933 : IsMaximized -> const
2009-10-15 09:50:15 +0000 fs  r276932 : during #i105259#:
introduce an option to the layout manager to preserve, if possible, the size of the content window
when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing.
(the option is incompatible with in-place editing, anyway)
This is because such embedded objects couple the (content) window size to the VisAreaSize, in that
both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize,
and restores it upon next open. This, however, leads to different content window sizes when the
window is closed with another toolbar set than used during opening.
This patch here prevents those different content window sizes. Also, now the content window size
doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content
window size stays the same, and the container window size is adjusted.
2009-10-15 09:32:41 +0000 fs  r276931 : during #i105259#: UNO access to more attributes of top windows
2009-10-15 09:30:28 +0000 fs  r276930 : indention corrected (better readable)
2009-10-15 09:26:46 +0000 fs  r276929 : during #i105259#: access to more attributes of top windows
2009-10-14 10:04:39 +0000 fs  r276889 : connecting via services manager, not naming service
2009-10-12 11:31:08 +0000 fs  r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist
2009-10-12 11:24:44 +0000 fs  r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties
2009-10-08 08:20:58 +0000 fs  r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified
2009-10-07 19:19:42 +0000 fs  r276770 : #i105198# do not pass an CommandType if we do not have a command
2009-10-07 17:39:36 +0000 fs  r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol
2009-10-07 12:59:17 +0000 fs  r276754 : #i87693#
2009-10-07 11:19:22 +0000 fs  r276752 : #i10000#
2009-10-07 10:21:08 +0000 fs  r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller)
2009-10-07 10:04:08 +0000 fs  r276747 : copying the changes from CWS fwk121 herein, in particular the fix for
issue #i105371#
2009-10-07 09:58:30 +0000 fs  r276746 : copying the changes from CWS fwk121 herein, in particular the fix for
issue #i105371#
2009-10-07 09:48:14 +0000 fs  r276744 : removed (now) pointless assertion
2009-10-07 06:59:19 +0000 fs  r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol
2009-10-07 06:44:43 +0000 fs  r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release:
when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing
the ref count, again. This ensures that our adapter cannot create references to the dying object anymore.
(A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous
release/dispose/destroy pattern, namely WeakComponentImplHelperBase)
2009-10-07 06:37:20 +0000 fs  r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying
2009-10-06 21:58:24 +0000 fs  r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool)
2009-10-06 21:51:16 +0000 fs  r276733 : log the name of the data source which cannot be revoked
2009-10-06 21:50:41 +0000 fs  r276732 : more detailed error message when cleanup fails
2009-10-06 21:50:01 +0000 fs  r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet
revealed some inconsistencies, in whether the objects are cached by their URL, or by their
registration name. This has been changed to caching by registration name.
2009-10-06 13:50:34 +0000 fs  r276714 : print diagnostics when we cannot clean up the test case
2009-10-06 13:45:02 +0000 fs  r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed
2009-10-06 12:52:46 +0000 fs  r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable
(timing-dependent) results/failures. Instead, every test sets up a new odb file.
Also, did some re-factoring, improved the cleanup code, and caught a few more errors.
2009-10-06 12:51:07 +0000 fs  r276710 : DBTools taking a logger now
2009-10-06 12:50:42 +0000 fs  r276709 : taking a PrintWriter for logging purpose
2009-10-06 12:50:03 +0000 fs  r276708 : DBTools taking a logger now
2009-10-06 12:49:22 +0000 fs  r276707 : typo
2009-10-06 12:49:03 +0000 fs  r276706 : typo
2009-10-06 12:48:52 +0000 fs  r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class
2009-10-06 12:48:02 +0000 fs  r276704 : typo
2009-10-06 12:38:42 +0000 fs  r276702 : some better diagnostics, done during getting the API tests to work more reliably
2009-10-06 10:35:51 +0000 fs  r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence
2009-10-05 12:47:52 +0000 oj  r276677 : #i105607# check for read moved into if scope
2009-10-05 11:37:06 +0000 fs  r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create
2009-10-05 10:04:23 +0000 oj  r276673 : #i105607# check for read moved into if scope
2009-10-05 09:46:17 +0000 fs  r276671 : #i10000#
2009-10-05 08:43:58 +0000 fs  r276664 : #i105505#
release: dispose the (base classes) weak connection point before disposing ourself,
and in particular before temporarily incrementing our ref count, again.
This way, we prevent that a separate thread re-surrects us (using the weak connection
point's queryAdapted) while we're in the process of destruction
2009-10-05 08:41:49 +0000 fs  r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release)
2009-10-05 08:40:26 +0000 fs  r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead
2009-10-05 08:39:38 +0000 fs  r276661 : #i105505# diagnostics
2009-10-05 08:39:16 +0000 fs  r276660 : #i105505# +testDocumentRevenants
2009-10-05 08:36:01 +0000 fs  r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign
2009-10-04 19:53:30 +0000 fs  r276657 : #105560#
remove unused code
thanks to cmc@openoffice.org for submitting the patch
2009-10-04 19:50:28 +0000 fs  r276656 : #i105550# remove unused 'fire' method (thanks to cmc)
2009-10-03 16:13:15 +0000 fs  r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60)
2009-10-02 19:20:48 +0000 fs  r276651 : #i104117# lotta changed IDs ...
2009-10-02 10:52:24 +0000 fs  r276634 : #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 10:51:08 +0000 fs  r276633 : #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 11:10:13 +0000 fs  r276597 : do not rely on the name 'Standard' for the one and only form in a document
2009-10-01 10:36:29 +0000 fs  r276590 : #i105509# don't rely on default form component names, use indexes
2009-10-01 09:12:20 +0000 fs  r276582 : #i105505#
2009-09-30 07:55:21 +0000 fs  r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion
2009-09-30 07:53:22 +0000 fs  r276541 : removed unneeded methods
2009-09-30 06:35:59 +0000 fs  r276538 : #i10000#
2009-09-29 13:45:02 +0000 fs  r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113#
2009-09-29 10:27:10 +0000 fs  r276520 : #i105367#
2009-09-29 08:46:45 +0000 fs  r276510 : #i104956# cleaned up the makefiles
2009-09-28 21:00:07 +0000 fs  r276505 : #i104117# sourced those IDs out from extension.hrc
2009-09-28 20:59:05 +0000 fs  r276504 : no need to let one FREE...
2009-09-28 20:53:36 +0000 fs  r276503 : #i104117#
cleaned up the mess with help IDs in module extensions.
Formerly, extensions used to use help IDs which were declared in module svx, and vice versa.
Also, help ID ranges were not respected.
2009-09-28 11:25:36 +0000 fs  r276489 : typo
2009-09-28 11:25:10 +0000 fs  r276488 : #i105235#
2009-09-24 11:53:16 +0000 fs  r276423 : #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 09:42:28 +0000 fs  r276415 : #i105234# proper zoom handling for the nav bar
2009-09-24 09:42:19 +0000 fs  r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double
2009-09-16 11:11:43 +0000 fs  r276195 : #i105082#
consolidated the sub storage handling, by delegating more functionality into
the DocumentStorageAccess class. As a result, there won't be that many unnecessary
commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages
and DocumentStorageAccess::m_aExposedStorages) have been consolidated.
This is not really part of the fix of issue 105082, but it helped reducing the
calls to the storage/package implementation.
2009-09-15 21:42:27 +0000 fs  r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures)
2009-09-15 20:20:23 +0000 fs  r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved
2009-09-15 20:19:29 +0000 fs  r276187 : do not continue loading when the controller initialization throws an error
2009-09-14 12:25:57 +0000 fs  r276119 : oops, this patch was not intended for this CWS
2009-09-14 12:13:57 +0000 fs  r276114 : #cr6875455# introduce a ReferenceDevice property for various control models
2009-09-14 10:33:02 +0000 fs  r276106 : removed dead file
2009-09-09 08:37:31 +0000 fs  r275972 : remove OSL_TRACE in VCLXButton dtor
2009-09-08 11:19:17 +0000 oj  r275926 : i76534# remove mnemonic from fixed text
2009-09-07 08:39:37 +0000 fs  r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
7b39c8dc2d some fixes for warnings and errors found while building on more platforms 2009-11-03 18:41:58 +01:00
056dc50fac #i105295#: fix aliased memcpy() reported by valgrind in:
LayoutManager::UIElement::operator=()
2009-10-30 17:35:08 +01:00
bff284e216 #103496#: move VCL free ConfigItems to unotools 2009-10-06 07:38:24 +02:00
c7e172b2d9 CWS-TOOLING: integrate CWS mba32issues02
2009-09-17 mb93783 merge commit
2009-09-03 tb121644 #i104748 - slot unification to .uno:PasteSpecial
2009-09-01 mba #101455#: code simplification
2009-08-31 mb93783 iso locales for norwegian builds are nb and nn, not no
2009-08-25 mba merge to m55
2009-07-29 mba cleanup after rebase
2009-07-29 mba #i103200#: wrong order of first and last name in CJK UI
2009-07-27 mba adding dictionary changes from broken svn CWS
2009-07-27 mba adding dictionary changes from broken svn CWS
2009-07-27 mba apply patch from broken svn CWS
2009-09-18 10:15:03 +00:00
ca00697e3d CWS-TOOLING: integrate CWS oj18
2009-08-21 15:08:49 +0200 oj  r275263 : wrong check
2009-08-21 08:56:01 +0200 oj  r275215 : missing not
2009-08-20 07:27:13 +0200 oj  r275164 : use new method from global
2009-08-19 10:22:35 +0200 oj  r275138 : call GetLocale instead of pLocale
2009-08-18 10:39:32 +0200 oj  r275082 : missing header include
2009-08-18 10:09:44 +0200 oj  r275081 : new methods at global
2009-08-18 10:09:00 +0200 oj  r275080 : unused var
2009-08-18 08:59:04 +0200 oj  r275078 : move files from classes to xml
2009-08-17 14:58:16 +0200 oj  r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55)
2009-08-17 13:29:44 +0200 oj  r275047 : compile error
2009-08-17 13:27:47 +0200 oj  r275045 : compile error
2009-08-17 11:44:54 +0200 oj  r275040 : add dep
2009-07-22 14:26:05 +0200 oj  r274240 : move unused services into fwl
2009-07-22 14:25:35 +0200 oj  r274239 : move unused services into fwl
2009-07-22 13:47:45 +0200 oj  r274233 : remove some unused code
2009-07-22 09:06:20 +0200 oj  r274219 : export dbtoolsclient dbcharsethelper for sc
2009-07-22 08:48:58 +0200 oj  r274218 : create NumberFormatter on demand
2009-07-22 08:39:23 +0200 oj  r274217 : change char to sal_Char
2009-07-22 07:33:34 +0200 oj  r274214 : export dbtoolsclient dbcharsethelper for sc
2009-07-22 07:30:04 +0200 oj  r274213 : late init of numberformatter and breakiterator
2009-07-22 07:28:55 +0200 oj  r274212 : export dbtoolsclient dbcharsethelper for sc
2009-07-21 13:43:28 +0200 oj  r274196 : check if quick start is enbaled
2009-07-21 13:40:09 +0200 oj  r274195 : check config entry for UiEventsLogger
2009-07-21 13:37:40 +0200 oj  r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files
2009-07-21 13:35:38 +0200 oj  r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files
2009-07-21 13:33:41 +0200 oj  r274192 : doc meta data will now be created on demand
2009-07-21 13:13:40 +0200 oj  r274187 : load ldap functions on demand
2009-07-21 13:03:17 +0200 oj  r274183 : late init of TransliterationImpl
2009-07-21 12:36:10 +0200 oj  r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
414f479917 CWS-TOOLING: integrate CWS mav44
2009-01-18 22:39:43 +0100 mav  r266467 : #i97073# the soffice file should be a shell script, adjust the plugin
2009-01-18 22:35:15 +0100 mav  r266466 : #i97073# the soffice file should be a shell script, integrate fix from hro41 cws
2009-01-16 15:32:10 +0100 mav  r266426 : #i96456# fix link resolving
2009-01-16 12:21:39 +0100 mav  r266413 : #i97073# the soffice file is no more a shell script
2009-01-16 09:58:05 +0100 mav  r266402 : #i95409# add complex test using unicode names
2009-01-15 20:27:03 +0100 mav  r266392 : #i95408# fix include list
2009-01-15 20:09:28 +0100 mav  r266390 : #i95408# deliver new header
2009-01-15 16:16:33 +0100 mav  r266382 : #i95408# rebase to m38
2009-01-15 16:11:16 +0100 mav  r266380 : #i95408# rebase to m38
2009-01-15 15:38:16 +0100 mav  r266376 : CWS-TOOLING: rebase CWS mav44 to trunk@265758 (milestone: DEV300:m38)
2009-01-14 13:23:55 +0100 mav  r266294 : #i97073# let the presentation slideshow be started in window mode in plugin
2009-01-13 17:27:52 +0100 mav  r266241 : #i95409#,#i95408# support UTF8 encoding for entry names, check the validity of the entries
2009-01-13 16:35:39 +0100 mav  r266236 : #i95408# function to check whether a zip entry name is acceptable
2009-01-13 12:00:18 +0100 mav  r266205 : #i94003# a readonly document can not be modified
2009-01-09 13:24:49 +0100 mav  r266078 : #i95951# let the title be changed
2009-01-09 11:34:49 +0100 mav  r266068 : #i80862# close the link only if was closed by the container, othewise leave it open
2009-01-08 11:30:13 +0100 mav  r265989 : #i97071# disable Toolbars during window-based slide show in ActiveX control
2009-01-08 08:23:23 +0100 mav  r265983 : #i97071# setVisible does not trigger layout in case there is not MenuBar
2009-01-06 12:39:39 +0100 mav  r265908 : #i96185# let the MediaDescriptor get the target URL
2009-01-05 08:46:45 +0100 mav  r265856 : #i93473# integrate the patch
2009-01-02 17:45:17 +0100 mav  r265845 : #i94468#,#i96456# try to follow links
2009-01-02 16:53:41 +0100 mav  r265841 : #i94468#,#i96456# use the same parsing mechanics in sharing control file and document lock file
2009-01-02 16:51:24 +0100 mav  r265839 : #i94468#,#i96456# use the same parsing mechanics in sharing control file and document lock file
2009-02-12 10:27:21 +00:00
df3e716b3c CWS-TOOLING: integrate CWS fwk95
2009-01-15 13:24:14 +0100 cd  r266366 : #i96390# Change method name to use UNO AWT style for mnemonics
2009-01-15 13:23:30 +0100 cd  r266365 : #i96390# Change method name to use UNO AWT style for mnemonics
2009-01-12 17:25:13 +0100 cd  r266174 : #i97983# Check pointer returned by dynamic_cast
2009-01-12 15:31:40 +0100 cd  r266162 : #i97983# Create toolkit popup menus via service manager instead of implementation class
2008-12-11 15:04:34 +0100 cd  r265305 : #i95863# Remove user defined properties
2008-12-11 14:56:45 +0100 cd  r265302 : #i95606# Update documentation for textfields
2008-12-11 10:06:20 +0100 cd  r265250 : #i96390# Fix warning on Solaris compiler
2008-12-09 17:27:32 +0100 cd  r265119 : CWS-TOOLING: rebase CWS fwk95 to trunk@264807 (milestone: DEV300:m37)
2008-12-01 13:29:43 +0100 cd  r264597 : #i96390# New interfaces and structures for complete UNO AWT menu API
2008-12-01 13:25:22 +0100 cd  r264596 : #i96390# Added implementation of the new UNO AWT interfaces and structures for menus
2008-11-28 13:55:19 +0100 cd  r264553 : #i96640# Fixed wrong property type for MenuBarCloser
2008-11-28 13:53:56 +0100 cd  r264552 : #i96621# Fixed ambiguous usage of && and ||
2008-11-18 16:05:45 +0100 cd  r263781 : #i95316# Initialize SvtTabAppearanceCfg to enable system settings changed notiifcation code
2008-11-18 16:05:43 +0100 cd  r263780 : #i96155# Fix wrong statement to check for enabled argument
2008-10-20 16:54:37 +0200 cd  r262328 : #i10000# migrate CWS fwk95 to SVN.
2009-01-21 15:28:14 +00:00
b1da5a57d9 CWS-TOOLING: integrate CWS alf01
2008-12-10 09:35:35 +0100 as  r265152 : #158798# hide internal service
2008-12-09 15:29:11 +0100 cd  r265098 : #158857# Check index correctly, must be zero
2008-12-09 12:06:21 +0100 mhu  r265075 : #158857# Fixed compiler warning(s).
2008-12-09 11:09:34 +0100 cd  r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files
2008-12-09 10:43:53 +0100 as  r265063 : #158798# make resizes working better
2008-12-08 17:08:05 +0100 mhu  r265010 : #158857# Fixed compiler warning(s).
2008-12-08 15:19:04 +0100 as  r264999 : #158857# make WindowContentFactories.xcs part of installation set
2008-12-08 13:23:37 +0100 as  r264993 : #158857# actualize size on child window
2008-12-08 10:14:05 +0100 cd  r264977 : #158857# More helper functions and support to show/hide internal docking windows
2008-12-08 10:13:08 +0100 cd  r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs
2008-12-05 07:58:07 +0100 as  r264885 : remove obsolete code (not referenced inside makefile any longer)
2008-12-04 18:57:08 +0100 mhu  r264871 : #158857# Fixed compiler warning.
2008-12-04 16:13:12 +0100 mhu  r264851 : #158857# Fixed compiler warning.
2008-12-04 15:46:45 +0100 as  r264849 : solve merge conflicts right
2008-12-04 09:20:26 +0100 cd  r264818 : 2008-12-04 09:19:32 +0100 cd  r264817 : 2008-12-04 09:19:07 +0100 cd  r264816 : Resolved conflicts
2008-12-04 09:13:27 +0100 cd  r264815 : New window content factory manager with configuration support added.
2008-12-03 15:15:50 +0100 as  r264791 : #158798# make sure tab window will show its content the first time its made visible
2008-12-03 10:59:30 +0100 as  r264752 : #158798# new helper service for a dockable tab control window
2008-12-02 15:39:48 +0100 as  r264707 : #158798# fix crash in MouseButtonDown for TabControl
2008-12-02 10:28:20 +0100 cd  r264665 : #158857# Resolved conflicts on merge
2008-12-02 09:58:36 +0100 cd  r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible
2008-12-01 09:44:49 +0100 cd  r264586 : #158857# Fix problem with close the floated docking window with closer
2008-11-28 13:42:34 +0100 cd  r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code
2008-11-28 11:53:51 +0100 cd  r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code
2008-11-28 11:32:38 +0100 cd  r264534 : #158857# First version of docking window factory and additional helper classes
2008-11-21 09:46:36 +0100 jsc  r264110 : #158798# remove warnings
2008-11-20 17:59:07 +0100 pb  r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added
2008-11-20 17:55:57 +0100 pb  r264089 : fix: #i158798# implementation of service TabContainerWindow
2008-11-20 17:52:52 +0100 pb  r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service
2008-11-20 17:51:26 +0100 pb  r264087 : fix: #i158798# TabContainerWindow added
2008-11-20 17:50:11 +0100 pb  r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added
2008-11-20 17:47:16 +0100 pb  r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER
2008-11-20 17:46:06 +0100 pb  r264084 : fix: #i158798# added ids for TABCONTAINER...
2008-11-20 17:43:19 +0100 pb  r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added
2008-11-20 17:43:00 +0100 pb  r264081 : fix: #i158798# implementation of service TabContainerWindow
2008-11-20 17:40:42 +0100 pb  r264080 : fix: #158798# TabContainerWindow.idl added
2008-11-20 17:36:57 +0100 pb  r264079 : fix: #158798# new service TabContainerWindow
2008-11-20 17:33:05 +0100 pb  r264077 : fix: #158798# show tooltip if only a image is shown
2008-11-18 15:10:08 +0100 jsc  r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35)
2008-11-18 09:55:21 +0100 jsc  r263749 : merge from trunk
2008-11-18 09:54:30 +0100 jsc  r263748 : merge from trunk
2008-11-13 17:01:17 +0100 pl  r263655 : fix some warnings
2008-10-21 15:38:37 +0200 pl  r262572 : #i95201# add: EnablePage
2008-10-20 18:57:53 +0200 pl  r262335 : #i95201# add: images for tab items
2008-10-20 17:26:50 +0200 pl  r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
4b4db9a30d CWS-TOOLING: integrate CWS rt34 2008-11-06 15:01:03 +00:00
91aa4d3de4 INTEGRATION: CWS obo30 (1.71.8); FILE MERGED
2008/06/06 06:13:01 obo 1.71.8.2: #i90100# EOL missing
2008/05/29 14:43:43 obo 1.71.8.1: #i90100# ambigous Reference during ENABLE_PCH build
2008-06-24 15:55:48 +00:00
18698a1d16 INTEGRATION: CWS fwk86 (1.69.28); FILE MERGED
2008/04/30 15:28:21 pb 1.69.28.2: RESYNC: (1.69-1.70); FILE MERGED
2008/03/06 10:29:25 cd 1.69.28.1: #i86098# Prevent crash when layout manager is destroyed and deinitialized via disposing
2008-05-13 11:34:58 +00:00
cbd894b59a INTEGRATION: CWS changefileheader (1.4.320); FILE MERGED
2008/03/28 15:35:23 rt 1.4.320.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:48:07 +00:00
5b08fedfe6 INTEGRATION: CWS changefileheader (1.69.44); FILE MERGED
2008/04/01 15:18:43 thb 1.69.44.3: #i85898# Stripping all external header guards
2008/04/01 10:58:10 thb 1.69.44.2: #i85898# Stripping all external header guards
2008/03/28 15:35:22 rt 1.69.44.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:47:49 +00:00
4b14ea272d INTEGRATION: CWS fwk80_SRC680 (1.67.56); FILE MERGED
2008/01/14 06:23:52 mav 1.67.56.4: RESYNC: (1.67-1.67.64.1); FILE MERGED
2007/12/18 09:34:53 cd 1.67.56.3: #i84351# Fix wrong assertion code
2007/12/10 10:50:08 cd 1.67.56.2: #i84351# Small code refactoring to prevent duplicate entries in user interface element list
2007/12/07 17:49:26 cd 1.67.56.1: #i84351# Don't insert a ui element more than once into the element vector
2008-01-29 14:23:11 +00:00
30b86a4c77 INTEGRATION: CWS fwk77 (1.67.34); FILE MERGED
2007/11/19 15:19:08 cd 1.67.34.3: #i83725# Don't use reference without any check
2007/10/30 07:49:59 cd 1.67.34.2: #i83012# Fix warnings for 64bit
2007/10/22 13:55:54 cd 1.67.34.1: #i82381# Added new special property to hide/show current UI for layout manager
2008-01-04 15:22:38 +00:00
450f14c129 INTEGRATION: CWS fwk69 (1.65.4); FILE MERGED
2007/07/23 07:04:26 cd 1.65.4.1: #i79828# Prevent creation of add-on toolbars more than once
2007-08-02 16:03:44 +00:00
fd358a83fe INTEGRATION: CWS fwk67 (1.63.26); FILE MERGED
2007/06/25 14:11:09 cd 1.63.26.1: #i76662# Create non-context sensitive toolbars within implts_updateUIElementsVisibleState if layout manager becomes visible again
2007-07-18 07:50:27 +00:00
1ff7c3391d INTEGRATION: CWS fwk66 (1.63.12); FILE MERGED
2007/06/18 06:57:09 pb 1.63.12.1: fix: #i76867# top window must be a system window
2007-07-10 14:09:24 +00:00
48bc3f88b5 INTEGRATION: CWS c09tosrc (1.63.28); FILE MERGED
2007/06/18 14:59:01 cd 1.63.28.1: #i78619# Support notifications for visible/invisible ui elements
2007-07-06 11:22:36 +00:00
dea462a003 INTEGRATION: CWS chart2mst3 (1.33.30); FILE MERGED
2007/04/24 19:08:42 bm 1.33.30.14: RESYNC: (1.60-1.62); FILE MERGED
2007/02/07 13:51:44 iha 1.33.30.13: RESYNC: (1.59-1.60); FILE MERGED
2006/11/30 16:16:17 mba 1.33.30.12: merge problem fixed: don't try to reparent windows if parent is NULL; stop layout timer when dockingareaacceptor is NULL
2006/11/25 09:31:46 bm 1.33.30.11: RESYNC: (1.58-1.59); FILE MERGED
2006/11/24 17:03:55 bm 1.33.30.10: RESYNC: (1.55-1.58); FILE MERGED
2006/10/27 07:25:06 cd 1.33.30.9: #i65734# Support menu merging with non-sfx based application modules using provided dispatch providers
2006/10/18 22:06:23 bm 1.33.30.8: RESYNC: (1.49-1.55); FILE MERGED
2006/08/22 15:54:58 bm 1.33.30.7: #i68861# setMergedMenuBar: broadcast a MERGEDMENUBAR event (needed for chart2 OLE object to re-request the statusbar)
2006/06/16 13:07:48 bm 1.33.30.6: RESYNC: (1.47-1.49); FILE MERGED
2006/05/05 14:29:28 bm 1.33.30.5: RESYNC: (1.41-1.47); FILE MERGED
2006/01/25 12:13:37 bm 1.33.30.4: RESYNC: (1.37-1.41); FILE MERGED
2005/10/07 16:00:54 bm 1.33.30.3: RESYNC: (1.35-1.37); FILE MERGED
2005/07/25 18:03:00 bm 1.33.30.2: RESYNC: (1.33-1.35); FILE MERGED
2005/06/06 15:22:15 cd 1.33.30.1: Reparent child windows to support creation of ui elements before correct docking area acceptor is set
2007-05-22 14:26:45 +00:00
e45270e8ff INTEGRATION: CWS fwkdbdesign01 (1.60.28); FILE MERGED
2007/03/29 09:30:07 cd 1.60.28.3: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar
2007/03/09 09:19:50 as 1.60.28.2: remove obsolete moduleidentifier class
2007/02/19 08:13:10 as 1.60.28.1: #i74541# layout elements for sub frames with top level window also
2007-04-16 15:42:16 +00:00
f0b9214de3 INTEGRATION: CWS olecrash01_SRC680 (1.60.40); FILE MERGED
2007/02/22 18:25:58 cd 1.60.40.1: #i74778# Stop layout timer if the docking area acceptor reference is set to null
2007-02-26 14:29:08 +00:00
95e0fb5b2b INTEGRATION: CWS fwk56 (1.56.6); FILE MERGED
2006/12/01 15:33:25 mav 1.56.6.2: RESYNC: (1.56-1.59); FILE MERGED
2006/11/14 09:27:39 pb 1.56.6.1: fix: warning removed
2006-12-19 13:01:56 +00:00
6717533750 INTEGRATION: CWS pj65 (1.56.12); FILE MERGED
2006/11/06 09:52:01 pjanik 1.56.12.2: RESYNC: (1.56-1.58); FILE MERGED
2006/10/31 14:05:24 pjanik 1.56.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
2006-11-21 16:20:01 +00:00
11f79ec299 INTEGRATION: CWS inplaceobjects (1.49.20); FILE MERGED
2006/10/05 15:17:07 mba 1.49.20.8: #i66239#: let LayoutManager handle resizes for frames without active dockingareaacceptor
2006/09/28 18:26:48 mba 1.49.20.7: RESYNC: (1.52-1.54); FILE MERGED
2006/08/22 07:17:42 mba 1.49.20.6: RESYNC: (1.50-1.52); FILE MERGED
2006/07/18 15:14:28 mba 1.49.20.5: #i66239#: don't register as childeventlistener if no dockingareaacceptor is set
2006/07/14 13:50:05 mba 1.49.20.4: #i66239#: crash possible when dockngAreaAcceptor is removed - don't try to create UIelements
2006/07/06 16:04:44 mba 1.49.20.3: RESYNC: (1.49-1.50); FILE MERGED
2006/07/03 15:10:56 mba 1.49.20.2: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching
2006/06/29 12:34:53 mba 1.49.20.1: #i66239#: some fixes for correct handling of inplace and UI active state
2006-11-01 17:16:30 +00:00
4b4bb96bc5 INTEGRATION: CWS fwk53 (1.54.4); FILE MERGED
2006/10/18 06:50:17 mav 1.54.4.2: RESYNC: (1.54-1.55); FILE MERGED
2006/10/11 11:12:02 cd 1.54.4.1: #i70019# Check reference before xUIElement can be used
2006-11-01 13:49:31 +00:00
a9c5a8917f INTEGRATION: CWS c06v4_SRC680 (1.52.2.1.10); FILE MERGED
2006/10/05 15:41:14 rt 1.52.2.1.10.1: #141143# Joined from CWS c06v3.
2006-10-18 14:07:38 +00:00
d3e056c958 INTEGRATION: CWS fwk48 (1.52.10); FILE MERGED
2006/09/18 12:10:48 as 1.52.10.3: resolve conflicts after merging
2006/09/18 07:48:25 as 1.52.10.2: RESYNC: (1.52-1.53); FILE MERGED
2006/09/14 09:04:21 as 1.52.10.1: #140884# special menu bar closer uses dispatch(CloseWin) instead of sending statusEvent() directly
2006-10-13 08:42:52 +00:00
4635fbbd3a INTEGRATION: CWS pchfix02 (1.52.8); FILE MERGED
2006/09/01 17:29:15 kaib 1.52.8.1: #i68856# Added header markers and pch files
2006-09-16 13:04:56 +00:00
b52c2e3bc1 INTEGRATION: CWS warningfixes03_SRC680 (1.52.6); FILE MERGED
2006/08/18 15:01:50 mhu 1.52.6.1: #i68745# Fixed GCC 4.0.x warning(s).
2006-08-29 10:09:03 +00:00
fbdd63aace INTEGRATION: CWS pb17 (1.50.32); FILE MERGED
2006/08/01 05:39:43 as 1.50.32.3: warning free
2006/07/28 06:30:14 cd 1.50.32.2: #137946# Retrieve and use persistent state of statusbar
2006/07/25 08:31:06 pb 1.50.32.1: fix: #i67363# no toolbars on preview doc
2006-08-04 10:07:54 +00:00
3c5cddcdfe INTEGRATION: CWS warningfixes02 (1.50.4); FILE MERGED
2006/06/30 11:54:17 sb 1.50.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
2006-07-19 15:11:52 +00:00
82c03e0654 INTEGRATION: CWS warnings01 (1.36.2); FILE MERGED
2006/05/23 16:10:18 sb 1.36.2.8: RESYNC: (1.45-1.49); FILE MERGED
2006/04/20 14:53:26 sb 1.36.2.7: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.
2006/04/07 16:05:08 sb 1.36.2.6: RESYNC: (1.41-1.45); FILE MERGED
2006/01/30 16:25:42 sb 1.36.2.5: #i53898# Made code warning-free.
2006/01/25 17:33:52 sb 1.36.2.4: RESYNC: (1.39-1.41); FILE MERGED
2005/11/16 15:20:15 pl 1.36.2.3: #i55991# removed warnings
2005/11/07 16:53:53 pl 1.36.2.2: RESYNC: (1.36-1.39); FILE MERGED
2005/10/28 14:48:36 cd 1.36.2.1: #i55991# Warning free code changes for gcc
2006-06-19 10:24:00 +00:00
8906982331 INTEGRATION: CWS ause043 (1.3.38); FILE MERGED
2005/11/08 11:23:00 hjs 1.3.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)
2006-05-24 12:39:52 +00:00
2d14a33bd7 INTEGRATION: CWS tbcontrols (1.47.10); FILE MERGED
2006/04/27 07:46:18 cd 1.47.10.1: #i64501# Enhancements to support complex toolbar controllers
2006-05-08 14:18:13 +00:00
dde9f53ba8 INTEGRATION: CWS fwkc03fixes (1.47.20); FILE MERGED
2006/04/28 15:52:46 mav 1.47.20.1: #134455# release docking area acceptor on disposing
2006-05-05 08:54:35 +00:00
72505b1a6b INTEGRATION: CWS toolbarbehavior (1.44.12); FILE MERGED
2006/03/27 15:22:39 cd 1.44.12.2: #i50428# Support restore context toolbar visibility
2006/03/23 08:30:05 cd 1.44.12.1: #i50428# Temporary close for context sensitive toolbars
2006-04-07 09:19:24 +00:00
37951fef21 INTEGRATION: CWS sixtyfour04 (1.44.14); FILE MERGED
2006/03/29 11:35:45 pjanik 1.44.14.2: RESYNC: (1.44-1.45); FILE MERGED
2006/03/24 20:53:11 pjanik 1.44.14.1: #i63497#: min()/max() has to have both arguments of the same type (patch
commited on behalf of Kendy).
2006-04-07 07:21:10 +00:00
a22a7b6fbb INTEGRATION: CWS viewswitch (1.41.12); FILE MERGED
2006/02/16 10:03:42 af 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED
2006/01/24 12:06:02 af 1.41.12.1: #i57551# When hidden, reset size of docking area to zero even when locked.
2006-03-21 16:06:56 +00:00
b0d3252a04 INTEGRATION: CWS fwk35 (1.43.4); FILE MERGED
2006/02/22 15:37:53 cd 1.43.4.1: #i62436# Check model for preview mode inside createNonContextSensitiveToolbars
2006-02-27 15:35:11 +00:00
2637df0605 INTEGRATION: CWS fwk32 (1.41.10); FILE MERGED
2006/01/26 12:38:53 cd 1.41.10.1: #i60882# Wrong order of calls can result in misplaced toolbars
2006-02-09 12:56:45 +00:00
d534663e71 INTEGRATION: CWS fwk31 (1.40.32); FILE MERGED
2006/01/26 19:36:01 mav 1.40.32.2: RESYNC: (1.40-1.41); FILE MERGED
2006/01/09 12:05:00 cd 1.40.32.1: #i54161# Method which checks for non-context sensitive toolbars must filter out custom toolbars
2006-02-07 09:23:03 +00:00