Extension module for Windows Explorer to render SVG thumbnails, so that you can have an overview of your SVG files.
From Releases download and run appropriate binary for your system. Note: you probably need an unsigned version as the signed binary certificate was revoked (#29) around Dec 2019.
Then kill explorer.exe
and icon cache
(ref):
TASKKILL /IM explorer* /F
DEL "%localappdata%\IconCache.db" /A
explorer.exe
Make sure you download the right architecture (the 32 bit installer will run on a 64 bit system, but the extension will not function).
Development install exe's are created from every commit through the continual-integration system.
- From https://ci.appveyor.com/project/tibold/svg-explorer-extension/history
- Select a recent build showing green, then click Artifacts.
Being dev releases, they might not work. Current status:
Warning: it's about 10 GB.
- QtCreator
- Qt SDK - MSVC 2017 64-bit using Qt Maintenance Tool installed with QtCreator. Might be problems if install MSVC 32 bit at same time. (Qt Creator & SDK: 7.2 GB)
- MS Visual Studio - build tools only else many more GB. Reboots necessary, read the notes (2.5 GB)
- Windows SDK
- Inno Setup v6
Chocolatey installation:
choco install qtcreator, windows-sdk-10.-0, innosetup
choco install visualstudio2017buildtools
choco install visualstudio2017-workload-vctools ^
--params "--add Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre"
Quick start after developer env is set:
git clone https://github.com/tibold/svg-explorer-extension.git
cd svg-explorer-extension\deployment
.\build.cmd
Tibold Kandrai started the project in 2012, first on Google Code, Codeplex. Life happened and Tibold didn't have time to work on it any more, though the extension continued to work more than it didn't so people kept using it.
In 2017 Codeplex shut down and turned into a read-only warehouse. Matt Wilkie imported the project to GitHub and continued to maintain the project as best as a python-not-c++ guy could. The extension continued to work more than not, though the problems started to add up as Windows continued to evolve and change underfoot.
In late 2019 a lucky confluence of stubborn brute force learning on Matt's part and newly active and knowledgeable contributors (Daniel, Simon, Voodoo) revived the feared soon-to-be-comatose project. Bugs were fixed and automatic binary builds came into being. Life rebounded. Right on the heels of this, Tibold regained attention time for side-projects and again assumed the project owner mantle.
On 1st of January, 2020 version v1.0.0 was released including all bug fixes and up to date dependencies. Let's see where the rest of the year takes us. :-)
Thank you's for helping make this a better project (emoji key):
- Qt - dev platform and libraries
- Jeremy@urk - initial example
- Tibold Kandrai - Project creator and primary developer
Daniel Beardsmore 💻 |
Simon Sobisch 📖 💻 |
💻 |
Tibold Kandrai |
Matt Wilkie 🚧 |
This project follows the all-contributors specification. Contributions of all kinds welcome (code, docs, user support, ...).