index
:
7Units
develop
stable
A unit converter made in Java, inspired by GNU Units
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
sevenUnitsGUI
/
Presenter.java
Age
Commit message (
Expand
)
Author
2025-02-23
Gracefully handle unidentified locales in config
Adrien Hopkins
2025-02-23
Allow internationalization of about.txt
Adrien Hopkins
2025-02-23
Allow default datafile to be disabled
Adrien Hopkins
2025-02-23
Add ability for user to change locale
Adrien Hopkins
2025-02-23
Load locales from text files
Adrien Hopkins
2025-02-23
Add internationalization API to GUI
Adrien Hopkins
2024-08-22
Add loading counts to About tab
Adrien Hopkins
2024-08-22
Show unit/dim file errors as popup
Adrien Hopkins
2024-08-22
Add more information to load-success message
Adrien Hopkins
2024-08-22
Print nonfinal unit set coefficients as integers
Adrien Hopkins
2024-08-22
Allow named unit-sets to be used as to expression
Adrien Hopkins
2024-08-22
Add named unit sets to unit converter
Adrien Hopkins
2024-08-22
Add ability to convert expression to sum of units
Adrien Hopkins
2024-03-24
Format source code & set explicit UTF-8
Adrien Hopkins
2024-03-03
Add comments to metric exception files
Adrien Hopkins
2023-09-16
Refactor Presenter.loadSettings
Adrien Hopkins
2023-09-16
Improve setting value usability
Adrien Hopkins
2023-09-16
Only create config directory when saving
Adrien Hopkins
2023-09-16
Allow config file to load custom data files
Adrien Hopkins
2023-09-16
Move config file to standard location
Adrien Hopkins
2022-07-17
All dimension names are now in title case
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-04-19
Finalized version 0.4.0-alpha.1
Adrien Hopkins
2022-04-19
Implemented prefix settings, saving & loading of settings
Adrien Hopkins
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
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-02-26
Implemented expression conversion, tests now pass
Adrien Hopkins
2022-02-26
Implemented unit conversion, with a few problems
Adrien Hopkins
2022-02-20
Made the version number an object, changing it to 0.4.0-alpha+dev
Adrien Hopkins
2022-02-19
Made barebones GUI (TabbedView)
Adrien Hopkins
2021-12-24
Did some API design for user settings, and moved GUI to a new package
Adrien Hopkins