Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-10 | FileIconProvider: Add soname libraries to the icon list | Tim Schumacher | |
2021-09-08 | Base: Add PixelPaint (*.pp) file type icons | Jack Delahunt | |
2021-08-22 | Base: Add csv file association | Karol Kosek | |
2021-06-30 | FileIconProvider: Use sound icon for flac file extension | ngc6302h | |
2021-02-25 | Base: Add new icons for fonts and File Manager | thankyouverycool | |
2020-12-10 | Base: Remove *.hsp files | Andreas Kling | |
HackStudio no longer has dedicated project files, so let's get rid of the *.hsp file concept. It'll eventually produce some files again, but they won't be the same kind of "project" files. | |||
2020-11-15 | Base: Add filetype-json icons | Linus Groh | |
2020-11-15 | LibGUI/FileIconProvider: Add config file and use patterns | Linus Groh | |
This moves file extension to icon mappings from compile time macros to an INI config file (/etc/FileIconProvider.ini), so file icons can easily be customized and extended :^) I also switched the format from a static file extension (".foo") to glob-like patterns ("*.foo", using StringUtils::matches()), which allows us to assign icons to specific exactly matching file names, like many IDEs do - e.g. "CMakeLists.txt" or ".prettierrc". |