Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev' into feature/322-WiFi_rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Dec 14, 2019
2 parents 39ca27b + 0328004 commit 1451eff
Show file tree
Hide file tree
Showing 114 changed files with 2,531 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -75,6 +75,7 @@ translations/*.ts
translations/*.qm
!translations/en_US.ts
*.user
*.user.*
*.dylib
*.o
*.bak
Expand Down
22 changes: 22 additions & 0 deletions ButtonHandler.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11

import InterruptHandler 1.0
Expand Down
22 changes: 22 additions & 0 deletions MainContainer.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Controls 2.5
import QtGraphicalEffects 1.0
Expand Down
22 changes: 22 additions & 0 deletions StandbyControl.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11

import DisplayControl 1.0
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/ChargingScreen.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtGraphicalEffects 1.0
import "qrc:/scripts/helper.js" as JSHelper
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/ClosingScreen.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import Launcher 1.0

Expand Down
22 changes: 22 additions & 0 deletions basic_ui/CustomButton.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Controls 2.5

Expand Down
22 changes: 22 additions & 0 deletions basic_ui/CustomButtonState.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.9

Rectangle {
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/CustomImageLoader.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.0

Item {
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/CustomSwitch.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Controls 2.5

Expand Down
22 changes: 22 additions & 0 deletions basic_ui/LoadingScreen.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11

Rectangle {
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/MainNavigation.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtGraphicalEffects 1.0
import QtQml.Models 2.3
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/MiniMediaPlayer.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Controls 2.5
import QtGraphicalEffects 1.0
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/Notification.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Layouts 1.3
import QtGraphicalEffects 1.0
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/NotificationDrawer.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Controls 2.5
import QtGraphicalEffects 1.0
Expand Down
22 changes: 22 additions & 0 deletions basic_ui/PopupLowBattery.qml
@@ -1,3 +1,25 @@
/******************************************************************************
*
* Copyright (C) 2018-2019 Marton Borzak <hello@martonborzak.com>
*
* This file is part of the YIO-Remote software project.
*
* YIO-Remote software 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.
*
* YIO-Remote software 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 YIO-Remote software. If not, see <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*****************************************************************************/

import QtQuick 2.11
import QtQuick.Controls 2.5
import QtGraphicalEffects 1.0
Expand Down

0 comments on commit 1451eff

Please sign in to comment.