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