From f143fc0eb9371d06be9824251962d8dbea249942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 30 Dec 2013 22:20:20 +0100 Subject: rename resources folders, new high def icons --- .../res/xml/base_preference.xml | 3 + .../org/openintents/openpgp/IOpenPgpService.aidl | 28 +- .../org/openintents/openpgp/OpenPgpConstants.java | 10 + .../src/org/openintents/openpgp/OpenPgpHelper.java | 2 +- .../openintents/openpgp/OpenPgpListPreference.java | 34 +- .../openpgp/OpenPgpServiceConnection.java | 32 +- OpenPGP-Keychain/res/drawable-xhdpi/icon.png | Bin 8165 -> 8165 bytes OpenPGP-Keychain/res/drawable-xxhdpi/icon.png | Bin 0 -> 14633 bytes OpenPGP-Keychain/res/drawable-xxxhdpi/icon.png | Bin 0 -> 21592 bytes Resources/Graphics/dashboard_decrypt_default.svg | 814 --- Resources/Graphics/dashboard_decrypt_pressed.svg | 1178 --- Resources/Graphics/dashboard_encrypt_default.svg | 585 -- Resources/Graphics/dashboard_encrypt_pressed.svg | 949 --- Resources/Graphics/dashboard_help_default.svg | 266 - Resources/Graphics/dashboard_help_pressed.svg | 403 -- Resources/Graphics/dashboard_import_default.svg | 7117 ------------------ Resources/Graphics/dashboard_import_pressed.svg | 7632 -------------------- .../Graphics/dashboard_manage_keys_default.svg | 2748 ------- .../Graphics/dashboard_manage_keys_pressed.svg | 3406 --------- Resources/Graphics/dashboard_my_keys_default.svg | 689 -- Resources/Graphics/dashboard_my_keys_pressed.svg | 1024 --- .../Graphics/dashboard_scan_qrcode_default.svg | 1672 ----- .../Graphics/dashboard_scan_qrcode_pressed.svg | 1698 ----- Resources/Graphics/icon.svg | 3546 --------- Resources/Graphics/icon_google_play.png | Bin 81207 -> 0 bytes Resources/Graphics/icon_googlecode.png | Bin 3643 -> 0 bytes Resources/Graphics/icon_sizes.txt | 30 - Resources/Graphics/key.svg | 111 - Resources/Graphics/kgpg_key2_kopete.svgz | Bin 36830 -> 0 bytes Resources/Screenshots/screenshot1.png | Bin 35361 -> 0 bytes Resources/Screenshots/screenshot2.png | Bin 27660 -> 0 bytes Resources/Screenshots/screenshot3.png | Bin 26405 -> 0 bytes Resources/Screenshots/screenshot4.png | Bin 30530 -> 0 bytes Resources/Screenshots/screenshot5.png | Bin 22315 -> 0 bytes Resources/graphics/dashboard_decrypt_default.svg | 814 +++ Resources/graphics/dashboard_decrypt_pressed.svg | 1178 +++ Resources/graphics/dashboard_encrypt_default.svg | 585 ++ Resources/graphics/dashboard_encrypt_pressed.svg | 949 +++ Resources/graphics/dashboard_help_default.svg | 266 + Resources/graphics/dashboard_help_pressed.svg | 403 ++ Resources/graphics/dashboard_import_default.svg | 7117 ++++++++++++++++++ Resources/graphics/dashboard_import_pressed.svg | 7632 ++++++++++++++++++++ .../graphics/dashboard_manage_keys_default.svg | 2748 +++++++ .../graphics/dashboard_manage_keys_pressed.svg | 3406 +++++++++ Resources/graphics/dashboard_my_keys_default.svg | 689 ++ Resources/graphics/dashboard_my_keys_pressed.svg | 1024 +++ .../graphics/dashboard_scan_qrcode_default.svg | 1672 +++++ .../graphics/dashboard_scan_qrcode_pressed.svg | 1698 +++++ Resources/graphics/icon.png | Bin 0 -> 81207 bytes Resources/graphics/icon.svg | 3546 +++++++++ Resources/graphics/icon_sizes.txt | 30 + Resources/graphics/key.svg | 111 + Resources/graphics/kgpg_key2_kopete.svgz | Bin 0 -> 36830 bytes Resources/graphics/update-icon.sh | 32 + Resources/screenshots/screenshot1.png | Bin 0 -> 35361 bytes Resources/screenshots/screenshot2.png | Bin 0 -> 27660 bytes Resources/screenshots/screenshot3.png | Bin 0 -> 26405 bytes Resources/screenshots/screenshot4.png | Bin 0 -> 30530 bytes Resources/screenshots/screenshot5.png | Bin 0 -> 22315 bytes 59 files changed, 33957 insertions(+), 33920 deletions(-) create mode 100644 OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpConstants.java create mode 100644 OpenPGP-Keychain/res/drawable-xxhdpi/icon.png create mode 100644 OpenPGP-Keychain/res/drawable-xxxhdpi/icon.png delete mode 100644 Resources/Graphics/dashboard_decrypt_default.svg delete mode 100644 Resources/Graphics/dashboard_decrypt_pressed.svg delete mode 100644 Resources/Graphics/dashboard_encrypt_default.svg delete mode 100644 Resources/Graphics/dashboard_encrypt_pressed.svg delete mode 100755 Resources/Graphics/dashboard_help_default.svg delete mode 100644 Resources/Graphics/dashboard_help_pressed.svg delete mode 100644 Resources/Graphics/dashboard_import_default.svg delete mode 100644 Resources/Graphics/dashboard_import_pressed.svg delete mode 100644 Resources/Graphics/dashboard_manage_keys_default.svg delete mode 100644 Resources/Graphics/dashboard_manage_keys_pressed.svg delete mode 100644 Resources/Graphics/dashboard_my_keys_default.svg delete mode 100644 Resources/Graphics/dashboard_my_keys_pressed.svg delete mode 100644 Resources/Graphics/dashboard_scan_qrcode_default.svg delete mode 100644 Resources/Graphics/dashboard_scan_qrcode_pressed.svg delete mode 100644 Resources/Graphics/icon.svg delete mode 100644 Resources/Graphics/icon_google_play.png delete mode 100644 Resources/Graphics/icon_googlecode.png delete mode 100644 Resources/Graphics/icon_sizes.txt delete mode 100644 Resources/Graphics/key.svg delete mode 100644 Resources/Graphics/kgpg_key2_kopete.svgz delete mode 100644 Resources/Screenshots/screenshot1.png delete mode 100644 Resources/Screenshots/screenshot2.png delete mode 100644 Resources/Screenshots/screenshot3.png delete mode 100644 Resources/Screenshots/screenshot4.png delete mode 100644 Resources/Screenshots/screenshot5.png create mode 100644 Resources/graphics/dashboard_decrypt_default.svg create mode 100644 Resources/graphics/dashboard_decrypt_pressed.svg create mode 100644 Resources/graphics/dashboard_encrypt_default.svg create mode 100644 Resources/graphics/dashboard_encrypt_pressed.svg create mode 100755 Resources/graphics/dashboard_help_default.svg create mode 100644 Resources/graphics/dashboard_help_pressed.svg create mode 100644 Resources/graphics/dashboard_import_default.svg create mode 100644 Resources/graphics/dashboard_import_pressed.svg create mode 100644 Resources/graphics/dashboard_manage_keys_default.svg create mode 100644 Resources/graphics/dashboard_manage_keys_pressed.svg create mode 100644 Resources/graphics/dashboard_my_keys_default.svg create mode 100644 Resources/graphics/dashboard_my_keys_pressed.svg create mode 100644 Resources/graphics/dashboard_scan_qrcode_default.svg create mode 100644 Resources/graphics/dashboard_scan_qrcode_pressed.svg create mode 100644 Resources/graphics/icon.png create mode 100644 Resources/graphics/icon.svg create mode 100644 Resources/graphics/icon_sizes.txt create mode 100644 Resources/graphics/key.svg create mode 100644 Resources/graphics/kgpg_key2_kopete.svgz create mode 100755 Resources/graphics/update-icon.sh create mode 100644 Resources/screenshots/screenshot1.png create mode 100644 Resources/screenshots/screenshot2.png create mode 100644 Resources/screenshots/screenshot3.png create mode 100644 Resources/screenshots/screenshot4.png create mode 100644 Resources/screenshots/screenshot5.png diff --git a/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml b/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml index f36c5f5a9..5febfad44 100644 --- a/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml +++ b/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml @@ -12,6 +12,9 @@ + diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl index 69a608dc6..8f9e8a0fd 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl @@ -25,12 +25,12 @@ import org.openintents.openpgp.IOpenPgpKeyIdsCallback; * Results are returned to the callback, which has to be implemented on client side. */ interface IOpenPgpService { - + /** - * Encrypt - * - * After successful encryption, callback's onSuccess will contain the resulting output bytes. + * Sign * + * After successful signing, callback's onSuccess will contain the resulting output. + * * @param input * OpenPgpData object containing String, byte[], ParcelFileDescriptor, or Uri * @param output @@ -45,18 +45,16 @@ interface IOpenPgpService { * Writes output to given Uri * new OpenPgpData(fileDescriptor) * Writes output to given ParcelFileDescriptor - * @param keyIds - * Key Ids of recipients. Can be retrieved with getKeyIds() * @param callback * Callback where to return results */ - oneway void encrypt(in OpenPgpData input, in OpenPgpData output, in long[] keyIds, in IOpenPgpCallback callback); + oneway void sign(in OpenPgpData input, in OpenPgpData output, in IOpenPgpCallback callback); /** - * Sign + * Encrypt + * + * After successful encryption, callback's onSuccess will contain the resulting output. * - * After successful signing, callback's onSuccess will contain the resulting output bytes. - * * @param input * OpenPgpData object containing String, byte[], ParcelFileDescriptor, or Uri * @param output @@ -71,15 +69,17 @@ interface IOpenPgpService { * Writes output to given Uri * new OpenPgpData(fileDescriptor) * Writes output to given ParcelFileDescriptor + * @param keyIds + * Key Ids of recipients. Can be retrieved with getKeyIds() * @param callback * Callback where to return results */ - oneway void sign(in OpenPgpData input, in OpenPgpData output, in IOpenPgpCallback callback); + oneway void encrypt(in OpenPgpData input, in OpenPgpData output, in long[] keyIds, in IOpenPgpCallback callback); /** * Sign then encrypt * - * After successful signing and encryption, callback's onSuccess will contain the resulting output bytes. + * After successful signing and encryption, callback's onSuccess will contain the resulting output. * * @param input * OpenPgpData object containing String, byte[], ParcelFileDescriptor, or Uri @@ -104,9 +104,9 @@ interface IOpenPgpService { /** * Decrypts and verifies given input bytes. This methods handles encrypted-only, signed-and-encrypted, - * and also signed-only inputBytes. + * and also signed-only input. * - * After successful decryption/verification, callback's onSuccess will contain the resulting output bytes. + * After successful decryption/verification, callback's onSuccess will contain the resulting output. * The signatureResult in onSuccess is only non-null if signed-and-encrypted or signed-only inputBytes were given. * * @param input diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpConstants.java b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpConstants.java new file mode 100644 index 000000000..b1ca1bfe6 --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpConstants.java @@ -0,0 +1,10 @@ +package org.openintents.openpgp; + +public class OpenPgpConstants { + + public static final String TAG = "OpenPgp API"; + + public static final int REQUIRED_API_VERSION = 1; + public static final String SERVICE_INTENT = "org.openintents.openpgp.IOpenPgpService"; + +} diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpHelper.java b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpHelper.java index 56c4a4dca..7305c47ce 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpHelper.java +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpHelper.java @@ -40,7 +40,7 @@ public class OpenPgpHelper { } public boolean isAvailable() { - Intent intent = new Intent(IOpenPgpService.class.getName()); + Intent intent = new Intent(OpenPgpConstants.SERVICE_INTENT); List resInfo = context.getPackageManager().queryIntentServices(intent, 0); if (!resInfo.isEmpty()) { return true; diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpListPreference.java b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpListPreference.java index 551401b18..c2dda2613 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpListPreference.java +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpListPreference.java @@ -39,22 +39,19 @@ public class OpenPgpListPreference extends DialogPreference { ArrayList mProviderList = new ArrayList(); private String mSelectedPackage; - public static final int REQUIRED_API_VERSION = 1; - public OpenPgpListPreference(Context context, AttributeSet attrs) { super(context, attrs); - List resInfo = - context.getPackageManager().queryIntentServices( - new Intent(IOpenPgpService.class.getName()), PackageManager.GET_META_DATA); + List resInfo = context.getPackageManager().queryIntentServices( + new Intent(OpenPgpConstants.SERVICE_INTENT), PackageManager.GET_META_DATA); if (!resInfo.isEmpty()) { for (ResolveInfo resolveInfo : resInfo) { if (resolveInfo.serviceInfo == null) continue; String packageName = resolveInfo.serviceInfo.packageName; - String simpleName = String.valueOf(resolveInfo.serviceInfo - .loadLabel(context.getPackageManager())); + String simpleName = String.valueOf(resolveInfo.serviceInfo.loadLabel(context + .getPackageManager())); Drawable icon = resolveInfo.serviceInfo.loadIcon(context.getPackageManager()); // get api version @@ -95,22 +92,20 @@ public class OpenPgpListPreference extends DialogPreference { TextView tv = (TextView) v.findViewById(android.R.id.text1); // Put the image on the TextView - tv.setCompoundDrawablesWithIntrinsicBounds(mProviderList.get(position).icon, - null, null, null); + tv.setCompoundDrawablesWithIntrinsicBounds(mProviderList.get(position).icon, null, + null, null); - // Add margin between image and text (support various screen - // densities) + // Add margin between image and text (support various screen densities) int dp5 = (int) (5 * getContext().getResources().getDisplayMetrics().density + 0.5f); tv.setCompoundDrawablePadding(dp5); // disable if it has the wrong api_version - if (mProviderList.get(position).apiVersion == REQUIRED_API_VERSION) { + if (mProviderList.get(position).apiVersion == OpenPgpConstants.REQUIRED_API_VERSION) { tv.setEnabled(true); } else { tv.setEnabled(false); - tv.setText(tv.getText() + " (API v" - + mProviderList.get(position).apiVersion + ", needs v" - + REQUIRED_API_VERSION + ")"); + tv.setText(tv.getText() + " (API v" + mProviderList.get(position).apiVersion + + ", needs v" + OpenPgpConstants.REQUIRED_API_VERSION + ")"); } return v; @@ -125,8 +120,8 @@ public class OpenPgpListPreference extends DialogPreference { mSelectedPackage = mProviderList.get(which).packageName; /* - * Clicking on an item simulates the positive button - * click, and dismisses the dialog. + * Clicking on an item simulates the positive button click, and dismisses + * the dialog. */ OpenPgpListPreference.this.onClick(dialog, DialogInterface.BUTTON_POSITIVE); dialog.dismiss(); @@ -134,9 +129,8 @@ public class OpenPgpListPreference extends DialogPreference { }); /* - * The typical interaction for list-based dialogs is to have - * click-on-an-item dismiss the dialog instead of the user having to - * press 'Ok'. + * The typical interaction for list-based dialogs is to have click-on-an-item dismiss the + * dialog instead of the user having to press 'Ok'. */ builder.setPositiveButton(null, null); } diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpServiceConnection.java b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpServiceConnection.java index 56a922d73..f7ba06aaf 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpServiceConnection.java +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpServiceConnection.java @@ -29,14 +29,12 @@ public class OpenPgpServiceConnection { private Context mApplicationContext; private IOpenPgpService mService; - private boolean bound; - private String cryptoProviderPackageName; - - private static final String TAG = "OpenPgpServiceConnection"; + private boolean mBound; + private String mCryptoProviderPackageName; public OpenPgpServiceConnection(Context context, String cryptoProviderPackageName) { - mApplicationContext = context.getApplicationContext(); - this.cryptoProviderPackageName = cryptoProviderPackageName; + this.mApplicationContext = context.getApplicationContext(); + this.mCryptoProviderPackageName = cryptoProviderPackageName; } public IOpenPgpService getService() { @@ -44,20 +42,20 @@ public class OpenPgpServiceConnection { } public boolean isBound() { - return bound; + return mBound; } private ServiceConnection mCryptoServiceConnection = new ServiceConnection() { public void onServiceConnected(ComponentName name, IBinder service) { mService = IOpenPgpService.Stub.asInterface(service); - Log.d(TAG, "connected to service"); - bound = true; + Log.d(OpenPgpConstants.TAG, "connected to service"); + mBound = true; } public void onServiceDisconnected(ComponentName name) { mService = null; - Log.d(TAG, "disconnected from service"); - bound = false; + Log.d(OpenPgpConstants.TAG, "disconnected from service"); + mBound = false; } }; @@ -67,23 +65,23 @@ public class OpenPgpServiceConnection { * @return */ public boolean bindToService() { - if (mService == null && !bound) { // if not already connected + if (mService == null && !mBound) { // if not already connected try { - Log.d(TAG, "not bound yet"); + Log.d(OpenPgpConstants.TAG, "not bound yet"); Intent serviceIntent = new Intent(); serviceIntent.setAction(IOpenPgpService.class.getName()); - serviceIntent.setPackage(cryptoProviderPackageName); + serviceIntent.setPackage(mCryptoProviderPackageName); mApplicationContext.bindService(serviceIntent, mCryptoServiceConnection, Context.BIND_AUTO_CREATE); return true; } catch (Exception e) { - Log.d(TAG, "Exception", e); + Log.d(OpenPgpConstants.TAG, "Exception on binding", e); return false; } - } else { // already connected - Log.d(TAG, "already bound... "); + } else { + Log.d(OpenPgpConstants.TAG, "already bound"); return true; } } diff --git a/OpenPGP-Keychain/res/drawable-xhdpi/icon.png b/OpenPGP-Keychain/res/drawable-xhdpi/icon.png index 03ee31bbd..ec8e9fc6d 100644 Binary files a/OpenPGP-Keychain/res/drawable-xhdpi/icon.png and b/OpenPGP-Keychain/res/drawable-xhdpi/icon.png differ diff --git a/OpenPGP-Keychain/res/drawable-xxhdpi/icon.png b/OpenPGP-Keychain/res/drawable-xxhdpi/icon.png new file mode 100644 index 000000000..a55413501 Binary files /dev/null and b/OpenPGP-Keychain/res/drawable-xxhdpi/icon.png differ diff --git a/OpenPGP-Keychain/res/drawable-xxxhdpi/icon.png b/OpenPGP-Keychain/res/drawable-xxxhdpi/icon.png new file mode 100644 index 000000000..d4c77573e Binary files /dev/null and b/OpenPGP-Keychain/res/drawable-xxxhdpi/icon.png differ diff --git a/Resources/Graphics/dashboard_decrypt_default.svg b/Resources/Graphics/dashboard_decrypt_default.svg deleted file mode 100644 index 1b934251f..000000000 --- a/Resources/Graphics/dashboard_decrypt_default.svg +++ /dev/null @@ -1,814 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-01-31 - - - Jakub Steiner - - - - http://jimmac.musichall.cz - Active state - when files are being dragged to. - - - Novell, Inc. - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_decrypt_pressed.svg b/Resources/Graphics/dashboard_decrypt_pressed.svg deleted file mode 100644 index 1795a58ed..000000000 --- a/Resources/Graphics/dashboard_decrypt_pressed.svg +++ /dev/null @@ -1,1178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-01-31 - - - Jakub Steiner - - - - http://jimmac.musichall.cz - Active state - when files are being dragged to. - - - Novell, Inc. - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_encrypt_default.svg b/Resources/Graphics/dashboard_encrypt_default.svg deleted file mode 100644 index 13ba746d3..000000000 --- a/Resources/Graphics/dashboard_encrypt_default.svg +++ /dev/null @@ -1,585 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-01-31 - - - Jakub Steiner - - - - http://jimmac.musichall.cz - Active state - when files are being dragged to. - - - Novell, Inc. - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_encrypt_pressed.svg b/Resources/Graphics/dashboard_encrypt_pressed.svg deleted file mode 100644 index c0e58d848..000000000 --- a/Resources/Graphics/dashboard_encrypt_pressed.svg +++ /dev/null @@ -1,949 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-01-31 - - - Jakub Steiner - - - - http://jimmac.musichall.cz - Active state - when files are being dragged to. - - - Novell, Inc. - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_help_default.svg b/Resources/Graphics/dashboard_help_default.svg deleted file mode 100755 index 9031729a3..000000000 --- a/Resources/Graphics/dashboard_help_default.svg +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - Help Browser - 2005-11-06 - - - Tuomas Kuosmanen - - - - - help - browser - documentation - docs - man - info - - - - - - Jakub Steiner, Andreas Nilsson - - - http://tigert.com - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_help_pressed.svg b/Resources/Graphics/dashboard_help_pressed.svg deleted file mode 100644 index 1e22f4679..000000000 --- a/Resources/Graphics/dashboard_help_pressed.svg +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-11-06 - - - Tuomas Kuosmanen - - - - - help - browser - documentation - docs - man - info - - - - - - Jakub Steiner, Andreas Nilsson - - - http://tigert.com - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_import_default.svg b/Resources/Graphics/dashboard_import_default.svg deleted file mode 100644 index f59856e13..000000000 --- a/Resources/Graphics/dashboard_import_default.svg +++ /dev/null @@ -1,7117 +0,0 @@ - - - - - import - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - import - Dec 2009 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - import - document - data - - - - - Hendrik Eggers, Beate Kaspar - - - uses <http://webcvs.freedesktop.org/tango/tango-icon-theme/scalable/actions/edit-copy.svg> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - diff --git a/Resources/Graphics/dashboard_import_pressed.svg b/Resources/Graphics/dashboard_import_pressed.svg deleted file mode 100644 index 34cba7aab..000000000 --- a/Resources/Graphics/dashboard_import_pressed.svg +++ /dev/null @@ -1,7632 +0,0 @@ - - - - - - - - - - - - - import - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - import - Dec 2009 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - import - document - data - - - - - Hendrik Eggers, Beate Kaspar - - - uses <http://webcvs.freedesktop.org/tango/tango-icon-theme/scalable/actions/edit-copy.svg> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - diff --git a/Resources/Graphics/dashboard_manage_keys_default.svg b/Resources/Graphics/dashboard_manage_keys_default.svg deleted file mode 100644 index b292673da..000000000 --- a/Resources/Graphics/dashboard_manage_keys_default.svg +++ /dev/null @@ -1,2748 +0,0 @@ - - - - - active directory - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - active directory - Sept 2011 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - database - symbol - icon - directory - active - - - - - Florian Löffler, Beate Kaspar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_manage_keys_pressed.svg b/Resources/Graphics/dashboard_manage_keys_pressed.svg deleted file mode 100644 index a8eeb8cff..000000000 --- a/Resources/Graphics/dashboard_manage_keys_pressed.svg +++ /dev/null @@ -1,3406 +0,0 @@ - - - - - - - - - - - - - active directory - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - active directory - Sept 2011 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - database - symbol - icon - directory - active - - - - - Florian Löffler, Beate Kaspar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_my_keys_default.svg b/Resources/Graphics/dashboard_my_keys_default.svg deleted file mode 100644 index 3f509c6f8..000000000 --- a/Resources/Graphics/dashboard_my_keys_default.svg +++ /dev/null @@ -1,689 +0,0 @@ - - - - - affiliation card - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - affiliation card - Mar 2012 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - ID - batch - clip - on - user - affiliation - index card - card - - - - - Frank Tröger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_my_keys_pressed.svg b/Resources/Graphics/dashboard_my_keys_pressed.svg deleted file mode 100644 index 5d84e1131..000000000 --- a/Resources/Graphics/dashboard_my_keys_pressed.svg +++ /dev/null @@ -1,1024 +0,0 @@ - - - - - - affiliation card - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - affiliation card - Mar 2012 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - ID - batch - clip - on - user - affiliation - index card - card - - - - - Frank Tröger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_scan_qrcode_default.svg b/Resources/Graphics/dashboard_scan_qrcode_default.svg deleted file mode 100644 index bc49aa6a6..000000000 --- a/Resources/Graphics/dashboard_scan_qrcode_default.svg +++ /dev/null @@ -1,1672 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-01-31 - - - Jakub Steiner - - - - http://jimmac.musichall.cz - Active state - when files are being dragged to. - - - Novell, Inc. - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/dashboard_scan_qrcode_pressed.svg b/Resources/Graphics/dashboard_scan_qrcode_pressed.svg deleted file mode 100644 index c1bd869ac..000000000 --- a/Resources/Graphics/dashboard_scan_qrcode_pressed.svg +++ /dev/null @@ -1,1698 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-01-31 - - - Jakub Steiner - - - - http://jimmac.musichall.cz - Active state - when files are being dragged to. - - - Novell, Inc. - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/icon.svg b/Resources/Graphics/icon.svg deleted file mode 100644 index f07999465..000000000 --- a/Resources/Graphics/icon.svg +++ /dev/null @@ -1,3546 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - OXYGEN - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/icon_google_play.png b/Resources/Graphics/icon_google_play.png deleted file mode 100644 index d5d86ebbc..000000000 Binary files a/Resources/Graphics/icon_google_play.png and /dev/null differ diff --git a/Resources/Graphics/icon_googlecode.png b/Resources/Graphics/icon_googlecode.png deleted file mode 100644 index 33acccfd3..000000000 Binary files a/Resources/Graphics/icon_googlecode.png and /dev/null differ diff --git a/Resources/Graphics/icon_sizes.txt b/Resources/Graphics/icon_sizes.txt deleted file mode 100644 index 2e960f6fd..000000000 --- a/Resources/Graphics/icon_sizes.txt +++ /dev/null @@ -1,30 +0,0 @@ -Launcher Icon: ------------------------ -ldpi: 36x36 -mdpi: 48x48 -hdpi: 72x72 -xhdpi: 96x96 -google code: 55x55 -android market: 512x512 - -Status Bar Icon: ------------------------ -Android < 3.0 -ldpi: 12x19 -mdpi: 16x25 -hdpi: 24x38 - -Android > 3.0 -ldpi: 18x18 -mdpi: 24x24 -hdpi: 36x36 -xhdpi: 48x48 - -ActionBar Icon: ------------------------ -ldpi: none -mdpi: 36 x 36 px -hdpi: 48 x 48 px -xhdpi: 64 x 64 px - -color: #737373 \ No newline at end of file diff --git a/Resources/Graphics/key.svg b/Resources/Graphics/key.svg deleted file mode 100644 index 0fc167869..000000000 --- a/Resources/Graphics/key.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - key - Mar 2011 - - - Franziska Sponsel - - - - - Franziska Sponsel - - - - - RRZE - - - - - key - lock - chain - secure - save - - - - - Beate Kaspar, Hendrik Eggers - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Resources/Graphics/kgpg_key2_kopete.svgz b/Resources/Graphics/kgpg_key2_kopete.svgz deleted file mode 100644 index 2d43afb83..000000000 Binary files a/Resources/Graphics/kgpg_key2_kopete.svgz and /dev/null differ diff --git a/Resources/Screenshots/screenshot1.png b/Resources/Screenshots/screenshot1.png deleted file mode 100644 index 9a546d45b..000000000 Binary files a/Resources/Screenshots/screenshot1.png and /dev/null differ diff --git a/Resources/Screenshots/screenshot2.png b/Resources/Screenshots/screenshot2.png deleted file mode 100644 index e9fa49d45..000000000 Binary files a/Resources/Screenshots/screenshot2.png and /dev/null differ diff --git a/Resources/Screenshots/screenshot3.png b/Resources/Screenshots/screenshot3.png deleted file mode 100644 index aaec9cdb7..000000000 Binary files a/Resources/Screenshots/screenshot3.png and /dev/null differ diff --git a/Resources/Screenshots/screenshot4.png b/Resources/Screenshots/screenshot4.png deleted file mode 100644 index efe44a396..000000000 Binary files a/Resources/Screenshots/screenshot4.png and /dev/null differ diff --git a/Resources/Screenshots/screenshot5.png b/Resources/Screenshots/screenshot5.png deleted file mode 100644 index 9356ca106..000000000 Binary files a/Resources/Screenshots/screenshot5.png and /dev/null differ diff --git a/Resources/graphics/dashboard_decrypt_default.svg b/Resources/graphics/dashboard_decrypt_default.svg new file mode 100644 index 000000000..1b934251f --- /dev/null +++ b/Resources/graphics/dashboard_decrypt_default.svg @@ -0,0 +1,814 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-01-31 + + + Jakub Steiner + + + + http://jimmac.musichall.cz + Active state - when files are being dragged to. + + + Novell, Inc. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_decrypt_pressed.svg b/Resources/graphics/dashboard_decrypt_pressed.svg new file mode 100644 index 000000000..1795a58ed --- /dev/null +++ b/Resources/graphics/dashboard_decrypt_pressed.svg @@ -0,0 +1,1178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-01-31 + + + Jakub Steiner + + + + http://jimmac.musichall.cz + Active state - when files are being dragged to. + + + Novell, Inc. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_encrypt_default.svg b/Resources/graphics/dashboard_encrypt_default.svg new file mode 100644 index 000000000..13ba746d3 --- /dev/null +++ b/Resources/graphics/dashboard_encrypt_default.svg @@ -0,0 +1,585 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-01-31 + + + Jakub Steiner + + + + http://jimmac.musichall.cz + Active state - when files are being dragged to. + + + Novell, Inc. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_encrypt_pressed.svg b/Resources/graphics/dashboard_encrypt_pressed.svg new file mode 100644 index 000000000..c0e58d848 --- /dev/null +++ b/Resources/graphics/dashboard_encrypt_pressed.svg @@ -0,0 +1,949 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-01-31 + + + Jakub Steiner + + + + http://jimmac.musichall.cz + Active state - when files are being dragged to. + + + Novell, Inc. + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_help_default.svg b/Resources/graphics/dashboard_help_default.svg new file mode 100755 index 000000000..9031729a3 --- /dev/null +++ b/Resources/graphics/dashboard_help_default.svg @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Help Browser + 2005-11-06 + + + Tuomas Kuosmanen + + + + + help + browser + documentation + docs + man + info + + + + + + Jakub Steiner, Andreas Nilsson + + + http://tigert.com + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_help_pressed.svg b/Resources/graphics/dashboard_help_pressed.svg new file mode 100644 index 000000000..1e22f4679 --- /dev/null +++ b/Resources/graphics/dashboard_help_pressed.svg @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-11-06 + + + Tuomas Kuosmanen + + + + + help + browser + documentation + docs + man + info + + + + + + Jakub Steiner, Andreas Nilsson + + + http://tigert.com + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_import_default.svg b/Resources/graphics/dashboard_import_default.svg new file mode 100644 index 000000000..f59856e13 --- /dev/null +++ b/Resources/graphics/dashboard_import_default.svg @@ -0,0 +1,7117 @@ + + + + + import + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + import + Dec 2009 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + import + document + data + + + + + Hendrik Eggers, Beate Kaspar + + + uses <http://webcvs.freedesktop.org/tango/tango-icon-theme/scalable/actions/edit-copy.svg> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  + + + + + + + + diff --git a/Resources/graphics/dashboard_import_pressed.svg b/Resources/graphics/dashboard_import_pressed.svg new file mode 100644 index 000000000..34cba7aab --- /dev/null +++ b/Resources/graphics/dashboard_import_pressed.svg @@ -0,0 +1,7632 @@ + + + + + + + + + + + + + import + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + import + Dec 2009 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + import + document + data + + + + + Hendrik Eggers, Beate Kaspar + + + uses <http://webcvs.freedesktop.org/tango/tango-icon-theme/scalable/actions/edit-copy.svg> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  + + + + + + + + diff --git a/Resources/graphics/dashboard_manage_keys_default.svg b/Resources/graphics/dashboard_manage_keys_default.svg new file mode 100644 index 000000000..b292673da --- /dev/null +++ b/Resources/graphics/dashboard_manage_keys_default.svg @@ -0,0 +1,2748 @@ + + + + + active directory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + active directory + Sept 2011 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + database + symbol + icon + directory + active + + + + + Florian Löffler, Beate Kaspar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_manage_keys_pressed.svg b/Resources/graphics/dashboard_manage_keys_pressed.svg new file mode 100644 index 000000000..a8eeb8cff --- /dev/null +++ b/Resources/graphics/dashboard_manage_keys_pressed.svg @@ -0,0 +1,3406 @@ + + + + + + + + + + + + + active directory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + active directory + Sept 2011 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + database + symbol + icon + directory + active + + + + + Florian Löffler, Beate Kaspar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_my_keys_default.svg b/Resources/graphics/dashboard_my_keys_default.svg new file mode 100644 index 000000000..3f509c6f8 --- /dev/null +++ b/Resources/graphics/dashboard_my_keys_default.svg @@ -0,0 +1,689 @@ + + + + + affiliation card + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + affiliation card + Mar 2012 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + ID + batch + clip + on + user + affiliation + index card + card + + + + + Frank Tröger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_my_keys_pressed.svg b/Resources/graphics/dashboard_my_keys_pressed.svg new file mode 100644 index 000000000..5d84e1131 --- /dev/null +++ b/Resources/graphics/dashboard_my_keys_pressed.svg @@ -0,0 +1,1024 @@ + + + + + + affiliation card + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + affiliation card + Mar 2012 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + ID + batch + clip + on + user + affiliation + index card + card + + + + + Frank Tröger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_scan_qrcode_default.svg b/Resources/graphics/dashboard_scan_qrcode_default.svg new file mode 100644 index 000000000..bc49aa6a6 --- /dev/null +++ b/Resources/graphics/dashboard_scan_qrcode_default.svg @@ -0,0 +1,1672 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-01-31 + + + Jakub Steiner + + + + http://jimmac.musichall.cz + Active state - when files are being dragged to. + + + Novell, Inc. + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/dashboard_scan_qrcode_pressed.svg b/Resources/graphics/dashboard_scan_qrcode_pressed.svg new file mode 100644 index 000000000..c1bd869ac --- /dev/null +++ b/Resources/graphics/dashboard_scan_qrcode_pressed.svg @@ -0,0 +1,1698 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-01-31 + + + Jakub Steiner + + + + http://jimmac.musichall.cz + Active state - when files are being dragged to. + + + Novell, Inc. + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/icon.png b/Resources/graphics/icon.png new file mode 100644 index 000000000..d5d86ebbc Binary files /dev/null and b/Resources/graphics/icon.png differ diff --git a/Resources/graphics/icon.svg b/Resources/graphics/icon.svg new file mode 100644 index 000000000..f07999465 --- /dev/null +++ b/Resources/graphics/icon.svg @@ -0,0 +1,3546 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + OXYGEN + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/icon_sizes.txt b/Resources/graphics/icon_sizes.txt new file mode 100644 index 000000000..2e960f6fd --- /dev/null +++ b/Resources/graphics/icon_sizes.txt @@ -0,0 +1,30 @@ +Launcher Icon: +----------------------- +ldpi: 36x36 +mdpi: 48x48 +hdpi: 72x72 +xhdpi: 96x96 +google code: 55x55 +android market: 512x512 + +Status Bar Icon: +----------------------- +Android < 3.0 +ldpi: 12x19 +mdpi: 16x25 +hdpi: 24x38 + +Android > 3.0 +ldpi: 18x18 +mdpi: 24x24 +hdpi: 36x36 +xhdpi: 48x48 + +ActionBar Icon: +----------------------- +ldpi: none +mdpi: 36 x 36 px +hdpi: 48 x 48 px +xhdpi: 64 x 64 px + +color: #737373 \ No newline at end of file diff --git a/Resources/graphics/key.svg b/Resources/graphics/key.svg new file mode 100644 index 000000000..0fc167869 --- /dev/null +++ b/Resources/graphics/key.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + key + Mar 2011 + + + Franziska Sponsel + + + + + Franziska Sponsel + + + + + RRZE + + + + + key + lock + chain + secure + save + + + + + Beate Kaspar, Hendrik Eggers + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/graphics/kgpg_key2_kopete.svgz b/Resources/graphics/kgpg_key2_kopete.svgz new file mode 100644 index 000000000..2d43afb83 Binary files /dev/null and b/Resources/graphics/kgpg_key2_kopete.svgz differ diff --git a/Resources/graphics/update-icon.sh b/Resources/graphics/update-icon.sh new file mode 100755 index 000000000..307541f2c --- /dev/null +++ b/Resources/graphics/update-icon.sh @@ -0,0 +1,32 @@ +#!/bin/bash + +APP_DIR=../../OpenPGP-Keychain +LDPI_DIR=$APP_DIR/res/drawable-ldpi +MDPI_DIR=$APP_DIR/res/drawable-mdpi +HDPI_DIR=$APP_DIR/res/drawable-hdpi +XDPI_DIR=$APP_DIR/res/drawable-xhdpi +XXDPI_DIR=$APP_DIR/res/drawable-xxhdpi +XXXDPI_DIR=$APP_DIR/res/drawable-xxxhdpi +PLAY_DIR=./ + + +# Launcher Icon: +# ----------------------- +# ldpi: 36x36 +# mdpi: 48x48 +# hdpi: 72x72 +# xhdpi: 96x96 +# xxhdpi: 144x144. +# xxxhdpi 192x192. +# google play: 512x512 + +NAME="icon" + +inkscape -w 36 -h 36 -e "$LDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 72 -h 72 -e "$HDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 96 -h 96 -e "$XDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 144 -h 144 -e "$XXDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 192 -h 192 -e "$XXXDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg + diff --git a/Resources/screenshots/screenshot1.png b/Resources/screenshots/screenshot1.png new file mode 100644 index 000000000..9a546d45b Binary files /dev/null and b/Resources/screenshots/screenshot1.png differ diff --git a/Resources/screenshots/screenshot2.png b/Resources/screenshots/screenshot2.png new file mode 100644 index 000000000..e9fa49d45 Binary files /dev/null and b/Resources/screenshots/screenshot2.png differ diff --git a/Resources/screenshots/screenshot3.png b/Resources/screenshots/screenshot3.png new file mode 100644 index 000000000..aaec9cdb7 Binary files /dev/null and b/Resources/screenshots/screenshot3.png differ diff --git a/Resources/screenshots/screenshot4.png b/Resources/screenshots/screenshot4.png new file mode 100644 index 000000000..efe44a396 Binary files /dev/null and b/Resources/screenshots/screenshot4.png differ diff --git a/Resources/screenshots/screenshot5.png b/Resources/screenshots/screenshot5.png new file mode 100644 index 000000000..9356ca106 Binary files /dev/null and b/Resources/screenshots/screenshot5.png differ -- cgit v1.2.3