Utilities
Utilities copied to clipboard
Update Date and Time, closes #162
- Made room for spinner under bottom-most buttons in each tab
- Converted Main Window to fixed size since, as I see it, resizing will compromise its aesthetics
Hi @bert003.
Did you test whether this works on a plain helloSystem Live ISO with no additional software installed?
import pytz
import geocoder
Where are those supposed to be coming from? There are two options:
- Bundle them in the AppDir
- Preinstall them on the helloSystem ISO
Which way should we go?
Need to fix the bug that keeps asking for the password when adjusting the date and time
i would like to take a look on #165 , it look like a good way is to split UI / Model / Controller (ha ha ha Hierosme my heros ...)
i joking a bit but maintain a App over the time force that split. If we convert Date and Time to a true .ui file it force very bad day for the #162 fixe.
Here my plan:
- Create git branch call FIXE/165
- Fork the Date and Time.app inside Under Contruction directory
- Convert the App to a .ui and (Yes that a start of the split in direction to a pure MVC style)
- Isolate the code dedicated to the Gui
- Isolate the code it have to touch the system
- Create central data set in charge make action with the system (Yes a Backend)
- Toogle Lock/Unlock the backend with a one click action
- Permit a 100% setting view on Read Only
- Only when unlock the backend try to speack with isolate systen code
- Make a true Cross platform code (Yes code like that can help a lot other projects)
Hoooo noooo Hierosme got a plan Regards