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
luz paz
78f230aa0f
README: Add anchor to img tag link
2022-03-01 12:35:31 -05:00
luz paz
b698b01bf6
README: add link to "What's this" tool page JIC
2022-03-01 12:32:48 -05:00
luz paz
f48fb1af35
Update README.md in preparation for inclusiong in Addon Manager
...
Several tweaks:
* Converted to full markdown syntax
* Added several sections
* Hid manual install section (to not clutter Addon Manager viewport
* tweaks
2022-03-01 12:26:30 -05:00
Suzanne Soy
8baac59832
Buttons for enabling the 3D preview (unstable)
2022-02-28 23:07:18 +00:00
Suzanne Soy
27a54983eb
removed trailing whitespace
2022-01-27 12:28:38 +00:00
Suzanne Soy
47dc6594e4
Document installation and uninstallation process
2022-01-27 12:00:16 +00:00
Suzanne Soy
96147eb94f
Merge branch 'main' of github.com:SuzanneSoy/SearchBar
2022-01-27 01:38:33 +00:00
Suzanne Soy
aced20dca3
Updated README with warning, place search bar in a standalone toolbar instead of the File toolbar.
2022-01-27 01:38:10 +00:00
Suzanne Soy
9ca2d79859
Merge pull request #2 from luzpaz/typos
...
Fix trivial typos
2022-01-26 16:59:03 +00:00
luz paz
08aeac99d6
Fix trivial typos
2022-01-25 13:24:43 -05:00
Suzanne Soy
6de4f8cc4b
formatting
2021-10-16 21:34:21 +01:00
Suzanne Soy
8dce42bd85
Markdown formatting
2021-10-16 21:33:50 +01:00
Suzanne Soy
ea8e512645
Renamed repository
2021-10-16 21:32:58 +01:00
Suzanne Soy
81555fd4ea
Added licence badge to the README and the full text of the CC0 license
2021-10-16 21:27:48 +01:00
Suzanne Soy
b885b646a0
Added README
2021-10-16 20:47:12 +01:00
Suzanne Soy
570502f340
Cleanup
2021-10-16 20:36:47 +01:00
Suzanne Soy
6fe91fe9cd
Licence: CC0 (Public Domain)
2021-10-16 20:36:27 +01:00
Suzanne Soy
d862be5f40
Prevent segault when doing right-click actions on the extra info panel
2021-10-16 20:15:33 +01:00
Suzanne Soy
004dd3edfd
Cleanup: removed debug messages
2021-10-06 04:24:23 +01:00
Suzanne Soy
80b79e886a
Cache params
2021-10-06 04:22:46 +01:00
Suzanne Soy
350fe5293b
Placeholder action for params, hierarchy of params
2021-10-06 04:19:54 +01:00
Suzanne Soy
f907ad3950
Added search provider for params
2021-10-06 03:37:29 +01:00
Suzanne Soy
0dae12db60
Added "what's this" to the search bar itself, but I think this uses the built-in FreeCAD help which does not work on my copy right now
2021-10-06 01:54:10 +01:00
Suzanne Soy
26019aa60b
Fixed shortcuts, used proper Qt shortcuts, circumvented a bug in Qt shortcuts where home & end do not work by reverting some of the old code
2021-10-06 01:51:34 +01:00
Suzanne Soy
3d5d0c4161
Cleanup; show "loading…" message when loading from cache on first click.
2021-10-05 23:54:16 +01:00
Suzanne Soy
659680cce6
Reduced the SearchBox code loaded on startup to the absolute minimum
2021-10-04 02:33:37 +01:00
Suzanne Soy
a09f4683d2
Split into multiple files
2021-10-04 00:28:06 +01:00
Suzanne Soy
aeb8269cbc
Added a couple of small to-dos
2021-10-03 00:51:46 +01:00
Suzanne Soy
c6ca132e6e
Circumvent segfault when reloading list of tools; displaying a dialog box and clearing the focus seems to do the trick, probably some part of the old list of tools was in use and got replaced before being cleaned up properly.
2021-10-03 00:49:07 +01:00
Suzanne Soy
25d0ed1e7c
Fixed bugs related to the loss of focus from the 3D view and other 3D view bugs
2021-10-02 23:48:38 +01:00