[solved] Addon manager window larger than screen

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

[solved] Addon manager window larger than screen

Post by kisolre »

After this thread bump https://forum.freecadweb.org/viewtopic.php?f=3&t=32330 I decided to try and report back. It turned out that I already had parts library installed and there was an update. I decided to give it a try. After the update there were some lines of the git log under the addon list. Since that was new to me I tried to enlarge the window to see more of the log. And suddenly the dialog became larger than the screen:
AddonManager_Update.JPG
AddonManager_Update.JPG (216.03 KiB) Viewed 733 times
. There are another addons that have updates so I can try to reproduce it again if there is interest...
Last edited by kisolre on Fri Aug 30, 2019 5:37 am, edited 1 time in total.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Addon manager window larger than screen

Post by Kunda1 »

That's annoying. Can you open up a ticket on FreeCAD-addons for both issues please. and link back to their respective forum threads so that others can find the bug reports
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Addon manager window larger than screen

Post by Kunda1 »

Is this still happening on the latest 0.19 nightly for you?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Addon manager window larger than screen

Post by kisolre »

I think it was fixed somewhere else. And also with the new Addon manager design does it show the git log any more? I dont have anything that needs updating now so cant check how it looks.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Addon manager window larger than screen

Post by Kunda1 »

kisolre wrote: Tue Jun 18, 2019 5:28 am I think it was fixed somewhere else. And also with the new Addon manager design does it show the git log any more? I dont have anything that needs updating now so cant check how it looks.
I can't test until the latest appimage is uploaded with the latest AddonManager UI changes.

I bet it's possible to pull a previous version of a freecad-addon (submodule) in ~/src/Mod/ and then open freecad and check with the addon manager. Not sure how to do this. Anyone have any ideas?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Addon manager window larger than screen

Post by Kunda1 »

Here is how you can test the above :point_up_2:
Most likely you have A2plus workbench installed right? (this workbench uses tags which is convenient).
Steps:
  • cd ~/FreeCAD/Mod/A2plus/
  • git reset --hard "v0.4.21"
    Result: HEAD is now at b2c53a4 Merge pull request #281 from kbwbe/devel
  • In Addon Manager run check updates
Essentially, we're rolling back the A2plus code to a previous tag release.
git reset --hard "<tagname>"
FYI, tags are listed at https://github.com/kbwbe/A2plus/tags

Edit: Added this tip to https://www.freecadweb.org/wiki/Std_Add ... on_Manager
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Addon manager window larger than screen

Post by kisolre »

Kunda1 wrote: Tue Jun 18, 2019 9:57 am In Addon Manager run check updates
There is no "Check for updates" any more. You either check one by one or set option to autocheck all on startup and then update all.
I tried your suggestion. But now addon manager does not display the log so all looks Ok. Window is properly resized.
I consider this not problem relevant/deprecated.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Addon manager window larger than screen

Post by Kunda1 »

kisolre wrote: Tue Jun 18, 2019 11:50 am
Can you please provide feedback on the Addon Manager now (regarding https://github.com/FreeCAD/FreeCAD-addons/issues/119 ) ?
Thanks!
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Addon manager window larger than screen

Post by kisolre »

I tried with 0.18.3 and the window stays in screen. For the new design in 0.19 there was never such problem. I will mark the thread as "Solved".

OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16117 (Git)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: dbb4cc6415bac848a294f03b80f65e888d531742
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Bulgarian/Bulgaria (bg_BG)
Post Reply