Skip to content

Commit ee734ce

Browse files
authored
Merge branch 'main' into lenemter/blur-support
2 parents 24d4f43 + 2e5e0bf commit ee734ce

File tree

420 files changed

+5524
-2744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

420 files changed

+5524
-2744
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
image: ghcr.io/elementary/docker:${{ matrix.version }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Install Dependencies
2424
run: |
2525
apt update
@@ -37,6 +37,6 @@ jobs:
3737
image: valalang/lint
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Lint
4242
run: io.elementary.vala-lint -d .

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Clone repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
token: ${{ secrets.GIT_USER_TOKEN }}
1616

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: elementary/actions/release@main
1515
env:
1616
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"

data/Application.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ launcher progressbar progress {
6464
min-width: 0;
6565
}
6666

67+
tooltip {
68+
margin-bottom: 0.5em;
69+
}
70+
6771
backgrounditem,
6872
icongroup {
6973
padding: 6px;

po/POTFILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ src/AppSystem/App.vala
66
src/AppSystem/AppSystem.vala
77
src/AppSystem/Launcher.vala
88
src/AppSystem/PoofPopover.vala
9+
src/AppSystem/Background/BackgroundAppRow.vala
10+
src/AppSystem/Background/BackgroundItem.vala
911
src/DBus/ItemInterface.vala
1012
src/DBus/ShellKeyGrabber.vala
1113
src/DBus/SwitcherooControl.vala

po/aa.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: io.elementary.dock\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-05-09 16:34+0000\n"
10+
"POT-Creation-Date: 2025-08-04 12:27+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -16,15 +16,27 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#: src/AppSystem/App.vala:88
19+
#: src/AppSystem/App.vala:89
2020
#, c-format
2121
msgid "Open with %s Graphics"
2222
msgstr ""
2323

24-
#: src/AppSystem/App.vala:94
24+
#: src/AppSystem/App.vala:95
2525
msgid "Keep in Dock"
2626
msgstr ""
2727

28+
#: src/AppSystem/Background/BackgroundAppRow.vala:36
29+
msgid "Quit"
30+
msgstr ""
31+
32+
#: src/AppSystem/Background/BackgroundItem.vala:33
33+
msgid "Background Apps"
34+
msgstr ""
35+
36+
#: src/AppSystem/Background/BackgroundItem.vala:35
37+
msgid "Apps running without a visible window."
38+
msgstr ""
39+
2840
#: src/DBus/SwitcherooControl.vala:70 src/DBus/SwitcherooControl.vala:98
2941
msgid "Default"
3042
msgstr ""

po/ab.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: io.elementary.dock\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-05-09 16:34+0000\n"
10+
"POT-Creation-Date: 2025-08-04 12:27+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -16,15 +16,27 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#: src/AppSystem/App.vala:88
19+
#: src/AppSystem/App.vala:89
2020
#, c-format
2121
msgid "Open with %s Graphics"
2222
msgstr ""
2323

24-
#: src/AppSystem/App.vala:94
24+
#: src/AppSystem/App.vala:95
2525
msgid "Keep in Dock"
2626
msgstr ""
2727

28+
#: src/AppSystem/Background/BackgroundAppRow.vala:36
29+
msgid "Quit"
30+
msgstr ""
31+
32+
#: src/AppSystem/Background/BackgroundItem.vala:33
33+
msgid "Background Apps"
34+
msgstr ""
35+
36+
#: src/AppSystem/Background/BackgroundItem.vala:35
37+
msgid "Apps running without a visible window."
38+
msgstr ""
39+
2840
#: src/DBus/SwitcherooControl.vala:70 src/DBus/SwitcherooControl.vala:98
2941
msgid "Default"
3042
msgstr ""

po/ace.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: io.elementary.dock\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-05-09 16:34+0000\n"
10+
"POT-Creation-Date: 2025-08-04 12:27+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -16,15 +16,27 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#: src/AppSystem/App.vala:88
19+
#: src/AppSystem/App.vala:89
2020
#, c-format
2121
msgid "Open with %s Graphics"
2222
msgstr ""
2323

24-
#: src/AppSystem/App.vala:94
24+
#: src/AppSystem/App.vala:95
2525
msgid "Keep in Dock"
2626
msgstr ""
2727

28+
#: src/AppSystem/Background/BackgroundAppRow.vala:36
29+
msgid "Quit"
30+
msgstr ""
31+
32+
#: src/AppSystem/Background/BackgroundItem.vala:33
33+
msgid "Background Apps"
34+
msgstr ""
35+
36+
#: src/AppSystem/Background/BackgroundItem.vala:35
37+
msgid "Apps running without a visible window."
38+
msgstr ""
39+
2840
#: src/DBus/SwitcherooControl.vala:70 src/DBus/SwitcherooControl.vala:98
2941
msgid "Default"
3042
msgstr ""

po/ae.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: io.elementary.dock\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-05-09 16:34+0000\n"
10+
"POT-Creation-Date: 2025-08-04 12:27+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -16,15 +16,27 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#: src/AppSystem/App.vala:88
19+
#: src/AppSystem/App.vala:89
2020
#, c-format
2121
msgid "Open with %s Graphics"
2222
msgstr ""
2323

24-
#: src/AppSystem/App.vala:94
24+
#: src/AppSystem/App.vala:95
2525
msgid "Keep in Dock"
2626
msgstr ""
2727

28+
#: src/AppSystem/Background/BackgroundAppRow.vala:36
29+
msgid "Quit"
30+
msgstr ""
31+
32+
#: src/AppSystem/Background/BackgroundItem.vala:33
33+
msgid "Background Apps"
34+
msgstr ""
35+
36+
#: src/AppSystem/Background/BackgroundItem.vala:35
37+
msgid "Apps running without a visible window."
38+
msgstr ""
39+
2840
#: src/DBus/SwitcherooControl.vala:70 src/DBus/SwitcherooControl.vala:98
2941
msgid "Default"
3042
msgstr ""

po/af.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: io.elementary.dock\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-05-09 16:34+0000\n"
10+
"POT-Creation-Date: 2025-08-04 12:27+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -16,15 +16,27 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#: src/AppSystem/App.vala:88
19+
#: src/AppSystem/App.vala:89
2020
#, c-format
2121
msgid "Open with %s Graphics"
2222
msgstr ""
2323

24-
#: src/AppSystem/App.vala:94
24+
#: src/AppSystem/App.vala:95
2525
msgid "Keep in Dock"
2626
msgstr ""
2727

28+
#: src/AppSystem/Background/BackgroundAppRow.vala:36
29+
msgid "Quit"
30+
msgstr ""
31+
32+
#: src/AppSystem/Background/BackgroundItem.vala:33
33+
msgid "Background Apps"
34+
msgstr ""
35+
36+
#: src/AppSystem/Background/BackgroundItem.vala:35
37+
msgid "Apps running without a visible window."
38+
msgstr ""
39+
2840
#: src/DBus/SwitcherooControl.vala:70 src/DBus/SwitcherooControl.vala:98
2941
msgid "Default"
3042
msgstr ""

0 commit comments

Comments
 (0)