Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-28 | we can't move that into a test only lib | Markus Mohrhard | |
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912. | |||
2012-04-27 | move xshape dumper into test | Markus Mohrhard | |
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b | |||
2012-04-27 | adapt dumper to new xml diff | Markus Mohrhard | |
2012-04-19 | don't use the debug mode for normal tests | Markus Mohrhard | |
2012-04-11 | Calculate correct standard deviation for XErrorBar. | Rafael Dominguez | |
- Add method to calculate X standard deviation. - Set correct XErrorBar position when using standard deviation error type. | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-03-30 | Fix format string properly | Stephan Bergmann | |
2012-03-30 | WaE: format '%i' expects type 'int', but argument has type 'long int' | Tor Lillqvist | |
2012-03-29 | Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types" | Julien Nabet | |
2012-03-28 | add name attribute to chart's layout dumper | Markus Mohrhard | |
2012-03-28 | add drawing.Text to chart's dumper | Markus Mohrhard | |
2012-03-28 | revert old test idea | Markus Mohrhard | |
2012-03-28 | implement the layout dumper for chart2 | Markus Mohrhard | |
2012-03-24 | use fabs for double values, not abs, fdo#47632 | Markus Mohrhard | |
2012-03-23 | Create separate shape groups for each errorbar type. | Rafael Dominguez | |
2012-03-23 | Get correct datasource when calculating errorbar length. | Rafael Dominguez | |
2012-03-23 | Get correct errorbar CID depending on the direction. | Rafael Dominguez | |
2012-03-23 | Add chart errorbar type property. | Rafael Dominguez | |
- Make StatisticsItemConverter work with X and Y errorbars. - Fill errorbar type property in ErrorBarResources. - Set default value of errorbar type property to Y bar. | |||
2012-03-23 | Create respective error bars in areachart when creating shapes. | Rafael Dominguez | |
2012-03-23 | Add function to create X error bars in VSeriesPlotter class. | Rafael Dominguez | |
2012-03-23 | Add a function to get X error bar properties. | Rafael Dominguez | |
2012-03-17 | do not initialize a field with itself | Luboš Luňák | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-14 | refactor the chart test code a bit | Markus Mohrhard | |
2012-03-14 | add more code to the chart dumper | Markus Mohrhard | |
2012-03-13 | add some more dump output + WaE unitialized values | Markus Mohrhard | |
2012-03-13 | first part for new chart test concept | Markus Mohrhard | |
Idea: - write the layout data to a xml file still missing: - xml export part - some more properties need to be exported - some more structure information need to be dumped - find a way to start dumping after importing | |||
2012-03-12 | remove C2U usage, string literal OUString ctors will do the job | Luboš Luňák | |
and this also avoids reaching the parse recursion limit with clang, because all the macros C2U expands to, although clang's limit is probably tad a bit low | |||
2012-03-10 | add two accidently removed return statements | Markus Mohrhard | |
2012-03-07 | some more auto_ptr -> scoped_ptr in chart2 | Markus Mohrhard | |
2012-03-05 | move some auto_ptr to boost::scoped_ptr | Markus Mohrhard | |
2012-03-05 | fdo#44832: Follow-up fix for axis labels for complex categories | Markus Mohrhard | |
Don't add special handling for second and following categories. [From Markus's patch email to the list, edited by tml] This patch is not obvious and I'm not sure that it will not introduce another regression. I don't fully understand why we need to add special handling for labels of second and following categories. | |||
2012-03-04 | fdo#37197: No legend entry for regression curve if not applicable | Katarina Machalkova | |
make the original check more general, to cover all chart types that don't support statistics | |||
2012-03-04 | correctly set the position of the axis labels, related fdo#44832 | Markus Mohrhard | |
There are still some more issues but at least they are now correctly located in the right position All advanced attributes are not yet applied. | |||
2012-02-20 | fdo#31551: Show actual line width in the legend | Katarina Machalkova | |
however, limit the line width from above by legend entry height (which +- matches the font height) | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-01-31 | Remove unused code. | Santiago Martinez | |
2012-01-14 | Some cppcheck cleaning | Julien Nabet | |
2012-01-09 | fdo#44546: Hopefully correct automatic calculation of y-axis scale. | Kohei Yoshida | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2011-12-21 | callcatcher: remove some unused code | Caolán McNamara | |
2011-12-14 | missing include limits | Markus Mohrhard | |
2011-12-14 | don't try to use Inf for axes calculation fdo#43703 | Markus Mohrhard | |
2011-12-13 | fdo#43681: Set correct auto scaling for stacked data series. | Kohei Yoshida | |
With this change, the automatic y-axis scaling should be more accurate for stacked charts (i.e. stacked line, area, bar charts) with dates on the x-axis. The previous algorithm only calculated the max and min y-values of the individual data, without taking into account the stacking type when the x-axis type was date. | |||
2011-12-13 | Prefer reference over pointer (when it makes sense). | Kohei Yoshida | |
2011-12-13 | fdo#43681: Always sort category axis when it's a date type. | Kohei Yoshida | |
Or else we'd end up drawing a pretty interesting diagram... | |||
2011-12-13 | Prefer pre-increments, especially with iterators. | Kohei Yoshida | |
2011-12-13 | Fix for fdo43460 Part V getLength to isEmpty | Olivier Hallot | |
Part V Module chart2 | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |