[Kexi] [calligra] kexi/core: Add new contributor Oleg Kukharchuk to the list, congratulations!

Jaroslaw Staniek staniek at kde.org
Fri Aug 10 21:01:42 UTC 2012


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.kuh at gmail.com
CCMAIL:kexi at 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 <lucijan at gmx.at>
    Copyright (C) 2002, 2003 Joseph Wenninger <jowenn at kde.org>
-   Copyright (C) 2003-2011 Jarosław Staniek <staniek at kde.org>
+   Copyright (C) 2003-2012 Jarosław Staniek <staniek at 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()
         "submit at 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"), "staniek at kde.org");
     addAuthor(
@@ -51,12 +51,14 @@ KexiAboutData::KexiAboutData()
     addAuthor(
         ki18n("Adam Pigg"), ki18n("PostgreSQL database driver, Migration and Reporting modules"), "adam at piggz.co.uk");
     addAuthor(
+        ki18n("Dimitrios T. Tanis"), ki18n("Users Manual for Kexi 2, main window improvements, numerous bug repors"),  "dimitrios.tanis at kdemail.net");
+    addAuthor(
+        ki18n("Oleg Kukharchuk"), ki18n("Several form widgets, porting to Qt 4, stabilization"), "oleg.kuh at gmail.com");
+    addAuthor(
         ki18n("Radosław Wicik"), ki18n("Map elements for forms and reports, map flake shape"), "radoslaw at wicik.pl");
     addAuthor(
         ki18n("Shreya Pandit"), ki18n("Web elements for forms and reports"), "shreya.pandit25 at gmail.com");
     addAuthor(
-        ki18n("Dimitrios T. Tanis"), ki18n("Users Manual for Kexi 2, main window improvements, numerous bug repors"),  "dimitrios.tanis at kdemail.net");
-    addAuthor(
         ki18n("Sebastian Sauer"), ki18n("Scripting module (KROSS), Python language bindings, design"), "mail at dipe.org");
     addAuthor(
         ki18n("Sharan Rao"), ki18n("Sybase/MS SQL Server database drivers, xBase migration plugin, improvements for KexiDB"), "sharanrao at 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 <lucijan at gmx.at>
    Copyright (C) 2002, 2003 Joseph Wenninger <jowenn at kde.org>
-   Copyright (C) 2003-2011 Jarosław Staniek <staniek at kde.org>
+   Copyright (C) 2003-2012 Jarosław Staniek <staniek at kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public


More information about the Kexi mailing list