ebs-linuxnode-gui-kivy-core 3.4.0__tar.gz → 3.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ebs_linuxnode_gui_kivy_core-3.4.0/ebs_linuxnode_gui_kivy_core.egg-info → ebs-linuxnode-gui-kivy-core-3.4.2}/PKG-INFO +1 -9
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/structure.py +15 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/utils/launcher.py +23 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2/ebs_linuxnode_gui_kivy_core.egg-info}/PKG-INFO +1 -9
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs_linuxnode_gui_kivy_core.egg-info/SOURCES.txt +2 -0
- ebs-linuxnode-gui-kivy-core-3.4.2/ebs_linuxnode_gui_kivy_core.egg-info/scm_file_list.json +37 -0
- ebs-linuxnode-gui-kivy-core-3.4.2/ebs_linuxnode_gui_kivy_core.egg-info/scm_version.json +8 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/.gitignore +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/MANIFEST.in +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/animations/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/animations/composite.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/color.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/image.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/images/background.png +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/mixin.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/overlay.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/background/structured.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/basemixin.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/basenode.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/busy.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/display.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/log.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/nodeid.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/core/text.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/utils/__init__.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/utils/application.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/gui/kivy/utils/keyboard.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs_linuxnode_gui_kivy_core.egg-info/dependency_links.txt +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs_linuxnode_gui_kivy_core.egg-info/requires.txt +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs_linuxnode_gui_kivy_core.egg-info/top_level.txt +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/example/app.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/example/image.jpg +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/example/node.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/example/run.py +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/setup.cfg +0 -0
- {ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ebs-linuxnode-gui-kivy-core
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.2
|
|
4
4
|
Summary: Kivy GUI Core for EBS Linuxnode Applications
|
|
5
5
|
Home-page: https://github.com/ebs-universe/ebs-linuxnode-coregui-kivy
|
|
6
6
|
Author: Chintalagiri Shashank
|
|
@@ -12,11 +12,3 @@ Classifier: Programming Language :: Python
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.6
|
|
14
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
15
|
-
Requires-Dist: six
|
|
16
|
-
Requires-Dist: setuptools-scm
|
|
17
|
-
Requires-Dist: appdirs
|
|
18
|
-
Requires-Dist: kivy>=2.1.0
|
|
19
|
-
Requires-Dist: kivy-garden
|
|
20
|
-
Requires-Dist: kivy_garden.ebs.core>=1.3.0
|
|
21
|
-
Requires-Dist: kivy_garden.ebs.progressspinner>=1.2.0
|
|
22
|
-
Requires-Dist: ebs-linuxnode-core>=3.1.6
|
|
@@ -33,6 +33,7 @@ class BaseGuiStructureMixin(BaseIoTNode):
|
|
|
33
33
|
self._gui_sidebar = None
|
|
34
34
|
self._gui_sidebar_users = set()
|
|
35
35
|
self._gui_animation_layer = None
|
|
36
|
+
self._gui_overlay_center = None
|
|
36
37
|
super(BaseGuiStructureMixin, self).__init__(*args, **kwargs)
|
|
37
38
|
|
|
38
39
|
def install(self):
|
|
@@ -283,6 +284,20 @@ class BaseGuiStructureMixin(BaseIoTNode):
|
|
|
283
284
|
len(self.gui_root.children) - 1)
|
|
284
285
|
return self._gui_animation_layer
|
|
285
286
|
|
|
287
|
+
@property
|
|
288
|
+
def gui_overlay_center(self):
|
|
289
|
+
if not self._gui_overlay_center:
|
|
290
|
+
self._gui_overlay_center = AnchorLayout(
|
|
291
|
+
anchor_x="center",
|
|
292
|
+
anchor_y="center",
|
|
293
|
+
)
|
|
294
|
+
|
|
295
|
+
self.gui_primary_anchor.add_widget(
|
|
296
|
+
self._gui_overlay_center
|
|
297
|
+
)
|
|
298
|
+
|
|
299
|
+
return self._gui_overlay_center
|
|
300
|
+
|
|
286
301
|
@property
|
|
287
302
|
def window_size(self):
|
|
288
303
|
return Window.size
|
|
@@ -76,3 +76,26 @@ def prepare_kivy(node_config):
|
|
|
76
76
|
|
|
77
77
|
from kivy.support import install_twisted_reactor
|
|
78
78
|
install_twisted_reactor()
|
|
79
|
+
|
|
80
|
+
#
|
|
81
|
+
# Compatibility shim.
|
|
82
|
+
#
|
|
83
|
+
# Some versions of Kivy call the private Twisted API
|
|
84
|
+
# reactor._mainLoopShutdown() during shutdown. Newer Twisted reactors
|
|
85
|
+
# (e.g. ThreadedSelectReactor) no longer implement this method, causing
|
|
86
|
+
# application exit to fail with:
|
|
87
|
+
#
|
|
88
|
+
# AttributeError:
|
|
89
|
+
# 'ThreadedSelectReactor' object has no attribute
|
|
90
|
+
# '_mainLoopShutdown'
|
|
91
|
+
#
|
|
92
|
+
# Provide a no-op implementation if the reactor doesn't define one.
|
|
93
|
+
#
|
|
94
|
+
from twisted.internet import reactor
|
|
95
|
+
|
|
96
|
+
if not hasattr(reactor, "_mainLoopShutdown"):
|
|
97
|
+
def _mainLoopShutdown():
|
|
98
|
+
pass
|
|
99
|
+
|
|
100
|
+
reactor._mainLoopShutdown = _mainLoopShutdown
|
|
101
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ebs-linuxnode-gui-kivy-core
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.2
|
|
4
4
|
Summary: Kivy GUI Core for EBS Linuxnode Applications
|
|
5
5
|
Home-page: https://github.com/ebs-universe/ebs-linuxnode-coregui-kivy
|
|
6
6
|
Author: Chintalagiri Shashank
|
|
@@ -12,11 +12,3 @@ Classifier: Programming Language :: Python
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.6
|
|
14
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
15
|
-
Requires-Dist: six
|
|
16
|
-
Requires-Dist: setuptools-scm
|
|
17
|
-
Requires-Dist: appdirs
|
|
18
|
-
Requires-Dist: kivy>=2.1.0
|
|
19
|
-
Requires-Dist: kivy-garden
|
|
20
|
-
Requires-Dist: kivy_garden.ebs.core>=1.3.0
|
|
21
|
-
Requires-Dist: kivy_garden.ebs.progressspinner>=1.2.0
|
|
22
|
-
Requires-Dist: ebs-linuxnode-core>=3.1.6
|
|
@@ -31,6 +31,8 @@ ebs_linuxnode_gui_kivy_core.egg-info/PKG-INFO
|
|
|
31
31
|
ebs_linuxnode_gui_kivy_core.egg-info/SOURCES.txt
|
|
32
32
|
ebs_linuxnode_gui_kivy_core.egg-info/dependency_links.txt
|
|
33
33
|
ebs_linuxnode_gui_kivy_core.egg-info/requires.txt
|
|
34
|
+
ebs_linuxnode_gui_kivy_core.egg-info/scm_file_list.json
|
|
35
|
+
ebs_linuxnode_gui_kivy_core.egg-info/scm_version.json
|
|
34
36
|
ebs_linuxnode_gui_kivy_core.egg-info/top_level.txt
|
|
35
37
|
example/app.py
|
|
36
38
|
example/image.jpg
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
"MANIFEST.in",
|
|
4
|
+
".gitignore",
|
|
5
|
+
"setup.py",
|
|
6
|
+
"example/app.py",
|
|
7
|
+
"example/image.jpg",
|
|
8
|
+
"example/run.py",
|
|
9
|
+
"example/node.py",
|
|
10
|
+
"ebs/__init__.py",
|
|
11
|
+
"ebs/linuxnode/__init__.py",
|
|
12
|
+
"ebs/linuxnode/gui/__init__.py",
|
|
13
|
+
"ebs/linuxnode/gui/kivy/__init__.py",
|
|
14
|
+
"ebs/linuxnode/gui/kivy/background/image.py",
|
|
15
|
+
"ebs/linuxnode/gui/kivy/background/overlay.py",
|
|
16
|
+
"ebs/linuxnode/gui/kivy/background/__init__.py",
|
|
17
|
+
"ebs/linuxnode/gui/kivy/background/color.py",
|
|
18
|
+
"ebs/linuxnode/gui/kivy/background/structured.py",
|
|
19
|
+
"ebs/linuxnode/gui/kivy/background/mixin.py",
|
|
20
|
+
"ebs/linuxnode/gui/kivy/background/images/background.png",
|
|
21
|
+
"ebs/linuxnode/gui/kivy/animations/composite.py",
|
|
22
|
+
"ebs/linuxnode/gui/kivy/animations/__init__.py",
|
|
23
|
+
"ebs/linuxnode/gui/kivy/core/log.py",
|
|
24
|
+
"ebs/linuxnode/gui/kivy/core/text.py",
|
|
25
|
+
"ebs/linuxnode/gui/kivy/core/display.py",
|
|
26
|
+
"ebs/linuxnode/gui/kivy/core/__init__.py",
|
|
27
|
+
"ebs/linuxnode/gui/kivy/core/basemixin.py",
|
|
28
|
+
"ebs/linuxnode/gui/kivy/core/structure.py",
|
|
29
|
+
"ebs/linuxnode/gui/kivy/core/basenode.py",
|
|
30
|
+
"ebs/linuxnode/gui/kivy/core/busy.py",
|
|
31
|
+
"ebs/linuxnode/gui/kivy/core/nodeid.py",
|
|
32
|
+
"ebs/linuxnode/gui/kivy/utils/launcher.py",
|
|
33
|
+
"ebs/linuxnode/gui/kivy/utils/__init__.py",
|
|
34
|
+
"ebs/linuxnode/gui/kivy/utils/keyboard.py",
|
|
35
|
+
"ebs/linuxnode/gui/kivy/utils/application.py"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ebs_linuxnode_gui_kivy_core-3.4.0 → ebs-linuxnode-gui-kivy-core-3.4.2}/ebs/linuxnode/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|