- 02 Oct, 2019 1 commit
-
-
Raine Makelainen authored
This is not a public class. Thus, there is no guarantees what so ever that the API remains there like this.
-
- 24 Sep, 2019 1 commit
-
-
flypig authored
Allow certificate model to decode in-memory PEMs See merge request mer-core/nemo-qml-plugin-systemsettings!116
-
- 20 Sep, 2019 1 commit
-
-
flypig authored
The certificate model code allows an X509 certificate (or bundle of certificates) to be loaded from disk so they can be used to the UI (e.g. for displaying certificate details). This change allows PEM data to be provided as a QByteArray, rather than as a file, allowing certificates store in memory to be accessed by the UI as well, without having to generate a temprory file. This change also exposes certificate summary info, providing some addition properties that help when displaying a summary of the certificate.
-
- 19 Sep, 2019 2 commits
-
-
Raine Makelainen authored
[aboutsettings] Add property with localized OS name. Contributes to JB#47268 See merge request mer-core/nemo-qml-plugin-systemsettings!118
-
Dmitry Gerasimov authored
Localization is loaded from /etc/os-release-l10n, which has ini syntax: [en-US] NAME = Value If there is no localization, value from /etc/os-release used as fallback.
-
- 18 Sep, 2019 2 commits
-
-
Raine Makelainen authored
[plugin] Register Partition metatype. Contributes to JB#46822 See merge request mer-core/nemo-qml-plugin-systemsettings!119
-
dnikiforov authored
-
- 04 Sep, 2019 1 commit
-
-
Raine Makelainen authored
[nemo-systemsettings] Add deprecation warning. Contributes to JB#46991 See merge request mer-core/nemo-qml-plugin-systemsettings!117
-
- 02 Sep, 2019 1 commit
-
-
Alexey Tatarov authored
-
- 23 Aug, 2019 1 commit
-
-
Raine Makelainen authored
[settings-storage] Expose externalStoragesPopulated property. Contributes to JB#46110 See merge request mer-core/nemo-qml-plugin-systemsettings!115
-
- 22 Aug, 2019 2 commits
-
-
Raine Makelainen authored
-
Raine Makelainen authored
-
- 12 Jul, 2019 1 commit
-
-
Raine Makelainen authored
[nemo-storage] Do not accept invalid block devices. Fixes JB#46420 See merge request mer-core/nemo-qml-plugin-systemsettings!110
-
- 11 Jul, 2019 1 commit
-
-
Raine Makelainen authored
A block device that is dm device must have crypto backing device. Clear partition wait timers when a block is removed. Also destroy block explicitly when block is removed. Previously we started another wait timer when block completed (after all interfaces were checked).
-
- 09 Jul, 2019 2 commits
-
-
pvuorela authored
[systemsettings] Update plugins.qmltypes. Contributes to JB#46477 See merge request mer-core/nemo-qml-plugin-systemsettings!109
-
Martin Kampas authored
QtQuick 2.0 is now correctly listed as a dependency and the standard components are omitted thanks to making qmlimportscanner available at the time qmlplugindump is executed.
-
- 02 Jul, 2019 2 commits
-
-
Raine Makelainen authored
[systemsettings] Expose baseOperatingSystemName that does not contain OS suffix. Contributes to JB#46079 See merge request !108
-
Raine Makelainen authored
[systemsettings] Expose baseOperatingSystemName that does not contain OS suffix. Contributes to JB#46079
-
- 04 Jun, 2019 1 commit
-
-
flypig authored
Support VPN ordering by connected status See merge request mer-core/nemo-qml-plugin-systemsettings!106
-
- 03 Jun, 2019 1 commit
-
-
flypig authored
This change adds the `orderByConnected` flag to VpnModel which, when set, will order VPN connections in the model first by the connection status (connected first, followed by not connected), then by the name alphabetially ascending (case-sensitive). When not set, the previous case-sensitive alphabetic name ordering is used. The new ordering is used when the MDM policy is set to prevent the user from manually connecting or disconnecting the VPNs. In this case, the list of VPNs is presented differently with headers indicating connection status, rather than indicating it using a TextSwitch glassitem.
-
- 28 May, 2019 1 commit
-
-
Raine Makelainen authored
Do not expose /home and / partitions through udisk block devices See merge request mer-core/nemo-qml-plugin-systemsettings!107
-
- 27 May, 2019 4 commits
-
-
Raine Makelainen authored
-
Raine Makelainen authored
-
Raine Makelainen authored
-
Raine Makelainen authored
-
- 07 May, 2019 1 commit
-
-
pvuorela authored
Implement locale helper tool See merge request mer-core/nemo-qml-plugin-systemsettings!105
-
- 06 May, 2019 1 commit
-
-
pvuorela authored
Suid tool executable only by privileged group allows to stricten access for the environment config directory.
-
- 03 May, 2019 3 commits
-
-
pvuorela authored
-
pvuorela authored
[systemsettings] Update plugins.qmltypes. Contributes to JB#45580 See merge request mer-core/nemo-qml-plugin-systemsettings!104
-
Martin Kampas authored
-
- 09 Apr, 2019 4 commits
-
-
pvuorela authored
[nemo-qml-plugin-systemsettings] Clear lists when deleting content. Contributes to JB#45430 See merge request mer-core/nemo-qml-plugin-systemsettings!103
-
pvuorela authored
-
Raine Makelainen authored
[nemo-systemsettings] Add readonly autoConnect property to the Vpn model. Contributes to JB#41419 See merge request mer-core/nemo-qml-plugin-systemsettings!102
-
Raine Makelainen authored
The autoConnect property of VpnModel is true if there's at least one vpn connection that has autoConnect true.
-
- 08 Mar, 2019 2 commits
-
-
blam authored
[systemsettings] Reload the AboutSettings storage models when items are... See merge request mer-core/nemo-qml-plugin-systemsettings!101
-
Bea Lam authored
[systemsettings] Reload the AboutSettings storage models when items are added/removed. Fixes JB#44031
-
- 22 Feb, 2019 2 commits
-
-
Raine Makelainen authored
Mount an external storage with fs type that block device has See merge request mer-core/nemo-qml-plugin-systemsettings!98
-
pvuorela authored
[systemsettings] Update plugins.qmltypes. Contributes to JB#44886 See merge request mer-core/nemo-qml-plugin-systemsettings!99
-
- 21 Feb, 2019 2 commits
-
-
Tomi Leppänen authored
[systemsettings] Fix building on gcc 4.9. Fixes JB#44875 See merge request mer-core/nemo-qml-plugin-systemsettings!100
-
Tomi Leppänen authored
Add missing header that is needed on gcc 4.9.
-