Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-16 | Allow config file to load custom data files | Adrien Hopkins | |
The parameters "custom_unit_file", "custom_dimension_file" and "custom_exception_file" can now be used to load custom unit, dimension and exception files. Specify them more than once to load multiple files. I haven't yet added this to the GUI, and I probably won't, because you already need to be able to edit text files to create this, so having a GUI won't make it any more intuitive. | |||
2023-09-16 | Move config file to standard location | Adrien Hopkins | |
The user's config directory is taken as ~\AppData\Local\ on Windows and is XDG-compliant elsewhere. The config file's location is <config dir>/SevenUnits/config.txt. The SevenUnits directory is created if nonexistent. The previous location inside the git directory would not work for someone actually installing and using 7Units, so this change was made. | |||
2023-07-02 | Create roadmap for v1.0.0 | Adrien Hopkins | |
2023-04-15 | Merge branch 'hotfix-0.4.1' into develop | Adrien Hopkins | |
2023-04-15 | Bumped version number to 0.4.1v0.4.1 | Adrien Hopkins | |
2023-04-15 | Upgraded Gradle version to 8.1 | Adrien Hopkins | |
(it seems like 7Units no longer works with the old Gradle version) | |||
2022-07-17 | Merge branch 'release-0.4.0' into develop | Adrien Hopkins | |
2022-07-17 | Bumped version number to 0.4.0v0.4.0 | Adrien Hopkins | |
2022-07-17 | All dimension names are now in title case | Adrien Hopkins | |
2022-07-17 | Updated changelog | Adrien Hopkins | |
2022-07-17 | Misc test documentation tweaksv0.4.0rc1 | Adrien Hopkins | |
2022-07-17 | Added a test for prefix repetition rules | Adrien Hopkins | |
2022-07-17 | Added a GUI test simulating expression conversion | Adrien Hopkins | |
2022-07-17 | Added a GUI test simulating unit conversion | Adrien Hopkins | |
2022-07-17 | Added another rounding rule test | Adrien Hopkins | |
2022-07-17 | Added more PrefixSearchRule tests | Adrien Hopkins | |
2022-07-17 | misc eclipse updates | Adrien Hopkins | |
2022-07-17 | Added a test for StandardDisplayRules.getStandardRule | Adrien Hopkins | |
2022-07-17 | remove and gitignore test-settings.txt | Adrien Hopkins | |
2022-07-17 | Added tests for the new rounding rules | Adrien Hopkins | |
2022-07-09 | Fixed some issues in the PrefixSearchRule: | Adrien Hopkins | |
- output map was mutable, should be immutable - renamed allowUnit to prefixableUnitRule so that the name is actually understandable | |||
2022-07-09 | Added documentation to undocumented tests | Adrien Hopkins | |
2022-07-08 | Bumped version number to 0.4.0b1 & added @sincev0.4.0b1 | Adrien Hopkins | |
2022-07-08 | Added basic tests for the search rules | Adrien Hopkins | |
2022-07-08 | Specified the search rule in tests affected by it | Adrien Hopkins | |
2022-07-08 | Merge branch 'feature-search-settings' into develop | Adrien Hopkins | |
2022-07-08 | Updated changelog | Adrien Hopkins | |
2022-07-08 | Added search settings to the manual and design document | Adrien Hopkins | |
2022-07-08 | Added full names for some speed units | Adrien Hopkins | |
2022-07-08 | Search rules can be changed by GUI, saved and loaded | Adrien Hopkins | |
2022-07-06 | Added some standard prefix search rules | Adrien Hopkins | |
2022-07-06 | Added the ability to make search rules | Adrien Hopkins | |
2022-06-18 | Added diagrams to the new design document sections | Adrien Hopkins | |
2022-06-18 | Added big-picture info to the design document | Adrien Hopkins | |
2022-05-18 | Added front-end code information to the design document | Adrien Hopkins | |
2022-04-19 | Merge branch 'gui-redesign-0.4' into developv0.4.0a1 | Adrien Hopkins | |
2022-04-19 | Finalized version 0.4.0-alpha.1 | Adrien Hopkins | |
2022-04-19 | Implemented prefix settings, saving & loading of settings | Adrien Hopkins | |
Also fixed some bugs: - Presenter now has default values for its settings in case they don't load properly - UnitDatabase ensures its units, prefixes and dimensions have all of the names you give it | |||
2022-04-18 | Implemented one-way conversion, duplicate prefixes can now be hidden | Adrien Hopkins | |
2022-04-18 | Implemented rounding and duplicate-removal settings into the new GUI | Adrien Hopkins | |
2022-04-16 | Implemented the unit & prefix viewers | Adrien Hopkins | |
2022-04-16 | Added a full suite of frontend tests | Adrien Hopkins | |
(Added tests for the settings and unit/prefix viewer parts of the GUI, which are not yet implemented) | |||
2022-04-16 | Removed NamedObjectProduct in favour of the regular ObjectProduct | Adrien Hopkins | |
2022-04-10 | Created API for settings and unit/prefix viewing | Adrien Hopkins | |
2022-04-09 | View now sends and recieves Strings instead of data | Adrien Hopkins | |
2022-03-10 | Named the metric dimensions & fixed NameSymbol.toString | Adrien Hopkins | |
2022-03-10 | Simplified toString of common unit classes | Adrien Hopkins | |
2022-02-26 | Implemented expression conversion, tests now pass | Adrien Hopkins | |
2022-02-26 | Implemented unit conversion, with a few problems | Adrien Hopkins | |
TabbedView now displays its units, but with their toString method which shows their definition in addition to their name | |||
2022-02-24 | Moved SemanticVersionNumber to sevenUnits.utils | Adrien Hopkins | |