1. 375d0cd cosmetic changes by Benjamin Ni · 11 years ago feature/unitver
  2. 0d7d7f2 unit-verification: more convert Link<> to typed by Andrzej Hunt · 10 years ago
  3. f54a180 ScreenSaverInhibitor: Don't depend on glib type definitions by Andrzej Hunt · 10 years ago
  4. 7bf56d5 Ignore the default constructor for loplugin:badvectorinit too by Andrzej Hunt · 10 years ago
  5. 6e51d7a Make incompatible-output-box visible to ensure layout space by Andrzej Hunt · 11 years ago
  6. 1a01024 Set default focus on output unit entry box by Andrzej Hunt · 11 years ago
  7. 569a1b9 unit-verification: convert Link<> to typed by Andrzej Hunt · 11 years ago
  8. 215a189 loplugin:vclwidgets by Andrzej Hunt · 11 years ago
  9. 2daa56a Implement undoing conversion of individual locally annotated cells by Andrzej Hunt · 11 years ago
  10. 03ab4a1 Remove redundant parameters. by Andrzej Hunt · 11 years ago
  11. da06bb2 Test for tdf#92455 (persist purely local annotations after conversion) by Andrzej Hunt · 11 years ago
  12. 31ac447 Added checkbox and config option to toggle unit verification by Benjamin Ni · 11 years ago
  13. ff25740 tdf#92455 - inconsistent unit handling by Benjamin Ni · 11 years ago
  14. 67c4c1c Coding style cleanup by Benjamin Ni · 11 years ago
  15. 732e791 Added more range conversion tests by Benjamin Ni · 11 years ago
  16. f373ffc refresh cell rendering after changing unit by Markus Mohrhard · 11 years ago
  17. 123067c add test case for unit conversion by Markus Mohrhard · 11 years ago
  18. a6576c9 fix crash when converting units by Markus Mohrhard · 11 years ago
  19. eafdfe0 fix build and adapt a few places to calc coding style by Markus Mohrhard · 11 years ago
  20. afebca3 WIP: udunits2 build on windows by Andrzej Hunt · 11 years ago
  21. 9374e98 Upgrade to udunits 2.2.19 by Andrzej Hunt · 11 years ago
  22. 5c342b7 Fix udunits2 install_name on OSX by Andrzej Hunt · 11 years ago
  23. 3c36fd8 Don't assert on unsupported opcode, return unknown instead by Andrzej Hunt · 11 years ago
  24. 0955612 Enable --with-system-udunits2 by Andrzej Hunt · 11 years ago
  25. 4331384 Enable udunits2 on OSX by Andrzej Hunt · 11 years ago
  26. 6f76189 Rename VERIFIED->VALID for formula status. by Andrzej Hunt · 11 years ago
  27. fe731c3 Kill unnecessary UnitsStatus by Andrzej Hunt · 11 years ago
  28. 4c31f1a Fix building with disabled unit verification. by Andrzej Hunt · 11 years ago
  29. 36c96d2 Remove unnecessary autoreconf by Andrzej Hunt · 11 years ago
  30. 2351d48 Don't require use of makeinfo for udunits2 by Andrzej Hunt · 11 years ago
  31. 7ec97b0 Show whether error is in formula or output in units warning by Andrzej Hunt · 11 years ago
  32. 2d94190 Add tests for output unit verification. by Andrzej Hunt · 11 years ago
  33. c6dc511 Return status for formula errors by Andrzej Hunt · 11 years ago
  34. 70bb65f Invalid formulas can't have unit correctness verified. by Andrzej Hunt · 11 years ago
  35. c7d042f Implement units conversion dialog. by Andrzej Hunt · 11 years ago
  36. 83d3496 Add Units::isValidUnit by Andrzej Hunt · 11 years ago
  37. e7ed7ee Use GetParamCount instead of GetByte. by Andrzej Hunt · 11 years ago
  38. d834dcc Update units error messsage for clarity. by Andrzej Hunt · 11 years ago
  39. ef495e5 Convert convertCellUnits to handle ranges by Andrzej Hunt · 11 years ago
  40. c15313d Split convertCellUnits and change contract by Andrzej Hunt · 11 years ago
  41. f398eeb Make more methods of UtUnit const by Andrzej Hunt · 11 years ago
  42. 087acc1 Implement getUnitsForRange by Andrzej Hunt · 11 years ago
  43. 9f7e378 Store original input string for UtUnit by Andrzej Hunt · 11 years ago
  44. 611220c Return invalid unit for empty and string cells. by Andrzej Hunt · 11 years ago
  45. 9be7daf Implement areUnitsCompatible API method by Andrzej Hunt · 11 years ago
  46. 3b2c038 Add setNumberFormatUnit utility method to units test by Andrzej Hunt · 11 years ago
  47. 426e298 Use HeaderUnitDescriptor to pass around header specifics by Andrzej Hunt · 11 years ago
  48. 045c511 Implement unit conversion for ranges. by Andrzej Hunt · 11 years ago
  49. ba18f19 Use the actual default format for value/unit splitting. by Andrzej Hunt · 11 years ago
  50. 746f4fe Add some assertions for UtUnit::convertValueTo by Andrzej Hunt · 11 years ago
  51. 5068138 UtUnit::isValid should be const. by Andrzej Hunt · 11 years ago
  52. 1d9a725 Add --enable-debug for udunits. by Andrzej Hunt · 11 years ago
  53. 36373eb Store pre-conversion value in cell annotation. by Andrzej Hunt · 11 years ago
  54. 8e9409f Set document modified on local unit conversion. by Andrzej Hunt · 11 years ago
  55. 90bbc48 Upgrade units test to use SfxModelFlags (rebase fixup). by Andrzej Hunt · 11 years ago
  56. 27f10bf loplugin:staticmethods by Andrzej Hunt · 11 years ago
  57. dbdbce3 Move and rename Range/Unit Stack. by Andrzej Hunt · 11 years ago
  58. 0e6b950 Check output unit against header definition during verification. by Andrzej Hunt · 11 years ago
  59. 0625da7 Use correct stack for multiparam opcodes. by Andrzej Hunt · 11 years ago
  60. b5721a3 Refactor and rewrite range and multiparam opcode handling. by Andrzej Hunt · 11 years ago
  61. 85f20f0 Use UnitsResult for processing of opcodes too. by Andrzej Hunt · 11 years ago
  62. 401774b Verification of sum/product + further opcodes for ranges. by Andrzej Hunt · 11 years ago
  63. 0401520 Move declarations to more sensible place. by Andrzej Hunt · 11 years ago
  64. c807111 Implement UtUnit::operator*= by Andrzej Hunt · 11 years ago
  65. 5af0a0e Split getUnitForRef into mapping and retrieval. by Andrzej Hunt · 11 years ago
  66. c117d3e Typo in comment by Andrzej Hunt · 11 years ago
  67. b19e742 Handle constants in formulas for verification too. by Andrzej Hunt · 11 years ago
  68. c967ed9 Refactor unit extraction to separate local/header unit extraction by Andrzej Hunt · 11 years ago
  69. b7aa462 Implement UtUnit::operator* for constants by Andrzej Hunt · 11 years ago
  70. ce6dd72 Turn while into for for clarity. by Andrzej Hunt · 11 years ago
  71. 57469cc Add missing include. by Andrzej Hunt · 11 years ago
  72. 7f991cc Show unit conversion infobar as appropriate. by Andrzej Hunt · 11 years ago
  73. 21bb3bb Implement convertCellToHeaderUnit. by Andrzej Hunt · 11 years ago
  74. 165dcf7 Implement UtUnit::convertValueTo by Andrzej Hunt · 11 years ago
  75. 454f366 Implement isCellConversionRecommended by Andrzej Hunt · 11 years ago
  76. 7dac05b Implement UtUnit::areConvertibleTo by Andrzej Hunt · 11 years ago
  77. 0736abf2 Refactor header finding into it's own method. by Andrzej Hunt · 11 years ago
  78. af0881f Implement operator!= for UtUnit. by Andrzej Hunt · 11 years ago
  79. c8f509f Return original unit string for extractUnitFromHeaderString too. by Andrzej Hunt · 11 years ago
  80. bb03a45c The top row can contain unit headers too. by Andrzej Hunt · 11 years ago
  81. 25b51e0 Revert "Don't remove infobar on edit - fixing the cell does it" by Andrzej Hunt · 11 years ago
  82. bd5ac49 Don't remove infobar on editing - fixing the cell does it for us. by Andrzej Hunt · 11 years ago
  83. d4cf340 Hide infobar when cell fixed directly. by Andrzej Hunt · 11 years ago
  84. 1654aab Only remove infobar if it exists. by Andrzej Hunt · 11 years ago
  85. 3f62f6e Allow jumping back to erroneous cell from unit error infobar. by Andrzej Hunt · 11 years ago
  86. 4f5dd85 Fix udunits linking. by Andrzej Hunt · 11 years ago
  87. eff8466 Implement infobar warning for unit errors in a formula. by Andrzej Hunt · 11 years ago
  88. 556fb23 Make SfxInfoBarWindow SFX2_DLLPUBLIC. by Andrzej Hunt · 11 years ago
  89. 70640f4 Extract units from headers for unit verification too. by Andrzej Hunt · 11 years ago
  90. 6559a6b Implement header extraction for non-bracketed units. by Andrzej Hunt · 11 years ago
  91. 3bc2d8d Implement basic header string unit extraction. by Andrzej Hunt · 11 years ago
  92. 29bc089 Add some const. by Andrzej Hunt · 11 years ago
  93. b68bfb2 Implement actual unit extraction / format setting. by Andrzej Hunt · 11 years ago
  94. a66a3df Implement splitUnitsFromInputString. by Andrzej Hunt · 11 years ago
  95. 676640f Move and rename string extraction test. by Andrzej Hunt · 11 years ago
  96. e7379e4 Add stream-printing operator<< for UtUnit. by Andrzej Hunt · 11 years ago
  97. 0d36903 Add some tests for our UtUnit arithmetic operators. by Andrzej Hunt · 11 years ago
  98. 090f1b1 Hide raw ut_unit access in UTUnit. by Andrzej Hunt · 11 years ago
  99. dbf8fee Trim unit string for ut_parse. by Andrzej Hunt · 11 years ago
  100. 93ed1c7 Add some basic tests for UtUnit creation. by Andrzej Hunt · 11 years ago