Monroe Clinton
1b5b1e4153
Calendar: Implement saving, loading, and displaying of calendars
...
The user can now save, load, and view calendars. A calendar is made up
of an array of events which are saved in a JSON file. In the future we
should implement the iCalendar standard instead of using a custom
format.
2023-08-07 13:14:58 -06:00
kleines Filmröllchen
61bb9103c2
Base+Userland: Add support for QOA files everywhere
...
This adds MIME type sniffing,
`file` support,
LaunchServer support to open QOA in SoundPlayer,
and audio icons
2023-03-10 04:07:14 -07:00
Sam Atkins
8b8e91d4da
Base: Give CMakeCache.txt files a CMake icon
2023-03-09 12:37:40 +00:00
Cubic Love
0cfce93e51
Base+Presenter: Add icons for Presenter
...
Add application and filetype icons for Presenter in 32px and 16px
2023-02-01 19:17:48 +01:00
Brandon Jordan
121181e392
Base: Add video file type icon
...
This adds a file type icon for video files.
2023-01-12 22:25:31 +01:00
electrikmilk
c53fed7911
Base: Add .gitconfig to Git file icon files
...
This adds .gitconfig to git in the file icon provider.
2022-09-10 06:28:48 +00:00
electrikmilk
56a719daf8
Base: Add Assembly file type icon
...
This adds 16x16 and 32x32 file type icons for assembly files.
2022-09-08 10:06:55 +01:00
electrikmilk
a0e3289cf3
Base: Add CMakeLists file type icon
...
This adds a file icon for CMakeLists.txt files.
2022-09-06 18:06:57 +01:00
electrikmilk
ce166785d7
Base: Add Git file type icons
...
This adds 16x16 and 32x32 Git file icons for files like .gitignore, etc.
2022-09-06 07:38:09 +01:00
electrikmilk
67eee46319
Base: Add shell script file type icon
...
This adds a file type icon for shell scripts.
2022-09-05 20:34:42 +01:00
electrikmilk
6247bbc65b
Base: Add Ruby File Type Icon
...
This adds a file type icon for Ruby (.rb) files.
2022-09-05 09:24:15 +01:00
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