GPLv2 license
authorSakari Poussa <spoussa@gmail.com>
Sun, 29 Nov 2009 19:16:39 +0000 (21:16 +0200)
committerSakari Poussa <spoussa@gmail.com>
Sun, 29 Nov 2009 19:16:39 +0000 (21:16 +0200)
26 files changed:
TODO
src/cell-delegate.cpp
src/cell-delegate.h
src/course-dialog.cpp
src/course-dialog.h
src/data.cpp
src/data.h
src/main-window.cpp
src/main-window.h
src/main.cpp
src/score-dialog.cpp
src/score-dialog.h
src/stat-model.cpp
src/stat-model.h
src/table-model.cpp
src/table-model.h
src/tree-item.cpp
src/tree-item.h
src/tree-model.cpp
src/tree-model.h
src/tree-widget.cpp
src/tree-widget.h
src/xml-dom-parser.cpp
src/xml-dom-parser.h
src/xml-parser.cpp
src/xml-parser.h

diff --git a/TODO b/TODO
index 858deab..3bd8e45 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,10 @@
 TOP Items
-- Course edit does not store the changes
 
 TODO General:
 - edit course table is selectable (chk others)
-- yeallow color is bad, black is good
 - split club/course DB in master and user
 - If course is in the score but not in course, navogating away from
   the score not possible. Editing the score core dumps.
-- Statistics view (BIG)
 - Delete score
 - Delete course
 - Settings
index 126fa2a..4d40457 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include "cell-delegate.h"
 #include <QtGui>
 #include <QDebug>
index 75c5069..38df746 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef CELLDELEGATE_H
 #define CELLDELEGATE_H
 
index b14b444..9b6273b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QtGui>
 #include <QLayout>
 #include <QLineEdit>
index 3a13112..b6a54ef 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef COURSE_DIALOG_H
 #define COURSE_DIALOG_H
 
index 9885c75..270e04b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include "data.h"
 
 ////////////////////////////////////////////////////////////////////////
index 957c8e2..580581b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef __SCORE_DATA_H
 #define __SCORE_DATA_H
 
index 02080e3..567a0af 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QtGui>
 
 #include "main-window.h"
index fd49cfe..1816ca7 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QMainWindow>
 #include <QTableView>
 #include <QPushButton>
index 448864b..89ab6b2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QtCore/QtCore>
 #include <QtGui/QtGui>
 #include <QInputContext>
index 086c012..443bfd2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QtGui>
 #include <QInputContext>
 
index 854a6db..b7dba33 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef SCORE_DIALOG_H
 #define SCORE_DIALOG_H
 
index f2396c7..f9b7f41 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QVariant>
 
 #include "stat-model.h"
index 445b1e7..b482f0f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QAbstractTableModel>
 
 #include "data.h"
index d076684..1f3721d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
 
 #include <QColor>
 #include <QBrush>
index c5a4021..0c1c60b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QStringList>
 #include <QAbstractTableModel>
 
index 7c0e6d6..46f8425 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include "tree-item.h"
 
 TreeItem::TreeItem()
index bd82d7c..d06b7b0 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QList>
 #include <QVariant>
 #include <QStringList>
index 9047bd4..6cf90c1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include "tree-model.h"
 #include <QDebug>
 
index c7cffe6..8602730 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QStringList>
 #include <QAbstractItemModel>
 
index c76361f..2c3a7e7 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include "tree-widget.h"
 
 ScoreTreeWidget::ScoreTreeWidget(QWidget *parent)
index 49f2a93..7d34f3c 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef TREEWIDGET_H
 #define TREEWIDGET_H
 
index fb42735..7964c65 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QFile>
 #include "xml-dom-parser.h"
 
index d6e0bd3..f02299e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef XML_DOM_PARSER_H
 #define XML_DOM_PARSER_H
 
index f97c9b8..71a792f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #include <QtGui>
 
 #include <QDebug>
index add35a5..5db6bd2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2009 Sakari Poussa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 2.
+ */
+
 #ifndef XMLPARSER_H
 #define XMLPARSER_H