]> git.sesse.net Git - kdenlive/commitdiff
- Add myself to the authors :).
authorAlberto Villa <avilla@FreeBSD.org>
Tue, 11 May 2010 13:34:45 +0000 (13:34 +0000)
committerAlberto Villa <avilla@FreeBSD.org>
Tue, 11 May 2010 13:34:45 +0000 (13:34 +0000)
- Cleanup and sync AUTHORS and main.cpp information.

svn path=/trunk/kdenlive/; revision=4429

AUTHORS
src/main.cpp

diff --git a/AUTHORS b/AUTHORS
index d4c1235ef0ebc1e50ae8b4da190bade099414f68..fd2aa195693c4f86adb5fa342cd64ab7c8963154 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,8 @@
-Jean-Baptiste Mardelle <jb@kdenlive.org>: main developer and maintainer
-Marco Gittler <g.marco@freenet.de>: MLT effects, timeline, audio thumbs
+Jean-Baptiste Mardelle <jb@kdenlive.org>: MLT and KDE SC 4 porting, main developer and maintainer
+Marco Gittler <g.marco@freenet.de>: MLT transitions and effects, timeline, audio thumbs
 Jean-Michel Poure <jm@poure.com>: rendering profiles customization
 Ray Lehtiniemi <rayl@mail.com>: bug fixing, etc.
 Dan Dennedy <dan@dennedy.org>: bug fixing, etc.
 Simon A. Eugster <simon.eu@gmail.com>: bug fixing, etc.
+Alberto Villa <avilla@FreeBSD.org>: bug fixing, logo, etc.
 Jason Wood <jasonwood@blueyonder.co.uk>: original KDE 3 version author (not active anymore)
index 9d55ac16549dc9ee7af05374a20feff322216b74..282c6cbe148831d9a7a03646cd722e31a49d06c6 100644 (file)
@@ -35,12 +35,13 @@ int main(int argc, char *argv[])
                          ki18n("An open source video editor."),
                          KAboutData::License_GPL,
                          ki18n("Copyright © 2007–2010 Kdenlive authors"));
-    aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT porting, KDE SC 4 porting, Main developer"), "jb@kdenlive.org");
-    aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT Connection, Transition, Effect, Timeline Developer"), "g.marco@freenet.de");
+    aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT and KDE SC 4 porting, main developer and maintainer"), "jb@kdenlive.org");
+    aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT transitions and effects, timeline, audio thumbs"), "g.marco@freenet.de");
     aboutData.addAuthor(ki18n("Jean-Michel Poure"), ki18n("Rendering profiles customization"), "jm@poure.com");
     aboutData.addAuthor(ki18n("Ray Lehtiniemi"), ki18n("Bug fixing, etc."), "rayl@mail.com");
     aboutData.addAuthor(ki18n("Dan Dennedy"), ki18n("Bug fixing, etc."), "dan@dennedy.org");
     aboutData.addAuthor(ki18n("Simon A. Eugster"), ki18n("Bug fixing, etc."), "simon.eu@gmail.com");
+       aboutData.addAuthor(ki18n("Alberto Villa"), ki18n("Bug fixing, logo, etc."), "avilla@FreeBSD.org");
     aboutData.addAuthor(ki18n("Jason Wood"), ki18n("Original KDE 3 version author (not active anymore)"), "jasonwood@blueyonder.co.uk");
     aboutData.setHomepage("http://kdenlive.org");
     aboutData.setCustomAuthorText(ki18n("Please report bugs to http://kdenlive.org/mantis"), ki18n("Please report bugs to <a href=\"http://kdenlive.org/mantis\">http://kdenlive.org/mantis</a>"));