summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Collapse)Author
2012-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold
This is related to 10e580c57b907420e8c6d816325445a40a720e4a
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-23.csv files don't need executable bitsMichael Stahl
2012-03-23.xcl files don't need executable bitsMichael Stahl
2012-03-23.sce files don't need executable bitsMichael Stahl
2012-03-23.java files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-16Removed unused qadevOOo BASIC test codeStephan Bergmann
2012-03-14make sdw smoketest document more usefulCaolán McNamara
2012-03-07qadevOOo: _XPropertySet.java: fix unrealistic expectations:Michael Stahl
We can't assume that when setting properties whose semantics we don't know to random values in an arbitrary order, a non-changing value indicates any kind of error. The only real error this test can detect is if setting a property crashes.
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-20removal of XInplaceLayout.java was reverted later...David Tardon
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe.
2012-02-20_XInplaceLayout.java is goneDavid Tardon
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold
2012-02-13Fix typos in commentsElton Chung
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-02prevent hanging junit testsStephan Bergmann
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-26switch subsequenttest testdocs from sdc to ods, fdo#43376Markus Mohrhard
2012-01-24Don't try to build inexisting fileFridrich Štrba
2012-01-24dead java code in qaThomas Arnhold
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-10list source files explicitlyDavid Tardon
2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard
2011-12-23Revert "gb_Jar_add_packagefiles only takes 2 args"David Tardon
This reverts commit f3f77fd5cdd0a04115af255430a97e6dec24d85f.
2011-12-23gb_Jar_add_packagefiles only takes 2 argsDavid Tardon
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-05possible fix for fdo#43312Markus Mohrhard
did not test that yet, should be quite safe to avoid a null pointer exception but the selected area might need some change to allow tests to pass
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29add Amiri kashida exampleKhaled Hosny
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck
Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-07convert qadevOOo to gbuildPeter Foley
2011-09-23handle --enable-gio as well as --enable-gnome-vfsCaolán McNamara
Both of these providers will attempt to claim to be able to handle all internally-unhandled protocols in order to forward them to their system backends, so there will be a preexisting protocol handler for any random protocol (rather than none) in those cases. extends e07ac6765dbaec78e77c694148f5531072036dc8 (#i117381#)
2011-09-12sb140: #i117381# gvfs ucp handling all schemes spoils ↵Stephan Bergmann
deregisterContentProvider test
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-08-15turn on cairo rendering of vertical textCaolán McNamara
2011-08-14Some PMD cleaningJulien Nabet
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
Notes: split repo tag: testing_PRE_MELD_REPOS
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist