mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Use SPDX-License-Identifier
closes: #1374 . Use SPDX short-form identifiers instead of lengthy copyright header to document per-file license and copyright. This commit updates all files under src/ directory where applicable as well as org.flameshot.Flameshot.metainfo.xml.
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: none
|
||||||
|
SPDX-License-Identifier: CC0-1.0
|
||||||
|
-->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>org.flameshot.Flameshot</id>
|
<id>org.flameshot.Flameshot</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "commandargument.h"
|
#include "commandargument.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "commandlineparser.h"
|
#include "commandlineparser.h"
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "commandoption.h"
|
#include "commandoption.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "buttonlistview.h"
|
#include "buttonlistview.h"
|
||||||
#include "src/tools/toolfactory.h"
|
#include "src/tools/toolfactory.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "clickablelabel.h"
|
#include "clickablelabel.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "configwindow.h"
|
#include "configwindow.h"
|
||||||
#include "src/config/filenameeditor.h"
|
#include "src/config/filenameeditor.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "extendedslider.h"
|
#include "extendedslider.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "filenameeditor.h"
|
#include "filenameeditor.h"
|
||||||
#include "src/config/strftimechooserwidget.h"
|
#include "src/config/strftimechooserwidget.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "generalconf.h"
|
#include "generalconf.h"
|
||||||
#include "src/core/controller.h"
|
#include "src/core/controller.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "setshortcutwidget.h"
|
#include "setshortcutwidget.h"
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#ifndef SETSHORTCUTWIDGET_H
|
#ifndef SETSHORTCUTWIDGET_H
|
||||||
#define SETSHORTCUTWIDGET_H
|
#define SETSHORTCUTWIDGET_H
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "shortcutswidget.h"
|
#include "shortcutswidget.h"
|
||||||
#include "setshortcutwidget.h"
|
#include "setshortcutwidget.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2020 Yurii Puchkov at Namecheap & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2020 Yurii Puchkov at Namecheap & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#ifndef HOTKEYSCONFIG_H
|
#ifndef HOTKEYSCONFIG_H
|
||||||
#define HOTKEYSCONFIG_H
|
#define HOTKEYSCONFIG_H
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "strftimechooserwidget.h"
|
#include "strftimechooserwidget.h"
|
||||||
#include <QGridLayout>
|
#include <QGridLayout>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
// SPDX-FileCopyrightText: 2020 Jeremy Borgman <borgman.jeremy@pm.me>
|
||||||
//
|
//
|
||||||
// Created by jeremy on 9/24/20.
|
// Created by jeremy on 9/24/20.
|
||||||
//
|
|
||||||
#include "styleoverride.h"
|
#include "styleoverride.h"
|
||||||
|
|
||||||
int StyleOverride::styleHint(StyleHint hint,
|
int StyleOverride::styleHint(StyleHint hint,
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
// SPDX-FileCopyrightText: 2020 Jeremy Borgman <borgman.jeremy@pm.me>
|
||||||
//
|
//
|
||||||
// Created by jeremy on 9/24/20.
|
// Created by jeremy on 9/24/20.
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef FLAMESHOT_STYLEOVERRIDE_H
|
#ifndef FLAMESHOT_STYLEOVERRIDE_H
|
||||||
#define FLAMESHOT_STYLEOVERRIDE_H
|
#define FLAMESHOT_STYLEOVERRIDE_H
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "uicoloreditor.h"
|
#include "uicoloreditor.h"
|
||||||
#include "clickablelabel.h"
|
#include "clickablelabel.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "visualseditor.h"
|
#include "visualseditor.h"
|
||||||
#include "src/config/buttonlistview.h"
|
#include "src/config/buttonlistview.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "capturerequest.h"
|
#include "capturerequest.h"
|
||||||
#include "src/utils/screenshotsaver.h"
|
#include "src/utils/screenshotsaver.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "controller.h"
|
#include "controller.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "flameshotdbusadapter.h"
|
#include "flameshotdbusadapter.h"
|
||||||
#include "src/core/controller.h"
|
#include "src/core/controller.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "globalshortcutfilter.h"
|
#include "globalshortcutfilter.h"
|
||||||
#include "src/core/controller.h"
|
#include "src/core/controller.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
// SPDX-FileCopyrightText: 2021 Yuriy Puchkov <yuriy.puchkov@namecheap.com>
|
||||||
//
|
//
|
||||||
// Created by yuriypuchkov on 09.02.2021.
|
// Created by yuriypuchkov on 09.02.2021.
|
||||||
//
|
|
||||||
|
|
||||||
#include "qguiappcurrentscreen.h"
|
#include "qguiappcurrentscreen.h"
|
||||||
#include <QCursor>
|
#include <QCursor>
|
||||||
@@ -61,4 +62,4 @@ QScreen* QGuiAppCurrentScreen::screenAt(const QPoint& pos)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return m_currentScreen;
|
return m_currentScreen;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
// SPDX-FileCopyrightText: 2021 Yuriy Puchkov <yuriy.puchkov@namecheap.com>
|
||||||
//
|
//
|
||||||
// Created by yuriypuchkov on 09.02.2021.
|
// Created by yuriypuchkov on 09.02.2021.
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef FLAMESHOT_QGUIAPPCURRENTSCREEN_H
|
#ifndef FLAMESHOT_QGUIAPPCURRENTSCREEN_H
|
||||||
#define FLAMESHOT_QGUIAPPCURRENTSCREEN_H
|
#define FLAMESHOT_QGUIAPPCURRENTSCREEN_H
|
||||||
|
|||||||
18
src/main.cpp
18
src/main.cpp
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "singleapplication.h"
|
#include "singleapplication.h"
|
||||||
#include "src/cli/commandlineparser.h"
|
#include "src/cli/commandlineparser.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "abstractactiontool.h"
|
#include "abstractactiontool.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "abstractpathtool.h"
|
#include "abstractpathtool.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "abstracttwopointtool.h"
|
#include "abstracttwopointtool.h"
|
||||||
#include <QCursor>
|
#include <QCursor>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "arrowtool.h"
|
#include "arrowtool.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "capturecontext.h"
|
#include "capturecontext.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "circletool.h"
|
#include "circletool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "circlecounttool.h"
|
#include "circlecounttool.h"
|
||||||
#include "colorutils.h"
|
#include "colorutils.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "copytool.h"
|
#include "copytool.h"
|
||||||
#include "src/utils/screenshotsaver.h"
|
#include "src/utils/screenshotsaver.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "exittool.h"
|
#include "exittool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "imguruploader.h"
|
#include "imguruploader.h"
|
||||||
#include "src/utils/confighandler.h"
|
#include "src/utils/confighandler.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "imguruploadertool.h"
|
#include "imguruploadertool.h"
|
||||||
#include "imguruploader.h"
|
#include "imguruploader.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "applaunchertool.h"
|
#include "applaunchertool.h"
|
||||||
#include "applauncherwidget.h"
|
#include "applauncherwidget.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "applauncherwidget.h"
|
#include "applauncherwidget.h"
|
||||||
#include "src/tools/launcher/launcheritemdelegate.h"
|
#include "src/tools/launcher/launcheritemdelegate.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "launcheritemdelegate.h"
|
#include "launcheritemdelegate.h"
|
||||||
#include "src/utils/globalvalues.h"
|
#include "src/utils/globalvalues.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "openwithprogram.h"
|
#include "openwithprogram.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "terminallauncher.h"
|
#include "terminallauncher.h"
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "linetool.h"
|
#include "linetool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "markertool.h"
|
#include "markertool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "movetool.h"
|
#include "movetool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "penciltool.h"
|
#include "penciltool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "pintool.h"
|
#include "pintool.h"
|
||||||
#include "src/core/qguiappcurrentscreen.h"
|
#include "src/core/qguiappcurrentscreen.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "pinwidget.h"
|
#include "pinwidget.h"
|
||||||
#include "src/utils/confighandler.h"
|
#include "src/utils/confighandler.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "pixelatetool.h"
|
#include "pixelatetool.h"
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "rectangletool.h"
|
#include "rectangletool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "redotool.h"
|
#include "redotool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "savetool.h"
|
#include "savetool.h"
|
||||||
#include "src/utils/screenshotsaver.h"
|
#include "src/utils/screenshotsaver.h"
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "selectiontool.h"
|
#include "selectiontool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "sizeindicatortool.h"
|
#include "sizeindicatortool.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,5 @@
|
|||||||
// Copyright(c) 2017-2019 Alejandro Sirgo Rica & Contributors
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
//
|
// SPDX-FileCopyrightText: 2017-2019 Alejandro Sirgo Rica & Contributors
|
||||||
// This file is part of Flameshot.
|
|
||||||
//
|
|
||||||
// Flameshot 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.
|
|
||||||
//
|
|
||||||
// Flameshot 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 Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
#include "textconfig.h"
|
#include "textconfig.h"
|
||||||
#include "src/utils/colorutils.h"
|
#include "src/utils/colorutils.h"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user