Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
541f5f20da | ||
|
|
250d988473 | ||
|
|
41f92619bf | ||
|
|
388febf2fd |
25
debian/changelog
vendored
25
debian/changelog
vendored
@@ -1,3 +1,28 @@
|
|||||||
|
gnome-shell-extension-zorin-taskbar (69.2) noble; urgency=medium
|
||||||
|
|
||||||
|
* Adjusted app icon margin
|
||||||
|
|
||||||
|
-- Artyom Zorin <azorin@zoringroup.com> Tue, 16 Sep 2025 16:03:52 +0100
|
||||||
|
|
||||||
|
gnome-shell-extension-zorin-taskbar (69.1) noble; urgency=medium
|
||||||
|
|
||||||
|
* Set prefs window width
|
||||||
|
|
||||||
|
-- Artyom Zorin <azorin@zoringroup.com> Mon, 15 Sep 2025 16:44:10 +0100
|
||||||
|
|
||||||
|
gnome-shell-extension-zorin-taskbar (69) noble; urgency=medium
|
||||||
|
|
||||||
|
* Re-based on upstream version 69
|
||||||
|
|
||||||
|
-- Artyom Zorin <azorin@zoringroup.com> Fri, 12 Sep 2025 14:14:35 +0100
|
||||||
|
|
||||||
|
gnome-shell-extension-zorin-taskbar (68.9) noble; urgency=medium
|
||||||
|
|
||||||
|
* Rebased on upstream commit 44be0a739f26d872f27e81bd57928b6f61920476
|
||||||
|
and hid panel border settings
|
||||||
|
|
||||||
|
-- Artyom Zorin <azorin@zoringroup.com> Mon, 08 Sep 2025 21:39:56 +0100
|
||||||
|
|
||||||
gnome-shell-extension-zorin-taskbar (68.8) noble; urgency=medium
|
gnome-shell-extension-zorin-taskbar (68.8) noble; urgency=medium
|
||||||
|
|
||||||
* Fixed app grid icon styling and rebased on upstream commit
|
* Fixed app grid icon styling and rebased on upstream commit
|
||||||
|
|||||||
@@ -64,15 +64,15 @@ export const PanelManager = class {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enable(reset) {
|
enable(reset) {
|
||||||
// g-s version 49 switched to clutter gestures
|
|
||||||
if (!AppDisplay.AppIcon.prototype._removeMenuTimeout)
|
|
||||||
AppDisplay.AppIcon.prototype._setPopupTimeout =
|
|
||||||
AppDisplay.AppIcon.prototype._removeMenuTimeout = () => {}
|
|
||||||
|
|
||||||
this.allPanels = []
|
this.allPanels = []
|
||||||
this.dtpPrimaryMonitor = Main.layoutManager.primaryMonitor // The real primary monitor should always have the main panel
|
this.dtpPrimaryMonitor = Main.layoutManager.primaryMonitor // The real primary monitor should always have the main panel
|
||||||
this.proximityManager = new Proximity.ProximityManager()
|
this.proximityManager = new Proximity.ProximityManager()
|
||||||
|
|
||||||
|
// g-s version 49 switched to clutter gestures
|
||||||
|
if (!AppDisplay.AppIcon.prototype._removeMenuTimeout)
|
||||||
|
AppDisplay.AppIcon.prototype._setPopupTimeout =
|
||||||
|
AppDisplay.AppIcon.prototype._removeMenuTimeout = this._emptyFunc
|
||||||
|
|
||||||
if (this.dtpPrimaryMonitor) {
|
if (this.dtpPrimaryMonitor) {
|
||||||
this.primaryPanel = this._createPanel(
|
this.primaryPanel = this._createPanel(
|
||||||
this.dtpPrimaryMonitor,
|
this.dtpPrimaryMonitor,
|
||||||
@@ -419,6 +419,8 @@ export const PanelManager = class {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_emptyFunc() {}
|
||||||
|
|
||||||
_setDesktopIconsMargins() {
|
_setDesktopIconsMargins() {
|
||||||
this._desktopIconsUsableArea?.resetMargins()
|
this._desktopIconsUsableArea?.resetMargins()
|
||||||
this.allPanels.forEach((p) => {
|
this.allPanels.forEach((p) => {
|
||||||
|
|||||||
@@ -881,7 +881,7 @@ const Preferences = class {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Panel border
|
// Panel border
|
||||||
this._settings.bind(
|
/*this._settings.bind(
|
||||||
'trans-use-border',
|
'trans-use-border',
|
||||||
this._builder.get_object('trans_border_switch'),
|
this._builder.get_object('trans_border_switch'),
|
||||||
'active',
|
'active',
|
||||||
@@ -934,7 +934,7 @@ const Preferences = class {
|
|||||||
.get_object('trans_border_width_spinbutton')
|
.get_object('trans_border_width_spinbutton')
|
||||||
.connect('value-changed', (widget) => {
|
.connect('value-changed', (widget) => {
|
||||||
this._settings.set_int('trans-border-width', widget.get_value())
|
this._settings.set_int('trans-border-width', widget.get_value())
|
||||||
})
|
})*/
|
||||||
|
|
||||||
this._settings.bind(
|
this._settings.bind(
|
||||||
'intellihide',
|
'intellihide',
|
||||||
@@ -1855,7 +1855,7 @@ export default class ZorinTaskbarPreferences extends ExtensionPreferences {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// use default width or window
|
// use default width or window
|
||||||
window.set_default_size(0, 625)
|
window.set_default_size(600, 625)
|
||||||
|
|
||||||
new Preferences(window, window._settings, window._gnomeInterfaceSettings, this.path)
|
new Preferences(window, window._settings, window._gnomeInterfaceSettings, this.path)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export var hotkeyAppNumbers = {}
|
|||||||
export const DASH_ANIMATION_TIME = 0.2 // Dash.DASH_ANIMATION_TIME is now private
|
export const DASH_ANIMATION_TIME = 0.2 // Dash.DASH_ANIMATION_TIME is now private
|
||||||
const DASH_ITEM_HOVER_TIMEOUT = 0.3 // Dash.DASH_ITEM_HOVER_TIMEOUT is now private
|
const DASH_ITEM_HOVER_TIMEOUT = 0.3 // Dash.DASH_ITEM_HOVER_TIMEOUT is now private
|
||||||
export const MIN_ICON_SIZE = 4
|
export const MIN_ICON_SIZE = 4
|
||||||
export const APPICON_MARGIN = 6
|
export const APPICON_MARGIN = 4
|
||||||
export const APPICON_PADDING = 8
|
export const APPICON_PADDING = 8
|
||||||
|
|
||||||
const T1 = 'ensureAppIconVisibilityTimeout'
|
const T1 = 'ensureAppIconVisibilityTimeout'
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<property name="upper">100</property>
|
<property name="upper">100</property>
|
||||||
</object>
|
</object>
|
||||||
|
|
||||||
<object class="GtkAdjustment" id="trans_border_opacity_adjustment">
|
<!--<object class="GtkAdjustment" id="trans_border_opacity_adjustment">
|
||||||
<property name="upper">100</property>
|
<property name="upper">100</property>
|
||||||
<property name="step_increment">5</property>
|
<property name="step_increment">5</property>
|
||||||
<property name="page_increment">10</property>
|
<property name="page_increment">10</property>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
<property name="upper">10</property>
|
<property name="upper">10</property>
|
||||||
<property name="step_increment">1</property>
|
<property name="step_increment">1</property>
|
||||||
<property name="page_increment">2</property>
|
<property name="page_increment">2</property>
|
||||||
</object>
|
</object>-->
|
||||||
|
|
||||||
<object class="AdwPreferencesPage" id="style">
|
<object class="AdwPreferencesPage" id="style">
|
||||||
<property name="icon-name">applications-graphics-symbolic</property>
|
<property name="icon-name">applications-graphics-symbolic</property>
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
</child>
|
</child>
|
||||||
|
|
||||||
<!-- group dynamic trans4 -->
|
<!-- group dynamic trans4 -->
|
||||||
<child>
|
<!-- <child>
|
||||||
<object class="AdwPreferencesGroup" id="style_group_dynamic_trans4">
|
<object class="AdwPreferencesGroup" id="style_group_dynamic_trans4">
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwActionRow">
|
<object class="AdwActionRow">
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>-->
|
||||||
|
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkAdjustment" id="global_border_radius_adjustment">
|
<object class="GtkAdjustment" id="global_border_radius_adjustment">
|
||||||
|
|||||||
Reference in New Issue
Block a user