Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/IconCollection.vala
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,16 @@
description = _("Item the user has marked as a favorite"),
category = EMBLEMS
},
Icon () {
name = "emblem-git-modified",
description = _("Changes not staged for commit"),
category = EMBLEMS
},
Icon () {
name = "emblem-git-new",
description = _("Untracked files"),
category = EMBLEMS
},
Icon () {
name = "emblem-important",
description = _("Item marked as important"),
Expand All @@ -1243,6 +1253,16 @@
description = _("Emblem for the partially enabled status of a feature or service"),
category = EMBLEMS
},
Icon () {
name = "emblem-music",
description = _("Music emblem"),
category = EMBLEMS
},
Icon () {
name = "emblem-ok",
description = _("Emblem for successfully ended"),
category = EMBLEMS
},
Icon () {
name = "emblem-photos",
description = _("Photos emblem"),
Expand Down Expand Up @@ -1278,6 +1298,11 @@
description = _("Item is unreadable or inaccessible"),
category = EMBLEMS
},
Icon () {
name = "emblem-videos",
description = _("Videos emblem"),
category = EMBLEMS
},
Icon () {
name = "emblem-warning",
description = _("Emblem for the warning status of a feature or service"),
Expand Down