Commit Graph

1975 Commits

Author SHA1 Message Date
Charles Gagnon
eb09f2ac51 Add panel padding options 2025-02-17 18:42:24 -05:00
Yevhen Popok
195a795062 Update Ukrainian translation 2025-02-17 00:23:47 +02:00
Charles Gagnon
f330ea2122 Fix secondary shortcut overlay active when disabling while shown 2025-02-15 22:13:46 -05:00
Charles Gagnon
55ee9d0fff Add option to show hotkeys overlay on secondary monitors
gh-2237
2025-02-15 19:29:46 -05:00
Charles Gagnon
5ab5804ffd Adjust panel margins for all positions and gs top panel 2025-02-15 18:21:09 -05:00
Charles Gagnon
2b43ccee86 Only apply border radius to panel if not full length
gh-1819
2025-02-15 12:24:24 -05:00
Charles Gagnon
37192b5d6e Simplify basic settings scale 2025-02-15 11:32:22 -05:00
Charles Gagnon
bd3a7a9ac1 Add panel margins and padding
gh-1700
2025-02-15 00:23:02 -05:00
Charles Gagnon
720f231e95 Add dynamic length (dock mode) option
gh-1579
2025-02-14 19:26:52 -05:00
Charles Gagnon
d4f1d89724 Add global border radius slider
gh-1819
2025-02-13 18:35:58 -05:00
Charles Gagnon
f874553c68 Keep spread opened when dragging file over icon 2025-02-12 21:48:18 -05:00
Charles Gagnon
cb0648ed54 Merge pull request #2236 from xalt7x/fix/make-potfile
Makefile: Fix potfile generation
2025-02-12 17:32:30 -05:00
Charles Gagnon
01fcfa211f Show windows in single spread when workspaces aren't isolated 2025-02-12 16:58:51 -05:00
Yevhen Popok
8ea9827477 Makefile: Fix potfile generation
Sets the correct paths to JS files, as previously `make potfile` failed with error.

> make: *** No rule to make target 'prefs.js', needed by 'po/dash-to-panel.pot'.  Stop.
2025-02-12 23:24:13 +02:00
Charles Gagnon
0120770221 Add window spread as click action
gh-1741
2025-02-11 18:26:49 -05:00
Charles Gagnon
7ae5e86e12 Fix notification mappings missing .desktop 2025-02-11 00:35:55 -05:00
Charles Gagnon
f162ac0624 Centralize notifications state 2025-02-10 15:01:52 -05:00
Charles Gagnon
b5cdd6e240 Add simple message tray notifications handling
gh-1695
2025-02-09 14:17:50 -05:00
Charles Gagnon
a08805d24d Fix fillPreferencesWindow not async on 46 2025-02-07 18:45:29 -05:00
Charles Gagnon
eb8dcd70fa Prevent monitor id conflicts if no EDID 2025-02-07 17:30:32 -05:00
Charles Gagnon
9b39d5cc96 Update prefs dialog on monitors change 2025-02-07 09:22:53 -05:00
Charles Gagnon
0e3cee376c Activate prefs dialog if already opened 2025-02-06 23:30:40 -05:00
Charles Gagnon
54f7e76263 Tie panel settings to monitor ids
#1782 #1976 #2182
2025-02-06 20:13:47 -05:00
Charles Gagnon
3ad58f17d6 Add simple cache for json settings 2025-02-05 12:15:31 -05:00
Charles Gagnon
fcb1a39708 Add spinner to donation page 2025-02-05 10:55:00 -05:00
Charles Gagnon
b66d6e0430 Use gnome-shell monitor order 2025-02-04 21:50:43 -05:00
Charles Gagnon
e8565df417 Do not pass through appicons without window
#2218
2025-02-04 15:23:01 -05:00
Charles Gagnon
2544eb1774 Raise window on file dragover, wayland only atm
#2218
2025-02-04 13:42:48 -05:00
Charles Gagnon
e10891d43f Fix showappsbutton being destroyed by ubuntu-dock 2025-02-02 16:49:46 -05:00
Charles Gagnon
a1f3def0f7 Fix display redirect on v48
#2234
2025-02-02 08:43:43 -05:00
Charles Gagnon
89cfe5f0a7 Fix keybinding overwrite warnings 2025-02-01 18:47:37 -05:00
Charles Gagnon
5e6bf9850e Fix vertical assignments for gnome 48 2025-02-01 17:48:00 -05:00
Charles Gagnon
094ffeea30 Add gnome-shell 48 support 2025-02-01 17:32:09 -05:00
Charles Gagnon
4226fd8d43 Fix chrome actors all reported on primary monitor on session start
#1753

get_transformed_position and get_transformed_size return 0,0 for a few frames on gnome-shell start, so all initial chrome actor visibilities are evaluated based on the fullscreen status of the primary monitor, even if those actors are on a secondary monitor. Vanilla gnome-shell chrome actors are all on the primary monitor anyway, so this works "perfectly", of course
2025-02-01 13:07:29 -05:00
Charles Gagnon
3d3802bbfe Update README.md 2025-02-01 09:24:58 -05:00
Charles Gagnon
fdd4ba5fe7 Fix panel hiding when hovering over it during delay
#2083
2025-01-31 16:37:56 -05:00
Charles Gagnon
63a440062e Use GioUnix.OutputStream 2025-01-31 14:42:37 -05:00
Charles Gagnon
099528ddb9 Fix theme.get_border_image() is null 2025-01-31 13:40:29 -05:00
Charles Gagnon
50f08add0b Fix lint errors 2025-01-31 12:40:50 -05:00
Charles Gagnon
9dfcbfc378 Fix gjs "Finalizing GtkCheckButton, but it still has children left" warning 2025-01-31 12:24:03 -05:00
Charles Gagnon
3ad50642d4 Move js files to src directory 2025-01-31 12:23:26 -05:00
Charles Gagnon
d04104ff8a Format code 2025-01-31 11:49:22 -05:00
Charles Gagnon
a0d831c25e Merge pull request #2170 from Hirnmoder/beautify
Beautify DTP
2025-01-31 09:12:19 -05:00
Hirnmoder
2feedbf236 Merge branch 'master' of https://github.com/home-sweet-gnome/dash-to-panel into beautify 2025-01-31 07:50:50 +01:00
Hirnmoder
62b075e630 Merge branch 'master' of https://github.com/home-sweet-gnome/dash-to-panel into panel-border 2025-01-31 07:48:12 +01:00
Charles Gagnon
c3712b0954 Clear dummy app if icon is hidden 2025-01-30 17:11:32 -05:00
Charles Gagnon
5ccb84865a Keep icons color free if symbolic 2025-01-30 15:10:43 -05:00
Charles Gagnon
3f5c952664 Hide app details if Gnome Software is installed 2025-01-30 14:41:42 -05:00
Charles Gagnon
ac9c2b4b06 Add context menu to donation icon 2025-01-30 14:22:32 -05:00
Charles Gagnon
21bfe46e02 Update french translation 2025-01-30 11:31:28 -05:00