Skip to content

Commit

Permalink
v56
Browse files Browse the repository at this point in the history
  • Loading branch information
zpydr committed Jun 20, 2017
1 parent e8aef1b commit 429a196
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this program. If not, see https://www.gnu.org/licenses/.
[email protected]


Version 55 for GNOME 3.10 - 3.26
Version 56 for GNOME 3.10 - 3.26

https://extensions.gnome.org/extension/584/taskbar/
https://github.com/zpydr/gnome-shell-extension-taskbar/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ [email protected]

![TaskBar Image](https://extensions.gnome.org/extension-data/screenshots/screenshot_584_PSh3ecJ.png)

**Version 55 for GNOME 3.10 - 3.26**
**Version 56 for GNOME 3.10 - 3.26**

https://extensions.gnome.org/extension/584/taskbar/
https://github.com/zpydr/gnome-shell-extension-taskbar/
Expand Down
2 changes: 1 addition & 1 deletion TaskBar.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GNOME Shell Extension TaskBar
# Copyright (C) 2013-2017 zpydr
#
# Version 55
# Version 56
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GNOME Shell Extension TaskBar
// Copyright (C) 2013-2017 zpydr
//
// Version 55
// Version 56
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GNOME Shell Extension TaskBar
// Copyright (C) 2013-2017 zpydr
//
// Version 55
// Version 56
//
// 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
Expand Down
4 changes: 2 additions & 2 deletions locale/es/LC_MESSAGES/TaskBar.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# GNOME Shell Extension TaskBar
# Copyright (C) 2013-2017 zpydr
#
# Version 55
# Copyright (C) 2013-2017 Testoriano (Spanish translation)
#
# 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
Expand All @@ -17,6 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# [email protected]
# Testoriano <[email protected]> Spanish translation
#
msgid ""
msgstr ""
Expand Down
10 changes: 7 additions & 3 deletions metadata.json
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 + adjust icon, label and content sizes\nTop/bottom panel background color + opacity\nBottom panel tray button - activate the message tray\nTasks on all workspaces\nGroup/sort tasks\nTasks label\nTasks application menu\nClose tasks with a right/middle click\nActivate tasks on hover\nScroll tasks/workspaces\nSeparators\nThumbnail/label-preview\nPreview color + opacity\nKeybindings\nColor or hide menu buttons\nDisable hot corner\nExport/import settings\n\nVersion 55 for GNOME 3.10 - 3.26\[email protected]\n\nTranslation:\nChinese by wsxy162\nCzech by Michal Růžička\nFrench by narzb\nGerman by jonnius\nRussian by dersteinkauz\nSpanish by Testoriano\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, Michal Růžička, skochxxl, tuhaihe, to-ba, tobimensch, navarrano",
"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 + adjust icon, label and content sizes\nTop/bottom panel background color + opacity\nBottom panel tray button - activate the message tray\nTasks on all workspaces\nGroup/sort tasks\nTasks label\nTasks application menu\nClose tasks with a right/middle click\nActivate tasks on hover\nScroll tasks/workspaces\nSeparators\nThumbnail/label-preview\nPreview color + opacity\nKeybindings\nColor or hide menu buttons\nDisable hot corner\nExport/import settings\n\nVersion 56 for GNOME 3.10 - 3.26\[email protected]\n\nTranslation:\nChinese by wsxy162\nCzech by Michal Růžička\nFrench by narzb\nGerman by jonnius\nRussian by dersteinkauz\nSpanish by Testoriano\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, Michal Růžička, skochxxl, tuhaihe, to-ba, tobimensch, navarrano",
"name": "TaskBar",
"shell-version": [
"3.10",
Expand All @@ -20,9 +20,13 @@
"3.24",
"3.25",
"3.26",
"3.27"
"3.27",
"3.28",
"3.29",
"3.30",
"3.31"
],
"url": "https://github.com/zpydr/gnome-shell-extension-taskbar",
"uuid": "TaskBar@zpydr",
"version": 55
"version": 56
}
6 changes: 3 additions & 3 deletions prefs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GNOME Shell Extension TaskBar
// Copyright (C) 2013-2017 zpydr
//
// Version 55
// Version 56
//
// 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
Expand Down Expand Up @@ -136,7 +136,7 @@ Prefs.prototype =
let linkImage7 = new Gtk.Image({file: FSFICON});
let linkImage8 = new Gtk.Image({file: SPACERICON});

let labelVersion1 = new Gtk.Label({label: _("Version")+" 55"});
let labelVersion1 = new Gtk.Label({label: _("Version")+" 56"});
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);
Expand All @@ -153,7 +153,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: 55%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: 56%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"),
Expand Down
2 changes: 1 addition & 1 deletion schemas/org.gnome.shell.extensions.TaskBar.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GNOME Shell Extension TaskBar
Copyright (C) 2013-2017 zpydr
Version 55
Version 56
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
Expand Down
2 changes: 1 addition & 1 deletion scripts/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GNOME Shell Extension TaskBar
# Copyright (C) 2013-2017 zpydr
#
# Version 55
# Version 56
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion scripts/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GNOME Shell Extension TaskBar
# Copyright (C) 2013-2017 zpydr
#
# Version 55
# Version 56
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GNOME Shell Extension TaskBar
Copyright (C) 2013-2017 zpydr
Version 55
Version 56
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
Expand Down
2 changes: 1 addition & 1 deletion windows.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GNOME Shell Extension TaskBar
// Copyright (C) 2013-2017 zpydr
//
// Version 55
// Version 56
//
// 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
Expand Down

1 comment on commit 429a196

@lsatenstein
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Zpydr
Fedora 27 is under development. It will be requiring a rpm file as the method of installation of TaskBar.
In other words,
sudo dnf install gnome-shell-extensionl-Taskbar.xxxx

Since this is your software, do you want to approach Fedora or Gnome about the web-free method of installation?
[email protected] / [email protected]

Please sign in to comment.