[Editor] Loading bar

Feedback on past, current, and future development.
Post Reply
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

[Editor] Loading bar

Post by Greendogo »

When you click "Create a New Addon" or "Edit a Content File", it can take a while to load the content into the editor and this causes the window to "not-respond" and you have no indication of your wait time.

I suggest a simple loading bar should replace the open-content dialogue during the loading operation, and also fix the "not-responding" (at least on windows) issue.

I also kind of expected there to be more of an indication of activity in the terminal during startup, but this was all that was there:
Spoiler: Show
A loading indicator might be nice there too.
Last edited by Greendogo on 12 Feb 2014, 10:21, edited 1 time in total.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: [Editor] Loading bar

Post by Zini »

User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: [Editor] Loading bar

Post by Greendogo »

Ha, oh, I need to go to sleep. ;)
User avatar
pvdk
Posts: 528
Joined: 12 Aug 2011, 16:34

Re: [Editor] Loading bar

Post by pvdk »

For someone interested in implementing it: I used a thread for the libunshield stuff in the Wizard. As far as I know this is the right way to use QThread. The documentation on QThread still tells you to subclass it, which is the wrong way of doing things.

See this file in my wizard branch.
Post Reply