Ali Chraghi
f3f3b32a00
Base: Add SQL filetype icon
2022-03-27 23:16:38 +01:00
Ali Chraghi
cee460ab0b
Base: Add Database filetype icon
2022-03-27 23:16:38 +01:00
Arne Elster
3cc66b9726
Base: Associate mp3 files with SoundPlayer
...
Also give them the sound icon.
2022-02-26 16:01:26 +01:00
electrikmilk
7a5c4e7a1c
Base: Add WASM file type icon
...
Adds 16x16 and 32x32 filetype icons for Web Assembly files.
2022-02-26 15:30:29 +01:00
electrikmilk
861efc520e
Base: Add C file type icon
...
Add 16x16 and 32x32 file icons for C files.
2022-02-13 22:07:12 +01:00
electrikmilk
6858066e20
Base: Add PHP filetype icon
...
Add 16x16 and 32x32 file icons for PHP files.
2022-02-13 10:18:52 +01:00
electrikmilk
4263dad838
Base: Change JSON file icon to add CSS file icon
...
Add CSS icon and add replacement JSON icon as the colors conflict.
Update HackStudioWidget.cpp
2022-02-08 22:42:47 +00:00
electrikmilk
5aa803f7f2
Base: Use GML file type icon
2022-02-07 14:39:29 +01:00
Marcus Nilsson
ae5f5a4d50
Base: Add icon for palette files
2022-01-13 20:24:26 +01:00
Roberto Bampi
70660a79af
Base: Add archive icons and use them for compressed files
...
Both 16x16 and 32x32 variants have been added.
2021-12-08 17:59:00 +01:00
Tim Schumacher
9af5d1d7cd
FileIconProvider: Add soname libraries to the icon list
2021-11-10 14:42:49 +01:00
Jack Delahunt
4175be6960
Base: Add PixelPaint (*.pp) file type icons
2021-09-08 20:15:08 +01:00
Karol Kosek
f6f429bfbc
Base: Add csv file association
2021-08-22 10:37:20 +04:30
ngc6302h
80dba466db
FileIconProvider: Use sound icon for flac file extension
2021-06-30 00:58:06 +04:30
thankyouverycool
42717b5b79
Base: Add new icons for fonts and File Manager
2021-02-25 08:08:26 +01:00
Andreas Kling
c139b7fe78
Base: Remove *.hsp files
...
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-12-10 20:43:19 +01:00
Linus Groh
df9fe8fa7b
Base: Add filetype-json icons
2020-11-15 16:49:40 +01:00
Linus Groh
6b9ff8d6e2
LibGUI/FileIconProvider: Add config file and use patterns
...
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".
2020-11-15 16:49:40 +01:00