January 1, 2015, 10:35 (GMT) |
Merge branch 'master' into asset-experiments Conflicts: source/blender/editors/space_file/filelist.c source/blender/editors/space_file/filelist.h source/blender/editors/space_file/space_file.c |
January 1, 2015, 10:11 (GMT) |
Merge branch 'master' into asset-experiments |
January 1, 2015, 10:10 (GMT) |
SpaceFile: Cleanup: fix stupid indices in `filelist_from_main()` Dead code (currently), but still... |
January 1, 2015, 10:08 (GMT) |
Merge branch 'master' into asset-experiments Conflicts: source/blender/editors/space_file/filelist.c source/blender/editors/space_file/filelist.h source/blender/editors/space_file/space_file.c |
December 31, 2014, 19:45 (GMT) |
SpaceFile: Tweak thumbnail to avoid restarting the job needlessly. |
December 31, 2014, 19:13 (GMT) |
SpaceFile: Refactor sorting and filtering of filelist. New code shall be more easy to maintain and extend. Sorting is now handled quite the same as filtering, and all filtering parameters are now packed into a sub-struct to help extending it later. Also done some optimizations in filelist refresh, and sorting/filtering area. Now we should avoid re-sorting and re-filtering too often, also removed calls to those in read_xxx funcs. Note thumbnail job is still started basically on each call to `file_refresh()`, will be addressed in next commit. |
December 31, 2014, 18:25 (GMT) |
SpaceFile: Filelist: reorder a bit things, also cleanup some unused and pure-private funcs. |
December 31, 2014, 11:00 (GMT) |
Merge branch 'master' into asset-experiments |
December 29, 2014, 15:50 (GMT) |
Merge branch 'master' into asset-experiments |
December 28, 2014, 11:52 (GMT) |
Merge branch 'master' into asset-experiments |
December 28, 2014, 11:49 (GMT) |
Change timer of readdir job to 10ms, this gives an 'immediate' listing for most usual cases, as in current master. |
December 27, 2014, 16:26 (GMT) |
Merge branch 'master' into asset-experiments |
December 26, 2014, 20:50 (GMT) |
Fix one more issue - we need a string length callback too, for pure 'virtual' RNA strings... |
December 26, 2014, 18:58 (GMT) |
Fix a mem leak in file listing threaded code, and another bug in fsmenu.c (new named bookmarks). |
December 26, 2014, 17:37 (GMT) |
Merge branch 'master' into asset-experiments Conflicts: release/scripts/startup/bl_ui/__init__.py source/blender/editors/interface/interface_utils.c |
December 22, 2014, 15:01 (GMT) |
Fix some 'minor' errors in fsmenuentry RNA name handling. Still have a nice mem leak somewhere too... :/ |
December 22, 2014, 14:20 (GMT) |
Add buttons to add/remove bookmarks, and to reset recent list. |
December 22, 2014, 13:47 (GMT) |
Filebrowser uilist bookmarks: add icons as expected. |
December 22, 2014, 13:39 (GMT) |
You can now edit bookmarks (and recent) names... |
December 22, 2014, 11:25 (GMT) |
WIP UILists for filebrowser: add access to three remaining types. This also change update of active bookmark indices to happen in file_refresh(). Still not fully working, of course. |
|