July 24, 2019, 19:34 (GMT) |
Show both size and date column by default |
July 24, 2019, 19:26 (GMT) |
Merge date and time column |
July 24, 2019, 18:56 (GMT) |
Merge branch 'master' into filebrowser_redesign |
July 22, 2019, 22:22 (GMT) |
Merge branch 'master' into filebrowser_redesign |
July 22, 2019, 22:06 (GMT) |
Correct icons and text off center by few pixels |
July 22, 2019, 21:15 (GMT) |
Use base 10 for file size strings (MB, KB, ... instead of MiB, KiB, ...) |
July 22, 2019, 20:36 (GMT) |
Make the column header interactive Clicking on the column header will sort the file list based on the clicked column. Note that sorting by time only is not supported, sorting by date already sorts by time and date. |
July 22, 2019, 17:52 (GMT) |
Cleanup: Use struct to wrap details column data Also, related cleanup. |
July 22, 2019, 17:29 (GMT) |
Add padding to details columns |
July 22, 2019, 17:19 (GMT) |
Draw details columns right aligned |
July 22, 2019, 16:50 (GMT) |
Show size column by default Could version patch this so file browsers in old files show size column too. IMHO not worth it though. |
July 22, 2019, 16:30 (GMT) |
Display option to choose details to show (file size, mod. time, etc.) Rather than letting the display mode have hardcoded details columns, let users choose which to select. Display modes can then be entirely different modes, not just detail levels. |
July 22, 2019, 14:49 (GMT) |
Draw column header in short-list view Similar to what you know from other file browsers, at the table top there's a row indicating column names and showing a little triangle to mark which column is used for sorting. Later, this will become interactive (to allow selecting sort method by clicking on a column name). I decided to hardcode drawing of this (like the rest of the file browser) and just offset the file layout a bit. However that requires some hacks for View2D and that the offset is respected in multiple places. So now I think using a separate region instead makes more sense. Leaving this as is now, code quality for file browser is pretty low anyway. |
July 21, 2019, 14:14 (GMT) |
Hide header by default in temp-window mode Also, place it at the bottom, the little triangle to toggle it looks misplaced at the top. |
July 21, 2019, 13:40 (GMT) |
Show view options in header if visible Brings back most of the buttons that were previously in the header back to it. When the header is visible, the filter (or better said display) popup is hidden. Also moves display type option into the filter/display popup. |
July 21, 2019, 13:17 (GMT) |
Fix error in previous commit |
July 21, 2019, 13:08 (GMT) |
Add recursion level and display size options to filter popup Those are the file-list specific options from the area 'View' menu. |
July 21, 2019, 12:46 (GMT) |
Move sorting options into filter popup Consistent to Outliner filter popup. |
July 21, 2019, 12:29 (GMT) |
Vertical layout for short list display type |
July 20, 2019, 17:46 (GMT) |
Fix directory-browse button shown next to file browser directory path Its purpose was to open a file browser to select a path, which doesn't make any sense for this button. |
|