File tree 19 files changed +28
-22
lines changed
19 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.1
4
+
5
+ - Make windows that are 'visible on all workspaces' also visible on the animated workspace clones
6
+ - Use panel APIs to show/hide panels rather than using Clutter APIs against the panels actor (for better compatibility with the Blur Cinnamon extension)
7
+
3
8
## 2.0.0
4
9
5
10
- Added ability to use Flipper effects when changing the workspace via the "Workspace Switcher" applet
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Flipper.prototype = {
103
103
global . window_group . hide ( ) ;
104
104
105
105
Main . getPanels ( ) . forEach ( function ( panel ) {
106
- panel . actor . hide ( ) ;
106
+ panel . disable ( ) ;
107
107
} ) ;
108
108
109
109
if ( window && window . get_window_type ( ) !== Meta . WindowType . DESKTOP )
@@ -316,14 +316,15 @@ Flipper.prototype = {
316
316
let windows = global . get_window_actors ( ) ;
317
317
for ( let i = 0 ; i < windows . length ; i ++ ) {
318
318
let meta_window = windows [ i ] . get_meta_window ( ) ;
319
- if ( meta_window . get_workspace ( ) . index ( ) == workspaceIndex &&
319
+ if ( meta_window && meta_window . get_workspace ( ) &&
320
+ ( meta_window . get_workspace ( ) . index ( ) == workspaceIndex || meta_window . is_on_all_workspaces ( ) ) &&
320
321
! meta_window . minimized &&
321
322
meta_window . get_window_type ( ) !== Meta . WindowType . DESKTOP ) {
322
323
workspaceWindows . push ( meta_window ) ;
323
324
}
324
325
}
325
326
326
- // workspaceWindows.sort(Lang.bind(this, this._sortWindow));
327
+ workspaceWindows . sort ( Lang . bind ( this , this . _sortWindow ) ) ;
327
328
return workspaceWindows ;
328
329
// return workspaceWindows.reverse();
329
330
} ,
@@ -1513,7 +1514,7 @@ Flipper.prototype = {
1513
1514
Main . uiGroup . remove_actor ( this . actor ) ;
1514
1515
1515
1516
Main . getPanels ( ) . forEach ( function ( panel ) {
1516
- panel . actor . show ( ) ;
1517
+ panel . enable ( ) ;
1517
1518
} ) ;
1518
1519
1519
1520
global . window_group . show ( ) ;
Original file line number Diff line number Diff line change 20
20
" 5.0" ,
21
21
" 5.4"
22
22
],
23
- "version" : " 2.0.0 " ,
23
+ "version" : " 2.0.1 " ,
24
24
"url" : " https://github.com/ConnerHansen/Flipper" ,
25
25
"uuid" : " Flipper@connerdev" ,
26
26
"name" : " Flipper" ,
Original file line number Diff line number Diff line change 5
5
#, fuzzy
6
6
msgid ""
7
7
msgstr ""
8
- "Project-Id-Version : Flipper@connerdev 1 .0.6 \n "
8
+ "Project-Id-Version : Flipper@connerdev 2 .0.1 \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : \n "
13
13
"Last-Translator : \n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : \n "
10
10
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
11
11
"extensions/issues\n "
12
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
12
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
13
13
"PO-Revision-Date : 2024-08-22 01:52+0200\n "
14
14
"Last-Translator : Odyssey <odysseyhyd@gmail.com>\n "
15
15
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2017-06-10 17:39+0200\n "
13
13
"Last-Translator : Alan Mortensen <alanmortensen.am@gmail.com>\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2021-03-02 21:09+0100\n "
13
13
"Last-Translator : \n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2024-12-21 17:49+0000\n "
13
13
"Last-Translator : \n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : \n "
10
10
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
11
11
"extensions/issues\n "
12
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
12
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
13
13
"PO-Revision-Date : 2024-05-30 9:50+1\n "
14
14
"Last-Translator : Muxutruk <muxutruk2@users.noreply.github.com>\n "
15
15
"Language-Team : Basque <muxutruk2@users.noreply.github.com>\n "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ msgstr ""
7
7
"Project-Id-Version : Flipper@connerdev 1.0.3\n "
8
8
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
9
9
"extensions/issues\n "
10
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
10
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
11
11
"PO-Revision-Date : \n "
12
12
"Last-Translator : Kimmo Kujansuu <mrkujansuu@gmail.com>\n "
13
13
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Flipper@connerdev 1.0.6\n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : \n "
13
13
"Last-Translator : claudiux\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2024-10-02 10:07+0200\n "
13
13
"Last-Translator : Kálmán „KAMI” Szalai <kami911@gmail.com>\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2022-06-03 11:05+0200\n "
13
13
"Last-Translator : Dragone2 <dragone2@risposteinformatiche.it>\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2024-09-11 11:33+0200\n "
13
13
"Last-Translator : qadzek\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2021-09-26 21:23-0300\n "
13
13
"Last-Translator : Marcelo Aof\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2022-08-06 01:55+0200\n "
13
13
"Last-Translator : \n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ msgstr ""
4
4
"Project-Id-Version : \n "
5
5
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
6
6
"extensions/issues\n "
7
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
7
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
8
8
"PO-Revision-Date : \n "
9
9
"Last-Translator : blogdron\n "
10
10
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
10
10
"extensions/issues\n "
11
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
11
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
12
12
"PO-Revision-Date : 2021-03-15 20:55+0300\n "
13
13
"Last-Translator : Gökhan Gökkaya <gokhanlnx@gmail.com>\n "
14
14
"Language-Team : \n "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ msgstr ""
4
4
"Project-Id-Version : \n "
5
5
"Report-Msgid-Bugs-To : https://github.com/linuxmint/cinnamon-spices- "
6
6
"extensions/issues\n "
7
- "POT-Creation-Date : 2024-12-21 11:12 -0500\n "
7
+ "POT-Creation-Date : 2025-01-10 00:15 -0500\n "
8
8
"PO-Revision-Date : \n "
9
9
"Last-Translator : \n "
10
10
"Language-Team : \n "
You can’t perform that action at this time.
0 commit comments