From 2392f248b7085c423b1b30fe142b683f5e78e6f8 Mon Sep 17 00:00:00 2001 From: zpydr Date: Wed, 23 Mar 2016 22:54:44 +0000 Subject: [PATCH] v50 --- README | 2 +- README.md | 2 +- TaskBar.pot | 2 +- extension.js | 2 +- lib.js | 2 +- metadata.json | 4 ++-- prefs.js | 6 +++--- schemas/org.gnome.shell.extensions.TaskBar.gschema.xml | 2 +- stylesheet.css | 2 +- windows.js | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README b/README index 5358754..9070c9d 100755 --- a/README +++ b/README @@ -1,4 +1,4 @@ -GNOME Shell Extension TaskBar Version 49 for GNOME 3.10 - 3.18 +GNOME Shell Extension TaskBar Version 50 for GNOME 3.10 - 3.18 zpydr@openmailbox.org https://extensions.gnome.org/extension/584/taskbar/ https://github.com/zpydr/gnome-shell-extension-taskbar/ diff --git a/README.md b/README.md index fdd2184..ec48597 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![TaskBar Icon](https://extensions.gnome.org/static/extension-data/icons/icon_584.png) -**GNOME Shell Extension TaskBar Version 49 for GNOME 3.10 - 3.18** +**GNOME Shell Extension TaskBar Version 50 for GNOME 3.10 - 3.18** zpydr@openmailbox.org https://extensions.gnome.org/extension/584/taskbar/ https://github.com/zpydr/gnome-shell-extension-taskbar/ diff --git a/TaskBar.pot b/TaskBar.pot index 0a3b4c6..ab97e57 100644 --- a/TaskBar.pot +++ b/TaskBar.pot @@ -1,7 +1,7 @@ # GNOME Shell Extension TaskBar # Copyright (C) 2016 zpydr # -# Version 49 +# Version 50 # # 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 diff --git a/extension.js b/extension.js index e6d0207..f46808c 100755 --- a/extension.js +++ b/extension.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2016 zpydr // -// Version 49 +// Version 50 // // 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 diff --git a/lib.js b/lib.js index aee410d..7591af6 100755 --- a/lib.js +++ b/lib.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2016 zpydr // -// Version 49 +// Version 50 // // 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 diff --git a/metadata.json b/metadata.json index a059abd..fc2f314 100644 --- a/metadata.json +++ b/metadata.json @@ -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 49 for GNOME 3.10 - 3.18\nzpydr@openmailbox.org\n\nLanguage support:\nCzech by michal-ruzicka\nFrench by narzb\nGerman by jonnius\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 50 for GNOME 3.10 - 3.18\nzpydr@openmailbox.org\n\nLanguage support:\nCzech by michal-ruzicka\nFrench by narzb\nGerman by jonnius\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, michal-ruzicka, skochxxl, tuhaihe, to-ba", "name": "TaskBar", "shell-version": [ "3.10", @@ -11,5 +11,5 @@ ], "url": "https://github.com/zpydr/gnome-shell-extension-taskbar", "uuid": "TaskBar@zpydr", - "version": 49 + "version": 50 } diff --git a/prefs.js b/prefs.js index f034d4f..96a299a 100755 --- a/prefs.js +++ b/prefs.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2016 zpydr // -// Version 49 +// Version 50 // // 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")+" 49"}); + let labelVersion1 = new Gtk.Label({label: _("Version")+" 50"}); 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:zpydr@openmailbox.org?subject=TaskBar Bug Report&Body=TaskBar Bug Report%0D%0A%0D%0ATaskBar Version: 49%0D%0AGNOME Shell Version: %0D%0AOperating System: %0D%0AOS Version: %0D%0A%0D%0ABug Description: %0D%0A%0D%0A", xalign: 0 }); + uri: "mailto:zpydr@openmailbox.org?subject=TaskBar Bug Report&Body=TaskBar Bug Report%0D%0A%0D%0ATaskBar Version: 50%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"), diff --git a/schemas/org.gnome.shell.extensions.TaskBar.gschema.xml b/schemas/org.gnome.shell.extensions.TaskBar.gschema.xml index 63885d6..92e6de7 100644 --- a/schemas/org.gnome.shell.extensions.TaskBar.gschema.xml +++ b/schemas/org.gnome.shell.extensions.TaskBar.gschema.xml @@ -3,7 +3,7 @@ GNOME Shell Extension TaskBar Copyright (C) 2016 zpydr - Version 49 + Version 50 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 diff --git a/stylesheet.css b/stylesheet.css index c15d251..5dad0ae 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,7 +2,7 @@ GNOME Shell Extension TaskBar Copyright (C) 2016 zpydr - Version 49 + Version 50 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 diff --git a/windows.js b/windows.js index e542de2..62867c3 100755 --- a/windows.js +++ b/windows.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2016 zpydr // -// Version 49 +// Version 50 // // 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