From b2f7e839e1fab5bb36116f60c3c2ab8ecaf31e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 28 Jul 2014 01:23:38 +0200 Subject: Fix resource names, add small test --- Resources/graphics/status_lock-closed.svg | 12 ------------ Resources/graphics/status_lock-error.svg | 12 ------------ Resources/graphics/status_lock-open.svg | 12 ------------ Resources/graphics/status_lock_closed.svg | 12 ++++++++++++ Resources/graphics/status_lock_error.svg | 12 ++++++++++++ Resources/graphics/status_lock_open.svg | 12 ++++++++++++ Resources/graphics/status_signature-expired-cutout.svg | 12 ------------ Resources/graphics/status_signature-expired.svg | 12 ------------ Resources/graphics/status_signature-invalid-cutout.svg | 12 ------------ Resources/graphics/status_signature-invalid.svg | 12 ------------ Resources/graphics/status_signature-revoked-cutout.svg | 12 ------------ Resources/graphics/status_signature-revoked.svg | 12 ------------ Resources/graphics/status_signature-unknown-cutout.svg | 12 ------------ Resources/graphics/status_signature-unknown.svg | 12 ------------ Resources/graphics/status_signature-unverified-cutout.svg | 12 ------------ Resources/graphics/status_signature-unverified.svg | 12 ------------ Resources/graphics/status_signature-verified-cutout.svg | 12 ------------ Resources/graphics/status_signature-verified.svg | 12 ------------ Resources/graphics/status_signature_expired.svg | 12 ++++++++++++ Resources/graphics/status_signature_expired_cutout.svg | 12 ++++++++++++ Resources/graphics/status_signature_invalid.svg | 12 ++++++++++++ Resources/graphics/status_signature_invalid_cutout.svg | 12 ++++++++++++ Resources/graphics/status_signature_revoked.svg | 12 ++++++++++++ Resources/graphics/status_signature_revoked_cutout.svg | 12 ++++++++++++ Resources/graphics/status_signature_unknown.svg | 12 ++++++++++++ Resources/graphics/status_signature_unknown_cutout.svg | 12 ++++++++++++ Resources/graphics/status_signature_unverified.svg | 12 ++++++++++++ Resources/graphics/status_signature_unverified_cutout.svg | 12 ++++++++++++ Resources/graphics/status_signature_verified.svg | 12 ++++++++++++ Resources/graphics/status_signature_verified_cutout.svg | 12 ++++++++++++ 30 files changed, 180 insertions(+), 180 deletions(-) delete mode 100644 Resources/graphics/status_lock-closed.svg delete mode 100644 Resources/graphics/status_lock-error.svg delete mode 100644 Resources/graphics/status_lock-open.svg create mode 100644 Resources/graphics/status_lock_closed.svg create mode 100644 Resources/graphics/status_lock_error.svg create mode 100644 Resources/graphics/status_lock_open.svg delete mode 100644 Resources/graphics/status_signature-expired-cutout.svg delete mode 100644 Resources/graphics/status_signature-expired.svg delete mode 100644 Resources/graphics/status_signature-invalid-cutout.svg delete mode 100644 Resources/graphics/status_signature-invalid.svg delete mode 100644 Resources/graphics/status_signature-revoked-cutout.svg delete mode 100644 Resources/graphics/status_signature-revoked.svg delete mode 100644 Resources/graphics/status_signature-unknown-cutout.svg delete mode 100644 Resources/graphics/status_signature-unknown.svg delete mode 100644 Resources/graphics/status_signature-unverified-cutout.svg delete mode 100644 Resources/graphics/status_signature-unverified.svg delete mode 100644 Resources/graphics/status_signature-verified-cutout.svg delete mode 100644 Resources/graphics/status_signature-verified.svg create mode 100644 Resources/graphics/status_signature_expired.svg create mode 100644 Resources/graphics/status_signature_expired_cutout.svg create mode 100644 Resources/graphics/status_signature_invalid.svg create mode 100644 Resources/graphics/status_signature_invalid_cutout.svg create mode 100644 Resources/graphics/status_signature_revoked.svg create mode 100644 Resources/graphics/status_signature_revoked_cutout.svg create mode 100644 Resources/graphics/status_signature_unknown.svg create mode 100644 Resources/graphics/status_signature_unknown_cutout.svg create mode 100644 Resources/graphics/status_signature_unverified.svg create mode 100644 Resources/graphics/status_signature_unverified_cutout.svg create mode 100644 Resources/graphics/status_signature_verified.svg create mode 100644 Resources/graphics/status_signature_verified_cutout.svg (limited to 'Resources') diff --git a/Resources/graphics/status_lock-closed.svg b/Resources/graphics/status_lock-closed.svg deleted file mode 100644 index 286e89297..000000000 --- a/Resources/graphics/status_lock-closed.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - lock-closed - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_lock-error.svg b/Resources/graphics/status_lock-error.svg deleted file mode 100644 index d3c4e1d1d..000000000 --- a/Resources/graphics/status_lock-error.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - lock-error - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_lock-open.svg b/Resources/graphics/status_lock-open.svg deleted file mode 100644 index 9beb127af..000000000 --- a/Resources/graphics/status_lock-open.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - lock-open - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_lock_closed.svg b/Resources/graphics/status_lock_closed.svg new file mode 100644 index 000000000..286e89297 --- /dev/null +++ b/Resources/graphics/status_lock_closed.svg @@ -0,0 +1,12 @@ + + + + lock-closed + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_lock_error.svg b/Resources/graphics/status_lock_error.svg new file mode 100644 index 000000000..d3c4e1d1d --- /dev/null +++ b/Resources/graphics/status_lock_error.svg @@ -0,0 +1,12 @@ + + + + lock-error + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_lock_open.svg b/Resources/graphics/status_lock_open.svg new file mode 100644 index 000000000..9beb127af --- /dev/null +++ b/Resources/graphics/status_lock_open.svg @@ -0,0 +1,12 @@ + + + + lock-open + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature-expired-cutout.svg b/Resources/graphics/status_signature-expired-cutout.svg deleted file mode 100644 index 61ac8fdd0..000000000 --- a/Resources/graphics/status_signature-expired-cutout.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-expired-cutout - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-expired.svg b/Resources/graphics/status_signature-expired.svg deleted file mode 100644 index 1d280572f..000000000 --- a/Resources/graphics/status_signature-expired.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-expired - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-invalid-cutout.svg b/Resources/graphics/status_signature-invalid-cutout.svg deleted file mode 100644 index 61fd2ace0..000000000 --- a/Resources/graphics/status_signature-invalid-cutout.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-invalid-cutout - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-invalid.svg b/Resources/graphics/status_signature-invalid.svg deleted file mode 100644 index 3eb204fdd..000000000 --- a/Resources/graphics/status_signature-invalid.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-invalid - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-revoked-cutout.svg b/Resources/graphics/status_signature-revoked-cutout.svg deleted file mode 100644 index 0421286fe..000000000 --- a/Resources/graphics/status_signature-revoked-cutout.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-revoked-cutout - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-revoked.svg b/Resources/graphics/status_signature-revoked.svg deleted file mode 100644 index 5b6f7a420..000000000 --- a/Resources/graphics/status_signature-revoked.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-revoked - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-unknown-cutout.svg b/Resources/graphics/status_signature-unknown-cutout.svg deleted file mode 100644 index 402bffcaa..000000000 --- a/Resources/graphics/status_signature-unknown-cutout.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-unknown-cutout - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-unknown.svg b/Resources/graphics/status_signature-unknown.svg deleted file mode 100644 index f0494aa33..000000000 --- a/Resources/graphics/status_signature-unknown.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-unknown - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-unverified-cutout.svg b/Resources/graphics/status_signature-unverified-cutout.svg deleted file mode 100644 index ffa98580a..000000000 --- a/Resources/graphics/status_signature-unverified-cutout.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-unverified-cutout - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-unverified.svg b/Resources/graphics/status_signature-unverified.svg deleted file mode 100644 index 6ce6d14dd..000000000 --- a/Resources/graphics/status_signature-unverified.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-unverified - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-verified-cutout.svg b/Resources/graphics/status_signature-verified-cutout.svg deleted file mode 100644 index 04356a977..000000000 --- a/Resources/graphics/status_signature-verified-cutout.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-verified-cutout - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature-verified.svg b/Resources/graphics/status_signature-verified.svg deleted file mode 100644 index 197273c79..000000000 --- a/Resources/graphics/status_signature-verified.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - signature-verified - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/Resources/graphics/status_signature_expired.svg b/Resources/graphics/status_signature_expired.svg new file mode 100644 index 000000000..1d280572f --- /dev/null +++ b/Resources/graphics/status_signature_expired.svg @@ -0,0 +1,12 @@ + + + + signature-expired + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_expired_cutout.svg b/Resources/graphics/status_signature_expired_cutout.svg new file mode 100644 index 000000000..61ac8fdd0 --- /dev/null +++ b/Resources/graphics/status_signature_expired_cutout.svg @@ -0,0 +1,12 @@ + + + + signature-expired-cutout + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_invalid.svg b/Resources/graphics/status_signature_invalid.svg new file mode 100644 index 000000000..3eb204fdd --- /dev/null +++ b/Resources/graphics/status_signature_invalid.svg @@ -0,0 +1,12 @@ + + + + signature-invalid + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_invalid_cutout.svg b/Resources/graphics/status_signature_invalid_cutout.svg new file mode 100644 index 000000000..61fd2ace0 --- /dev/null +++ b/Resources/graphics/status_signature_invalid_cutout.svg @@ -0,0 +1,12 @@ + + + + signature-invalid-cutout + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_revoked.svg b/Resources/graphics/status_signature_revoked.svg new file mode 100644 index 000000000..5b6f7a420 --- /dev/null +++ b/Resources/graphics/status_signature_revoked.svg @@ -0,0 +1,12 @@ + + + + signature-revoked + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_revoked_cutout.svg b/Resources/graphics/status_signature_revoked_cutout.svg new file mode 100644 index 000000000..0421286fe --- /dev/null +++ b/Resources/graphics/status_signature_revoked_cutout.svg @@ -0,0 +1,12 @@ + + + + signature-revoked-cutout + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_unknown.svg b/Resources/graphics/status_signature_unknown.svg new file mode 100644 index 000000000..f0494aa33 --- /dev/null +++ b/Resources/graphics/status_signature_unknown.svg @@ -0,0 +1,12 @@ + + + + signature-unknown + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_unknown_cutout.svg b/Resources/graphics/status_signature_unknown_cutout.svg new file mode 100644 index 000000000..402bffcaa --- /dev/null +++ b/Resources/graphics/status_signature_unknown_cutout.svg @@ -0,0 +1,12 @@ + + + + signature-unknown-cutout + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_unverified.svg b/Resources/graphics/status_signature_unverified.svg new file mode 100644 index 000000000..6ce6d14dd --- /dev/null +++ b/Resources/graphics/status_signature_unverified.svg @@ -0,0 +1,12 @@ + + + + signature-unverified + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_unverified_cutout.svg b/Resources/graphics/status_signature_unverified_cutout.svg new file mode 100644 index 000000000..ffa98580a --- /dev/null +++ b/Resources/graphics/status_signature_unverified_cutout.svg @@ -0,0 +1,12 @@ + + + + signature-unverified-cutout + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_verified.svg b/Resources/graphics/status_signature_verified.svg new file mode 100644 index 000000000..197273c79 --- /dev/null +++ b/Resources/graphics/status_signature_verified.svg @@ -0,0 +1,12 @@ + + + + signature-verified + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/Resources/graphics/status_signature_verified_cutout.svg b/Resources/graphics/status_signature_verified_cutout.svg new file mode 100644 index 000000000..04356a977 --- /dev/null +++ b/Resources/graphics/status_signature_verified_cutout.svg @@ -0,0 +1,12 @@ + + + + signature-verified-cutout + Created with Sketch. + + + + + + + \ No newline at end of file -- cgit v1.2.3