Utilities icon indicating copy to clipboard operation
Utilities copied to clipboard

Update Date and Time, closes #162

Open bert003 opened this issue 1 year ago • 3 comments

  • 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

bert003 avatar Apr 30 '23 14:04 bert003

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?

probonopd avatar May 29 '23 09:05 probonopd

PC-1-screen0.webm

Need to fix the bug that keeps asking for the password when adjusting the date and time

louies0623 avatar Jun 21 '23 10:06 louies0623

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

Hierosme avatar Jun 22 '23 07:06 Hierosme