mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-23 04:11:49 -05:00
Update Copyright Message
This commit is contained in:
parent
2fa5ad35f5
commit
edff9b0bbf
87 changed files with 594 additions and 134 deletions
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "animatedstackedwidget.h"
|
#include "animatedstackedwidget.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef ANIMATEDSTACKEDWIDGET_H
|
#ifndef ANIMATEDSTACKEDWIDGET_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "appslistmodel.h"
|
#include "appslistmodel.h"
|
||||||
|
|
||||||
extern float getDPIScaling();
|
extern float getDPIScaling();
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef APPSLISTMODEL_H
|
#ifndef APPSLISTMODEL_H
|
||||||
#define APPSLISTMODEL_H
|
#define APPSLISTMODEL_H
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "background.h"
|
#include "background.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "bthandsfree.h"
|
#include "bthandsfree.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef BTHANDSFREE_H
|
#ifndef BTHANDSFREE_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef CHOOSEBACKGROUND_H
|
#ifndef CHOOSEBACKGROUND_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "clickablelabel.h"
|
#include "clickablelabel.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef CLICKABLELABEL_H
|
#ifndef CLICKABLELABEL_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "dbussignals.h"
|
#include "dbussignals.h"
|
||||||
#include "theshell_adaptor.h"
|
#include "theshell_adaptor.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef DBUSSIGNALS_H
|
#ifndef DBUSSIGNALS_H
|
||||||
#define DBUSSIGNALS_H
|
#define DBUSSIGNALS_H
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "globalfilter.h"
|
#include "globalfilter.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef GLOBALFILTER_H
|
#ifndef GLOBALFILTER_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "hotkeyhud.h"
|
#include "hotkeyhud.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef HOTKEYHUD_H
|
#ifndef HOTKEYHUD_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "hoverframe.h"
|
#include "hoverframe.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef HOVERFRAME_H
|
#ifndef HOVERFRAME_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "locationservices.h"
|
#include "locationservices.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef LOCATIONSERVICES_H
|
#ifndef LOCATIONSERVICES_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "loginsplash.h"
|
#include "loginsplash.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef LOGINSPLASH_H
|
#ifndef LOGINSPLASH_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "mousescrollwidget.h"
|
#include "mousescrollwidget.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef MOUSESCROLLWIDGET_H
|
#ifndef MOUSESCROLLWIDGET_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NATIVEEVENTFILTER_H
|
#ifndef NATIVEEVENTFILTER_H
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "availablenetworkslist.h"
|
#include "availablenetworkslist.h"
|
||||||
|
|
||||||
extern float getDPIScaling();
|
extern float getDPIScaling();
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef AVAILABLENETWORKSLIST_H
|
#ifndef AVAILABLENETWORKSLIST_H
|
||||||
#define AVAILABLENETWORKSLIST_H
|
#define AVAILABLENETWORKSLIST_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "networkwidget.h"
|
#include "networkwidget.h"
|
||||||
#include "ui_networkwidget.h"
|
#include "ui_networkwidget.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NETWORKWIDGET_H
|
#ifndef NETWORKWIDGET_H
|
||||||
#define NETWORKWIDGET_H
|
#define NETWORKWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "savednetworkslist.h"
|
#include "savednetworkslist.h"
|
||||||
|
|
||||||
SavedNetworksList::SavedNetworksList(QObject *parent)
|
SavedNetworksList::SavedNetworksList(QObject *parent)
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef SAVEDNETWORKSLIST_H
|
#ifndef SAVEDNETWORKSLIST_H
|
||||||
#define SAVEDNETWORKSLIST_H
|
#define SAVEDNETWORKSLIST_H
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NEWMEDIA_H
|
#ifndef NEWMEDIA_H
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "notificationappgroup.h"
|
#include "notificationappgroup.h"
|
||||||
#include "ui_notificationappgroup.h"
|
#include "ui_notificationappgroup.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATIONAPPGROUP_H
|
#ifndef NOTIFICATIONAPPGROUP_H
|
||||||
#define NOTIFICATIONAPPGROUP_H
|
#define NOTIFICATIONAPPGROUP_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "notificationobject.h"
|
#include "notificationobject.h"
|
||||||
|
|
||||||
int NotificationObject::currentId = 0;
|
int NotificationObject::currentId = 0;
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATIONOBJECT_H
|
#ifndef NOTIFICATIONOBJECT_H
|
||||||
#define NOTIFICATIONOBJECT_H
|
#define NOTIFICATIONOBJECT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "notificationpanel.h"
|
#include "notificationpanel.h"
|
||||||
#include "ui_notificationpanel.h"
|
#include "ui_notificationpanel.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATIONPANEL_H
|
#ifndef NOTIFICATIONPANEL_H
|
||||||
#define NOTIFICATIONPANEL_H
|
#define NOTIFICATIONPANEL_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "notificationpopup.h"
|
#include "notificationpopup.h"
|
||||||
#include "ui_notificationpopup.h"
|
#include "ui_notificationpopup.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATIONPOPUP_H
|
#ifndef NOTIFICATIONPOPUP_H
|
||||||
#define NOTIFICATIONPOPUP_H
|
#define NOTIFICATIONPOPUP_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "notificationsdbusadaptor.h"
|
#include "notificationsdbusadaptor.h"
|
||||||
#include "notificationswidget.h"
|
#include "notificationswidget.h"
|
||||||
#include "notificationobject.h"
|
#include "notificationobject.h"
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATIONSDBUSADAPTOR_H
|
#ifndef NOTIFICATIONSDBUSADAPTOR_H
|
||||||
#define NOTIFICATIONSDBUSADAPTOR_H
|
#define NOTIFICATIONSDBUSADAPTOR_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include "notificationswidget.h"
|
#include "notificationswidget.h"
|
||||||
#include "ui_notificationswidget.h"
|
#include "ui_notificationswidget.h"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#ifndef NOTIFICATIONSWIDGET_H
|
#ifndef NOTIFICATIONSWIDGET_H
|
||||||
#define NOTIFICATIONSWIDGET_H
|
#define NOTIFICATIONSWIDGET_H
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "rundialog.h"
|
#include "rundialog.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef RUNDIALOG_H
|
#ifndef RUNDIALOG_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef SCREENSHOTWINDOW_H
|
#ifndef SCREENSHOTWINDOW_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "segfaultdialog.h"
|
#include "segfaultdialog.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef SEGFAULTDIALOG_H
|
#ifndef SEGFAULTDIALOG_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef SWITCH_H
|
#ifndef SWITCH_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "systrayicons.h"
|
#include "systrayicons.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef SYSTRAYICONS_H
|
#ifndef SYSTRAYICONS_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "tutorialwindow.h"
|
#include "tutorialwindow.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef TUTORIALWINDOW_H
|
#ifndef TUTORIALWINDOW_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/****************************************
|
/****************************************
|
||||||
*
|
*
|
||||||
* theShell - Desktop Environment
|
* theShell - Desktop Environment
|
||||||
* Copyright (C) 2017 Victor Tran
|
* Copyright (C) 2018 Victor Tran
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* *************************************/
|
* *************************************/
|
||||||
|
|
||||||
#ifndef WINDOW_H
|
#ifndef WINDOW_H
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/****************************************
|
||||||
|
*
|
||||||
|
* theShell - Desktop Environment
|
||||||
|
* Copyright (C) 2018 Victor Tran
|
||||||
|
*
|
||||||
|
* 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* *************************************/
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
Loading…
Reference in a new issue