qcanvas 1.0.10.post1__py3-none-any.whl → 1.0.11__py3-none-any.whl
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.
- qcanvas/ui/course_viewer/course_viewer.py +6 -5
- {qcanvas-1.0.10.post1.dist-info → qcanvas-1.0.11.dist-info}/METADATA +1 -1
- {qcanvas-1.0.10.post1.dist-info → qcanvas-1.0.11.dist-info}/RECORD +5 -5
- {qcanvas-1.0.10.post1.dist-info → qcanvas-1.0.11.dist-info}/WHEEL +0 -0
- {qcanvas-1.0.10.post1.dist-info → qcanvas-1.0.11.dist-info}/entry_points.txt +0 -0
|
@@ -84,17 +84,18 @@ class CourseViewer(QWidget):
|
|
|
84
84
|
updates = sync_receipt.updates_by_course.get(self._course_id, None)
|
|
85
85
|
|
|
86
86
|
if updates is not None:
|
|
87
|
-
if len(updates.updated_resources) > 0:
|
|
88
|
-
|
|
87
|
+
# if len(updates.updated_resources) > 0:
|
|
88
|
+
# raise Exception("Looks like you forgot to update the other numbers??????"")
|
|
89
|
+
# self._highlight_tab(0)
|
|
89
90
|
|
|
90
91
|
if len(updates.updated_pages) > 0:
|
|
91
|
-
self._highlight_tab(
|
|
92
|
+
self._highlight_tab(0)
|
|
92
93
|
|
|
93
94
|
if len(updates.updated_assignments) > 0:
|
|
94
|
-
self._highlight_tab(
|
|
95
|
+
self._highlight_tab(1)
|
|
95
96
|
|
|
96
97
|
if len(updates.updated_messages) > 0:
|
|
97
|
-
self._highlight_tab(
|
|
98
|
+
self._highlight_tab(2)
|
|
98
99
|
else:
|
|
99
100
|
for index in range(0, 4):
|
|
100
101
|
self._unhighlight_tab(index)
|
|
@@ -17,7 +17,7 @@ qcanvas/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
17
17
|
qcanvas/ui/course_viewer/__init__.py,sha256=XkoFnh4ULw3_i-GDsOlueEWido0PkoDcN9_EX6-nkXY,76
|
|
18
18
|
qcanvas/ui/course_viewer/content_tree.py,sha256=sxYcNzyVUbZe-Nmoz7FXvmb9J6bNwqi8G7xZOtVqKhQ,3993
|
|
19
19
|
qcanvas/ui/course_viewer/course_tree.py,sha256=LkzquiAIKzFwB9dkOx-QmIp7CkKJ8R5Kk0aeYHQLu5s,2709
|
|
20
|
-
qcanvas/ui/course_viewer/course_viewer.py,sha256=
|
|
20
|
+
qcanvas/ui/course_viewer/course_viewer.py,sha256=X-bughys3-6MmrRb7-9vVgRixDZbzKBj66AeabJzmDo,3970
|
|
21
21
|
qcanvas/ui/course_viewer/tabs/__init__.py,sha256=SlfWUzk6_E5uM9GIV-y9BVeKMwqn3pRx_xWhMyb1dfI,54
|
|
22
22
|
qcanvas/ui/course_viewer/tabs/assignment_tab/__init__.py,sha256=w936dW7za10Fh6rN0zVA-7Kyiup3kd6C-mPAFHtxmy0,42
|
|
23
23
|
qcanvas/ui/course_viewer/tabs/assignment_tab/assignment_tab.py,sha256=_de3IPBCe27Bt8MoabcX1ZchBbVb-_QHVeYMvL3wzr8,1986
|
|
@@ -62,7 +62,7 @@ qcanvas/util/settings/_ui_settings.py,sha256=zlWMjpntuqm7ZN3aBEROGrXc4bhtKOfWijm
|
|
|
62
62
|
qcanvas/util/themes.py,sha256=BE6lMf0lVE-0G_QYhK5emMdtKG4lUJw76HFX4go7R80,473
|
|
63
63
|
qcanvas/util/ui_tools.py,sha256=bSM1xrmZPn847YEbXAC9VIAv--8hMLMWrsEMWGA5p3E,916
|
|
64
64
|
qcanvas/util/url_checker.py,sha256=gaV_KZZsG5bfJaGBv9jbHJjq0rVxIH55HRtucT6Qkx8,144
|
|
65
|
-
qcanvas-1.0.
|
|
66
|
-
qcanvas-1.0.
|
|
67
|
-
qcanvas-1.0.
|
|
68
|
-
qcanvas-1.0.
|
|
65
|
+
qcanvas-1.0.11.dist-info/METADATA,sha256=H9tWTHDdBf-2N6U7Obn1eI3NQAw_wPeAXPx_PpwzuN8,1710
|
|
66
|
+
qcanvas-1.0.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
67
|
+
qcanvas-1.0.11.dist-info/entry_points.txt,sha256=46VbnhQ9w2CYdfhYcPfWgjXYHjsKshu0asQ1B_sAMac,44
|
|
68
|
+
qcanvas-1.0.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|