Git commit 84034a9dffeeb637da769766970bfc823f3fb12f by Yuri Chornoivan. Committed on 29/09/2018 at 08:26. Pushed by yurchor into branch 'master'. Fix minor EBN issues M +18 -0 mobile/plugins/About.qml M +18 -0 mobile/plugins/Console.qml M +18 -0 mobile/plugins/Dictionary.qml M +18 -0 mobile/plugins/Plot2D.qml M +18 -0 mobile/plugins/Tables.qml M +18 -0 mobile/plugins/VariablesView.qml M +18 -0 mobile/plugins/widgets/kde/AddButton.qml M +18 -0 mobile/plugins/widgets/kde/KAlgebraMobile.qml M +18 -0 mobile/plugins/widgets/kde/KAlgebraPage.qml M +18 -0 mobile/plugins/widgets/kde/SimpleListView.qml M +18 -0 mobile/plugins/widgets/qtcontrols/ExpressionInput.qml M +18 -0 mobile/plugins/widgets/qtcontrols/KAlgebraMobile.qml M +18 -0 mobile/plugins/widgets/qtcontrols/RealInput.qml M +18 -0 mobile/plugins/widgets/qtcontrols/SimpleListView.qml https://commits.kde.org/kalgebra/84034a9dffeeb637da769766970bfc823f3fb12f diff --git a/mobile/plugins/About.qml b/mobile/plugins/About.qml index 15ec765..a263f2e 100644 --- a/mobile/plugins/About.qml +++ b/mobile/plugins/About.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.0 import QtQuick.Layouts 1.0 import org.kde.analitza 1.0 diff --git a/mobile/plugins/Console.qml b/mobile/plugins/Console.qml index ef1c314..86d69c9 100644 --- a/mobile/plugins/Console.qml +++ b/mobile/plugins/Console.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.2 import QtQuick.Dialogs 1.0 import org.kde.analitza 1.0 diff --git a/mobile/plugins/Dictionary.qml b/mobile/plugins/Dictionary.qml index 28763d7..39b010b 100644 --- a/mobile/plugins/Dictionary.qml +++ b/mobile/plugins/Dictionary.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.0 import QtQuick.Layouts 1.0 import org.kde.analitza 1.0 diff --git a/mobile/plugins/Plot2D.qml b/mobile/plugins/Plot2D.qml index 144941d..395ffe3 100644 --- a/mobile/plugins/Plot2D.qml +++ b/mobile/plugins/Plot2D.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.0 import QtQuick.Layouts 1.0 import QtQuick.Dialogs 1.0 diff --git a/mobile/plugins/Tables.qml b/mobile/plugins/Tables.qml index a8936f5..37630dc 100644 --- a/mobile/plugins/Tables.qml +++ b/mobile/plugins/Tables.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.0 import QtQuick.Layouts 1.1 import org.kde.analitza 1.0 diff --git a/mobile/plugins/VariablesView.qml b/mobile/plugins/VariablesVie= w.qml index 3c9d303..8eb34ed 100644 --- a/mobile/plugins/VariablesView.qml +++ b/mobile/plugins/VariablesView.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.0 import org.kde.analitza 1.0 import widgets 1.0 diff --git a/mobile/plugins/widgets/kde/AddButton.qml b/mobile/plugins/widg= ets/kde/AddButton.qml index d010312..6ca9611 100644 --- a/mobile/plugins/widgets/kde/AddButton.qml +++ b/mobile/plugins/widgets/kde/AddButton.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import org.kde.kirigami 2.0 as Kirigami import QtQuick 2.1 = diff --git a/mobile/plugins/widgets/kde/KAlgebraMobile.qml b/mobile/plugins= /widgets/kde/KAlgebraMobile.qml index 820678e..443c799 100644 --- a/mobile/plugins/widgets/kde/KAlgebraMobile.qml +++ b/mobile/plugins/widgets/kde/KAlgebraMobile.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.2 import QtQuick.Layouts 1.2 import org.kde.kirigami 2.0 as Kirigami diff --git a/mobile/plugins/widgets/kde/KAlgebraPage.qml b/mobile/plugins/w= idgets/kde/KAlgebraPage.qml index 531b261..b68ca0b 100644 --- a/mobile/plugins/widgets/kde/KAlgebraPage.qml +++ b/mobile/plugins/widgets/kde/KAlgebraPage.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import org.kde.kirigami 2.0 import QtQuick 2.1 = diff --git a/mobile/plugins/widgets/kde/SimpleListView.qml b/mobile/plugins= /widgets/kde/SimpleListView.qml index c75bfd3..d058880 100644 --- a/mobile/plugins/widgets/kde/SimpleListView.qml +++ b/mobile/plugins/widgets/kde/SimpleListView.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import org.kde.kirigami 2.5 import QtQuick.Controls 2.1 import QtQuick 2.0 diff --git a/mobile/plugins/widgets/qtcontrols/ExpressionInput.qml b/mobile= /plugins/widgets/qtcontrols/ExpressionInput.qml index 26650a0..8fa8fb2 100644 --- a/mobile/plugins/widgets/qtcontrols/ExpressionInput.qml +++ b/mobile/plugins/widgets/qtcontrols/ExpressionInput.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.0 import QtQuick.Window 2.0 import QtQuick.Controls 2.0 diff --git a/mobile/plugins/widgets/qtcontrols/KAlgebraMobile.qml b/mobile/= plugins/widgets/qtcontrols/KAlgebraMobile.qml index 69c7d59..befd095 100644 --- a/mobile/plugins/widgets/qtcontrols/KAlgebraMobile.qml +++ b/mobile/plugins/widgets/qtcontrols/KAlgebraMobile.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick 2.2 import QtQuick.Layouts 1.2 import QtQuick.Controls 2.1 diff --git a/mobile/plugins/widgets/qtcontrols/RealInput.qml b/mobile/plugi= ns/widgets/qtcontrols/RealInput.qml index 83c570a..76cad02 100644 --- a/mobile/plugins/widgets/qtcontrols/RealInput.qml +++ b/mobile/plugins/widgets/qtcontrols/RealInput.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick.Controls 2.0 import QtQuick 2.0 = diff --git a/mobile/plugins/widgets/qtcontrols/SimpleListView.qml b/mobile/= plugins/widgets/qtcontrols/SimpleListView.qml index 72bbbc4..315b82e 100644 --- a/mobile/plugins/widgets/qtcontrols/SimpleListView.qml +++ b/mobile/plugins/widgets/qtcontrols/SimpleListView.qml @@ -1,3 +1,21 @@ +/*************************************************************************= ************ + * Copyright (C) 2015 by Aleix Pol = * + * = * + * This program 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 2 = * + * of the License, or (at your option) any later version. = * + * = * + * This program 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 this program; if not, write to the Free Software = * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1= 301, USA * + *************************************************************************= ************/ + import QtQuick.Controls 2.1 import QtQuick 2.0 =20