Git commit 7905993560b255da688bdafb82432e926a4d7038 by Jaroslaw Staniek.
Committed on 10/08/2012 at 23:00.
Pushed by staniek into branch 'master'.

Add new contributor Oleg Kukharchuk to the list, congratulations!

CCMAIL:oleg....@gmail.com
CCMAIL:kexi@kde.org

M  +6    -4    kexi/core/kexiaboutdata.cpp
M  +1    -1    kexi/core/kexiaboutdata.h

http://commits.kde.org/calligra/7905993560b255da688bdafb82432e926a4d7038

diff --git a/kexi/core/kexiaboutdata.cpp b/kexi/core/kexiaboutdata.cpp
index 09d5059..25ea4a1 100644
--- a/kexi/core/kexiaboutdata.cpp
+++ b/kexi/core/kexiaboutdata.cpp
@@ -1,7 +1,7 @@
 /* This file is part of the KDE project
    Copyright (C) 2002, 2003 Lucijan Busch <luci...@gmx.at>
    Copyright (C) 2002, 2003 Joseph Wenninger <jow...@kde.org>
-   Copyright (C) 2003-2011 Jarosław Staniek <stan...@kde.org>
+   Copyright (C) 2003-2012 Jarosław Staniek <stan...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
@@ -43,7 +43,7 @@ KexiAboutData::KexiAboutData()
         "sub...@bugs.kde.org"
     )
 {
-    // authors sorted by last nontrivial contribution date
+    // authors sorted by last nontrivial contribution date * size
     addAuthor(
         ki18n("Jarosław Staniek"), ki18n("Project maintainer & developer, 
design, KexiDB, commercially supported version, MS Windows version"), 
"stan...@kde.org");
     addAuthor(
@@ -51,12 +51,14 @@ KexiAboutData::KexiAboutData()
     addAuthor(
         ki18n("Adam Pigg"), ki18n("PostgreSQL database driver, Migration and 
Reporting modules"), "a...@piggz.co.uk");
     addAuthor(
+        ki18n("Dimitrios T. Tanis"), ki18n("Users Manual for Kexi 2, main 
window improvements, numerous bug repors"),  "dimitrios.ta...@kdemail.net");
+    addAuthor(
+        ki18n("Oleg Kukharchuk"), ki18n("Several form widgets, porting to Qt 
4, stabilization"), "oleg....@gmail.com");
+    addAuthor(
         ki18n("Radosław Wicik"), ki18n("Map elements for forms and reports, 
map flake shape"), "rados...@wicik.pl");
     addAuthor(
         ki18n("Shreya Pandit"), ki18n("Web elements for forms and reports"), 
"shreya.pandi...@gmail.com");
     addAuthor(
-        ki18n("Dimitrios T. Tanis"), ki18n("Users Manual for Kexi 2, main 
window improvements, numerous bug repors"),  "dimitrios.ta...@kdemail.net");
-    addAuthor(
         ki18n("Sebastian Sauer"), ki18n("Scripting module (KROSS), Python 
language bindings, design"), "m...@dipe.org");
     addAuthor(
         ki18n("Sharan Rao"), ki18n("Sybase/MS SQL Server database drivers, 
xBase migration plugin, improvements for KexiDB"), "sharan...@gmail.com");
diff --git a/kexi/core/kexiaboutdata.h b/kexi/core/kexiaboutdata.h
index b6bb158..4955eda 100644
--- a/kexi/core/kexiaboutdata.h
+++ b/kexi/core/kexiaboutdata.h
@@ -1,7 +1,7 @@
 /* This file is part of the KDE project
    Copyright (C) 2002, 2003 Lucijan Busch <luci...@gmx.at>
    Copyright (C) 2002, 2003 Joseph Wenninger <jow...@kde.org>
-   Copyright (C) 2003-2011 Jarosław Staniek <stan...@kde.org>
+   Copyright (C) 2003-2012 Jarosław Staniek <stan...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
_______________________________________________
Kexi mailing list
Kexi@kde.org
https://mail.kde.org/mailman/listinfo/kexi

Reply via email to