Suzanne Soy
13eb34bb36
Compatibility with FreeCAD 20.2
2023-04-12 20:03:27 +01: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
Suzanne Soy
aee0069136
Fixed height of the text widget for document object previews
2021-10-02 22:43:03 +01:00
Suzanne Soy
9967b4dab3
Turned this into a standalone FreeCAD Mod
2021-10-02 20:36:53 +01:00
Suzanne Soy
669e557d10
Ignore __pycache__
2021-10-02 15:24:29 +01:00
Suzanne Soy
90ab723967
SearchTools: caching and improved speed
2021-10-02 15:17:14 +01:00
Suzanne Soy
11334787fe
Circumvented the most problematic bugs in the 3D view, it seems better but might still cause trouble when switching workbenches due to the premature destruction of all descendants of the widgets?
2021-10-01 01:31:40 +01:00
Suzanne Soy
1ac64133ae
WIP, having some bugs with the 3D view still
2021-09-30 23:39:02 +01:00
Suzanne Soy
c3233e6c9c
Run tools, show extra info
2021-09-01 01:32:06 +01:00
Suzanne Soy
16dc258800
WIP on custom search box
2021-08-30 13:57:07 +01:00
Suzanne Soy
33f9b663cf
Serialization works, but the qcompleter is more of a headache than initially assumed.
2021-08-30 00:13:13 +01:00
Suzanne Soy
5361fcbbe1
SearchTools crashes FreeCAD (different crash)
2021-08-17 02:10:38 +01:00
Suzanne Soy
3c7ab81e17
SearchTools crashes FreeCAD
2021-08-17 01:57:05 +01:00
Suzanne Soy
f5cc02e6b8
WIP, XternalApps mostly works, currently investigating SearchTools
2021-08-17 01:21:19 +01:00