Remove copyright headers in code

This commit is contained in:
miruka 2019-08-11 08:34:36 -04:00
parent 67dde68126
commit 3c35616eaa
87 changed files with 0 additions and 260 deletions

View File

@ -2,7 +2,6 @@
- `QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling)`
- Refactoring
- Remove copyrights
- Remove clip props when possible
- `property list<thing>`
- See Loader.enabled and async

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
#include <QApplication>
#include <QQmlEngine>
#include <QQmlContext>

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
"""<SHORTDESC>"""
__pkg_name__ = "harmonyqml"

View File

@ -1,4 +1 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from .app import APP # noqa

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from .app import APP
APP.test_run()

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import asyncio
import logging as log
import signal

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import asyncio
import logging as log
import random

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import asyncio
import json
import logging as log

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import re
import mistune

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import asyncio
import logging as log
import random

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import asyncio
import html
import inspect

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from typing import Tuple, Type, Union
from .model_item import ModelItem

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from dataclasses import dataclass, field
from datetime import datetime
from typing import Any, Dict, List, Optional

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import logging as log
import time
from threading import Lock, Thread

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from typing import ClassVar, Optional

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from typing import Dict, Iterator, MutableMapping, Set, Tuple, Type, Union
from dataclasses import dataclass, field

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import logging as log
from typing import Tuple, Callable

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
from dataclasses import dataclass, field
from enum import Enum
from typing import Any, Dict, List, Union

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import re
from typing import Generator

View File

@ -1,6 +1,3 @@
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
import collections
import xml.etree.cElementTree as xml_etree # FIXME: bandit warning
from enum import Enum

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
ColorAnimation {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import Qt.labs.platform 1.1

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
HImage {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
Image {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
HRectangle {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick.Controls 2.12
import QtQuick 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QSyncable 1.0

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
NumberAnimation {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
Rectangle {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
HLabel {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
HAvatar {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
HRectangle {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 1.4 as Controls1

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
HAvatar {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../../Base"
import "../../utils.js" as Utils

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../../Base"
import "../utils.js" as ChatJS

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../../Base"
import "../../utils.js" as Utils

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "Base"
import "utils.js" as Utils

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import "../Base"
HNoticePage {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import io.thp.pyotherside 1.5

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
Item {

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import "../Base"
import "../utils.js" as Utils

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
import QtQuick 2.12
import QtQuick.Controls 2.12
import "Base"

View File

@ -1,6 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
"use strict"

View File

@ -1,7 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
function hsluv(hue, saturation, lightness, alpha=1.0) {
let rgb = py.callSync("hsluv", [hue, saturation, lightness])
return Qt.rgba(rgb[0], rgb[1], rgb[2], alpha)