Adding 45/vertical-workspaces version 37+20231208 [0c80cb1].
Signed-off-by: Daniel Baumann <daniel@debian.org>
56
extensions/45/vertical-workspaces.mk
Normal file
|
@ -0,0 +1,56 @@
|
|||
# Progress Linux: gnome-shell-extensions-extra
|
||||
|
||||
# Copyright (C) 2010-2023 Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0+
|
||||
#
|
||||
# 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
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# Build-Depends:
|
||||
# gettext libglib2.0-bin unzip zip
|
||||
|
||||
SHELL := sh -e
|
||||
|
||||
EXTENSION := vertical-workspaces
|
||||
UUID := $(shell awk -F\" '/"uuid": / { print $$4 }' $(EXTENSION)/metadata.json)
|
||||
|
||||
all:
|
||||
|
||||
test:
|
||||
|
||||
build:
|
||||
$(MAKE) -C $(EXTENSION) zip
|
||||
|
||||
install: build
|
||||
mkdir -p $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
||||
unzip -d $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID) $(EXTENSION)/*.zip
|
||||
|
||||
# removing unused files
|
||||
rm -f $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)/LICENSE
|
||||
|
||||
uninstall:
|
||||
rm -rf $(DESTDIR)/usr/share/gnome-shell/extensions/$(UUID)
|
||||
rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(EXTENSION) clean
|
||||
|
||||
distclean:
|
||||
|
||||
reinstall: uninstall install
|
||||
|
||||
upstream:
|
||||
rm -rf $(EXTENSION)
|
||||
git clone https://github.com/G-dH/$(EXTENSION) $(EXTENSION)
|
||||
rm -rf $(EXTENSION)/.git
|
39
extensions/45/vertical-workspaces/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Basic debug information**
|
||||
- Did disabling all other extensions help?
|
||||
- Did you find conflicting extension?
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**System:**
|
||||
- OS: [e.g. Fedora 38]
|
||||
- Version of V-Shell extension: [e.g. 25]
|
||||
- Source of installation: [e.g. extension.gnome.org, GitHub]
|
||||
- Other installed and enabled extensions: ...
|
||||
|
||||
**System log output**
|
||||
open terminal, execute:
|
||||
`journalctl /usr/bin/{gjs,gnome-shell} -fo cat`
|
||||
reproduce the bug, copy the output from terminal if any.
|
20
extensions/45/vertical-workspaces/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE]"
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
324
extensions/45/vertical-workspaces/CHANGELOG.md
Normal file
|
@ -0,0 +1,324 @@
|
|||
## Changelog:
|
||||
### v45.2 for GNOME 45.2+, v44.10 for GNOME 42-44 (2023-12-03)
|
||||
**Added:**
|
||||
- *Dash* option *Isolate Workspaces* on *Behavior* tab
|
||||
- *Brightness for Search View* option allows adjusting background wallpaper brightness in overview search view
|
||||
- *Extensions Search Provider* module allows to search for extensions from the overview, open their settings and enable or disable them
|
||||
|
||||
|
||||
### v45.1 for GNOME 45.1+ (EGO 2023-11-25) v44.9 for GNOME 42-44 (not released)
|
||||
**Added:**
|
||||
- *Window Thumbnail - PIP* option in app icon menu and as an click actions for Window Preview
|
||||
- Workspace switcher options *Wraparound* and *Ignore Last (empty)*
|
||||
- *Overlay key (Super)* and *Hot Corner* actions offer different overview modes independent on global *Overview Mode*
|
||||
- Workspace thumbnails background without wallpaper is now semi-transparent to match other overview elements
|
||||
- App Grid sorting options allow alphabetical order with folders
|
||||
|
||||
**Fixed:**
|
||||
- App grid has less rows than it should
|
||||
- Many minor fixes that reflect gnome-shell development and backports
|
||||
- Centered app folder position on multi-monitor system
|
||||
- Window can't be activated using touchscreen
|
||||
- Setting background wallpaper too early on startup can crash Wayland session
|
||||
|
||||
**Other changes:**
|
||||
- Since GNOME 45 V-Shell has 2 versions - one for GS 45 and the second for GS 42-44. Versioning no longer depends on EGO's upload counter
|
||||
- Dash light style background opacity is not limited
|
||||
- Refactored Recent Files Search Provider and other modules
|
||||
- Settings window - ComboBox replaced with (finally fixed) DropDown
|
||||
|
||||
|
||||
### v37 (2023-07-01)
|
||||
**Fixed:**
|
||||
- False detections of conflicting extensions
|
||||
|
||||
|
||||
### v36 (2023-07-01) (35/34/33/32/31 skipped due to issues with extensions.gnome.org)
|
||||
**Added:**
|
||||
- Option *Fix New Windows Not In Focus* on *Misc* tab
|
||||
|
||||
**Fixed:**
|
||||
- Improved compatibility with Dash to Dock extension - hidden dock in the overview, broken layout after startup
|
||||
- Compatibility with Hide Top Bar extension
|
||||
- App search provider ignores non-localized app names
|
||||
- App folders grid dimensions wrong if set to *Adaptive* and folder icon is set to a fixed size
|
||||
- Dash and active app folder icons running indicator position
|
||||
- Blur/Brightness transitions in static overview mode
|
||||
- Hot corner edge barrier can be active even if hot corner is disabled
|
||||
- Disabling dash module does not reset dash position to default
|
||||
|
||||
**Other changes:**
|
||||
- Removed css class reducing Quick Settings buttons height in GNOME 44
|
||||
|
||||
|
||||
### v30 (2023-06-09)
|
||||
**Added:**
|
||||
- Dash option - Click Behavior: *Prefer Current Workspace* - opens a new window if app not present on the active workspace
|
||||
- Window search provider sorting options
|
||||
- Esc key behavior options
|
||||
- Window preview - middle and secondary mouse button behavior options, close button can be hidden
|
||||
- GNOME 3 vertical dash style is now optional
|
||||
- Window preview title position option
|
||||
- Light dash background option
|
||||
- Remove app folder button in folder dialog
|
||||
- *Updating V-Shell* banner appears during updating V-Shell settings when settings window is irresponsive
|
||||
- Dutch translation by @Vistaus
|
||||
|
||||
**Fixed:**
|
||||
- Dash icon scroll action conflicts with Dash to Dock
|
||||
- Open new window by middle click on app icon or Ctrl+Enter doesn't work
|
||||
- Dash icon label can extend to the adjacent display
|
||||
- WindowPreview module not updated when "always-activate-selected-window" changed
|
||||
- App folder dialog position if secondary monitor connected
|
||||
- App folder dialog sizing and positioning
|
||||
- Background brightness in search view reduced independently to avoid unreadable text and consistent style
|
||||
- Compatibility with Burn My Windows - freeze after screen unlocked, or extensions re-enabled
|
||||
- Window and Recent files search providers modes not isolated well from results of other providers
|
||||
- Recent file search provider results sorting
|
||||
- App grid icons with multi-line label move on hover when label expands
|
||||
- Search view animation skipped id triggered from app grid state
|
||||
- DING desktop icons not visible during static background workspace animation
|
||||
|
||||
|
||||
**Other changes:**
|
||||
- Added `unlock-dialog` session mode to avoid unnecessary system load when using screen lock
|
||||
- App Grid refactored, added transparent app folder dialogs on clean background
|
||||
- Search view transparency and fixed background brightness in classic overview
|
||||
- Search view in static workspace overview with full opacity and close to default style
|
||||
- Settings window - Profiles tab moved at first position, Dash icons position options moved back to layout
|
||||
- Updated default profiles
|
||||
|
||||
|
||||
### v29 (2023-04-11)
|
||||
**Fixed:**
|
||||
- Window switcher/highlighter logic when scrolling over an dash icon
|
||||
- Unhandled promise rejection warnings on GS 43+
|
||||
|
||||
|
||||
### v28 (2023-04-06)
|
||||
**Added:**
|
||||
- App Grid - vertical app folder orientation
|
||||
- App Grid - *App Grid Page Width Scale* and *Grid Spacing* options
|
||||
- Dash - *Click Behavior* option *Open New Window (if supported)* - switches primary and middle mouse buttons action
|
||||
- Improved support for scaled display and icon sizing
|
||||
|
||||
**Fixed:**
|
||||
- Missing default profile names
|
||||
- App Grid - *Allow Incomplete Pages* option has no effect
|
||||
- App Grid - adaptive folder grid size can exceed display/dialog size
|
||||
- App Grid - unnecessary side spacing when dash and workspace thumbnails are horizontal
|
||||
- Workspace switcher popup when switching workspaces using gestures
|
||||
|
||||
**Other changes:**
|
||||
- Default profiles values
|
||||
- Settings window - Profile buttons order
|
||||
|
||||
|
||||
### v27 (2023-03-24)
|
||||
**Added:**
|
||||
- Predefined customizable profiles for quick configuration changes. The predefined profiles can set the V-Shell to behave like GNOME Shell 3.xx or 40+, make work with the default hot corner more efficient, or make overview behave more like a dock.
|
||||
- Super key double-press behavior options
|
||||
- Brightness setting for background wallpaper in the overview
|
||||
- Hot corner position and hot edge options
|
||||
- Window preview option *Always Activate Selected* allows to switch windows using the overview without clicking
|
||||
- Scrolling over the app icon in the dash can switch between application window previews
|
||||
- OSD position options
|
||||
- Customizable workspace preview corner radius
|
||||
|
||||
**Changed:**
|
||||
- Default max result rows changed from 10 to 5
|
||||
- Max result rows for recent file search provider set to fixed 20 (these results are not included in the standard search)
|
||||
|
||||
**Fixed:**
|
||||
- Dash style affects Dash to Dock / Ubuntu Dock background
|
||||
- GS44 app grid folders - DND with pinned/favorite/running apps can crash the Shell
|
||||
- Compatibility with Dash to Panel and Hide Top Bar extensions
|
||||
- Compatibility with Desktop Cube extension (in horizontal mode)
|
||||
- Dash icon click behavior options moved from appDisplay to dash module
|
||||
- Bg blur transition to the search view
|
||||
|
||||
|
||||
### v26 (2023-03-08)
|
||||
**Added:**
|
||||
- V-Shell modules control - allows disabling expendable modules if they are in conflict with preferred other extensions, or misbehave.
|
||||
- Hot corner options
|
||||
|
||||
**Fixed:**
|
||||
- App grid's adaptive grid size algorithm doesn't support screen scaling.
|
||||
- App grid label option *Always Expanded* doesn't expand labels until the icon is hovered by the pointer.
|
||||
- Scroll over panel that is in the *Overview Only* mode switches workspace.
|
||||
- Leaving the overview using gesture if any window is selected fills the system log with errors - upstream bug.
|
||||
- Panel style transitions in other than default modes.
|
||||
- Overview keyboard navigation.
|
||||
|
||||
|
||||
### v24/25 (2023-03-03)
|
||||
**Added:**
|
||||
- Support for GNOME Shell 44.
|
||||
- Support for horizontally stacked workspaces, the orientation follows `Workspaces Thumbnails Position` option.
|
||||
- `Dash Max Icon Size` menu now offers 80, 96, 112 and 128 px options.
|
||||
- Dash can use available space better if resizes its icons when there is not enough space on the screen for the chosen icon size.
|
||||
- Options `Dash Icon Click`: `Activate Last Used Window Immediately` (default behavior) and `Switch to Workspace with Recently Used Window` which allows you to see an overview of the workspace with the app window before activating it and closing the overview.
|
||||
- Options `Workspaces Scale` and `Workspaces Spacing` adjustments for workspace preview.
|
||||
- Option `Workspace Switcher Animation` / `Static Background` for static background while switching workspaces outside of the overview.
|
||||
- Options `Main Panel Position` and `Main Panel Visibility` allows moving the main panel at the bottom of the screen, hide it, or only show it in the Activities overview.
|
||||
- Options `App Search Icon Size` with reduced spacing between icons and `Search Results Width`.
|
||||
- Option `Max Search Results Rows` allows to set maximum number of rows for all search providers (except for the app search provider that uses grid instead of the list).
|
||||
- Optional Search view transition animation.
|
||||
- Optional `Window Search Provider` directly accessible via an optional icon in the dash, by pressing the Space key in the overview, or by secondary mouse button click on the 'Show Apps' dash icon.
|
||||
- Secondary mouse button click on a window preview opens window search provider searching for the window app name.
|
||||
- Optional `Recent Files Search Provider` directly accessible via an optional icon in the dash or by pressing the Ctr+Space key in the overview.
|
||||
- Text shadow in labels of app grid view icons for better visibility on lighter backgrounds, in case you use `Show Static Background` option for the overview.
|
||||
- Open preferences by middle click on *Show Applications button* in the dash (default dash only).
|
||||
- Option to show current window title in the workspace thumbnail label.
|
||||
- `Close Workspace Button` option can add close button to workspace thumbnails that allows you to close all windows on the workspace/monitor. You can choose whether it close on single click, double-click or single click while holding down the Ctrl key.
|
||||
- App Grid options - `Icon Size`, `Columns/Rows per Page`, `Apps Order` - `Custom`, `Alphabet`, `Usage`, option to `Include Dash Items`, `Reset App Grid Layout`, `Remove App Grid Folders`.
|
||||
- App Grid's *Include Dash Items* option changed to `App Grid Content` and allows exclude favorites and/or running apps from the grid also in the default custom layout mode.
|
||||
- Option `App Labels Behavior` offers setting App Grid app labels to show always expanded or hide them if the app icon is not selected.
|
||||
- Option `Active Icons in Preview Folders` allows you using icons in the folder preview as normal app icons without opening the folder.
|
||||
- App folder preview icons can be displayed in 3x3 grid instead of 2x2 and icon/folder size can be set up to 256px to allow bigger Active folder icons.
|
||||
- Improved app search, now you can find *Firefox* even if you enter *fox* and with the (pseudo) fuzzy search enabled, you'll find it even if you enter *ffx*.
|
||||
- Notification banners position option.
|
||||
- `Window Attention Handler` options - `Disable Notifications`, `Immediately Focus Window`.
|
||||
- New options for secondary monitor overview allow independent workspace thumbnails and workspace preview scales and also can move the ws preview as if there was the main panel, like on the primary monitor.
|
||||
- Custom workspace switcher popup position and visibility.
|
||||
|
||||
**Fixed:**
|
||||
- Some options related to the workspace preview don't work for secondary monitors if workspaces set to "primary monitor only".
|
||||
- Optimized blur effect transitions.
|
||||
- Smaller single windows not properly scaling with workspace preview in `Expose Windows on Hover` mode.
|
||||
- (upstream bug) Closing windows in the overview fills log with "access to destroyed" object errors.
|
||||
- (upstream bug) Glitching transition when minimizing full-screen window.
|
||||
- Workspace thumbnails size breathing during adding/removing workspaces
|
||||
|
||||
**Changed:**
|
||||
- Extension renamed to V-Shell, because the vertical workspace orientation is not the only option any more and the 'V' might stand for *Vertical*, but also for *Variable*.
|
||||
|
||||
### v23 (v19, v20, v21, v22) (2022-12-22)
|
||||
**Added:**
|
||||
- Overview modes `Expose Windows on Hover` and `Static Workspace`
|
||||
- Option `Always Show Window Titles`
|
||||
- Option `Dash Background Radius`
|
||||
- Option `Animation Speed`
|
||||
|
||||
**Fixed:**
|
||||
- Startup animation can still freeze Shell in certain configuration. Injection replaced by complete override of the *startupAnimation()* function.
|
||||
- Workaround for upstream bug - stuttering first animation of App Grid with many icons.
|
||||
|
||||
**Other changes:**
|
||||
- Preferences split into more sections for better readability.
|
||||
|
||||
### v17, v18 (2022-12-07)
|
||||
**Added:**
|
||||
- Separate scales for blur amount in overview window picker and app grid/search results.
|
||||
- Option `Smooth Blur Transitions` allows to disable smooth blur transitions on slower hw.
|
||||
|
||||
**Fixed:**
|
||||
- Startup animation can freeze Shell if `Show Workspace Preview Background` option disabled.
|
||||
- Secondary workspace thumbnails not visible in overview after starting GS.
|
||||
- Dash, WS thumbnails and Search entry animations exceptions.
|
||||
- App grid animates over the Dash instead below it.
|
||||
|
||||
**Other changes:**
|
||||
- Default Dash background opacity set to 40.
|
||||
- Workspace thumbnail caption style.
|
||||
|
||||
### v16 (2022-12-05)
|
||||
**Fixed:**
|
||||
- Dash to Dock compatibility.
|
||||
- Improved static background transitions.
|
||||
|
||||
### v15 (2022-12-01)
|
||||
**Fixed:**
|
||||
- Dash / ws thumbnails shifted after disable, if ws preview background is disabled.
|
||||
- Delayed dash / ws thumbnails animation after screen unlocks.
|
||||
|
||||
### v14 (2022-11-29 e.g.o only)
|
||||
**Added:**
|
||||
- Option `Show Static Background` allows keep background wallpaper in the Activities overview.
|
||||
- Slider `Blur Static Background` allows add blur to the static background image.
|
||||
- Search result style - added bit of transparency to look better with static background.
|
||||
- Link to changelog on About page.
|
||||
|
||||
**Fixed:**
|
||||
- Option `Override Page Up/Down Shortcuts` doesn't work reliably.
|
||||
|
||||
**Other changes:**
|
||||
- Next/Prev page indicators in GS43 are hard to switch from horizontal orientation to vertical, so for now I added style that makes them look more like vertical arrows indicating direction to the prev/next page.
|
||||
|
||||
### v13 (2022-10-20)
|
||||
**Added:**
|
||||
- Horizontal 3 finger gesture automatically changes its direction depending on the workspace thumbnails position to match direction of the transition animation.
|
||||
- Vertically oriented Dash items can be selected and activated even with the pointer at the edge of the screen.
|
||||
- Option `Startup State` allows to change GNOME Shell's startup state from Overview to Desktop.
|
||||
- Option `Always Show Search Entry` now allows showing the search entry even if the search is not active.
|
||||
|
||||
**Fixed**
|
||||
- 3 finger gestures not having proper orientation when used for the first time after enabling the extension.
|
||||
- Dash overlapping workspace during transition between normal view and overview when using a 3 finger gesture.
|
||||
- Dash icons can get out of border when dash size reach its maximum.
|
||||
- Smaller workspace preview size if DtD set to auto-hide.
|
||||
- Dash startup animation doesn't respect Dash position, workspace thumbnails don't animate at all.
|
||||
|
||||
### v12 2022-09-04
|
||||
**Fixed:**
|
||||
- Dash to Dock compatibility issue when original Dash set to vertical position
|
||||
|
||||
### v11 2022-09-04
|
||||
**Added**
|
||||
- Window preview app icon size
|
||||
- About page
|
||||
- Reset button that allows to set all options to their default values
|
||||
- GNOME Shell 43 support
|
||||
- Automatic `Fix for Dash to Dock` option activation when DtD detected during enabling
|
||||
|
||||
**Fixed**
|
||||
- App Grid page indicator not vertical
|
||||
- Workspace thumbnail caption can show window title from different workspace (typically VBox Machine)
|
||||
|
||||
### v10 2022-08-03
|
||||
**Added:**
|
||||
- Option `Show Workspace Preview Background` allows to hide background wallpaper in the overview.
|
||||
|
||||
**Fixed:**
|
||||
- Broken overview after *Dash to Dock* disabled.
|
||||
|
||||
**Other changes:**
|
||||
- Preferences reorganized
|
||||
|
||||
### v9 2022-07-31
|
||||
**Added:**
|
||||
- Option `Show Workspace Labels` allows to show label on each workspace thumbnail. Options: `Index`, `Index + Workspace Name`, `Index + App Name`
|
||||
- Option `Show Workspace Label on Hover` hides the labels until mouse hovers over a thumbnail.
|
||||
- Option to hide Workspace Thumbnails on primary and secondary monitors individually in their position option list.
|
||||
- Independent position adjustment for secondary monitors workspace thumbnails.
|
||||
- Vertical workspace switcher popup.
|
||||
- Settings page `Content` has been removed and `Disable` options were added to the position option list of the `Dash` and `Workspace Thumbnails`.
|
||||
|
||||
### v8 22-07-27
|
||||
**Added:**
|
||||
- **Vertical Dash** which can be placed at the left and right side of the screen, in addition to top and bottom positions.
|
||||
- `Fine Tune Position` sliders for Dash and window switcher.
|
||||
- `Dash Height Max Scale` option has been replaced by `Dash Max Icon Size` option which allows more precise setting.
|
||||
|
||||
### v7 22-07-23
|
||||
**Fixed:**
|
||||
- Fix of `Fix for Dash to Dock`
|
||||
|
||||
### v6 22-07-23
|
||||
**Added:**
|
||||
- Option `Auto` to App Grid Animation menu, changes animation direction according to workspace switcher position and visibility.
|
||||
- Option `Fix for Dash to Dock` helps to keep VW consistent when DtD updates its position and while updating monitors configuration.
|
||||
|
||||
**Fixed:**
|
||||
- Dash position can be off a little bit with `Center Dash to WS` option.
|
||||
- Secondary monitor overview transitions
|
||||
|
||||
### v5 2022-07-20
|
||||
**Added:**
|
||||
- `Content` page in Preferences window with options to hide Dash, workspace switcher and wallpaper in workspace thumbnails.
|
||||
- New transition animations between Window Picker, App Grid and Desktop views.
|
||||
- Workspace and App Grid animation options.
|
||||
- Option to automatically switch `(Shift +) Super + Page Up/Down` keyboard shortcuts for the current workspace orientation.
|
||||
- Option to expand workspace thumbnails to entire height of the work area at the expense of Dash width.
|
||||
|
674
extensions/45/vertical-workspaces/LICENSE
Normal file
|
@ -0,0 +1,674 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
90
extensions/45/vertical-workspaces/Makefile
Normal file
|
@ -0,0 +1,90 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
# Replace these with the name and domain of your extension!
|
||||
NAME := vertical-workspaces
|
||||
DOMAIN := G-dH.github.com
|
||||
ZIP_NAME := $(NAME)@$(DOMAIN).zip
|
||||
|
||||
# Some of the recipes below depend on some of these files.
|
||||
JS_FILES = $(shell find -type f -and \( -name "*.js" \))
|
||||
UI_FILES = $(shell find -type f -and \( -name "*.ui" \))
|
||||
#RESOURCE_FILES = $(shell find resources -mindepth 2 -type f)
|
||||
LOCALES_PO = $(wildcard po/*.po)
|
||||
LOCALES_MO = $(patsubst po/%.po,locale/%/LC_MESSAGES/$(NAME).mo,$(LOCALES_PO))
|
||||
|
||||
# These files will be included in the extension zip file.
|
||||
ZIP_CONTENT = $(JS_FILES) $(LOCALES_MO) \
|
||||
schemas/* schemas/gschemas.compiled metadata.json LICENSE stylesheet.css
|
||||
|
||||
# These six recipes can be invoked by the user.
|
||||
.PHONY: all zip install uninstall pot clean
|
||||
|
||||
all: $(ZIP_CONTENT)
|
||||
|
||||
# The zip recipes only bundles the extension without installing it.
|
||||
zip: $(ZIP_NAME)
|
||||
|
||||
# The install recipes creates the extension zip and installs it.
|
||||
install: $(ZIP_NAME)
|
||||
gnome-extensions install "$(ZIP_NAME)" --force
|
||||
@echo "Extension installed successfully! Now restart the Shell ('Alt'+'F2', then 'r' or log out/log in on Wayland)."
|
||||
|
||||
# This uninstalls the previously installed extension.
|
||||
uninstall:
|
||||
gnome-extensions uninstall "$(NAME)@$(DOMAIN)"
|
||||
|
||||
# Use gettext to generate a translation template file.
|
||||
pot: $(JS_FILES) $(UI_FILES)
|
||||
@echo "Generating '$(NAME).pot'..."
|
||||
@xgettext --from-code=UTF-8 \
|
||||
--add-comments=Translators \
|
||||
--copyright-holder="GdH" \
|
||||
--package-name="$(NAME)" \
|
||||
--output=po/$(NAME).pot \
|
||||
$(JS_FILES) $(UI_FILES)
|
||||
|
||||
# This removes all temporary files created with the other recipes.
|
||||
clean:
|
||||
rm -rf $(ZIP_NAME) \
|
||||
schemas/gschemas.compiled \
|
||||
locale
|
||||
|
||||
# This bundles the extension and checks whether it is small enough to be uploaded to
|
||||
# extensions.gnome.org. We do not use "gnome-extensions pack" for this, as this is not
|
||||
# readily available on the GitHub runners.
|
||||
$(ZIP_NAME): $(ZIP_CONTENT)
|
||||
@echo "Packing zip file..."
|
||||
@rm --force $(ZIP_NAME)
|
||||
@zip $(ZIP_NAME) -- $(ZIP_CONTENT)
|
||||
|
||||
@#Check if the zip size is too big to be uploaded
|
||||
@SIZE=$$(unzip -Zt $(ZIP_NAME) | awk '{print $$3}') ; \
|
||||
if [[ $$SIZE -gt 5242880 ]]; then \
|
||||
echo "ERROR! The extension is too big to be uploaded to" \
|
||||
"the extensions website, keep it smaller than 5 MB!"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
# Compiles the gschemas.compiled file from the gschema.xml file.
|
||||
schemas/gschemas.compiled: schemas/org.gnome.shell.extensions.$(NAME).gschema.xml
|
||||
@echo "Compiling schemas..."
|
||||
@glib-compile-schemas schemas
|
||||
|
||||
# Compiles the gresource file from the gresources.xml.
|
||||
#resources/$(NAME).gresource: resources/$(NAME).gresource.xml
|
||||
# @echo "Compiling resources..."
|
||||
# @glib-compile-resources --sourcedir="resources" --generate resources/$(NAME).gresource.xml
|
||||
|
||||
# Generates the gresources.xml based on all files in the resources subdirectory.
|
||||
#resources/$(NAME).gresource.xml: $(RESOURCE_FILES)
|
||||
# @echo "Creating resources xml..."
|
||||
# @FILES=$$(find "resources" -mindepth 2 -type f -printf "%P\n" | xargs -i echo "<file>{}</file>") ; \
|
||||
echo "<?xml version='1.0' encoding='UTF-8'?><gresources><gresource> $$FILES </gresource></gresources>" \
|
||||
> resources/$(NAME).gresource.xml
|
||||
|
||||
# Compiles all *.po files to *.mo files.
|
||||
locale/%/LC_MESSAGES/$(NAME).mo: po/%.po
|
||||
@echo "Compiling $@"
|
||||
@mkdir -p locale/$*/LC_MESSAGES
|
||||
@msgfmt -c -o $@ $<
|
||||
|
88
extensions/45/vertical-workspaces/README.md
Normal file
|
@ -0,0 +1,88 @@
|
|||
# V-Shell (Vertical Workspaces)
|
||||
|
||||
A GNOME Shell extension that lets you customize your GNOME Shell UX to suit your workflow, whether you like horizontally or vertically stacked workspaces.
|
||||
|
||||
Currently supported GNOME versions: 42 - 45
|
||||
|
||||
[<img alt="" height="100" src="https://raw.githubusercontent.com/andyholmes/gnome-shell-extensions-badge/master/get-it-on-ego.svg?sanitize=true">](https://extensions.gnome.org/extension/5177/vertical-workspaces/)
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
- Vertically or horizontally stacked workspaces
|
||||
- Adjust position, orientation, scale and visibility of overview content
|
||||
- Customizable profiles offer predefined configurations for GNOME 3.xx, GNOME 40+ and another 2 custom layouts
|
||||
- 2 overview modes with static windows/workspace. The *Static Workspace* option allows you to use dash like a dock with auto-hide, but with all advantages of the activities overview
|
||||
- Support for secondary monitors, workspace thumbnails can be placed on the opposite side than on the primary monitor
|
||||
- Wallpaper background with adjustable blur effect and brightness in the overview
|
||||
- Custom Dash icon size and on-click/scroll behavior
|
||||
- Optional workspace isolated Dash
|
||||
- Dash background transparency and corner radius adjustments
|
||||
- Adjustable app grid icon size, number of columns and rows, content, optional active and draggable icons in folder preview in optional 3x3 grid
|
||||
- Custom search view width, app results icons size and number of result lists rows, improved app search
|
||||
- Workspace thumbnails can show background wallpaper and labels (always or on mouse hover) with combination of workspace index, workspace name, name of the current application and current window title
|
||||
- Title captions of window previews moved into the preview (originally beneath the preview) and can be set as always visible. Adjustable window preview icon
|
||||
- Static background in workspace switcher (outside overview). Keeps Conky below, DING desktop icons stay visible (if not covered by windows)
|
||||
- Control over transition animations, including speed
|
||||
- Window search provider with *Space* hotkey allows quick window navigation
|
||||
- Recent files search provider with *Ctrl + Space* hotkey
|
||||
- Extensions search provider with *Ctrl + Shift + Space* hotkey allows to search for extensions, open their settings and enable or disable them
|
||||
- Reorder workspaces in overview using *Shift + Scroll* or *Shift + Page Up/Down*
|
||||
- Adds *Force Quit*, *Close Windows on Current Workspace* and *Move Windows to Current Workspace* items to app icon menu. The latter action can be activated using *Shift + click* on app icon
|
||||
- Change notification banners and OSD popups position
|
||||
- Window attention handler options can activate the attention-demanding window immediately or silence its notification
|
||||
- Optional position of the hot corner that can follow the dash and expand to hot edge
|
||||
- Super key double-press options
|
||||
- Window thumbnail (PIP) options allows you to create scaled down clone of the window by clicking on its preview in the overview (secondary mouse buttons or window preview icon)
|
||||
|
||||
|
||||
## Changelog
|
||||
[CHANGELOG.md](CHANGELOG.md)
|
||||
|
||||
## Installation
|
||||
|
||||
### Installation from extensions.gnome.org
|
||||
The easiest way to install the latest stable release of V-Shell: go to [extensions.gnome.org](https://extensions.gnome.org/extension/5177/vertical-workspaces/) and toggle the switch.
|
||||
|
||||
### Installation from the latest Github release
|
||||
Download the latest release archive using following command:
|
||||
|
||||
wget https://github.com/G-dH/vertical-workspaces/releases/latest/download/vertical-workspaces@G-dH.github.com.zip
|
||||
|
||||
Install the extension (`--force` switch needs to be used only if some version of the extension is already installed):
|
||||
|
||||
gnome-extensions install --force vertical-workspaces@G-dH.github.com.zip
|
||||
|
||||
### Installation from GitHub repository
|
||||
The most recent version in the repository is the one I'm currently using and developing on my own systems, problems may occur, but usually nothing serious. The repository version may change often and doesn't updates automatically on your system. If you want to help me, use this latest version and report bugs.
|
||||
You may need to install `git`, `make`, `gettext` and `glib2.0` for successful installation.
|
||||
Navigate to the directory you want to download the source code and execute following commands in the terminal:
|
||||
|
||||
GNOME 45:
|
||||
|
||||
git clone https://github.com/G-dH/vertical-workspaces.git
|
||||
cd vertical-workspaces
|
||||
make install
|
||||
|
||||
GNOME 42 - 44:
|
||||
|
||||
git clone https://github.com/G-dH/vertical-workspaces.git
|
||||
cd vertical-workspaces
|
||||
git checkout gnome-42-44
|
||||
make install
|
||||
|
||||
If you get `Can't recursively copy directory` error, take a look at issue #51.
|
||||
|
||||
### Enabling the extension
|
||||
After installation you need to enable the extension and access its settings.
|
||||
|
||||
- First restart GNOME Shell (`ALt` + `F2`, `r`, `Enter`, or Log Out/Log In if you use Wayland)
|
||||
- Now you should see *Vertical Workspaces* extension in *Extensions* application (re-open the app if needed to load new data), where you can enable it and access its Preferences window by pressing `Settings` button.
|
||||
|
||||
## Credits
|
||||
This extension uses customized utils and dash modules of the [Vertical Overview extension](https://github.com/RensAlthuis/vertical-overview).
|
||||
|
||||
## Buy me a coffee
|
||||
If you like my extensions and want to keep me motivated give me some useful feedback, but you can also help me with my coffee expenses:
|
||||
[buymeacoffee.com/georgdh](https://buymeacoffee.com/georgdh)
|
842
extensions/45/vertical-workspaces/extension.js
Normal file
|
@ -0,0 +1,842 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* extension.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
import GLib from 'gi://GLib';
|
||||
import GObject from 'gi://GObject';
|
||||
import Meta from 'gi://Meta';
|
||||
import St from 'gi://St';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as ModalDialog from 'resource:///org/gnome/shell/ui/modalDialog.js';
|
||||
|
||||
import * as Config from 'resource:///org/gnome/shell/misc/config.js';
|
||||
|
||||
import * as Extension from 'resource:///org/gnome/shell/extensions/extension.js';
|
||||
|
||||
// Me imports
|
||||
import * as Settings from './lib/settings.js';
|
||||
import * as _Util from './lib/util.js';
|
||||
|
||||
// Me Modules import
|
||||
import { LayoutModule } from './lib/layout.js';
|
||||
import { WorkspacesViewModule } from './lib/workspacesView.js';
|
||||
import { WorkspaceThumbnailModule } from './lib/workspaceThumbnail.js';
|
||||
import { AppDisplayModule } from './lib/appDisplay.js';
|
||||
import { AppFavoritesModule } from './lib/appFavorites.js';
|
||||
import { DashModule } from './lib/dash.js';
|
||||
import { IconGridModule } from './lib/iconGrid.js';
|
||||
import { MessageTrayModule } from './lib/messageTray.js';
|
||||
import { OsdWindowModule } from './lib/osdWindow.js';
|
||||
import { OverlayKeyModule } from './lib/overlayKey.js';
|
||||
import { OverviewModule } from './lib/overview.js';
|
||||
import { OverviewControlsModule } from './lib/overviewControls.js';
|
||||
import { PanelModule } from './lib/panel.js';
|
||||
import { SearchControllerModule } from './lib/searchController.js';
|
||||
import { SearchModule } from './lib/search.js';
|
||||
import { SwipeTrackerModule } from './lib/swipeTracker.js';
|
||||
import { WindowAttentionHandlerModule } from './lib/windowAttentionHandler.js';
|
||||
import { WindowManagerModule } from './lib/windowManager.js';
|
||||
import { WindowPreviewModule } from './lib/windowPreview.js';
|
||||
import { WorkspaceAnimationModule } from './lib/workspaceAnimation.js';
|
||||
import { WorkspaceModule } from './lib/workspace.js';
|
||||
import { WorkspaceSwitcherPopupModule } from './lib/workspaceSwitcherPopup.js';
|
||||
import { WindowSearchProviderModule } from './lib/windowSearchProvider.js';
|
||||
import { RecentFilesSearchProviderModule } from './lib/recentFilesSearchProvider.js';
|
||||
import { ExtensionsSearchProviderModule } from './lib/extensionsSearchProvider.js';
|
||||
import { WinTmbModule } from './lib/winTmb.js';
|
||||
|
||||
let Me;
|
||||
// gettext
|
||||
let _;
|
||||
let opt;
|
||||
|
||||
export default class VShell extends Extension.Extension {
|
||||
_init() {
|
||||
Me = {};
|
||||
|
||||
Me.getSettings = this.getSettings.bind(this);
|
||||
Me.shellVersion = parseFloat(Config.PACKAGE_VERSION);
|
||||
Me.metadata = this.metadata;
|
||||
Me.gSettings = this.getSettings();
|
||||
Me.Settings = Settings;
|
||||
Me.Util = _Util;
|
||||
Me.gettext = this.gettext.bind(this);
|
||||
_ = Me.gettext;
|
||||
|
||||
Me.WSP_PREFIX = WindowSearchProviderModule._PREFIX;
|
||||
Me.RFSP_PREFIX = RecentFilesSearchProviderModule._PREFIX;
|
||||
Me.ESP_PREFIX = ExtensionsSearchProviderModule._PREFIX;
|
||||
|
||||
Me.opt = new Me.Settings.Options(Me);
|
||||
|
||||
Me.Util.init(Me);
|
||||
}
|
||||
|
||||
_cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
_ = null;
|
||||
}
|
||||
|
||||
enable() {
|
||||
this._init();
|
||||
// flag for Util.getEnabledExtensions()
|
||||
Me.extensionsLoadIncomplete = Main.layoutManager._startingUp;
|
||||
opt = Me.opt;
|
||||
|
||||
this._initModules();
|
||||
this.activateVShell();
|
||||
|
||||
Me.extensionsLoadIncomplete = false;
|
||||
|
||||
console.debug(`${Me.metadata.name}: enabled`);
|
||||
}
|
||||
|
||||
// Reason for using "unlock-dialog" session mode:
|
||||
// Updating the "appDisplay" content every time the screen is locked/unlocked takes quite a lot of time and affects the user experience.
|
||||
disable() {
|
||||
this.removeVShell();
|
||||
this._disposeModules();
|
||||
|
||||
// If Dash to Dock is enabled, disabling V-Shell can end in broken overview
|
||||
Main.overview.hide();
|
||||
|
||||
console.debug(`${Me.metadata.name}: disabled`);
|
||||
|
||||
this._cleanGlobals();
|
||||
}
|
||||
|
||||
_getModuleList() {
|
||||
return Object.keys(Me.Modules);
|
||||
}
|
||||
|
||||
_initModules() {
|
||||
Me.Modules = {};
|
||||
Me.Modules.appDisplayModule = new AppDisplayModule(Me);
|
||||
Me.Modules.appFavoritesModule = new AppFavoritesModule(Me);
|
||||
Me.Modules.dashModule = new DashModule(Me);
|
||||
Me.Modules.iconGridModule = new IconGridModule(Me);
|
||||
Me.Modules.layoutModule = new LayoutModule(Me);
|
||||
Me.Modules.messageTrayModule = new MessageTrayModule(Me);
|
||||
Me.Modules.overviewModule = new OverviewModule(Me);
|
||||
Me.Modules.overviewControlsModule = new OverviewControlsModule(Me);
|
||||
Me.Modules.osdWindowModule = new OsdWindowModule(Me);
|
||||
Me.Modules.overlayKeyModule = new OverlayKeyModule(Me);
|
||||
Me.Modules.panelModule = new PanelModule(Me);
|
||||
Me.Modules.searchModule = new SearchModule(Me);
|
||||
Me.Modules.searchControllerModule = new SearchControllerModule(Me);
|
||||
Me.Modules.swipeTrackerModule = new SwipeTrackerModule(Me);
|
||||
Me.Modules.windowAttentionHandlerModule = new WindowAttentionHandlerModule(Me);
|
||||
Me.Modules.windowPreviewModule = new WindowPreviewModule(Me);
|
||||
Me.Modules.windowManagerModule = new WindowManagerModule(Me);
|
||||
Me.Modules.workspaceModule = new WorkspaceModule(Me);
|
||||
Me.Modules.workspaceAnimationModule = new WorkspaceAnimationModule(Me);
|
||||
Me.Modules.workspaceSwitcherPopupModule = new WorkspaceSwitcherPopupModule(Me);
|
||||
Me.Modules.workspaceThumbnailModule = new WorkspaceThumbnailModule(Me);
|
||||
Me.Modules.workspacesViewModule = new WorkspacesViewModule(Me);
|
||||
Me.Modules.windowSearchProviderModule = new WindowSearchProviderModule(Me);
|
||||
Me.Modules.recentFilesSearchProviderModule = new RecentFilesSearchProviderModule(Me);
|
||||
Me.Modules.extensionsSearchProviderModule = new ExtensionsSearchProviderModule(Me);
|
||||
Me.Modules.winTmbModule = new WinTmbModule(Me);
|
||||
}
|
||||
|
||||
_disposeModules() {
|
||||
Me.opt.destroy();
|
||||
Me.opt = null;
|
||||
|
||||
for (let module of this._getModuleList()) {
|
||||
if (!Me.Modules[module].moduleEnabled)
|
||||
Me.Modules[module].cleanGlobals();
|
||||
}
|
||||
|
||||
Me.Util.cleanGlobals();
|
||||
|
||||
Me.Modules = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
activateVShell() {
|
||||
this._enabled = true;
|
||||
|
||||
this._originalGetNeighbor = Meta.Workspace.prototype.get_neighbor;
|
||||
|
||||
this._removeTimeouts();
|
||||
this._timeouts = {};
|
||||
|
||||
// load VShell configuration
|
||||
this._updateSettings();
|
||||
|
||||
// activate all enabled VShell modules
|
||||
this._updateOverrides();
|
||||
|
||||
// connect signals to help VShell adapt to changes in DE configuration
|
||||
this._updateConnections();
|
||||
|
||||
// switch PageUp/PageDown workspace switcher shortcuts
|
||||
this._switchPageShortcuts();
|
||||
|
||||
// if Dash to Dock detected force enable "Fix for DtD" option
|
||||
this._updateFixDashToDockOption();
|
||||
|
||||
// update overview background wallpaper if enabled, but don't set it too early on session startup
|
||||
// because it crashes wayland
|
||||
if (!Main.layoutManager._startingUp || Meta.is_restart())
|
||||
Main.overview._overview.controls._setBackground();
|
||||
|
||||
this._updateSettingsConnection();
|
||||
|
||||
// store dash _workId so we will be able to detect replacement when entering overview
|
||||
this._storeDashId();
|
||||
|
||||
// workaround for upstream bug - overview always shows workspace 1 instead of the active one after restart
|
||||
this._setInitialWsIndex();
|
||||
}
|
||||
|
||||
removeVShell() {
|
||||
this._enabled = false;
|
||||
|
||||
const reset = true;
|
||||
this._removeTimeouts();
|
||||
|
||||
this._removeConnections();
|
||||
Main.overview._overview.controls._setBackground(reset);
|
||||
|
||||
// remove changes mede by VShell modules
|
||||
this._updateOverrides(reset);
|
||||
|
||||
// switch PageUp/PageDown workspace switcher shortcuts
|
||||
this._switchPageShortcuts();
|
||||
|
||||
// remove any position offsets from dash and ws thumbnails
|
||||
if (!Me.Util.dashNotDefault()) {
|
||||
Main.overview.dash.translation_x = 0;
|
||||
Main.overview.dash.translation_y = 0;
|
||||
}
|
||||
Main.overview._overview._controls._thumbnailsBox.translation_x = 0;
|
||||
Main.overview._overview._controls._thumbnailsBox.translation_y = 0;
|
||||
Main.overview._overview._controls._searchEntryBin.translation_y = 0;
|
||||
Main.overview._overview._controls.set_child_above_sibling(Main.overview._overview._controls._workspacesDisplay, null);
|
||||
// restore default animation speed
|
||||
St.Settings.get().slow_down_factor = 1;
|
||||
|
||||
// restore default dash background style
|
||||
Main.overview.dash._background.set_style('');
|
||||
// hide status message if shown
|
||||
this._showStatusMessage(false);
|
||||
this._prevDash = null;
|
||||
|
||||
Meta.Workspace.prototype.get_neighbor = this._originalGetNeighbor;
|
||||
}
|
||||
|
||||
_removeTimeouts() {
|
||||
if (this._timeouts) {
|
||||
Object.values(this._timeouts).forEach(id => {
|
||||
if (id)
|
||||
GLib.source_remove(id);
|
||||
});
|
||||
}
|
||||
this._timeouts = null;
|
||||
}
|
||||
|
||||
_storeDashId() {
|
||||
this._prevDash = Main.overview.dash._workId;
|
||||
}
|
||||
|
||||
_setInitialWsIndex() {
|
||||
if (Main.layoutManager._startingUp) {
|
||||
GLib.idle_add(GLib.PRIORITY_LOW, () => {
|
||||
Main.overview._overview.controls._workspaceAdjustment.set_value(global.workspace_manager.get_active_workspace_index());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
_updateSettingsConnection() {
|
||||
if (!opt._extensionUpdateId)
|
||||
opt._extensionUpdateId = opt.connect('changed', this._updateSettings.bind(this));
|
||||
}
|
||||
|
||||
_updateFixDashToDockOption() {
|
||||
const dtdEnabled = !!(Me.Util.getEnabledExtensions('dash-to-dock').length ||
|
||||
Me.Util.getEnabledExtensions('ubuntu-dock').length);
|
||||
|
||||
// force enable Fix Dash to Dock option if DtD detected
|
||||
opt._watchDashToDock = dtdEnabled;
|
||||
}
|
||||
|
||||
_updateConnections() {
|
||||
if (!this._monitorsChangedConId)
|
||||
this._monitorsChangedConId = Main.layoutManager.connect('monitors-changed', () => this._updateVShell(2000));
|
||||
|
||||
|
||||
if (!this._showingOverviewConId)
|
||||
this._showingOverviewConId = Main.overview.connect('showing', this._onShowingOverview.bind(this));
|
||||
|
||||
if (!this._sessionModeConId) {
|
||||
// the panel must be visible when screen is locked
|
||||
this._sessionModeConId = Main.sessionMode.connect('updated', session => {
|
||||
if (session.currentMode === 'user' || session.parentMode === 'user') {
|
||||
this._timeouts.unlock = GLib.idle_add(GLib.PRIORITY_LOW,
|
||||
() => {
|
||||
Me.Modules.panelModule.update();
|
||||
Me.Modules.overviewControlsModule.update();
|
||||
Me.Modules.winTmbModule.showThumbnails();
|
||||
|
||||
this._timeouts.unlock = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
} else if (session.currentMode === 'unlock-dialog') {
|
||||
Me.Modules.panelModule.update(true);
|
||||
Me.Modules.winTmbModule.hideThumbnails();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (!this._watchDockSigId) {
|
||||
this._watchDockSigId = Main.extensionManager.connect('extension-state-changed',
|
||||
(source, extension) => {
|
||||
const uuid = extension.uuid;
|
||||
// ExtensionState = {
|
||||
// ENABLED: 1,
|
||||
// DISABLED: 2,
|
||||
// ERROR: 3,
|
||||
// OUT_OF_DATE: 4,
|
||||
// DOWNLOADING: 5,
|
||||
// INITIALIZED: 6,
|
||||
// DISABLING: 7,
|
||||
// ENABLING: 8,
|
||||
//
|
||||
// // Used as an error state for operations on unknown extensions,
|
||||
// // should never be in a real extensionMeta object.
|
||||
// UNINSTALLED: 99,
|
||||
// };
|
||||
// no need to restart on disable/remove
|
||||
// - if DtD was enabled before VShell, VShell will be rebased by extensionSystem
|
||||
// - if DtD was enabled after VShell, the first _showingOverview detect replacement of the dash and repair VShell
|
||||
const reset = [1, 2].includes(extension.state);
|
||||
const dashReplacement = uuid.includes('dash-to-dock') || uuid.includes('ubuntu-dock') || uuid.includes('dash-to-panel');
|
||||
if (dashReplacement && reset)
|
||||
opt._watchDashToDock = true;
|
||||
if (!Main.layoutManager._startingUp && reset && dashReplacement)
|
||||
this._updateVShell(1999);
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
_removeConnections() {
|
||||
if (this._monitorsChangedConId) {
|
||||
Main.layoutManager.disconnect(this._monitorsChangedConId);
|
||||
this._monitorsChangedConId = 0;
|
||||
}
|
||||
|
||||
if (this._showingOverviewConId) {
|
||||
Main.overview.disconnect(this._showingOverviewConId);
|
||||
this._showingOverviewConId = 0;
|
||||
}
|
||||
|
||||
if (this._sessionModeConId) {
|
||||
Main.sessionMode.disconnect(this._sessionModeConId);
|
||||
this._sessionModeConId = 0;
|
||||
}
|
||||
|
||||
if (this._watchDockSigId) {
|
||||
Main.extensionManager.disconnect(this._watchDockSigId);
|
||||
this._watchDockSigId = 0;
|
||||
}
|
||||
}
|
||||
|
||||
_updateOverrides(reset = false) {
|
||||
Me.Modules.workspacesViewModule.update(reset);
|
||||
Me.Modules.workspaceThumbnailModule.update(reset);
|
||||
Me.Modules.overviewModule.update(reset);
|
||||
Me.Modules.overviewControlsModule.update(reset);
|
||||
|
||||
Me.Modules.workspaceModule.update(reset);
|
||||
Me.Modules.windowPreviewModule.update(reset);
|
||||
Me.Modules.windowManagerModule.update(reset);
|
||||
|
||||
Me.Modules.layoutModule.update(reset);
|
||||
Me.Modules.dashModule.update(reset);
|
||||
// avoid enabling panel module when session is locked
|
||||
if (reset || (!reset && !Main.sessionMode.isLocked))
|
||||
Me.Modules.panelModule.update(reset);
|
||||
// the panel must be visible when screen is locked
|
||||
// at startup time, panel will be updated from the startupAnimation after allocation
|
||||
if (!reset && Main.sessionMode.isLocked && !Main.layoutManager._startingUp)
|
||||
Me.Modules.panelModule._showPanel(true);
|
||||
// PanelModule._showPanel(true);
|
||||
// hide panel so it appears directly on the final place
|
||||
/* else if (Main.layoutManager._startingUp && !Meta.is_restart())
|
||||
Main.panel.opacity = 0;*/
|
||||
|
||||
Me.Modules.workspaceAnimationModule.update(reset);
|
||||
Me.Modules.workspaceSwitcherPopupModule.update(reset);
|
||||
|
||||
Me.Modules.swipeTrackerModule.update(reset);
|
||||
|
||||
Me.Modules.searchModule.update(reset);
|
||||
|
||||
Me.Modules.windowSearchProviderModule.update(reset);
|
||||
Me.Modules.recentFilesSearchProviderModule.update(reset);
|
||||
Me.Modules.extensionsSearchProviderModule.update(reset);
|
||||
|
||||
// don't rebuild app grid on any screen lock
|
||||
// even if the extension includes unlock-screen session mode
|
||||
// disable/enable is called at least once even on GS44
|
||||
// when screen lock is activated for the first time
|
||||
// because every first disable of each extension rebases
|
||||
// the entire extensions stack that was enabled later
|
||||
if (Main.sessionMode.isLocked)
|
||||
this._sessionLockActive = true;
|
||||
|
||||
// This covers unnecessary enable/disable cycles during first screen lock when extensions are rebased, but is not allowed by the EGO rules
|
||||
if (!this._sessionLockActive || !Main.extensionManager._getEnabledExtensions().includes(Me.metadata.uuid)) {
|
||||
// iconGridModule will be updated from appDisplayModule
|
||||
Me.Modules.appDisplayModule.update(reset);
|
||||
}
|
||||
|
||||
if (!this._sessionLockActive && !Main.layoutManager._startingUp && opt.APP_GRID_PERFORMANCE) {
|
||||
// Avoid showing status at startup, can cause freeze
|
||||
this._showStatusMessage();
|
||||
}
|
||||
|
||||
if (!Main.sessionMode.isLocked)
|
||||
this._sessionLockActive = false;
|
||||
|
||||
// iconGridModule will be updated from appDisplayModule
|
||||
// Me.Modules.appDisplayModule.update(reset);
|
||||
|
||||
Me.Modules.windowAttentionHandlerModule.update(reset);
|
||||
Me.Modules.appFavoritesModule.update(reset);
|
||||
Me.Modules.messageTrayModule.update(reset);
|
||||
Me.Modules.osdWindowModule.update(reset);
|
||||
Me.Modules.overlayKeyModule.update(reset);
|
||||
Me.Modules.searchControllerModule.update(reset);
|
||||
Me.Modules.winTmbModule.update(reset);
|
||||
|
||||
if (!reset && !Main.layoutManager._startingUp)
|
||||
Main.overview._overview.controls.setInitialTranslations();
|
||||
}
|
||||
|
||||
_onShowingOverview() {
|
||||
if (Main.layoutManager._startingUp)
|
||||
return;
|
||||
|
||||
Main.overview._overview.controls.opacity = 255;
|
||||
|
||||
// store pointer X coordinate for OVERVIEW_MODE 1 window spread - if mouse pointer is steady, don't spread
|
||||
opt.showingPointerX = global.get_pointer()[0];
|
||||
|
||||
if (!Main.overview._overview.controls._bgManagers && (opt.SHOW_BG_IN_OVERVIEW || opt.SHOW_WS_PREVIEW_BG) && !Me.Util.getEnabledExtensions('blur-my-shell').length)
|
||||
Main.overview._overview.controls._setBackground();
|
||||
|
||||
if (opt._watchDashToDock) {
|
||||
// workaround for Dash to Dock (Ubuntu Dock) breaking overview allocations after enabled and changed position
|
||||
// DtD replaces dock and its _workId on every position change
|
||||
const dash = Main.overview.dash;
|
||||
if (this._prevDash !== dash._workId)
|
||||
this._updateVShell(0);
|
||||
}
|
||||
}
|
||||
|
||||
_updateVShell(timeout = 200) {
|
||||
if (!this._enabled || Main.layoutManager._startingUp)
|
||||
return;
|
||||
|
||||
if (this._timeouts.reset)
|
||||
GLib.source_remove(this._timeouts.reset);
|
||||
this._timeouts.reset = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
timeout,
|
||||
() => {
|
||||
if (!this._enabled)
|
||||
return GLib.SOURCE_REMOVE;
|
||||
|
||||
const dash = Main.overview.dash;
|
||||
if (timeout < 2000) { // timeout < 2000 for partial update
|
||||
this._prevDash = dash._workId;
|
||||
console.warn(`[${Me.metadata.name}]: Dash has been replaced, updating extension ...`);
|
||||
Me._resetInProgress = true;
|
||||
// update only necessary modules if dash has been replaced
|
||||
this._repairOverrides();
|
||||
Me._resetInProgress = false;
|
||||
} else {
|
||||
console.warn(`[${Me.metadata.name}]: Updating extension ...`);
|
||||
// for case the monitor configuration has been changed, update all
|
||||
Me._resetInProgress = true;
|
||||
this.activateVShell();
|
||||
Me._resetInProgress = false;
|
||||
}
|
||||
this._timeouts.reset = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
// the key modules that can be affected by the supported incompatible extensions
|
||||
_repairOverrides() {
|
||||
Me.Modules.overviewModule.update();
|
||||
Me.Modules.overviewControlsModule.update();
|
||||
Me.Modules.layoutModule.update();
|
||||
Me.Modules.workspacesViewModule.update();
|
||||
Me.Modules.windowPreviewModule.update();
|
||||
Me.Modules.panelModule.update();
|
||||
Me.Modules.dashModule.update();
|
||||
this._updateSettings();
|
||||
}
|
||||
|
||||
_updateSettings(settings, key) {
|
||||
// update settings cache and option variables
|
||||
opt._updateSettings();
|
||||
|
||||
// avoid overload while loading profile - update only once
|
||||
// delayed gsettings writes are processed alphabetically
|
||||
if (key === 'aaa-loading-profile') {
|
||||
this._showStatusMessage();
|
||||
if (this._timeouts.loadingProfile)
|
||||
GLib.source_remove(this._timeouts.loadingProfile);
|
||||
this._timeouts.loadingProfile = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
100, () => {
|
||||
this.activateVShell();
|
||||
this._timeouts.loadingProfile = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
});
|
||||
}
|
||||
if (this._timeouts.loadingProfile)
|
||||
return;
|
||||
|
||||
if (key?.includes('profile-data')) {
|
||||
const index = key.replace('profile-data-', '');
|
||||
Main.notify(`${Me.metadata.name}`, `Profile ${index} has been updated`);
|
||||
}
|
||||
|
||||
opt.WORKSPACE_MIN_SPACING = Main.overview._overview._controls._thumbnailsBox.get_theme_node().get_length('spacing');
|
||||
// update variables that cannot be processed within settings
|
||||
const dash = Main.overview.dash;
|
||||
if (Me.Util.dashIsDashToDock()) {
|
||||
opt.DASH_POSITION = dash._position;
|
||||
opt.DASH_TOP = opt.DASH_POSITION === 0;
|
||||
opt.DASH_RIGHT = opt.DASH_POSITION === 1;
|
||||
opt.DASH_BOTTOM = opt.DASH_POSITION === 2;
|
||||
opt.DASH_LEFT = opt.DASH_POSITION === 3;
|
||||
opt.DASH_VERTICAL = opt.DASH_LEFT || opt.DASH_RIGHT;
|
||||
}
|
||||
|
||||
opt.DASH_VISIBLE = opt.DASH_VISIBLE && !Me.Util.getEnabledExtensions('dash-to-panel@jderose9.github.com').length;
|
||||
|
||||
const monitorWidth = global.display.get_monitor_geometry(global.display.get_primary_monitor()).width;
|
||||
if (monitorWidth < 1600) {
|
||||
opt.APP_GRID_ICON_SIZE_DEFAULT = opt.APP_GRID_ACTIVE_PREVIEW && !opt.APP_GRID_USAGE ? 128 : 64;
|
||||
opt.APP_GRID_FOLDER_ICON_SIZE_DEFAULT = 64;
|
||||
}
|
||||
|
||||
/* if (!Me.Util.dashIsDashToDock()) { // DtD has its own opacity control
|
||||
Me.Modules.dashModule.updateStyle(dash);
|
||||
}*/
|
||||
|
||||
// adjust search entry style for OM2
|
||||
if (opt.OVERVIEW_MODE2)
|
||||
Main.overview.searchEntry.add_style_class_name('search-entry-om2');
|
||||
else
|
||||
Main.overview.searchEntry.remove_style_class_name('search-entry-om2');
|
||||
|
||||
if (opt.OVERVIEW_MODE === 1)
|
||||
Me.Modules.workspaceModule.setWindowPreviewMaxScale(0.1);
|
||||
else
|
||||
Me.Modules.workspaceModule.setWindowPreviewMaxScale(0.95);
|
||||
|
||||
Main.overview.searchEntry.visible = opt.SHOW_SEARCH_ENTRY;
|
||||
Main.overview.searchEntry.opacity = 255;
|
||||
St.Settings.get().slow_down_factor = opt.ANIMATION_TIME_FACTOR;
|
||||
|
||||
opt.START_Y_OFFSET = (opt.get('panelModule') && opt.PANEL_OVERVIEW_ONLY && opt.PANEL_POSITION_TOP) ||
|
||||
// better to add unnecessary space than to have a panel overlapping other objects
|
||||
Me.Util.getEnabledExtensions('hidetopbar').length
|
||||
? Main.panel.height
|
||||
: 0;
|
||||
|
||||
// Options for workspace switcher, apply custom function only if needed
|
||||
if (opt.WS_WRAPAROUND || opt.WS_IGNORE_LAST)
|
||||
Meta.Workspace.prototype.get_neighbor = this._getNeighbor;
|
||||
else
|
||||
Meta.Workspace.prototype.get_neighbor = this._originalGetNeighbor;
|
||||
|
||||
if (settings)
|
||||
this._applySettings(key);
|
||||
}
|
||||
|
||||
_applySettings(key) {
|
||||
if (key?.endsWith('-module')) {
|
||||
for (let module of this._getModuleList()) {
|
||||
if (opt.options[module] && key === opt.options[module][1]) {
|
||||
if (key === 'app-display-module')
|
||||
this._showStatusMessage();
|
||||
Me.Modules[module].update();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Main.overview._overview.controls._setBackground();
|
||||
this._switchPageShortcuts();
|
||||
|
||||
if (key?.includes('panel'))
|
||||
Me.Modules.panelModule.update();
|
||||
|
||||
if (key?.includes('dash') || key?.includes('icon') || key?.includes('dot-style') || key?.includes('provider'))
|
||||
Me.Modules.dashModule.update();
|
||||
|
||||
if (key?.includes('hot-corner') || key?.includes('dash'))
|
||||
Me.Modules.layoutModule.update();
|
||||
|
||||
switch (key) {
|
||||
case 'ws-thumbnails-position':
|
||||
this._updateOverrides();
|
||||
break;
|
||||
case 'workspace-switcher-animation':
|
||||
Me.Modules.workspaceAnimationModule.update();
|
||||
break;
|
||||
case 'search-width-scale':
|
||||
Me.Modules.searchModule.update();
|
||||
break;
|
||||
case 'favorites-notify':
|
||||
Me.Modules.appFavoritesModule.update();
|
||||
break;
|
||||
case 'window-attention-mode':
|
||||
Me.Modules.windowAttentionHandlerModule.update();
|
||||
break;
|
||||
case 'show-ws-preview-bg':
|
||||
Me.Modules.panelModule.update();
|
||||
break;
|
||||
case 'notification-position':
|
||||
Me.Modules.messageTrayModule.update();
|
||||
break;
|
||||
case 'osd-position':
|
||||
Me.Modules.osdWindowModule.update();
|
||||
break;
|
||||
case 'overlay-key':
|
||||
Me.Modules.overlayKeyModule.update();
|
||||
break;
|
||||
case 'always-activate-selected-window':
|
||||
Me.Modules.windowPreviewModule.update();
|
||||
break;
|
||||
}
|
||||
|
||||
if (key?.includes('app-grid') ||
|
||||
key?.includes('app-folder') ||
|
||||
key?.includes('dot-style') ||
|
||||
key === 'show-search-entry' ||
|
||||
key === 'ws-thumbnail-scale' ||
|
||||
key === 'ws-thumbnail-scale-appgrid') {
|
||||
this._showStatusMessage();
|
||||
Me.Modules.appDisplayModule.update();
|
||||
}
|
||||
}
|
||||
|
||||
_switchPageShortcuts() {
|
||||
// ignore screen lock
|
||||
if (!opt.get('enablePageShortcuts') || this._sessionLockActive)
|
||||
return;
|
||||
|
||||
const vertical = global.workspaceManager.layout_rows === -1;
|
||||
const schema = 'org.gnome.desktop.wm.keybindings';
|
||||
const settings = Me.getSettings(schema);
|
||||
|
||||
const keyLeft = 'switch-to-workspace-left';
|
||||
const keyRight = 'switch-to-workspace-right';
|
||||
const keyUp = 'switch-to-workspace-up';
|
||||
const keyDown = 'switch-to-workspace-down';
|
||||
|
||||
const keyMoveLeft = 'move-to-workspace-left';
|
||||
const keyMoveRight = 'move-to-workspace-right';
|
||||
const keyMoveUp = 'move-to-workspace-up';
|
||||
const keyMoveDown = 'move-to-workspace-down';
|
||||
|
||||
const switchPrevSc = '<Super>Page_Up';
|
||||
const switchNextSc = '<Super>Page_Down';
|
||||
const movePrevSc = '<Super><Shift>Page_Up';
|
||||
const moveNextSc = '<Super><Shift>Page_Down';
|
||||
|
||||
let switchLeft = settings.get_strv(keyLeft);
|
||||
let switchRight = settings.get_strv(keyRight);
|
||||
let switchUp = settings.get_strv(keyUp);
|
||||
let switchDown = settings.get_strv(keyDown);
|
||||
|
||||
let moveLeft = settings.get_strv(keyMoveLeft);
|
||||
let moveRight = settings.get_strv(keyMoveRight);
|
||||
let moveUp = settings.get_strv(keyMoveUp);
|
||||
let moveDown = settings.get_strv(keyMoveDown);
|
||||
|
||||
if (vertical) {
|
||||
if (switchLeft.includes(switchPrevSc))
|
||||
switchLeft.splice(switchLeft.indexOf(switchPrevSc), 1);
|
||||
if (switchRight.includes(switchNextSc))
|
||||
switchRight.splice(switchRight.indexOf(switchNextSc), 1);
|
||||
if (moveLeft.includes(movePrevSc))
|
||||
moveLeft.splice(moveLeft.indexOf(movePrevSc), 1);
|
||||
if (moveRight.includes(moveNextSc))
|
||||
moveRight.splice(moveRight.indexOf(moveNextSc), 1);
|
||||
|
||||
if (!switchUp.includes(switchPrevSc))
|
||||
switchUp.push(switchPrevSc);
|
||||
if (!switchDown.includes(switchNextSc))
|
||||
switchDown.push(switchNextSc);
|
||||
if (!moveUp.includes(movePrevSc))
|
||||
moveUp.push(movePrevSc);
|
||||
if (!moveDown.includes(moveNextSc))
|
||||
moveDown.push(moveNextSc);
|
||||
} else {
|
||||
if (!switchLeft.includes(switchPrevSc))
|
||||
switchLeft.push(switchPrevSc);
|
||||
if (!switchRight.includes(switchNextSc))
|
||||
switchRight.push(switchNextSc);
|
||||
if (!moveLeft.includes(movePrevSc))
|
||||
moveLeft.push(movePrevSc);
|
||||
if (!moveRight.includes(moveNextSc))
|
||||
moveRight.push(moveNextSc);
|
||||
|
||||
if (switchUp.includes(switchPrevSc))
|
||||
switchUp.splice(switchUp.indexOf(switchPrevSc), 1);
|
||||
if (switchDown.includes(switchNextSc))
|
||||
switchDown.splice(switchDown.indexOf(switchNextSc), 1);
|
||||
if (moveUp.includes(movePrevSc))
|
||||
moveUp.splice(moveUp.indexOf(movePrevSc), 1);
|
||||
if (moveDown.includes(moveNextSc))
|
||||
moveDown.splice(moveDown.indexOf(moveNextSc), 1);
|
||||
}
|
||||
|
||||
settings.set_strv(keyLeft, switchLeft);
|
||||
settings.set_strv(keyRight, switchRight);
|
||||
settings.set_strv(keyUp, switchUp);
|
||||
settings.set_strv(keyDown, switchDown);
|
||||
|
||||
settings.set_strv(keyMoveLeft, moveLeft);
|
||||
settings.set_strv(keyMoveRight, moveRight);
|
||||
settings.set_strv(keyMoveUp, moveUp);
|
||||
settings.set_strv(keyMoveDown, moveDown);
|
||||
}
|
||||
|
||||
// Status dialog that appears during updating V-Shell configuration and blocks inputs
|
||||
_showStatusMessage(show = true) {
|
||||
if ((show && Me._resetInProgress) || Main.layoutManager._startingUp || !Main.overview._overview.controls._appDisplay._sortOrderedItemsAlphabetically)
|
||||
return;
|
||||
|
||||
if (Me._vShellMessageTimeoutId) {
|
||||
GLib.source_remove(Me._vShellMessageTimeoutId);
|
||||
Me._vShellMessageTimeoutId = 0;
|
||||
}
|
||||
|
||||
if (Me._vShellStatusMessage && !show) {
|
||||
Me._vShellStatusMessage.close();
|
||||
Me._vShellStatusMessage.destroy();
|
||||
Me._vShellStatusMessage = null;
|
||||
}
|
||||
|
||||
if (!show)
|
||||
return;
|
||||
|
||||
if (!Me._vShellStatusMessage) {
|
||||
const sm = new /* Main.*/RestartMessage(_('Updating V-Shell...'));
|
||||
sm.set_style('background-color: rgba(0,0,0,0.3);');
|
||||
sm.open();
|
||||
Me._vShellStatusMessage = sm;
|
||||
}
|
||||
|
||||
// just for case the message wasn't removed from appDisplay after App Grid realization
|
||||
Me._vShellMessageTimeoutId = GLib.timeout_add_seconds(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
5,
|
||||
() => {
|
||||
if (Me._vShellStatusMessage) {
|
||||
Me._vShellStatusMessage.close();
|
||||
Me._vShellStatusMessage.destroy();
|
||||
Me._vShellStatusMessage = null;
|
||||
Me._resetInProgress = false;
|
||||
}
|
||||
|
||||
Me._vShellMessageTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
_getNeighbor(direction) {
|
||||
// workspace matrix is supported
|
||||
const activeIndex = this.index();
|
||||
const ignoreLast = opt.WS_IGNORE_LAST && !Main.overview._shown ? 1 : 0;
|
||||
const wraparound = opt.WS_WRAPAROUND;
|
||||
const nWorkspaces = global.workspace_manager.n_workspaces;
|
||||
const lastIndex = nWorkspaces - 1 - ignoreLast;
|
||||
const rows = global.workspace_manager.layout_rows > -1 ? global.workspace_manager.layout_rows : nWorkspaces;
|
||||
const columns = global.workspace_manager.layout_columns > -1 ? global.workspace_manager.layout_columns : nWorkspaces;
|
||||
|
||||
let index = activeIndex;
|
||||
let neighborExists;
|
||||
|
||||
if (direction === Meta.MotionDirection.LEFT) {
|
||||
index -= 1;
|
||||
const currentRow = Math.floor(activeIndex / columns);
|
||||
const indexRow = Math.floor(index / columns);
|
||||
neighborExists = index > -1 && indexRow === currentRow;
|
||||
if (wraparound && !neighborExists) {
|
||||
index = currentRow * columns + columns - 1;
|
||||
const maxIndexOnLastRow = lastIndex % columns;
|
||||
index = index < (lastIndex - ignoreLast) ? index : currentRow * columns + maxIndexOnLastRow;
|
||||
}
|
||||
} else if (direction === Meta.MotionDirection.RIGHT) {
|
||||
index += 1;
|
||||
const currentRow = Math.floor(activeIndex / columns);
|
||||
const indexRow = Math.floor(index / columns);
|
||||
neighborExists = index <= lastIndex && indexRow === currentRow;
|
||||
if (wraparound && !neighborExists)
|
||||
index = currentRow * columns;
|
||||
} else if (direction === Meta.MotionDirection.UP) {
|
||||
index -= columns;
|
||||
neighborExists = index > -1;
|
||||
if (wraparound && !neighborExists) {
|
||||
index = rows * columns + index;
|
||||
index = index < nWorkspaces - ignoreLast ? index : index - columns;
|
||||
}
|
||||
} else if (direction === Meta.MotionDirection.DOWN) {
|
||||
index += columns;
|
||||
neighborExists = index <= lastIndex;
|
||||
if (wraparound && !neighborExists)
|
||||
index %= columns;
|
||||
}
|
||||
|
||||
return global.workspace_manager.get_workspace_by_index(neighborExists || wraparound ? index : activeIndex);
|
||||
}
|
||||
}
|
||||
|
||||
const RestartMessage = GObject.registerClass(
|
||||
class RestartMessage extends ModalDialog.ModalDialog {
|
||||
_init(message) {
|
||||
super._init({
|
||||
shellReactive: true,
|
||||
styleClass: 'restart-message headline',
|
||||
shouldFadeIn: false,
|
||||
destroyOnClose: true,
|
||||
});
|
||||
|
||||
let label = new St.Label({
|
||||
text: message,
|
||||
x_align: Clutter.ActorAlign.CENTER,
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
});
|
||||
|
||||
this.contentLayout.add_child(label);
|
||||
this.buttonLayout.hide();
|
||||
}
|
||||
});
|
1677
extensions/45/vertical-workspaces/lib/appDisplay.js
Normal file
79
extensions/45/vertical-workspaces/lib/appFavorites.js
Normal file
|
@ -0,0 +1,79 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* appFavorites.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as AppFavorites from 'resource:///org/gnome/shell/ui/appFavorites.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const AppFavoritesModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('appFavoritesModule');
|
||||
|
||||
// if notifications are enabled no override is needed
|
||||
reset = reset || !this.moduleEnabled || opt.SHOW_FAV_NOTIFICATION;
|
||||
|
||||
// don't touch original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation) {
|
||||
this.moduleEnabled = false;
|
||||
console.debug(' AppFavoritesModule - Keeping untouched');
|
||||
}
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
// use actual instance instead of prototype
|
||||
this._overrides.addOverride('AppFavorites', AppFavorites.getAppFavorites(), AppFavoritesCommon);
|
||||
|
||||
console.debug(' AppFavoritesModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
console.debug(' AppFavoritesModule - Deactivated');
|
||||
}
|
||||
};
|
||||
|
||||
const AppFavoritesCommon = {
|
||||
addFavoriteAtPos(appId, pos) {
|
||||
this._addFavorite(appId, pos);
|
||||
},
|
||||
|
||||
removeFavorite(appId) {
|
||||
this._removeFavorite(appId);
|
||||
},
|
||||
};
|
1515
extensions/45/vertical-workspaces/lib/dash.js
Normal file
|
@ -0,0 +1,406 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* extensionsSearchProvider.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import St from 'gi://St';
|
||||
import Gio from 'gi://Gio';
|
||||
import Shell from 'gi://Shell';
|
||||
import GObject from 'gi://GObject';
|
||||
import Clutter from 'gi://Clutter';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
|
||||
const ExtensionState = {
|
||||
1: 'ENABLED',
|
||||
2: 'DISABLED',
|
||||
3: 'ERROR',
|
||||
4: 'INCOMPATIBLE',
|
||||
5: 'DOWNLOADING',
|
||||
6: 'INITIALIZED',
|
||||
7: 'DISABLING',
|
||||
8: 'ENABLING',
|
||||
};
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
// gettext
|
||||
let _;
|
||||
let _toggleTimeout;
|
||||
|
||||
// prefix helps to eliminate results from other search providers
|
||||
// so it needs to be something less common
|
||||
// needs to be accessible from vw module
|
||||
export const PREFIX = 'eq//';
|
||||
|
||||
export class ExtensionsSearchProviderModule {
|
||||
// export for other modules
|
||||
static _PREFIX = PREFIX;
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
_ = Me.gettext;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._extensionsSearchProvider = null;
|
||||
this._enableTimeoutId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
_ = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
if (_toggleTimeout)
|
||||
GLib.source_remove(_toggleTimeout);
|
||||
|
||||
this.moduleEnabled = opt.get('extensionsSearchProviderModule');
|
||||
|
||||
reset = reset || !this.moduleEnabled;
|
||||
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' ExtensionsSearchProviderModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
// delay because Fedora had problem to register a new provider soon after Shell restarts
|
||||
this._enableTimeoutId = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
2000,
|
||||
() => {
|
||||
if (!this._extensionsSearchProvider) {
|
||||
this._extensionsSearchProvider = new extensionsSearchProvider(opt);
|
||||
this._getOverviewSearchResult()._registerProvider(this._extensionsSearchProvider);
|
||||
}
|
||||
this._enableTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
console.debug(' ExtensionsSearchProviderModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._enableTimeoutId) {
|
||||
GLib.source_remove(this._enableTimeoutId);
|
||||
this._enableTimeoutId = 0;
|
||||
}
|
||||
|
||||
if (this._extensionsSearchProvider) {
|
||||
this._getOverviewSearchResult()._unregisterProvider(this._extensionsSearchProvider);
|
||||
this._extensionsSearchProvider = null;
|
||||
}
|
||||
|
||||
|
||||
console.debug(' ExtensionsSearchProviderModule - Disabled');
|
||||
}
|
||||
|
||||
_getOverviewSearchResult() {
|
||||
return Main.overview._overview.controls._searchController._searchResults;
|
||||
}
|
||||
}
|
||||
|
||||
class extensionsSearchProvider {
|
||||
constructor() {
|
||||
this.id = 'extensions';
|
||||
const appSystem = Shell.AppSystem.get_default();
|
||||
let appInfo = appSystem.lookup_app('com.matjakeman.ExtensionManager.desktop')?.get_app_info();
|
||||
if (!appInfo)
|
||||
appInfo = appSystem.lookup_app('org.gnome.Extensions.desktop')?.get_app_info();
|
||||
if (!appInfo)
|
||||
appInfo = Gio.AppInfo.create_from_commandline('/usr/bin/gnome-extensions-app', 'Extensions', null);
|
||||
appInfo.get_description = () => _('Search extensions');
|
||||
appInfo.get_name = () => _('Extensions');
|
||||
appInfo.get_id = () => 'org.gnome.Extensions.desktop';
|
||||
appInfo.get_icon = () => Gio.icon_new_for_string('application-x-addon');
|
||||
appInfo.should_show = () => true;
|
||||
|
||||
this.appInfo = appInfo;
|
||||
this.canLaunchSearch = true;
|
||||
this.isRemoteProvider = false;
|
||||
}
|
||||
|
||||
getInitialResultSet(terms/* , callback*/) {
|
||||
const extensions = {};
|
||||
Main.extensionManager._extensions.forEach(
|
||||
e => {
|
||||
extensions[e.uuid] = e;
|
||||
}
|
||||
);
|
||||
this.extensions = extensions;
|
||||
|
||||
return new Promise(resolve => resolve(this._getResultSet(terms)));
|
||||
}
|
||||
|
||||
_getResultSet(terms) {
|
||||
// do not modify original terms
|
||||
let termsCopy = [...terms];
|
||||
// search for terms without prefix
|
||||
termsCopy[0] = termsCopy[0].replace(PREFIX, '');
|
||||
|
||||
const candidates = this.extensions;
|
||||
const _terms = [].concat(termsCopy);
|
||||
|
||||
const term = _terms.join(' ');
|
||||
|
||||
const results = [];
|
||||
let m;
|
||||
for (let id in candidates) {
|
||||
const extension = this.extensions[id];
|
||||
const text = extension.metadata.name + (extension.state === 1 ? 'enabled' : '') + ([6, 2].includes(extension.state) ? 'disabled' : '');
|
||||
if (opt.SEARCH_FUZZY)
|
||||
m = Me.Util.fuzzyMatch(term, text);
|
||||
else
|
||||
m = Me.Util.strictMatch(term, text);
|
||||
|
||||
if (m !== -1)
|
||||
results.push({ weight: m, id });
|
||||
}
|
||||
|
||||
// sort alphabetically
|
||||
results.sort((a, b) => this.extensions[a.id].metadata.name.localeCompare(this.extensions[b.id].metadata.name));
|
||||
// enabled first
|
||||
// results.sort((a, b) => this.extensions[a.id].state !== 1 && this.extensions[b.id].state === 1);
|
||||
// incompatible last
|
||||
results.sort((a, b) => this.extensions[a.id].state === 4 && this.extensions[b.id].state !== 4);
|
||||
|
||||
const resultIds = results.map(item => item.id);
|
||||
return resultIds;
|
||||
}
|
||||
|
||||
getResultMetas(resultIds/* , callback = null*/) {
|
||||
const metas = resultIds.map(id => this.getResultMeta(id));
|
||||
return new Promise(resolve => resolve(metas));
|
||||
}
|
||||
|
||||
getResultMeta(resultId) {
|
||||
const result = this.extensions[resultId];
|
||||
|
||||
const versionName = result.metadata['version-name'] ?? '';
|
||||
let version = result.metadata['version'] ?? '';
|
||||
version = versionName && version ? `/${version}` : version;
|
||||
const versionStr = `${versionName}${version}`;
|
||||
|
||||
return {
|
||||
'id': resultId,
|
||||
'name': `${result.metadata.name}`,
|
||||
'version': versionStr,
|
||||
'description': versionStr, // description will be updated in result object
|
||||
'createIcon': size => {
|
||||
let icon = this.getIcon(result, size);
|
||||
return icon;
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
getIcon(extension, size) {
|
||||
let opacity = 0;
|
||||
let iconName = 'process-stop-symbolic';
|
||||
|
||||
switch (extension.state) {
|
||||
case 1:
|
||||
if (extension.hasUpdate)
|
||||
iconName = 'software-update-available'; // 'software-update-available-symbolic';
|
||||
else
|
||||
iconName = 'object-select-symbolic';// 'object-select-symbolic';
|
||||
|
||||
opacity = 255;
|
||||
break;
|
||||
case 3:
|
||||
if (Main.extensionManager._enabledExtensions.includes(extension.uuid))
|
||||
iconName = 'emblem-ok-symbolic';
|
||||
else
|
||||
iconName = 'dialog-error';
|
||||
opacity = 100;
|
||||
break;
|
||||
case 4:
|
||||
iconName = 'software-update-urgent'; // 'software-update-urgent-symbolic';
|
||||
opacity = 100;
|
||||
break;
|
||||
}
|
||||
|
||||
if (extension.hasUpdate) {
|
||||
iconName = 'software-update-available'; // 'software-update-available-symbolic';
|
||||
opacity = 100;
|
||||
}
|
||||
|
||||
const icon = new St.Icon({ icon_name: iconName, icon_size: size });
|
||||
icon.set({
|
||||
opacity,
|
||||
});
|
||||
|
||||
return icon;
|
||||
}
|
||||
|
||||
createResultObject(meta) {
|
||||
return new ListSearchResult(this, meta, this.extensions[meta.id]);
|
||||
}
|
||||
|
||||
launchSearch(terms, timeStamp) {
|
||||
this.appInfo.launch([], global.create_app_launch_context(timeStamp, -1), null);
|
||||
}
|
||||
|
||||
activateResult(resultId/* terms, timeStamp*/) {
|
||||
const extension = this.extensions[resultId];
|
||||
if (Me.Util.isShiftPressed())
|
||||
this._toggleExtension(extension);
|
||||
else if (extension.hasPrefs)
|
||||
Me.Util.openPreferences(extension.metadata);
|
||||
}
|
||||
|
||||
filterResults(results /* , maxResults*/) {
|
||||
// return results.slice(0, maxResults);
|
||||
return results;
|
||||
}
|
||||
|
||||
getSubsearchResultSet(previousResults, terms/* , callback*/) {
|
||||
return this.getInitialResultSet(terms);
|
||||
}
|
||||
|
||||
getSubsearchResultSet42(terms, callback) {
|
||||
callback(this._getResultSet(terms));
|
||||
}
|
||||
}
|
||||
|
||||
const ListSearchResult = GObject.registerClass(
|
||||
class ListSearchResult extends St.Button {
|
||||
_init(provider, metaInfo, extension) {
|
||||
this.provider = provider;
|
||||
this.metaInfo = metaInfo;
|
||||
this.extension = extension;
|
||||
|
||||
super._init({
|
||||
reactive: true,
|
||||
can_focus: true,
|
||||
track_hover: true,
|
||||
});
|
||||
|
||||
this.style_class = 'list-search-result';
|
||||
|
||||
let content = new St.BoxLayout({
|
||||
style_class: 'list-search-result-content',
|
||||
vertical: false,
|
||||
x_align: Clutter.ActorAlign.START,
|
||||
x_expand: true,
|
||||
y_expand: true,
|
||||
});
|
||||
this.set_child(content);
|
||||
|
||||
let titleBox = new St.BoxLayout({
|
||||
style_class: 'list-search-result-title',
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
});
|
||||
|
||||
content.add_child(titleBox);
|
||||
|
||||
// An icon for, or thumbnail of, content
|
||||
let icon = this.metaInfo['createIcon'](this.ICON_SIZE);
|
||||
let iconBox = new St.Button();
|
||||
iconBox.set_child(icon);
|
||||
titleBox.add(iconBox);
|
||||
iconBox.set_style('border: 1px solid rgba(200,200,200,0.2); padding: 2px; border-radius: 8px;');
|
||||
this._iconBox = iconBox;
|
||||
this.icon = icon;
|
||||
|
||||
iconBox.connect('clicked', () => {
|
||||
this._toggleExtension();
|
||||
return Clutter.EVENT_STOP;
|
||||
});
|
||||
|
||||
let title = new St.Label({
|
||||
text: this.metaInfo['name'],
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
opacity: extension.hasPrefs ? 255 : 150,
|
||||
});
|
||||
titleBox.add_child(title);
|
||||
|
||||
this.label_actor = title;
|
||||
|
||||
this._descriptionLabel = new St.Label({
|
||||
style_class: 'list-search-result-description',
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
});
|
||||
content.add_child(this._descriptionLabel);
|
||||
|
||||
this._highlightTerms();
|
||||
|
||||
this.connect('destroy', () => {
|
||||
if (_toggleTimeout) {
|
||||
GLib.source_remove(_toggleTimeout);
|
||||
_toggleTimeout = 0;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
_toggleExtension() {
|
||||
const state = this.extension.state;
|
||||
if (![1, 2, 6, 3].includes(state) || this.extension.metadata.name.includes('vertical-workspaces'))
|
||||
return;
|
||||
|
||||
if ([2, 6].includes(state))
|
||||
Main.extensionManager.enableExtension(this.extension.uuid);
|
||||
else if ([1, 3].includes(state))
|
||||
Main.extensionManager.disableExtension(this.extension.uuid);
|
||||
|
||||
if (_toggleTimeout)
|
||||
GLib.source_remove(_toggleTimeout);
|
||||
|
||||
_toggleTimeout = GLib.timeout_add(GLib.PRIORITY_LOW, 200,
|
||||
() => {
|
||||
if ([7, 8].includes(this.extension.state))
|
||||
return GLib.SOURCE_CONTINUE;
|
||||
|
||||
this.icon?.destroy();
|
||||
this.icon = this.metaInfo['createIcon'](this.ICON_SIZE);
|
||||
this._iconBox.set_child(this.icon);
|
||||
this._highlightTerms();
|
||||
|
||||
_toggleTimeout = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
get ICON_SIZE() {
|
||||
return 24;
|
||||
}
|
||||
|
||||
_highlightTerms() {
|
||||
const extension = this.extension;
|
||||
const state = extension.state === 4 ? ExtensionState[this.extension.state] : '';
|
||||
const error = extension.state === 3 ? ` ERROR: ${this.extension.error}` : '';
|
||||
const update = extension.hasUpdate ? ' | UPDATE PENDING' : '';
|
||||
const text = `${this.metaInfo.version} ${state}${error}${update}`;
|
||||
let markup = text;// this.metaInfo['description'].split('\n')[0];
|
||||
this._descriptionLabel.clutter_text.set_markup(markup);
|
||||
}
|
||||
|
||||
vfunc_clicked() {
|
||||
this.activate();
|
||||
}
|
||||
|
||||
activate() {
|
||||
this.provider.activateResult(this.metaInfo.id);
|
||||
|
||||
if (this.metaInfo.clipboardText) {
|
||||
St.Clipboard.get_default().set_text(
|
||||
St.ClipboardType.CLIPBOARD, this.metaInfo.clipboardText);
|
||||
}
|
||||
Main.overview.toggle();
|
||||
}
|
||||
});
|
346
extensions/45/vertical-workspaces/lib/iconGrid.js
Normal file
|
@ -0,0 +1,346 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* iconGrid.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import St from 'gi://St';
|
||||
|
||||
import * as IconGrid from 'resource:///org/gnome/shell/ui/iconGrid.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
// added sizes for better scaling
|
||||
const IconSize = {
|
||||
LARGEST: 256,
|
||||
224: 224,
|
||||
208: 208,
|
||||
192: 192,
|
||||
176: 176,
|
||||
160: 160,
|
||||
144: 144,
|
||||
128: 128,
|
||||
112: 112,
|
||||
LARGE: 96,
|
||||
80: 80,
|
||||
64: 64,
|
||||
TINY: 48,
|
||||
};
|
||||
|
||||
const PAGE_WIDTH_CORRECTION = 100;
|
||||
|
||||
export const IconGridModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('appDisplayModule');
|
||||
// if notifications are enabled no override is needed
|
||||
reset = reset || !this.moduleEnabled;
|
||||
|
||||
// don't touch original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('IconGrid', IconGrid.IconGrid.prototype, IconGridCommon);
|
||||
this._overrides.addOverride('IconGridLayout', IconGrid.IconGridLayout.prototype, IconGridLayoutCommon);
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
}
|
||||
};
|
||||
|
||||
const IconGridCommon = {
|
||||
getItemsAtPage(page) {
|
||||
if (page < 0 || page >= this.nPages)
|
||||
return [];
|
||||
// throw new Error(`Page ${page} does not exist at IconGrid`);
|
||||
|
||||
const layoutManager = this.layout_manager;
|
||||
return layoutManager.getItemsAtPage(page);
|
||||
},
|
||||
|
||||
_findBestModeForSize(width, height) {
|
||||
// this function is for main grid only, folder grid calculation is in appDisplay.AppFolderDialog class
|
||||
if (this._currentMode > -1 || this.layoutManager._isFolder)
|
||||
return;
|
||||
const { pagePadding } = this.layout_manager;
|
||||
const { scaleFactor } = St.ThemeContext.get_for_stage(global.stage);
|
||||
const iconPadding = 51 * scaleFactor;
|
||||
// provided width is usually about 100px wider in horizontal orientation with prev/next page indicators
|
||||
const pageIndicatorCompensation = opt.ORIENTATION ? 0 : PAGE_WIDTH_CORRECTION;
|
||||
|
||||
width -= pagePadding.left + pagePadding.right + pageIndicatorCompensation;
|
||||
width *= opt.APP_GRID_PAGE_WIDTH_SCALE;
|
||||
height -= pagePadding.top + pagePadding.bottom;
|
||||
|
||||
// store grid max dimensions for icon size algorithm
|
||||
this.layoutManager._gridWidth = width;
|
||||
this.layoutManager._gridHeight = height;
|
||||
|
||||
width -= 80; // compensation for default padding
|
||||
height -= 80;
|
||||
|
||||
const spacing = opt.APP_GRID_SPACING;
|
||||
// set the icon size as fixed to avoid changes in size later
|
||||
const iconSize = opt.APP_GRID_ICON_SIZE > 0 ? opt.APP_GRID_ICON_SIZE : opt.APP_GRID_ICON_SIZE_DEFAULT;
|
||||
// this.layout_manager.fixedIconSize = iconSize;
|
||||
const itemSize = iconSize * scaleFactor + iconPadding;
|
||||
// if this._gridModes.length === 1, custom grid should be used
|
||||
// if (iconSize > 0 && this._gridModes.length > 1) {
|
||||
let columns = opt.APP_GRID_COLUMNS;
|
||||
let rows = opt.APP_GRID_ROWS;
|
||||
// 0 means adaptive size
|
||||
let unusedSpaceH = -1;
|
||||
let unusedSpaceV = -1;
|
||||
if (!columns) {
|
||||
// calculate #columns + 1 without spacing
|
||||
columns = Math.floor(width / itemSize) + 1;
|
||||
// check if columns with spacing fits the available width
|
||||
// and reduce the number until it fits
|
||||
while (unusedSpaceH < 0) {
|
||||
columns -= 1;
|
||||
unusedSpaceH = width - columns * itemSize - (columns - 1) * spacing;
|
||||
}
|
||||
}
|
||||
if (!rows) {
|
||||
rows = Math.floor(height / itemSize) + 1;
|
||||
while (unusedSpaceV < 0) {
|
||||
rows -= 1;
|
||||
unusedSpaceV = height - rows * itemSize - ((rows - 1) * spacing);
|
||||
}
|
||||
}
|
||||
|
||||
this._gridModes = [{ columns, rows }];
|
||||
// }
|
||||
|
||||
this._setGridMode(0);
|
||||
},
|
||||
};
|
||||
|
||||
const IconGridLayoutCommon = {
|
||||
_findBestIconSize() {
|
||||
if (this.fixedIconSize !== -1)
|
||||
return this.fixedIconSize;
|
||||
|
||||
const { scaleFactor } = St.ThemeContext.get_for_stage(global.stage);
|
||||
const nColumns = this.columnsPerPage;
|
||||
const nRows = this.rowsPerPage;
|
||||
|
||||
// if grid is not defined return default icon size
|
||||
if (nColumns < 1 && nRows < 1) {
|
||||
let iconSize;
|
||||
if (this._isFolder)
|
||||
iconSize = opt.APP_GRID_FOLDER_ICON_SIZE_DEFAULT;
|
||||
else
|
||||
iconSize = opt.APP_GRID_ICON_SIZE_DEFAULT;
|
||||
|
||||
return iconSize;
|
||||
}
|
||||
|
||||
const columnSpacingPerPage = /* opt.APP_GRID_SPACING*/ 1 * (nColumns - 1);
|
||||
const rowSpacingPerPage = /* opt.APP_GRID_SPACING*/ 1 * (nRows - 1);
|
||||
const iconPadding = 55 * scaleFactor;
|
||||
|
||||
const paddingH = this._isFolder ? this.pagePadding.left + this.pagePadding.right : 0;
|
||||
const paddingV = this._isFolder ? this.pagePadding.top + this.pagePadding.bottom : 0;
|
||||
|
||||
const width = this._gridWidth ? this._gridWidth : this._pageWidth;
|
||||
const height = this._gridHeight ? this._gridHeight : this._pageHeight;
|
||||
if (!width || !height)
|
||||
return opt.APP_GRID_ICON_SIZE_DEFAULT;
|
||||
|
||||
const [firstItem] = this._container;
|
||||
|
||||
/* if (opt.APP_GRID_ADAPTIVE && !this._isFolder)
|
||||
return opt.APP_GRID_ICON_SIZE_DEFAULT;*/
|
||||
|
||||
let iconSizes = Object.values(IconSize).sort((a, b) => b - a);
|
||||
// limit max icon size for folders and fully adaptive folder grids, the whole range is for the main grid with active folders
|
||||
if (this._isFolder && opt.APP_GRID_FOLDER_ADAPTIVE && opt.APP_GRID_FOLDER_ICON_SIZE < 0)
|
||||
iconSizes = iconSizes.slice(iconSizes.indexOf(opt.APP_GRID_FOLDER_ICON_SIZE_DEFAULT), -1);
|
||||
else if (this._isFolder)
|
||||
iconSizes = iconSizes.slice(iconSizes.indexOf(IconSize.LARGE), -1);
|
||||
else if (opt.APP_GRID_ADAPTIVE && opt.APP_GRID_ICON_SIZE < 0)
|
||||
iconSizes = iconSizes.slice(iconSizes.indexOf(opt.APP_GRID_ICON_SIZE_DEFAULT), -1);
|
||||
|
||||
let sizeInvalid = false;
|
||||
for (const size of iconSizes) {
|
||||
let usedWidth, usedHeight;
|
||||
|
||||
if (firstItem) {
|
||||
firstItem.icon.setIconSize(size);
|
||||
const [firstItemWidth] = firstItem.get_preferred_size();
|
||||
|
||||
const itemSize = firstItemWidth;
|
||||
if (itemSize < size)
|
||||
sizeInvalid = true;
|
||||
|
||||
usedWidth = itemSize * nColumns;
|
||||
usedHeight = itemSize * nRows;
|
||||
}
|
||||
|
||||
if (!firstItem || sizeInvalid) {
|
||||
usedWidth = (size + iconPadding) * nColumns;
|
||||
usedHeight = (size + iconPadding) * nRows;
|
||||
}
|
||||
const emptyHSpace =
|
||||
width - usedWidth - columnSpacingPerPage - paddingH;
|
||||
// this.pagePadding.left - this.pagePadding.right;
|
||||
const emptyVSpace =
|
||||
height - usedHeight - rowSpacingPerPage - paddingV;
|
||||
// this.pagePadding.top - this.pagePadding.bottom;
|
||||
|
||||
if (emptyHSpace >= 0 && emptyVSpace >= 0) {
|
||||
return size;
|
||||
}
|
||||
}
|
||||
|
||||
return IconSize.TINY;
|
||||
},
|
||||
|
||||
removeItem(item) {
|
||||
if (!this._items.has(item)) {
|
||||
console.error(`iconGrid: Item ${item} is not part of the IconGridLayout`);
|
||||
return;
|
||||
// throw new Error(`Item ${item} is not part of the IconGridLayout`);
|
||||
}
|
||||
|
||||
if (!this._container)
|
||||
return;
|
||||
|
||||
this._shouldEaseItems = true;
|
||||
|
||||
this._container.remove_child(item);
|
||||
this._removeItemData(item);
|
||||
},
|
||||
|
||||
addItem(item, page = -1, index = -1) {
|
||||
if (this._items.has(item)) {
|
||||
console.error(`iconGrid: Item ${item} already added to IconGridLayout`);
|
||||
return;
|
||||
// throw new Error(`Item ${item} already added to IconGridLayout`);
|
||||
}
|
||||
|
||||
if (page > this._pages.length) {
|
||||
console.error(`iconGrid: Cannot add ${item} to page ${page}`);
|
||||
page = -1;
|
||||
index = -1;
|
||||
// throw new Error(`Cannot add ${item} to page ${page}`);
|
||||
}
|
||||
|
||||
if (!this._container)
|
||||
return;
|
||||
|
||||
if (page !== -1 && index === -1)
|
||||
page = this._findBestPageToAppend(page);
|
||||
|
||||
this._shouldEaseItems = true;
|
||||
this._container.add_child(item);
|
||||
this._addItemToPage(item, page, index);
|
||||
},
|
||||
|
||||
moveItem(item, newPage, newPosition) {
|
||||
if (!this._items.has(item)) {
|
||||
console.error(`iconGrid: Item ${item} is not part of the IconGridLayout`);
|
||||
return;
|
||||
// throw new Error(`Item ${item} is not part of the IconGridLayout`);
|
||||
}
|
||||
|
||||
this._shouldEaseItems = true;
|
||||
|
||||
this._removeItemData(item);
|
||||
|
||||
if (newPage !== -1 && newPosition === -1)
|
||||
newPage = this._findBestPageToAppend(newPage);
|
||||
this._addItemToPage(item, newPage, newPosition);
|
||||
},
|
||||
|
||||
_addItemToPage(item, pageIndex, index) {
|
||||
// Ensure we have at least one page
|
||||
if (this._pages.length === 0)
|
||||
this._appendPage();
|
||||
|
||||
// Append a new page if necessary
|
||||
if (pageIndex === this._pages.length)
|
||||
this._appendPage();
|
||||
|
||||
if (pageIndex >= this._pages.length) {
|
||||
pageIndex = -1;
|
||||
index = -1;
|
||||
}
|
||||
|
||||
if (pageIndex === -1)
|
||||
pageIndex = this._pages.length - 1;
|
||||
|
||||
if (index === -1)
|
||||
index = this._pages[pageIndex].children.length;
|
||||
|
||||
this._items.set(item, {
|
||||
actor: item,
|
||||
pageIndex,
|
||||
destroyId: item.connect('destroy', () => this._removeItemData(item)),
|
||||
visibleId: item.connect('notify::visible', () => {
|
||||
const itemData = this._items.get(item);
|
||||
|
||||
this._updateVisibleChildrenForPage(itemData.pageIndex);
|
||||
|
||||
if (item.visible)
|
||||
this._relocateSurplusItems(itemData.pageIndex);
|
||||
else if (!this.allowIncompletePages)
|
||||
this._fillItemVacancies(itemData.pageIndex);
|
||||
}),
|
||||
queueRelayoutId: item.connect('queue-relayout', () => {
|
||||
this._childrenMaxSize = -1;
|
||||
}),
|
||||
});
|
||||
|
||||
item.icon.setIconSize(this._iconSize);
|
||||
this._pages[pageIndex].children.splice(index, 0, item);
|
||||
this._updateVisibleChildrenForPage(pageIndex);
|
||||
this._relocateSurplusItems(pageIndex);
|
||||
},
|
||||
|
||||
_findBestPageToAppend(startPage) {
|
||||
const itemsPerPage = this.columnsPerPage * this.rowsPerPage;
|
||||
|
||||
for (let i = startPage; i < this._pages.length; i++) {
|
||||
const visibleItems = this._pages[i].visibleChildren;
|
||||
|
||||
if (visibleItems.length < itemsPerPage)
|
||||
return i;
|
||||
}
|
||||
|
||||
return this._pages.length;
|
||||
},
|
||||
};
|
451
extensions/45/vertical-workspaces/lib/layout.js
Normal file
|
@ -0,0 +1,451 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* layout.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import Meta from 'gi://Meta';
|
||||
import Gio from 'gi://Gio';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Layout from 'resource:///org/gnome/shell/ui/layout.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
let _timeouts;
|
||||
|
||||
export const LayoutModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
_timeouts = {};
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
this._originalUpdateHotCorners = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this._removeTimeouts();
|
||||
|
||||
this.moduleEnabled = opt.get('layoutModule');
|
||||
const conflict = Me.Util.getEnabledExtensions('custom-hot-corners').length ||
|
||||
Me.Util.getEnabledExtensions('dash-to-panel').length;
|
||||
|
||||
if (conflict && !reset)
|
||||
console.warn(`[${Me.metadata.name}] Warning: "Layout" module disabled due to potential conflict with another extension`);
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' LayoutModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
_timeouts = {};
|
||||
|
||||
this._overrides.addOverride('LayoutManager', Main.layoutManager, LayoutManagerCommon);
|
||||
this._overrides.addOverride('HotCorner', Layout.HotCorner.prototype, HotCornerCommon);
|
||||
|
||||
Main.layoutManager._updatePanelBarrier();
|
||||
Main.layoutManager._updateHotCorners();
|
||||
|
||||
if (!this._hotCornersEnabledConId) {
|
||||
this._interfaceSettings = new Gio.Settings({
|
||||
schema_id: 'org.gnome.desktop.interface',
|
||||
});
|
||||
this._hotCornersEnabledConId = this._interfaceSettings.connect('changed::enable-hot-corners',
|
||||
() => Main.layoutManager._updateHotCorners());
|
||||
}
|
||||
|
||||
console.debug(' LayoutModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
Main.layoutManager._updateHotCorners();
|
||||
|
||||
if (this._hotCornersEnabledConId) {
|
||||
this._interfaceSettings.disconnect(this._hotCornersEnabledConId);
|
||||
this._hotCornersEnabledConId = 0;
|
||||
this._interfaceSettings = null;
|
||||
}
|
||||
|
||||
console.debug(' LayoutModule - Disabled');
|
||||
}
|
||||
|
||||
_removeTimeouts() {
|
||||
if (_timeouts) {
|
||||
Object.values(_timeouts).forEach(t => {
|
||||
if (t)
|
||||
GLib.source_remove(t);
|
||||
});
|
||||
_timeouts = null;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const LayoutManagerCommon = {
|
||||
_updatePanelBarrier() {
|
||||
if (this._rightPanelBarrier) {
|
||||
this._rightPanelBarrier.destroy();
|
||||
this._rightPanelBarrier = null;
|
||||
}
|
||||
|
||||
if (this._leftPanelBarrier) {
|
||||
this._leftPanelBarrier.destroy();
|
||||
this._leftPanelBarrier = null;
|
||||
}
|
||||
|
||||
if (!this.primaryMonitor || !opt || Me.Util.getEnabledExtensions('hidetopbar'))
|
||||
return;
|
||||
|
||||
if (this.panelBox.height) {
|
||||
let primary = this.primaryMonitor;
|
||||
if ([0, 1, 3].includes(opt.HOT_CORNER_POSITION)) {
|
||||
this._rightPanelBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: primary.x + primary.width, y1: this.panelBox.allocation.y1,
|
||||
x2: primary.x + primary.width, y2: this.panelBox.allocation.y2,
|
||||
directions: Meta.BarrierDirection.NEGATIVE_X,
|
||||
});
|
||||
}
|
||||
|
||||
if ([2, 4].includes(opt.HOT_CORNER_POSITION)) {
|
||||
this._leftPanelBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: primary.x, y1: this.panelBox.allocation.y1,
|
||||
x2: primary.x, y2: this.panelBox.allocation.y2,
|
||||
directions: Meta.BarrierDirection.POSITIVE_X,
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
_updateHotCorners() {
|
||||
// avoid errors if called from foreign override
|
||||
if (!opt)
|
||||
return;
|
||||
|
||||
// destroy old hot corners
|
||||
this.hotCorners.forEach(corner => corner?.destroy());
|
||||
this.hotCorners = [];
|
||||
|
||||
if (!this._interfaceSettings.get_boolean('enable-hot-corners')) {
|
||||
this.emit('hot-corners-changed');
|
||||
return;
|
||||
}
|
||||
|
||||
let size = this.panelBox.height ? this.panelBox.height : 27;
|
||||
|
||||
// position 0 - default, 1-TL, 2-TR, 3-BL, 4-BR
|
||||
const position = opt.HOT_CORNER_POSITION;
|
||||
|
||||
// build new hot corners
|
||||
for (let i = 0; i < this.monitors.length; i++) {
|
||||
let monitor = this.monitors[i];
|
||||
let cornerX, cornerY;
|
||||
|
||||
if (position === 0) {
|
||||
cornerX = this._rtl ? monitor.x + monitor.width : monitor.x;
|
||||
cornerY = monitor.y;
|
||||
} else if (position === 1) {
|
||||
cornerX = monitor.x;
|
||||
cornerY = monitor.y;
|
||||
} else if (position === 2) {
|
||||
cornerX = monitor.x + monitor.width;
|
||||
cornerY = monitor.y;
|
||||
} else if (position === 3) {
|
||||
cornerX = monitor.x;
|
||||
cornerY = monitor.y + monitor.height;
|
||||
} else {
|
||||
cornerX = monitor.x + monitor.width;
|
||||
cornerY = monitor.y + monitor.height;
|
||||
}
|
||||
|
||||
let haveCorner = true;
|
||||
|
||||
if (i !== this.primaryIndex) {
|
||||
// Check if we have a top left (right for RTL) corner.
|
||||
// I.e. if there is no monitor directly above or to the left(right)
|
||||
let besideX = this._rtl ? monitor.x + 1 : cornerX - 1;
|
||||
let besideY = cornerY;
|
||||
let aboveX = cornerX;
|
||||
let aboveY = cornerY - 1;
|
||||
|
||||
for (let j = 0; j < this.monitors.length; j++) {
|
||||
if (i === j)
|
||||
continue;
|
||||
let otherMonitor = this.monitors[j];
|
||||
if (besideX >= otherMonitor.x &&
|
||||
besideX < otherMonitor.x + otherMonitor.width &&
|
||||
besideY >= otherMonitor.y &&
|
||||
besideY < otherMonitor.y + otherMonitor.height) {
|
||||
haveCorner = false;
|
||||
break;
|
||||
}
|
||||
if (aboveX >= otherMonitor.x &&
|
||||
aboveX < otherMonitor.x + otherMonitor.width &&
|
||||
aboveY >= otherMonitor.y &&
|
||||
aboveY < otherMonitor.y + otherMonitor.height) {
|
||||
haveCorner = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (haveCorner) {
|
||||
let corner = new Layout.HotCorner(this, monitor, cornerX, cornerY);
|
||||
corner.setBarrierSize(size, false);
|
||||
this.hotCorners.push(corner);
|
||||
} else {
|
||||
this.hotCorners.push(null);
|
||||
}
|
||||
}
|
||||
|
||||
this.emit('hot-corners-changed');
|
||||
},
|
||||
};
|
||||
|
||||
const HotCornerCommon = {
|
||||
after__init() {
|
||||
let angle = 0;
|
||||
switch (opt.HOT_CORNER_POSITION) {
|
||||
case 2:
|
||||
angle = 90;
|
||||
break;
|
||||
case 3:
|
||||
angle = 270;
|
||||
break;
|
||||
case 4:
|
||||
angle = 180;
|
||||
break;
|
||||
}
|
||||
|
||||
this._ripples._ripple1.rotation_angle_z = angle;
|
||||
this._ripples._ripple2.rotation_angle_z = angle;
|
||||
this._ripples._ripple3.rotation_angle_z = angle;
|
||||
},
|
||||
|
||||
setBarrierSize(size, notMyCall = true) {
|
||||
// ignore calls from the original _updateHotCorners() callback to avoid building barriers outside screen
|
||||
if (notMyCall && size > 0)
|
||||
return;
|
||||
|
||||
if (this._verticalBarrier) {
|
||||
this._pressureBarrier.removeBarrier(this._verticalBarrier);
|
||||
this._verticalBarrier.destroy();
|
||||
this._verticalBarrier = null;
|
||||
}
|
||||
|
||||
if (this._horizontalBarrier) {
|
||||
this._pressureBarrier.removeBarrier(this._horizontalBarrier);
|
||||
this._horizontalBarrier.destroy();
|
||||
this._horizontalBarrier = null;
|
||||
}
|
||||
|
||||
if (size > 0) {
|
||||
const primaryMonitor = global.display.get_primary_monitor();
|
||||
const monitor = this._monitor;
|
||||
const extendV = opt && opt.HOT_CORNER_ACTION && opt.HOT_CORNER_EDGE && opt.DASH_VERTICAL && monitor.index === primaryMonitor;
|
||||
const extendH = opt && opt.HOT_CORNER_ACTION && opt.HOT_CORNER_EDGE && !opt.DASH_VERTICAL && monitor.index === primaryMonitor;
|
||||
|
||||
if (opt.HOT_CORNER_POSITION <= 1) {
|
||||
this._verticalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x, y1: this._y, y2: this._y + (extendV ? monitor.height : size),
|
||||
directions: Meta.BarrierDirection.POSITIVE_X,
|
||||
});
|
||||
this._horizontalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x + (extendH ? monitor.width : size), y1: this._y, y2: this._y,
|
||||
directions: Meta.BarrierDirection.POSITIVE_Y,
|
||||
});
|
||||
} else if (opt.HOT_CORNER_POSITION === 2) {
|
||||
this._verticalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x, y1: this._y, y2: this._y + (extendV ? monitor.height : size),
|
||||
directions: Meta.BarrierDirection.NEGATIVE_X,
|
||||
});
|
||||
this._horizontalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x - size, x2: this._x, y1: this._y, y2: this._y,
|
||||
directions: Meta.BarrierDirection.POSITIVE_Y,
|
||||
});
|
||||
} else if (opt.HOT_CORNER_POSITION === 3) {
|
||||
this._verticalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x, y1: this._y, y2: this._y - size,
|
||||
directions: Meta.BarrierDirection.POSITIVE_X,
|
||||
});
|
||||
this._horizontalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x + (extendH ? monitor.width : size), y1: this._y, y2: this._y,
|
||||
directions: Meta.BarrierDirection.NEGATIVE_Y,
|
||||
});
|
||||
} else if (opt.HOT_CORNER_POSITION === 4) {
|
||||
this._verticalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x, y1: this._y, y2: this._y - size,
|
||||
directions: Meta.BarrierDirection.NEGATIVE_X,
|
||||
});
|
||||
this._horizontalBarrier = new Meta.Barrier({
|
||||
display: global.display,
|
||||
x1: this._x, x2: this._x - size, y1: this._y, y2: this._y,
|
||||
directions: Meta.BarrierDirection.NEGATIVE_Y,
|
||||
});
|
||||
}
|
||||
|
||||
this._pressureBarrier.addBarrier(this._verticalBarrier);
|
||||
this._pressureBarrier.addBarrier(this._horizontalBarrier);
|
||||
}
|
||||
},
|
||||
|
||||
_toggleOverview() {
|
||||
if (!opt.HOT_CORNER_ACTION || (!opt.HOT_CORNER_FULLSCREEN && this._monitor.inFullscreen && !Main.overview.visible))
|
||||
return;
|
||||
|
||||
if (Main.overview.shouldToggleByCornerOrButton()) {
|
||||
if (Main.overview._shown) {
|
||||
this._toggleWindowPicker(true);
|
||||
} else if ((opt.HOT_CORNER_ACTION === 2 && !Me.Util.isCtrlPressed()) || ([3, 4, 5, 6].includes(opt.HOT_CORNER_ACTION) && Me.Util.isCtrlPressed())) {
|
||||
// Default overview
|
||||
opt.OVERVIEW_MODE = 0;
|
||||
opt.OVERVIEW_MODE2 = false;
|
||||
opt.WORKSPACE_MODE = 1;
|
||||
this._toggleWindowPicker(true, true);
|
||||
} else if (opt.HOT_CORNER_ACTION === 1) {
|
||||
Main.overview.resetOverviewMode();
|
||||
this._toggleWindowPicker(true, true);
|
||||
} else if ((opt.HOT_CORNER_ACTION === 3 && !Me.Util.isCtrlPressed()) || (opt.HOT_CORNER_ACTION === 2 && Me.Util.isCtrlPressed()) || (opt.HOT_CORNER_ACTION === 6 && Me.Util.isCtrlPressed())) {
|
||||
// Applications
|
||||
this._toggleApplications(true);
|
||||
} else if (opt.HOT_CORNER_ACTION === 4 && !Me.Util.isCtrlPressed()) {
|
||||
// Overview - static ws preview
|
||||
opt.OVERVIEW_MODE = 1;
|
||||
opt.OVERVIEW_MODE2 = false;
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
this._toggleWindowPicker(true, true);
|
||||
} else if (opt.HOT_CORNER_ACTION === 5 && !Me.Util.isCtrlPressed()) {
|
||||
// Overview - static ws
|
||||
opt.OVERVIEW_MODE = 2;
|
||||
opt.OVERVIEW_MODE2 = true;
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
this._toggleWindowPicker(true, true);
|
||||
} else if (opt.HOT_CORNER_ACTION === 6 && !Me.Util.isCtrlPressed()) {
|
||||
// Window search provider
|
||||
opt.OVERVIEW_MODE = 2;
|
||||
opt.OVERVIEW_MODE2 = true;
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
this._toggleWindowSearchProvider();
|
||||
}
|
||||
if (opt.HOT_CORNER_RIPPLES && Main.overview.animationInProgress)
|
||||
this._ripples.playAnimation(this._x, this._y);
|
||||
}
|
||||
},
|
||||
|
||||
_toggleWindowPicker(leaveOverview = false, customOverviewMode = false) {
|
||||
if (Main.overview._shown && (leaveOverview || !Main.overview.dash.showAppsButton.checked)) {
|
||||
Main.overview.hide();
|
||||
} else if (Main.overview.dash.showAppsButton.checked) {
|
||||
Main.overview.dash.showAppsButton.checked = false;
|
||||
} else {
|
||||
const focusWindow = global.display.get_focus_window();
|
||||
// at least GS 42 is unable to show overview in X11 session if VirtualBox Machine window grabbed keyboard
|
||||
if (!Meta.is_wayland_compositor() && focusWindow && focusWindow.wm_class.includes('VirtualBox Machine')) {
|
||||
// following should help when windowed VBox Machine has focus.
|
||||
global.stage.set_key_focus(Main.panel);
|
||||
// key focus doesn't take the effect immediately, we must wait for it
|
||||
// still looking for better solution!
|
||||
_timeouts.releaseKeyboardTimeoutId = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
// delay cannot be too short
|
||||
200,
|
||||
() => {
|
||||
Main.overview.show(1, customOverviewMode);
|
||||
|
||||
_timeouts.releaseKeyboardTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
} else {
|
||||
Main.overview.show(1, customOverviewMode);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
_toggleApplications(leaveOverview = false) {
|
||||
if ((leaveOverview && Main.overview._shown) || Main.overview.dash.showAppsButton.checked) {
|
||||
Main.overview.hide();
|
||||
} else {
|
||||
const focusWindow = global.display.get_focus_window();
|
||||
// at least GS 42 is unable to show overview in X11 session if VirtualBox Machine window grabbed keyboard
|
||||
if (!Meta.is_wayland_compositor() && focusWindow && focusWindow.wm_class.includes('VirtualBox Machine')) {
|
||||
// following should help when windowed VBox Machine has focus.
|
||||
global.stage.set_key_focus(Main.panel);
|
||||
// key focus doesn't take the effect immediately, we must wait for it
|
||||
// still looking for better solution!
|
||||
_timeouts.releaseKeyboardTimeoutId = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
// delay cannot be too short
|
||||
200,
|
||||
() => {
|
||||
Main.overview.show(2);
|
||||
|
||||
_timeouts.releaseKeyboardTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
} else if (Main.overview._shown) {
|
||||
Main.overview.dash.showAppsButton.checked = true;
|
||||
} else {
|
||||
Main.overview.show(2); // 2 for App Grid
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
_toggleWindowSearchProvider() {
|
||||
if (!Main.overview._overview._controls._searchController._searchActive) {
|
||||
opt.OVERVIEW_MODE = 2;
|
||||
opt.OVERVIEW_MODE2 = true;
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
this._toggleWindowPicker(false, true);
|
||||
const prefix = Me.WSP_PREFIX;
|
||||
const position = prefix.length;
|
||||
const searchEntry = Main.overview.searchEntry;
|
||||
searchEntry.set_text(prefix);
|
||||
// searchEntry.grab_key_focus();
|
||||
searchEntry.get_first_child().set_cursor_position(position);
|
||||
searchEntry.get_first_child().set_selection(position, position);
|
||||
} else {
|
||||
// Main.overview.searchEntry.text = '';
|
||||
Main.overview.hide();
|
||||
}
|
||||
},
|
||||
};
|
91
extensions/45/vertical-workspaces/lib/messageTray.js
Normal file
|
@ -0,0 +1,91 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* messageTray.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const MessageTrayModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('messageTrayModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' MessageTrayModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
this._setNotificationPosition(opt.NOTIFICATION_POSITION);
|
||||
|
||||
console.debug(' MessageTrayModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
this._setNotificationPosition(1);
|
||||
|
||||
console.debug(' MessageTrayModule - Disabled');
|
||||
}
|
||||
|
||||
_setNotificationPosition(position) {
|
||||
switch (position) {
|
||||
case 0:
|
||||
Main.messageTray._bannerBin.x_align = Clutter.ActorAlign.START;
|
||||
Main.messageTray._bannerBin.y_align = Clutter.ActorAlign.START;
|
||||
break;
|
||||
case 1:
|
||||
Main.messageTray._bannerBin.x_align = Clutter.ActorAlign.CENTER;
|
||||
Main.messageTray._bannerBin.y_align = Clutter.ActorAlign.START;
|
||||
break;
|
||||
case 2:
|
||||
Main.messageTray._bannerBin.x_align = Clutter.ActorAlign.END;
|
||||
Main.messageTray._bannerBin.y_align = Clutter.ActorAlign.START;
|
||||
break;
|
||||
case 3:
|
||||
Main.messageTray._bannerBin.x_align = Clutter.ActorAlign.START;
|
||||
Main.messageTray._bannerBin.y_align = Clutter.ActorAlign.END;
|
||||
break;
|
||||
case 4:
|
||||
Main.messageTray._bannerBin.x_align = Clutter.ActorAlign.CENTER;
|
||||
Main.messageTray._bannerBin.y_align = Clutter.ActorAlign.END;
|
||||
break;
|
||||
case 5:
|
||||
Main.messageTray._bannerBin.x_align = Clutter.ActorAlign.END;
|
||||
Main.messageTray._bannerBin.y_align = Clutter.ActorAlign.END;
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
495
extensions/45/vertical-workspaces/lib/optionsFactory.js
Normal file
|
@ -0,0 +1,495 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* optionsFactory.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Adw from 'gi://Adw';
|
||||
import Gio from 'gi://Gio';
|
||||
import GObject from 'gi://GObject';
|
||||
import Gtk from 'gi://Gtk';
|
||||
|
||||
let Me;
|
||||
|
||||
// gettext
|
||||
let _;
|
||||
|
||||
export function init(me) {
|
||||
Me = me;
|
||||
_ = Me.gettext;
|
||||
}
|
||||
|
||||
export const ItemFactory = class ItemFactory {
|
||||
constructor() {
|
||||
this._settings = Me.Opt._gsettings;
|
||||
}
|
||||
|
||||
getRowWidget(text, caption, widget, variable, options = [], dependsOn) {
|
||||
let item = [];
|
||||
let label;
|
||||
if (widget) {
|
||||
label = new Gtk.Box({
|
||||
orientation: Gtk.Orientation.VERTICAL,
|
||||
spacing: 4,
|
||||
halign: Gtk.Align.START,
|
||||
valign: Gtk.Align.CENTER,
|
||||
});
|
||||
const option = new Gtk.Label({
|
||||
halign: Gtk.Align.START,
|
||||
});
|
||||
option.set_text(text);
|
||||
label.append(option);
|
||||
|
||||
if (caption) {
|
||||
const captionLabel = new Gtk.Label({
|
||||
halign: Gtk.Align.START,
|
||||
wrap: true,
|
||||
/* width_chars: 80, */
|
||||
xalign: 0,
|
||||
});
|
||||
const context = captionLabel.get_style_context();
|
||||
context.add_class('dim-label');
|
||||
context.add_class('caption');
|
||||
captionLabel.set_text(caption);
|
||||
label.append(captionLabel);
|
||||
}
|
||||
label._title = text;
|
||||
} else {
|
||||
label = text;
|
||||
}
|
||||
item.push(label);
|
||||
item.push(widget);
|
||||
|
||||
let key;
|
||||
|
||||
if (variable && Me.Opt.options[variable]) {
|
||||
const opt = Me.Opt.options[variable];
|
||||
key = opt[1];
|
||||
}
|
||||
|
||||
if (widget) {
|
||||
if (widget._isSwitch)
|
||||
this._connectSwitch(widget, key, variable);
|
||||
else if (widget._isSpinButton || widget._isScale)
|
||||
this._connectSpinButton(widget, key, variable);
|
||||
else if (widget._isComboBox)
|
||||
this._connectComboBox(widget, key, variable, options);
|
||||
else if (widget._isDropDown)
|
||||
this._connectDropDown(widget, key, variable, options);
|
||||
|
||||
if (dependsOn) {
|
||||
const dKey = Me.Opt.options[dependsOn][1];
|
||||
this._settings.bind(dKey, widget, 'sensitive', Gio.SettingsBindFlags.GET);
|
||||
}
|
||||
}
|
||||
|
||||
return item;
|
||||
}
|
||||
|
||||
_connectSwitch(widget, key /* , variable */) {
|
||||
this._settings.bind(key, widget, 'active', Gio.SettingsBindFlags.DEFAULT);
|
||||
}
|
||||
|
||||
_connectSpinButton(widget, key /* , variable */) {
|
||||
this._settings.bind(key, widget.adjustment, 'value', Gio.SettingsBindFlags.DEFAULT);
|
||||
}
|
||||
|
||||
_connectComboBox(widget, key, variable, options) {
|
||||
let model = widget.get_model();
|
||||
widget._comboMap = {};
|
||||
const currentValue = Me.Opt.get(variable);
|
||||
for (const [label, value] of options) {
|
||||
let iter;
|
||||
model.set(iter = model.append(), [0, 1], [label, value]);
|
||||
if (value === currentValue)
|
||||
widget.set_active_iter(iter);
|
||||
|
||||
widget._comboMap[value] = iter;
|
||||
}
|
||||
Me.Opt.connect(`changed::${key}`, () => {
|
||||
widget.set_active_iter(widget._comboMap[Me.Opt.get(variable, true)]);
|
||||
});
|
||||
widget.connect('changed', () => {
|
||||
const [success, iter] = widget.get_active_iter();
|
||||
|
||||
if (!success)
|
||||
return;
|
||||
|
||||
Me.Opt.set(variable, model.get_value(iter, 1));
|
||||
});
|
||||
}
|
||||
|
||||
_connectDropDown(widget, key, variable, options) {
|
||||
const model = widget.get_model();
|
||||
const currentValue = Me.Opt.get(variable);
|
||||
for (let i = 0; i < options.length; i++) {
|
||||
const text = options[i][0];
|
||||
const id = options[i][1];
|
||||
model.append(new DropDownItemVW({ text, id }));
|
||||
if (id === currentValue)
|
||||
widget.set_selected(i);
|
||||
}
|
||||
|
||||
const factory = new Gtk.SignalListItemFactory();
|
||||
factory.connect('setup', (fact, listItem) => {
|
||||
const label = new Gtk.Label({ xalign: 0 });
|
||||
listItem.set_child(label);
|
||||
});
|
||||
factory.connect('bind', (fact, listItem) => {
|
||||
const label = listItem.get_child();
|
||||
const item = listItem.get_item();
|
||||
label.set_text(item.text);
|
||||
});
|
||||
|
||||
widget.connect('notify::selected-item', dropDown => {
|
||||
const item = dropDown.get_selected_item();
|
||||
Me.Opt.set(variable, item.id);
|
||||
});
|
||||
|
||||
Me.Opt.connect(`changed::${key}`, () => {
|
||||
const newId = Me.Opt.get(variable, true);
|
||||
for (let i = 0; i < options.length; i++) {
|
||||
const id = options[i][1];
|
||||
if (id === newId)
|
||||
widget.set_selected(i);
|
||||
}
|
||||
});
|
||||
|
||||
widget.set_factory(factory);
|
||||
}
|
||||
|
||||
newSwitch() {
|
||||
let sw = new Gtk.Switch({
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
});
|
||||
sw._isSwitch = true;
|
||||
return sw;
|
||||
}
|
||||
|
||||
newSpinButton(adjustment) {
|
||||
let spinButton = new Gtk.SpinButton({
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
vexpand: false,
|
||||
xalign: 0.5,
|
||||
});
|
||||
spinButton.set_adjustment(adjustment);
|
||||
spinButton._isSpinButton = true;
|
||||
return spinButton;
|
||||
}
|
||||
|
||||
newComboBox() {
|
||||
const model = new Gtk.ListStore();
|
||||
model.set_column_types([GObject.TYPE_STRING, GObject.TYPE_INT]);
|
||||
const comboBox = new Gtk.ComboBox({
|
||||
model,
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
});
|
||||
const renderer = new Gtk.CellRendererText();
|
||||
comboBox.pack_start(renderer, true);
|
||||
comboBox.add_attribute(renderer, 'text', 0);
|
||||
comboBox._isComboBox = true;
|
||||
return comboBox;
|
||||
}
|
||||
|
||||
newDropDown() {
|
||||
const dropDown = new Gtk.DropDown({
|
||||
model: new Gio.ListStore({
|
||||
item_type: DropDownItemVW,
|
||||
}),
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
});
|
||||
dropDown._isDropDown = true;
|
||||
return dropDown;
|
||||
}
|
||||
|
||||
newScale(adjustment) {
|
||||
const scale = new Gtk.Scale({
|
||||
orientation: Gtk.Orientation.HORIZONTAL,
|
||||
draw_value: true,
|
||||
has_origin: false,
|
||||
value_pos: Gtk.PositionType.LEFT,
|
||||
digits: 0,
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
vexpand: false,
|
||||
});
|
||||
scale.set_size_request(300, -1);
|
||||
scale.set_adjustment(adjustment);
|
||||
scale._isScale = true;
|
||||
return scale;
|
||||
}
|
||||
|
||||
newLabel(text = '') {
|
||||
const label = new Gtk.Label({
|
||||
label: text,
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
});
|
||||
label._activatable = false;
|
||||
return label;
|
||||
}
|
||||
|
||||
newLinkButton(uri) {
|
||||
const linkBtn = new Gtk.LinkButton({
|
||||
uri,
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
icon_name: 'emblem-symbolic-link',
|
||||
});
|
||||
return linkBtn;
|
||||
}
|
||||
|
||||
newButton() {
|
||||
const btn = new Gtk.Button({
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
});
|
||||
|
||||
btn._activatable = true;
|
||||
return btn;
|
||||
}
|
||||
|
||||
newPresetButton(opt, profileIndex) {
|
||||
const load = opt.loadProfile.bind(opt);
|
||||
const save = opt.storeProfile.bind(opt);
|
||||
const reset = opt.resetProfile.bind(opt);
|
||||
|
||||
const box = new Gtk.Box({
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
spacing: 8,
|
||||
});
|
||||
box.is_profile_box = true;
|
||||
|
||||
const entry = new Gtk.Entry({
|
||||
width_chars: 40,
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
xalign: 0,
|
||||
});
|
||||
entry.set_text(opt.get(`profileName${profileIndex}`));
|
||||
entry.set_icon_from_icon_name(Gtk.EntryIconPosition.SECONDARY, 'edit-clear-symbolic');
|
||||
entry.set_icon_activatable(Gtk.EntryIconPosition.SECONDARY, true);
|
||||
|
||||
const resetProfile = this.newButton();
|
||||
resetProfile.set({
|
||||
tooltip_text: _('Reset profile to defaults'),
|
||||
icon_name: 'document-revert-symbolic',
|
||||
hexpand: false,
|
||||
css_classes: ['destructive-action'],
|
||||
});
|
||||
|
||||
function setName() {
|
||||
const ProfileNames = [
|
||||
_('GNOME 3'),
|
||||
_('GNOME 40+ - Bottom Hot Edge'),
|
||||
_('Hot Corner Centric - Top Left Hot Corner'),
|
||||
_('Dock Overview - Bottom Hot Edge'),
|
||||
];
|
||||
|
||||
let name = opt.get(`profileName${profileIndex}`, true);
|
||||
if (!name)
|
||||
name = ProfileNames[profileIndex - 1];
|
||||
entry.set_text(name);
|
||||
}
|
||||
|
||||
setName();
|
||||
|
||||
entry.connect('icon-press', e => e.set_text(''));
|
||||
entry.connect('changed', e => opt.set(`profileName${profileIndex}`, e.get_text()));
|
||||
|
||||
resetProfile.connect('clicked', () => {
|
||||
reset(profileIndex);
|
||||
setName();
|
||||
});
|
||||
resetProfile._activatable = false;
|
||||
|
||||
const loadProfile = this.newButton();
|
||||
loadProfile.set({
|
||||
tooltip_text: _('Load profile'),
|
||||
icon_name: 'view-refresh-symbolic',
|
||||
hexpand: false,
|
||||
});
|
||||
loadProfile.connect('clicked', () => load(profileIndex));
|
||||
loadProfile._activatable = false;
|
||||
|
||||
const saveProfile = this.newButton();
|
||||
saveProfile.set({
|
||||
tooltip_text: _('Save current settings into this profile'),
|
||||
icon_name: 'document-save-symbolic',
|
||||
hexpand: false,
|
||||
});
|
||||
saveProfile.connect('clicked', () => save(profileIndex));
|
||||
saveProfile._activatable = false;
|
||||
|
||||
box.append(resetProfile);
|
||||
box.append(entry);
|
||||
box.append(saveProfile);
|
||||
box.append(loadProfile);
|
||||
return box;
|
||||
}
|
||||
|
||||
newResetButton(callback) {
|
||||
const btn = this.newButton();
|
||||
btn.set({
|
||||
css_classes: ['destructive-action'],
|
||||
icon_name: 'edit-delete-symbolic',
|
||||
});
|
||||
|
||||
btn.connect('clicked', callback);
|
||||
btn._activatable = false;
|
||||
return btn;
|
||||
}
|
||||
|
||||
newOptionsResetButton() {
|
||||
const btn = new Gtk.Button({
|
||||
halign: Gtk.Align.END,
|
||||
valign: Gtk.Align.CENTER,
|
||||
hexpand: true,
|
||||
css_classes: ['destructive-action'],
|
||||
icon_name: 'document-revert-symbolic',
|
||||
});
|
||||
|
||||
btn.connect('clicked', () => {
|
||||
const settings = this._settings;
|
||||
settings.list_keys().forEach(
|
||||
key => settings.reset(key)
|
||||
);
|
||||
});
|
||||
btn._activatable = false;
|
||||
return btn;
|
||||
}
|
||||
};
|
||||
|
||||
export const AdwPrefs = class {
|
||||
constructor(gOptions) {
|
||||
Me.Opt = gOptions;
|
||||
}
|
||||
|
||||
getFilledWindow(window, pages) {
|
||||
for (let page of pages) {
|
||||
const title = page.title;
|
||||
const iconName = page.iconName;
|
||||
const optionList = page.optionList;
|
||||
|
||||
window.add(
|
||||
this._getAdwPage(optionList, {
|
||||
title,
|
||||
icon_name: iconName,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
window.set_search_enabled(true);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
||||
_getAdwPage(optionList, pageProperties = {}) {
|
||||
// pageProperties.width_request = 740;
|
||||
const page = new Adw.PreferencesPage(pageProperties);
|
||||
let group;
|
||||
for (let item of optionList) {
|
||||
// label can be plain text for Section Title
|
||||
// or GtkBox for Option
|
||||
const option = item[0];
|
||||
const widget = item[1];
|
||||
if (!widget) {
|
||||
if (group)
|
||||
page.add(group);
|
||||
|
||||
group = new Adw.PreferencesGroup({
|
||||
title: option,
|
||||
hexpand: true,
|
||||
width_request: 700,
|
||||
});
|
||||
continue;
|
||||
}
|
||||
|
||||
const row = new Adw.ActionRow({
|
||||
title: option._title,
|
||||
});
|
||||
|
||||
const grid = new Gtk.Grid({
|
||||
column_homogeneous: false,
|
||||
column_spacing: 20,
|
||||
margin_start: 8,
|
||||
margin_end: 8,
|
||||
margin_top: 8,
|
||||
margin_bottom: 8,
|
||||
hexpand: true,
|
||||
});
|
||||
/* for (let i of item) {
|
||||
box.append(i);*/
|
||||
grid.attach(option, 0, 0, 1, 1);
|
||||
if (widget)
|
||||
grid.attach(widget, 1, 0, 1, 1);
|
||||
|
||||
row.set_child(grid);
|
||||
if (widget._activatable === false)
|
||||
row.activatable = false;
|
||||
else
|
||||
row.activatable_widget = widget;
|
||||
|
||||
group.add(row);
|
||||
}
|
||||
page.add(group);
|
||||
return page;
|
||||
}
|
||||
};
|
||||
|
||||
const DropDownItemVW = GObject.registerClass({
|
||||
GTypeName: 'DropDownItemVW',
|
||||
Properties: {
|
||||
'text': GObject.ParamSpec.string(
|
||||
'text',
|
||||
'Text',
|
||||
'DropDown item text',
|
||||
GObject.ParamFlags.READWRITE,
|
||||
''
|
||||
),
|
||||
'id': GObject.ParamSpec.int(
|
||||
'id',
|
||||
'Id',
|
||||
'Item id stored in settings',
|
||||
GObject.ParamFlags.READWRITE,
|
||||
// min, max, default
|
||||
-2147483648, 2147483647, 0
|
||||
),
|
||||
},
|
||||
}, class DropDownItemVW extends GObject.Object {
|
||||
get text() {
|
||||
return this._text;
|
||||
}
|
||||
|
||||
set text(text) {
|
||||
this._text = text;
|
||||
}
|
||||
|
||||
get id() {
|
||||
return this._id;
|
||||
}
|
||||
|
||||
set id(id) {
|
||||
this._id = id;
|
||||
}
|
||||
});
|
118
extensions/45/vertical-workspaces/lib/osdWindow.js
Normal file
|
@ -0,0 +1,118 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* osdWindow.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as OsdWindow from 'resource:///org/gnome/shell/ui/osdWindow.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
let OsdPositions;
|
||||
|
||||
export const OsdWindowModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
|
||||
OsdPositions = {
|
||||
1: {
|
||||
x_align: Clutter.ActorAlign.START,
|
||||
y_align: Clutter.ActorAlign.START,
|
||||
},
|
||||
2: {
|
||||
x_align: Clutter.ActorAlign.CENTER,
|
||||
y_align: Clutter.ActorAlign.START,
|
||||
},
|
||||
3: {
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
y_align: Clutter.ActorAlign.START,
|
||||
},
|
||||
4: {
|
||||
x_align: Clutter.ActorAlign.CENTER,
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
},
|
||||
5: {
|
||||
x_align: Clutter.ActorAlign.START,
|
||||
y_align: Clutter.ActorAlign.END,
|
||||
},
|
||||
6: {
|
||||
x_align: Clutter.ActorAlign.CENTER,
|
||||
y_align: Clutter.ActorAlign.END,
|
||||
},
|
||||
7: {
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
y_align: Clutter.ActorAlign.END,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
OsdPositions = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('osdWindowModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' OsdWindowModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('osdWindow', OsdWindow.OsdWindow.prototype, OsdWindowCommon);
|
||||
console.debug(' OsdWindowModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
this._updateExistingOsdWindows(6);
|
||||
|
||||
console.debug(' WorkspaceSwitcherPopupModule - Disabled');
|
||||
}
|
||||
|
||||
_updateExistingOsdWindows(position) {
|
||||
position = position ? position : opt.OSD_POSITION;
|
||||
Main.osdWindowManager._osdWindows.forEach(osd => {
|
||||
osd.set(OsdPositions[position]);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
const OsdWindowCommon = {
|
||||
after_show() {
|
||||
if (!opt.OSD_POSITION)
|
||||
this.opacity = 0;
|
||||
this.set(OsdPositions[opt.OSD_POSITION]);
|
||||
},
|
||||
};
|
168
extensions/45/vertical-workspaces/lib/overlayKey.js
Normal file
|
@ -0,0 +1,168 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* overlayKey.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import St from 'gi://St';
|
||||
import Meta from 'gi://Meta';
|
||||
import GObject from 'gi://GObject';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Overview from 'resource:///org/gnome/shell/ui/overview.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const OverlayKeyModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._originalOverlayKeyHandlerId = 0;
|
||||
this._overlayKeyHandlerId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('overlayKeyModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' OverlayKeyModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._originalOverlayKeyHandlerId) {
|
||||
this._originalOverlayKeyHandlerId = GObject.signal_handler_find(global.display, { signalId: 'overlay-key' });
|
||||
if (this._originalOverlayKeyHandlerId !== null) {
|
||||
global.display.block_signal_handler(this._originalOverlayKeyHandlerId);
|
||||
this._connectOverlayKey();
|
||||
}
|
||||
}
|
||||
console.debug(' OverlayKeyModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
this._restoreOverlayKeyHandler();
|
||||
|
||||
console.debug(' OverlayKeyModule - Disabled');
|
||||
}
|
||||
|
||||
_restoreOverlayKeyHandler() {
|
||||
// Disconnect modified overlay key handler
|
||||
if (this._overlayKeyHandlerId) {
|
||||
global.display.disconnect(this._overlayKeyHandlerId);
|
||||
this._overlayKeyHandlerId = 0;
|
||||
}
|
||||
|
||||
// Unblock original overlay key handler
|
||||
if (this._originalOverlayKeyHandlerId) {
|
||||
global.display.unblock_signal_handler(this._originalOverlayKeyHandlerId);
|
||||
this._originalOverlayKeyHandlerId = 0;
|
||||
}
|
||||
}
|
||||
|
||||
_connectOverlayKey() {
|
||||
if (this._overlayKeyHandlerId)
|
||||
return;
|
||||
|
||||
this._overlayKeyHandlerId = global.display.connect('overlay-key', this._onOverlayKeyPressed.bind(Main.overview._overview.controls));
|
||||
}
|
||||
|
||||
_onOverlayKeyPressed() {
|
||||
if (this._a11ySettings.get_boolean('stickykeys-enable'))
|
||||
return;
|
||||
|
||||
const { initialState, finalState, transitioning } =
|
||||
this._stateAdjustment.getStateTransitionParams();
|
||||
|
||||
const time = GLib.get_monotonic_time() / 1000;
|
||||
const timeDiff = time - this._lastOverlayKeyTime;
|
||||
this._lastOverlayKeyTime = time;
|
||||
|
||||
const shouldShift = St.Settings.get().enable_animations
|
||||
? transitioning && finalState > initialState
|
||||
: Main.overview.visible && timeDiff < Overview.ANIMATION_TIME;
|
||||
|
||||
const mode = opt.OVERLAY_KEY_SECONDARY;
|
||||
if (shouldShift) {
|
||||
Me.Util.activateSearchProvider('');
|
||||
if (mode === 1) {
|
||||
this._shiftState(Meta.MotionDirection.UP);
|
||||
} else if (mode === 2) {
|
||||
Me.Util.activateSearchProvider(Me.WSP_PREFIX);
|
||||
} else if (mode === 3) {
|
||||
// Changing the overview mode automatically changes the overview transition
|
||||
opt.OVERVIEW_MODE = 0;
|
||||
opt.OVERVIEW_MODE2 = false;
|
||||
opt.WORKSPACE_MODE = 1;
|
||||
}
|
||||
} else {
|
||||
if (Main.overview._shown) {
|
||||
Main.overview.hide();
|
||||
return;
|
||||
}
|
||||
switch (opt.OVERLAY_KEY_PRIMARY) {
|
||||
case 0: // Disabled
|
||||
return;
|
||||
case 1: // Follow global overview mode
|
||||
Main.overview.resetOverviewMode();
|
||||
break;
|
||||
case 2: // Default overview
|
||||
opt.OVERVIEW_MODE = 0;
|
||||
opt.OVERVIEW_MODE2 = false;
|
||||
opt.WORKSPACE_MODE = 1;
|
||||
break;
|
||||
case 3: // Default overview
|
||||
if (Main.overview._shown)
|
||||
Main.overview.hide();
|
||||
else
|
||||
Main.overview.show(2);
|
||||
return;
|
||||
case 4: // Static WS preview
|
||||
opt.OVERVIEW_MODE = 1;
|
||||
opt.OVERVIEW_MODE2 = false;
|
||||
if (!Main.overview._shown)
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
break;
|
||||
case 5: // Static WS
|
||||
opt.OVERVIEW_MODE = 2;
|
||||
opt.OVERVIEW_MODE2 = true;
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
break;
|
||||
case 6: // Window Search
|
||||
opt.OVERVIEW_MODE = 2;
|
||||
opt.OVERVIEW_MODE2 = true;
|
||||
if (!Main.overview._shown)
|
||||
opt.WORKSPACE_MODE = 0;
|
||||
break;
|
||||
}
|
||||
const customOverviewMode = !Main.overview._shown;
|
||||
Main.overview.toggle(customOverviewMode);
|
||||
if (opt.OVERLAY_KEY_PRIMARY === 6)
|
||||
Me.Util.activateSearchProvider(Me.WSP_PREFIX);
|
||||
}
|
||||
}
|
||||
};
|
162
extensions/45/vertical-workspaces/lib/overview.js
Normal file
|
@ -0,0 +1,162 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* overview.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Overview from 'resource:///org/gnome/shell/ui/overview.js';
|
||||
import * as OverviewControls from 'resource:///org/gnome/shell/ui/overviewControls.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const OverviewModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = true;
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' OverviewModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('Overview', Overview.Overview.prototype, OverviewCommon);
|
||||
console.debug(' OverviewModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
console.debug(' OverviewModule - Disabled');
|
||||
}
|
||||
};
|
||||
|
||||
const OverviewCommon = {
|
||||
show(state = OverviewControls.ControlsState.WINDOW_PICKER, customOverviewMode) {
|
||||
if (!customOverviewMode)
|
||||
this.resetOverviewMode();
|
||||
|
||||
if (state === OverviewControls.ControlsState.HIDDEN)
|
||||
throw new Error('Invalid state, use hide() to hide');
|
||||
|
||||
if (this.isDummy)
|
||||
return;
|
||||
if (this._shown)
|
||||
return;
|
||||
this._shown = true;
|
||||
|
||||
if (!this._syncGrab())
|
||||
return;
|
||||
|
||||
Main.layoutManager.showOverview();
|
||||
this._animateVisible(state);
|
||||
},
|
||||
|
||||
toggle(customOverviewMode) {
|
||||
if (this.isDummy)
|
||||
return;
|
||||
|
||||
if (this._visible)
|
||||
this.hide();
|
||||
else
|
||||
this.show(OverviewControls.ControlsState.WINDOW_PICKER, customOverviewMode);
|
||||
},
|
||||
|
||||
resetOverviewMode() {
|
||||
// reset Overview Mode do default
|
||||
opt.OVERVIEW_MODE = opt.get('overviewMode');
|
||||
opt.OVERVIEW_MODE2 = opt.OVERVIEW_MODE === 2;
|
||||
opt.WORKSPACE_MODE = opt.OVERVIEW_MODE > 0 ? 0 : 1;
|
||||
},
|
||||
|
||||
_showDone() {
|
||||
this._animationInProgress = false;
|
||||
this._coverPane.hide();
|
||||
|
||||
if (this._shownState !== 'SHOWN')
|
||||
this._changeShownState('SHOWN');
|
||||
|
||||
// Handle any calls to hide* while we were showing
|
||||
if (!this._shown)
|
||||
this._animateNotVisible();
|
||||
|
||||
// if user activates overview during startup animation, transition needs to be shifted to the state 2 here
|
||||
const controls = this._overview._controls;
|
||||
if (controls._searchController._searchActive && controls._stateAdjustment.value === 1) {
|
||||
if (opt.SEARCH_VIEW_ANIMATION)
|
||||
controls._onSearchChanged();
|
||||
else if (!opt.OVERVIEW_MODE2)
|
||||
controls._stateAdjustment.value = 2;
|
||||
}
|
||||
|
||||
this._syncGrab();
|
||||
},
|
||||
|
||||
// Workaround - should probably be fixed elsewhere in the upstream code
|
||||
// If a new window is opened from the overview
|
||||
// and is realized before the overview animation is complete,
|
||||
// the new window will not get focus
|
||||
after__hideDone() {
|
||||
if (!opt.FIX_NEW_WINDOW_FOCUS)
|
||||
return;
|
||||
|
||||
const workspace = global.workspace_manager.get_active_workspace();
|
||||
const recentDesktopWin = global.display.get_tab_list(1, workspace)[0];
|
||||
let recentNormalWin = null;
|
||||
const tabList = global.display.get_tab_list(0, workspace);
|
||||
|
||||
for (let i = 0; i < tabList.length; i++) {
|
||||
if (tabList[i].minimized === false) {
|
||||
recentNormalWin = tabList[i];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
let recentWin = recentNormalWin;
|
||||
if (recentNormalWin && recentDesktopWin) {
|
||||
recentWin = recentNormalWin.get_user_time() > recentDesktopWin.get_user_time()
|
||||
? recentNormalWin
|
||||
: recentDesktopWin;
|
||||
}
|
||||
|
||||
const focusedWin = global.display.focus_window;
|
||||
|
||||
if (recentWin && focusedWin !== recentWin)
|
||||
recentWin.activate(global.get_current_time());
|
||||
},
|
||||
};
|
1764
extensions/45/vertical-workspaces/lib/overviewControls.js
Normal file
253
extensions/45/vertical-workspaces/lib/panel.js
Normal file
|
@ -0,0 +1,253 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* panel.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Overview from 'resource:///org/gnome/shell/ui/overview.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
const ANIMATION_TIME = Overview.ANIMATION_TIME;
|
||||
|
||||
export const PanelModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
|
||||
this._showingOverviewConId = 0;
|
||||
this._hidingOverviewConId = 0;
|
||||
this._styleChangedConId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('panelModule');
|
||||
const conflict = Me.Util.getEnabledExtensions('dash-to-panel').length ||
|
||||
Me.Util.getEnabledExtensions('hidetopbar').length;
|
||||
|
||||
if (conflict && !reset)
|
||||
console.warn(`[${Me.metadata.name}] Warning: "Panel" module disabled due to potential conflict with another extension`);
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict || Main.sessionMode.isLocked;
|
||||
|
||||
// don't touch original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' PanelModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
const panelBox = Main.layoutManager.panelBox;
|
||||
|
||||
this._setPanelPosition();
|
||||
this._updateStyleChangedConnection();
|
||||
|
||||
if (opt.PANEL_MODE === 0) {
|
||||
this._updateOverviewConnection(true);
|
||||
this._reparentPanel(false);
|
||||
panelBox.translation_y = 0;
|
||||
Main.panel.opacity = 255;
|
||||
this._setPanelStructs(true);
|
||||
} else if (opt.PANEL_MODE === 1) {
|
||||
if (opt.SHOW_WS_PREVIEW_BG) {
|
||||
this._reparentPanel(true);
|
||||
if (opt.OVERVIEW_MODE2) {
|
||||
// in OM2 if the panel has been moved to the overviewGroup move panel above all
|
||||
Main.layoutManager.overviewGroup.set_child_above_sibling(panelBox, null);
|
||||
this._updateOverviewConnection();
|
||||
} else {
|
||||
// otherwise move the panel below overviewGroup so it can get below workspacesDisplay
|
||||
Main.layoutManager.overviewGroup.set_child_below_sibling(panelBox, Main.overview._overview);
|
||||
this._updateOverviewConnection(true);
|
||||
}
|
||||
this._showPanel(true);
|
||||
} else {
|
||||
// if ws preview bg is disabled, panel can stay in uiGroup
|
||||
this._reparentPanel(false);
|
||||
this._showPanel(false);
|
||||
this._updateOverviewConnection();
|
||||
}
|
||||
// _connectPanel();
|
||||
} else if (opt.PANEL_MODE === 2) {
|
||||
this._updateOverviewConnection(true);
|
||||
this._reparentPanel(false);
|
||||
this._showPanel(false);
|
||||
// _connectPanel();
|
||||
}
|
||||
this._setPanelStructs(opt.PANEL_MODE === 0);
|
||||
Main.layoutManager._updateHotCorners();
|
||||
|
||||
this._overrides.addOverride('ActivitiesButton', Main.panel.statusArea.activities, ActivitiesButton);
|
||||
|
||||
console.debug(' PanelModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
const reset = true;
|
||||
this._setPanelPosition(reset);
|
||||
this._updateOverviewConnection(reset);
|
||||
this._reparentPanel(false);
|
||||
|
||||
this._updateStyleChangedConnection(reset);
|
||||
|
||||
const panelBox = Main.layoutManager.panelBox;
|
||||
panelBox.translation_y = 0;
|
||||
Main.panel.opacity = 255;
|
||||
this._setPanelStructs(true);
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
console.debug(' PanelModule - Disabled');
|
||||
}
|
||||
|
||||
_setPanelPosition(reset = false) {
|
||||
const geometry = global.display.get_monitor_geometry(global.display.get_primary_monitor());
|
||||
const panelBox = Main.layoutManager.panelBox;
|
||||
const panelHeight = Main.panel.height; // panelBox height can be 0 after shell start
|
||||
|
||||
if (opt.PANEL_POSITION_TOP || reset)
|
||||
panelBox.set_position(geometry.x, geometry.y);
|
||||
else
|
||||
panelBox.set_position(geometry.x, geometry.y + geometry.height - panelHeight);
|
||||
}
|
||||
|
||||
_updateStyleChangedConnection(reset = false) {
|
||||
if (reset) {
|
||||
if (this._styleChangedConId) {
|
||||
Main.panel.disconnect(this._styleChangedConId);
|
||||
this._styleChangedConId = 0;
|
||||
}
|
||||
} else if (!this._styleChangedConId) {
|
||||
this._styleChangedConId = Main.panel.connect('style-changed', () => {
|
||||
if (opt.PANEL_MODE === 1 && !opt.OVERVIEW_MODE2)
|
||||
Main.panel.add_style_pseudo_class('overview');
|
||||
else if (opt.OVERVIEW_MODE2)
|
||||
Main.panel.remove_style_pseudo_class('overview');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
_updateOverviewConnection(reset = false) {
|
||||
if (reset) {
|
||||
if (this._hidingOverviewConId) {
|
||||
Main.overview.disconnect(this._hidingOverviewConId);
|
||||
this._hidingOverviewConId = 0;
|
||||
}
|
||||
if (this._showingOverviewConId) {
|
||||
Main.overview.disconnect(this._showingOverviewConId);
|
||||
this._showingOverviewConId = 0;
|
||||
}
|
||||
} else {
|
||||
if (!this._hidingOverviewConId) {
|
||||
this._hidingOverviewConId = Main.overview.connect('hiding', () => {
|
||||
if (!opt.SHOW_WS_PREVIEW_BG || opt.OVERVIEW_MODE2)
|
||||
this._showPanel(false);
|
||||
});
|
||||
}
|
||||
if (!this._showingOverviewConId) {
|
||||
this._showingOverviewConId = Main.overview.connect('showing', () => {
|
||||
if (Main.layoutManager._startingUp)
|
||||
return;
|
||||
if (!opt.SHOW_WS_PREVIEW_BG || opt.OVERVIEW_MODE2 || Main.layoutManager.panelBox.translation_y)
|
||||
this._showPanel(true);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
_reparentPanel(reparent = false) {
|
||||
const panel = Main.layoutManager.panelBox;
|
||||
if (reparent && panel.get_parent() === Main.layoutManager.uiGroup) {
|
||||
Main.layoutManager.uiGroup.remove_child(panel);
|
||||
Main.layoutManager.overviewGroup.add_child(panel);
|
||||
} else if (!reparent && panel.get_parent() === Main.layoutManager.overviewGroup) {
|
||||
Main.layoutManager.overviewGroup.remove_child(panel);
|
||||
// return the panel at default position, panel shouldn't cover objects that should be above
|
||||
Main.layoutManager.uiGroup.insert_child_at_index(panel, 4);
|
||||
}
|
||||
}
|
||||
|
||||
_setPanelStructs(state) {
|
||||
Main.layoutManager._trackedActors.forEach(a => {
|
||||
if (a.actor === Main.layoutManager.panelBox)
|
||||
a.affectsStruts = state;
|
||||
});
|
||||
|
||||
// workaround to force maximized windows to resize after removing affectsStruts
|
||||
// simulation of minimal swipe gesture to the opposite direction
|
||||
// todo - needs better solution!!!!!!!!!!!
|
||||
// const direction = _getAppGridAnimationDirection() === 2 ? 1 : -1;
|
||||
// Main.overview._swipeTracker._beginTouchSwipe(null, global.get_current_time(), 1, 1);
|
||||
// Main.overview._swipeTracker._updateGesture(null, global.get_current_time(), direction, 1);
|
||||
// GLib.timeout_add(0, 50, () => Main.overview._swipeTracker._endGesture(global.get_current_time(), 1, true));*/
|
||||
}
|
||||
|
||||
_showPanel(show = true) {
|
||||
if (show) {
|
||||
Main.panel.opacity = 255;
|
||||
Main.layoutManager.panelBox.ease({
|
||||
duration: ANIMATION_TIME,
|
||||
translation_y: 0,
|
||||
onComplete: () => {
|
||||
this._setPanelStructs(opt.PANEL_MODE === 0);
|
||||
},
|
||||
});
|
||||
} else {
|
||||
const panelHeight = Main.panel.height;
|
||||
Main.layoutManager.panelBox.ease({
|
||||
duration: ANIMATION_TIME,
|
||||
translation_y: opt.PANEL_POSITION_TOP ? -panelHeight + 1 : panelHeight - 1,
|
||||
onComplete: () => {
|
||||
Main.panel.opacity = 0;
|
||||
this._setPanelStructs(opt.PANEL_MODE === 0);
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const ActivitiesButton = {
|
||||
vfunc_event(event) {
|
||||
if (event.type() === Clutter.EventType.TOUCH_END ||
|
||||
event.type() === Clutter.EventType.BUTTON_RELEASE) {
|
||||
if (Main.overview.shouldToggleByCornerOrButton()) {
|
||||
if (event.get_button() === Clutter.BUTTON_SECONDARY && !Main.overview.dash.showAppsButton.checked) {
|
||||
Main.overview.show(2);
|
||||
Main.overview.dash.showAppsButton.checked = true;
|
||||
} else {
|
||||
Main.overview.toggle();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return Main.wm.handleWorkspaceScroll(event);
|
||||
},
|
||||
};
|
|
@ -0,0 +1,308 @@
|
|||
/**
|
||||
* Vertical Workspaces
|
||||
* recentFilesSearchProvider.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import St from 'gi://St';
|
||||
import Gio from 'gi://Gio';
|
||||
import Shell from 'gi://Shell';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
// gettext
|
||||
let _;
|
||||
|
||||
// prefix helps to eliminate results from other search providers
|
||||
// so it needs to be something less common
|
||||
// needs to be accessible from vw module
|
||||
export const PREFIX = 'fq//';
|
||||
|
||||
export const RecentFilesSearchProviderModule = class {
|
||||
// export for other modules
|
||||
static _PREFIX = PREFIX;
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
_ = Me.gettext;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._recentFilesSearchProvider = null;
|
||||
this._enableTimeoutId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
_ = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('recentFilesSearchProviderModule');
|
||||
|
||||
reset = reset || !this.moduleEnabled;
|
||||
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' RecentFilesSearchProviderModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
// delay because Fedora had problem to register a new provider soon after Shell restarts
|
||||
this._enableTimeoutId = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
2000,
|
||||
() => {
|
||||
if (!this._recentFilesSearchProvider) {
|
||||
this._recentFilesSearchProvider = new RecentFilesSearchProvider(opt);
|
||||
this._getOverviewSearchResult()._registerProvider(this._recentFilesSearchProvider);
|
||||
}
|
||||
this._enableTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
|
||||
console.debug(' RecentFilesSearchProviderModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._recentFilesSearchProvider) {
|
||||
this._getOverviewSearchResult()._unregisterProvider(this._recentFilesSearchProvider);
|
||||
this._recentFilesSearchProvider = null;
|
||||
}
|
||||
if (this._enableTimeoutId) {
|
||||
GLib.source_remove(this._enableTimeoutId);
|
||||
this._enableTimeoutId = 0;
|
||||
}
|
||||
|
||||
console.debug(' RecentFilesSearchProviderModule - Disabled');
|
||||
}
|
||||
|
||||
_getOverviewSearchResult() {
|
||||
return Main.overview._overview.controls._searchController._searchResults;
|
||||
}
|
||||
};
|
||||
|
||||
class RecentFilesSearchProvider {
|
||||
constructor() {
|
||||
this.id = 'recent-files';
|
||||
const appSystem = Shell.AppSystem.get_default();
|
||||
let appInfo = appSystem.lookup_app('org.gnome.Nautilus.desktop')?.get_app_info();
|
||||
if (!appInfo)
|
||||
appInfo = Gio.AppInfo.create_from_commandline('/usr/bin/nautilus -w', _('Recent Files'), null);
|
||||
appInfo.get_description = () => _('Search recent files');
|
||||
appInfo.get_name = () => _('Recent Files');
|
||||
appInfo.get_id = () => 'org.gnome.Nautilus.desktop';
|
||||
appInfo.get_icon = () => Gio.icon_new_for_string('document-open-recent-symbolic');
|
||||
appInfo.should_show = () => true;
|
||||
|
||||
this.appInfo = appInfo;
|
||||
this.canLaunchSearch = true;
|
||||
this.isRemoteProvider = false;
|
||||
|
||||
this._recentFilesManager = new RecentFilesManager();
|
||||
}
|
||||
|
||||
getInitialResultSet(terms/* , callback*/) {
|
||||
const rfm = this._recentFilesManager;
|
||||
rfm.loadFromFile();
|
||||
|
||||
const uris = rfm.getUris();
|
||||
const dict = {};
|
||||
for (let uri of uris) {
|
||||
dict[uri] = {};
|
||||
dict[uri]['uri'] = uri;
|
||||
dict[uri]['path'] = rfm.getPath(uri);
|
||||
dict[uri]['filename'] = rfm.getDisplayName(uri);
|
||||
dict[uri]['dir'] = rfm.getDirPath(uri);
|
||||
dict[uri]['age'] = rfm.getAge(uri);
|
||||
dict[uri]['appInfo'] = rfm.getDefaultAppAppInfo(uri);
|
||||
}
|
||||
this.files = dict;
|
||||
|
||||
return new Promise(resolve => resolve(this._getResultSet(terms)));
|
||||
}
|
||||
|
||||
_getResultSet(terms) {
|
||||
if (!terms[0].startsWith(PREFIX))
|
||||
return [];
|
||||
// do not modify original terms
|
||||
let termsCopy = [...terms];
|
||||
// search for terms without prefix
|
||||
termsCopy[0] = termsCopy[0].replace(PREFIX, '');
|
||||
|
||||
const candidates = Object.values(this.files);
|
||||
const _terms = [].concat(termsCopy);
|
||||
|
||||
const term = _terms.join(' ');
|
||||
|
||||
const results = [];
|
||||
let m;
|
||||
for (let file of candidates) {
|
||||
if (opt.SEARCH_FUZZY)
|
||||
m = Me.Util.fuzzyMatch(term, file.filename);
|
||||
else
|
||||
m = Me.Util.strictMatch(term, file.filename);
|
||||
|
||||
if (m !== -1)
|
||||
results.push(file);
|
||||
}
|
||||
|
||||
results.sort((a, b) => a.age > b.age);
|
||||
|
||||
const resultIds = results.map(item => item.uri);
|
||||
return resultIds;
|
||||
}
|
||||
|
||||
getResultMetas(resultIds/* , callback = null*/) {
|
||||
const metas = resultIds.map(id => this.getResultMeta(id));
|
||||
return new Promise(resolve => resolve(metas));
|
||||
}
|
||||
|
||||
getResultMeta(resultId) {
|
||||
const result = this.files[resultId];
|
||||
return {
|
||||
'id': resultId,
|
||||
'name': `${Math.floor(result.age)}: ${result.filename}`,
|
||||
'description': `${result.dir}`,
|
||||
'createIcon': size =>
|
||||
this._recentFilesManager.getDefaultAppIcon(resultId, size),
|
||||
};
|
||||
}
|
||||
|
||||
launchSearch(terms, timeStamp) {
|
||||
const appInfo = Gio.AppInfo.create_from_commandline('/usr/bin/nautilus -w recent:///', 'Nautilus', null);
|
||||
appInfo.launch([], global.create_app_launch_context(timeStamp, -1));
|
||||
|
||||
// unlike on 42, on 44 if a window with the same uri is already open it will not get focus/activation
|
||||
// Gio.app_info_launch_default_for_uri('recent:///', global.create_app_launch_context(timeStamp, -1));
|
||||
|
||||
// following solution for some reason ignores the recent:/// uri
|
||||
// this.appInfo.launch_uris(['recent:///'], global.create_app_launch_context(timeStamp, -1));
|
||||
}
|
||||
|
||||
activateResult(resultId, terms, timeStamp) {
|
||||
const uri = resultId;
|
||||
const context = global.create_app_launch_context(timeStamp, -1);
|
||||
if (Me.Util.isShiftPressed()) {
|
||||
Main.overview.toggle();
|
||||
this.appInfo.launch_uris([uri], context);
|
||||
} else if (Gio.app_info_launch_default_for_uri(uri, context)) {
|
||||
// update recent list after successful activation
|
||||
this._recentFilesManager.updateAdded(resultId);
|
||||
this._recentFilesManager.saveToFile();
|
||||
} else {
|
||||
this.appInfo.launch_uris([uri], context);
|
||||
}
|
||||
}
|
||||
|
||||
filterResults(results /* , maxResults*/) {
|
||||
// return results.slice(0, maxResults);
|
||||
return results.slice(0, 20);
|
||||
}
|
||||
|
||||
getSubsearchResultSet(previousResults, terms/* , callback*/) {
|
||||
return this.getInitialResultSet(terms);
|
||||
}
|
||||
|
||||
getSubsearchResultSet42(terms, callback) {
|
||||
callback(this._getResultSet(terms));
|
||||
}
|
||||
}
|
||||
|
||||
class RecentFilesManager {
|
||||
constructor(path) {
|
||||
path = path ?? GLib.build_filenamev([GLib.get_user_data_dir(), 'recently-used.xbel']);
|
||||
this._recentlyUsedPath = path;
|
||||
this._bookmarks = new GLib.BookmarkFile();
|
||||
}
|
||||
|
||||
loadFromFile() {
|
||||
try {
|
||||
this._bookmarks.load_from_file(this._recentlyUsedPath);
|
||||
} catch (e) {
|
||||
if (!e.matches(GLib.BookmarkFileError, GLib.BookmarkFileError.FILE_NOT_FOUND))
|
||||
console.error(`Could not open recent files: ${e.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
saveToFile() {
|
||||
try {
|
||||
this._bookmarks.to_file(this._recentlyUsedPath);
|
||||
} catch (e) {
|
||||
if (!e.matches(GLib.BookmarkFileError, GLib.BookmarkFileError.FILE_NOT_FOUND))
|
||||
console.error(`Could not open recent files to save data: ${e.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
getUris() {
|
||||
return this._bookmarks.get_uris();
|
||||
}
|
||||
|
||||
getPath(uri) {
|
||||
// GLib.filename_from_uri() removes uri schema and converts string to utf-8
|
||||
return GLib.filename_from_uri(uri)[0]; // result is array
|
||||
}
|
||||
|
||||
getDisplayName(uri) {
|
||||
const path = this.getPath(uri);
|
||||
return GLib.filename_display_basename(path);
|
||||
}
|
||||
|
||||
getDirPath(uri) {
|
||||
const path = this.getPath(uri);
|
||||
const filename = this.getDisplayName(uri);
|
||||
return path.replace(`${filename}`, '');
|
||||
}
|
||||
|
||||
getMimeType(uri) {
|
||||
return this._bookmarks.get_mime_type(uri);
|
||||
}
|
||||
|
||||
getAdded(uri) {
|
||||
return this._bookmarks.get_added(uri);
|
||||
}
|
||||
|
||||
updateAdded(uri) {
|
||||
this._bookmarks.set_added_date_time(uri, GLib.DateTime.new_now_local());
|
||||
}
|
||||
|
||||
// age in days (float)
|
||||
getAge(uri) {
|
||||
return (Date.now() / 1000 - this._bookmarks.get_added(uri)) / 60 / 60 / 24;
|
||||
}
|
||||
|
||||
getDefaultAppAppInfo(uri) {
|
||||
const mimeType = this.getMimeType(uri);
|
||||
return Gio.AppInfo.get_default_for_type(mimeType, false);
|
||||
}
|
||||
|
||||
getDefaultAppIcon(uri, size) {
|
||||
let icon, gicon;
|
||||
|
||||
const appInfo = this.getDefaultAppAppInfo(uri);
|
||||
if (appInfo)
|
||||
gicon = appInfo.get_icon();
|
||||
|
||||
if (gicon)
|
||||
icon = new St.Icon({ gicon, icon_size: size });
|
||||
else
|
||||
icon = new St.Icon({ icon_name: 'icon-missing', icon_size: size });
|
||||
|
||||
return icon;
|
||||
}
|
||||
}
|
291
extensions/45/vertical-workspaces/lib/search.js
Normal file
|
@ -0,0 +1,291 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* search.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
import St from 'gi://St';
|
||||
import Shell from 'gi://Shell';
|
||||
import GObject from 'gi://GObject';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Search from 'resource:///org/gnome/shell/ui/search.js';
|
||||
import * as AppDisplay from 'resource:///org/gnome/shell/ui/appDisplay.js';
|
||||
|
||||
import * as SystemActions from 'resource:///org/gnome/shell/misc/systemActions.js';
|
||||
|
||||
let Me;
|
||||
// gettext
|
||||
let _;
|
||||
let opt;
|
||||
|
||||
let SEARCH_MAX_WIDTH;
|
||||
|
||||
export const SearchModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
_ = Me.gettext;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
_ = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('searchModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' SearchModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
this._updateSearchViewWidth();
|
||||
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('AppSearchProvider', AppDisplay.AppSearchProvider.prototype, AppSearchProvider);
|
||||
this._overrides.addOverride('SearchResult', Search.SearchResult.prototype, SearchResult);
|
||||
this._overrides.addOverride('SearchResultsView', Search.SearchResultsView.prototype, SearchResultsView);
|
||||
this._overrides.addOverride('ListSearchResults', Search.ListSearchResults.prototype, ListSearchResults);
|
||||
// this._overrides.addOverride('ProviderInfo', Search.ProviderInfo.prototype, ProviderInfo);
|
||||
|
||||
// Don't expand the search view vertically and align it to the top
|
||||
// this is important in the static workspace mode when the search view bg is not transparent
|
||||
// also the "Searching..." and "No Results" notifications will be closer to the search entry, with the distance given by margin-top in the stylesheet
|
||||
Main.overview._overview._controls.layoutManager._searchController.y_align = Clutter.ActorAlign.START;
|
||||
console.debug(' SearchModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
const reset = true;
|
||||
this._updateSearchViewWidth(reset);
|
||||
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
Main.overview._overview._controls.layoutManager._searchController.y_align = Clutter.ActorAlign.FILL;
|
||||
|
||||
|
||||
console.debug(' WorkspaceSwitcherPopupModule - Disabled');
|
||||
}
|
||||
|
||||
_updateSearchViewWidth(reset = false) {
|
||||
const searchContent = Main.overview._overview._controls.layoutManager._searchController._searchResults._content;
|
||||
if (!SEARCH_MAX_WIDTH) { // just store original value;
|
||||
const themeNode = searchContent.get_theme_node();
|
||||
const width = themeNode.get_max_width();
|
||||
SEARCH_MAX_WIDTH = width;
|
||||
}
|
||||
|
||||
if (reset) {
|
||||
searchContent.set_style('');
|
||||
} else {
|
||||
let width = Math.round(SEARCH_MAX_WIDTH * opt.SEARCH_VIEW_SCALE);
|
||||
searchContent.set_style(`max-width: ${width}px;`);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const ListSearchResults = {
|
||||
_getMaxDisplayedResults() {
|
||||
return opt.SEARCH_MAX_ROWS;
|
||||
},
|
||||
};
|
||||
|
||||
// AppDisplay.AppSearchProvider
|
||||
const AppSearchProvider = {
|
||||
getInitialResultSet(terms, cancellable) {
|
||||
// Defer until the parental controls manager is initialized, so the
|
||||
// results can be filtered correctly.
|
||||
if (!this._parentalControlsManager.initialized) {
|
||||
return new Promise(resolve => {
|
||||
let initializedId = this._parentalControlsManager.connect('app-filter-changed', async () => {
|
||||
if (this._parentalControlsManager.initialized) {
|
||||
this._parentalControlsManager.disconnect(initializedId);
|
||||
resolve(await this.getInitialResultSet(terms, cancellable));
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
const pattern = terms.join(' ');
|
||||
|
||||
let appInfoList = Shell.AppSystem.get_default().get_installed();
|
||||
|
||||
let weightList = {};
|
||||
appInfoList = appInfoList.filter(appInfo => {
|
||||
try {
|
||||
appInfo.get_id(); // catch invalid file encodings
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
|
||||
let string = '';
|
||||
let name;
|
||||
let shouldShow = false;
|
||||
if (appInfo.get_display_name) {
|
||||
// show only launchers that should be visible in this DE
|
||||
shouldShow = appInfo.should_show() && this._parentalControlsManager.shouldShowApp(appInfo);
|
||||
|
||||
if (shouldShow) {
|
||||
let id = appInfo.get_id().split('.');
|
||||
id = id[id.length - 2] || '';
|
||||
let baseName = appInfo.get_string('Name') || '';
|
||||
let dispName = appInfo.get_display_name() || '';
|
||||
let gName = appInfo.get_generic_name() || '';
|
||||
let description = appInfo.get_description() || '';
|
||||
let categories = appInfo.get_string('Categories') || '';
|
||||
let keywords = appInfo.get_string('Keywords') || '';
|
||||
name = `${dispName} ${id}`;
|
||||
string = `${dispName} ${gName} ${baseName} ${description} ${categories} ${keywords} ${id}`;
|
||||
}
|
||||
}
|
||||
|
||||
let m = -1;
|
||||
if (shouldShow && opt.SEARCH_FUZZY) {
|
||||
m = Me.Util.fuzzyMatch(pattern, name);
|
||||
m = (m + Me.Util.strictMatch(pattern, string)) / 2;
|
||||
} else if (shouldShow) {
|
||||
m = Me.Util.strictMatch(pattern, string);
|
||||
}
|
||||
|
||||
if (m !== -1)
|
||||
weightList[appInfo.get_id()] = m;
|
||||
|
||||
return shouldShow && (m !== -1);
|
||||
});
|
||||
|
||||
appInfoList.sort((a, b) => weightList[a.get_id()] > weightList[b.get_id()]);
|
||||
|
||||
const usage = Shell.AppUsage.get_default();
|
||||
// sort apps by usage list
|
||||
appInfoList.sort((a, b) => usage.compare(a.get_id(), b.get_id()));
|
||||
// prefer apps where any word in their name starts with the pattern
|
||||
appInfoList.sort((a, b) => Me.Util.isMoreRelevant(a.get_display_name(), b.get_display_name(), pattern));
|
||||
|
||||
let results = appInfoList.map(app => app.get_id());
|
||||
|
||||
results = results.concat(this._systemActions.getMatchingActions(terms));
|
||||
|
||||
return new Promise(resolve => resolve(results));
|
||||
},
|
||||
|
||||
// App search result size
|
||||
createResultObject(resultMeta) {
|
||||
if (resultMeta.id.endsWith('.desktop')) {
|
||||
const icon = new AppDisplay.AppIcon(this._appSys.lookup_app(resultMeta['id']), {
|
||||
expandTitleOnHover: false,
|
||||
});
|
||||
icon.icon.setIconSize(opt.SEARCH_ICON_SIZE);
|
||||
return icon;
|
||||
} else {
|
||||
return new SystemActionIcon(this, resultMeta);
|
||||
// icon.icon._setSizeManually = true;
|
||||
// icon.icon.setIconSize(opt.SEARCH_ICON_SIZE);
|
||||
// return icon;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
const SystemActionIcon = GObject.registerClass(
|
||||
class SystemActionIcon extends Search.GridSearchResult {
|
||||
_init(provider, metaInfo, resultsView) {
|
||||
super._init(provider, metaInfo, resultsView);
|
||||
this.icon._setSizeManually = true;
|
||||
this.icon.setIconSize(opt.SEARCH_ICON_SIZE);
|
||||
}
|
||||
|
||||
activate() {
|
||||
SystemActions.getDefault().activateAction(this.metaInfo['id']);
|
||||
Main.overview.hide();
|
||||
}
|
||||
});
|
||||
|
||||
const SearchResult = {
|
||||
activate() {
|
||||
this.provider.activateResult(this.metaInfo.id, this._resultsView.terms);
|
||||
|
||||
if (this.metaInfo.clipboardText) {
|
||||
St.Clipboard.get_default().set_text(
|
||||
St.ClipboardType.CLIPBOARD, this.metaInfo.clipboardText);
|
||||
}
|
||||
// don't close overview if Shift key is pressed - Shift moves windows to the workspace
|
||||
if (!Me.Util.isShiftPressed())
|
||||
Main.overview.toggle();
|
||||
},
|
||||
};
|
||||
|
||||
const SearchResultsView = {
|
||||
_doSearch() {
|
||||
this._startingSearch = false;
|
||||
|
||||
let previousResults = this._results;
|
||||
this._results = {};
|
||||
|
||||
this._providers.forEach(provider => {
|
||||
const onlyVShellProviders = this._terms.includes('wq//') || this._terms.includes('fq//');
|
||||
if (!onlyVShellProviders || (onlyVShellProviders && (provider.id.includes('open-windows') || provider.id.includes('recent-files')))) {
|
||||
let previousProviderResults = previousResults[provider.id];
|
||||
this._doProviderSearch(provider, previousProviderResults);
|
||||
}
|
||||
});
|
||||
|
||||
this._updateSearchProgress();
|
||||
|
||||
this._clearSearchTimeout();
|
||||
},
|
||||
|
||||
_updateSearchProgress() {
|
||||
let haveResults = this._providers.some(provider => {
|
||||
let display = provider.display;
|
||||
return display.getFirstResult() !== null;
|
||||
});
|
||||
|
||||
this._scrollView.visible = haveResults;
|
||||
this._statusBin.visible = !haveResults;
|
||||
|
||||
if (!haveResults) {
|
||||
if (this.searchInProgress)
|
||||
this._statusText.set_text(_('Searching…'));
|
||||
else
|
||||
this._statusText.set_text(_('No results.'));
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
// fixes app is null error if search provider id is not a desktop app id.
|
||||
// is not accessible in 45
|
||||
/* const ProviderInfo = {
|
||||
animateLaunch() {
|
||||
let appSys = Shell.AppSystem.get_default();
|
||||
let app = appSys.lookup_app(this.provider.appInfo.get_id());
|
||||
if (app && app.state === Shell.AppState.STOPPED)
|
||||
IconGrid.zoomOutActor(this._content);
|
||||
},
|
||||
};*/
|
94
extensions/45/vertical-workspaces/lib/searchController.js
Normal file
|
@ -0,0 +1,94 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* searchController.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const SearchControllerModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._originalOnStageKeyPress = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('searchControllerModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' SearchControllerModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._originalOnStageKeyPress)
|
||||
this._originalOnStageKeyPress = Main.overview._overview.controls._searchController._onStageKeyPress;
|
||||
|
||||
Main.overview._overview.controls._searchController._onStageKeyPress = SearchControllerCommon._onStageKeyPress;
|
||||
console.debug(' SearchControllerModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._originalOnStageKeyPress)
|
||||
Main.overview._overview.controls._searchController._onStageKeyPress = this._originalOnStageKeyPress;
|
||||
this._originalOnStageKeyPress = null;
|
||||
|
||||
console.debug(' SearchControlerModule - Disabled');
|
||||
}
|
||||
};
|
||||
|
||||
// if opt.ESC_BEHAVIOR > 0 force close the overview
|
||||
const SearchControllerCommon = {
|
||||
_onStageKeyPress(actor, event) {
|
||||
// Ignore events while anything but the overview has
|
||||
// pushed a modal (system modals, looking glass, ...)
|
||||
if (Main.modalCount > 1)
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
|
||||
let symbol = event.get_key_symbol();
|
||||
if (symbol === Clutter.KEY_Escape) {
|
||||
if (this._searchActive && !opt.ESC_BEHAVIOR) {
|
||||
this.reset();
|
||||
} else if (this._showAppsButton.checked && !opt.ESC_BEHAVIOR) {
|
||||
this._showAppsButton.checked = false;
|
||||
} else {
|
||||
this.reset();
|
||||
Main.overview.hide();
|
||||
}
|
||||
|
||||
return Clutter.EVENT_STOP;
|
||||
} else if (this._shouldTriggerSearch(symbol)) {
|
||||
this.startSearch(event);
|
||||
}
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
},
|
||||
};
|
537
extensions/45/vertical-workspaces/lib/settings.js
Normal file
|
@ -0,0 +1,537 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* settings.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
|
||||
let Me;
|
||||
|
||||
export const Options = class Options {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
|
||||
this._gsettings = Me.gSettings;
|
||||
this._connectionIds = [];
|
||||
this._writeTimeoutId = 0;
|
||||
this._gsettings.delay();
|
||||
this.connect('changed', () => {
|
||||
if (this._writeTimeoutId)
|
||||
GLib.Source.remove(this._writeTimeoutId);
|
||||
|
||||
this._writeTimeoutId = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
400,
|
||||
() => {
|
||||
this._gsettings.apply();
|
||||
this._updateCachedSettings();
|
||||
this._writeTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
});
|
||||
this.options = {
|
||||
workspaceThumbnailsPosition: ['int', 'ws-thumbnails-position'],
|
||||
wsMaxSpacing: ['int', 'ws-max-spacing'],
|
||||
wsPreviewScale: ['int', 'ws-preview-scale'],
|
||||
secWsPreviewScale: ['int', 'secondary-ws-preview-scale'],
|
||||
secWsPreviewShift: ['boolean', 'secondary-ws-preview-shift'],
|
||||
wsThumbnailsFull: ['boolean', 'ws-thumbnails-full'],
|
||||
secWsThumbnailsPosition: ['int', 'secondary-ws-thumbnails-position'],
|
||||
dashPosition: ['int', 'dash-position'],
|
||||
dashPositionAdjust: ['int', 'dash-position-adjust'],
|
||||
wsTmbPositionAdjust: ['int', 'wst-position-adjust'],
|
||||
showWsTmbLabels: ['int', 'show-wst-labels'],
|
||||
showWsTmbLabelsOnHover: ['boolean', 'show-wst-labels-on-hover'],
|
||||
closeWsButtonMode: ['int', 'close-ws-button-mode'],
|
||||
secWsTmbPositionAdjust: ['int', 'sec-wst-position-adjust'],
|
||||
dashMaxIconSize: ['int', 'dash-max-icon-size'],
|
||||
dashShowWindowsIcon: ['int', 'dash-show-windows-icon'],
|
||||
dashShowRecentFilesIcon: ['int', 'dash-show-recent-files-icon'],
|
||||
dashShowExtensionsIcon: ['int', 'dash-show-extensions-icon'],
|
||||
centerDashToWs: ['boolean', 'center-dash-to-ws'],
|
||||
showAppsIconPosition: ['int', 'show-app-icon-position'],
|
||||
wsThumbnailScale: ['int', 'ws-thumbnail-scale'],
|
||||
wsThumbnailScaleAppGrid: ['int', 'ws-thumbnail-scale-appgrid'],
|
||||
secWsThumbnailScale: ['int', 'secondary-ws-thumbnail-scale'],
|
||||
showSearchEntry: ['boolean', 'show-search-entry'],
|
||||
centerSearch: ['boolean', 'center-search'],
|
||||
centerAppGrid: ['boolean', 'center-app-grid'],
|
||||
dashBgOpacity: ['int', 'dash-bg-opacity'],
|
||||
dashBgColor: ['int', 'dash-bg-color'],
|
||||
dashBgRadius: ['int', 'dash-bg-radius'],
|
||||
dashBgGS3Style: ['boolean', 'dash-bg-gs3-style'],
|
||||
runningDotStyle: ['int', 'running-dot-style'],
|
||||
enablePageShortcuts: ['boolean', 'enable-page-shortcuts'],
|
||||
showWsSwitcherBg: ['boolean', 'show-ws-switcher-bg'],
|
||||
showWsPreviewBg: ['boolean', 'show-ws-preview-bg'],
|
||||
wsPreviewBgRadius: ['int', 'ws-preview-bg-radius'],
|
||||
showBgInOverview: ['boolean', 'show-bg-in-overview'],
|
||||
overviewBgBrightness: ['int', 'overview-bg-brightness'],
|
||||
searchBgBrightness: ['int', 'search-bg-brightness'],
|
||||
overviewBgBlurSigma: ['int', 'overview-bg-blur-sigma'],
|
||||
appGridBgBlurSigma: ['int', 'app-grid-bg-blur-sigma'],
|
||||
smoothBlurTransitions: ['boolean', 'smooth-blur-transitions'],
|
||||
appGridAnimation: ['int', 'app-grid-animation'],
|
||||
searchViewAnimation: ['int', 'search-view-animation'],
|
||||
workspaceAnimation: ['int', 'workspace-animation'],
|
||||
animationSpeedFactor: ['int', 'animation-speed-factor'],
|
||||
winPreviewIconSize: ['int', 'win-preview-icon-size'],
|
||||
winTitlePosition: ['int', 'win-title-position'],
|
||||
startupState: ['int', 'startup-state'],
|
||||
overviewMode: ['int', 'overview-mode'],
|
||||
workspaceSwitcherAnimation: ['int', 'workspace-switcher-animation'],
|
||||
searchIconSize: ['int', 'search-icon-size'],
|
||||
searchViewScale: ['int', 'search-width-scale'],
|
||||
appGridIconSize: ['int', 'app-grid-icon-size'],
|
||||
appGridColumns: ['int', 'app-grid-columns'],
|
||||
appGridRows: ['int', 'app-grid-rows'],
|
||||
appGridFolderIconSize: ['int', 'app-grid-folder-icon-size'],
|
||||
appGridFolderColumns: ['int', 'app-grid-folder-columns'],
|
||||
appGridFolderRows: ['int', 'app-grid-folder-rows'],
|
||||
appGridFolderIconGrid: ['int', 'app-grid-folder-icon-grid'],
|
||||
appGridContent: ['int', 'app-grid-content'],
|
||||
appGridIncompletePages: ['boolean', 'app-grid-incomplete-pages'],
|
||||
appGridOrder: ['int', 'app-grid-order'],
|
||||
appFolderOrder: ['int', 'app-folder-order'],
|
||||
appGridNamesMode: ['int', 'app-grid-names'],
|
||||
appGridActivePreview: ['boolean', 'app-grid-active-preview'],
|
||||
appGridFolderCenter: ['boolean', 'app-grid-folder-center'],
|
||||
appGridPageWidthScale: ['int', 'app-grid-page-width-scale'],
|
||||
appGridSpacing: ['int', 'app-grid-spacing'],
|
||||
searchWindowsOrder: ['int', 'search-windows-order'],
|
||||
searchFuzzy: ['boolean', 'search-fuzzy'],
|
||||
searchMaxResultsRows: ['int', 'search-max-results-rows'],
|
||||
dashShowWindowsBeforeActivation: ['int', 'dash-show-windows-before-activation'],
|
||||
dashIconScroll: ['int', 'dash-icon-scroll'],
|
||||
dashIsolateWorkspaces: ['boolean', 'dash-isolate-workspaces'],
|
||||
searchWindowsIconScroll: ['int', 'search-windows-icon-scroll'],
|
||||
panelVisibility: ['int', 'panel-visibility'],
|
||||
panelPosition: ['int', 'panel-position'],
|
||||
windowAttentionMode: ['int', 'window-attention-mode'],
|
||||
wsSwPopupHPosition: ['int', 'ws-sw-popup-h-position'],
|
||||
wsSwPopupVPosition: ['int', 'ws-sw-popup-v-position'],
|
||||
wsSwPopupMode: ['int', 'ws-sw-popup-mode'],
|
||||
wsSwitcherWraparound: ['boolean', 'ws-switcher-wraparound'],
|
||||
wsSwitcherIgnoreLast: ['boolean', 'ws-switcher-ignore-last'],
|
||||
favoritesNotify: ['int', 'favorites-notify'],
|
||||
notificationPosition: ['int', 'notification-position'],
|
||||
osdPosition: ['int', 'osd-position'],
|
||||
hotCornerAction: ['int', 'hot-corner-action'],
|
||||
hotCornerPosition: ['int', 'hot-corner-position'],
|
||||
hotCornerFullscreen: ['boolean', 'hot-corner-fullscreen'],
|
||||
hotCornerRipples: ['boolean', 'hot-corner-ripples'],
|
||||
alwaysActivateSelectedWindow: ['boolean', 'always-activate-selected-window'],
|
||||
winPreviewSecBtnAction: ['int', 'win-preview-sec-mouse-btn-action'],
|
||||
winPreviewMidBtnAction: ['int', 'win-preview-mid-mouse-btn-action'],
|
||||
winPreviewShowCloseButton: ['boolean', 'win-preview-show-close-button'],
|
||||
windowIconClickAction: ['int', 'window-icon-click-action'],
|
||||
overlayKeyPrimary: ['int', 'overlay-key-primary'],
|
||||
overlayKeySecondary: ['int', 'overlay-key-secondary'],
|
||||
overviewEscBehavior: ['int', 'overview-esc-behavior'],
|
||||
newWindowFocusFix: ['boolean', 'new-window-focus-fix'],
|
||||
appGridPerformance: ['boolean', 'app-grid-performance'],
|
||||
windowThumbnailScale: ['int', 'window-thumbnail-scale'],
|
||||
|
||||
workspaceSwitcherPopupModule: ['boolean', 'workspace-switcher-popup-module'],
|
||||
workspaceAnimationModule: ['boolean', 'workspace-animation-module'],
|
||||
workspaceModule: ['boolean', 'workspace-module'],
|
||||
windowManagerModule: ['boolean', 'window-manager-module'],
|
||||
windowPreviewModule: ['boolean', 'window-preview-module'],
|
||||
windowAttentionHandlerModule: ['boolean', 'win-attention-handler-module'],
|
||||
windowThumbnailModule: ['boolean', 'window-thumbnail-module'],
|
||||
swipeTrackerModule: ['boolean', 'swipe-tracker-module'],
|
||||
searchControllerModule: ['boolean', 'search-controller-module'],
|
||||
searchModule: ['boolean', 'search-module'],
|
||||
panelModule: ['boolean', 'panel-module'],
|
||||
overlayKeyModule: ['boolean', 'overlay-key-module'],
|
||||
osdWindowModule: ['boolean', 'osd-window-module'],
|
||||
messageTrayModule: ['boolean', 'message-tray-module'],
|
||||
layoutModule: ['boolean', 'layout-module'],
|
||||
dashModule: ['boolean', 'dash-module'],
|
||||
appFavoritesModule: ['boolean', 'app-favorites-module'],
|
||||
appDisplayModule: ['boolean', 'app-display-module'],
|
||||
windowSearchProviderModule: ['boolean', 'window-search-provider-module'],
|
||||
recentFilesSearchProviderModule: ['boolean', 'recent-files-search-provider-module'],
|
||||
extensionsSearchProviderModule: ['boolean', 'extensions-search-provider-module'],
|
||||
|
||||
profileName1: ['string', 'profile-name-1'],
|
||||
profileName2: ['string', 'profile-name-2'],
|
||||
profileName3: ['string', 'profile-name-3'],
|
||||
profileName4: ['string', 'profile-name-4'],
|
||||
};
|
||||
this.cachedOptions = {};
|
||||
}
|
||||
|
||||
connect(name, callback) {
|
||||
const id = this._gsettings.connect(name, callback);
|
||||
this._connectionIds.push(id);
|
||||
return id;
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this._connectionIds.forEach(id => this._gsettings.disconnect(id));
|
||||
if (this._writeTimeoutId) {
|
||||
GLib.source_remove(this._writeTimeoutId);
|
||||
this._writeTimeoutId = 0;
|
||||
}
|
||||
|
||||
Me = null;
|
||||
}
|
||||
|
||||
_updateCachedSettings() {
|
||||
Object.keys(this.options).forEach(v => this.get(v, true));
|
||||
}
|
||||
|
||||
get(option, updateCache = false) {
|
||||
if (!this.options[option]) {
|
||||
console.error(`[${Me.metadata.name}] Error: Option ${option} is undefined.`);
|
||||
return null;
|
||||
}
|
||||
|
||||
if (updateCache || this.cachedOptions[option] === undefined) {
|
||||
const [, key, settings] = this.options[option];
|
||||
let gSettings;
|
||||
if (settings !== undefined)
|
||||
gSettings = settings();
|
||||
else
|
||||
gSettings = this._gsettings;
|
||||
|
||||
this.cachedOptions[option] = gSettings.get_value(key).deep_unpack();
|
||||
}
|
||||
|
||||
return this.cachedOptions[option];
|
||||
}
|
||||
|
||||
set(option, value) {
|
||||
const [format, key, settings] = this.options[option];
|
||||
|
||||
let gSettings = this._gsettings;
|
||||
|
||||
if (settings !== undefined)
|
||||
gSettings = settings();
|
||||
|
||||
|
||||
switch (format) {
|
||||
case 'boolean':
|
||||
gSettings.set_boolean(key, value);
|
||||
break;
|
||||
case 'int':
|
||||
gSettings.set_int(key, value);
|
||||
break;
|
||||
case 'string':
|
||||
gSettings.set_string(key, value);
|
||||
break;
|
||||
case 'strv':
|
||||
gSettings.set_strv(key, value);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
getDefault(option) {
|
||||
const [, key, settings] = this.options[option];
|
||||
|
||||
let gSettings = this._gsettings;
|
||||
|
||||
if (settings !== undefined)
|
||||
gSettings = settings();
|
||||
|
||||
|
||||
return gSettings.get_default_value(key).deep_unpack();
|
||||
}
|
||||
|
||||
storeProfile(index) {
|
||||
const profile = {};
|
||||
Object.keys(this.options).forEach(v => {
|
||||
if (!v.startsWith('profileName'))
|
||||
profile[v] = this.get(v).toString();
|
||||
});
|
||||
|
||||
this._gsettings.set_value(`profile-data-${index}`, new GLib.Variant('a{ss}', profile));
|
||||
}
|
||||
|
||||
loadProfile(index) {
|
||||
const options = this._gsettings.get_value(`profile-data-${index}`).deep_unpack();
|
||||
// set the aaa-loading-data so extension.js doesn't reset V-Shell after each profile item
|
||||
// delayed gsettings writes are processed alphabetically, so this key will be processed first
|
||||
this._gsettings.set_boolean('aaa-loading-profile', !this._gsettings.get_boolean('aaa-loading-profile'));
|
||||
for (let o of Object.keys(options)) {
|
||||
if (!this.options[o]) {
|
||||
console.error(`[${Me.metadata.name}] Error: "${o}" is not a valid profile key -> Update your profile`);
|
||||
continue;
|
||||
}
|
||||
const [type] = this.options[o];
|
||||
let value = options[o];
|
||||
switch (type) {
|
||||
case 'string':
|
||||
break;
|
||||
case 'boolean':
|
||||
value = value === 'true';
|
||||
break;
|
||||
case 'int':
|
||||
value = parseInt(value);
|
||||
break;
|
||||
}
|
||||
|
||||
this.set(o, value);
|
||||
}
|
||||
}
|
||||
|
||||
resetProfile(index) {
|
||||
this._gsettings.reset(`profile-data-${index}`);
|
||||
this._gsettings.reset(`profile-name-${index}`);
|
||||
}
|
||||
|
||||
_updateSettings() {
|
||||
this._updateCachedSettings();
|
||||
this.DASH_BG_ALPHA = this.get('dashBgOpacity') / 100;
|
||||
this.DASH_BG_OPACITY = this.get('dashBgOpacity') * 2.5;
|
||||
this.DASH_BG_COLOR = this.get('dashBgColor');
|
||||
this.DASH_BG_RADIUS = this.get('dashBgRadius');
|
||||
this.DASH_BG_LIGHT = this.DASH_BG_COLOR === 1;
|
||||
this.DASH_BG_GS3_STYLE = this.get('dashBgGS3Style');
|
||||
this.DASH_POSITION = this.get('dashModule') ? this.get('dashPosition') : 2;
|
||||
this.DASH_TOP = this.DASH_POSITION === 0;
|
||||
this.DASH_RIGHT = this.DASH_POSITION === 1;
|
||||
this.DASH_BOTTOM = this.DASH_POSITION === 2;
|
||||
this.DASH_LEFT = this.DASH_POSITION === 3;
|
||||
this.DASH_VERTICAL = this.DASH_LEFT || this.DASH_RIGHT;
|
||||
this.DASH_VISIBLE = this.DASH_POSITION !== 4; // 4 - disable
|
||||
this.DASH_FOLLOW_RECENT_WIN = false;
|
||||
|
||||
this.DASH_ISOLATE_WS = this.get('dashIsolateWorkspaces');
|
||||
|
||||
this.DASH_CLICK_ACTION = this.get('dashShowWindowsBeforeActivation');
|
||||
this.DASH_CLICK_SWITCH_BEFORE_ACTIVATION = this.DASH_CLICK_ACTION === 1;
|
||||
this.DASH_CLICK_OPEN_NEW_WIN = this.DASH_CLICK_ACTION === 2;
|
||||
this.DASH_CLICK_PREFER_WORKSPACE = this.DASH_CLICK_ACTION === 3;
|
||||
|
||||
this.DASH_ICON_SCROLL = this.get('dashIconScroll');
|
||||
this.DASH_SHIFT_CLICK_MV = true;
|
||||
|
||||
this.RUNNING_DOT_STYLE = this.get('runningDotStyle');
|
||||
|
||||
this.SEARCH_WINDOWS_ICON_SCROLL = this.get('searchWindowsIconScroll');
|
||||
|
||||
this.DASH_POSITION_ADJUSTMENT = this.get('dashPositionAdjust');
|
||||
this.DASH_POSITION_ADJUSTMENT = this.DASH_POSITION_ADJUSTMENT * -1 / 100; // range 1 to -1
|
||||
this.CENTER_DASH_WS = this.get('centerDashToWs');
|
||||
|
||||
this.MAX_ICON_SIZE = this.get('dashMaxIconSize');
|
||||
this.SHOW_WINDOWS_ICON = this.get('dashShowWindowsIcon');
|
||||
this.SHOW_RECENT_FILES_ICON = this.get('dashShowRecentFilesIcon');
|
||||
this.SHOW_EXTENSIONS_ICON = this.get('dashShowExtensionsIcon');
|
||||
|
||||
this.WS_TMB_POSITION = this.get('workspaceThumbnailsPosition');
|
||||
this.ORIENTATION = this.WS_TMB_POSITION > 4 ? 0 : 1;
|
||||
this.WORKSPACE_MAX_SPACING = this.get('wsMaxSpacing');
|
||||
// ORIENTATION || DASH_LEFT || DASH_RIGHT ? 350 : 80;
|
||||
this.SHOW_WS_TMB = ![4, 9].includes(this.WS_TMB_POSITION); // 4, 9 - disable
|
||||
this.WS_TMB_FULL = this.get('wsThumbnailsFull');
|
||||
// translate ws tmb position to 0 top, 1 right, 2 bottom, 3 left
|
||||
// 0L 1R, 2LF, 3RF, 4DV, 5T, 6B, 7TF, 8BF, 9DH
|
||||
this.WS_TMB_POSITION = [3, 1, 3, 1, 4, 0, 2, 0, 2, 8][this.WS_TMB_POSITION];
|
||||
this.WS_TMB_TOP = this.WS_TMB_POSITION === 0;
|
||||
this.WS_TMB_RIGHT = this.WS_TMB_POSITION === 1;
|
||||
this.WS_TMB_BOTTOM = this.WS_TMB_POSITION === 2;
|
||||
this.WS_TMB_LEFT = this.WS_TMB_POSITION === 3;
|
||||
this.WS_TMB_POSITION_ADJUSTMENT = this.get('wsTmbPositionAdjust') * -1 / 100; // range 1 to -1
|
||||
this.SEC_WS_TMB_POSITION = this.get('secWsThumbnailsPosition');
|
||||
this.SHOW_SEC_WS_TMB = this.SEC_WS_TMB_POSITION !== 3 && this.SHOW_WS_TMB;
|
||||
this.SEC_WS_TMB_TOP = (this.SEC_WS_TMB_POSITION === 0 && !this.ORIENTATION) || (this.SEC_WS_TMB_POSITION === 2 && this.WS_TMB_TOP);
|
||||
this.SEC_WS_TMB_RIGHT = (this.SEC_WS_TMB_POSITION === 1 && this.ORIENTATION) || (this.SEC_WS_TMB_POSITION === 2 && this.WS_TMB_RIGHT);
|
||||
this.SEC_WS_TMB_BOTTOM = (this.SEC_WS_TMB_POSITION === 1 && !this.ORIENTATION) || (this.SEC_WS_TMB_POSITION === 2 && this.WS_TMB_BOTTOM);
|
||||
this.SEC_WS_TMB_LEFT = (this.SEC_WS_TMB_POSITION === 0 && this.ORIENTATION) || (this.SEC_WS_TMB_POSITION === 2 && this.WS_TMB_LEFT);
|
||||
|
||||
this.SEC_WS_TMB_POSITION_ADJUSTMENT = this.get('secWsTmbPositionAdjust') * -1 / 100; // range 1 to -1
|
||||
this.SEC_WS_PREVIEW_SHIFT = this.get('secWsPreviewShift');
|
||||
this.SHOW_WST_LABELS = this.get('showWsTmbLabels');
|
||||
this.SHOW_WST_LABELS_ON_HOVER = this.get('showWsTmbLabelsOnHover');
|
||||
this.CLOSE_WS_BUTTON_MODE = this.get('closeWsButtonMode');
|
||||
|
||||
this.MAX_THUMBNAIL_SCALE = this.get('wsThumbnailScale') / 100;
|
||||
if (this.MAX_THUMBNAIL_SCALE === 0) {
|
||||
this.MAX_THUMBNAIL_SCALE = 0.01;
|
||||
this.SHOW_WS_TMB = false;
|
||||
}
|
||||
this.MAX_THUMBNAIL_SCALE_APPGRID = this.get('wsThumbnailScaleAppGrid') / 100;
|
||||
this.SHOW_WS_TMB_APPGRID = true;
|
||||
if (this.MAX_THUMBNAIL_SCALE_APPGRID === 0) {
|
||||
this.MAX_THUMBNAIL_SCALE_APPGRID = 0.01;
|
||||
this.SHOW_WS_TMB_APPGRID = false;
|
||||
}
|
||||
this.MAX_THUMBNAIL_SCALE_STABLE = this.MAX_THUMBNAIL_SCALE === this.MAX_THUMBNAIL_SCALE_APPGRID;
|
||||
|
||||
this.SEC_MAX_THUMBNAIL_SCALE = this.get('secWsThumbnailScale') / 100;
|
||||
if (this.SEC_MAX_THUMBNAIL_SCALE === 0) {
|
||||
this.SEC_MAX_THUMBNAIL_SCALE = 0.01;
|
||||
this.SHOW_SEC_WS_TMB = false;
|
||||
}
|
||||
|
||||
this.WS_PREVIEW_SCALE = this.get('wsPreviewScale') / 100;
|
||||
this.SEC_WS_PREVIEW_SCALE = this.get('secWsPreviewScale') / 100;
|
||||
// calculate number of possibly visible neighbor previews according to ws scale
|
||||
this.NUMBER_OF_VISIBLE_NEIGHBORS = Math.round(1 + (1 - this.WS_PREVIEW_SCALE) / 4);
|
||||
|
||||
this.SHOW_WS_TMB_BG = this.get('showWsSwitcherBg') && this.SHOW_WS_TMB;
|
||||
this.WS_PREVIEW_BG_RADIUS = this.get('wsPreviewBgRadius');
|
||||
this.SHOW_WS_PREVIEW_BG = this.get('showWsPreviewBg');
|
||||
|
||||
this.CENTER_APP_GRID = this.get('centerAppGrid');
|
||||
|
||||
this.SHOW_SEARCH_ENTRY = this.get('showSearchEntry');
|
||||
this.CENTER_SEARCH_VIEW = this.get('centerSearch');
|
||||
this.APP_GRID_ANIMATION = this.get('appGridAnimation');
|
||||
if (this.APP_GRID_ANIMATION === 4)
|
||||
this.APP_GRID_ANIMATION = this._getAnimationDirection();
|
||||
|
||||
this.SEARCH_VIEW_ANIMATION = this.get('searchViewAnimation');
|
||||
if (this.SEARCH_VIEW_ANIMATION === 4)
|
||||
this.SEARCH_VIEW_ANIMATION = 3;
|
||||
|
||||
this.WS_ANIMATION = this.get('workspaceAnimation');
|
||||
|
||||
this.WIN_PREVIEW_ICON_SIZE = [64, 48, 32, 22, 8][this.get('winPreviewIconSize')];
|
||||
this.WIN_TITLES_POSITION = this.get('winTitlePosition');
|
||||
this.ALWAYS_SHOW_WIN_TITLES = this.WIN_TITLES_POSITION === 1;
|
||||
|
||||
this.STARTUP_STATE = this.get('startupState');
|
||||
this.SHOW_BG_IN_OVERVIEW = this.get('showBgInOverview');
|
||||
this.OVERVIEW_BG_BRIGHTNESS = this.get('overviewBgBrightness') / 100;
|
||||
this.SEARCH_BG_BRIGHTNESS = this.get('searchBgBrightness') / 100;
|
||||
this.OVERVIEW_BG_BLUR_SIGMA = this.get('overviewBgBlurSigma');
|
||||
this.APP_GRID_BG_BLUR_SIGMA = this.get('appGridBgBlurSigma');
|
||||
this.SMOOTH_BLUR_TRANSITIONS = this.get('smoothBlurTransitions');
|
||||
|
||||
this.OVERVIEW_MODE = this.get('overviewMode');
|
||||
this.OVERVIEW_MODE2 = this.OVERVIEW_MODE === 2;
|
||||
this.WORKSPACE_MODE = this.OVERVIEW_MODE ? 0 : 1;
|
||||
|
||||
this.STATIC_WS_SWITCHER_BG = this.get('workspaceSwitcherAnimation');
|
||||
|
||||
this.ANIMATION_TIME_FACTOR = this.get('animationSpeedFactor') / 100;
|
||||
|
||||
this.SEARCH_ICON_SIZE = this.get('searchIconSize');
|
||||
this.SEARCH_VIEW_SCALE = this.get('searchViewScale') / 100;
|
||||
this.SEARCH_MAX_ROWS = this.get('searchMaxResultsRows');
|
||||
this.SEARCH_FUZZY = this.get('searchFuzzy');
|
||||
|
||||
this.APP_GRID_ALLOW_INCOMPLETE_PAGES = this.get('appGridIncompletePages');
|
||||
this.APP_GRID_ICON_SIZE = this.get('appGridIconSize');
|
||||
this.APP_GRID_COLUMNS = this.get('appGridColumns');
|
||||
this.APP_GRID_ROWS = this.get('appGridRows');
|
||||
this.APP_GRID_ADAPTIVE = !this.APP_GRID_COLUMNS && !this.APP_GRID_ROWS;
|
||||
|
||||
this.APP_GRID_ORDER = this.get('appGridOrder');
|
||||
this.APP_GRID_ALPHABET = [1, 2].includes(this.APP_GRID_ORDER);
|
||||
this.APP_GRID_FOLDERS_FIRST = this.APP_GRID_ORDER === 1;
|
||||
this.APP_GRID_FOLDERS_LAST = this.APP_GRID_ORDER === 2;
|
||||
this.APP_GRID_USAGE = this.APP_GRID_ORDER === 3;
|
||||
|
||||
this.APP_FOLDER_ORDER = this.get('appFolderOrder');
|
||||
this.APP_FOLDER_ALPHABET = this.APP_FOLDER_ORDER === 1;
|
||||
this.APP_FOLDER_USAGE = this.APP_FOLDER_ORDER === 2;
|
||||
|
||||
this.APP_GRID_INCLUDE_DASH = this.get('appGridContent');
|
||||
/* APP_GRID_INCLUDE_DASH
|
||||
0 - Include All
|
||||
1 - Include All - Favorites and Runnings First
|
||||
2 - Exclude Favorites (Default)
|
||||
3 - Exclude Running
|
||||
4 - Exclude Favorites and Running
|
||||
*/
|
||||
this.APP_GRID_EXCLUDE_FAVORITES = this.APP_GRID_INCLUDE_DASH === 2 || this.APP_GRID_INCLUDE_DASH === 4;
|
||||
this.APP_GRID_EXCLUDE_RUNNING = this.APP_GRID_INCLUDE_DASH === 3 || this.APP_GRID_INCLUDE_DASH === 4;
|
||||
this.APP_GRID_DASH_FIRST = this.APP_GRID_INCLUDE_DASH === 1;
|
||||
|
||||
this.APP_GRID_NAMES_MODE = this.get('appGridNamesMode');
|
||||
|
||||
this.APP_GRID_FOLDER_ICON_SIZE = this.get('appGridFolderIconSize');
|
||||
this.APP_GRID_FOLDER_ICON_GRID = this.get('appGridFolderIconGrid');
|
||||
this.APP_GRID_FOLDER_COLUMNS = this.get('appGridFolderColumns');
|
||||
this.APP_GRID_FOLDER_ROWS = this.get('appGridFolderRows');
|
||||
this.APP_GRID_SPACING = this.get('appGridSpacing');
|
||||
this.APP_GRID_FOLDER_DEFAULT = this.APP_GRID_FOLDER_ROWS === 3 && this.APP_GRID_FOLDER_COLUMNS === 3;
|
||||
this.APP_GRID_FOLDER_ADAPTIVE = !this.APP_GRID_FOLDER_COLUMNS && !this.APP_GRID_FOLDER_ROWS;
|
||||
this.APP_GRID_ACTIVE_PREVIEW = this.get('appGridActivePreview');
|
||||
this.APP_GRID_FOLDER_CENTER = this.get('appGridFolderCenter');
|
||||
this.APP_GRID_PAGE_WIDTH_SCALE = this.get('appGridPageWidthScale') / 100;
|
||||
|
||||
this.APP_GRID_ICON_SIZE_DEFAULT = this.APP_GRID_ACTIVE_PREVIEW && !this.APP_GRID_USAGE ? 176 : 96;
|
||||
this.APP_GRID_FOLDER_ICON_SIZE_DEFAULT = 96;
|
||||
|
||||
this.APP_GRID_PERFORMANCE = this.get('appGridPerformance');
|
||||
|
||||
this.WINDOW_SEARCH_ORDER = this.get('searchWindowsOrder');
|
||||
|
||||
this.PANEL_POSITION_TOP = this.get('panelPosition') === 0;
|
||||
this.PANEL_MODE = this.get('panelVisibility');
|
||||
this.PANEL_DISABLED = this.PANEL_MODE === 2;
|
||||
this.PANEL_OVERVIEW_ONLY = this.PANEL_MODE === 1;
|
||||
this.START_Y_OFFSET = 0; // set from main module
|
||||
|
||||
this.WINDOW_ATTENTION_MODE = this.get('windowAttentionMode');
|
||||
this.WINDOW_ATTENTION_DISABLE_NOTIFICATIONS = this.WINDOW_ATTENTION_MODE === 1;
|
||||
this.WINDOW_ATTENTION_FOCUS_IMMEDIATELY = this.WINDOW_ATTENTION_MODE === 2;
|
||||
|
||||
this.WS_SW_POPUP_H_POSITION = this.get('wsSwPopupHPosition') / 100;
|
||||
this.WS_SW_POPUP_V_POSITION = this.get('wsSwPopupVPosition') / 100;
|
||||
this.WS_SW_POPUP_MODE = this.get('wsSwPopupMode');
|
||||
|
||||
this.WS_WRAPAROUND = this.get('wsSwitcherWraparound');
|
||||
this.WS_IGNORE_LAST = this.get('wsSwitcherIgnoreLast');
|
||||
|
||||
this.SHOW_FAV_NOTIFICATION = this.get('favoritesNotify');
|
||||
this.NOTIFICATION_POSITION = this.get('notificationPosition');
|
||||
|
||||
this.OSD_POSITION = this.get('osdPosition');
|
||||
|
||||
this.HOT_CORNER_ACTION = this.get('hotCornerAction');
|
||||
this.HOT_CORNER_POSITION = this.get('hotCornerPosition');
|
||||
if (this.HOT_CORNER_POSITION === 6 && this.DASH_VISIBLE)
|
||||
this.HOT_CORNER_EDGE = true;
|
||||
else
|
||||
this.HOT_CORNER_EDGE = false;
|
||||
if ([5, 6].includes(this.HOT_CORNER_POSITION)) {
|
||||
if (this.DASH_TOP || this.DASH_LEFT)
|
||||
this.HOT_CORNER_POSITION = 1;
|
||||
else if (this.DASH_RIGHT)
|
||||
this.HOT_CORNER_POSITION = 2;
|
||||
else if (this.DASH_BOTTOM)
|
||||
this.HOT_CORNER_POSITION = 3;
|
||||
else
|
||||
this.HOT_CORNER_POSITION = 0;
|
||||
}
|
||||
this.HOT_CORNER_FULLSCREEN = this.get('hotCornerFullscreen');
|
||||
this.HOT_CORNER_RIPPLES = this.get('hotCornerRipples');
|
||||
|
||||
this.ALWAYS_ACTIVATE_SELECTED_WINDOW = this.get('alwaysActivateSelectedWindow');
|
||||
this.WIN_PREVIEW_SEC_BTN_ACTION = this.get('winPreviewSecBtnAction');
|
||||
this.WIN_PREVIEW_MID_BTN_ACTION = this.get('winPreviewMidBtnAction');
|
||||
this.SHOW_CLOSE_BUTTON = this.get('winPreviewShowCloseButton');
|
||||
this.WINDOW_ICON_CLICK_ACTION = this.get('windowIconClickAction');
|
||||
|
||||
this.OVERLAY_KEY_PRIMARY = this.get('overlayKeyPrimary');
|
||||
this.OVERLAY_KEY_SECONDARY = this.get('overlayKeySecondary');
|
||||
|
||||
this.ESC_BEHAVIOR = this.get('overviewEscBehavior');
|
||||
|
||||
this.WINDOW_THUMBNAIL_ENABLED = this.get('windowThumbnailModule');
|
||||
this.WINDOW_THUMBNAIL_SCALE = this.get('windowThumbnailScale') / 100;
|
||||
|
||||
this.FIX_NEW_WINDOW_FOCUS = this.get('newWindowFocusFix');
|
||||
}
|
||||
|
||||
_getAnimationDirection() {
|
||||
if (this.ORIENTATION)
|
||||
return this.WS_TMB_LEFT || !this.SHOW_WS_TMB ? 1 : 2; // 1 right, 2 left
|
||||
else
|
||||
return this.WS_TMB_TOP || !this.SHOW_WS_TMB ? 3 : 5; // 3 bottom, 5 top
|
||||
}
|
||||
};
|
116
extensions/45/vertical-workspaces/lib/swipeTracker.js
Normal file
|
@ -0,0 +1,116 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* swipeTracker.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
import GObject from 'gi://GObject';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as SwipeTracker from 'resource:///org/gnome/shell/ui/swipeTracker.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const SwipeTrackerModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('swipeTrackerModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' SwipeTrackerModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (opt.ORIENTATION) { // 1-VERTICAL, 0-HORIZONTAL
|
||||
this._setVertical();
|
||||
} else {
|
||||
this._setHorizontal();
|
||||
}
|
||||
console.debug(' SwipeTrackerModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
this._setHorizontal();
|
||||
|
||||
console.debug(' SwipeTrackerModule - Disabled');
|
||||
}
|
||||
|
||||
_setVertical() {
|
||||
// reverse swipe gestures for enter/leave overview and ws switching
|
||||
Main.overview._swipeTracker.orientation = Clutter.Orientation.HORIZONTAL;
|
||||
Main.wm._workspaceAnimation._swipeTracker.orientation = Clutter.Orientation.VERTICAL;
|
||||
// overview's updateGesture() function should reflect ws tmb position to match appGrid/ws animation direction
|
||||
// function in connection cannot be overridden in prototype of its class because connected is actually another copy of the original function
|
||||
if (!this._originalGestureUpdateId) {
|
||||
this._originalGestureUpdateId = GObject.signal_handler_find(Main.overview._swipeTracker._touchpadGesture, { signalId: 'update' });
|
||||
Main.overview._swipeTracker._touchpadGesture.block_signal_handler(this._originalGestureUpdateId);
|
||||
Main.overview._swipeTracker._updateGesture = SwipeTrackerVertical._updateGesture;
|
||||
this._vwGestureUpdateId = Main.overview._swipeTracker._touchpadGesture.connect('update', SwipeTrackerVertical._updateGesture.bind(Main.overview._swipeTracker));
|
||||
}
|
||||
}
|
||||
|
||||
_setHorizontal() {
|
||||
// original swipeTrackers' orientation and updateGesture function
|
||||
Main.overview._swipeTracker.orientation = Clutter.Orientation.VERTICAL;
|
||||
Main.wm._workspaceAnimation._swipeTracker.orientation = Clutter.Orientation.HORIZONTAL;
|
||||
Main.overview._swipeTracker._updateGesture = SwipeTracker.SwipeTracker.prototype._updateGesture;
|
||||
if (this._vwGestureUpdateId) {
|
||||
Main.overview._swipeTracker._touchpadGesture.disconnect(this._vwGestureUpdateId);
|
||||
this._vwGestureUpdateId = 0;
|
||||
}
|
||||
if (this._originalGestureUpdateId) {
|
||||
Main.overview._swipeTracker._touchpadGesture.unblock_signal_handler(this._originalGestureUpdateId);
|
||||
this._originalGestureUpdateId = 0;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const SwipeTrackerVertical = {
|
||||
_updateGesture(gesture, time, delta, distance) {
|
||||
if (this._state !== 1) // State.SCROLLING)
|
||||
return;
|
||||
|
||||
if ((this._allowedModes & Main.actionMode) === 0 || !this.enabled) {
|
||||
this._interrupt();
|
||||
return;
|
||||
}
|
||||
|
||||
if (opt.WS_TMB_RIGHT)
|
||||
delta = -delta;
|
||||
this._progress += delta / distance;
|
||||
this._history.append(time, delta);
|
||||
|
||||
this._progress = Math.clamp(this._progress, ...this._getBounds(this._initialProgress));
|
||||
this.emit('update', this._progress);
|
||||
},
|
||||
};
|
364
extensions/45/vertical-workspaces/lib/util.js
Normal file
|
@ -0,0 +1,364 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* util.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import Clutter from 'gi://Clutter';
|
||||
import Meta from 'gi://Meta';
|
||||
import Shell from 'gi://Shell';
|
||||
import Gio from 'gi://Gio';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import { InjectionManager } from 'resource:///org/gnome/shell/extensions/extension.js';
|
||||
|
||||
let Me;
|
||||
let _installedExtensions;
|
||||
|
||||
export function init(me) {
|
||||
Me = me;
|
||||
}
|
||||
|
||||
export function cleanGlobals() {
|
||||
Me = null;
|
||||
_installedExtensions = null;
|
||||
}
|
||||
|
||||
export class Overrides extends InjectionManager {
|
||||
constructor() {
|
||||
super();
|
||||
this._overrides = {};
|
||||
}
|
||||
|
||||
addOverride(name, prototype, overrideList) {
|
||||
const backup = this.overrideProto(prototype, overrideList, name);
|
||||
// don't update originals when override's just refreshing, keep initial content
|
||||
let originals = this._overrides[name]?.originals;
|
||||
if (!originals)
|
||||
originals = backup;
|
||||
this._overrides[name] = {
|
||||
originals,
|
||||
prototype,
|
||||
};
|
||||
}
|
||||
|
||||
removeOverride(name) {
|
||||
const override = this._overrides[name];
|
||||
if (!override)
|
||||
return false;
|
||||
|
||||
this.overrideProto(override.prototype, override.originals, name);
|
||||
delete this._overrides[name];
|
||||
return true;
|
||||
}
|
||||
|
||||
removeAll() {
|
||||
for (let name in this._overrides) {
|
||||
this.removeOverride(name);
|
||||
delete this._overrides[name];
|
||||
}
|
||||
}
|
||||
|
||||
overrideProto(proto, overrides, name) {
|
||||
const backup = {};
|
||||
const originals = this._overrides[name]?.originals;
|
||||
for (let symbol in overrides) {
|
||||
if (symbol.startsWith('after_')) {
|
||||
const actualSymbol = symbol.slice('after_'.length);
|
||||
let fn;
|
||||
if (originals && originals[actualSymbol])
|
||||
fn = originals[actualSymbol];
|
||||
else
|
||||
fn = proto[actualSymbol];
|
||||
const afterFn = overrides[symbol];
|
||||
proto[actualSymbol] = function (...args) {
|
||||
args = Array.prototype.slice.call(args);
|
||||
const res = fn.apply(this, args);
|
||||
afterFn.apply(this, args);
|
||||
return res;
|
||||
};
|
||||
backup[actualSymbol] = fn;
|
||||
} else if (overrides[symbol] !== null) {
|
||||
backup[symbol] = proto[symbol];
|
||||
this._installMethod(proto, symbol, overrides[symbol]);
|
||||
}
|
||||
}
|
||||
return backup;
|
||||
}
|
||||
}
|
||||
|
||||
export function openPreferences(metadata) {
|
||||
if (!metadata)
|
||||
metadata = Me.metadata;
|
||||
const windows = global.display.get_tab_list(Meta.TabList.NORMAL_ALL, null);
|
||||
let tracker = Shell.WindowTracker.get_default();
|
||||
let metaWin, isMe = null;
|
||||
|
||||
for (let win of windows) {
|
||||
const app = tracker.get_window_app(win);
|
||||
if (win.get_title()?.includes(metadata.name) && app.get_name() === 'Extensions') {
|
||||
// this is our existing window
|
||||
metaWin = win;
|
||||
isMe = true;
|
||||
break;
|
||||
} else if (win.wm_class?.includes('org.gnome.Shell.Extensions')) {
|
||||
// this is prefs window of another extension
|
||||
metaWin = win;
|
||||
isMe = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (metaWin && !isMe) {
|
||||
// other prefs window blocks opening another prefs window, so close it
|
||||
metaWin.delete(global.get_current_time());
|
||||
} else if (metaWin && isMe) {
|
||||
// if prefs window already exist, move it to the current WS and activate it
|
||||
metaWin.change_workspace(global.workspace_manager.get_active_workspace());
|
||||
metaWin.activate(global.get_current_time());
|
||||
}
|
||||
|
||||
if (!metaWin || (metaWin && !isMe)) {
|
||||
// delay to avoid errors if previous prefs window has been colsed
|
||||
GLib.idle_add(GLib.PRIORITY_LOW, () => {
|
||||
try {
|
||||
Main.extensionManager.openExtensionPrefs(metadata.uuid, '', {});
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export function activateSearchProvider(prefix = '') {
|
||||
const searchEntry = Main.overview.searchEntry;
|
||||
if (!searchEntry.get_text() || !searchEntry.get_text().startsWith(prefix)) {
|
||||
prefix = `${prefix} `;
|
||||
const position = prefix.length;
|
||||
searchEntry.set_text(prefix);
|
||||
searchEntry.get_first_child().set_cursor_position(position);
|
||||
searchEntry.get_first_child().set_selection(position, position);
|
||||
} else {
|
||||
searchEntry.set_text('');
|
||||
}
|
||||
}
|
||||
|
||||
export function dashNotDefault() {
|
||||
return Main.overview.dash !== Main.overview._overview._controls.layoutManager._dash;
|
||||
}
|
||||
|
||||
export function dashIsDashToDock() {
|
||||
return Main.overview.dash._isHorizontal !== undefined;
|
||||
}
|
||||
|
||||
// Reorder Workspaces - callback for Dash and workspacesDisplay
|
||||
export function reorderWorkspace(direction = 0) {
|
||||
let activeWs = global.workspace_manager.get_active_workspace();
|
||||
let activeWsIdx = activeWs.index();
|
||||
let targetIdx = activeWsIdx + direction;
|
||||
if (targetIdx > -1 && targetIdx < global.workspace_manager.get_n_workspaces())
|
||||
global.workspace_manager.reorder_workspace(activeWs, targetIdx);
|
||||
}
|
||||
|
||||
export function activateKeyboardForWorkspaceView() {
|
||||
Main.ctrlAltTabManager._items.forEach(i => {
|
||||
if (i.sortGroup === 1 && i.name === 'Windows')
|
||||
Main.ctrlAltTabManager.focusGroup(i);
|
||||
});
|
||||
}
|
||||
|
||||
export function exposeWindows(adjustment, activateKeyboard) {
|
||||
// expose windows for static overview modes
|
||||
if (!adjustment.value && !Main.overview._animationInProgress) {
|
||||
if (adjustment.value === 0) {
|
||||
adjustment.value = 0;
|
||||
adjustment.ease(1, {
|
||||
duration: 200,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
onComplete: () => {
|
||||
if (activateKeyboard) {
|
||||
Main.ctrlAltTabManager._items.forEach(i => {
|
||||
if (i.sortGroup === 1 && i.name === 'Windows')
|
||||
Main.ctrlAltTabManager.focusGroup(i);
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function isShiftPressed(state = null) {
|
||||
if (state === null)
|
||||
[,, state] = global.get_pointer();
|
||||
return (state & Clutter.ModifierType.SHIFT_MASK) !== 0;
|
||||
}
|
||||
|
||||
export function isCtrlPressed(state = null) {
|
||||
if (state === null)
|
||||
[,, state] = global.get_pointer();
|
||||
return (state & Clutter.ModifierType.CONTROL_MASK) !== 0;
|
||||
}
|
||||
|
||||
export function isAltPressed(state = null) {
|
||||
if (state === null)
|
||||
[,, state] = global.get_pointer();
|
||||
return (state & Clutter.ModifierType.MOD1_MASK) !== 0;
|
||||
}
|
||||
|
||||
export function fuzzyMatch(term, text) {
|
||||
let pos = -1;
|
||||
const matches = [];
|
||||
// convert all accented chars to their basic form and to lower case
|
||||
const _text = text.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase();
|
||||
const _term = term.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase();
|
||||
|
||||
// if term matches the substring exactly, gains the highest weight
|
||||
if (_text.includes(_term))
|
||||
return 0;
|
||||
|
||||
for (let i = 0; i < _term.length; i++) {
|
||||
let c = _term[i];
|
||||
let p;
|
||||
if (pos > 0)
|
||||
p = _term[i - 1];
|
||||
while (true) {
|
||||
pos += 1;
|
||||
if (pos >= _text.length)
|
||||
return -1;
|
||||
|
||||
if (_text[pos] === c) {
|
||||
matches.push(pos);
|
||||
break;
|
||||
} else if (_text[pos] === p) {
|
||||
matches.pop();
|
||||
matches.push(pos);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// add all position to get a weight of the result
|
||||
// results closer to the beginning of the text and term characters closer to each other will gain more weight.
|
||||
return matches.reduce((r, p) => r + p) - matches.length * matches[0] + matches[0];
|
||||
}
|
||||
|
||||
export function strictMatch(term, text) {
|
||||
// remove diacritics and accents from letters
|
||||
let s = text.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase();
|
||||
let p = term.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase();
|
||||
let ps = p.split(/ +/);
|
||||
|
||||
// allows to use multiple exact patterns separated by a space in arbitrary order
|
||||
for (let w of ps) { // escape regex control chars
|
||||
if (!s.match(w.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')))
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
export function isMoreRelevant(stringA, stringB, pattern) {
|
||||
let regex = /[^a-zA-Z\d]/;
|
||||
let strSplitA = stringA.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase().split(regex);
|
||||
let strSplitB = stringB.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase().split(regex);
|
||||
let aAny = false;
|
||||
strSplitA.forEach(w => {
|
||||
aAny = aAny || w.startsWith(pattern);
|
||||
});
|
||||
let bAny = false;
|
||||
strSplitB.forEach(w => {
|
||||
bAny = bAny || w.startsWith(pattern);
|
||||
});
|
||||
|
||||
// if both strings contain a word that starts with the pattern
|
||||
// prefer the one whose first word starts with the pattern
|
||||
if (aAny && bAny)
|
||||
return !strSplitA[0].startsWith(pattern) && strSplitB[0].startsWith(pattern);
|
||||
else
|
||||
return !aAny && bAny;
|
||||
}
|
||||
|
||||
export function getEnabledExtensions(pattern = '') {
|
||||
let result = [];
|
||||
// extensionManager is unreliable at startup (if not all extensions were loaded)
|
||||
// but gsettings key can contain removed extensions...
|
||||
// therefore we have to look into filesystem, what's really installed
|
||||
if (!_installedExtensions) {
|
||||
const extensionFiles = [...collectFromDatadirs('extensions', true)];
|
||||
_installedExtensions = extensionFiles.map(({ info }) => {
|
||||
let fileType = info.get_file_type();
|
||||
if (fileType !== Gio.FileType.DIRECTORY)
|
||||
return null;
|
||||
const uuid = info.get_name();
|
||||
return uuid;
|
||||
});
|
||||
}
|
||||
const enabled = Main.extensionManager._enabledExtensions;
|
||||
result = _installedExtensions.filter(ext => enabled.includes(ext));
|
||||
return result.filter(uuid => uuid !== null && uuid.includes(pattern));
|
||||
}
|
||||
|
||||
function* collectFromDatadirs(subdir, includeUserDir) {
|
||||
let dataDirs = GLib.get_system_data_dirs();
|
||||
if (includeUserDir)
|
||||
dataDirs.unshift(GLib.get_user_data_dir());
|
||||
|
||||
for (let i = 0; i < dataDirs.length; i++) {
|
||||
let path = GLib.build_filenamev([dataDirs[i], 'gnome-shell', subdir]);
|
||||
let dir = Gio.File.new_for_path(path);
|
||||
|
||||
let fileEnum;
|
||||
try {
|
||||
fileEnum = dir.enumerate_children('standard::name,standard::type',
|
||||
Gio.FileQueryInfoFlags.NONE, null);
|
||||
} catch (e) {
|
||||
fileEnum = null;
|
||||
}
|
||||
if (fileEnum !== null) {
|
||||
let info;
|
||||
while ((info = fileEnum.next_file(null)))
|
||||
yield { dir: fileEnum.get_child(info), info };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function getScrollDirection(event) {
|
||||
// scroll wheel provides two types of direction information:
|
||||
// 1. Clutter.ScrollDirection.DOWN / Clutter.ScrollDirection.UP
|
||||
// 2. Clutter.ScrollDirection.SMOOTH + event.get_scroll_delta()
|
||||
// first SMOOTH event returns 0 delta,
|
||||
// so we need to always read event.direction
|
||||
// since mouse without smooth scrolling provides exactly one SMOOTH event on one wheel rotation click
|
||||
// on the other hand, under X11, one wheel rotation click sometimes doesn't send direction event, only several SMOOTH events
|
||||
// so we also need to convert the delta to direction
|
||||
let direction = event.get_scroll_direction();
|
||||
|
||||
if (direction !== Clutter.ScrollDirection.SMOOTH)
|
||||
return direction;
|
||||
|
||||
let [, delta] = event.get_scroll_delta();
|
||||
|
||||
if (!delta)
|
||||
return null;
|
||||
|
||||
direction = delta > 0 ? Clutter.ScrollDirection.DOWN : Clutter.ScrollDirection.UP;
|
||||
|
||||
return direction;
|
||||
}
|
||||
|
||||
export function getWindows(workspace) {
|
||||
// We ignore skip-taskbar windows in switchers, but if they are attached
|
||||
// to their parent, their position in the MRU list may be more appropriate
|
||||
// than the parent; so start with the complete list ...
|
||||
let windows = global.display.get_tab_list(Meta.TabList.NORMAL_ALL, workspace);
|
||||
// ... map windows to their parent where appropriate ...
|
||||
return windows.map(w => {
|
||||
return w.is_attached_dialog() ? w.get_transient_for() : w;
|
||||
// ... and filter out skip-taskbar windows and duplicates
|
||||
}).filter((w, i, a) => !w.skip_taskbar && a.indexOf(w) === i);
|
||||
}
|
525
extensions/45/vertical-workspaces/lib/winTmb.js
Normal file
|
@ -0,0 +1,525 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* WinTmb
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2021-2023
|
||||
* @license GPL-3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import Clutter from 'gi://Clutter';
|
||||
import St from 'gi://St';
|
||||
import Meta from 'gi://Meta';
|
||||
import GObject from 'gi://GObject';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as DND from 'resource:///org/gnome/shell/ui/dnd.js';
|
||||
import * as AltTab from 'resource:///org/gnome/shell/ui/altTab.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
const SCROLL_ICON_OPACITY = 240;
|
||||
const DRAG_OPACITY = 200;
|
||||
const CLOSE_BTN_OPACITY = 240;
|
||||
|
||||
|
||||
export const WinTmbModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this._removeTimeouts();
|
||||
|
||||
this.moduleEnabled = opt.get('windowThumbnailModule');
|
||||
|
||||
reset = reset || !this.moduleEnabled;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WinTmb - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
this._timeouts = {};
|
||||
if (!this._windowThumbnails)
|
||||
this._windowThumbnails = [];
|
||||
|
||||
Main.overview.connectObject('hidden', () => this.showThumbnails(), this);
|
||||
console.debug(' WinTmb - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
Main.overview.disconnectObject(this);
|
||||
this._disconnectStateAdjustment();
|
||||
this.removeAllThumbnails();
|
||||
console.debug(' WinTmb - Disabled');
|
||||
}
|
||||
|
||||
_removeTimeouts() {
|
||||
if (this._timeouts) {
|
||||
Object.values(this._timeouts).forEach(t => {
|
||||
if (t)
|
||||
GLib.source_remove(t);
|
||||
});
|
||||
this._timeouts = null;
|
||||
}
|
||||
}
|
||||
|
||||
createThumbnail(metaWin) {
|
||||
const thumbnail = new WindowThumbnail(metaWin, {
|
||||
'height': Math.floor(opt.WINDOW_THUMBNAIL_SCALE * global.display.get_monitor_geometry(global.display.get_current_monitor()).height),
|
||||
'thumbnailsOnScreen': this._windowThumbnails.length,
|
||||
});
|
||||
|
||||
this._windowThumbnails.push(thumbnail);
|
||||
thumbnail.connect('removed', tmb => {
|
||||
this._windowThumbnails.splice(this._windowThumbnails.indexOf(tmb), 1);
|
||||
tmb.destroy();
|
||||
if (!this._windowThumbnails.length)
|
||||
this._disconnectStateAdjustment();
|
||||
});
|
||||
|
||||
if (!this._stateAdjustmentConId) {
|
||||
this._stateAdjustmentConId = Main.overview._overview.controls._stateAdjustment.connectObject('notify::value', () => {
|
||||
if (!this._thumbnailsHidden && (!opt.OVERVIEW_MODE2 || opt.WORKSPACE_MODE))
|
||||
this.hideThumbnails();
|
||||
}, this);
|
||||
}
|
||||
}
|
||||
|
||||
hideThumbnails() {
|
||||
this._windowThumbnails.forEach(tmb => {
|
||||
tmb.ease({
|
||||
opacity: 0,
|
||||
duration: 200,
|
||||
mode: Clutter.AnimationMode.LINEAR,
|
||||
onComplete: () => tmb.hide(),
|
||||
});
|
||||
});
|
||||
this._thumbnailsHidden = true;
|
||||
}
|
||||
|
||||
showThumbnails() {
|
||||
this._windowThumbnails.forEach(tmb => {
|
||||
tmb.show();
|
||||
tmb.ease({
|
||||
opacity: 255,
|
||||
duration: 100,
|
||||
mode: Clutter.AnimationMode.LINEAR,
|
||||
});
|
||||
});
|
||||
this._thumbnailsHidden = false;
|
||||
}
|
||||
|
||||
removeAllThumbnails() {
|
||||
this._windowThumbnails.forEach(tmb => tmb.remove());
|
||||
this._windowThumbnails = [];
|
||||
}
|
||||
|
||||
_disconnectStateAdjustment() {
|
||||
Main.overview._overview.controls._stateAdjustment.disconnectObject(this);
|
||||
}
|
||||
};
|
||||
|
||||
const WindowThumbnail = GObject.registerClass({
|
||||
Signals: { 'removed': {} },
|
||||
}, class WindowThumbnail extends St.Widget {
|
||||
_init(metaWin, args) {
|
||||
this._hoverShowsPreview = false;
|
||||
this._customOpacity = 255;
|
||||
this._initTmbHeight = args.height;
|
||||
this._minimumHeight = Math.floor(5 / 100 * global.display.get_monitor_geometry(global.display.get_current_monitor()).height);
|
||||
this._scrollTimeout = 100;
|
||||
this._positionOffset = args.thumbnailsOnScreen;
|
||||
this._reverseTmbWheelFunc = false;
|
||||
this._click_count = 1;
|
||||
this._prevBtnPressTime = 0;
|
||||
this.w = metaWin;
|
||||
super._init({
|
||||
layout_manager: new Clutter.BinLayout(),
|
||||
visible: true,
|
||||
reactive: true,
|
||||
can_focus: true,
|
||||
track_hover: true,
|
||||
});
|
||||
this.connect('button-release-event', this._onBtnReleased.bind(this));
|
||||
this.connect('scroll-event', this._onScrollEvent.bind(this));
|
||||
// this.connect('motion-event', this._onMouseMove.bind(this)); // may be useful in the future..
|
||||
|
||||
this._delegate = this;
|
||||
this._draggable = DND.makeDraggable(this, { dragActorOpacity: DRAG_OPACITY });
|
||||
this._draggable.connect('drag-end', this._end_drag.bind(this));
|
||||
this._draggable.connect('drag-cancelled', this._end_drag.bind(this));
|
||||
this._draggable._animateDragEnd = eventTime => {
|
||||
this._draggable._animationInProgress = true;
|
||||
this._draggable._onAnimationComplete(this._draggable._dragActor, eventTime);
|
||||
this.opacity = this._customOpacity;
|
||||
};
|
||||
|
||||
this.clone = new Clutter.Clone({ reactive: true });
|
||||
Main.layoutManager.addChrome(this);
|
||||
|
||||
this.window = this.w.get_compositor_private();
|
||||
|
||||
this.clone.set_source(this.window);
|
||||
|
||||
this.add_child(this.clone);
|
||||
this._addCloseButton();
|
||||
this._addScrollModeIcon();
|
||||
|
||||
this.connect('enter-event', () => {
|
||||
global.display.set_cursor(Meta.Cursor.POINTING_HAND);
|
||||
this._closeButton.opacity = CLOSE_BTN_OPACITY;
|
||||
this._scrollModeBin.opacity = SCROLL_ICON_OPACITY;
|
||||
if (this._hoverShowsPreview && !Main.overview._shown) {
|
||||
this._closeButton.opacity = 50;
|
||||
this._showWindowPreview(false, true);
|
||||
}
|
||||
});
|
||||
|
||||
this.connect('leave-event', () => {
|
||||
global.display.set_cursor(Meta.Cursor.DEFAULT);
|
||||
this._closeButton.opacity = 0;
|
||||
this._scrollModeBin.opacity = 0;
|
||||
if (this._winPreview)
|
||||
this._destroyWindowPreview();
|
||||
});
|
||||
|
||||
this._setSize(true);
|
||||
this.set_position(...this._getInitialPosition());
|
||||
this.show();
|
||||
this.window_id = this.w.get_id();
|
||||
this.tmbRedrawDirection = true;
|
||||
|
||||
// remove thumbnail content and hide thumbnail if its window is destroyed
|
||||
this.windowConnect = this.window.connect('destroy', () => {
|
||||
if (this)
|
||||
this.remove();
|
||||
});
|
||||
}
|
||||
|
||||
_getInitialPosition() {
|
||||
const offset = 20;
|
||||
let monitor = Main.layoutManager.monitors[global.display.get_current_monitor()];
|
||||
let x = Math.min(monitor.x + monitor.width - (this.window.width * this.scale) - offset);
|
||||
let y = Math.min(monitor.y + monitor.height - (this.window.height * this.scale) - offset - ((this._positionOffset * this._initTmbHeight) % (monitor.height - this._initTmbHeight)));
|
||||
return [x, y];
|
||||
}
|
||||
|
||||
_setSize(resetScale = false) {
|
||||
if (resetScale)
|
||||
this.scale = Math.min(1.0, this._initTmbHeight / this.window.height);
|
||||
|
||||
const width = this.window.width * this.scale;
|
||||
const height = this.window.height * this.scale;
|
||||
this.set_size(width, height);
|
||||
/* if (this.icon) {
|
||||
this.icon.scale_x = this.scale;
|
||||
this.icon.scale_y = this.scale;
|
||||
}*/
|
||||
|
||||
// when the scale of this. actor change, this.clone resize accordingly,
|
||||
// but the reactive area of the actor doesn't change until the actor is redrawn
|
||||
// this updates the actor's input region area:
|
||||
Main.layoutManager._queueUpdateRegions();
|
||||
}
|
||||
|
||||
/* _onMouseMove(actor, event) {
|
||||
let [pos_x, pos_y] = event.get_coords();
|
||||
let state = event.get_state();
|
||||
if (this._ctrlPressed(state)) {
|
||||
}
|
||||
}*/
|
||||
|
||||
_onBtnReleased(actor, event) {
|
||||
// Clutter.Event.click_count property in no longer available, since GS42
|
||||
if ((event.get_time() - this._prevBtnPressTime) < Clutter.Settings.get_default().double_click_time)
|
||||
this._click_count += 1;
|
||||
else
|
||||
this._click_count = 1;
|
||||
|
||||
this._prevBtnPressTime = event.get_time();
|
||||
|
||||
if (this._click_count === 2 && event.get_button() === Clutter.BUTTON_PRIMARY)
|
||||
this.w.activate(global.get_current_time());
|
||||
|
||||
|
||||
const button = event.get_button();
|
||||
const state = event.get_state();
|
||||
switch (button) {
|
||||
case Clutter.BUTTON_PRIMARY:
|
||||
if (this._ctrlPressed(state)) {
|
||||
this._setSize();
|
||||
} else {
|
||||
this._reverseTmbWheelFunc = !this._reverseTmbWheelFunc;
|
||||
this._scrollModeBin.set_child(this._reverseTmbWheelFunc ? this._scrollModeSourceIcon : this._scrollModeResizeIcon);
|
||||
}
|
||||
return Clutter.EVENT_STOP;
|
||||
case Clutter.BUTTON_SECONDARY:
|
||||
if (this._ctrlPressed(state)) {
|
||||
this.remove();
|
||||
} else {
|
||||
this._hoverShowsPreview = !this._hoverShowsPreview;
|
||||
this._showWindowPreview();
|
||||
}
|
||||
return Clutter.EVENT_STOP;
|
||||
case Clutter.BUTTON_MIDDLE:
|
||||
if (this._ctrlPressed(state))
|
||||
this.w.delete(global.get_current_time());
|
||||
return Clutter.EVENT_STOP;
|
||||
default:
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
}
|
||||
}
|
||||
|
||||
_onScrollEvent(actor, event) {
|
||||
let direction = Me.Util.getScrollDirection(event);
|
||||
|
||||
if (this._actionTimeoutActive())
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
let state = event.get_state();
|
||||
switch (direction) {
|
||||
case Clutter.ScrollDirection.UP:
|
||||
if (this._shiftPressed(state)) {
|
||||
this.opacity = Math.min(255, this.opacity + 24);
|
||||
this._customOpacity = this.opacity;
|
||||
} else if (this._reverseTmbWheelFunc !== this._ctrlPressed(state)) {
|
||||
this._switchSourceWin(-1);
|
||||
} else if (this._reverseTmbWheelFunc === this._ctrlPressed(state)) {
|
||||
this.scale = Math.max(0.05, this.scale - 0.025);
|
||||
}
|
||||
break;
|
||||
case Clutter.ScrollDirection.DOWN:
|
||||
if (this._shiftPressed(state)) {
|
||||
this.opacity = Math.max(48, this.opacity - 24);
|
||||
this._customOpacity = this.opacity;
|
||||
} else if (this._reverseTmbWheelFunc !== this._ctrlPressed(state)) {
|
||||
this._switchSourceWin(+1);
|
||||
} else if (this._reverseTmbWheelFunc === this._ctrlPressed(state)) {
|
||||
this.scale = Math.min(1, this.scale + 0.025);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
}
|
||||
this._setSize();
|
||||
return Clutter.EVENT_STOP;
|
||||
}
|
||||
|
||||
remove() {
|
||||
if (this.clone) {
|
||||
this.window.disconnect(this.windowConnect);
|
||||
this.clone.set_source(null);
|
||||
}
|
||||
if (this._winPreview)
|
||||
this._destroyWindowPreview();
|
||||
|
||||
this.emit('removed');
|
||||
}
|
||||
|
||||
_end_drag() {
|
||||
this.set_position(this._draggable._dragOffsetX + this._draggable._dragX, this._draggable._dragOffsetY + this._draggable._dragY);
|
||||
this._setSize();
|
||||
}
|
||||
|
||||
_ctrlPressed(state) {
|
||||
return (state & Clutter.ModifierType.CONTROL_MASK) !== 0;
|
||||
}
|
||||
|
||||
_shiftPressed(state) {
|
||||
return (state & Clutter.ModifierType.SHIFT_MASK) !== 0;
|
||||
}
|
||||
|
||||
_switchSourceWin(direction) {
|
||||
let windows = global.display.get_tab_list(Meta.TabList.NORMAL_ALL, null);
|
||||
windows = windows.filter(w => !(w.skip_taskbar || w.minimized));
|
||||
let idx = -1;
|
||||
for (let i = 0; i < windows.length; i++) {
|
||||
if (windows[i] === this.w) {
|
||||
idx = i + direction;
|
||||
break;
|
||||
}
|
||||
}
|
||||
idx = idx >= windows.length ? 0 : idx;
|
||||
idx = idx < 0 ? windows.length - 1 : idx;
|
||||
let w = windows[idx];
|
||||
let win = w.get_compositor_private();
|
||||
this.clone.set_source(win);
|
||||
this.window.disconnect(this.windowConnect);
|
||||
// the new thumbnail should be the same height as the previous one
|
||||
this.scale = (this.scale * this.window.height) / win.height;
|
||||
this.window = win;
|
||||
this.windowConnect = this.window.connect('destroy', () => {
|
||||
if (this)
|
||||
this.remove();
|
||||
});
|
||||
this.w = w;
|
||||
|
||||
if (this._winPreview)
|
||||
this._showWindowPreview(true);
|
||||
}
|
||||
|
||||
_actionTimeoutActive() {
|
||||
const timeout = this._reverseTmbWheelFunc ? this._scrollTimeout : this._scrollTimeout / 4;
|
||||
if (!this._lastActionTime || Date.now() - this._lastActionTime > timeout) {
|
||||
this._lastActionTime = Date.now();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/* _setIcon() {
|
||||
let tracker = Shell.WindowTracker.get_default();
|
||||
let app = tracker.get_window_app(this.w);
|
||||
let icon = app
|
||||
? app.create_icon_texture(this.height)
|
||||
: new St.Icon({ icon_name: 'icon-missing', icon_size: this.height });
|
||||
icon.x_expand = icon.y_expand = true;
|
||||
if (this.icon)
|
||||
this.icon.destroy();
|
||||
this.icon = icon;
|
||||
}*/
|
||||
|
||||
_addCloseButton() {
|
||||
const closeButton = new St.Button({
|
||||
opacity: 0,
|
||||
style_class: 'window-close',
|
||||
child: new St.Icon({ icon_name: 'preview-close-symbolic' }),
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
y_align: Clutter.ActorAlign.START,
|
||||
x_expand: true,
|
||||
y_expand: true,
|
||||
});
|
||||
|
||||
closeButton.set_style(`
|
||||
margin: 3px;
|
||||
background-color: rgba(200, 0, 0, 0.9);
|
||||
`);
|
||||
|
||||
closeButton.connect('clicked', () => {
|
||||
this.remove();
|
||||
return Clutter.EVENT_STOP;
|
||||
});
|
||||
|
||||
this._closeButton = closeButton;
|
||||
this.add_child(this._closeButton);
|
||||
}
|
||||
|
||||
_addScrollModeIcon() {
|
||||
this._scrollModeBin = new St.Bin({
|
||||
x_expand: true,
|
||||
y_expand: true,
|
||||
});
|
||||
this._scrollModeResizeIcon = new St.Icon({
|
||||
icon_name: 'view-fullscreen-symbolic',
|
||||
x_align: Clutter.ActorAlign.CENTER,
|
||||
y_align: Clutter.ActorAlign.END,
|
||||
x_expand: true,
|
||||
y_expand: true,
|
||||
opacity: SCROLL_ICON_OPACITY,
|
||||
style_class: 'icon-dropshadow',
|
||||
scale_x: 0.5,
|
||||
scale_y: 0.5,
|
||||
});
|
||||
this._scrollModeResizeIcon.set_style(`
|
||||
margin: 13px;
|
||||
color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 40px 40px rgba(0,0,0,0.7);
|
||||
`);
|
||||
this._scrollModeSourceIcon = new St.Icon({
|
||||
icon_name: 'media-skip-forward-symbolic',
|
||||
x_align: Clutter.ActorAlign.CENTER,
|
||||
y_align: Clutter.ActorAlign.END,
|
||||
x_expand: true,
|
||||
y_expand: true,
|
||||
opacity: SCROLL_ICON_OPACITY,
|
||||
style_class: 'icon-dropshadow',
|
||||
scale_x: 0.5,
|
||||
scale_y: 0.5,
|
||||
});
|
||||
this._scrollModeSourceIcon.set_style(`
|
||||
margin: 13px;
|
||||
color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 40px 40px rgba(0,0,0,0.7);
|
||||
`);
|
||||
this._scrollModeBin.set_child(this._scrollModeResizeIcon);
|
||||
this.add_child(this._scrollModeBin);
|
||||
this._scrollModeBin.opacity = 0;
|
||||
}
|
||||
|
||||
_showWindowPreview(update = false, dontDestroy = false) {
|
||||
if (this._winPreview && !dontDestroy) {
|
||||
this._destroyWindowPreview();
|
||||
this._previewCreationTime = 0;
|
||||
this._closeButton.opacity = CLOSE_BTN_OPACITY;
|
||||
if (!update)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this._winPreview) {
|
||||
this._winPreview = new AltTab.CyclerHighlight();
|
||||
global.window_group.add_actor(this._winPreview);
|
||||
[this._winPreview._xPointer, this._winPreview._yPointer] = global.get_pointer();
|
||||
}
|
||||
|
||||
if (!update) {
|
||||
this._winPreview.opacity = 0;
|
||||
this._winPreview.ease({
|
||||
opacity: 255,
|
||||
duration: 70,
|
||||
mode: Clutter.AnimationMode.LINEAR,
|
||||
/* onComplete: () => {
|
||||
this._closeButton.opacity = 50;
|
||||
},*/
|
||||
});
|
||||
|
||||
this.ease({
|
||||
opacity: Math.min(50, this._customOpacity),
|
||||
duration: 70,
|
||||
mode: Clutter.AnimationMode.LINEAR,
|
||||
onComplete: () => {
|
||||
},
|
||||
});
|
||||
} else {
|
||||
this._winPreview.opacity = 255;
|
||||
}
|
||||
this._winPreview.window = this.w;
|
||||
this._winPreview._window = this.w;
|
||||
global.window_group.set_child_above_sibling(this._winPreview, null);
|
||||
}
|
||||
|
||||
_destroyWindowPreview() {
|
||||
if (this._winPreview) {
|
||||
this._winPreview.ease({
|
||||
opacity: 0,
|
||||
duration: 100,
|
||||
mode: Clutter.AnimationMode.LINEAR,
|
||||
onComplete: () => {
|
||||
this._winPreview.destroy();
|
||||
this._winPreview = null;
|
||||
this.opacity = this._customOpacity;
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
156
extensions/45/vertical-workspaces/lib/windowAttentionHandler.js
Normal file
|
@ -0,0 +1,156 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* windowAttentionHandler.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as MessageTray from 'resource:///org/gnome/shell/ui/messageTray.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const WindowAttentionHandlerModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('windowAttentionHandlerModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WindowAttentionHandlerModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
this._updateConnections();
|
||||
console.debug(' WindowAttentionHandlerModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
const reset = true;
|
||||
this._updateConnections(reset);
|
||||
|
||||
console.debug(' WindowAttentionHandlerModule - Disabled');
|
||||
}
|
||||
|
||||
_updateConnections(reset) {
|
||||
global.display.disconnectObject(Main.windowAttentionHandler);
|
||||
|
||||
const handlerFnc = reset
|
||||
? Main.windowAttentionHandler._onWindowDemandsAttention
|
||||
: WindowAttentionHandlerCommon._onWindowDemandsAttention;
|
||||
|
||||
global.display.connectObject(
|
||||
'window-demands-attention', handlerFnc.bind(Main.windowAttentionHandler),
|
||||
'window-marked-urgent', handlerFnc.bind(Main.windowAttentionHandler),
|
||||
Main.windowAttentionHandler);
|
||||
}
|
||||
};
|
||||
|
||||
const WindowAttentionHandlerCommon = {
|
||||
_onWindowDemandsAttention(display, window) {
|
||||
// Deny attention notifications if the App Grid is open, to avoid notification spree when opening a folder
|
||||
if (Main.overview._shown && Main.overview.dash.showAppsButton.checked) {
|
||||
return;
|
||||
} else if (opt.WINDOW_ATTENTION_FOCUS_IMMEDIATELY) {
|
||||
if (!Main.overview._shown)
|
||||
Main.activateWindow(window);
|
||||
return;
|
||||
}
|
||||
|
||||
const app = this._tracker.get_window_app(window);
|
||||
// const source = new WindowAttentionHandler.WindowAttentionSource(app, window);
|
||||
const source = new MessageTray.Source(app.get_name());
|
||||
new Me.Util.Overrides().addOverride('MessageSource', source, WindowAttentionSourceCommon);
|
||||
source._init(app, window);
|
||||
Main.messageTray.add(source);
|
||||
|
||||
let [title, banner] = this._getTitleAndBanner(app, window);
|
||||
|
||||
const notification = new MessageTray.Notification(source, title, banner);
|
||||
notification.connect('activated', () => {
|
||||
source.open();
|
||||
});
|
||||
notification.setForFeedback(true);
|
||||
|
||||
if (opt.WINDOW_ATTENTION_DISABLE_NOTIFICATIONS)
|
||||
// just push the notification to the message tray without showing notification
|
||||
source.pushNotification(notification);
|
||||
else
|
||||
source.showNotification(notification);
|
||||
|
||||
window.connectObject('notify::title', () => {
|
||||
[title, banner] = this._getTitleAndBanner(app, window);
|
||||
notification.update(title, banner);
|
||||
}, source);
|
||||
},
|
||||
};
|
||||
|
||||
const WindowAttentionSourceCommon = {
|
||||
_init(app, window) {
|
||||
this._window = window;
|
||||
this._app = app;
|
||||
|
||||
this._window.connectObject(
|
||||
'notify::demands-attention', this._sync.bind(this),
|
||||
'notify::urgent', this._sync.bind(this),
|
||||
'focus', () => this.destroy(),
|
||||
'unmanaged', () => this.destroy(), this);
|
||||
},
|
||||
|
||||
_sync() {
|
||||
if (this._window.demands_attention || this._window.urgent)
|
||||
return;
|
||||
this.destroy();
|
||||
},
|
||||
|
||||
_createPolicy() {
|
||||
if (this._app && this._app.get_app_info()) {
|
||||
let id = this._app.get_id().replace(/\.desktop$/, '');
|
||||
return new MessageTray.NotificationApplicationPolicy(id);
|
||||
} else {
|
||||
return new MessageTray.NotificationGenericPolicy();
|
||||
}
|
||||
},
|
||||
|
||||
createIcon(size) {
|
||||
return this._app.create_icon_texture(size);
|
||||
},
|
||||
|
||||
destroy(params) {
|
||||
this._window.disconnectObject(this);
|
||||
|
||||
MessageTray.Source.prototype.destroy.bind(this)(params);
|
||||
},
|
||||
|
||||
open() {
|
||||
Main.activateWindow(this._window);
|
||||
},
|
||||
};
|
237
extensions/45/vertical-workspaces/lib/windowManager.js
Normal file
|
@ -0,0 +1,237 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* windowManager.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
import Meta from 'gi://Meta';
|
||||
import GObject from 'gi://GObject';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as WindowManager from 'resource:///org/gnome/shell/ui/windowManager.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const WindowManagerModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
|
||||
this._originalMinimizeSigId = 0;
|
||||
this._minimizeSigId = 0;
|
||||
this._originalUnminimizeSigId = 0;
|
||||
this._unminimizeSigId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('windowManagerModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't even touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WindowManagerModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('WindowManager', WindowManager.WindowManager.prototype, WindowManagerCommon);
|
||||
|
||||
if (!this._minimizeSigId) {
|
||||
this._originalMinimizeSigId = GObject.signal_handler_find(Main.wm._shellwm, { signalId: 'minimize' });
|
||||
if (this._originalMinimizeSigId) {
|
||||
Main.wm._shellwm.block_signal_handler(this._originalMinimizeSigId);
|
||||
this._minimizeSigId = Main.wm._shellwm.connect('minimize', WindowManagerCommon._minimizeWindow.bind(Main.wm));
|
||||
}
|
||||
|
||||
this._originalUnminimizeSigId = GObject.signal_handler_find(Main.wm._shellwm, { signalId: 'unminimize' });
|
||||
if (this._originalUnminimizeSigId) {
|
||||
Main.wm._shellwm.block_signal_handler(this._originalUnminimizeSigId);
|
||||
this._unminimizeSigId = Main.wm._shellwm.connect('unminimize', WindowManagerCommon._unminimizeWindow.bind(Main.wm));
|
||||
}
|
||||
}
|
||||
console.debug(' WindowManagerModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
if (this._minimizeSigId) {
|
||||
Main.wm._shellwm.disconnect(this._minimizeSigId);
|
||||
this._minimizeSigId = 0;
|
||||
}
|
||||
if (this._originalMinimizeSigId) {
|
||||
Main.wm._shellwm.unblock_signal_handler(this._originalMinimizeSigId);
|
||||
this._originalMinimizeSigId = 0;
|
||||
}
|
||||
|
||||
if (this._unminimizeSigId) {
|
||||
Main.wm._shellwm.disconnect(this._unminimizeSigId);
|
||||
this._unminimizeSigId = 0;
|
||||
}
|
||||
if (this._originalUnminimizeSigId) {
|
||||
Main.wm._shellwm.unblock_signal_handler(this._originalUnminimizeSigId);
|
||||
this._originalUnminimizeSigId = 0;
|
||||
}
|
||||
|
||||
console.debug(' WindowManagerModule - Disabled');
|
||||
}
|
||||
};
|
||||
|
||||
// fix for mainstream bug - fullscreen windows should minimize using opacity transition
|
||||
// but its being applied directly on window actor and that doesn't work
|
||||
// anyway, animation is better, even if the Activities button is not visible...
|
||||
// and also add support for bottom position of the panel
|
||||
const WindowManagerCommon = {
|
||||
_minimizeWindow(shellwm, actor) {
|
||||
const types = [
|
||||
Meta.WindowType.NORMAL,
|
||||
Meta.WindowType.MODAL_DIALOG,
|
||||
Meta.WindowType.DIALOG,
|
||||
];
|
||||
if (!this._shouldAnimateActor(actor, types)) {
|
||||
shellwm.completed_minimize(actor);
|
||||
return;
|
||||
}
|
||||
|
||||
actor.set_scale(1.0, 1.0);
|
||||
|
||||
this._minimizing.add(actor);
|
||||
|
||||
/* if (actor.meta_window.is_monitor_sized()) {
|
||||
actor.get_first_child().ease({
|
||||
opacity: 0,
|
||||
duration: WindowManager.MINIMIZE_WINDOW_ANIMATION_TIME,
|
||||
mode: WindowManager.MINIMIZE_WINDOW_ANIMATION_MODE,
|
||||
onStopped: () => this._minimizeWindowDone(shellwm, actor),
|
||||
});
|
||||
} else { */
|
||||
let xDest, yDest, xScale, yScale;
|
||||
let [success, geom] = actor.meta_window.get_icon_geometry();
|
||||
if (success) {
|
||||
xDest = geom.x;
|
||||
yDest = geom.y;
|
||||
xScale = geom.width / actor.width;
|
||||
yScale = geom.height / actor.height;
|
||||
} else {
|
||||
let monitor = Main.layoutManager.monitors[actor.meta_window.get_monitor()];
|
||||
if (!monitor) {
|
||||
this._minimizeWindowDone();
|
||||
return;
|
||||
}
|
||||
xDest = monitor.x;
|
||||
yDest = opt.PANEL_POSITION_TOP ? monitor.y : monitor.y + monitor.height;
|
||||
if (Clutter.get_default_text_direction() === Clutter.TextDirection.RTL)
|
||||
xDest += monitor.width;
|
||||
xScale = 0;
|
||||
yScale = 0;
|
||||
}
|
||||
|
||||
actor.ease({
|
||||
scale_x: xScale,
|
||||
scale_y: yScale,
|
||||
x: xDest,
|
||||
y: yDest,
|
||||
duration: WindowManager.MINIMIZE_WINDOW_ANIMATION_TIME,
|
||||
mode: WindowManager.MINIMIZE_WINDOW_ANIMATION_MODE,
|
||||
onStopped: () => this._minimizeWindowDone(shellwm, actor),
|
||||
});
|
||||
// }
|
||||
},
|
||||
|
||||
_minimizeWindowDone(shellwm, actor) {
|
||||
if (this._minimizing.delete(actor)) {
|
||||
actor.remove_all_transitions();
|
||||
actor.set_scale(1.0, 1.0);
|
||||
actor.get_first_child().set_opacity(255);
|
||||
actor.set_pivot_point(0, 0);
|
||||
|
||||
shellwm.completed_minimize(actor);
|
||||
}
|
||||
},
|
||||
|
||||
_unminimizeWindow(shellwm, actor) {
|
||||
const types = [
|
||||
Meta.WindowType.NORMAL,
|
||||
Meta.WindowType.MODAL_DIALOG,
|
||||
Meta.WindowType.DIALOG,
|
||||
];
|
||||
if (!this._shouldAnimateActor(actor, types)) {
|
||||
shellwm.completed_unminimize(actor);
|
||||
return;
|
||||
}
|
||||
|
||||
this._unminimizing.add(actor);
|
||||
|
||||
/* if (false/* actor.meta_window.is_monitor_sized()) {
|
||||
actor.opacity = 0;
|
||||
actor.set_scale(1.0, 1.0);
|
||||
actor.ease({
|
||||
opacity: 255,
|
||||
duration: WindowManager.MINIMIZE_WINDOW_ANIMATION_TIME,
|
||||
mode: WindowManager.MINIMIZE_WINDOW_ANIMATION_MODE,
|
||||
onStopped: () => this._unminimizeWindowDone(shellwm, actor),
|
||||
});
|
||||
} else { */
|
||||
let [success, geom] = actor.meta_window.get_icon_geometry();
|
||||
if (success) {
|
||||
actor.set_position(geom.x, geom.y);
|
||||
actor.set_scale(geom.width / actor.width,
|
||||
geom.height / actor.height);
|
||||
} else {
|
||||
let monitor = Main.layoutManager.monitors[actor.meta_window.get_monitor()];
|
||||
if (!monitor) {
|
||||
actor.show();
|
||||
this._unminimizeWindowDone();
|
||||
return;
|
||||
}
|
||||
actor.set_position(monitor.x, opt.PANEL_POSITION_TOP ? monitor.y : monitor.y + monitor.height);
|
||||
if (Clutter.get_default_text_direction() === Clutter.TextDirection.RTL)
|
||||
actor.x += monitor.width;
|
||||
actor.set_scale(0, 0);
|
||||
}
|
||||
|
||||
let rect = actor.meta_window.get_buffer_rect();
|
||||
let [xDest, yDest] = [rect.x, rect.y];
|
||||
|
||||
actor.show();
|
||||
actor.ease({
|
||||
scale_x: 1,
|
||||
scale_y: 1,
|
||||
x: xDest,
|
||||
y: yDest,
|
||||
duration: WindowManager.MINIMIZE_WINDOW_ANIMATION_TIME,
|
||||
mode: WindowManager.MINIMIZE_WINDOW_ANIMATION_MODE,
|
||||
onStopped: () => this._unminimizeWindowDone(shellwm, actor),
|
||||
});
|
||||
// }
|
||||
},
|
||||
};
|
619
extensions/45/vertical-workspaces/lib/windowPreview.js
Normal file
|
@ -0,0 +1,619 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* windowPreview.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import GLib from 'gi://GLib';
|
||||
import Clutter from 'gi://Clutter';
|
||||
import St from 'gi://St';
|
||||
import Meta from 'gi://Meta';
|
||||
import Shell from 'gi://Shell';
|
||||
import Pango from 'gi://Pango';
|
||||
import Graphene from 'gi://Graphene';
|
||||
import Atk from 'gi://Atk';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as DND from 'resource:///org/gnome/shell/ui/dnd.js';
|
||||
import * as OverviewControls from 'resource:///org/gnome/shell/ui/overviewControls.js';
|
||||
import * as WindowPreview from 'resource:///org/gnome/shell/ui/windowPreview.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
const WINDOW_SCALE_TIME = 200;
|
||||
const WINDOW_ACTIVE_SIZE_INC = 5;
|
||||
const WINDOW_OVERLAY_FADE_TIME = 200;
|
||||
const WINDOW_DND_SIZE = 256;
|
||||
const DRAGGING_WINDOW_OPACITY = 100;
|
||||
|
||||
const ControlsState = OverviewControls.ControlsState;
|
||||
|
||||
export const WindowPreviewModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('windowPreviewModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WindowPreviewModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('WindowPreview', WindowPreview.WindowPreview.prototype, WindowPreviewCommon);
|
||||
// A shorter timeout allows user to quickly cancel the selection by leaving the preview with the mouse pointer
|
||||
// if (opt.ALWAYS_ACTIVATE_SELECTED_WINDOW)
|
||||
// WindowPreview.WINDOW_OVERLAY_IDLE_HIDE_TIMEOUT = 150; // incompatible
|
||||
console.debug(' WindowPreviewModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
// If WindowPreview._init was injected by another extension (like Burn My Windows)
|
||||
// which enables/disables before V-Shell
|
||||
// don't restore the original if it's not injected,
|
||||
// because it would restore injected _init and recursion would freeze GS when extensions are enabled again.
|
||||
// This can happen when all extension re-enabled, not only when screen is locked/unlocked
|
||||
// If _init doesn't include "fn.apply(this, args)" when reset === true, some extension already restored the original
|
||||
const skipReset = WindowPreview.WindowPreview.prototype._init.toString().includes('fn.apply(this, args)');
|
||||
if (this._overrides && skipReset) {
|
||||
// skip restoring original _init()
|
||||
this._overrides['_init'] = null;
|
||||
}
|
||||
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
|
||||
this._overrides = null;
|
||||
|
||||
console.debug(' WindowPreviewModule - Disabled');
|
||||
}
|
||||
};
|
||||
|
||||
const WindowPreviewCommon = {
|
||||
_init(metaWindow, workspace, overviewAdjustment) {
|
||||
this.metaWindow = metaWindow;
|
||||
this.metaWindow._delegate = this;
|
||||
this._windowActor = metaWindow.get_compositor_private();
|
||||
this._workspace = workspace;
|
||||
this._overviewAdjustment = overviewAdjustment;
|
||||
|
||||
const ICON_SIZE = opt.WIN_PREVIEW_ICON_SIZE;
|
||||
const ICON_OVERLAP = 0.7;
|
||||
|
||||
Shell.WindowPreview.prototype._init.bind(this)({
|
||||
reactive: true,
|
||||
can_focus: true,
|
||||
accessible_role: Atk.Role.PUSH_BUTTON,
|
||||
offscreen_redirect: Clutter.OffscreenRedirect.AUTOMATIC_FOR_OPACITY,
|
||||
});
|
||||
|
||||
const windowContainer = new Clutter.Actor({
|
||||
pivot_point: new Graphene.Point({ x: 0.5, y: 0.5 }),
|
||||
});
|
||||
this.window_container = windowContainer;
|
||||
|
||||
windowContainer.connect('notify::scale-x',
|
||||
() => this._adjustOverlayOffsets());
|
||||
// gjs currently can't handle setting an actors layout manager during
|
||||
// the initialization of the actor if that layout manager keeps track
|
||||
// of its container, so set the layout manager after creating the
|
||||
// container
|
||||
windowContainer.layout_manager = new Shell.WindowPreviewLayout();
|
||||
this.add_child(windowContainer);
|
||||
|
||||
this._addWindow(metaWindow);
|
||||
|
||||
this._delegate = this;
|
||||
|
||||
this._stackAbove = null;
|
||||
|
||||
this._cachedBoundingBox = {
|
||||
x: windowContainer.layout_manager.bounding_box.x1,
|
||||
y: windowContainer.layout_manager.bounding_box.y1,
|
||||
width: windowContainer.layout_manager.bounding_box.get_width(),
|
||||
height: windowContainer.layout_manager.bounding_box.get_height(),
|
||||
};
|
||||
|
||||
windowContainer.layout_manager.connect(
|
||||
'notify::bounding-box', layout => {
|
||||
this._cachedBoundingBox = {
|
||||
x: layout.bounding_box.x1,
|
||||
y: layout.bounding_box.y1,
|
||||
width: layout.bounding_box.get_width(),
|
||||
height: layout.bounding_box.get_height(),
|
||||
};
|
||||
|
||||
// A bounding box of 0x0 means all windows were removed
|
||||
if (layout.bounding_box.get_area() > 0)
|
||||
this.emit('size-changed');
|
||||
});
|
||||
|
||||
this._windowActor.connectObject('destroy', () => this.destroy(), this);
|
||||
|
||||
this._updateAttachedDialogs();
|
||||
|
||||
let clickAction = new Clutter.ClickAction();
|
||||
clickAction.connect('clicked', act => {
|
||||
const button = act.get_button();
|
||||
if (button === Clutter.BUTTON_SECONDARY) {
|
||||
if (opt.WIN_PREVIEW_SEC_BTN_ACTION === 1) {
|
||||
this._closeWinAction();
|
||||
return Clutter.EVENT_STOP;
|
||||
} else if (opt.WIN_PREVIEW_SEC_BTN_ACTION === 2) {
|
||||
this._searchAppWindowsAction();
|
||||
return Clutter.EVENT_STOP;
|
||||
} else if (opt.WIN_PREVIEW_SEC_BTN_ACTION === 3 && opt.WINDOW_THUMBNAIL_ENABLED) {
|
||||
this._removeLaters();
|
||||
Me.Modules.winTmbModule.createThumbnail(metaWindow);
|
||||
return Clutter.EVENT_STOP;
|
||||
}
|
||||
} else if (button === Clutter.BUTTON_MIDDLE) {
|
||||
if (opt.WIN_PREVIEW_MID_BTN_ACTION === 1) {
|
||||
this._closeWinAction();
|
||||
return Clutter.EVENT_STOP;
|
||||
} else if (opt.WIN_PREVIEW_MID_BTN_ACTION === 2) {
|
||||
this._searchAppWindowsAction();
|
||||
return Clutter.EVENT_STOP;
|
||||
} else if (opt.WIN_PREVIEW_SEC_BTN_ACTION === 3 && opt.WINDOW_THUMBNAIL_ENABLED) {
|
||||
this._removeLaters();
|
||||
Me.Modules.winTmbModule.createThumbnail(metaWindow);
|
||||
return Clutter.EVENT_STOP;
|
||||
}
|
||||
}
|
||||
return this._activate();
|
||||
});
|
||||
|
||||
|
||||
if (this._onLongPress) {
|
||||
clickAction.connect('long-press', this._onLongPress.bind(this));
|
||||
} else {
|
||||
clickAction.connect('long-press', (action, actor, state) => {
|
||||
if (state === Clutter.LongPressState.ACTIVATE)
|
||||
this.showOverlay(true);
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
||||
this.connect('destroy', this._onDestroy.bind(this));
|
||||
|
||||
this._draggable = DND.makeDraggable(this, {
|
||||
restoreOnSuccess: true,
|
||||
manualMode: !!this._onLongPress,
|
||||
dragActorMaxSize: WINDOW_DND_SIZE,
|
||||
dragActorOpacity: DRAGGING_WINDOW_OPACITY,
|
||||
});
|
||||
|
||||
// _draggable.addClickAction is new in GS45
|
||||
if (this._draggable.addClickAction)
|
||||
this._draggable.addClickAction(clickAction);
|
||||
else
|
||||
this.add_action(clickAction);
|
||||
|
||||
this._draggable.connect('drag-begin', this._onDragBegin.bind(this));
|
||||
this._draggable.connect('drag-cancelled', this._onDragCancelled.bind(this));
|
||||
this._draggable.connect('drag-end', this._onDragEnd.bind(this));
|
||||
this.inDrag = false;
|
||||
|
||||
this._selected = false;
|
||||
this._overlayEnabled = true;
|
||||
this._overlayShown = false;
|
||||
this._closeRequested = false;
|
||||
this._idleHideOverlayId = 0;
|
||||
|
||||
const tracker = Shell.WindowTracker.get_default();
|
||||
const app = tracker.get_window_app(this.metaWindow);
|
||||
this._icon = app.create_icon_texture(ICON_SIZE);
|
||||
this._icon.add_style_class_name('icon-dropshadow');
|
||||
this._icon.set({
|
||||
reactive: true,
|
||||
pivot_point: new Graphene.Point({ x: 0.5, y: 0.5 }),
|
||||
});
|
||||
this._icon.add_constraint(new Clutter.BindConstraint({
|
||||
source: windowContainer,
|
||||
coordinate: Clutter.BindCoordinate.POSITION,
|
||||
}));
|
||||
this._icon.add_constraint(new Clutter.AlignConstraint({
|
||||
source: windowContainer,
|
||||
align_axis: Clutter.AlignAxis.X_AXIS,
|
||||
factor: 0.5,
|
||||
}));
|
||||
this._icon.add_constraint(new Clutter.AlignConstraint({
|
||||
source: windowContainer,
|
||||
align_axis: Clutter.AlignAxis.Y_AXIS,
|
||||
pivot_point: new Graphene.Point({ x: -1, y: ICON_OVERLAP }),
|
||||
factor: 1,
|
||||
}));
|
||||
|
||||
if (opt.WINDOW_ICON_CLICK_ACTION) {
|
||||
const iconClickAction = new Clutter.ClickAction();
|
||||
iconClickAction.connect('clicked', act => {
|
||||
if (act.get_button() === Clutter.BUTTON_PRIMARY) {
|
||||
if (opt.WINDOW_ICON_CLICK_ACTION === 1) {
|
||||
this._searchAppWindowsAction();
|
||||
return Clutter.EVENT_STOP;
|
||||
} else if (opt.WINDOW_ICON_CLICK_ACTION === 2 && opt.WINDOW_THUMBNAIL_ENABLED) {
|
||||
this._removeLaters();
|
||||
Me.Modules.winTmbModule.createThumbnail(metaWindow);
|
||||
return Clutter.EVENT_STOP;
|
||||
}
|
||||
} /* else if (act.get_button() === Clutter.BUTTON_SECONDARY) {
|
||||
return Clutter.EVENT_STOP;
|
||||
}*/
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
});
|
||||
this._icon.add_action(iconClickAction);
|
||||
}
|
||||
const { scaleFactor } = St.ThemeContext.get_for_stage(global.stage);
|
||||
this._title = new St.Label({
|
||||
visible: false,
|
||||
style_class: 'window-caption',
|
||||
text: this._getCaption(),
|
||||
reactive: true,
|
||||
});
|
||||
this._title.clutter_text.single_line_mode = true;
|
||||
this._title.add_constraint(new Clutter.BindConstraint({
|
||||
source: windowContainer,
|
||||
coordinate: Clutter.BindCoordinate.X,
|
||||
}));
|
||||
|
||||
let offset;
|
||||
if (opt.WIN_TITLES_POSITION < 2) {
|
||||
// we cannot get proper title height before it gets to the stage, so 35 is estimated height + spacing
|
||||
offset = -scaleFactor * (ICON_SIZE * ICON_OVERLAP + 35);
|
||||
} else {
|
||||
offset = scaleFactor * (ICON_SIZE * (1 - ICON_OVERLAP) + 4);
|
||||
}
|
||||
this._title.add_constraint(new Clutter.BindConstraint({
|
||||
source: windowContainer,
|
||||
coordinate: Clutter.BindCoordinate.Y,
|
||||
offset,
|
||||
}));
|
||||
this._title.add_constraint(new Clutter.AlignConstraint({
|
||||
source: windowContainer,
|
||||
align_axis: Clutter.AlignAxis.X_AXIS,
|
||||
factor: 0.5,
|
||||
}));
|
||||
this._title.add_constraint(new Clutter.AlignConstraint({
|
||||
source: windowContainer,
|
||||
align_axis: Clutter.AlignAxis.Y_AXIS,
|
||||
pivot_point: new Graphene.Point({ x: -1, y: 0 }),
|
||||
factor: 1,
|
||||
}));
|
||||
this._title.clutter_text.ellipsize = Pango.EllipsizeMode.END;
|
||||
this.label_actor = this._title;
|
||||
this.metaWindow.connectObject(
|
||||
'notify::title', () => (this._title.text = this._getCaption()),
|
||||
this);
|
||||
|
||||
const layout = Meta.prefs_get_button_layout();
|
||||
this._closeButtonSide =
|
||||
layout.left_buttons.includes(Meta.ButtonFunction.CLOSE)
|
||||
? St.Side.LEFT : St.Side.RIGHT;
|
||||
this._closeButton = new St.Button({
|
||||
visible: false,
|
||||
style_class: 'window-close',
|
||||
icon_name: 'preview-close-symbolic',
|
||||
});
|
||||
this._closeButton.add_constraint(new Clutter.BindConstraint({
|
||||
source: windowContainer,
|
||||
coordinate: Clutter.BindCoordinate.POSITION,
|
||||
}));
|
||||
this._closeButton.add_constraint(new Clutter.AlignConstraint({
|
||||
source: windowContainer,
|
||||
align_axis: Clutter.AlignAxis.X_AXIS,
|
||||
pivot_point: new Graphene.Point({ x: 0.5, y: -1 }),
|
||||
factor: this._closeButtonSide === St.Side.LEFT ? 0 : 1,
|
||||
}));
|
||||
this._closeButton.add_constraint(new Clutter.AlignConstraint({
|
||||
source: windowContainer,
|
||||
align_axis: Clutter.AlignAxis.Y_AXIS,
|
||||
pivot_point: new Graphene.Point({ x: -1, y: 0.5 }),
|
||||
factor: 0,
|
||||
}));
|
||||
this._closeButton.connect('clicked', () => this._deleteAll());
|
||||
|
||||
this.add_child(this._title);
|
||||
this.add_child(this._icon);
|
||||
this.add_child(this._closeButton);
|
||||
|
||||
this._overviewAdjustment.connectObject(
|
||||
'notify::value', () => this._updateIconScale(), this);
|
||||
this._updateIconScale();
|
||||
|
||||
this.connect('notify::realized', () => {
|
||||
if (!this.realized)
|
||||
return;
|
||||
|
||||
this._title.ensure_style();
|
||||
this._icon.ensure_style();
|
||||
});
|
||||
|
||||
if (ICON_SIZE < 22) {
|
||||
// disable app icon
|
||||
this._icon.hide();
|
||||
} else {
|
||||
this._updateIconScale();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// if window is created while the overview is shown, icon and title should be visible immediately
|
||||
if (Main.overview._overview._controls._stateAdjustment.value < 1) {
|
||||
this._icon.scale_x = 0;
|
||||
this._icon.scale_y = 0;
|
||||
this._title.opacity = 0;
|
||||
}
|
||||
|
||||
if (opt.ALWAYS_SHOW_WIN_TITLES)
|
||||
this._title.show();
|
||||
|
||||
if (opt.OVERVIEW_MODE === 1) {
|
||||
// spread windows on hover
|
||||
this._wsStateConId = this.connect('enter-event', () => {
|
||||
// don't spread windows if user don't use pointer device at this moment
|
||||
if (global.get_pointer()[0] === opt.showingPointerX || Main.overview._overview._controls._stateAdjustment.value < 1)
|
||||
return;
|
||||
|
||||
opt.WORKSPACE_MODE = 1;
|
||||
const view = this._workspace.get_parent();
|
||||
view.exposeWindows(this._workspace.metaWorkspace.index());
|
||||
this.disconnect(this._wsStateConId);
|
||||
});
|
||||
}
|
||||
|
||||
if (opt.OVERVIEW_MODE) {
|
||||
// show window icon and title on ws windows spread
|
||||
this._stateAdjustmentSigId = this._workspace.stateAdjustment.connect('notify::value', this._updateIconScale.bind(this));
|
||||
}
|
||||
|
||||
const metaWin = this.metaWindow;
|
||||
if (opt.DASH_ISOLATE_WS && !metaWin._wsChangedConId) {
|
||||
metaWin._wsChangedConId = metaWin.connect('workspace-changed',
|
||||
() => Main.overview.dash._queueRedisplay());
|
||||
} else if (!opt.DASH_ISOLATE_WS && metaWin._wsChangedConId) {
|
||||
metaWin.disconnect(metaWin._wsChangedConId);
|
||||
}
|
||||
},
|
||||
|
||||
_closeWinAction() {
|
||||
this.hide();
|
||||
this._deleteAll();
|
||||
},
|
||||
|
||||
_removeLaters() {
|
||||
if (this._longPressLater) {
|
||||
const laters = global.compositor.get_laters();
|
||||
laters.remove(this._longPressLater);
|
||||
delete this._longPressLater;
|
||||
}
|
||||
},
|
||||
|
||||
_searchAppWindowsAction() {
|
||||
// this action cancels long-press event and the 'long-press-cancel' event is used by the Shell to actually initiate DnD
|
||||
// so the dnd initiation needs to be removed
|
||||
this._removeLaters();
|
||||
const tracker = Shell.WindowTracker.get_default();
|
||||
const appName = tracker.get_window_app(this.metaWindow).get_name();
|
||||
Me.Util.activateSearchProvider(`${Me.WSP_PREFIX} ${appName}`);
|
||||
},
|
||||
|
||||
_updateIconScale() {
|
||||
let { currentState, initialState, finalState } =
|
||||
this._overviewAdjustment.getStateTransitionParams();
|
||||
|
||||
// Current state - 0 - HIDDEN, 1 - WINDOW_PICKER, 2 - APP_GRID
|
||||
const primaryMonitor = this.metaWindow.get_monitor() === global.display.get_primary_monitor();
|
||||
|
||||
const visible =
|
||||
(initialState > ControlsState.HIDDEN || finalState > ControlsState.HIDDEN) &&
|
||||
!(finalState === ControlsState.APP_GRID && opt.WS_ANIMATION && primaryMonitor);
|
||||
|
||||
let scale = 0;
|
||||
if (visible)
|
||||
scale = currentState >= 1 ? 1 : currentState % 1;
|
||||
|
||||
if (!primaryMonitor && opt.WORKSPACE_MODE &&
|
||||
((initialState === ControlsState.WINDOW_PICKER && finalState === ControlsState.APP_GRID) ||
|
||||
(initialState === ControlsState.APP_GRID && finalState === ControlsState.WINDOW_PICKER))
|
||||
)
|
||||
scale = 1;
|
||||
else if (!primaryMonitor && opt.OVERVIEW_MODE && !opt.WORKSPACE_MODE)
|
||||
scale = 0;
|
||||
/* } else if (primaryMonitor && ((initialState === ControlsState.WINDOW_PICKER && finalState === ControlsState.APP_GRID) ||
|
||||
initialState === ControlsState.APP_GRID && finalState === ControlsState.HIDDEN)) {*/
|
||||
else if (primaryMonitor && currentState > ControlsState.WINDOW_PICKER)
|
||||
scale = 0;
|
||||
|
||||
// in static workspace mode show icon and title on windows expose
|
||||
if (opt.OVERVIEW_MODE) {
|
||||
if (currentState === 1)
|
||||
scale = opt.WORKSPACE_MODE;
|
||||
else if (finalState === 1 || (finalState === 0 && !opt.WORKSPACE_MODE))
|
||||
return;
|
||||
}
|
||||
|
||||
if (!opt.WS_ANIMATION && (Main.overview._overview.controls._searchController.searchActive ||
|
||||
((initialState === ControlsState.WINDOW_PICKER && finalState === ControlsState.APP_GRID) ||
|
||||
(initialState === ControlsState.APP_GRID && finalState === ControlsState.WINDOW_PICKER)))
|
||||
)
|
||||
return;
|
||||
|
||||
// if titles are in 'always show' mode, we need to add transition between visible/invisible state
|
||||
// but the transition is quite expensive,
|
||||
// showing the titles at the end of the transition is good enough and workspace preview transition is much smoother
|
||||
if (scale === 1) {
|
||||
this._icon.set({
|
||||
scale_x: 1,
|
||||
scale_y: 1,
|
||||
});
|
||||
this._title.ease({
|
||||
duration: 100,
|
||||
opacity: 255,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
});
|
||||
} else {
|
||||
this._title.opacity = 0;
|
||||
this._icon.set({
|
||||
scale_x: scale,
|
||||
scale_y: scale,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
showOverlay(animate) {
|
||||
if (!this._overlayEnabled)
|
||||
return;
|
||||
|
||||
if (this._overlayShown)
|
||||
return;
|
||||
|
||||
this._overlayShown = true;
|
||||
if (opt.WIN_TITLES_POSITION === 2)
|
||||
this._restack();
|
||||
|
||||
// If we're supposed to animate and an animation in our direction
|
||||
// is already happening, let that one continue
|
||||
const ongoingTransition = this._title.get_transition('opacity');
|
||||
if (animate &&
|
||||
ongoingTransition &&
|
||||
ongoingTransition.get_interval().peek_final_value() === 255)
|
||||
return;
|
||||
|
||||
const toShow = this._windowCanClose() && opt.SHOW_CLOSE_BUTTON
|
||||
? [this._closeButton]
|
||||
: [];
|
||||
|
||||
if (!opt.ALWAYS_SHOW_WIN_TITLES)
|
||||
toShow.push(this._title);
|
||||
|
||||
|
||||
toShow.forEach(a => {
|
||||
a.opacity = 0;
|
||||
a.show();
|
||||
a.ease({
|
||||
opacity: 255,
|
||||
duration: animate ? WINDOW_OVERLAY_FADE_TIME : 0,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
});
|
||||
});
|
||||
|
||||
const [width, height] = this.window_container.get_size();
|
||||
const { scaleFactor } = St.ThemeContext.get_for_stage(global.stage);
|
||||
const activeExtraSize = WINDOW_ACTIVE_SIZE_INC * 2 * scaleFactor;
|
||||
const origSize = Math.max(width, height);
|
||||
const scale = (origSize + activeExtraSize) / origSize;
|
||||
|
||||
this.window_container.ease({
|
||||
scale_x: scale,
|
||||
scale_y: scale,
|
||||
duration: animate ? WINDOW_SCALE_TIME : 0,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
});
|
||||
|
||||
this.emit('show-chrome');
|
||||
},
|
||||
|
||||
hideOverlay(animate) {
|
||||
if (!this._overlayShown)
|
||||
return;
|
||||
this._overlayShown = false;
|
||||
|
||||
if (opt.ALWAYS_ACTIVATE_SELECTED_WINDOW && Main.overview._overview.controls._stateAdjustment.value < 1)
|
||||
this._activateSelected = true;
|
||||
|
||||
|
||||
if (opt.WIN_TITLES_POSITION === 2)
|
||||
this._restack();
|
||||
|
||||
// If we're supposed to animate and an animation in our direction
|
||||
// is already happening, let that one continue
|
||||
const ongoingTransition = this._title.get_transition('opacity');
|
||||
if (animate &&
|
||||
ongoingTransition &&
|
||||
ongoingTransition.get_interval().peek_final_value() === 0)
|
||||
return;
|
||||
|
||||
const toHide = [this._closeButton];
|
||||
|
||||
if (!opt.ALWAYS_SHOW_WIN_TITLES)
|
||||
toHide.push(this._title);
|
||||
|
||||
toHide.forEach(a => {
|
||||
a.opacity = 255;
|
||||
a.ease({
|
||||
opacity: 0,
|
||||
duration: animate ? WINDOW_OVERLAY_FADE_TIME : 0,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
onComplete: () => a.hide(),
|
||||
});
|
||||
});
|
||||
|
||||
if (this.window_container) {
|
||||
this.window_container.ease({
|
||||
scale_x: 1,
|
||||
scale_y: 1,
|
||||
duration: animate ? WINDOW_SCALE_TIME : 0,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
_onDestroy() {
|
||||
if (this._activateSelected)
|
||||
this._activate();
|
||||
|
||||
this.metaWindow._delegate = null;
|
||||
this._delegate = null;
|
||||
this._destroyed = true;
|
||||
|
||||
if (this._longPressLater) {
|
||||
const laters = global.compositor.get_laters();
|
||||
laters.remove(this._longPressLater);
|
||||
delete this._longPressLater;
|
||||
}
|
||||
|
||||
if (this._idleHideOverlayId > 0) {
|
||||
GLib.source_remove(this._idleHideOverlayId);
|
||||
this._idleHideOverlayId = 0;
|
||||
}
|
||||
|
||||
if (this.inDrag) {
|
||||
this.emit('drag-end');
|
||||
this.inDrag = false;
|
||||
}
|
||||
|
||||
if (this._stateAdjustmentSigId)
|
||||
this._workspace.stateAdjustment.disconnect(this._stateAdjustmentSigId);
|
||||
},
|
||||
};
|
331
extensions/45/vertical-workspaces/lib/windowSearchProvider.js
Normal file
|
@ -0,0 +1,331 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* windowSearchProvider.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 -2023
|
||||
* @license GPL-3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Gio from 'gi://Gio';
|
||||
import GLib from 'gi://GLib';
|
||||
import Meta from 'gi://Meta';
|
||||
import Shell from 'gi://Shell';
|
||||
import St from 'gi://St';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
// gettext
|
||||
let _;
|
||||
|
||||
// prefix helps to eliminate results from other search providers
|
||||
// so it needs to be something less common
|
||||
// needs to be accessible from vw module
|
||||
export const PREFIX = 'wq//';
|
||||
|
||||
const Action = {
|
||||
NONE: 0,
|
||||
CLOSE: 1,
|
||||
CLOSE_ALL: 2,
|
||||
MOVE_TO_WS: 3,
|
||||
MOVE_ALL_TO_WS: 4,
|
||||
};
|
||||
|
||||
export const WindowSearchProviderModule = class {
|
||||
// export for other modules
|
||||
static _PREFIX = PREFIX;
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
_ = Me.gettext;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
|
||||
this._windowSearchProvider = null;
|
||||
this._enableTimeoutId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
_ = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('windowSearchProviderModule');
|
||||
|
||||
reset = reset || !this.moduleEnabled;
|
||||
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WindowSearchProviderModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
// delay because Fedora had problem to register a new provider soon after Shell restarts
|
||||
this._enableTimeoutId = GLib.timeout_add(
|
||||
GLib.PRIORITY_DEFAULT,
|
||||
2000,
|
||||
() => {
|
||||
if (!this._windowSearchProvider) {
|
||||
this._windowSearchProvider = new WindowSearchProvider(opt);
|
||||
this._getOverviewSearchResult()._registerProvider(this._windowSearchProvider);
|
||||
}
|
||||
this._enableTimeoutId = 0;
|
||||
return GLib.SOURCE_REMOVE;
|
||||
}
|
||||
);
|
||||
console.debug(' WindowSearchProviderModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._windowSearchProvider) {
|
||||
this._getOverviewSearchResult()._unregisterProvider(this._windowSearchProvider);
|
||||
this._windowSearchProvider = null;
|
||||
}
|
||||
if (this._enableTimeoutId) {
|
||||
GLib.source_remove(this._enableTimeoutId);
|
||||
this._enableTimeoutId = 0;
|
||||
}
|
||||
|
||||
console.debug(' WindowSearchProviderModule - Disabled');
|
||||
}
|
||||
|
||||
_getOverviewSearchResult() {
|
||||
return Main.overview._overview.controls._searchController._searchResults;
|
||||
}
|
||||
};
|
||||
|
||||
/* const closeSelectedRegex = /^\/x!$/;
|
||||
const closeAllResultsRegex = /^\/xa!$/;
|
||||
const moveToWsRegex = /^\/m[0-9]+$/;
|
||||
const moveAllToWsRegex = /^\/ma[0-9]+$/;*/
|
||||
|
||||
class WindowSearchProvider {
|
||||
constructor() {
|
||||
this.id = 'open-windows';
|
||||
// use arbitrary app to get complete appInfo object
|
||||
// Gio.AppInfo.create_from_commandline lacks something that causes error with parental content / malcontent
|
||||
const appSystem = Shell.AppSystem.get_default();
|
||||
let appInfo = appSystem.lookup_app('com.matjakeman.ExtensionManager.desktop')?.get_app_info();
|
||||
if (!appInfo)
|
||||
appInfo = appSystem.lookup_app('org.gnome.Extensions.desktop')?.get_app_info();
|
||||
if (!appInfo)
|
||||
appInfo = Gio.AppInfo.create_from_commandline('true', _('Open Windows'), null);
|
||||
appInfo.get_description = () => _('Search open windows');
|
||||
appInfo.get_name = () => _('Open Windows');
|
||||
appInfo.get_id = () => this.id;
|
||||
appInfo.get_icon = () => Gio.icon_new_for_string('focus-windows-symbolic');
|
||||
appInfo.should_show = () => true;
|
||||
|
||||
this.appInfo = appInfo;
|
||||
this.canLaunchSearch = false;
|
||||
this.isRemoteProvider = false;
|
||||
|
||||
this.action = 0;
|
||||
}
|
||||
|
||||
_getResultSet(terms) {
|
||||
// do not modify original terms
|
||||
let termsCopy = [...terms];
|
||||
// search for terms without prefix
|
||||
termsCopy[0] = termsCopy[0].replace(PREFIX, '');
|
||||
|
||||
/* if (gOptions.get('searchWindowsCommands')) {
|
||||
this.action = 0;
|
||||
this.targetWs = 0;
|
||||
|
||||
const lastTerm = terms[terms.length - 1];
|
||||
if (lastTerm.match(closeSelectedRegex)) {
|
||||
this.action = Action.CLOSE;
|
||||
} else if (lastTerm.match(closeAllResultsRegex)) {
|
||||
this.action = Action.CLOSE_ALL;
|
||||
} else if (lastTerm.match(moveToWsRegex)) {
|
||||
this.action = Action.MOVE_TO_WS;
|
||||
} else if (lastTerm.match(moveAllToWsRegex)) {
|
||||
this.action = Action.MOVE_ALL_TO_WS;
|
||||
}
|
||||
if (this.action) {
|
||||
terms.pop();
|
||||
if (this.action === Action.MOVE_TO_WS || this.action === Action.MOVE_ALL_TO_WS) {
|
||||
this.targetWs = parseInt(lastTerm.replace(/^[^0-9]+/, '')) - 1;
|
||||
}
|
||||
} else if (lastTerm.startsWith('/')) {
|
||||
terms.pop();
|
||||
}
|
||||
}*/
|
||||
|
||||
const candidates = this.windows;
|
||||
const _terms = [].concat(termsCopy);
|
||||
// let match;
|
||||
|
||||
const term = _terms.join(' ');
|
||||
/* match = s => {
|
||||
return fuzzyMatch(term, s);
|
||||
}; */
|
||||
|
||||
const results = [];
|
||||
let m;
|
||||
for (let key in candidates) {
|
||||
if (opt.SEARCH_FUZZY)
|
||||
m = Me.Util.fuzzyMatch(term, candidates[key].name);
|
||||
else
|
||||
m = Me.Util.strictMatch(term, candidates[key].name);
|
||||
|
||||
if (m !== -1)
|
||||
results.push({ weight: m, id: key });
|
||||
}
|
||||
|
||||
results.sort((a, b) => a.weight > b.weight);
|
||||
const currentWs = global.workspace_manager.get_active_workspace_index();
|
||||
// prefer current workspace
|
||||
switch (opt.WINDOW_SEARCH_ORDER) {
|
||||
case 1: // MRU - current ws first
|
||||
results.sort((a, b) => (this.windows[a.id].window.get_workspace().index() !== currentWs) && (this.windows[b.id].window.get_workspace().index() === currentWs));
|
||||
break;
|
||||
case 2: // MRU - by workspace
|
||||
results.sort((a, b) => this.windows[a.id].window.get_workspace().index() > this.windows[b.id].window.get_workspace().index());
|
||||
break;
|
||||
case 3: // Stable sequence - by workspace
|
||||
results.sort((a, b) => this.windows[a.id].window.get_stable_sequence() > this.windows[b.id].window.get_stable_sequence());
|
||||
results.sort((a, b) => this.windows[a.id].window.get_workspace().index() > this.windows[b.id].window.get_workspace().index());
|
||||
break;
|
||||
}
|
||||
|
||||
results.sort((a, b) => (_terms !== ' ') && (a.weight > 0 && b.weight === 0));
|
||||
|
||||
this.resultIds = results.map(item => item.id);
|
||||
return this.resultIds;
|
||||
}
|
||||
|
||||
getResultMetas(resultIds/* , callback = null*/) {
|
||||
const metas = resultIds.map(id => this.getResultMeta(id));
|
||||
return new Promise(resolve => resolve(metas));
|
||||
}
|
||||
|
||||
getResultMeta(resultId) {
|
||||
const result = this.windows[resultId];
|
||||
const wsIndex = result.window.get_workspace().index();
|
||||
const app = Shell.WindowTracker.get_default().get_window_app(result.window);
|
||||
return {
|
||||
'id': resultId,
|
||||
'name': `${wsIndex + 1}: ${result.windowTitle}`,
|
||||
'description': result.appName,
|
||||
'createIcon': size => {
|
||||
return app
|
||||
? app.create_icon_texture(size)
|
||||
: new St.Icon({ icon_name: 'icon-missing', icon_size: size });
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
makeResult(window, i) {
|
||||
const app = Shell.WindowTracker.get_default().get_window_app(window);
|
||||
const appName = app ? app.get_name() : 'Unknown';
|
||||
const windowTitle = window.get_title();
|
||||
const wsIndex = window.get_workspace().index();
|
||||
|
||||
return {
|
||||
'id': i,
|
||||
// convert all accented chars to their basic form and lower case for search
|
||||
'name': `${wsIndex + 1}: ${windowTitle} ${appName}`.normalize('NFD').replace(/[\u0300-\u036f]/g, '').toLowerCase(),
|
||||
appName,
|
||||
windowTitle,
|
||||
window,
|
||||
};
|
||||
}
|
||||
|
||||
launchSearch(/* terms, timeStamp*/) {
|
||||
|
||||
}
|
||||
|
||||
activateResult(resultId/* , terms, timeStamp*/) {
|
||||
const isCtrlPressed = Me.Util.isCtrlPressed();
|
||||
const isShiftPressed = Me.Util.isShiftPressed();
|
||||
|
||||
this.action = 0;
|
||||
this.targetWs = 0;
|
||||
|
||||
this.targetWs = global.workspaceManager.get_active_workspace().index() + 1;
|
||||
if (isShiftPressed && !isCtrlPressed)
|
||||
this.action = Action.MOVE_TO_WS;
|
||||
else if (isShiftPressed && isCtrlPressed)
|
||||
this.action = Action.MOVE_ALL_TO_WS;
|
||||
|
||||
|
||||
if (!this.action) {
|
||||
const result = this.windows[resultId];
|
||||
Main.activateWindow(result.window);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (this.action) {
|
||||
case Action.CLOSE:
|
||||
this._closeWindows([resultId]);
|
||||
break;
|
||||
case Action.CLOSE_ALL:
|
||||
this._closeWindows(this.resultIds);
|
||||
break;
|
||||
case Action.MOVE_TO_WS:
|
||||
this._moveWindowsToWs(resultId, [resultId]);
|
||||
break;
|
||||
case Action.MOVE_ALL_TO_WS:
|
||||
this._moveWindowsToWs(resultId, this.resultIds);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
_closeWindows(ids) {
|
||||
let time = global.get_current_time();
|
||||
for (let i = 0; i < ids.length; i++)
|
||||
this.windows[ids[i]].window.delete(time + i);
|
||||
|
||||
Main.notify('Window Search Provider', `Closed ${ids.length} windows.`);
|
||||
}
|
||||
|
||||
_moveWindowsToWs(selectedId, resultIds) {
|
||||
const workspace = global.workspaceManager.get_active_workspace();
|
||||
|
||||
for (let i = 0; i < resultIds.length; i++)
|
||||
this.windows[resultIds[i]].window.change_workspace(workspace);
|
||||
|
||||
const selectedWin = this.windows[selectedId].window;
|
||||
selectedWin.activate_with_workspace(global.get_current_time(), workspace);
|
||||
}
|
||||
|
||||
getInitialResultSet(terms/* , callback*/) {
|
||||
let windows;
|
||||
this.windows = windows = {};
|
||||
global.display.get_tab_list(Meta.TabList.NORMAL, null).filter(w => w.get_workspace() !== null).map(
|
||||
(v, i) => {
|
||||
windows[`${i}-${v.get_id()}`] = this.makeResult(v, `${i}-${v.get_id()}`);
|
||||
return windows[`${i}-${v.get_id()}`];
|
||||
}
|
||||
);
|
||||
|
||||
return new Promise(resolve => resolve(this._getResultSet(terms)));
|
||||
}
|
||||
|
||||
filterResults(results /* , maxResults*/) {
|
||||
// return results.slice(0, maxResults);
|
||||
return results;
|
||||
}
|
||||
|
||||
getSubsearchResultSet(previousResults, terms/* , callback*/) {
|
||||
return this.getInitialResultSet(terms);
|
||||
}
|
||||
|
||||
getSubsearchResultSet42(terms, callback) {
|
||||
callback(this._getResultSet(terms));
|
||||
}
|
||||
}
|
463
extensions/45/vertical-workspaces/lib/workspace.js
Normal file
|
@ -0,0 +1,463 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* workspace.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import St from 'gi://St';
|
||||
import Graphene from 'gi://Graphene';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Workspace from 'resource:///org/gnome/shell/ui/workspace.js';
|
||||
import * as Params from 'resource:///org/gnome/shell/misc/params.js';
|
||||
import * as Util from 'resource:///org/gnome/shell/misc/util.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
let WINDOW_PREVIEW_MAXIMUM_SCALE = 0.95;
|
||||
|
||||
export const WorkspaceModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('workspaceModule');
|
||||
const conflict = false;
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WorkspaceModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('WorkspaceBackground', Workspace.WorkspaceBackground.prototype, WorkspaceBackground);
|
||||
|
||||
// fix overlay base for Vertical Workspaces
|
||||
this._overrides.addOverride('WorkspaceLayout', Workspace.WorkspaceLayout.prototype, WorkspaceLayout);
|
||||
console.debug(' WorkspaceModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
console.debug(' WorkspaceModule - Disabled');
|
||||
}
|
||||
|
||||
setWindowPreviewMaxScale(scale) {
|
||||
WINDOW_PREVIEW_MAXIMUM_SCALE = scale;
|
||||
}
|
||||
};
|
||||
|
||||
// workaround for upstream bug (that is not that invisible in default shell)
|
||||
// smaller window cannot be scaled below 0.95 (WINDOW_PREVIEW_MAXIMUM_SCALE)
|
||||
// when its target scale for exposed windows view (workspace state 1) is bigger than the scale needed for ws state 0.
|
||||
// in workspace state 0 where windows are not spread and window scale should follow workspace scale,
|
||||
// this window follows proper top left corner position, but doesn't scale with the workspace
|
||||
// so it looks bad and the window can exceed border of the workspace
|
||||
// extremely annoying in OVERVIEW_MODE 1 with single smaller window on the workspace, also affects appGrid transition animation
|
||||
|
||||
// disadvantage of following workaround - the WINDOW_PREVIEW_MAXIMUM_SCALE value is common for every workspace,
|
||||
// on multi-monitor system can be visible unwanted scaling of windows on workspace in WORKSPACE_MODE 0 (windows not spread)
|
||||
// when leaving overview while any other workspace is in the WORKSPACE_MODE 1.
|
||||
const WorkspaceLayout = {
|
||||
// injection to _init()
|
||||
after__init() {
|
||||
if (opt.OVERVIEW_MODE !== 1)
|
||||
WINDOW_PREVIEW_MAXIMUM_SCALE = 0.95;
|
||||
if (opt.OVERVIEW_MODE === 1) {
|
||||
this._stateAdjustment.connect('notify::value', () => {
|
||||
// scale 0.1 for window state 0 just needs to be smaller then possible scale of any window in spread view
|
||||
const scale = this._stateAdjustment.value ? 0.95 : 0.1;
|
||||
if (scale !== WINDOW_PREVIEW_MAXIMUM_SCALE) {
|
||||
WINDOW_PREVIEW_MAXIMUM_SCALE = scale;
|
||||
// when transition to ws state 1 (WINDOW_PICKER) begins, replace the constant with the original one
|
||||
// and force recalculation of the target layout, so the transition will be smooth
|
||||
this._needsLayout = true;
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
// this fixes wrong size and position calculation of window clones while moving overview to the next (+1) workspace if vertical ws orientation is enabled in GS
|
||||
_adjustSpacingAndPadding(rowSpacing, colSpacing, containerBox) {
|
||||
if (this._sortedWindows.length === 0)
|
||||
return [rowSpacing, colSpacing, containerBox];
|
||||
|
||||
// All of the overlays have the same chrome sizes,
|
||||
// so just pick the first one.
|
||||
const window = this._sortedWindows[0];
|
||||
|
||||
const [topOversize, bottomOversize] = window.chromeHeights();
|
||||
const [leftOversize, rightOversize] = window.chromeWidths();
|
||||
|
||||
const oversize = Math.max(topOversize, bottomOversize, leftOversize, rightOversize);
|
||||
|
||||
if (rowSpacing !== null)
|
||||
rowSpacing += oversize;
|
||||
if (colSpacing !== null)
|
||||
colSpacing += oversize;
|
||||
|
||||
if (containerBox) {
|
||||
const vertical = global.workspaceManager.layout_rows === -1;
|
||||
|
||||
const monitor = Main.layoutManager.monitors[this._monitorIndex];
|
||||
|
||||
const bottomPoint = new Graphene.Point3D();
|
||||
if (vertical)
|
||||
bottomPoint.x = containerBox.x2;
|
||||
else
|
||||
bottomPoint.y = containerBox.y2;
|
||||
|
||||
|
||||
const transformedBottomPoint =
|
||||
this._container.apply_transform_to_point(bottomPoint);
|
||||
const bottomFreeSpace = vertical
|
||||
? (monitor.x + monitor.height) - transformedBottomPoint.x
|
||||
: (monitor.y + monitor.height) - transformedBottomPoint.y;
|
||||
|
||||
const [, bottomOverlap] = window.overlapHeights();
|
||||
|
||||
if ((bottomOverlap + oversize) > bottomFreeSpace && !vertical)
|
||||
containerBox.y2 -= (bottomOverlap + oversize) - bottomFreeSpace;
|
||||
}
|
||||
|
||||
return [rowSpacing, colSpacing, containerBox];
|
||||
},
|
||||
|
||||
_createBestLayout(area) {
|
||||
const [rowSpacing, columnSpacing] =
|
||||
this._adjustSpacingAndPadding(this._spacing, this._spacing, null);
|
||||
|
||||
// We look for the largest scale that allows us to fit the
|
||||
// largest row/tallest column on the workspace.
|
||||
this._layoutStrategy = new UnalignedLayoutStrategy({
|
||||
monitor: Main.layoutManager.monitors[this._monitorIndex],
|
||||
rowSpacing,
|
||||
columnSpacing,
|
||||
});
|
||||
|
||||
let lastLayout = null;
|
||||
let lastNumColumns = -1;
|
||||
let lastScale = 0;
|
||||
let lastSpace = 0;
|
||||
|
||||
for (let numRows = 1; ; numRows++) {
|
||||
const numColumns = Math.ceil(this._sortedWindows.length / numRows);
|
||||
|
||||
// If adding a new row does not change column count just stop
|
||||
// (for instance: 9 windows, with 3 rows -> 3 columns, 4 rows ->
|
||||
// 3 columns as well => just use 3 rows then)
|
||||
if (numColumns === lastNumColumns)
|
||||
break;
|
||||
|
||||
const layout = this._layoutStrategy.computeLayout(this._sortedWindows, {
|
||||
numRows,
|
||||
});
|
||||
|
||||
const [scale, space] = this._layoutStrategy.computeScaleAndSpace(layout, area);
|
||||
|
||||
if (lastLayout && !this._isBetterScaleAndSpace(lastScale, lastSpace, scale, space))
|
||||
break;
|
||||
|
||||
lastLayout = layout;
|
||||
lastNumColumns = numColumns;
|
||||
lastScale = scale;
|
||||
lastSpace = space;
|
||||
}
|
||||
|
||||
return lastLayout;
|
||||
},
|
||||
};
|
||||
|
||||
class UnalignedLayoutStrategy extends Workspace.LayoutStrategy {
|
||||
_newRow() {
|
||||
// Row properties:
|
||||
//
|
||||
// * x, y are the position of row, relative to area
|
||||
//
|
||||
// * width, height are the scaled versions of fullWidth, fullHeight
|
||||
//
|
||||
// * width also has the spacing in between windows. It's not in
|
||||
// fullWidth, as the spacing is constant, whereas fullWidth is
|
||||
// meant to be scaled
|
||||
//
|
||||
// * neither height/fullHeight have any sort of spacing or padding
|
||||
return {
|
||||
x: 0, y: 0,
|
||||
width: 0, height: 0,
|
||||
fullWidth: 0, fullHeight: 0,
|
||||
windows: [],
|
||||
};
|
||||
}
|
||||
|
||||
// Computes and returns an individual scaling factor for @window,
|
||||
// to be applied in addition to the overall layout scale.
|
||||
_computeWindowScale(window) {
|
||||
// Since we align windows next to each other, the height of the
|
||||
// thumbnails is much more important to preserve than the width of
|
||||
// them, so two windows with equal height, but maybe differering
|
||||
// widths line up.
|
||||
let ratio = window.boundingBox.height / this._monitor.height;
|
||||
|
||||
// The purpose of this manipulation here is to prevent windows
|
||||
// from getting too small. For something like a calculator window,
|
||||
// we need to bump up the size just a bit to make sure it looks
|
||||
// good. We'll use a multiplier of 1.5 for this.
|
||||
|
||||
// Map from [0, 1] to [1.5, 1]
|
||||
return Util.lerp(1.5, 1, ratio);
|
||||
}
|
||||
|
||||
_computeRowSizes(layout) {
|
||||
let { rows, scale } = layout;
|
||||
for (let i = 0; i < rows.length; i++) {
|
||||
let row = rows[i];
|
||||
row.width = row.fullWidth * scale + (row.windows.length - 1) * this._columnSpacing;
|
||||
row.height = row.fullHeight * scale;
|
||||
}
|
||||
}
|
||||
|
||||
_keepSameRow(row, window, width, idealRowWidth) {
|
||||
if (row.fullWidth + width <= idealRowWidth)
|
||||
return true;
|
||||
|
||||
let oldRatio = row.fullWidth / idealRowWidth;
|
||||
let newRatio = (row.fullWidth + width) / idealRowWidth;
|
||||
|
||||
if (Math.abs(1 - newRatio) < Math.abs(1 - oldRatio))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
_sortRow(row) {
|
||||
// Sort windows horizontally to minimize travel distance.
|
||||
// This affects in what order the windows end up in a row.
|
||||
row.windows.sort((a, b) => a.windowCenter.x - b.windowCenter.x);
|
||||
}
|
||||
|
||||
computeLayout(windows, layoutParams) {
|
||||
layoutParams = Params.parse(layoutParams, {
|
||||
numRows: 0,
|
||||
});
|
||||
|
||||
if (layoutParams.numRows === 0)
|
||||
throw new Error(`${this.constructor.name}: No numRows given in layout params`);
|
||||
|
||||
const numRows = layoutParams.numRows;
|
||||
|
||||
let rows = [];
|
||||
let totalWidth = 0;
|
||||
for (let i = 0; i < windows.length; i++) {
|
||||
let window = windows[i];
|
||||
let s = this._computeWindowScale(window);
|
||||
totalWidth += window.boundingBox.width * s;
|
||||
}
|
||||
|
||||
let idealRowWidth = totalWidth / numRows;
|
||||
|
||||
// Sort windows vertically to minimize travel distance.
|
||||
// This affects what rows the windows get placed in.
|
||||
let sortedWindows = windows.slice();
|
||||
sortedWindows.sort((a, b) => a.windowCenter.y - b.windowCenter.y);
|
||||
|
||||
let windowIdx = 0;
|
||||
for (let i = 0; i < numRows; i++) {
|
||||
let row = this._newRow();
|
||||
rows.push(row);
|
||||
|
||||
for (; windowIdx < sortedWindows.length; windowIdx++) {
|
||||
let window = sortedWindows[windowIdx];
|
||||
let s = this._computeWindowScale(window);
|
||||
let width = window.boundingBox.width * s;
|
||||
let height = window.boundingBox.height * s;
|
||||
row.fullHeight = Math.max(row.fullHeight, height);
|
||||
|
||||
// either new width is < idealWidth or new width is nearer from idealWidth then oldWidth
|
||||
if (this._keepSameRow(row, window, width, idealRowWidth) || (i === numRows - 1)) {
|
||||
row.windows.push(window);
|
||||
row.fullWidth += width;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
let gridHeight = 0;
|
||||
let maxRow;
|
||||
for (let i = 0; i < numRows; i++) {
|
||||
let row = rows[i];
|
||||
this._sortRow(row);
|
||||
|
||||
if (!maxRow || row.fullWidth > maxRow.fullWidth)
|
||||
maxRow = row;
|
||||
gridHeight += row.fullHeight;
|
||||
}
|
||||
|
||||
return {
|
||||
numRows,
|
||||
rows,
|
||||
maxColumns: maxRow.windows.length,
|
||||
gridWidth: maxRow.fullWidth,
|
||||
gridHeight,
|
||||
};
|
||||
}
|
||||
|
||||
computeScaleAndSpace(layout, area) {
|
||||
let hspacing = (layout.maxColumns - 1) * this._columnSpacing;
|
||||
let vspacing = (layout.numRows - 1) * this._rowSpacing;
|
||||
|
||||
let spacedWidth = area.width - hspacing;
|
||||
let spacedHeight = area.height - vspacing;
|
||||
|
||||
let horizontalScale = spacedWidth / layout.gridWidth;
|
||||
let verticalScale = spacedHeight / layout.gridHeight;
|
||||
|
||||
// Thumbnails should be less than 70% of the original size
|
||||
let scale = Math.min(
|
||||
horizontalScale, verticalScale, WINDOW_PREVIEW_MAXIMUM_SCALE);
|
||||
|
||||
let scaledLayoutWidth = layout.gridWidth * scale + hspacing;
|
||||
let scaledLayoutHeight = layout.gridHeight * scale + vspacing;
|
||||
let space = (scaledLayoutWidth * scaledLayoutHeight) / (area.width * area.height);
|
||||
|
||||
layout.scale = scale;
|
||||
|
||||
return [scale, space];
|
||||
}
|
||||
|
||||
computeWindowSlots(layout, area) {
|
||||
this._computeRowSizes(layout);
|
||||
|
||||
let { rows, scale } = layout;
|
||||
|
||||
let slots = [];
|
||||
|
||||
// Do this in three parts.
|
||||
let heightWithoutSpacing = 0;
|
||||
for (let i = 0; i < rows.length; i++) {
|
||||
let row = rows[i];
|
||||
heightWithoutSpacing += row.height;
|
||||
}
|
||||
|
||||
let verticalSpacing = (rows.length - 1) * this._rowSpacing;
|
||||
let additionalVerticalScale = Math.min(1, (area.height - verticalSpacing) / heightWithoutSpacing);
|
||||
|
||||
// keep track how much smaller the grid becomes due to scaling
|
||||
// so it can be centered again
|
||||
let compensation = 0;
|
||||
let y = 0;
|
||||
|
||||
for (let i = 0; i < rows.length; i++) {
|
||||
let row = rows[i];
|
||||
|
||||
// If this window layout row doesn't fit in the actual
|
||||
// geometry, then apply an additional scale to it.
|
||||
let horizontalSpacing = (row.windows.length - 1) * this._columnSpacing;
|
||||
let widthWithoutSpacing = row.width - horizontalSpacing;
|
||||
let additionalHorizontalScale = Math.min(1, (area.width - horizontalSpacing) / widthWithoutSpacing);
|
||||
|
||||
if (additionalHorizontalScale < additionalVerticalScale) {
|
||||
row.additionalScale = additionalHorizontalScale;
|
||||
// Only consider the scaling in addition to the vertical scaling for centering.
|
||||
compensation += (additionalVerticalScale - additionalHorizontalScale) * row.height;
|
||||
} else {
|
||||
row.additionalScale = additionalVerticalScale;
|
||||
// No compensation when scaling vertically since centering based on a too large
|
||||
// height would undo what vertical scaling is trying to achieve.
|
||||
}
|
||||
|
||||
row.x = area.x + (Math.max(area.width - (widthWithoutSpacing * row.additionalScale + horizontalSpacing), 0) / 2);
|
||||
row.y = area.y + (Math.max(area.height - (heightWithoutSpacing + verticalSpacing), 0) / 2) + y;
|
||||
y += row.height * row.additionalScale + this._rowSpacing;
|
||||
}
|
||||
|
||||
compensation /= 2;
|
||||
|
||||
for (let i = 0; i < rows.length; i++) {
|
||||
const row = rows[i];
|
||||
const rowY = row.y + compensation;
|
||||
const rowHeight = row.height * row.additionalScale;
|
||||
|
||||
let x = row.x;
|
||||
for (let j = 0; j < row.windows.length; j++) {
|
||||
let window = row.windows[j];
|
||||
|
||||
let s = scale * this._computeWindowScale(window) * row.additionalScale;
|
||||
let cellWidth = window.boundingBox.width * s;
|
||||
let cellHeight = window.boundingBox.height * s;
|
||||
|
||||
s = Math.min(s, WINDOW_PREVIEW_MAXIMUM_SCALE);
|
||||
let cloneWidth = window.boundingBox.width * s;
|
||||
const cloneHeight = window.boundingBox.height * s;
|
||||
|
||||
let cloneX = x + (cellWidth - cloneWidth) / 2;
|
||||
let cloneY;
|
||||
|
||||
// If there's only one row, align windows vertically centered inside the row
|
||||
if (rows.length === 1)
|
||||
cloneY = rowY + (rowHeight - cloneHeight) / 2;
|
||||
// If there are multiple rows, align windows to the bottom edge of the row
|
||||
else
|
||||
cloneY = rowY + rowHeight - cellHeight;
|
||||
|
||||
// Align with the pixel grid to prevent blurry windows at scale = 1
|
||||
cloneX = Math.floor(cloneX);
|
||||
cloneY = Math.floor(cloneY);
|
||||
|
||||
slots.push([cloneX, cloneY, cloneWidth, cloneHeight, window]);
|
||||
x += cellWidth + this._columnSpacing;
|
||||
}
|
||||
}
|
||||
return slots;
|
||||
}
|
||||
}
|
||||
|
||||
const WorkspaceBackground = {
|
||||
_updateBorderRadius(value = false) {
|
||||
// don't round already rounded corners during exposing windows
|
||||
if (value === false && opt.OVERVIEW_MODE === 1)
|
||||
return;
|
||||
|
||||
const { scaleFactor } = St.ThemeContext.get_for_stage(global.stage);
|
||||
const cornerRadius = scaleFactor * opt.WS_PREVIEW_BG_RADIUS;
|
||||
|
||||
const backgroundContent = this._bgManager.backgroundActor.content;
|
||||
value = value !== false
|
||||
? value
|
||||
: this._stateAdjustment.value;
|
||||
|
||||
backgroundContent.rounded_clip_radius =
|
||||
Util.lerp(0, cornerRadius, value);
|
||||
},
|
||||
};
|
262
extensions/45/vertical-workspaces/lib/workspaceAnimation.js
Normal file
|
@ -0,0 +1,262 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* workspacesAnimation.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import Clutter from 'gi://Clutter';
|
||||
import GObject from 'gi://GObject';
|
||||
import St from 'gi://St';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as Layout from 'resource:///org/gnome/shell/ui/layout.js';
|
||||
import * as WorkspaceSwitcherPopup from 'resource:///org/gnome/shell/ui/workspaceSwitcherPopup.js';
|
||||
import * as WorkspaceAnimation from 'resource:///org/gnome/shell/ui/workspaceAnimation.js';
|
||||
import * as Util from 'resource:///org/gnome/shell/misc/util.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const WorkspaceAnimationModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
this._origBaseDistance = null;
|
||||
this._wsAnimationSwipeBeginId = 0;
|
||||
this._wsAnimationSwipeUpdateId = 0;
|
||||
this._wsAnimationSwipeEndId = 0;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('workspaceAnimationModule');
|
||||
const conflict = !WorkspaceAnimation.MonitorGroup;
|
||||
if (conflict)
|
||||
console.warn(`[${Me.metadata.name}] Warning: "WorkspaceAnimation" module disabled due to compatibility - GNOME Shell 45.1 or later is required`);
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch the original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WorkspaceAnimationModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('MonitorGroup', WorkspaceAnimation.MonitorGroup.prototype, MonitorGroup);
|
||||
this._connectWsAnimationSwipeTracker();
|
||||
|
||||
console.debug(' WorkspaceAnimationModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
const reset = true;
|
||||
this._connectWsAnimationSwipeTracker(reset);
|
||||
|
||||
console.debug(' WorkspaceAnimationModule - Disabled');
|
||||
}
|
||||
|
||||
_connectWsAnimationSwipeTracker(reset = false) {
|
||||
if (reset) {
|
||||
if (this._wsAnimationSwipeBeginId) {
|
||||
Main.wm._workspaceAnimation._swipeTracker.disconnect(this._wsAnimationSwipeBeginId);
|
||||
this._wsAnimationSwipeBeginId = 0;
|
||||
}
|
||||
if (this._wsAnimationSwipeEndId) {
|
||||
Main.wm._workspaceAnimation._swipeTracker.disconnect(this._wsAnimationSwipeEndId);
|
||||
this._wsAnimationSwipeEndId = 0;
|
||||
}
|
||||
} else if (!this._wsAnimationSwipeBeginId) {
|
||||
// display ws switcher popup when gesture begins and connect progress
|
||||
this._wsAnimationSwipeBeginId = Main.wm._workspaceAnimation._swipeTracker.connect('begin', () => this._connectWsAnimationProgress(true));
|
||||
// we want to be sure that popup with the final ws index show up when gesture ends
|
||||
this._wsAnimationSwipeEndId = Main.wm._workspaceAnimation._swipeTracker.connect('end', (tracker, duration, endProgress) => this._connectWsAnimationProgress(false, endProgress));
|
||||
}
|
||||
}
|
||||
|
||||
_connectWsAnimationProgress(connect, endProgress = null) {
|
||||
if (Main.overview.visible)
|
||||
return;
|
||||
|
||||
if (connect && !this._wsAnimationSwipeUpdateId) {
|
||||
this._wsAnimationSwipeUpdateId = Main.wm._workspaceAnimation._swipeTracker.connect('update', (tracker, progress) => this._showWsSwitcherPopup(progress));
|
||||
} else if (!connect && this._wsAnimationSwipeUpdateId) {
|
||||
Main.wm._workspaceAnimation._swipeTracker.disconnect(this._wsAnimationSwipeUpdateId);
|
||||
this._wsAnimationSwipeUpdateId = 0;
|
||||
this._showWsSwitcherPopup(Math.round(endProgress));
|
||||
}
|
||||
}
|
||||
|
||||
_showWsSwitcherPopup(progress) {
|
||||
if (Main.overview.visible)
|
||||
return;
|
||||
|
||||
const wsIndex = Math.round(progress);
|
||||
if (Main.wm._workspaceSwitcherPopup === null) {
|
||||
Main.wm._workspaceSwitcherPopup = new WorkspaceSwitcherPopup.WorkspaceSwitcherPopup();
|
||||
Main.wm._workspaceSwitcherPopup.connect('destroy', () => {
|
||||
Main.wm._workspaceSwitcherPopup = null;
|
||||
});
|
||||
}
|
||||
|
||||
Main.wm._workspaceSwitcherPopup.display(wsIndex);
|
||||
}
|
||||
};
|
||||
|
||||
const MonitorGroup = {
|
||||
_init(monitor, workspaceIndices, movingWindow) {
|
||||
St.Widget.prototype._init.bind(this)({
|
||||
clip_to_allocation: true,
|
||||
style_class: 'workspace-animation',
|
||||
});
|
||||
|
||||
this._monitor = monitor;
|
||||
|
||||
const constraint = new Layout.MonitorConstraint({ index: monitor.index });
|
||||
this.add_constraint(constraint);
|
||||
|
||||
this._container = new Clutter.Actor();
|
||||
this.add_child(this._container);
|
||||
|
||||
const stickyGroup = new WorkspaceAnimation.WorkspaceGroup(null, monitor, movingWindow);
|
||||
stickyGroup._windowRecords.forEach(r => {
|
||||
const metaWin = r.windowActor.metaWindow;
|
||||
// conky is sticky but should never get above other windows during ws animation
|
||||
// so we hide it from the overlay group, we will see the original if not covered by other windows
|
||||
if (metaWin.wm_class === 'conky')
|
||||
r.clone.opacity = 0;
|
||||
});
|
||||
this.add_child(stickyGroup);
|
||||
|
||||
this._workspaceGroups = [];
|
||||
|
||||
const workspaceManager = global.workspace_manager;
|
||||
const vertical = workspaceManager.layout_rows === -1;
|
||||
const activeWorkspace = workspaceManager.get_active_workspace();
|
||||
|
||||
let x = 0;
|
||||
let y = 0;
|
||||
|
||||
for (const i of workspaceIndices) {
|
||||
const ws = workspaceManager.get_workspace_by_index(i);
|
||||
const fullscreen = ws.list_windows().some(w => w.get_monitor() === monitor.index && w.is_fullscreen());
|
||||
|
||||
if (i > 0 && vertical && !fullscreen && monitor.index === Main.layoutManager.primaryIndex) {
|
||||
// We have to shift windows up or down by the height of the panel to prevent having a
|
||||
// visible gap between the windows while switching workspaces. Since fullscreen windows
|
||||
// hide the panel, they don't need to be shifted up or down.
|
||||
y -= Main.panel.height;
|
||||
}
|
||||
|
||||
const group = new WorkspaceAnimation.WorkspaceGroup(ws, monitor, movingWindow);
|
||||
|
||||
this._workspaceGroups.push(group);
|
||||
this._container.add_child(group);
|
||||
group.set_position(x, y);
|
||||
|
||||
if (vertical)
|
||||
y += this.baseDistance;
|
||||
else if (Clutter.get_default_text_direction() === Clutter.TextDirection.RTL)
|
||||
x -= this.baseDistance;
|
||||
else
|
||||
x += this.baseDistance;
|
||||
}
|
||||
|
||||
this.progress = this.getWorkspaceProgress(activeWorkspace);
|
||||
|
||||
if (monitor.index === Main.layoutManager.primaryIndex) {
|
||||
this._workspacesAdjustment = Main.createWorkspacesAdjustment(this);
|
||||
this.bind_property_full('progress',
|
||||
this._workspacesAdjustment, 'value',
|
||||
GObject.BindingFlags.SYNC_CREATE,
|
||||
(bind, source) => {
|
||||
const indices = [
|
||||
workspaceIndices[Math.floor(source)],
|
||||
workspaceIndices[Math.ceil(source)],
|
||||
];
|
||||
return [true, Util.lerp(...indices, source % 1.0)];
|
||||
},
|
||||
null);
|
||||
|
||||
this.connect('destroy', () => {
|
||||
// for some reason _workspaceAdjustment bound to the progress property in V-Shell
|
||||
// causes the adjustment doesn't reach a whole number
|
||||
// when switching ws up and that breaks the showing overview animation
|
||||
// as a workaround round workspacesDisplay._scrollAdjustment value on destroy
|
||||
// but it should be handled elsewhere as this workaround doesn't work when this module is disabled
|
||||
const workspacesAdj = Main.overview._overview.controls._workspacesDisplay._scrollAdjustment;
|
||||
workspacesAdj.value = Math.round(workspacesAdj.value);
|
||||
delete this._workspacesAdjustment;
|
||||
});
|
||||
}
|
||||
|
||||
if (!opt.STATIC_WS_SWITCHER_BG)
|
||||
return;
|
||||
|
||||
// we have two options to implement static bg feature
|
||||
// one is adding background to monitorGroup
|
||||
// but this one has disadvantage - sticky windows will be always on top of animated windows
|
||||
// which is bad for conky, for example, that window should be always below
|
||||
/* this._bgManager = new Background.BackgroundManager({
|
||||
container: this,
|
||||
monitorIndex: this._monitor.index,
|
||||
controlPosition: false,
|
||||
});*/
|
||||
|
||||
// the second option is to make background of the monitorGroup transparent so the real desktop content will stay visible,
|
||||
// hide windows that should be animated and keep only sticky windows
|
||||
// we can keep certain sticky windows bellow and also extensions like DING (icons on desktop) will stay visible
|
||||
this.set_style('background-color: transparent;');
|
||||
// stickyGroup holds the Always on Visible Workspace windows to keep them static and above other windows during animation
|
||||
this._hiddenWindows = [];
|
||||
// remove (hide) background wallpaper from the animation, we will see the original one
|
||||
this._workspaceGroups.forEach(w => {
|
||||
w._background.opacity = 0;
|
||||
});
|
||||
// hide (scale to 0) all non-sticky windows, their clones will be animated
|
||||
global.get_window_actors().forEach(actor => {
|
||||
const metaWin = actor.metaWindow;
|
||||
if (metaWin?.get_monitor() === this._monitor.index &&
|
||||
!(metaWin?.wm_class === 'conky' && metaWin?.is_on_all_workspaces()) &&
|
||||
!(metaWin?.wm_class === 'Gjs' && metaWin?.is_on_all_workspaces())) { // DING extension uses window with Gjs class
|
||||
// hide original window. we cannot use opacity since it also affects clones.
|
||||
// scaling them to 0 works well
|
||||
actor.scale_x = 0;
|
||||
this._hiddenWindows.push(actor);
|
||||
}
|
||||
});
|
||||
|
||||
// restore all hidden windows at the end of animation
|
||||
// todo - actors removed during transition need to be removed from the list to avoid access to destroyed actor
|
||||
this.connect('destroy', () => {
|
||||
this._hiddenWindows.forEach(actor => {
|
||||
actor.scale_x = 1;
|
||||
});
|
||||
});
|
||||
},
|
||||
};
|
108
extensions/45/vertical-workspaces/lib/workspaceSwitcherPopup.js
Normal file
|
@ -0,0 +1,108 @@
|
|||
/**
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* workspacesSwitcherPopup.js
|
||||
*
|
||||
* @author GdH <G-dH@github.com>
|
||||
* @copyright 2022 - 2023
|
||||
* @license GPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||
import * as WorkspaceSwitcherPopup from 'resource:///org/gnome/shell/ui/workspaceSwitcherPopup.js';
|
||||
|
||||
let Me;
|
||||
let opt;
|
||||
|
||||
export const WorkspaceSwitcherPopupModule = class {
|
||||
constructor(me) {
|
||||
Me = me;
|
||||
opt = Me.opt;
|
||||
|
||||
this._firstActivation = true;
|
||||
this.moduleEnabled = false;
|
||||
this._overrides = null;
|
||||
}
|
||||
|
||||
cleanGlobals() {
|
||||
Me = null;
|
||||
opt = null;
|
||||
}
|
||||
|
||||
update(reset) {
|
||||
this.moduleEnabled = opt.get('workspaceSwitcherPopupModule');
|
||||
const conflict = Me.Util.getEnabledExtensions('workspace-switcher-manager').length ||
|
||||
Me.Util.getEnabledExtensions('WsSwitcherPopupManager').length;
|
||||
if (conflict && !reset)
|
||||
console.warn(`[${Me.metadata.name}] Warning: "WorkspaceSwitcherPopup" module disabled due to potential conflict with another extension`);
|
||||
|
||||
reset = reset || !this.moduleEnabled || conflict;
|
||||
|
||||
// don't touch original code if module disabled
|
||||
if (reset && !this._firstActivation) {
|
||||
this._disableModule();
|
||||
} else if (!reset) {
|
||||
this._firstActivation = false;
|
||||
this._activateModule();
|
||||
}
|
||||
if (reset && this._firstActivation)
|
||||
console.debug(' WorkspaceSwitcherPopupModule - Keeping untouched');
|
||||
}
|
||||
|
||||
_activateModule() {
|
||||
if (!this._overrides)
|
||||
this._overrides = new Me.Util.Overrides();
|
||||
|
||||
this._overrides.addOverride('WorkspaceSwitcherPopup', WorkspaceSwitcherPopup.WorkspaceSwitcherPopup.prototype, WorkspaceSwitcherPopupCommon);
|
||||
console.debug(' WorkspaceSwitcherPopupModule - Activated');
|
||||
}
|
||||
|
||||
_disableModule() {
|
||||
if (this._overrides)
|
||||
this._overrides.removeAll();
|
||||
this._overrides = null;
|
||||
|
||||
console.debug(' WorkspaceSwitcherPopupModule - Disabled');
|
||||
}
|
||||
};
|
||||
|
||||
const WorkspaceSwitcherPopupCommon = {
|
||||
// injection to _init()
|
||||
after__init() {
|
||||
if (opt.ORIENTATION) { // 1-VERTICAL, 0-HORIZONTAL
|
||||
this._list.vertical = true;
|
||||
}
|
||||
this._list.set_style('margin: 0;');
|
||||
if (this.get_constraints()[0])
|
||||
this.remove_constraint(this.get_constraints()[0]);
|
||||
},
|
||||
|
||||
// injection to display()
|
||||
after_display() {
|
||||
if (opt.WS_SW_POPUP_MODE)
|
||||
this._setPopupPosition();
|
||||
else
|
||||
this.opacity = 0;
|
||||
},
|
||||
|
||||
_setPopupPosition() {
|
||||
let workArea;
|
||||
if (opt.WS_SW_POPUP_MODE === 1) {
|
||||
// workArea = Main.layoutManager.getWorkAreaForMonitor(Main.layoutManager.primaryIndex);*/
|
||||
workArea = global.display.get_monitor_geometry(Main.layoutManager.primaryIndex);
|
||||
} else {
|
||||
// workArea = Main.layoutManager.getWorkAreaForMonitor(global.display.get_current_monitor());
|
||||
workArea = global.display.get_monitor_geometry(global.display.get_current_monitor());
|
||||
}
|
||||
|
||||
let [, natHeight] = this.get_preferred_height(global.screen_width);
|
||||
let [, natWidth] = this.get_preferred_width(natHeight);
|
||||
let h = opt.WS_SW_POPUP_H_POSITION;
|
||||
let v = opt.WS_SW_POPUP_V_POSITION;
|
||||
this.x = workArea.x + Math.floor((workArea.width - natWidth) * h);
|
||||
this.y = workArea.y + Math.floor((workArea.height - natHeight) * v);
|
||||
this.set_position(this.x, this.y);
|
||||
},
|
||||
};
|
1236
extensions/45/vertical-workspaces/lib/workspaceThumbnail.js
Normal file
1005
extensions/45/vertical-workspaces/lib/workspacesView.js
Normal file
19
extensions/45/vertical-workspaces/metadata.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "V-Shell (Vertical Workspaces)",
|
||||
"uuid": "vertical-workspaces@G-dH.github.com",
|
||||
"description": "Customize your GNOME Shell UX to suit your workflow, whether you like horizontally or vertically stacked workspaces.",
|
||||
"shell-version": [
|
||||
"45"
|
||||
],
|
||||
"session-modes": [
|
||||
"user",
|
||||
"unlock-dialog"
|
||||
],
|
||||
"url": "https://github.com/G-dH/vertical-workspaces",
|
||||
"donations": {
|
||||
"buymeacoffee": "georgdh"
|
||||
},
|
||||
"gettext-domain": "vertical-workspaces",
|
||||
"settings-schema": "org.gnome.shell.extensions.vertical-workspaces",
|
||||
"version-name": "45.2"
|
||||
}
|
1553
extensions/45/vertical-workspaces/po/cs.po
Normal file
1551
extensions/45/vertical-workspaces/po/nl.po
Normal file
1389
extensions/45/vertical-workspaces/po/vertical-workspaces.pot
Normal file
2262
extensions/45/vertical-workspaces/prefs.js
Normal file
|
@ -0,0 +1,408 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="vertical-workspaces">
|
||||
<schema id="org.gnome.shell.extensions.vertical-workspaces" path="/org/gnome/shell/extensions/vertical-workspaces/">
|
||||
<key type="i" name="ws-thumbnails-position">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="b" name="ws-thumbnails-full">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="secondary-ws-thumbnails-position">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="i" name="ws-max-spacing">
|
||||
<default>350</default>
|
||||
</key>
|
||||
<key type="i" name="ws-preview-scale">
|
||||
<default>95</default>
|
||||
</key>
|
||||
<key type="i" name="secondary-ws-preview-scale">
|
||||
<default>100</default>
|
||||
</key>
|
||||
<key type="b" name="secondary-ws-preview-shift">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="dash-position">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="i" name="dash-position-adjust">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="show-app-icon-position">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="dash-show-windows-icon">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="dash-show-recent-files-icon">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="dash-show-extensions-icon">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="wst-position-adjust">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="show-wst-labels">
|
||||
<default>3</default>
|
||||
</key>
|
||||
<key type="b" name="show-wst-labels-on-hover">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="sec-wst-position-adjust">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="close-ws-button-mode">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="b" name="center-dash-to-ws">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="show-search-entry">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="center-search">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="center-app-grid">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="ws-thumbnail-scale">
|
||||
<default>13</default>
|
||||
</key>
|
||||
<key type="i" name="ws-thumbnail-scale-appgrid">
|
||||
<default>13</default>
|
||||
</key>
|
||||
<key type="i" name="secondary-ws-thumbnail-scale">
|
||||
<default>13</default>
|
||||
</key>
|
||||
<key type="i" name="dash-max-icon-size">
|
||||
<default>48</default>
|
||||
</key>
|
||||
<key type="i" name="dash-bg-opacity">
|
||||
<default>85</default>
|
||||
</key>
|
||||
<key type="i" name="dash-bg-color">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="dash-bg-radius">
|
||||
<default>18</default>
|
||||
</key>
|
||||
<key type="b" name="dash-bg-gs3-style">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="i" name="running-dot-style">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="b" name="enable-page-shortcuts">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="show-ws-switcher-bg">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="show-ws-preview-bg">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="ws-preview-bg-radius">
|
||||
<default>30</default>
|
||||
</key>
|
||||
<key type="b" name="show-bg-in-overview">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="i" name="overview-bg-blur-sigma">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-bg-blur-sigma">
|
||||
<default>40</default>
|
||||
</key>
|
||||
<key type="i" name="overview-bg-brightness">
|
||||
<default>60</default>
|
||||
</key>
|
||||
<key type="i" name="search-bg-brightness">
|
||||
<default>30</default>
|
||||
</key>
|
||||
<key type="b" name="smooth-blur-transitions">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-animation">
|
||||
<default>4</default>
|
||||
</key>
|
||||
<key type="i" name="search-view-animation">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="workspace-animation">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="workspace-switcher-animation">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="animation-speed-factor">
|
||||
<default>100</default>
|
||||
</key>
|
||||
<key type="i" name="win-preview-icon-size">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="win-title-position">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="startup-state">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="i" name="overview-mode">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="search-icon-size">
|
||||
<default>96</default>
|
||||
</key>
|
||||
<key type="i" name="search-width-scale">
|
||||
<default>104</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-icon-size">
|
||||
<default>-1</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-columns">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-rows">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-order">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-folder-order">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-content">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-folder-icon-size">
|
||||
<default>-1</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-folder-columns">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-folder-rows">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-spacing">
|
||||
<default>12</default>
|
||||
</key>
|
||||
<key type="b" name="app-grid-incomplete-pages">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-names">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-folder-icon-grid">
|
||||
<default>3</default>
|
||||
</key>
|
||||
<key type="b" name="app-grid-active-preview">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="app-grid-folder-center">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="app-grid-page-width-scale">
|
||||
<default>90</default>
|
||||
</key>
|
||||
<key type="i" name="dash-show-windows-before-activation">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="dash-icon-scroll">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="b" name="dash-isolate-workspaces">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="search-windows-icon-scroll">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="b" name="search-windows-enable">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="i" name="search-windows-order">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="b" name="search-fuzzy">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="search-max-results-rows">
|
||||
<default>5</default>
|
||||
</key>
|
||||
<key type="i" name="panel-visibility">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="panel-position">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="window-attention-mode">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="i" name="ws-sw-popup-h-position">
|
||||
<default>50</default>
|
||||
</key>
|
||||
<key type="i" name="ws-sw-popup-v-position">
|
||||
<default>95</default>
|
||||
</key>
|
||||
<key type="i" name="ws-sw-popup-mode">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="b" name="ws-switcher-wraparound">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="ws-switcher-ignore-last">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="favorites-notify">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="notification-position">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="i" name="osd-position">
|
||||
<default>6</default>
|
||||
</key>
|
||||
<key type="i" name="hot-corner-action">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="hot-corner-position">
|
||||
<default>6</default>
|
||||
</key>
|
||||
<key type="b" name="hot-corner-fullscreen">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="hot-corner-ripples">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="always-activate-selected-window">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="i" name="win-preview-sec-mouse-btn-action">
|
||||
<default>2</default>
|
||||
</key>
|
||||
<key type="i" name="win-preview-mid-mouse-btn-action">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="b" name="win-preview-show-close-button">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="i" name="window-icon-click-action">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="overlay-key-primary">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="overlay-key-secondary">
|
||||
<default>1</default>
|
||||
</key>
|
||||
<key type="i" name="overview-esc-behavior">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key type="b" name="new-window-focus-fix">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="app-grid-performance">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="i" name="window-thumbnail-scale">
|
||||
<default>15</default>
|
||||
</key>
|
||||
|
||||
<key type="b" name="workspace-switcher-popup-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="workspace-animation-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="workspace-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="window-manager-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="window-preview-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="win-attention-handler-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="window-thumbnail-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="swipe-tracker-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="search-controller-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="search-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="panel-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="overlay-key-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="osd-window-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="message-tray-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="layout-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="dash-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="app-display-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="app-favorites-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="window-search-provider-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key type="b" name="recent-files-search-provider-module">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key type="b" name="extensions-search-provider-module">
|
||||
<default>true</default>
|
||||
</key>
|
||||
|
||||
<key type="b" name="aaa-loading-profile">
|
||||
<default>false</default>
|
||||
</key>
|
||||
|
||||
<key type="s" name="profile-name-1">
|
||||
<default>""</default>
|
||||
</key>
|
||||
<key type="a{ss}" name="profile-data-1">
|
||||
<default>{'workspaceThumbnailsPosition': '1', 'wsMaxSpacing': '350', 'wsPreviewScale': '95', 'secWsPreviewScale': '100', 'secWsPreviewShift': 'false', 'wsThumbnailsFull': 'false', 'secWsThumbnailsPosition': '2', 'dashPosition': '3', 'dashPositionAdjust': '0', 'wsTmbPositionAdjust': '-80', 'showWsTmbLabels': '3', 'showWsTmbLabelsOnHover': 'false', 'closeWsButtonMode': '2', 'secWsTmbPositionAdjust': '-80', 'dashMaxIconSize': '64', 'dashShowWindowsIcon': '2', 'dashShowRecentFilesIcon': '2', 'dashShowExtensionsIcon': '2', 'centerDashToWs': 'false', 'showAppsIconPosition': '1', 'wsThumbnailScale': '13', 'wsThumbnailScaleAppGrid': '13', 'secWsThumbnailScale': '13', 'showSearchEntry': 'true', 'centerSearch': 'true', 'centerAppGrid': 'true', 'dashBgOpacity': '80', 'dashBgColor': '0', 'dashBgRadius': '0', 'dashBgGS3Style': 'true', 'runningDotStyle': '1', 'enablePageShortcuts': 'false', 'showWsSwitcherBg': 'true', 'showWsPreviewBg': 'false', 'wsPreviewBgRadius': '30', 'showBgInOverview': 'true', 'overviewBgBrightness': '30', 'searchBgBrightness': '30', 'overviewBgBlurSigma': '0', 'appGridBgBlurSigma': '40', 'smoothBlurTransitions': 'false', 'appGridAnimation': '4', 'searchViewAnimation': '0', 'workspaceAnimation': '1', 'animationSpeedFactor': '100', 'winPreviewIconSize': '1', 'winTitlePosition': '0', 'startupState': '0', 'overviewMode': '0', 'workspaceSwitcherAnimation': '1', 'searchIconSize': '96', 'searchViewScale': '104', 'appGridIconSize': '-1', 'appGridColumns': '0', 'appGridRows': '0', 'appGridFolderIconSize': '-1', 'appGridFolderColumns': '0', 'appGridFolderRows': '0', 'appGridFolderIconGrid': '2', 'appGridContent': '2', 'appGridIncompletePages': 'false', 'appGridOrder': '0', 'appFolderOrder': '0', 'appGridNamesMode': '1', 'appGridActivePreview': 'false', 'appGridFolderCenter': 'false', 'appGridPageWidthScale': '100', 'appGridSpacing': '12', 'searchWindowsOrder': '1', 'searchFuzzy': 'false', 'searchMaxResultsRows': '5', 'dashShowWindowsBeforeActivation': '1', 'dashIconScroll': '1', 'dashIsolateWorkspaces': 'false', 'searchWindowsIconScroll': '1', 'panelVisibility': '0', 'panelPosition': '0', 'windowAttentionMode': '0', 'wsSwPopupHPosition': '50', 'wsSwPopupVPosition': '95', 'wsSwPopupMode': '1', 'wsSwitcherWraparound': 'false', 'wsSwitcherIgnoreLast': 'false', 'favoritesNotify': '1', 'notificationPosition': '1', 'osdPosition': '6', 'hotCornerAction': '1', 'hotCornerPosition': '0', 'hotCornerFullscreen': 'true', 'hotCornerRipples': 'true', 'alwaysActivateSelectedWindow': 'false', 'winPreviewSecBtnAction': '3', 'winPreviewMidBtnAction': '1', 'winPreviewShowCloseButton': 'true', 'windowIconClickAction': '1', 'overlayKeyPrimary': '1', 'overlayKeySecondary': '1', 'overviewEscBehavior': '0', 'newWindowFocusFix': 'false', 'appGridPerformance': 'true', 'windowThumbnailScale': '20', 'workspaceSwitcherPopupModule': 'true', 'workspaceAnimationModule': 'true', 'workspaceModule': 'true', 'windowManagerModule': 'true', 'windowPreviewModule': 'true', 'windowAttentionHandlerModule': 'true', 'windowThumbnailModule': 'true', 'swipeTrackerModule': 'true', 'searchControllerModule': 'true', 'searchModule': 'true', 'panelModule': 'true', 'overlayKeyModule': 'true', 'osdWindowModule': 'true', 'messageTrayModule': 'true', 'layoutModule': 'true', 'dashModule': 'true', 'appFavoritesModule': 'true', 'appDisplayModule': 'true', 'windowSearchProviderModule': 'true', 'extensionsSearchProviderModule': 'true'}</default>
|
||||
</key>
|
||||
|
||||
<key type="s" name="profile-name-2">
|
||||
<default>""</default>
|
||||
</key>
|
||||
<key type="a{ss}" name="profile-data-2">
|
||||
<default>{'workspaceThumbnailsPosition': '5', 'wsMaxSpacing': '80', 'wsPreviewScale': '100', 'secWsPreviewScale': '100', 'secWsPreviewShift': 'false', 'wsThumbnailsFull': 'false', 'secWsThumbnailsPosition': '2', 'dashPosition': '2', 'dashPositionAdjust': '0', 'wsTmbPositionAdjust': '0', 'showWsTmbLabels': '0', 'showWsTmbLabelsOnHover': 'false', 'closeWsButtonMode': '2', 'secWsTmbPositionAdjust': '0', 'dashMaxIconSize': '64', 'dashShowWindowsIcon': '2', 'dashShowRecentFilesIcon': '2', 'dashShowExtensionsIcon': '2', 'centerDashToWs': 'false', 'showAppsIconPosition': '1', 'wsThumbnailScale': '5', 'wsThumbnailScaleAppGrid': '15', 'secWsThumbnailScale': '5', 'showSearchEntry': 'true', 'centerSearch': 'true', 'centerAppGrid': 'true', 'dashBgOpacity': '20', 'dashBgColor': '1', 'dashBgRadius': '0', 'dashBgGS3Style': 'false', 'runningDotStyle': '1', 'enablePageShortcuts': 'true', 'showWsSwitcherBg': 'false', 'showWsPreviewBg': 'true', 'wsPreviewBgRadius': '30', 'showBgInOverview': 'true', 'overviewBgBrightness': '50', 'searchBgBrightness': '30', 'overviewBgBlurSigma': '50', 'appGridBgBlurSigma': '40', 'smoothBlurTransitions': 'false', 'appGridAnimation': '4', 'searchViewAnimation': '4', 'workspaceAnimation': '1', 'animationSpeedFactor': '100', 'winPreviewIconSize': '1', 'winTitlePosition': '0', 'startupState': '0', 'overviewMode': '0', 'workspaceSwitcherAnimation': '0', 'searchIconSize': '96', 'searchViewScale': '104', 'appGridIconSize': '-1', 'appGridColumns': '0', 'appGridRows': '0', 'appGridFolderIconSize': '-1', 'appGridFolderColumns': '0', 'appGridFolderRows': '0', 'appGridFolderIconGrid': '2', 'appGridContent': '2', 'appGridIncompletePages': 'false', 'appGridOrder': '0', 'appFolderOrder': '0', 'appGridNamesMode': '1', 'appGridActivePreview': 'false', 'appGridFolderCenter': 'true', 'appGridPageWidthScale': '90', 'appGridSpacing': '12', 'searchWindowsOrder': '1', 'searchFuzzy': 'false', 'searchMaxResultsRows': '5', 'dashShowWindowsBeforeActivation': '1', 'dashIconScroll': '1', 'dashIsolateWorkspaces': 'false', 'searchWindowsIconScroll': '1', 'panelVisibility': '0', 'panelPosition': '0', 'windowAttentionMode': '0', 'wsSwPopupHPosition': '50', 'wsSwPopupVPosition': '95', 'wsSwPopupMode': '1', 'wsSwitcherWraparound': 'false', 'wsSwitcherIgnoreLast': 'false', 'favoritesNotify': '1', 'notificationPosition': '1', 'osdPosition': '6', 'hotCornerAction': '1', 'hotCornerPosition': '6', 'hotCornerFullscreen': 'true', 'hotCornerRipples': 'false', 'alwaysActivateSelectedWindow': 'false', 'winPreviewSecBtnAction': '2', 'winPreviewMidBtnAction': '1', 'winPreviewShowCloseButton': 'true', 'windowIconClickAction': '1', 'overlayKeyPrimary': '1', 'overlayKeySecondary': '1', 'overviewEscBehavior': '0', 'newWindowFocusFix': 'false', 'appGridPerformance': 'true', 'windowThumbnailScale': '20', 'workspaceSwitcherPopupModule': 'true', 'workspaceAnimationModule': 'true', 'workspaceModule': 'true', 'windowManagerModule': 'true', 'windowPreviewModule': 'true', 'windowAttentionHandlerModule': 'true', 'windowThumbnailModule': 'true', 'swipeTrackerModule': 'true', 'searchControllerModule': 'true', 'searchModule': 'true', 'panelModule': 'true', 'overlayKeyModule': 'true', 'osdWindowModule': 'true', 'messageTrayModule': 'true', 'layoutModule': 'true', 'dashModule': 'true', 'appFavoritesModule': 'true', 'appDisplayModule': 'true', 'windowSearchProviderModule': 'true', 'extensionsSearchProviderModule': 'true'}</default>
|
||||
</key>
|
||||
|
||||
<key type="s" name="profile-name-3">
|
||||
<default>""</default>
|
||||
</key>
|
||||
<key type="a{ss}" name="profile-data-3">
|
||||
<default>{'workspaceThumbnailsPosition': '0', 'wsMaxSpacing': '350', 'wsPreviewScale': '95', 'secWsPreviewScale': '100', 'secWsPreviewShift': 'false', 'wsThumbnailsFull': 'false', 'secWsThumbnailsPosition': '2', 'dashPosition': '0', 'dashPositionAdjust': '-100', 'wsTmbPositionAdjust': '-100', 'showWsTmbLabels': '3', 'showWsTmbLabelsOnHover': 'false', 'closeWsButtonMode': '2', 'secWsTmbPositionAdjust': '0', 'dashMaxIconSize': '48', 'dashShowWindowsIcon': '1', 'dashShowRecentFilesIcon': '1', 'dashShowExtensionsIcon': '1', 'centerDashToWs': 'false', 'showAppsIconPosition': '0', 'wsThumbnailScale': '13', 'wsThumbnailScaleAppGrid': '13', 'secWsThumbnailScale': '13', 'showSearchEntry': 'false', 'centerSearch': 'true', 'centerAppGrid': 'false', 'dashBgOpacity': '20', 'dashBgColor': '1', 'dashBgRadius': '0', 'dashBgGS3Style': 'false', 'runningDotStyle': '1', 'enablePageShortcuts': 'true', 'showWsSwitcherBg': 'false', 'showWsPreviewBg': 'true', 'wsPreviewBgRadius': '30', 'showBgInOverview': 'true', 'overviewBgBrightness': '60', 'searchBgBrightness': '30', 'overviewBgBlurSigma': '30', 'appGridBgBlurSigma': '80', 'smoothBlurTransitions': 'false', 'appGridAnimation': '4', 'searchViewAnimation': '4', 'workspaceAnimation': '1', 'animationSpeedFactor': '100', 'winPreviewIconSize': '1', 'winTitlePosition': '0', 'startupState': '2', 'overviewMode': '1', 'workspaceSwitcherAnimation': '1', 'searchIconSize': '96', 'searchViewScale': '104', 'appGridIconSize': '-1', 'appGridColumns': '0', 'appGridRows': '0', 'appGridFolderIconSize': '-1', 'appGridFolderColumns': '0', 'appGridFolderRows': '0', 'appGridFolderIconGrid': '3', 'appGridContent': '0', 'appGridIncompletePages': 'false', 'appGridOrder': '0', 'appFolderOrder': '0', 'appGridNamesMode': '1', 'appGridActivePreview': 'true', 'appGridFolderCenter': 'false', 'appGridPageWidthScale': '90', 'appGridSpacing': '12', 'searchWindowsOrder': '1', 'searchFuzzy': 'false', 'searchMaxResultsRows': '5', 'dashShowWindowsBeforeActivation': '1', 'dashIconScroll': '1', 'dashIsolateWorkspaces': 'false', 'searchWindowsIconScroll': '1', 'panelVisibility': '0', 'panelPosition': '0', 'windowAttentionMode': '0', 'wsSwPopupHPosition': '50', 'wsSwPopupVPosition': '95', 'wsSwPopupMode': '1', 'wsSwitcherWraparound': 'false', 'wsSwitcherIgnoreLast': 'false', 'favoritesNotify': '0', 'notificationPosition': '2', 'osdPosition': '6', 'hotCornerAction': '1', 'hotCornerPosition': '1', 'hotCornerFullscreen': 'true', 'hotCornerRipples': 'true', 'alwaysActivateSelectedWindow': 'false', 'winPreviewSecBtnAction': '2', 'winPreviewMidBtnAction': '1', 'winPreviewShowCloseButton': 'true', 'windowIconClickAction': '1', 'overlayKeyPrimary': '1', 'overlayKeySecondary': '1', 'overviewEscBehavior': '0', 'newWindowFocusFix': 'false', 'appGridPerformance': 'true', 'windowThumbnailScale': '20', 'workspaceSwitcherPopupModule': 'true', 'workspaceAnimationModule': 'true', 'workspaceModule': 'true', 'windowManagerModule': 'true', 'windowPreviewModule': 'true', 'windowAttentionHandlerModule': 'true', 'windowThumbnailModule': 'true', 'swipeTrackerModule': 'true', 'searchControllerModule': 'true', 'searchModule': 'true', 'panelModule': 'true', 'overlayKeyModule': 'true', 'osdWindowModule': 'true', 'messageTrayModule': 'true', 'layoutModule': 'true', 'dashModule': 'true', 'appFavoritesModule': 'true', 'appDisplayModule': 'true', 'windowSearchProviderModule': 'true', 'extensionsSearchProviderModule': 'true'}</default>
|
||||
</key>
|
||||
|
||||
<key type="s" name="profile-name-4">
|
||||
<default>""</default>
|
||||
</key>
|
||||
<key type="a{ss}" name="profile-data-4">
|
||||
<default>{'workspaceThumbnailsPosition': '6', 'wsMaxSpacing': '65', 'wsPreviewScale': '95', 'secWsPreviewScale': '100', 'secWsPreviewShift': 'false', 'wsThumbnailsFull': 'false', 'secWsThumbnailsPosition': '2', 'dashPosition': '2', 'dashPositionAdjust': '0', 'wsTmbPositionAdjust': '0', 'showWsTmbLabels': '3', 'showWsTmbLabelsOnHover': 'false', 'closeWsButtonMode': '2', 'secWsTmbPositionAdjust': '0', 'dashMaxIconSize': '48', 'dashShowWindowsIcon': '1', 'dashShowRecentFilesIcon': '1', 'dashShowExtensionsIcon': '1', 'centerDashToWs': 'false', 'showAppsIconPosition': '1', 'wsThumbnailScale': '10', 'wsThumbnailScaleAppGrid': '10', 'secWsThumbnailScale': '10', 'showSearchEntry': 'false', 'centerSearch': 'true', 'centerAppGrid': 'false', 'dashBgOpacity': '100', 'dashBgColor': '0', 'dashBgRadius': '0', 'dashBgGS3Style': 'false', 'runningDotStyle': '1', 'enablePageShortcuts': 'true', 'showWsSwitcherBg': 'true', 'showWsPreviewBg': 'true', 'wsPreviewBgRadius': '30', 'showBgInOverview': 'true', 'overviewBgBrightness': '60', 'searchBgBrightness': '30', 'overviewBgBlurSigma': '80', 'appGridBgBlurSigma': '80', 'smoothBlurTransitions': 'false', 'appGridAnimation': '4', 'searchViewAnimation': '4', 'workspaceAnimation': '1', 'animationSpeedFactor': '100', 'winPreviewIconSize': '1', 'winTitlePosition': '0', 'startupState': '2', 'overviewMode': '2', 'workspaceSwitcherAnimation': '1', 'searchIconSize': '96', 'searchViewScale': '104', 'appGridIconSize': '-1', 'appGridColumns': '0', 'appGridRows': '0', 'appGridFolderIconSize': '-1', 'appGridFolderColumns': '0', 'appGridFolderRows': '0', 'appGridFolderIconGrid': '3', 'appGridContent': '0', 'appGridIncompletePages': 'false', 'appGridOrder': '0', 'appFolderOrder': '0', 'appGridNamesMode': '1', 'appGridActivePreview': 'true', 'appGridFolderCenter': 'false', 'appGridPageWidthScale': '90', 'appGridSpacing': '5', 'searchWindowsOrder': '1', 'searchFuzzy': 'false', 'searchMaxResultsRows': '5', 'dashShowWindowsBeforeActivation': '1', 'dashIconScroll': '1', 'dashIsolateWorkspaces': 'false', 'searchWindowsIconScroll': '1', 'panelVisibility': '0', 'panelPosition': '0', 'windowAttentionMode': '0', 'wsSwPopupHPosition': '50', 'wsSwPopupVPosition': '95', 'wsSwPopupMode': '1', 'wsSwitcherWraparound': 'false', 'wsSwitcherIgnoreLast': 'false', 'favoritesNotify': '0', 'notificationPosition': '1', 'osdPosition': '6', 'hotCornerAction': '1', 'hotCornerPosition': '6', 'hotCornerFullscreen': 'true', 'hotCornerRipples': 'false', 'alwaysActivateSelectedWindow': 'false', 'winPreviewSecBtnAction': '2', 'winPreviewMidBtnAction': '1', 'winPreviewShowCloseButton': 'true', 'windowIconClickAction': '1', 'overlayKeyPrimary': '1', 'overlayKeySecondary': '1', 'overviewEscBehavior': '0', 'newWindowFocusFix': 'false', 'appGridPerformance': 'true', 'windowThumbnailScale': '20', 'workspaceSwitcherPopupModule': 'true', 'workspaceAnimationModule': 'true', 'workspaceModule': 'true', 'windowManagerModule': 'true', 'windowPreviewModule': 'true', 'windowAttentionHandlerModule': 'true', 'windowThumbnailModule': 'true', 'swipeTrackerModule': 'true', 'searchControllerModule': 'true', 'searchModule': 'true', 'panelModule': 'true', 'overlayKeyModule': 'true', 'osdWindowModule': 'true', 'messageTrayModule': 'true', 'layoutModule': 'true', 'dashModule': 'true', 'appFavoritesModule': 'true', 'appDisplayModule': 'true', 'windowSearchProviderModule': 'true', 'extensionsSearchProviderModule': 'true'}</default>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
</schemalist>
|
BIN
extensions/45/vertical-workspaces/screenshots/screenshot.jpg
Normal file
After Width: | Height: | Size: 407 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot0.jpg
Normal file
After Width: | Height: | Size: 284 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot0.png
Normal file
After Width: | Height: | Size: 1,003 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot1.png
Normal file
After Width: | Height: | Size: 274 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot2.png
Normal file
After Width: | Height: | Size: 280 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot3.png
Normal file
After Width: | Height: | Size: 375 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot4.png
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
extensions/45/vertical-workspaces/screenshots/screenshot5.png
Normal file
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 1.2 MiB |
308
extensions/45/vertical-workspaces/stylesheet.css
Normal file
|
@ -0,0 +1,308 @@
|
|||
/*
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* stylesheet.css
|
||||
*/
|
||||
|
||||
/* General dash */
|
||||
#dash.vertical {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#dash.vertical .app-well-app,
|
||||
#dash.vertical .show-apps {
|
||||
/* left/right padding exceeds dash bg by 6px to
|
||||
cover spacing between dash and the edge of the screen
|
||||
so the icons will be selectable even at the edge
|
||||
this spacing must be accounted for in overview allocate() */
|
||||
padding-right: 16px;
|
||||
padding-left: 16px;
|
||||
/*spacing between icons*/
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#dash.vertical .dash-separator {
|
||||
height: 1px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
background-color: transparentize(#eeeeec, 0.7);
|
||||
}
|
||||
|
||||
#dash.vertical .overview-icon {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#dash.vertical .app-well-app-running-dot {
|
||||
margin: 4px 0px;
|
||||
}
|
||||
|
||||
#dash.vertical .app-well-app-running-dot-custom {
|
||||
margin: 4px 0px;
|
||||
width: 2px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#dash.vertical .dash-background {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#dash.vertical-gs3-left .dash-background {
|
||||
border-radius: 0 18px 18px 0;
|
||||
border-left: 0px;
|
||||
padding: 8px 12px 8px 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#dash.vertical-gs3-right .dash-background {
|
||||
border-radius: 18px 0 0 18px;
|
||||
border-right: 0px;
|
||||
padding: 8px 4px 8px 12px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#dash.vertical-gs3-left {
|
||||
margin-right: 6px;
|
||||
margin-left: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#dash.vertical-gs3-right {
|
||||
margin-right: 0px;
|
||||
margin-left: 6px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#dash.vertical-gs3-left .app-well-app,
|
||||
#dash.vertical-gs3-left .show-apps,
|
||||
#dash.vertical-gs3-right .app-well-app,
|
||||
#dash.vertical-gs3-right .show-apps {
|
||||
/* left/right padding exceeds dash bg by 6px to
|
||||
cover spacing between dash and the edge of the screen
|
||||
so the icons will be selectable even at the edge
|
||||
this spacing must be accounted for in overview allocate() */
|
||||
padding-right: 9px;
|
||||
padding-left: 9px;
|
||||
}
|
||||
|
||||
.dash-background-light {
|
||||
background-color: rgb(200, 200, 200);
|
||||
border-color: rgba(150, 150, 150, 0.4);
|
||||
}
|
||||
|
||||
.dash-background-reduced {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.app-well-app-running-dot {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.app-well-app-running-dot-custom {
|
||||
margin-bottom: 12px;
|
||||
width: 16px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
|
||||
/* add shadow to the app grid app label to be readable if it overlaps light icon below */
|
||||
.overview-icon-with-label, .folder-name-label {
|
||||
text-shadow: 1px 1px 3px rgba(33, 33, 33, 0.5);
|
||||
}
|
||||
|
||||
/* adjustment for the vertical ws switcher indicator popup*/
|
||||
.ws-switcher-indicator {
|
||||
padding: 3px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.ws-switcher-indicator:active {
|
||||
padding: 5px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
/* ws thumbnails captions */
|
||||
.ws-tmb-label {
|
||||
padding: 2px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgba(40,40,40,0.8);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.workspace-thumbnail-indicator {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.ws-tmb-labeled {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.ws-tmb-transparent {
|
||||
border: 0px;
|
||||
background-color: rgba(200, 200, 200, 0.2);
|
||||
}
|
||||
|
||||
/* app grid page indicatos */
|
||||
.page-indicator-icon {
|
||||
margin: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
.page-indicator {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/* GS 43 App Grid - indicators that show up when dragging icon */
|
||||
.prevPageIndicator {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background-gradient-start: rgba(255, 255, 255, 0.1);
|
||||
background-gradient-end: transparent;
|
||||
background-gradient-direction: vertical;
|
||||
border-radius: 100px 100px 0px 0px;
|
||||
}
|
||||
.nextPageIndicator {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background-gradient-start: transparent;
|
||||
background-gradient-end: rgba(255, 255, 255, 0.1);
|
||||
background-gradient-direction: vertical;
|
||||
border-radius: 0px 0px 100px 100px;
|
||||
|
||||
}
|
||||
/*
|
||||
.search-entry{
|
||||
background-color: rgba(200, 200, 200, 0.1);
|
||||
color: white;
|
||||
border-color: rgba(160, 160, 160, 0.4);
|
||||
}
|
||||
|
||||
.search-entry:hover,
|
||||
.search-entry:focus {
|
||||
background-color: rgba(200, 200, 200, 0.2);
|
||||
}*/
|
||||
|
||||
.search-entry-om2 {
|
||||
color: white;
|
||||
background-color: rgba(40, 40, 40, 1);
|
||||
}
|
||||
|
||||
.search-entry-om2:hover,
|
||||
.search-entry-om2:focus {
|
||||
background-color: rgba(50, 50, 50, 1);
|
||||
}
|
||||
|
||||
/* for static ws mode */
|
||||
/*.search-section-content-bg,*/
|
||||
.search-section-content-bg-om2 {
|
||||
border-radius: 26px;
|
||||
border: 1px, rgb(60, 60, 60);
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.search-section-content-bg-om2 {
|
||||
background-color: rgb(40, 40, 40);
|
||||
}
|
||||
|
||||
.search-section-content {
|
||||
background-color: rgba(200, 200, 200, 0.1);
|
||||
}
|
||||
|
||||
/* "no results" / "searching..." text*/
|
||||
.search-statustext, .search-statustext-om2 {
|
||||
background-color: rgba(200, 200, 200, 0.1);
|
||||
color: white;
|
||||
margin-top: 50px;
|
||||
padding: 30px;
|
||||
border-radius: 20px;
|
||||
text-shadow: 0px 0px 5px rgb(23, 23, 23);
|
||||
}
|
||||
|
||||
.search-statustext-om2 {
|
||||
background-color: rgb(40, 40, 40);
|
||||
border: 1px rgba(200, 200, 200, 0.1);
|
||||
}
|
||||
|
||||
#panel:overview, .transparent-panel {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* reduce spacing between app icons in search results */
|
||||
.grid-search-results {
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
/* hide vertical scroll bar, it's distracting in the search results */
|
||||
StButton#vhandle {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.show-apps-icon-horizontal-hide {
|
||||
width: 0;
|
||||
margin: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
.show-apps-icon-vertical-hide {
|
||||
height: 0;
|
||||
margin: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
.workspace-close-button {
|
||||
color: white;
|
||||
background-color: dimgrey;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
|
||||
border: 0px;
|
||||
border-radius: 35px;
|
||||
}
|
||||
|
||||
.workspace-close-button-hover {
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
|
||||
/* ws tmb placeholder */
|
||||
.placeholder-vertical {
|
||||
background-size: contain;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
/* reduce size of hot corner ripples to half */
|
||||
.ripple-box {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.osd-window {
|
||||
margin: 4em;
|
||||
}
|
||||
|
||||
.app-folder .overview-icon,
|
||||
.edit-folder-button,
|
||||
.folder-name-entry {
|
||||
background-color: rgba(200, 200, 200, 0.08);
|
||||
}
|
||||
|
||||
.app-folder-dialog-vshell {
|
||||
background-color: rgba(200, 200, 200, 0.08);
|
||||
}
|
||||
|
||||
.app-folder-dialog {
|
||||
border-color: rgba(160, 160, 160, 0.3);
|
||||
}
|
||||
|
||||
.edit-folder-button:hover,
|
||||
.app-folder:hover .overview-icon,
|
||||
.app-folder:focus .overview-icon {
|
||||
background-color: rgba(200, 200, 200, 0.15);
|
||||
}
|
||||
|
||||
/* reduce quick menu buttons height in GS44 */
|
||||
/*.quick-toggle,
|
||||
.quick-menu-toggle {
|
||||
min-height: 42px;
|
||||
}*/
|