-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zpydr
committed
Apr 23, 2016
1 parent
7b7da20
commit bbc1012
Showing
10 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
GNOME Shell Extension TaskBar Version 51 for GNOME 3.10 - 3.20 | ||
GNOME Shell Extension TaskBar Version 52 for GNOME 3.10 - 3.20 | ||
[email protected] | ||
https://extensions.gnome.org/extension/584/taskbar/ | ||
https://github.com/zpydr/gnome-shell-extension-taskbar/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
![TaskBar Icon](https://extensions.gnome.org/static/extension-data/icons/icon_584.png) | ||
**GNOME Shell Extension TaskBar Version 51 for GNOME 3.10 - 3.20** | ||
**GNOME Shell Extension TaskBar Version 52 for GNOME 3.10 - 3.20** | ||
[email protected] | ||
https://extensions.gnome.org/extension/584/taskbar/ | ||
https://github.com/zpydr/gnome-shell-extension-taskbar/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"_generated": "Generated by SweetTooth, do not edit", | ||
"description": "TaskBar displays icons of running applications on the top panel or alternatively on a new bottom panel. Activate, minimize or close tasks with a simple click.\nTaskBar is a dock-like windows list on the top/bottom bar.\n\nOptions:\nDesktop button - toggle desktop view\nWorkspace button - switch workspaces left/right-click: cycle forward/backwards\nAppview button - left/right-click: toggle appview/overview\nFavorites - add from dash\nAlign position\nResize panels + contents\nTop/bottom panel background color + opacity\nBottom panel tray button - activate the message tray\nTasks on all workspaces\nTasks label\nTasks application menu\nClose tasks with a right/middle click\nActivate tasks on hover\nScroll tasks/workspaces\nSeparators\nThumbnail/label-preview\nColor or hide menu buttons\nDisable hot corner\n\nVersion 51 for GNOME 3.10 - 3.20\[email protected]\n\nLanguage support:\nCzech by michal-ruzicka\nFrench by narzb\nGerman by jonnius\nSpanish by Testoriano\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, michal-ruzicka, skochxxl, tuhaihe, to-ba", | ||
"description": "TaskBar displays icons of running applications on the top panel or alternatively on a new bottom panel. Activate, minimize or close tasks with a simple click.\nTaskBar is a dock-like windows list on the top/bottom bar.\n\nOptions:\nDesktop button - toggle desktop view\nWorkspace button - switch workspaces left/right-click: cycle forward/backwards\nAppview button - left/right-click: toggle appview/overview\nFavorites - add from dash\nAlign position\nResize panels + contents\nTop/bottom panel background color + opacity\nBottom panel tray button - activate the message tray\nTasks on all workspaces\nTasks label\nTasks application menu\nClose tasks with a right/middle click\nActivate tasks on hover\nScroll tasks/workspaces\nSeparators\nThumbnail/label-preview\nColor or hide menu buttons\nDisable hot corner\n\nVersion 52 for GNOME 3.10 - 3.20\[email protected]\n\nLanguage support:\nCzech by michal-ruzicka\nFrench by narzb\nGerman by jonnius\nSpanish by Testoriano\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, michal-ruzicka, skochxxl, tuhaihe, to-ba", | ||
"name": "TaskBar", | ||
"shell-version": [ | ||
"3.10", | ||
|
@@ -18,5 +18,5 @@ | |
], | ||
"url": "https://github.com/zpydr/gnome-shell-extension-taskbar", | ||
"uuid": "TaskBar@zpydr", | ||
"version": 51 | ||
"version": 52 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// GNOME Shell Extension TaskBar | ||
// Copyright (C) 2016 zpydr | ||
// | ||
// Version 51 | ||
// Version 52 | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
|
@@ -129,7 +129,7 @@ Prefs.prototype = | |
let linkImage7 = new Gtk.Image({file: FSFICON}); | ||
let linkImage8 = new Gtk.Image({file: SPACERICON}); | ||
|
||
let labelVersion1 = new Gtk.Label({label: _("Version")+" 51"}); | ||
let labelVersion1 = new Gtk.Label({label: _("Version")+" 52"}); | ||
this.gridTaskBar.attach(labelVersion1, 0, 1, 5, 1); | ||
let labelVersion2 = new Gtk.Label({label: _("GNOME Shell Version")+" 3."+ShellVersion[1]}); | ||
this.gridTaskBar.attach(labelVersion2, 0, 2, 5, 1); | ||
|
@@ -146,7 +146,7 @@ Prefs.prototype = | |
labelLink2.set_always_show_image(true); | ||
this.gridTaskBar.attach(labelLink2, 1, 5, 1, 1); | ||
let bugReport = new Gtk.LinkButton ({image: linkImage4, label: _("Report a Bug"), | ||
uri: "mailto:[email protected]?subject=TaskBar Bug Report&Body=TaskBar Bug Report%0D%0A%0D%0ATaskBar Version: 51%0D%0AGNOME Shell Version: %0D%0AOperating System: %0D%0AOS Version: %0D%0A%0D%0ABug Description: %0D%0A%0D%0A", xalign: 0 }); | ||
uri: "mailto:[email protected]?subject=TaskBar Bug Report&Body=TaskBar Bug Report%0D%0A%0D%0ATaskBar Version: 52%0D%0AGNOME Shell Version: %0D%0AOperating System: %0D%0AOS Version: %0D%0A%0D%0ABug Description: %0D%0A%0D%0A", xalign: 0 }); | ||
bugReport.set_always_show_image(true); | ||
this.gridTaskBar.attach(bugReport, 1, 6, 1, 1); | ||
let labelLink4 = new Gtk.LinkButton ({image: linkImage5, label: " "+_("Donate for TaskBar"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters