diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-24 15:19:48 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-24 15:19:48 -0300 |
commit | efb7f109e89c3d8c093c238fb7671c7ab2475f25 (patch) | |
tree | 362f229bc5f704aac166eec61087d507c5c98fe4 /star.svg | |
parent | 5e0a3cdad8d02eff7ffa7c2abb4ac48c332f144f (diff) | |
download | subsurface-efb7f109e89c3d8c093c238fb7671c7ab2475f25.tar.gz |
Added support for a preliminary Preferences Dialog
Dirk asked me to try to make it more modern, so I
used as a base, the Firefox preferences. currently
it saves / loads the preferences, and also smits
a signal 'preferencesChanged' that should be connected
to anything that uses preferenes, via the PreferencesDialog::intance()
object. In the future, I plan to make it have a signal / slot for each
member that changes.
I also moved the icons to a new folder this time, because the
amount of icons is now more than just two, and it was
becoming messy.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'star.svg')
-rw-r--r-- | star.svg | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/star.svg b/star.svg deleted file mode 100644 index e4345eb48..000000000 --- a/star.svg +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="32px" - height="32px" - id="svg15725" - version="1.1" - inkscape:version="0.48.4 r9939" - sodipodi:docname="New document 4"> - <defs - id="defs15727" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="11.197802" - inkscape:cx="16" - inkscape:cy="16.044652" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1884" - inkscape:window-height="1058" - inkscape:window-x="-5" - inkscape:window-y="0" - inkscape:window-maximized="1" /> - <metadata - id="metadata15730"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - sodipodi:type="star" - style="fill:#ffff00;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="path15735" - sodipodi:sides="5" - sodipodi:cx="15.628067" - sodipodi:cy="15.74681" - sodipodi:r1="16.150806" - sodipodi:r2="7.9237795" - sodipodi:arg1="2.5689263" - sodipodi:arg2="3.1972448" - inkscape:flatsided="false" - inkscape:rounded="0" - inkscape:randomized="0" - d="M 2.0539742,24.498527 7.716555,15.306062 3.110064,5.5415099 13.602452,8.0863163 21.465608,0.68787049 22.28768,11.453112 l 9.466189,5.192062 -9.984319,4.108479 -2.012731,10.607316 -6.99272,-8.226063 z" - inkscape:transform-center-x="0.46164082" - inkscape:transform-center-y="-1.2197792" - transform="matrix(0.86268816,-0.34553411,0.34553411,0.86268816,-2.9571926,8.9732054)" /> - </g> -</svg> |