Commit Graph

4 Commits

Author SHA1 Message Date
Mateusz Grzegorzek
18bb7e8c24 [EGD-6315] Fix issues during saving new APN
- disallow saving empty APN form - at least `Name` must be provided,
- show `Save` button only if `Name` field is not empty,
- return to APN list window after adding/editing/deleting APN
  or setting APN to default
2021-04-27 15:52:15 +02:00
Adam Dobrowolski
940989833f [EGD-6527] Internationalization API unification
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +02:00
Pawel Olejniczak
64c6c70a9e [EGD-5215] Add APNs list
Load APNs from service cellular.
Add ApnSettings model.
Connect ApnOptionWindow with ApnSettingsWindow.
2021-01-22 10:33:48 +01:00
Pawel Olejniczak
cb3b6cd5da [EGD-5338] Add APN options window - gui
This is just GUI, window is not connected yet.
It will facilitate further development of APN settings,
and will be enhanced later.
2021-01-20 14:29:14 +01:00