Skip to content

Commit

Permalink
Add file chooser popup menu icons, #36
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Sep 28, 2015
1 parent 28d9d17 commit 90c2944
Show file tree
Hide file tree
Showing 16 changed files with 196 additions and 156 deletions.
6 changes: 4 additions & 2 deletions UI/CHANGES
Expand Up @@ -3,13 +3,15 @@
-Now Tab#onHide() is called before Tab#dispose()
-VisValidatableTextField ChangeEvent is now fired after input validation
-Fixes bug with input dialog with validator, it was possible to enter invalid value
-Fixed MenuItem not using bigger icons when using SkinScale.X2
-FileChooser:
-Added tooltips for back, forward, and parent directory buttons
-Added "New directory" button next to path field
-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()))
-I18N:
-added entries: back, forward, parentDirectory, newDirectory, popupDeleteFileFailed, contextMenuMoveToTrash, contextMenuMoveToTrashWarning
-I18N changes: added entries: back, forward, parentDirectory, newDirectory, popupDeleteFileFailed, contextMenuMoveToTrash, contextMenuMoveToTrashWarning
-Skin changes: added iconFolderNew, iconFolderStar, iconTrash

[0.8.2] [LibGDX 1.6.4]
-API Addition: VisValidableTextField#restoreLastValidText()
Expand Down
Binary file added UI/assets-raw/x1/icon-folder-star.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-trash.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-folder-star.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-trash.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 90c2944

Please sign in to comment.