summaryrefslogtreecommitdiff
path: root/toolkit/qa
AgeCommit message (Expand)AuthorFilesLines
2024-05-15loplugin:ostr in toolkitNoel Grandin3-23/+25
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-1/+1
2023-02-22toolkit: Port AccessibleStatusBarTest to test::AccessibleTestBaseColomban Wendling1-56/+11
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn5-17/+17
2022-07-27Make AccessibilityTools available more widely and use itColomban Wendling7-702/+5
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin7-118/+141
2022-06-11fix 32bit build in new a11y cppunit testsRene Engelhard2-9/+9
2022-06-08Fix typoAndrea Gelmini1-1/+1
2022-06-08Fix typoAndrea Gelmini1-1/+1
2022-06-08toolkit: convert AccessibleStatusBar test to C++Colomban Wendling13-316/+1782
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann1-4/+4
2022-04-02Recheck modules t* with IWYUGabor Kelemen1-1/+1
2021-05-25fix leak in toolkit testNoel Grandin2-0/+3
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+4
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-05-11Fix 32bit linux buildSamuel Mehrbrodt1-1/+1
2020-05-07Test keeping element order in EventContainerSamuel Mehrbrodt1-0/+82
2020-03-20Dispose dialog created during testStephan Bergmann1-0/+1
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen1-3/+0
2019-09-12Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini3-3/+3
2019-07-21loplugin:referencecasting in test..toolkitNoel Grandin1-2/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-03-08tdf#123772 Add testSamuel Mehrbrodt1-0/+75
2018-09-27Fix typosAndrea Gelmini1-1/+1
2018-05-05Fix typosAndrea Gelmini1-2/+2
2018-04-16Fix typosAndrea Gelmini1-6/+6
2018-01-05toolkit: disable UnitConversion test for non-default resolution on WNTMichael Stahl1-0/+22
2018-01-05toolkit: convert UnitConversion test to C++Michael Stahl2-212/+191
2017-09-04Translate one German variable nameJohnny_M1-4/+4
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-02Fix typosAndrea Gelmini1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-21toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issueMiklos Vajna1-0/+1
2015-10-16convert PASSED to COMPLETED in 'make check' test messagesNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin3-22/+23
2015-06-05Let JUnit take care of exceptionsNoel Grandin1-77/+49
2015-05-29split toolkit unoapi test for performanceBjoern Michaelsen5-91/+145
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-1/+0
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin3-41/+10
2015-01-05java: remove dead codeNoel Grandin2-13/+0
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-5/+2
2014-11-18java: make fields final where possibleNoel Grandin5-11/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-19accessibility: The if statement is redundantRobert Antoni Buj i Gelonch1-9/+6
2014-10-08complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch1-3/+3
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin2-3/+3
2014-09-09toolkit: use String.length()==0 instead of String.equals(empty string)rbuj1-1/+1