diff --git a/README b/README index ae2789d..11338de 100755 --- a/README +++ b/README @@ -1,4 +1,4 @@ -GNOME Shell Extension TaskBar Version 45 for GNOME 3.4 - 3.18 +GNOME Shell Extension TaskBar Version 46 for GNOME 3.4 - 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 6ebf91a..b6cba64 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 45 for GNOME 3.4 - 3.18** +**GNOME Shell Extension TaskBar Version 46 for GNOME 3.4 - 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 8229436..03b1846 100755 --- a/TaskBar.pot +++ b/TaskBar.pot @@ -1,7 +1,7 @@ # GNOME Shell Extension TaskBar # Copyright (C) 2015 zpydr # -# Version 45 +# Version 46 # # 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 @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-07 01:16+0000\n" +"POT-Creation-Date: 2015-11-07 04:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/extension.js b/extension.js index 37f4594..96f095a 100755 --- a/extension.js +++ b/extension.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2015 zpydr // -// Version 45 +// Version 46 // // 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 46925ed..936b523 100755 --- a/lib.js +++ b/lib.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2015 zpydr // -// Version 45 +// Version 46 // // 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 84d2a51..9eddabc 100755 --- 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\nClose tasks with a right/middle click\nActivate tasks on hover\nScroll tasks/workspaces\nSeparators\nThumbnail/label-preview\nHide activities button\nDisable hot corner\nHide application menu\nHide date menu\nHide system menu\n\nVersion 45 for GNOME 3.4 - 3.18\nzpydr@openmailbox.org\n\nLanguage support:\nChinese by tuhaihe\nCzech by michal-ruzicka\nGerman by jonnius, to-ba\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, michal-ruzicka, skochxxl", + "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\nClose tasks with a right/middle click\nActivate tasks on hover\nScroll tasks/workspaces\nSeparators\nThumbnail/label-preview\nHide activities button\nDisable hot corner\nHide application menu\nHide date menu\nHide system menu\n\nVersion 46 for GNOME 3.4 - 3.18\nzpydr@openmailbox.org\n\nLanguage support:\nChinese by tuhaihe\nCzech by michal-ruzicka\nGerman by jonnius, to-ba\n\nCredit to Xes, flubshi, rogst, Baltix, boennhoff, skoslowski, rgeary1, hkskoglund, michal-ruzicka, skochxxl", "name": "TaskBar", "shell-version": [ "3.4", @@ -14,5 +14,5 @@ ], "url": "https://github.com/zpydr/gnome-shell-extension-taskbar", "uuid": "TaskBar@zpydr", - "version": 45 + "version": 46 } diff --git a/prefs.js b/prefs.js index 3b2bdd5..5404391 100755 --- a/prefs.js +++ b/prefs.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2015 zpydr // -// Version 45 +// Version 46 // // 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 @@ -785,7 +785,7 @@ Prefs.prototype = uri: "https://extensions.gnome.org/extension/584/taskbar", xalign: 0 }); if (ShellVersion[1] !== 4) labelLink1.set_always_show_image(true); - let labelVersion1 = new Gtk.Label({label: _("TaskBar Version")+" 45"}); + let labelVersion1 = new Gtk.Label({label: _("TaskBar Version")+" 46"}); this.gridTaskBar.attach(labelVersion1, 1, 1, 1, 1); let labelVersion2 = new Gtk.Label({label: _("GNOME Shell Version")+" 3."+ShellVersion[1]}); this.gridTaskBar.attach(labelVersion2, 1, 2, 1, 1); @@ -796,7 +796,7 @@ Prefs.prototype = labelLink2.set_always_show_image(true); this.gridTaskBar.attach(labelLink2, 3, 2, 1, 1); let bugReport = new Gtk.LinkButton ({label: _("Report a Bug"), - uri: "mailto:zpydr@openmailbox.org?subject=TaskBar Bug Report&Body=TaskBar Bug Report%0D%0A%0D%0ATaskBar Version: 45%0D%0AGNOME Shell Version: %0D%0AOperating System: %0D%0AOS Version: %0D%0A%0D%0ABug Description: %0D%0A%0D%0A"}); + uri: "mailto:zpydr@openmailbox.org?subject=TaskBar Bug Report&Body=TaskBar Bug Report%0D%0A%0D%0ATaskBar Version: 46%0D%0AGNOME Shell Version: %0D%0AOperating System: %0D%0AOS Version: %0D%0A%0D%0ABug Description: %0D%0A%0D%0A"}); if (ShellVersion[1] !== 4) bugReport.set_always_show_image(true); this.gridTaskBar.attach(bugReport, 1, 3, 1, 1); diff --git a/schemas/org.gnome.shell.extensions.TaskBar.gschema.xml b/schemas/org.gnome.shell.extensions.TaskBar.gschema.xml index e51ec77..9cb6d25 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) 2015 zpydr - Version 45 + Version 46 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 5c96fd9..4ef86fa 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,7 +2,7 @@ GNOME Shell Extension TaskBar Copyright (C) 2015 zpydr - Version 45 + Version 46 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 010f7bb..34d1062 100755 --- a/windows.js +++ b/windows.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2015 zpydr // -// Version 45 +// Version 46 // // 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/windows34.js b/windows34.js index 9d4776e..ef659c3 100755 --- a/windows34.js +++ b/windows34.js @@ -1,7 +1,7 @@ // GNOME Shell Extension TaskBar // Copyright (C) 2015 zpydr // -// Version 45 +// Version 46 // // 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