Update copyrights
This commit is contained in:
parent
55e701122e
commit
b6e62511f0
7 changed files with 40 additions and 5 deletions
|
@ -1,3 +1,20 @@
|
||||||
|
/**
|
||||||
|
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
||||||
|
*
|
||||||
|
* Copyright (C) 2019-2020 Matti Viljanen
|
||||||
|
*
|
||||||
|
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Battery Buddy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||||
|
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
*
|
||||||
|
* See the GNU General Public License for more details. You should have received a copy of the GNU
|
||||||
|
* General Public License along with Battery Buddy. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Author: Matti Viljanen
|
||||||
|
*/
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import Sailfish.Silica 1.0
|
import Sailfish.Silica 1.0
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
**
|
**
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
// Modified by Matti Viljanen: added text size control
|
// Modified by Matti Viljanen 2020: added text size control
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import Sailfish.Silica 1.0
|
import Sailfish.Silica 1.0
|
||||||
|
|
|
@ -32,6 +32,8 @@
|
||||||
**
|
**
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
|
// Modified by Matti Viljanen 2020: Added left-to-right/right-to-left support
|
||||||
|
|
||||||
import QtQuick 2.4
|
import QtQuick 2.4
|
||||||
import Sailfish.Silica 1.0
|
import Sailfish.Silica 1.0
|
||||||
import Sailfish.Silica.private 1.0
|
import Sailfish.Silica.private 1.0
|
||||||
|
@ -43,7 +45,6 @@ SliderBase {
|
||||||
|
|
||||||
readonly property real _glassItemPadding: Theme.paddingMedium
|
readonly property real _glassItemPadding: Theme.paddingMedium
|
||||||
|
|
||||||
// Left-to-right/right-to-left support by Matti Viljanen aka direc85 2020
|
|
||||||
property int highlightDirection: Qt.LeftToRight
|
property int highlightDirection: Qt.LeftToRight
|
||||||
|
|
||||||
// compensate the existence of glow effect on light ambiences
|
// compensate the existence of glow effect on light ambiences
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Matti Viljanen
|
* Copyright (C) 2019-2020 Matti Viljanen
|
||||||
*
|
*
|
||||||
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
||||||
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Matti Viljanen
|
* Copyright (C) 2019-2020 Matti Viljanen
|
||||||
*
|
*
|
||||||
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
||||||
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
/**
|
||||||
|
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
||||||
|
*
|
||||||
|
* Copyright (C) 2019-2020 Matti Viljanen
|
||||||
|
*
|
||||||
|
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
||||||
|
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Battery Buddy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||||
|
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
*
|
||||||
|
* See the GNU General Public License for more details. You should have received a copy of the GNU
|
||||||
|
* General Public License along with Battery Buddy. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Author: Matti Viljanen
|
||||||
|
*/
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
* Battery Buddy, a Sailfish application to prolong battery lifetime
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Matti Viljanen
|
* Copyright (C) 2019-2020 Matti Viljanen
|
||||||
*
|
*
|
||||||
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
* Battery Buddy is free software: you can redistribute it and/or modify it under the terms of the
|
||||||
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
|
||||||
|
|
Loading…
Reference in a new issue