summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/FileSystemModel.cpp
AgeCommit message (Collapse)Author
2020-04-26LibGUI: Create thumnail for gif filesHüseyin ASLITÜRK
2020-04-26LibGUI: Use enumerator macros for filetype iconsLinus Groh
2020-04-22LibGUI: Added error events to FileSystemModelangel
This will allow us to catch errors early on FileManager
2020-04-07LibGUI: Thumbnail keep the aspect ratio of the original file.VAN BOSSUYT Nicolas
2020-04-07Resources: Added filetype icon for object, library, text and unknown.VAN BOSSUYT Nicolas
2020-04-06LibGUI: Added the new icons to FileSystemModel.VAN BOSSUYT Nicolas
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
We also clean up some old references to the old G prefixed GUI classes This also fixes a potential bug with using: C_OBJECT_ABSTRACT(GAbstractButton) instead of C_OBJECT_ABSTRACT(AbstractButton)
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
LibCore's GZip is also moved into the Core namespace with this change.
2020-03-05LibGUI: Fix group name columns in FileSystemModelTibor Nagy
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13LibGUI: Have FileSystemModel accept url-list drags onto directoriesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling