Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-31 | make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wide | Caolán McNamara | |
related, i#87757 and 8bafe38c569afa2e1055eb647cb7ff161ddd1230 which itself is related to ce14342c4292628a641a72d4f63d9c048e030c6a, These character bounds are backed by what's the glyph bounding box for the ink used for the glyph. Whitespace has no ink so its an empty Rectangle. Which brings the awesome RECT_EMPTY into play. It might be a bit dubious in the first place to back getCharacterBounds with the glyph bounding box in the first place, rather than maybe the advance width or some such. But lets assume that decision was intentional. So, the qa test should accept that a glyph might be of 0 width anyway. Then, tweak rectangle merging so that we can preserve the correct top-left position of an empty glyph So, we can determine the correct character index given the top-left position of an empty glyph Change-Id: I5e18460ff7cd90cd27d5eede2aa0a5494c36a5d3 | |||
2012-05-31 | Fix one more test that implicitly assumes more than one Calc sheet | Stephan Bergmann | |
...in the vein of e43966b29cc36ce36245cfb2c63c3e24a0eb523f "Fix up unit tests that assumed two or more sheets per default" Change-Id: I450f561721edeaa6855499d20c2196ceb8d2f546 | |||
2012-05-31 | Fix up unit tests that assumed two or more sheets per default | Stefan Knorr (astron) | |
2012-05-30 | qadevOOo: _XAccessibleText._getTextBeforeIndex: | Michael Stahl | |
Do not check length of first word for AccessibleStatusBarItem, which now contains "Words: 0" since ce14342c4292628a641a72d4f63d9c048e030c6a, but the test stupidly assumes that its text does not contain a space. | |||
2012-05-29 | Improved error reporting | Stephan Bergmann | |
Change-Id: Ib852987c2040d47cd3de08c6aebc649a068378d6 | |||
2012-05-25 | Removed writer_Text type; combined it with generic_Text. | Kohei Yoshida | |
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-12 | offapi: remove obsolete XInplaceLayout (2nd try) | Thomas Arnhold | |
This is related to 10e580c57b907420e8c6d816325445a40a720e4a | |||
2012-04-08 | gbuild: "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 bits | Michael Stahl | |
2012-03-23 | .xcl files don't need executable bits | Michael Stahl | |
2012-03-23 | .sce files don't need executable bits | Michael Stahl | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-16 | Removed unused qadevOOo BASIC test code | Stephan Bergmann | |
2012-03-14 | make sdw smoketest document more useful | Caolán McNamara | |
2012-03-07 | qadevOOo: _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-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-20 | removal of XInplaceLayout.java was reverted later... | David Tardon | |
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe. | |||
2012-02-20 | _XInplaceLayout.java is gone | David Tardon | |
2012-02-18 | Revert "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-18 | offapi: remove obsolete XInplaceLayout | Thomas Arnhold | |
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-09 | Added and improved READMEs for modules in sdk and testing | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-02 | prevent hanging junit tests | Stephan Bergmann | |
2012-02-02 | try to enable all sc subsequenttests | Markus Mohrhard | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-26 | switch subsequenttest testdocs from sdc to ods, fdo#43376 | Markus Mohrhard | |
2012-01-24 | Don't try to build inexisting file | Fridrich Štrba | |
2012-01-24 | dead java code in qa | Thomas Arnhold | |
2012-01-23 | Resolves: fdo#44856 skew artificial fonts before glyph or layout rotation | Caolán McNamara | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-10 | list source files explicitly | David Tardon | |
2011-12-27 | fix ScDatabaseRangeObj test, fdo#43312 | Markus Mohrhard | |
2011-12-23 | Revert "gb_Jar_add_packagefiles only takes 2 args" | David Tardon | |
This reverts commit f3f77fd5cdd0a04115af255430a97e6dec24d85f. | |||
2011-12-23 | gb_Jar_add_packagefiles only takes 2 args | David Tardon | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-05 | possible fix for fdo#43312 | Markus 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-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | add Amiri kashida example | Khaled Hosny | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-14 | Simplified 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-10 | removed leftovers of the Simple Handles option | Tim Hardeck | |
Removed leftovers of the Simple Handles option which weren't delete by the previous patch. | |||
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-07 | convert qadevOOo to gbuild | Peter Foley | |
2011-09-23 | handle --enable-gio as well as --enable-gnome-vfs | Caolá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#) |