Skip to content

Commit

Permalink
v49
Browse files Browse the repository at this point in the history
  • Loading branch information
zpydr committed Mar 22, 2016
1 parent 2871eb0 commit 2d81db9
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNOME Shell Extension TaskBar Version 48 for GNOME 3.10 - 3.18
GNOME Shell Extension TaskBar Version 49 for GNOME 3.10 - 3.18
[email protected]
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
@@ -1,5 +1,5 @@
![TaskBar Icon](https://extensions.gnome.org/static/extension-data/icons/icon_584.png)
**GNOME Shell Extension TaskBar Version 48 for GNOME 3.10 - 3.18**
**GNOME Shell Extension TaskBar Version 49 for GNOME 3.10 - 3.18**
[email protected]
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) 2016 zpydr
#
# Version 48
# Version 49
#
# 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
6 changes: 3 additions & 3 deletions extension.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GNOME Shell Extension TaskBar
// Copyright (C) 2016 zpydr
//
// Version 48
// Version 49
//
// 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 @@ -669,7 +669,7 @@ TaskBar.prototype =
this.settings.connect("changed::bottom-panel-vertical", Lang.bind(this, this.onParamChanged)),
this.settings.connect("changed::position-bottom-box", Lang.bind(this, this.onParamChanged)),
this.settings.connect("changed::tasks-all-workspaces", Lang.bind(this, this.onParamChanged)),
this.settings.connect("changed::tasks-container-width", Lang.bind(this, this.onParamChanged)),
this.settings.connect("changed::tasks-container-width-new", Lang.bind(this, this.onParamChanged)),
this.settings.connect("changed::hover-event", Lang.bind(this, this.hoverEvent)),
this.settings.connect("changed::reset-all", Lang.bind(this, this.resetAll)),
this.settings.connect("changed::reset-flag", Lang.bind(this, this.onParamChanged))
Expand Down Expand Up @@ -766,7 +766,7 @@ TaskBar.prototype =
if (this.settings.get_boolean("display-tasks"))
{
this.boxMainTasks = new St.BoxLayout({ style_class: "tkb-box", reactive: true });
this.tasksContainerWidth = this.settings.get_int('tasks-container-width');
this.tasksContainerWidth = this.settings.get_int("tasks-container-width-new");
this.boxMainTasksId = this.boxMainTasks.connect("scroll-event", Lang.bind(this, this.onScrollTaskButton));
}
if ((this.settings.get_enum("tray-button") !== 0) && (this.settings.get_boolean("bottom-panel")) && (ShellVersion[1] <= 14))
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) 2016 zpydr
//
// Version 48
// Version 49
//
// 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
22 changes: 11 additions & 11 deletions metadata.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"_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 48 for GNOME 3.10 - 3.18\[email protected]\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",
"_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\[email protected]\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",
"3.12",
"3.14",
"3.16",
"3.10",
"3.12",
"3.14",
"3.16",
"3.18"
],
"url": "https://github.com/zpydr/gnome-shell-extension-taskbar",
"uuid": "TaskBar@zpydr",
"version": 48
],
"url": "https://github.com/zpydr/gnome-shell-extension-taskbar",
"uuid": "TaskBar@zpydr",
"version": 49
}
10 changes: 5 additions & 5 deletions prefs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GNOME Shell Extension TaskBar
// Copyright (C) 2016 zpydr
//
// Version 48
// Version 49
//
// 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 @@ -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")+" 48"});
let labelVersion1 = new Gtk.Label({label: _("Version")+" 49"});
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 @@ -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: 48%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: 49%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 Expand Up @@ -429,7 +429,7 @@ Prefs.prototype =
this.gridTasks.attach(labelTasksContainerWidth, 1, 5, 2, 1);
this.valueTasksContainerWidth = new Gtk.Adjustment({lower: 1, upper: 100, step_increment: 1});
let value2TasksContainerWidth = new Gtk.SpinButton({adjustment: this.valueTasksContainerWidth, snap_to_ticks: true});
value2TasksContainerWidth.set_value(this.settings.get_int("tasks-container-width"));
value2TasksContainerWidth.set_value(this.settings.get_int("tasks-container-width-new"));
value2TasksContainerWidth.connect("value-changed", Lang.bind(this, this.changeTasksContainerWidth));
this.gridTasks.attach(value2TasksContainerWidth, 3, 5, 2, 1);

Expand Down Expand Up @@ -1273,7 +1273,7 @@ Prefs.prototype =

changeTasksContainerWidth: function(object)
{
this.settings.set_int("tasks-container-width", this.valueTasksContainerWidth.get_value());
this.settings.set_int("tasks-container-width-new", this.valueTasksContainerWidth.get_value());
},

changeCloseButton: function(object)
Expand Down
Binary file modified schemas/gschemas.compiled
Binary file not shown.
4 changes: 2 additions & 2 deletions 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) 2016 zpydr
Version 48
Version 49
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 @@ -183,7 +183,7 @@
<summary>Middle/Right Click to Show Tasks Menu</summary>
<description/>
</key>
<key name="tasks-container-width" type="i">
<key name="tasks-container-width-new" type="i">
<range min="1" max="100"/>
<default>6</default>
<summary>Tasks Container Width</summary>
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) 2016 zpydr
Version 48
Version 49
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) 2016 zpydr
//
// Version 48
// Version 49
//
// 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

0 comments on commit 2d81db9

Please sign in to comment.