From 4d23bcaf352e8edecf8e473dc87820a57c74b672 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Fri, 31 Jul 2009 00:13:32 +0200 Subject: =?UTF-8?q?Replaced=20my=20old=20animation,=20with=20a=20smoother?= =?UTF-8?q?=20one=20by=20Adri=C3=A0=20Arrufat=20Both=20are=20practically?= =?UTF-8?q?=20based=20on=20the=20same=20oxygen=20image=20though=20:-P=20I?= =?UTF-8?q?=20simply=20didn't=20see=20there=20was=20a=20"pre-animated"=20p?= =?UTF-8?q?ng=20file,=20so=20I=20had=20to=20create=20the=20animation=20mys?= =?UTF-8?q?elf=20which=20sucked=20:-P=20Thanks=20Adri=C3=A0=20for=20the=20?= =?UTF-8?q?icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/loading.mng | Bin 4257 -> 3332 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/data/loading.mng b/data/loading.mng index 3ecc0e09..0e490c4b 100644 Binary files a/data/loading.mng and b/data/loading.mng differ -- cgit v1.2.1 From 2d2ed5a229ea84f07075dfb762145a7251a81777 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Fri, 31 Jul 2009 11:27:29 +0200 Subject: =?UTF-8?q?Added=20Adri=C3=A0=20Arrufat=20to=20the=20credits=20Add?= =?UTF-8?q?itionaly=20"fixed"=20the=20email=20addresses=20of=20some=20pers?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 98b5e5ca..7563c0b7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,19 +82,24 @@ int main(int argc, char **argv) about.addCredit(ki18n("Abuus"), ki18n("Webview mouse event support"), - "hdevalence@gmail.com", + "buusmail@gmail.com", ""); about.addCredit(ki18n("Johannes Zellner"), ki18n("Patches, suggestions, testing, bugfixing"), - "hdevalence@gmail.com", + "webmaster@nebulon.de", ""); about.addCredit(ki18n("Ivan Cukic"), ki18n("Patches, bugfixing"), "ivan@fomentgroup.org", ""); - + + about.addCredit(ki18n("AdriĆ  Arrufat"), + ki18n("New tab loading animation"), + "swiftscythe@gmail.com", + ""); + // Initialize command line args KCmdLineArgs::init(argc, argv, &about); -- cgit v1.2.1