Skip to content

Better file dialogue

Shlomi Domnenko requested to merge github/fork/ShlomiRex/better_file_dialog into master

This branch is for making file dialogue like file explorer, with Last modified and Size of files and folders and user can sort by those columns, support for diffirent column placement (last modified can be first column, etc..)

Source branch: master

Peek 2020-02-07 16-53

Bugs to fix:

  • When selecting an already selected row, it deselects it. Note: Issue #36047
  • When going up a directory or into directory I get this: (It still works, just throws error)

ERROR: deselect_all: Condition "item == prev_item" is true. At: scene/gui/tree.cpp:3210.

Features to implement:

  • Instead of tree title being just a string, turn it to button so when it is clicked, file dialogue will sort the entries by that column. Currently it is very complex maybe in the future
  • Add more rich Date options, like date formats and such. Instead of using _OS singleton to get date you can use Date Object. People don't like this feature, also it should be other pull request, unrelated to UI
  • Columns's width should change like when using SliderContainer Like the first, it is very complex, maybe in the future it will be available

Issues closed:

  • Issue #36047 - This pull request uses #36094 pull request

Merge request reports

Loading