summaryrefslogtreecommitdiff
path: root/toolkit/qa/unoapi
AgeCommit message (Collapse)Author
2015-12-21toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issueMiklos Vajna
JunitTest_toolkit_unoapi_1 started to fail for me recently in toolkit.AccessibleScrollBar, though only when ran via 'make check' or 'make toolkit.subsequentcheck', not via 'make JunitTest_toolkit_unoapi_1' when other junit tests of toolkit are not running. Provided that, it's quite hard to debug the exact problem, but it seems VCLXAccessibleScrollBar doesn't implement XAccessibleEventBroadcaster itself, but via comphelper::OAccessibleContextHelper, which perhaps explains why 4 other components have their XAccessibleEventBroadcaster interface tests disabled already. In any case, disable the XAccessibleEventBroadcaster test for AccessibleScrollBar till it's clear if it's the test that is poor or if there is a real problem here. Change-Id: I2de618c11e445e4e6111c7ae0d1d8feef11fd9d3
2015-05-29split toolkit unoapi test for performanceBjoern Michaelsen
- test previously took 3m18s here - slowest part is now 60s Change-Id: Ibbcdf9a7f408fcca189bcb7b182a864aea1f7159 Reviewed-on: https://gerrit.libreoffice.org/15958 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-05Related: #i121514# Remove deprecated UnoControlSimpleAnimationAriel Constenla-Haile
(cherry picked from commit 514bb6777e001d02dbd9be63fc7a6187560aad63) Conflicts: offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl offapi/com/sun/star/awt/XSimpleAnimation.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xsimpleanimation.cxx toolkit/source/controls/tksimpleanimation.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/util/toolkit.xml Change-Id: If7f8de62713e28434e28975026cf8e5c66c831aa
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
(cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21) Conflicts: icon-themes/human/toolkit/source/awt/spinner03-grey_01.png icon-themes/human/toolkit/source/awt/spinner03-grey_02.png icon-themes/human/toolkit/source/awt/spinner03-grey_03.png icon-themes/human/toolkit/source/awt/spinner03-grey_04.png icon-themes/human/toolkit/source/awt/spinner03-grey_05.png icon-themes/human/toolkit/source/awt/spinner03-grey_06.png icon-themes/human/toolkit/source/awt/spinner03-grey_07.png icon-themes/human/toolkit/source/awt/spinner03-grey_08.png icon-themes/human/toolkit/source/awt/spinner03-grey_09.png icon-themes/human/toolkit/source/awt/spinner03-grey_10.png icon-themes/human/toolkit/source/awt/spinner03-grey_11.png icon-themes/human/toolkit/source/awt/spinner03-grey_12.png offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb rat-excludes swext/mediawiki/help/component.txt swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java swext/mediawiki/src/description.xml toolkit/AllLangResTarget_tk.mk toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xthrobber.cxx toolkit/source/awt/xthrobber.hrc toolkit/source/awt/xthrobber.src toolkit/source/controls/tkthrobber.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/src2xml/src.lst toolkit/util/toolkit.xml Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 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 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-05-30i#87757: do not create empty Rectangle bounding box for glyphs:Michael Stahl
Enforce a minimum width and height of 1 in GlyphMetric::SetSize(), preventing X11SalGraphics::GetGlyphBoundRect() from returning a Rectangle that has one side set as RECT_EMPTY. This problem has surfaced due to the change of the status bar in ce14342c4292628a641a72d4f63d9c048e030c6a, causing the AccessibleStatusBarItem to fail in getCharacterBounds() because the text of the control, "Words: 0", now contains a space, for which an empty Rectangle bounding box is created, which results in a wrong return value from getCharacterBounds(): LOG> Character bounds outside component LOG> Character rect: 43, -566, 0, 0 LOG> Component rect: 91, 2, 71, 18 It turns out that the following test was disabled due to this problem, so re-enable it now: toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText
2011-05-23fdo#35690: reenable toolkit.AccessibleStatusBarItem as it appears stableBjoern Michaelsen
2011-05-19fdo#35690: disabling toolkit.AccessibleStatusBarItem as it crashes nowBjoern Michaelsen
2011-03-29fd#35772: toolkit.Toolkit::css::awt::XMessageBoxFactory fails on headlessBjoern Michaelsen
2011-03-27cleanup of unoapi testBjoern Michaelsen
2011-03-25fd#35666: disable toolkit.UnoControlDialogModel::css::io::XPersistObjectBjoern Michaelsen
2011-02-28CWS-TOOLING: integrate CWS impress195Ivo Hinkelmann
2011-02-10DEV300 masterfix: #i116814,i116838#: re-enable test (XCloneable)Jens-Heiner Rechtien [hr]
2011-02-04gnumake3: toolkit: disable unoapi test UnoControlDialogModelMichael Stahl
2011-02-01gnumake3: remove dmake files for tests in converted modulesMichael Stahl
2011-01-25CWS gnumake3: resync to m98Mathias Bauer
2011-01-11gnumake3: more work on junit subsequenttest migrationBjoern Michaelsen
2011-01-05sb135: recreated tests that had erroneously been deleted by CWS gnumake2sb
2011-01-03sb135: merged in DEV300_m96sb
2010-12-10sb135: #i116041# make sure MutableTreeDataModel is disposed, to avoid leakssb
2010-11-19gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen
2010-09-22sb123: #i114636# disabled ↵sb
toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleContext for now
2010-09-21sb123: #i114636# disabled ↵sb
toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleAction for now
2010-08-30sb123: #i114213# disabled ↵sb
toolkit.AccessibleMenu::com::sun::star::accessibility::XAccessibleSelection for now
2010-07-28sb123: #i113489# disabled failing toolkit.AccessibleMenu... tests for nowsb
2010-07-26pl07: #i111047# workaround modal behavior of mac native menusPhilipp Lohmann [pl]
2010-07-23pl07: #i111076# catch a dragsource being destroyed after its framePhilipp Lohmann [pl]
2010-04-28sb120: #i111225# disabled failing tests for nowsb
2010-04-27sb120: #i111195# disabled failing tests for nowsb
2010-04-26sb120: #i111159# made XMessageBoxFactory test code more robustsb
2010-04-26sb120: #i111159# disabled failing tests for nowsb
2010-04-23sb120: #i111113# disabled failing tests for nowsb
2010-04-22sb120: #i111076# disabled failing test for nowsb
2010-04-21sb120: #i111047# disabled failing tests for nowsb
2010-03-03sb118: #i109643# further test disabledsb
2010-02-26sb118: #i109643# disable tests that fail when run in parallel with other ↵sb
applications
2010-02-24sb118: #i80788# second part of fix for Toolkit testsb
2010-02-16sb118: adapted remaining */qa/unoapi tests to new frameworksb
2008-12-11CWS-TOOLING: integrate CWS cwscheckapi5_DEV300Rüdiger Timm
2008-06-13INTEGRATION: CWS qadev32 (1.4.6); FILE MERGEDRüdiger Timm
2008/05/05 10:51:57 cn 1.4.6.2: #i87216# update lists 2008/04/16 18:03:19 cn 1.4.6.1: #i87216# update lists
2008-06-13INTEGRATION: CWS qadev32 (1.5.6); FILE MERGEDRüdiger Timm
2008/06/04 12:37:48 cn 1.5.6.4: #i87216# add issue 2008/05/13 20:10:01 cn 1.5.6.3: #i87389# update lists 2008/05/05 10:51:51 cn 1.5.6.2: #i87216# update lists 2008/04/16 18:03:19 cn 1.5.6.1: #i87216# update lists
2008-04-11INTEGRATION: CWS changefileheader (1.5.88); FILE MERGEDRüdiger Timm
2008/03/28 15:40:12 rt 1.5.88.1: #i87441# Change license header to LPGL v3.
2008-03-18INTEGRATION: CWS unoapi3 (1.3.48); FILE MERGEDVladimir Glazounov
2008/02/28 20:32:01 cn 1.3.48.1: #i84995 update lists with issues
2008-03-18INTEGRATION: CWS unoapi3 (1.4.48); FILE MERGEDVladimir Glazounov
2008/03/07 13:17:40 cn 1.4.48.3: #i84995 update issues 2008/03/04 14:45:29 cn 1.4.48.2: #i84995 update lists with issues 2008/02/28 20:32:01 cn 1.4.48.1: #i84995 update lists with issues
2007-10-23INTEGRATION: CWS unoapi1 (1.2.440); FILE MERGEDVladimir Glazounov
2007/10/15 15:04:34 cn 1.2.440.3: #i79479# update Lists 2007/10/15 09:27:54 cn 1.2.440.2: #i79479# update Lists 2007/08/24 15:17:25 cn 1.2.440.1: #i79479# updateLists
2007-10-23INTEGRATION: CWS unoapi1 (1.3.428); FILE MERGEDVladimir Glazounov
2007/10/15 15:04:34 cn 1.3.428.3: #i79479# update Lists 2007/10/15 09:27:54 cn 1.3.428.2: #i79479# update Lists 2007/08/24 15:17:25 cn 1.3.428.1: #i79479# updateLists
2007-07-24INTEGRATION: CWS complextest1 (1.4.44); FILE MERGEDRüdiger Timm
2007/06/28 16:13:36 cn 1.4.44.1: #i78349# fix bug in makefile
2007-01-25INTEGRATION: CWS ause069 (1.3.148); FILE MERGEDOliver Bolte
2006/11/24 14:42:42 hjs 1.3.148.1: #i70359# remove forced shell calls
2005-09-09INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGEDRüdiger Timm
2005/09/05 16:57:52 rt 1.2.198.1: #i54170# Change license header: remove SISSL