Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-02-02 16:27:46 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-02-02 16:37:48 (GMT)
commit3bc80c776f7ef2578a4b9fd26028574a12982ea3 (patch)
tree890aa0ee4a2b07d9c9704883d11f0385e03a2e70 /gfx
parentca2bbd6d74342247de97cffa150b577246c63107 (diff)
UI rework
This is a rework of the UI that uses a more standard GTK+ principles than previously. There is still a small amount of black magic, kept away inside mediaview.py. The UI/model separation was also refined in places, and a lot of code was simplified. Overall the functionality remains identical, and I tried to keep the UI the same as before (but it is not pixel perfect). As this was quite big there may be some bugs to shake out.
Diffstat (limited to 'gfx')
-rw-r--r--gfx/full-insensitive.pngbin813 -> 0 bytes
-rw-r--r--gfx/info-on.svg17
-rw-r--r--gfx/media-record.svg6
3 files changed, 0 insertions, 23 deletions
diff --git a/gfx/full-insensitive.png b/gfx/full-insensitive.png
deleted file mode 100644
index 82c833a..0000000
--- a/gfx/full-insensitive.png
+++ /dev/null
Binary files differ
diff --git a/gfx/info-on.svg b/gfx/info-on.svg
deleted file mode 100644
index 678784a..0000000
--- a/gfx/info-on.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="48.5px" height="48.5px" viewBox="0 0 48.5 48.5" enable-background="new 0 0 48.5 48.5" xml:space="preserve">
-
-<g>
- <rect x="1.75" y="1.75" fill="#808384" stroke="#FFFFFF" stroke-width="3.5" width="45" height="45"/>
- <g>
- <path fill="#FFFFFF" d="M23.7,32.6c-0.7,1.8-0.9,2.6-0.9,3.1c0,0.4,0.2,0.7,0.6,0.7c1-0.1,3.5-2.7,3.7-3.1c0.1-0.2,0.3-0.2,0.4,0
- l0.5,0.5c0.2,0.2,0.3,0.3,0.1,0.5c-0.3,0.4-3.6,5-8.9,5c-1,0-1.4-0.6-1.4-1.3c0-1,0.8-3.2,2.7-8.5l1.3-3.7
- c0.5-1.3,0.8-2.2,0.8-2.8c0-0.4-0.2-0.6-0.6-0.6c-0.8,0-3,2.5-3.6,3.3c-0.2,0.2-0.4,0.2-0.6,0l-0.5-0.4
- c-0.2-0.1-0.3-0.2-0.2-0.4c0.3-0.3,4.6-5.9,8.8-5.9c1.2,0,1.7,0.6,1.7,1.5s-0.6,2.7-1.4,5L23.7,32.6z M24.5,10.4
- c0-1.3,1.2-2.6,2.7-2.6c1.9,0,2.9,1.2,2.9,2.4c0,1.1-1.1,2.8-2.8,2.8C25.4,13,24.5,11.6,24.5,10.4z"/>
- </g>
-</g>
-</svg>
diff --git a/gfx/media-record.svg b/gfx/media-record.svg
deleted file mode 100644
index 0adb08f..0000000
--- a/gfx/media-record.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
- <!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="media-record">
- <path d="M27.497,5C15.073,5,4.999,15.075,4.999,27.5c0,12.427,10.074,22.5,22.498,22.5 c12.428,0,22.502-10.073,22.502-22.5C49.999,15.075,39.925,5,27.497,5z M27.501,35.389c-4.361,0-7.89-3.534-7.89-7.889 c0-4.356,3.528-7.889,7.89-7.889c4.357,0,7.889,3.532,7.889,7.889C35.39,31.854,31.858,35.389,27.501,35.389z" display="inline" fill="&fill_color;"/>
-</g></svg> \ No newline at end of file