Skip to content

Commit

Permalink
Add common file types icon for FileChooser, #36
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Sep 29, 2015
1 parent 3e5a2c1 commit 5afb0de
Show file tree
Hide file tree
Showing 18 changed files with 286 additions and 175 deletions.
3 changes: 2 additions & 1 deletion UI/CHANGES
Expand Up @@ -10,8 +10,9 @@
-Added popup menu icons
-DefaultFileFilter class is now public so it's possible to extend it
-If your project uses JNA library you can enable moving files to trash instead of deleting them permanently (chooser.setFileDeleter(new JNAFileDeleter()))
-In file view added icons for common file types: text, images, audio and pdf. Custom icons can be supplied by setting FileIconProvider (see chooser.setIconProvider(...))
-I18N changes: added entries: back, forward, parentDirectory, newDirectory, popupDeleteFileFailed, contextMenuMoveToTrash, contextMenuMoveToTrashWarning
-Skin changes: added iconFolderNew, iconFolderStar, iconTrash
-Skin changes: added iconFolderNew, iconFolderStar, iconTrash, iconFileText, iconFileImage, iconFilePdf, iconFileAudio

[0.8.2] [LibGDX 1.6.4]
-API Addition: VisValidableTextField#restoreLastValidText()
Expand Down
Binary file added UI/assets-raw/x1/icon-file-audio.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x1/icon-file-image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x1/icon-file-pdf.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x1/icon-file-text.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x2/icon-file-audio.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x2/icon-file-image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x2/icon-file-pdf.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/assets-raw/x2/icon-file-text.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5afb0de

Please sign in to comment.