Germinal 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/bin/Germinal +2 -0
- data/data/app-menu.ui +23 -0
- data/data/application-exit-symbolic.svg +32 -0
- data/data/color-select-symbolic.svg +34 -0
- data/data/emblem-photos-symbolic.svg +33 -0
- data/data/font-select-symbolic.svg +33 -0
- data/data/germinal.gresource.xml +19 -0
- data/data/pan-end-symbolic.svg +31 -0
- data/data/pan-start-symbolic.svg +31 -0
- data/data/tab-new-symbolic.svg +34 -0
- data/data/window-close-symbolic.svg +28 -0
- data/lib/application.rb +24 -2
- data/lib/terminal_chooser.rb +2 -2
- data/lib/window.rb +20 -6
- metadata +11 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bd0423fec9e2da552397897ee04ba0b7e2d6580
|
4
|
+
data.tar.gz: eb15c61efc307bceca2dfd145d01f9cd35c09b0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bccbabb81fb1784704982b9472f26253b950e907b17cb0353f8a5b4732ccbc7597872c926a96ab273ba3c25967972fe8a793433b340daacaadc2c9a39560815f
|
7
|
+
data.tar.gz: 79fe962d8d56c874b09f1612b7b1404ad7d81ccbb13f850ae100bdcf4d4b0c5def89ad6c360f045d2e55c2c1d4252ef2117cbe2ed5f558eca6b5a98f3dc7cfcd
|
data/README.md
CHANGED
@@ -19,11 +19,11 @@ Germinal is Terminal written with the Gtk3 and Vte3 ruby bindings from the proje
|
|
19
19
|
|
20
20
|
* The Css file can be edited in a tab of Germinal and saved. Each modifications are applied while you are writting them. (Use `Shift + Ctrl + w` to close the editor)
|
21
21
|
<a href="https://raw.github.com/cedlemo/germinal/master/screenshot5.png"><img src="https://raw.github.com/cedlemo/germinal/master/screenshot5_prev.png" width="576" height="324" alt="Screenshot"></a>
|
22
|
+
* Germinal allows users to modify existing modules. For example if a user copy the css_editor.rb in the directory *~/.config/Germinal/lib/css_editor.rb*, he should be able to modify it in order to fit its needs.
|
22
23
|
|
23
24
|
## TODO:
|
24
25
|
* Regex support in the terminals in order to launch web navigator if there is an url or launch a media player if there is a match for avi file for example.
|
25
26
|
* Create more Css properties in oder to configure the terminals (cursor shape or blink mode, audible bell or not ...)
|
26
|
-
* Make Germinal allows users to modify existing modules. For example if a user copy the css_editor.rb in the directory *~/.config/Germinal/lib/css_editor.rb*, he should be able to modify it in order to fit its needs.
|
27
27
|
* Make Germinal allows users to easily create their own modules. For example create a tab that will act as a MPD client. There will be widgets that control a MPD server and a GtkTree widget that displays the playlist of the MPD server for example.
|
28
28
|
|
29
29
|
## Shortcuts
|
data/bin/Germinal
CHANGED
data/data/app-menu.ui
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<interface>
|
3
|
+
<!-- interface-requires gtk+ 3.0 -->
|
4
|
+
<menu id="appmenu">
|
5
|
+
<section>
|
6
|
+
<item>
|
7
|
+
<attribute name="label" translatable="yes">_Preferences</attribute>
|
8
|
+
<attribute name="action">app.preferences</attribute>
|
9
|
+
</item>
|
10
|
+
<item>
|
11
|
+
<attribute name="label" translatable="yes">_About</attribute>
|
12
|
+
<attribute name="action">app.about</attribute>
|
13
|
+
</item>
|
14
|
+
</section>
|
15
|
+
|
16
|
+
<section>
|
17
|
+
<item>
|
18
|
+
<attribute name="label" translatable="yes">_Quit</attribute>
|
19
|
+
<attribute name="action">app.quit</attribute>
|
20
|
+
</item>
|
21
|
+
</section>
|
22
|
+
</menu>
|
23
|
+
</interface>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='application-exit-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.5 r10040' width='16.000002' xmlns='http://www.w3.org/2000/svg'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer12' inkscape:cx='20.082557' inkscape:cy='-1.27197' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1375' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='5.6568542'>
|
15
|
+
<inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='1.6357422e-06px' originy='590px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/>
|
16
|
+
</sodipodi:namedview>
|
17
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
18
|
+
<defs id='defs7386'/>
|
19
|
+
<g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-241.0002,-807)'/>
|
20
|
+
<g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-241.0002,-807)'/>
|
21
|
+
<g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-241.0002,-807)'/>
|
22
|
+
<g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-241.0002,-807)'/>
|
23
|
+
<g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-241.0002,-807)'/>
|
24
|
+
<g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-241.0002,-807)'/>
|
25
|
+
<g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-241.0002,-807)'/>
|
26
|
+
<g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-241.0002,-807)'/>
|
27
|
+
<g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-241.0002,-807)'>
|
28
|
+
|
29
|
+
<path inkscape:connector-curvature='0' d='m 257.0002,812 0,1 c 0,0.25689 -0.12983,0.52846 -0.3125,0.71875 L 255.40645,815 l 1.28125,1.28125 c 0.18267,0.19029 0.3125,0.46186 0.3125,0.71875 l 0,1 -1,0 c -0.30945,0 -0.55232,-0.0903 -0.75,-0.28125 L 252.59395,815 255.2502,812.28125 C 255.44788,812.0903 255.69075,812 256.0002,812 l 1,0 z' id='path26772' sodipodi:nodetypes='ccccccccccccc' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans'/>
|
30
|
+
<path inkscape:connector-curvature='0' d='m 242.0002,808 0,14 10,0 0,-14 -10,0 z m 7,2 1,0 0,10 -6,0 5,-3 0,-7 z m -3,2 2,0 0,1 -2,0 0,-1 z' id='rect26776' style='color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new'/>
|
31
|
+
</g>
|
32
|
+
</svg>
|
@@ -0,0 +1,34 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='color-select-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.5 r10040' width='16' xmlns='http://www.w3.org/2000/svg'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='false' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer12' inkscape:cx='-17.727993' inkscape:cy='25.57145' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='true' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1014' inkscape:window-maximized='1' inkscape:window-width='1920' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='2.8284271'>
|
15
|
+
<inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='-20px' originy='550px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/>
|
16
|
+
</sodipodi:namedview>
|
17
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
18
|
+
<defs id='defs7386'/>
|
19
|
+
<g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-261.0002,-767)'/>
|
20
|
+
<g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-261.0002,-767)'/>
|
21
|
+
<g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-261.0002,-767)'/>
|
22
|
+
<g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-261.0002,-767)'/>
|
23
|
+
<g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-261.0002,-767)'/>
|
24
|
+
<g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-261.0002,-767)'/>
|
25
|
+
<g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-261.0002,-767)'/>
|
26
|
+
<g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-261.0002,-767)'/>
|
27
|
+
<g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-261.0002,-767)'>
|
28
|
+
|
29
|
+
<path clip-rule='evenodd' inkscape:connector-curvature='0' d='m 265.0002,781.42734 c 0,0.86794 -0.70471,1.57266 -1.57266,1.57266 -0.86795,0 -1.57266,-0.70472 -1.57266,-1.57266 0,-0.86795 1.79571,-3.34735 1.79571,-3.34735 0,0 1.34961,2.4794 1.34961,3.34735 z' id='path26492' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new'/>
|
30
|
+
<path inkscape:connector-curvature='0' d='m 271.0002,769 -6,6 -1,2.44194 0.49177,0.55806 2.50823,-1 6,-6 z m 0,1 1,1 -4,4 -2,0 z' id='path26533' sodipodi:nodetypes='cccccccccccc' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new'/>
|
31
|
+
<path sodipodi:cx='-10.250001' sodipodi:cy='554.25' d='m -7.5000017,554.25 a 2.7499993,2.7499993 0 1 1 -5.4999983,0 2.7499993,2.7499993 0 1 1 5.4999983,0 z' id='path26535' sodipodi:rx='2.7499993' sodipodi:ry='2.7499993' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new' transform='translate(282.5002,215.5)' sodipodi:type='arc'/>
|
32
|
+
<path inkscape:connector-curvature='0' d='m 267.59395,769 0.6875,0.71875 4,4 0.71875,0.6875 1.125,-1.125 -0.40625,-1 -4,-4 -1.15625,-0.25 z' id='path26540' sodipodi:nodetypes='ccccccccc' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans'/>
|
33
|
+
</g>
|
34
|
+
</svg>
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:svg='http://www.w3.org/2000/svg' id='svg7384' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' sodipodi:docname='emblem-photos-symbolic.svg' version='1.1' inkscape:version='0.48.1 r9760' height='16' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://www.w3.org/2000/svg' width='16.0002'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:cy='8.0141006' pagecolor='#555753' borderopacity='1' showborder='false' inkscape:bbox-paths='false' guidetolerance='10' inkscape:object-paths='true' inkscape:window-width='1239' showguides='true' inkscape:object-nodes='true' inkscape:snap-bbox='true' inkscape:pageshadow='2' inkscape:guide-bbox='true' inkscape:snap-nodes='true' bordercolor='#666666' objecttolerance='10' id='namedview88' showgrid='false' inkscape:window-maximized='0' inkscape:window-x='125' inkscape:snap-global='true' inkscape:window-y='26' gridtolerance='10' inkscape:window-height='708' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:current-layer='layer15' inkscape:snap-bbox-midpoints='false' inkscape:zoom='1' inkscape:cx='-26.97353' inkscape:snap-grids='true' inkscape:pageopacity='1'>
|
15
|
+
<inkscape:grid spacingx='1px' spacingy='1px' id='grid4866' empspacing='2' enabled='true' type='xygrid' snapvisiblegridlinesonly='true' visible='true'/>
|
16
|
+
</sodipodi:namedview>
|
17
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
18
|
+
<defs id='defs7386'/>
|
19
|
+
<g inkscape:label='status' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer9' style='display:inline'/>
|
20
|
+
<g inkscape:label='devices' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer10'/>
|
21
|
+
<g inkscape:label='apps' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer11'/>
|
22
|
+
<g inkscape:label='places' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer13'/>
|
23
|
+
<g inkscape:label='mimetypes' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer14'/>
|
24
|
+
<g inkscape:label='emblems' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer15' style='display:inline'>
|
25
|
+
|
26
|
+
<path inkscape:connector-curvature='0' d='m 615.0002,387 0,2 1,0 0,5 -10,0 0,2 12,0 0,-9 z' id='rect6307-1' sodipodi:nodetypes='ccccccccc' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans'/>
|
27
|
+
<path inkscape:connector-curvature='0' d='m 602,384 0,9 12,0 0,-9 z m 2,2 8,0 0,5 -8,0 z' id='rect6307' sodipodi:nodetypes='cccccccccc' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans'/>
|
28
|
+
<path inkscape:connector-curvature='0' d='m 605.0002,389 c 2.32075,1 3.04463,-1.65963 6,0 l 0,1 -6,0 z' id='rect6402' sodipodi:nodetypes='ccccc' style='opacity:0.35;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new'/>
|
29
|
+
</g>
|
30
|
+
<g inkscape:label='emotes' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='g71291' style='display:inline'/>
|
31
|
+
<g inkscape:label='categories' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='g4953' style='display:inline'/>
|
32
|
+
<g inkscape:label='actions' transform='translate(-602,-381.99998)' inkscape:groupmode='layer' id='layer12' style='display:inline'/>
|
33
|
+
</svg>
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='font-select-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.5 r10040' width='16.0002' xmlns='http://www.w3.org/2000/svg'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer12' inkscape:cx='11.855711' inkscape:cy='8.56615' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1375' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'>
|
15
|
+
<inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='0.0002px' originy='610px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/>
|
16
|
+
</sodipodi:namedview>
|
17
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
18
|
+
<defs id='defs7386'/>
|
19
|
+
<g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-241,-827)'/>
|
20
|
+
<g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-241,-827)'/>
|
21
|
+
<g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-241,-827)'/>
|
22
|
+
<g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-241,-827)'/>
|
23
|
+
<g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-241,-827)'/>
|
24
|
+
<g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-241,-827)'/>
|
25
|
+
<g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-241,-827)'/>
|
26
|
+
<g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-241,-827)'/>
|
27
|
+
<g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-241,-827)'>
|
28
|
+
|
29
|
+
<path inkscape:connector-curvature='0' d='m 241,832 0,1 c 0,0.25689 0.12983,0.52846 0.3125,0.71875 L 242.59375,835 241.3125,836.28125 C 241.12983,836.47154 241,836.74311 241,837 l 0,1 1,0 c 0.30945,0 0.55232,-0.0903 0.75,-0.28125 L 245.40625,835 242.75,832.28125 C 242.55232,832.0903 242.30945,832 242,832 l -1,0 z' id='path26548' sodipodi:nodetypes='ccccccccccccc' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans'/>
|
30
|
+
<path inkscape:connector-curvature='0' d='m 257.0002,832 0,1 c 0,0.25689 -0.12983,0.52846 -0.3125,0.71875 L 255.40645,835 l 1.28125,1.28125 c 0.18267,0.19029 0.3125,0.46186 0.3125,0.71875 l 0,1 -1,0 c -0.30945,0 -0.55232,-0.0903 -0.75,-0.28125 L 252.59395,835 255.2502,832.28125 C 255.44788,832.0903 255.69075,832 256.0002,832 l 1,0 z' id='path26550' sodipodi:nodetypes='ccccccccccccc' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans'/>
|
31
|
+
<path inkscape:connector-curvature='0' d='m 248,830 0,2 1.90625,0 c -0.0552,0 0.0937,0.17104 0.0937,0.0937 l 0,0.9375 -1,0 c -1.71588,0 -3.03787,1.10986 -3.0625,2.46875 -0.0123,0.67944 0.3195,1.35323 0.875,1.8125 0.5555,0.45927 1.30959,0.71875 2.1875,0.71875 l 2,0 1,0 0,-1 0,-4.9375 C 252,830.92256 251.10309,830 249.90625,830 L 248,830 z m 1,5.03125 1,0 0,1 -1,0 c -0.51941,0 -0.78011,-0.14571 -0.90625,-0.25 -0.12614,-0.10429 -0.15755,-0.17804 -0.15625,-0.25 0.003,-0.14393 0.0927,-0.5 1.0625,-0.5 z' id='path11643-3-2-67' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/>
|
32
|
+
</g>
|
33
|
+
</svg>
|
data/data/germinal.gresource.xml
CHANGED
@@ -2,6 +2,25 @@
|
|
2
2
|
<gresources>
|
3
3
|
<gresource prefix="/com/github/cedlemo/germinal">
|
4
4
|
<file preprocess="xml-stripblanks">window.ui</file>
|
5
|
+
<file preprocess="xml-stripblanks">app-menu.ui</file>
|
5
6
|
<file>germinal.css</file>
|
7
|
+
<file>application-exit-symbolic.svg</file>
|
8
|
+
<file>color-select-symbolic.svg</file>
|
9
|
+
<file>emblem-photos-symbolic.svg</file>
|
10
|
+
<file>font-select-symbolic.svg</file>
|
11
|
+
<file>pan-end-symbolic.svg</file>
|
12
|
+
<file>pan-start-symbolic.svg</file>
|
13
|
+
<file>tab-new-symbolic.svg</file>
|
14
|
+
<file>window-close-symbolic.svg</file>
|
15
|
+
</gresource>
|
16
|
+
<gresource prefix="/com/github/cedlemo/germinal/icons">
|
17
|
+
<file>application-exit-symbolic.svg</file>
|
18
|
+
<file>color-select-symbolic.svg</file>
|
19
|
+
<file>emblem-photos-symbolic.svg</file>
|
20
|
+
<file>font-select-symbolic.svg</file>
|
21
|
+
<file>pan-end-symbolic.svg</file>
|
22
|
+
<file>pan-start-symbolic.svg</file>
|
23
|
+
<file>tab-new-symbolic.svg</file>
|
24
|
+
<file>window-close-symbolic.svg</file>
|
6
25
|
</gresource>
|
7
26
|
</gresources>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='pan-end-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.5 r10040' width='16' xmlns='http://www.w3.org/2000/svg'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='false' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer12' inkscape:cx='96.962758' inkscape:cy='7.04034' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='true' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1014' inkscape:window-maximized='1' inkscape:window-width='1920' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'>
|
15
|
+
<inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='-60.000002px' originy='590px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/>
|
16
|
+
</sodipodi:namedview>
|
17
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
18
|
+
<defs id='defs7386'/>
|
19
|
+
<g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-301.0002,-807)'/>
|
20
|
+
<g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-301.0002,-807)'/>
|
21
|
+
<g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-301.0002,-807)'/>
|
22
|
+
<g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-301.0002,-807)'/>
|
23
|
+
<g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-301.0002,-807)'/>
|
24
|
+
<g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-301.0002,-807)'/>
|
25
|
+
<g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-301.0002,-807)'/>
|
26
|
+
<g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-301.0002,-807)'/>
|
27
|
+
<g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-301.0002,-807)'>
|
28
|
+
<path inkscape:connector-curvature='0' d='m 307.0002,820 5,-5 -5,-5 z' id='path6412' sodipodi:nodetypes='cccc' style='fill:#bebebe;fill-opacity:1;stroke:none'/>
|
29
|
+
|
30
|
+
</g>
|
31
|
+
</svg>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='pan-start-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.5 r10040' width='16' xmlns='http://www.w3.org/2000/svg'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='false' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer12' inkscape:cx='116.96276' inkscape:cy='7.04034' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='true' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1014' inkscape:window-maximized='1' inkscape:window-width='1920' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'>
|
15
|
+
<inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='-39.999998px' originy='590px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/>
|
16
|
+
</sodipodi:namedview>
|
17
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
18
|
+
<defs id='defs7386'/>
|
19
|
+
<g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-281.0002,-807)'/>
|
20
|
+
<g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-281.0002,-807)'/>
|
21
|
+
<g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-281.0002,-807)'/>
|
22
|
+
<g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-281.0002,-807)'/>
|
23
|
+
<g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-281.0002,-807)'/>
|
24
|
+
<g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-281.0002,-807)'/>
|
25
|
+
<g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-281.0002,-807)'/>
|
26
|
+
<g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-281.0002,-807)'/>
|
27
|
+
<g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-281.0002,-807)'>
|
28
|
+
<path inkscape:connector-curvature='0' d='m 291.0002,820 -5,-5 5,-5 z' id='path6400' sodipodi:nodetypes='cccc' style='fill:#bebebe;fill-opacity:1;stroke:none'/>
|
29
|
+
|
30
|
+
</g>
|
31
|
+
</svg>
|
@@ -0,0 +1,34 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='tab-new-symbolic.svg' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16.000004' xmlns='http://www.w3.org/2000/svg'>
|
5
|
+
<metadata id='metadata90'>
|
6
|
+
<rdf:RDF>
|
7
|
+
<cc:Work rdf:about=''>
|
8
|
+
<dc:format>image/svg+xml</dc:format>
|
9
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
10
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
11
|
+
</cc:Work>
|
12
|
+
</rdf:RDF>
|
13
|
+
</metadata>
|
14
|
+
<sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer12' inkscape:cx='61.6001' inkscape:cy='484.11648' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'>
|
15
|
+
<inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='121px' originy='589px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/>
|
16
|
+
<inkscape:grid color='#000000' empcolor='#000000' empopacity='0' empspacing='4' enabled='true' id='grid5968' opacity='0.1254902' originx='121px' originy='589px' snapvisiblegridlinesonly='true' spacingx='0.5px' spacingy='0.5px' type='xygrid' visible='true'/>
|
17
|
+
</sodipodi:namedview>
|
18
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
19
|
+
<defs id='defs7386'/>
|
20
|
+
<g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-120.0002,-806)'/>
|
21
|
+
<g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' transform='translate(-120.0002,-806)'/>
|
22
|
+
<g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-120.0002,-806)'/>
|
23
|
+
<g inkscape:groupmode='layer' id='layer13' inkscape:label='places' transform='translate(-120.0002,-806)'/>
|
24
|
+
<g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-120.0002,-806)'/>
|
25
|
+
<g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-120.0002,-806)'/>
|
26
|
+
<g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-120.0002,-806)'/>
|
27
|
+
<g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-120.0002,-806)'/>
|
28
|
+
<g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-120.0002,-806)'>
|
29
|
+
<path inkscape:connector-curvature='0' d='m 123.0002,808 c 0,0 -2,0 -2,2 l 0,8 -1,0 0,2 3,0 0,-10 10,0 0,10 3,0 0,-2 -1,0 0,-8 c 0,0 0,-2 -2,-2 z' id='rect11749-5-0-1-3' sodipodi:nodetypes='cscccccccccccsc' style='color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible'/>
|
30
|
+
|
31
|
+
<rect height='2' id='rect3764' style='fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none' width='5.99998' x='125.00022' y='814'/>
|
32
|
+
<rect height='2' id='rect3766' style='fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0,1,-1,0,0,0)' width='6' x='812' y='-129.00021'/>
|
33
|
+
</g>
|
34
|
+
</svg>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:svg='http://www.w3.org/2000/svg' id='svg7384' version='1.1' height='16' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://www.w3.org/2000/svg' width='16'>
|
5
|
+
<title id='title9167'>Gnome Symbolic Icon Theme</title>
|
6
|
+
<metadata id='metadata90'>
|
7
|
+
<rdf:RDF>
|
8
|
+
<cc:Work rdf:about=''>
|
9
|
+
<dc:format>image/svg+xml</dc:format>
|
10
|
+
<dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/>
|
11
|
+
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
12
|
+
</cc:Work>
|
13
|
+
</rdf:RDF>
|
14
|
+
</metadata>
|
15
|
+
<defs id='defs7386'/>
|
16
|
+
<g transform='translate(-60,-518)' id='layer9' style='display:inline'/>
|
17
|
+
<g transform='translate(-60,-518)' id='layer10'/>
|
18
|
+
<g transform='translate(-60,-518)' id='layer11'/>
|
19
|
+
<g transform='translate(-60,-518)' id='layer12'>
|
20
|
+
<g transform='translate(19,-242)' id='layer4-4-1' style='display:inline'>
|
21
|
+
|
22
|
+
<path inkscape:connector-curvature='0' d='m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z' id='path10839-9' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono'/>
|
23
|
+
</g>
|
24
|
+
</g>
|
25
|
+
<g transform='translate(-60,-518)' id='layer13'/>
|
26
|
+
<g transform='translate(-60,-518)' id='layer14'/>
|
27
|
+
<g transform='translate(-60,-518)' id='layer15'/>
|
28
|
+
</svg>
|
data/lib/application.rb
CHANGED
@@ -18,12 +18,34 @@ class GerminalApplication < Gtk::Application
|
|
18
18
|
attr_reader :provider
|
19
19
|
def initialize
|
20
20
|
super("com.github.cedlemo.germinal", :non_unique)
|
21
|
-
|
22
|
-
signal_connect "startup" do
|
21
|
+
|
22
|
+
signal_connect "startup" do |application|
|
23
23
|
load_css_config
|
24
24
|
display = Gdk::Display.default
|
25
25
|
screen = display.default_screen
|
26
26
|
Gtk::StyleContext.add_provider_for_screen(screen, @provider, Gtk::StyleProvider::PRIORITY_USER)
|
27
|
+
|
28
|
+
action = Gio::SimpleAction.new("preferences")
|
29
|
+
action.signal_connect("activate") do |_action, _parameter|
|
30
|
+
puts "TODO"
|
31
|
+
end
|
32
|
+
application.add_action(action)
|
33
|
+
|
34
|
+
action = Gio::SimpleAction.new("about")
|
35
|
+
action.signal_connect("activate") do |_action, _parameter|
|
36
|
+
application.windows[0].display_about
|
37
|
+
end
|
38
|
+
application.add_action(action)
|
39
|
+
|
40
|
+
action = Gio::SimpleAction.new("quit")
|
41
|
+
action.signal_connect("activate") do |_action, _parameter|
|
42
|
+
application.quit
|
43
|
+
end
|
44
|
+
application.add_action(action)
|
45
|
+
|
46
|
+
builder = Gtk::Builder.new(:resource => "/com/github/cedlemo/germinal/app-menu.ui")
|
47
|
+
app_menu = builder.get_object("appmenu")
|
48
|
+
application.set_app_menu(app_menu)
|
27
49
|
end
|
28
50
|
|
29
51
|
signal_connect "activate" do |application|
|
data/lib/terminal_chooser.rb
CHANGED
@@ -55,7 +55,7 @@ class GerminalTermChooser < Gtk::ScrolledWindow
|
|
55
55
|
def generate_close_tab_button
|
56
56
|
button = Gtk::EventBox.new
|
57
57
|
button.tooltip_text = "Close Tab"
|
58
|
-
image = Gtk::Image.new(:
|
58
|
+
image = Gtk::Image.new(:icon_name => "window-close-symbolic", :size => :button)
|
59
59
|
button.add(image)
|
60
60
|
button.hexpand = false
|
61
61
|
button.vexpand = false
|
@@ -113,7 +113,7 @@ class GerminalTermChooser < Gtk::ScrolledWindow
|
|
113
113
|
def generate_quit_button
|
114
114
|
button = Gtk::EventBox.new
|
115
115
|
button.tooltip_text = "Quit Germinal"
|
116
|
-
image = Gtk::Image.new(:
|
116
|
+
image = Gtk::Image.new(:icon_name => "application-exit-symbolic", :size => :dialog)
|
117
117
|
button.add(image)
|
118
118
|
button.signal_connect "button_press_event" do
|
119
119
|
@window.quit_gracefully
|
data/lib/window.rb
CHANGED
@@ -103,7 +103,7 @@ class GerminalWindow < Gtk::ApplicationWindow
|
|
103
103
|
when keyval == Gdk::Keyval::KEY_O # next tab
|
104
104
|
toggle_overlay(GerminalTermChooser)
|
105
105
|
true
|
106
|
-
when keyval == Gdk::Keyval::KEY_E
|
106
|
+
when keyval == Gdk::Keyval::KEY_E
|
107
107
|
css_editor = GerminalCssEditor.new(self)
|
108
108
|
@notebook.append_page(css_editor, Gtk::Label.new)
|
109
109
|
@notebook.set_page(@notebook.n_pages - 1)
|
@@ -175,7 +175,7 @@ class GerminalWindow < Gtk::ApplicationWindow
|
|
175
175
|
end
|
176
176
|
end
|
177
177
|
end
|
178
|
-
|
178
|
+
|
179
179
|
def load_css_properties
|
180
180
|
@default_width = style_get_property("width")
|
181
181
|
@default_height = style_get_property("height")
|
@@ -184,6 +184,20 @@ class GerminalWindow < Gtk::ApplicationWindow
|
|
184
184
|
@shell = style_get_property("shell")
|
185
185
|
@css_editor_style = style_get_property("css-editor-style")
|
186
186
|
end
|
187
|
+
|
188
|
+
def display_about
|
189
|
+
Gtk::AboutDialog.show(self,
|
190
|
+
"authors" => ["Cédric Le Moigne <cedlemo@gmx.com>"],
|
191
|
+
"comments" => "This is Terminal Emulator based on the ruby bindings of Gtk3 and Vte3",
|
192
|
+
"copyright" => "Copyright (C) 2015-2016 Cédric Le Moigne",
|
193
|
+
"license" => "This program is licenced under the licence GPL-3.0 and later.",
|
194
|
+
"logo_icon_name" => "utilities-terminal-symbolic",
|
195
|
+
"program_name" => "Germinal",
|
196
|
+
"version" => "1.2.1",
|
197
|
+
"website" => "https://github.com/cedlemo/germinal",
|
198
|
+
"website_label" => "Germinal github repository"
|
199
|
+
)
|
200
|
+
end
|
187
201
|
private
|
188
202
|
|
189
203
|
def create_header_bar
|
@@ -209,7 +223,7 @@ class GerminalWindow < Gtk::ApplicationWindow
|
|
209
223
|
button.signal_connect("clicked") { @notebook.cycle_next_page }
|
210
224
|
@bar.pack_start(button)
|
211
225
|
@bar.pack_start(@current_label)
|
212
|
-
button = gen_icon_button("
|
226
|
+
button = gen_icon_button("tab-new-symbolic")
|
213
227
|
button.tooltip_text = "New terminal"
|
214
228
|
button.signal_connect("clicked") do
|
215
229
|
add_terminal
|
@@ -219,17 +233,17 @@ class GerminalWindow < Gtk::ApplicationWindow
|
|
219
233
|
end
|
220
234
|
|
221
235
|
def add_buttons_at_end
|
222
|
-
button = gen_icon_button("
|
236
|
+
button = gen_icon_button("font-select-symbolic")
|
223
237
|
button.signal_connect "clicked" do
|
224
238
|
toggle_overlay(GerminalFontSelector) if @notebook.current.class == GerminalTerminal
|
225
239
|
end
|
226
240
|
@bar.pack_end(button)
|
227
|
-
button = gen_icon_button("
|
241
|
+
button = gen_icon_button("color-select-symbolic")
|
228
242
|
button.signal_connect "clicked" do
|
229
243
|
toggle_overlay(GerminalColorSelector) if @notebook.current.class == GerminalTerminal
|
230
244
|
end
|
231
245
|
@bar.pack_end(button)
|
232
|
-
button = gen_icon_button("
|
246
|
+
button = gen_icon_button("emblem-photos-symbolic")
|
233
247
|
button.signal_connect "clicked" do
|
234
248
|
toggle_overlay(GerminalTermChooser)
|
235
249
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Germinal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cédric LE MOIGNE
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: vte3
|
@@ -81,8 +81,17 @@ files:
|
|
81
81
|
- COPYING
|
82
82
|
- README.md
|
83
83
|
- bin/Germinal
|
84
|
+
- data/app-menu.ui
|
85
|
+
- data/application-exit-symbolic.svg
|
86
|
+
- data/color-select-symbolic.svg
|
87
|
+
- data/emblem-photos-symbolic.svg
|
88
|
+
- data/font-select-symbolic.svg
|
84
89
|
- data/germinal.css
|
85
90
|
- data/germinal.gresource.xml
|
91
|
+
- data/pan-end-symbolic.svg
|
92
|
+
- data/pan-start-symbolic.svg
|
93
|
+
- data/tab-new-symbolic.svg
|
94
|
+
- data/window-close-symbolic.svg
|
86
95
|
- data/window.ui
|
87
96
|
- lib/application.rb
|
88
97
|
- lib/color_selector.rb
|