storkCore

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-03-13
13:30
Added a mediaplayer component Leaf check-in: 2aa70203bb user: setok tags: trunk
2023-02-24
09:46
Tiny cleanup check-in: 73896af3fa user: setok tags: rel1.0, trunk
2023-02-23
14:15
Added a hello world with multiple views from shared model check-in: a36f0b9dd3 user: setok tags: trunk
14:15
Added simple hello world check-in: 1cfea04f86 user: setok tags: trunk
14:15
Added hello world example with no cloning. check-in: d79cbc8f38 user: setok tags: trunk
12:36
Added an example for how basic cloning works. check-in: ebb4baccf7 user: setok tags: trunk
2022-12-02
12:28
Don't allow counter to go beyond 0 (if date is in past, just show 0 left) check-in: c01fbd3cb5 user: setok tags: trunk
2022-11-26
16:28
Removed some debug output check-in: b06bd6e823 user: setok tags: trunk
16:00
(no comment) check-in: 32ca15a4ea user: setok tags: trunk
15:59
Created a controller for doing visual countdowns Also with an example Closed-Leaf check-in: 01915a765b user: setok tags: countdownComponent
2022-11-25
14:41
Create new branch named "countdownComponent" check-in: 0ccf0b2540 user: setok tags: countdownComponent
2022-03-24
20:02
Merged work done courtesy of Attractive.ai check-in: 687d3d0918 user: setok tags: trunk
18:57
Allow templateFromProperty to work without matching template. If templateFromProperty is used we no longer throw an error if the matching template from HTML is not found. In that case nothing is rendered. Leaf check-in: d92c13cc78 user: setok tags: poe
15:07
Removed unused drawed() function check-in: 3dba570498 user: setok tags: poe
14:30
Added new model matching capabilities * Matching to a HTML element based on a ListModel property * Setting of HTML element CSS class based on model property check-in: 9aab33abd9 user: setok tags: poe
2022-01-31
13:12
Some documentation of what the Poe example is showing check-in: 1cd33c3530 user: setok tags: poe
12:29
More code cleanup check-in: 3c465144bd user: setok tags: poe
12:27
Documentation and code cleanup. check-in: e80f8e7de8 user: setok tags: poe
12:07
Some code cleanup check-in: 21075bdaaf user: setok tags: poe
2022-01-26
14:25
Poe viewcontrollers correctly follow shared model changes check-in: 8323f439ca user: setok tags: poe
13:08
Testing having two Poes with same Model check-in: 1242f4909a user: setok tags: poe
12:46
Bit of cleanup check-in: 155c7242cf user: setok tags: poe
12:45
Poe can now move check-in: c0d18916c0 user: setok tags: poe
11:21
Adjusted Poe breathing times check-in: 5f2e32b2ab user: setok tags: poe
09:30
Scaling added to breathing. check-in: 3931427212 user: setok tags: poe
08:53
Poe breathes check-in: 3060d4f991 user: setok tags: poe
2022-01-25
09:41
Started new example with Attractive.ai's Poe character check-in: b758ca1f93 user: setok tags: poe
2022-01-19
16:19
Added example of using style attributes with list model Leaf check-in: 7c7e3db699 user: setok tags: styleAttrLink
2022-01-18
17:09
Added support for linking list items to style properties in HTML check-in: afe58344c2 user: setok tags: styleAttrLink
2022-01-14
14:22
(no comment) check-in: ddf3c35950 user: setok tags: styleAttrLink
14:21
Merged check-in: 0136d802ef user: setok tags: trunk
14:20
Create new branch named "styleAttrLink" check-in: 0e1324c855 user: setok tags: styleAttrLink
14:05
Small typo fix Closed-Leaf check-in: 5d56d523cb user: setok tags: emptySublist
2018-05-07
09:00
Added method for emptying a list check-in: d4aa32cbfb user: setok tags: emptySublist
2018-02-13
15:22
Cleaner implementation for the empty sublist check for listoflists check-in: da040a306b user: setok tags: emptySublist
2018-02-12
19:55
This version works for not displaying empty sublists However there is two calls to refresh() along the path to make that happen (due to the model not being ready on the first call). Need to figure out a way to avoid that. check-in: 9b5bcb6207 user: setok tags: emptySublist
2018-02-06
18:22
(no comment) check-in: 953053e8fb user: setok tags: emptySublist
12:28
(no comment) check-in: acabda570e user: setok tags: trunk
11:16
Model properties that are marked to be cloned work right. Also modified objectCopy() and clone() to react better if an undefined or null object is passed. In both cases the undefined or null is simply returned. Leaf check-in: 5d7f54f364 user: setok tags: clonedModelProps
10:35
Create new branch named "clonedModelProps" check-in: fb079b9d93 user: setok tags: clonedModelProps
10:35
Added a test that shows a problem in using clonedProperties and models check-in: db85a37148 user: setok tags: trunk
10:02
Version of StorkModel which uses object properties as model properties StorkModel has usually used a separate namespace for model properties, so as not to conflict with any property of Javascript objects. This causes some complexity but keeps things neat and separate. This version is an experiment in using the properties of the JS object directly as model properties. This simplifies some things but can cause namespace clashes with model property names and object property names. Leaf check-in: 5974c11c45 user: setok tags: modelPropsObProps
09:31
Create new branch named "modelPropsObProps" check-in: 30c6659ff4 user: setok tags: modelPropsObProps
09:30
Added support in ListOfListItem for only rendering if sublist has content This means that e.g. sections with empty sublists can be set to not appear. check-in: 52a362b577 user: setok tags: emptySublist
09:28
Create new branch named "emptySublist" check-in: 2e93e6d513 user: setok tags: emptySublist
2018-01-30
20:06
Updating some of the documentation check-in: 9c5b492093 user: setok tags: trunk
20:03
Remove irrelevant .gitignore file check-in: 7b84d26532 user: setok tags: trunk
19:57
Changed tests/ to examples/ While these are used for testing as well, they serve as examples for other possible users too, and are not anyway built with any kind of test framework. check-in: 849d2de981 user: setok tags: trunk
2018-01-29
15:30
Added push() to ListModel for pushing StorkModel objects directly. check-in: 5aecbe5f8e user: setok tags: trunk
14:43
Removed inaccurate comment check-in: 50fdee7b6e user: setok tags: trunk