Skip to content

Commit ce0a3e0

Browse files
committed
Added License
1 parent 293766c commit ce0a3e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1429
-11
lines changed

LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

demo/demo.pro

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#Copyright (C) 2015 Yannick Mueller
2+
#
3+
#This file is part of longscroll-qt.
4+
#
5+
#longscroll-qt is free software; you can redistribute it and/or modify it under
6+
#the terms of the GNU Affero General Public License as published by the Free
7+
#Software Foundation; either version 3, or (at your option) any later
8+
#version.
9+
#
10+
#longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
11+
#WARRANTY; without even the implied warranty of MERCHANTABILITY or
12+
#FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
13+
#for more details.
14+
#
15+
#You should have received a copy of the GNU Affero General Public License
16+
#along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
17+
118
QT += core gui
219
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
320

demo/icons.qrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

demo/imageloader.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "imageloader.h"
221

322
ImageLoader * ImageLoader::inst = 0;

demo/imageloader.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef IMAGELOADER_H
221
#define IMAGELOADER_H
322

demo/itemfactories.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "itemfactories.h"
221
#include "loaderimageitem.h"
322

demo/itemfactories.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef ITEMFACTORIES_H
221
#define ITEMFACTORIES_H
322

demo/itemtype1.ui

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ui version="4.0">
3+
<comment>
4+
Copyright (C) 2015 Yannick Mueller
5+
6+
This file is part of longscroll-qt.
7+
8+
longscroll-qt is free software; you can redistribute it and/or modify it under
9+
the terms of the GNU Affero General Public License as published by the Free
10+
Software Foundation; either version 3, or (at your option) any later
11+
version.
12+
13+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
14+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
15+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
16+
for more details.
17+
18+
You should have received a copy of the GNU Affero General Public License
19+
along with longscroll-qt. If not see http://www.gnu.org/licenses/.
20+
</comment>
321
<class>ItemType1</class>
422
<widget class="QWidget" name="ItemType1">
523
<property name="geometry">

demo/loaderimageitem.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "loaderimageitem.h"
221
#include "imageloader.h"
322
#include <longscroll-qt/imagewidget.h>

demo/loaderimageitem.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef LOADERIMAGEITEM_H
221
#define LOADERIMAGEITEM_H
322

demo/main.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "mainwindow.h"
221
#include <QDebug>
322
#include <QApplication>

demo/mainwindow.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "mainwindow.h"
221
#include "ui_mainwindow.h"
322
#include "itemfactories.h"

demo/mainwindow.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef MAINWINDOW_H
221
#define MAINWINDOW_H
322

demo/mainwindow.ui

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ui version="4.0">
3+
<comment>
4+
Copyright (C) 2015 Yannick Mueller
5+
6+
This file is part of longscroll-qt.
7+
8+
longscroll-qt is free software; you can redistribute it and/or modify it under
9+
the terms of the GNU Affero General Public License as published by the Free
10+
Software Foundation; either version 3, or (at your option) any later
11+
version.
12+
13+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
14+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
15+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
16+
for more details.
17+
18+
You should have received a copy of the GNU Affero General Public License
19+
along with longscroll-qt. If not see http://www.gnu.org/licenses/.
20+
</comment>
321
<class>MainWindow</class>
422
<widget class="QMainWindow" name="MainWindow">
523
<property name="geometry">

demo/valueeditdialog.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "valueeditdialog.h"
221
#include "ui_valueeditdialog.h"
322

demo/valueeditdialog.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef VALUEEDITDIALOG_H
221
#define VALUEEDITDIALOG_H
322

demo/valueeditdialog.ui

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ui version="4.0">
3+
<comment>
4+
Copyright (C) 2015 Yannick Mueller
5+
6+
This file is part of longscroll-qt.
7+
8+
longscroll-qt is free software; you can redistribute it and/or modify it under
9+
the terms of the GNU Affero General Public License as published by the Free
10+
Software Foundation; either version 3, or (at your option) any later
11+
version.
12+
13+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
14+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
15+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
16+
for more details.
17+
18+
You should have received a copy of the GNU Affero General Public License
19+
along with longscroll-qt. If not see http://www.gnu.org/licenses/.
20+
</comment>
321
<class>ValueEditDialog</class>
422
<widget class="QDialog" name="ValueEditDialog">
523
<property name="geometry">

src/contentiteminfo.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (C) 2015 Yannick Mueller
3+
4+
This file is part of longscroll-qt.
5+
6+
longscroll-qt is free software; you can redistribute it and/or modify it under
7+
the terms of the GNU Affero General Public License as published by the Free
8+
Software Foundation; either version 3, or (at your option) any later
9+
version.
10+
11+
longscroll-qt is distributed in the hope that it will be useful, but WITHOUT ANY
12+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "contentiteminfo.h"
221
#include <QFileInfo>
322
#include <QSize>

0 commit comments

Comments
 (0)