July 28, 2019, 07:48 (GMT) |
Organize Cancel/Execute buttons according to the OS standard: Windows: Execute/Cancel Mac: Cancel/Execute Linux uses same order as the Mac in this case. That platform doesn't really have as strongly defined standards. |
July 28, 2019, 07:46 (GMT) |
Swap icons for vertical and horizontal list views These were wrongly used before |
July 28, 2019, 07:33 (GMT) |
Clean up of header Remove redundant controls, and rename Toolbar to Source List |
July 28, 2019, 07:32 (GMT) |
Use simple action names in the File Browser. Previously this was overly verbose. - Open Blender File -> Open - Save As Blender File > Save As etc |
July 28, 2019, 07:30 (GMT) |
Split Filter popover into Filter and Display Filter contains options about *what* to show Display contains options about *how* to show it I used prop_with_popover for the Filter popover too to force it to show the disclosure triangle. Ideally this would not be needed. |
July 28, 2019, 07:26 (GMT) |
Add context menu to File Browser |
July 28, 2019, 07:24 (GMT) |
Keymap: Make File Browser keymap consistent: - LMB Click to select - Double-click to open - Shift-click to select & fill - Ctrl-click to extend selection - Shift-drag to extend box - Ctrl-drag to subtract box RMB will be used for the context menu |
July 25, 2019, 23:28 (GMT) |
Merge branch 'master' into filebrowser_redesign |
July 25, 2019, 22:05 (GMT) |
Remove dead code Now handled in Python. |
July 25, 2019, 19:58 (GMT) |
Fix vertical list layout when thumnail view was active previously |
Revision 2f6831e by Brian Meisenheimer (filebrowser_redesign) July 25, 2019, 12:13 (GMT) |
Changed Displaytype to Vertical List and Horizontal List |
July 25, 2019, 01:20 (GMT) |
Add new/changed settings to version patching * Set flag to dynamically size file path region. Without this the region can be resized, which is not wanted. * Enable modification date/time and size details columns |
July 25, 2019, 01:11 (GMT) |
Use full area width for filepath region Also adjusts size for old files. |
July 25, 2019, 00:40 (GMT) |
Fix crash with narrow file list rendering |
July 25, 2019, 00:30 (GMT) |
Bring back active-default blue highlight for execute button It marks the button representing the operation executed with enter. |
July 25, 2019, 00:09 (GMT) |
Support toggling inverted sorting through column header (3 state) |
July 24, 2019, 23:52 (GMT) |
Support inverted sorting Adds a checkbox to the filter/display popup, to invert sorting. We do an additional pass to reverse the listbase order, rather than modifying the sort callbacks. That adds a overhead but guess it's not much of an issue. The alternative would make return values a bit cryptic. |
July 24, 2019, 22:48 (GMT) |
Fix background pattern not scrolling with view |
July 24, 2019, 22:24 (GMT) |
Align modification date column to center, size to the right |
July 24, 2019, 21:57 (GMT) |
Refactor drawing, use available with for name column Makes drawing use padding sizes more correctly, removing need for hardcoded alignment of elements. Since we now know the name column width in advance, we can do drawing in order (not reversed). |
|