alvanieto / vbox-runner

Allows you to start your VirtualBox virtual machines from Krunner (Alt-Space)
GNU General Public License v3.0
6 stars 3 forks source link

Create overview, sort by launch count, add screenshots #3

Closed alex1701c closed 4 years ago

alex1701c commented 4 years ago

Hello,

I have made some further changes to the plugin: First of all the source code has been formatted (default formatter of CLion). Additionally I have moved the updateAsNeccessary method in the prepare Slot. This way you don't have to worry about the method being thread save and it avoids issues where you have to retype a letter of your query, because the lock hasn't been released.

Furthermore the plugin can now display an overview of the available virtual machines and they are sorted by the launch count. To demonstrate this there are two screenshots in the README.md.

PS: The VBoxConfigReader class is now in a separate file, that is why git shows so many changes.