Paul Ebbers
|
0c8bb6b866
|
Merge branch 'Develop' of https://github.com/APEbbers/SearchBar into Develop
|
2025-01-11 13:57:47 +01:00 |
|
Paul Ebbers
|
07ff7a88bb
|
Fixed issue were not all wb's were shown
|
2025-01-11 13:57:41 +01:00 |
|
Paul Ebbers
|
9438e13051
|
Update README.md
|
2025-01-11 13:34:43 +01:00 |
|
pre-commit-ci[bot]
|
3ab85867d9
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-01-11 12:33:44 +00:00 |
|
Paul Ebbers
|
92526c9b65
|
Fixed PySide6 import
|
2025-01-11 13:30:57 +01:00 |
|
Paul Ebbers
|
ebbb39ab00
|
Improvement on selection + Fix iwth copy from contextmenu
|
2025-01-11 13:27:22 +01:00 |
|
Paul Ebbers
|
5fbeab5eb3
|
updated version
|
2025-01-10 19:33:03 +01:00 |
|
pre-commit-ci[bot]
|
f35228c43f
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2025-01-10 18:32:26 +00:00 |
|
Paul Ebbers
|
ba2471e592
|
updated .gitignore
|
2025-01-10 19:30:36 +01:00 |
|
Paul Ebbers
|
4f63352360
|
added precommit files
|
2025-01-10 19:29:19 +01:00 |
|
Paul Ebbers
|
5d5ef545d3
|
Moved translate inside def
|
2025-01-10 19:26:12 +01:00 |
|
Paul Ebbers
|
718401b049
|
Added translation folder + updated strings for translations
|
2025-01-10 19:22:33 +01:00 |
|
Paul Ebbers
|
adc14d0155
|
Fixed issue were click events were not working on Windows - test 1
|
2025-01-10 18:59:39 +01:00 |
|
Paul Ebbers
|
38b68fe3d7
|
Added Parameters_SearchBar.py for parametes across the addon
|
2025-01-10 15:42:44 +01:00 |
|
Paul Ebbers
|
53ed074ba5
|
Added resources folder
|
2025-01-10 15:21:24 +01:00 |
|
Paul Ebbers
|
d11564e84a
|
Changed Serialize.py to Serialize_SearcdhBar.py
|
2024-11-30 18:22:43 +01:00 |
|
Paul Ebbers
|
8d244addd1
|
update version
|
2024-11-29 14:03:10 +01:00 |
|
Paul Ebbers
|
ce852b0817
|
new serialize function
|
2024-11-29 13:56:47 +01:00 |
|
Paul Ebbers
|
159488b35a
|
update settings.json
|
2024-11-29 13:54:32 +01:00 |
|
Paul Ebbers
|
e7fd230269
|
Merge pull request #9 from luzpaz/luzpaz-patch-1
README: update bugtracker link
|
2024-11-13 22:15:36 +01:00 |
|
luzpaz
|
5ae025cc61
|
Update README.md
|
2024-11-13 15:49:10 -05:00 |
|
Paul Ebbers
|
8b056948b0
|
Update package.xml
|
2024-11-13 18:40:01 +01:00 |
|
Paul Ebbers
|
840f0c7b54
|
Updated package.xml
|
2024-11-08 19:08:09 +01:00 |
|
Paul Ebbers
|
6c9c3f474d
|
Fixed issue with PySide6 and Obsolete QTextCodec
|
2024-11-08 00:58:22 +01:00 |
|
Paul Ebbers
|
23df9a8686
|
test2
|
2024-11-07 23:31:50 +01:00 |
|
Paul Ebbers
|
036f1919f2
|
Changed PySide6 to PySide
|
2024-11-07 23:21:01 +01:00 |
|
Paul Ebbers
|
bef6f91b3c
|
first test
|
2024-11-07 23:16:46 +01:00 |
|
Suzanne Soy
|
09b07037a6
|
bump version number
|
2023-06-01 21:59:20 +01:00 |
|
Suzanne Soy
|
0371610e5c
|
Add debug messages for #16
|
2023-06-01 21:49:12 +01:00 |
|
Suzanne Soy
|
a6668a6873
|
Depend on lxml, and display a warning if it cannot be found.
|
2023-06-01 21:40:12 +01:00 |
|
Suzanne Soy
|
a44e5143a3
|
When the cache is outdated, there will be attempts to fetch the icons of workbenches which don't exist anymore. Added a conditional to prevent a crash in this case.
|
2023-04-15 14:54:04 +01:00 |
|
Suzanne Soy
|
77bbb6002a
|
Fixes #18 "After first use, the RETURN key is permanently and globally bound and tries to run the first entry in the search results"
|
2023-04-13 05:40:22 +01:00 |
|
Suzanne Soy
|
6c229c76c9
|
Add icon and version to package.xml metadata
|
2023-04-13 03:15:38 +01:00 |
|
Suzanne Soy
|
eb8078bcc1
|
Merge pull request #14 from chennes/patch-1
|
2023-04-13 03:15:01 +01:00 |
|
Suzanne Soy
|
3fa09c4ce3
|
Revert "Compatibility with FreeCAD 20.2"
This reverts commit 13eb34bb36 .
|
2023-04-13 03:12:42 +01:00 |
|
Suzanne Soy
|
0498df77a7
|
Revert "Quick & dirty compatibility with FreeCAD 0.19"
This reverts commit 7bead8b260 .
|
2023-04-13 03:12:30 +01:00 |
|
Suzanne Soy
|
b4685ad6af
|
Merge pull request #15 from chennes/patch-2
Remove the trailing slash in the main URL
|
2023-04-12 20:55:42 +01:00 |
|
Suzanne Soy
|
7bead8b260
|
Quick & dirty compatibility with FreeCAD 0.19
|
2023-04-12 20:20:35 +01:00 |
|
Suzanne Soy
|
598b86e00a
|
Ignore the temp screenshots used to make the gif animation
|
2023-04-12 20:20:15 +01:00 |
|
Suzanne Soy
|
1592002bad
|
Remove debug prints
|
2023-04-12 20:08:35 +01:00 |
|
Suzanne Soy
|
13eb34bb36
|
Compatibility with FreeCAD 20.2
|
2023-04-12 20:03:27 +01:00 |
|
Chris Hennes
|
ce1520152d
|
Remove the trailing slash in the main URL
Silences warning from Addon Manager.
|
2022-06-22 18:09:53 -05:00 |
|
Chris Hennes
|
e473a50ce3
|
Update package.xml
|
2022-05-28 21:47:08 -05:00 |
|
Suzanne Soy
|
d13ae55211
|
README text around animations
|
2022-03-13 23:37:46 +00:00 |
|
Suzanne Soy
|
62061af89c
|
Added GIF animations showing how to use the search bar
|
2022-03-13 23:30:34 +00:00 |
|
Suzanne Soy
|
61037da9ac
|
apply fix from https://github.com/SuzanneSoy/SearchBar/issues/10
|
2022-03-12 19:30:31 +00:00 |
|
Suzanne Soy
|
40739754c6
|
Manual merge of https://github.com/SuzanneSoy/SearchBar/pull/9
|
2022-03-12 17:43:19 +00:00 |
|
Suzanne Soy
|
114433bb79
|
Merge branch 'main' of github.com:SuzanneSoy/SearchBar
|
2022-03-12 17:24:50 +00:00 |
|
Suzanne Soy
|
0b133ce96c
|
Added package.xml + search icon, actual URL of SVG for spanner&hammer icon.
|
2022-03-12 17:23:12 +00:00 |
|
Suzanne Soy
|
80316615dd
|
Merge pull request #3 from luzpaz/AddonManager-prep
Update README.md in preparation for inclusiong in Addon Manager
|
2022-03-03 19:17:16 +00:00 |
|