summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetic changesfeature/unitverBenjamin Ni2016-01-056-4/+7
* unit-verification: more convert Link<> to typedAndrzej Hunt2015-10-212-22/+14
* ScreenSaverInhibitor: Don't depend on glib type definitionsAndrzej Hunt2015-10-211-11/+12
* Ignore the default constructor for loplugin:badvectorinit tooAndrzej Hunt2015-10-211-1/+4
* Make incompatible-output-box visible to ensure layout spaceAndrzej Hunt2015-10-211-0/+1
* Set default focus on output unit entry boxAndrzej Hunt2015-10-211-1/+2
* unit-verification: convert Link<> to typedAndrzej Hunt2015-10-214-34/+34
* loplugin:vclwidgetsAndrzej Hunt2015-10-211-7/+8
* Implement undoing conversion of individual locally annotated cellsAndrzej Hunt2015-10-213-13/+96
* Remove redundant parameters.Andrzej Hunt2015-10-212-11/+9
* Test for tdf#92455 (persist purely local annotations after conversion)Andrzej Hunt2015-10-211-0/+12
* Added checkbox and config option to toggle unit verificationBenjamin Ni2015-10-217-47/+111
* tdf#92455 - inconsistent unit handlingBenjamin Ni2015-10-201-2/+3
* Coding style cleanupBenjamin Ni2015-10-201-11/+26
* Added more range conversion testsBenjamin Ni2015-10-201-40/+109
* refresh cell rendering after changing unitMarkus Mohrhard2015-10-201-0/+7
* add test case for unit conversionMarkus Mohrhard2015-10-201-0/+20
* fix crash when converting unitsMarkus Mohrhard2015-10-201-1/+1
* fix build and adapt a few places to calc coding styleMarkus Mohrhard2015-10-203-33/+45
* WIP: udunits2 build on windowsAndrzej Hunt2015-10-204-2/+217
* Upgrade to udunits 2.2.19Andrzej Hunt2015-10-201-2/+2
* Fix udunits2 install_name on OSXAndrzej Hunt2015-10-203-1/+34
* Don't assert on unsupported opcode, return unknown insteadAndrzej Hunt2015-10-201-1/+1
* Enable --with-system-udunits2Andrzej Hunt2015-10-2011-46/+33
* Enable udunits2 on OSXAndrzej Hunt2015-10-201-1/+1
* Rename VERIFIED->VALID for formula status.Andrzej Hunt2015-10-204-19/+19
* Kill unnecessary UnitsStatusAndrzej Hunt2015-10-202-32/+25
* Fix building with disabled unit verification.Andrzej Hunt2015-10-208-4/+29
* Remove unnecessary autoreconfAndrzej Hunt2015-10-201-1/+0
* Don't require use of makeinfo for udunits2Andrzej Hunt2015-10-201-1/+1
* Show whether error is in formula or output in units warningAndrzej Hunt2015-10-203-5/+27
* Add tests for output unit verification.Andrzej Hunt2015-10-201-0/+54
* Return status for formula errorsAndrzej Hunt2015-10-206-48/+92
* Invalid formulas can't have unit correctness verified.Andrzej Hunt2015-10-201-10/+2
* Implement units conversion dialog.Andrzej Hunt2015-10-2018-0/+782
* Add Units::isValidUnitAndrzej Hunt2015-10-203-0/+10
* Use GetParamCount instead of GetByte.Andrzej Hunt2015-10-201-1/+1
* Update units error messsage for clarity.Andrzej Hunt2015-10-201-1/+1
* Convert convertCellUnits to handle rangesAndrzej Hunt2015-10-204-21/+24
* Split convertCellUnits and change contractAndrzej Hunt2015-10-203-66/+98
* Make more methods of UtUnit constAndrzej Hunt2015-10-201-4/+4
* Implement getUnitsForRangeAndrzej Hunt2015-10-204-0/+249
* Store original input string for UtUnitAndrzej Hunt2015-10-202-5/+29
* Return invalid unit for empty and string cells.Andrzej Hunt2015-10-202-0/+7
* Implement areUnitsCompatible API methodAndrzej Hunt2015-10-204-0/+30
* Add setNumberFormatUnit utility method to units testAndrzej Hunt2015-10-201-33/+26
* Use HeaderUnitDescriptor to pass around header specificsAndrzej Hunt2015-10-203-118/+162
* Implement unit conversion for ranges.Andrzej Hunt2015-10-204-0/+205
* Use the actual default format for value/unit splitting.Andrzej Hunt2015-10-201-1/+1
* Add some assertions for UtUnit::convertValueToAndrzej Hunt2015-10-201-0/+3