mirror of
https://github.com/flynx/ImageGrid.git
synced 2026-01-02 16:31:09 +00:00
minor edits...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0528cd19d9
commit
af839977ba
@ -1,11 +1,10 @@
|
|||||||
[_] 17% Gen 3 current todo
|
[_] 16% Gen 3 current todo
|
||||||
[_] 34% High priority
|
[_] 33% High priority
|
||||||
[_] 50% Undo/Redo
|
[_] 6% mark-based operations
|
||||||
[X] basic one step
|
[_] 33% cropping selection
|
||||||
[_] push/pop state stack
|
[X] marked
|
||||||
[_] 20% mark-based operations
|
[_] by tag/collection
|
||||||
[X] crop (view only marked)
|
[_] by group
|
||||||
| used to further edit marked images...
|
|
||||||
[_] shift up/down
|
[_] shift up/down
|
||||||
[_] tag
|
[_] tag
|
||||||
[_] group
|
[_] group
|
||||||
@ -22,11 +21,10 @@
|
|||||||
| a list or a member image (primary).
|
| a list or a member image (primary).
|
||||||
[_] collection
|
[_] collection
|
||||||
| make or add to existing collection
|
| make or add to existing collection
|
||||||
[_] 33% cropping selection
|
[_] 50% Undo/Redo
|
||||||
[X] marked
|
[X] basic one step
|
||||||
[_] by tag/collection
|
[_] push/pop state stack
|
||||||
[_] by group
|
[_] 0% grouping / meta-image
|
||||||
[_] 0% grouping
|
|
||||||
[_] versions w. label image
|
[_] versions w. label image
|
||||||
| a set of images that is represented by one of the group
|
| a set of images that is represented by one of the group
|
||||||
[_] collection
|
[_] collection
|
||||||
|
|||||||
@ -12,8 +12,13 @@ var LOAD_THRESHOLD = 1
|
|||||||
var DEFAULT_SCREEN_IMAGES = 5
|
var DEFAULT_SCREEN_IMAGES = 5
|
||||||
var MAX_SCREEN_IMAGES = 12
|
var MAX_SCREEN_IMAGES = 12
|
||||||
|
|
||||||
|
// A stub image, also here for documentation...
|
||||||
var STUB_IMAGE_DATA = {
|
var STUB_IMAGE_DATA = {
|
||||||
id: 'SIZE',
|
id: 'SIZE',
|
||||||
|
// entity type, can be 'image', 'group'
|
||||||
|
type: 'image',
|
||||||
|
// entity state, can be 'single', 'grouped', 'hidden', ...
|
||||||
|
state: 'single',
|
||||||
ctime: 0,
|
ctime: 0,
|
||||||
path: './images/sizes/900px/SIZE.jpg',
|
path: './images/sizes/900px/SIZE.jpg',
|
||||||
preview: {
|
preview: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user