Skip to content

Commit

Permalink
Add "New directory" button, add chooser tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Sep 26, 2015
1 parent 44ecb6b commit c945ab4
Show file tree
Hide file tree
Showing 15 changed files with 385 additions and 213 deletions.
5 changes: 5 additions & 0 deletions UI/CHANGES
Expand Up @@ -3,6 +3,11 @@
-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
-FileChooser:
-Added tooltips for back, forward, and parent directory buttons
-Added "New directory" button next to path field
-I18N:
-added entries: back, forward, parentDirectory, newDirectory

[0.8.2] [LibGDX 1.6.4]
-API Addition: VisValidableTextField#restoreLastValidText()
Expand Down
131 changes: 131 additions & 0 deletions UI/assets-raw/icon-folder-new.svg
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-folder-new.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-new.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions UI/src/com/kotcrab/vis/ui/i18n/FileChooser.properties
Expand Up @@ -30,6 +30,12 @@ open=Open
# Used on confirm button when dialog is in SAVE mode
save=Save

#Buttons tooltips texts
back=Back
forward=Forward
parentDirectory=Parent directory
newDirectory=New directory

directoryNoLongerExists=Directory does no longer exist!

popupTitle=Message
Expand Down

0 comments on commit c945ab4

Please sign in to comment.