From 13eb34bb361f0c44d81c6e01337d3b6bed3aa20a Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Wed, 12 Apr 2023 20:03:27 +0100 Subject: [PATCH] Compatibility with FreeCAD 20.2 --- BuiltInSearchResults.py => SearchBar/BuiltInSearchResults.py | 0 GetItemGroups.py => SearchBar/GetItemGroups.py | 0 IndentedItemDelegate.py => SearchBar/IndentedItemDelegate.py | 0 Init.py => SearchBar/Init.py | 0 InitGui.py => SearchBar/InitGui.py | 3 +++ RefreshTools.py => SearchBar/RefreshTools.py | 0 ResultsDocument.py => SearchBar/ResultsDocument.py | 0 ResultsPreferences.py => SearchBar/ResultsPreferences.py | 0 ResultsRefreshTools.py => SearchBar/ResultsRefreshTools.py | 0 ResultsToolbar.py => SearchBar/ResultsToolbar.py | 0 SafeViewer.py => SearchBar/SafeViewer.py | 0 SearchBox.py => SearchBar/SearchBox.py | 0 SearchBoxLight.py => SearchBar/SearchBoxLight.py | 0 SearchResults.py => SearchBar/SearchResults.py | 0 Serialize.py => SearchBar/Serialize.py | 0 Tango-System-search.svg => SearchBar/Tango-System-search.svg | 0 .../Tango-System-search.svg.url | 0 .../Tango-Tools-spanner-hammer.svg | 0 .../Tango-Tools-spanner-hammer.svg.url | 0 19 files changed, 3 insertions(+) rename BuiltInSearchResults.py => SearchBar/BuiltInSearchResults.py (100%) rename GetItemGroups.py => SearchBar/GetItemGroups.py (100%) rename IndentedItemDelegate.py => SearchBar/IndentedItemDelegate.py (100%) rename Init.py => SearchBar/Init.py (100%) rename InitGui.py => SearchBar/InitGui.py (94%) rename RefreshTools.py => SearchBar/RefreshTools.py (100%) rename ResultsDocument.py => SearchBar/ResultsDocument.py (100%) rename ResultsPreferences.py => SearchBar/ResultsPreferences.py (100%) rename ResultsRefreshTools.py => SearchBar/ResultsRefreshTools.py (100%) rename ResultsToolbar.py => SearchBar/ResultsToolbar.py (100%) rename SafeViewer.py => SearchBar/SafeViewer.py (100%) rename SearchBox.py => SearchBar/SearchBox.py (100%) rename SearchBoxLight.py => SearchBar/SearchBoxLight.py (100%) rename SearchResults.py => SearchBar/SearchResults.py (100%) rename Serialize.py => SearchBar/Serialize.py (100%) rename Tango-System-search.svg => SearchBar/Tango-System-search.svg (100%) rename Tango-System-search.svg.url => SearchBar/Tango-System-search.svg.url (100%) rename Tango-Tools-spanner-hammer.svg => SearchBar/Tango-Tools-spanner-hammer.svg (100%) rename Tango-Tools-spanner-hammer.svg.url => SearchBar/Tango-Tools-spanner-hammer.svg.url (100%) diff --git a/BuiltInSearchResults.py b/SearchBar/BuiltInSearchResults.py similarity index 100% rename from BuiltInSearchResults.py rename to SearchBar/BuiltInSearchResults.py diff --git a/GetItemGroups.py b/SearchBar/GetItemGroups.py similarity index 100% rename from GetItemGroups.py rename to SearchBar/GetItemGroups.py diff --git a/IndentedItemDelegate.py b/SearchBar/IndentedItemDelegate.py similarity index 100% rename from IndentedItemDelegate.py rename to SearchBar/IndentedItemDelegate.py diff --git a/Init.py b/SearchBar/Init.py similarity index 100% rename from Init.py rename to SearchBar/Init.py diff --git a/InitGui.py b/SearchBar/InitGui.py similarity index 94% rename from InitGui.py rename to SearchBar/InitGui.py index 94a8b25..9f01cff 100644 --- a/InitGui.py +++ b/SearchBar/InitGui.py @@ -1,3 +1,6 @@ +import sys +print("HIIIIIIIIIIIIIIII") +print("HOOOOOOOOOOOOOOOOOOO", file=sys.stderr) # Avoid garbage collection by storing the action in a global variable wax = None sea = None diff --git a/RefreshTools.py b/SearchBar/RefreshTools.py similarity index 100% rename from RefreshTools.py rename to SearchBar/RefreshTools.py diff --git a/ResultsDocument.py b/SearchBar/ResultsDocument.py similarity index 100% rename from ResultsDocument.py rename to SearchBar/ResultsDocument.py diff --git a/ResultsPreferences.py b/SearchBar/ResultsPreferences.py similarity index 100% rename from ResultsPreferences.py rename to SearchBar/ResultsPreferences.py diff --git a/ResultsRefreshTools.py b/SearchBar/ResultsRefreshTools.py similarity index 100% rename from ResultsRefreshTools.py rename to SearchBar/ResultsRefreshTools.py diff --git a/ResultsToolbar.py b/SearchBar/ResultsToolbar.py similarity index 100% rename from ResultsToolbar.py rename to SearchBar/ResultsToolbar.py diff --git a/SafeViewer.py b/SearchBar/SafeViewer.py similarity index 100% rename from SafeViewer.py rename to SearchBar/SafeViewer.py diff --git a/SearchBox.py b/SearchBar/SearchBox.py similarity index 100% rename from SearchBox.py rename to SearchBar/SearchBox.py diff --git a/SearchBoxLight.py b/SearchBar/SearchBoxLight.py similarity index 100% rename from SearchBoxLight.py rename to SearchBar/SearchBoxLight.py diff --git a/SearchResults.py b/SearchBar/SearchResults.py similarity index 100% rename from SearchResults.py rename to SearchBar/SearchResults.py diff --git a/Serialize.py b/SearchBar/Serialize.py similarity index 100% rename from Serialize.py rename to SearchBar/Serialize.py diff --git a/Tango-System-search.svg b/SearchBar/Tango-System-search.svg similarity index 100% rename from Tango-System-search.svg rename to SearchBar/Tango-System-search.svg diff --git a/Tango-System-search.svg.url b/SearchBar/Tango-System-search.svg.url similarity index 100% rename from Tango-System-search.svg.url rename to SearchBar/Tango-System-search.svg.url diff --git a/Tango-Tools-spanner-hammer.svg b/SearchBar/Tango-Tools-spanner-hammer.svg similarity index 100% rename from Tango-Tools-spanner-hammer.svg rename to SearchBar/Tango-Tools-spanner-hammer.svg diff --git a/Tango-Tools-spanner-hammer.svg.url b/SearchBar/Tango-Tools-spanner-hammer.svg.url similarity index 100% rename from Tango-Tools-spanner-hammer.svg.url rename to SearchBar/Tango-Tools-spanner-hammer.svg.url