summaryrefslogtreecommitdiff
path: root/sfx2/qa
AgeCommit message (Expand)AuthorFilesLines
2018-09-10tdf#119381 sfx2 store: don't break symlink targetsMiklos Vajna1-0/+9
2018-08-28tdf#119050 sfx2 store: don't inherit temp file permissions when overwritingMiklos Vajna1-0/+8
2018-08-10Set umask /before/ using itStephan Bergmann1-1/+3
2018-04-16Fix typosAndrea Gelmini1-2/+2
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2018-03-29coverity#1433647 Unchecked return value from libraryCaolán McNamara1-1/+2
2018-03-26sfx2 store: avoid rename() for files with >1 hard link countMiklos Vajna1-0/+32
2018-03-13tdf#116117 sfx2 store: don't inherit temp file permissions when renamingMiklos Vajna1-0/+22
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12sfx2 store: add API to allow disabling thumbnails only for a single saveMiklos Vajna2-0/+38
2017-10-24sfx2: finally resolve FIXME and test custom metadataMichael Stahl2-13/+96
2017-09-21Fix creation of array cloneStephan Bergmann1-2/+1
2017-06-26Fix typosAndrea Gelmini1-2/+2
2017-06-26loplugin:oncevar in sfx2Noel Grandin1-3/+3
2017-05-04Fix spellingTor Lillqvist1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-1/+1
2017-01-12sfx2: fix race in JunitTest UndoManager.checkBrokenScripts()Michael Stahl1-0/+5
2017-01-09tdf#97361: Changed method calls in sfx2 python testskerem2-8/+8
2016-12-20tdf#97361: Changed naming in sfx2 python testskerem2-66/+66
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-12-05tdf#97361 remove = None assignments in sfx2 python unit testskerem2-4/+0
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-13sot: fix loplugin:cppunitassertequals warningsMiklos Vajna1-20/+20
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl2-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for sfx2Armin Le Grand2-0/+221
2016-05-20Add initial CppunitTest_sfx2_classificationMiklos Vajna1-0/+146
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2-15/+0
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-5/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-29com::sun::star->css in sfx2Noel Grandin1-2/+1
2015-10-14java:remove unused importsNoel Grandin1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-9/+9
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-09-15Rename Sidebar.xcu node names to be meaningfulLaurent Godard1-0/+92
2015-09-02sideber uno api test less dependant to panels orderLaurent Godard1-5/+28
2015-09-01PythonTest_sfx2_python: StylesPropertyPanel is the first panel nowMaxim Monastirsky1-2/+2
2015-09-01Fix PythonTest_sfx2_pythonMiklos Vajna1-3/+3
2015-07-08java: let the unit-test framework catch exceptionsNoel Grandin5-717/+665
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-23Uno api sidebar unit test tdf#91806Laurent Godard1-0/+149
2015-06-15java: remove unnecessary threadingNoel Grandin3-119/+90
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin2-12/+10
2015-06-03loplugin:saloverrideStephan Bergmann1-1/+1
2015-06-03Skeletal SfxControllerItem / bindings unit test.Michael Meeks1-0/+62
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin2-36/+13