Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Icon Library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
World
Design Tooling
Icon Library
Commits
274f0b63
Commit
274f0b63
authored
Aug 11, 2019
by
Piotr Drąg
😐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
String fix-ups
parent
e3cacf87
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
data/org.gnome.design.IconLibrary.desktop.in.in
data/org.gnome.design.IconLibrary.desktop.in.in
+2
-1
data/org.gnome.design.IconLibrary.gschema.xml.in
data/org.gnome.design.IconLibrary.gschema.xml.in
+1
-1
data/resources/ui/about_dialog.ui.in
data/resources/ui/about_dialog.ui.in
+1
-1
data/resources/ui/export_dialog.ui
data/resources/ui/export_dialog.ui
+2
-2
data/resources/ui/window.ui.in
data/resources/ui/window.ui.in
+1
-1
src/widgets/icons.rs
src/widgets/icons.rs
+1
-1
No files found.
data/org.gnome.design.IconLibrary.desktop.in.in
View file @
274f0b63
...
...
@@ -6,7 +6,8 @@ Type=Application
Exec=icon-library
Terminal=false
Categories=Utility;GNOME;GTK;
Keywords=Icon;Library;Gnome;GTK;
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=Icon;Library;GNOME;GTK;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=@icon@
StartupNotify=true
data/org.gnome.design.IconLibrary.gschema.xml.in
View file @
274f0b63
...
...
@@ -7,7 +7,7 @@
</key>
<key
name=
"window-height"
type=
"i"
>
<default>
-1
</default>
<summary>
Heigh of the last opened window
</summary>
<summary>
Heigh
t
of the last opened window
</summary>
</key>
<key
name=
"window-x"
type=
"i"
>
<default>
-1
</default>
...
...
data/resources/ui/about_dialog.ui.in
View file @
274f0b63
...
...
@@ -6,7 +6,7 @@
<property
name=
"can_focus"
>
False
</property>
<property
name=
"modal"
>
True
</property>
<property
name=
"type_hint"
>
dialog
</property>
<property
name=
"program_name"
>
@name-prefix@Icon Library
</property>
<property
name=
"program_name"
translatable=
"yes"
>
@name-prefix@Icon Library
</property>
<property
name=
"version"
>
@version@
</property>
<property
name=
"website"
>
https://gitlab.gnome.org/World/design/icon-library
</property>
<property
name=
"authors"
>
Bilal Elmoussaoui
</property>
...
...
data/resources/ui/export_dialog.ui
View file @
274f0b63
...
...
@@ -47,7 +47,7 @@
<property
name=
"layout_style"
>
end
</property>
<child>
<object
class=
"GtkButton"
id=
"copy_name_btn"
>
<property
name=
"label"
translatable=
"yes"
>
Copy Icon
Name
</property>
<property
name=
"label"
translatable=
"yes"
>
Copy Icon Name
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
...
...
@@ -276,7 +276,7 @@
</child>
<child>
<object
class=
"GtkButton"
id=
"save_as_btn"
>
<property
name=
"label"
translatable=
"yes"
>
Save
as...
</property>
<property
name=
"label"
translatable=
"yes"
>
Save
As…
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
...
...
data/resources/ui/window.ui.in
View file @
274f0b63
...
...
@@ -8,7 +8,7 @@
<property
name=
"default_width"
>
650
</property>
<property
name=
"default_height"
>
500
</property>
<property
name=
"icon_name"
>
@app-id@
</property>
<property
name=
"title"
>
@name-prefix@
Icon Library
</property>
<property
name=
"title"
translatable=
"yes"
>
@name-prefix@
Icon Library
</property>
<child
type=
"titlebar"
>
<object
class=
"HdyHeaderBar"
id=
"headerbar"
>
<property
name=
"visible"
>
True
</property>
...
...
src/widgets/icons.rs
View file @
274f0b63
...
...
@@ -110,7 +110,7 @@ impl IconsView {
.list_icons
(
Some
(
context_str
))
.into_iter
()
.filter
(|
icon_name
|
{
// filter out uneeded icons
// filter out un
n
eeded icons
!
icons_blacklist
.contains
(
&
icon_name
.as_str
())
&&
icon_name
.ends_with
(
"-symbolic"
)
})
.map
(|
icon_name
|
Icon
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment