Commit Graph

53 Commits

Author SHA1 Message Date
michael
389c496b28 * Merging revisions 445,446 from trunk:
------------------------------------------------------------------------
    r445 | michael | 2019-04-05 16:38:30 +0200 (Fri, 05 Apr 2019) | 1 line
    
    * Add current packages to pas2js command-line
    ------------------------------------------------------------------------
    r446 | michael | 2019-04-05 16:44:47 +0200 (Fri, 05 Apr 2019) | 1 line
    
    * P2JS can be overridden (build system)
    ------------------------------------------------------------------------
2019-04-05 14:49:55 +00:00
michael
3ef1d36194 * Merging revisions 422 from trunk:
------------------------------------------------------------------------
    r422 | michael | 2019-04-01 10:49:29 +0200 (Mon, 01 Apr 2019) | 1 line
    
    * Fix some warnings
    ------------------------------------------------------------------------
2019-04-04 18:29:13 +00:00
michael
28d49fe196 * Merging revisions 423,424,425,426 from trunk:
------------------------------------------------------------------------
    r423 | michael | 2019-04-01 10:50:00 +0200 (Mon, 01 Apr 2019) | 1 line
    
    * Add FileReader class
    ------------------------------------------------------------------------
    r424 | michael | 2019-04-01 10:50:26 +0200 (Mon, 01 Apr 2019) | 1 line
    
    * Add enum type
    ------------------------------------------------------------------------
    r425 | michael | 2019-04-01 10:50:55 +0200 (Mon, 01 Apr 2019) | 1 line
    
    * Make channel/message public, so they can be used in other service constructors
    ------------------------------------------------------------------------
    r426 | michael | 2019-04-01 11:01:51 +0200 (Mon, 01 Apr 2019) | 1 line
    
    * Removed unused unit and procedure
    ------------------------------------------------------------------------
2019-04-04 18:28:48 +00:00
michael
396b864ad8 * Merging revisions 428,429 from trunk:
------------------------------------------------------------------------
    r428 | michael | 2019-04-02 22:04:38 +0200 (Tue, 02 Apr 2019) | 1 line
    
    * Added makefile to compile all demos
    ------------------------------------------------------------------------
    r429 | michael | 2019-04-02 22:22:18 +0200 (Tue, 02 Apr 2019) | 1 line
    
    * Add webcompiler target
    ------------------------------------------------------------------------
2019-04-03 10:05:08 +00:00
mattias
04dceec983 demo: updated webgl 2019-03-16 22:03:53 +00:00
mattias
82f1432ac6 demo: less hints 2019-03-16 22:03:34 +00:00
mattias
d936dcfe15 updated demos 2019-03-16 22:02:58 +00:00
mattias
1a4412c115 demo: updated lpi 2019-03-16 22:02:31 +00:00
mattias
20b8b81f9d demo: updated lpi 2019-03-16 22:02:12 +00:00
mattias
96e26566cd demo: fcldb: updated lpi 2019-03-16 22:01:51 +00:00
mattias
7c06836e11 demo: updated lpi 2019-03-16 22:00:24 +00:00
mattias
348b3897a0 demo: chartjs: updated lpi 2019-03-16 22:00:07 +00:00
mattias
a12193a390 demo: rtl: set all lpi to compatibility mode 2019-03-16 21:59:51 +00:00
michael
8e46daef77 * Merging revisions r356,r357,r358,r359,r365,r366,r373,r374,r376 from trunk:
------------------------------------------------------------------------
    r356 | michael | 2019-03-07 09:46:06 +0100 (Thu, 07 Mar 2019) | 1 line
    
    * Auto-detect JSON type
    ------------------------------------------------------------------------
    r357 | michael | 2019-03-07 09:46:40 +0100 (Thu, 07 Mar 2019) | 1 line
    
    * Allow descendents to configure data requests
    ------------------------------------------------------------------------
    r358 | michael | 2019-03-07 09:51:16 +0100 (Thu, 07 Mar 2019) | 1 line
    
    * SQLDBRestBridge components and first demo
    ------------------------------------------------------------------------
    r359 | michael | 2019-03-07 09:55:15 +0100 (Thu, 07 Mar 2019) | 1 line
    
    * Small fix in html, add missing closing tr tag
    ------------------------------------------------------------------------
    r365 | michael | 2019-03-09 21:02:37 +0100 (Sat, 09 Mar 2019) | 1 line
    
    * Add logout method
    ------------------------------------------------------------------------
    r366 | michael | 2019-03-09 21:03:01 +0100 (Sat, 09 Mar 2019) | 1 line
    
    * Fix detection of push state api
    ------------------------------------------------------------------------
    r373 | michael | 2019-03-12 04:44:14 +0100 (Tue, 12 Mar 2019) | 1 line
    
    * Let TBlobField descend of TField
    ------------------------------------------------------------------------
    r374 | michael | 2019-03-12 09:11:52 +0100 (Tue, 12 Mar 2019) | 1 line
    
    * TBlobField must bet TBinaryField descendent, but needs to allow size 0
    ------------------------------------------------------------------------
    r376 | michael | 2019-03-12 19:24:17 +0100 (Tue, 12 Mar 2019) | 1 line
    
    * Fixes for working with the JSONStreamer
    ------------------------------------------------------------------------
2019-03-13 10:20:38 +00:00
mattias
677d1b7ad1 demos: updated for Laz 2.0 2019-03-11 12:29:02 +00:00
michael
9d14376259 * added chartjs and demos from Silvio Clecio 2019-02-02 09:48:52 +00:00
mattias
d2d2044319 demo: fixed demoxhr, issue 34980 2019-01-31 16:16:51 +00:00
mattias
ce04b7c283 demo: fixed compile, issue 34963 2019-01-28 08:03:23 +00:00
michael
1f7eb3dbeb * Fix paths 2019-01-17 09:49:07 +00:00
michael
1d7bd679af * Added TJSPDF class by Silvio Clecio 2019-01-13 15:15:31 +00:00
mattias
e922c46cea demo: webgl: fixed compile 2018-12-23 13:50:06 +00:00
mattias
46fd5f4831 demo: webgl: clean up 2018-12-23 13:48:11 +00:00
mattias
4730228187 demo: webgl: fixed compile 2018-12-23 13:47:18 +00:00
mattias
a466924024 demo webgl: undo remove 2018-12-23 13:38:46 +00:00
mattias
30bc693118 removed webgl example, it never compiled 2018-12-23 13:32:38 +00:00
michael
b8e3bcccaf * Add Data Abstract classes and demo (read-only for the moment) 2018-12-23 11:16:40 +00:00
michael
4d3eef11e8 * Web compiler, initial demo 2018-12-04 21:43:26 +00:00
mattias
4066cecd67 demo: fixed compile demoload 2018-11-02 22:18:31 +00:00
mattias
e3c64cec62 demo: fixed compile demoload 2018-11-02 22:18:18 +00:00
mattias
21d7e531e6 demo: fixed compile of demodb 2018-11-02 22:17:50 +00:00
mattias
9f8fcf5d38 demo: fixed restserver on darwin 2018-11-02 22:16:36 +00:00
michael
abceaab919 * Refactored and improved class2pas 2018-10-06 12:36:34 +00:00
michael
231bb41627 fix warning 2018-07-19 12:55:02 +00:00
michael
53a3015923 * Change OnApplyUpdates to be more future proof. 2018-07-19 07:07:35 +00:00
michael
00300a800d * Change AfterApplyUpdates so it gets all resolveinfo from the batch 2018-07-18 07:25:52 +00:00
mattias
8bda483894 rtl: added JSDelete 2018-06-14 13:54:31 +00:00
mattias
d3e2e69826 typinfo: added GetStrProp, SetStrProp, GetOrdProp, SetStrProp 2018-06-05 22:17:12 +00:00
mattias
d374918a94 removed compiled 2018-06-03 11:56:54 +00:00
mattias
b9e7c5aa1f demos: webgl 2018-05-28 20:09:33 +00:00
michael
a75ff377bd * Additions from Mattias for interface support 2018-04-07 13:02:57 +00:00
michael
9ef47345a8 * Fix compiler options, target should be browser 2018-03-06 15:53:39 +00:00
michael
16a721e9fa * Fix compilation after TJSJSON returns now a JSValue, no longer object 2018-03-06 15:52:10 +00:00
michael
961fe77586 * Fix compilation after TJSJSON returns now a JSValue, no longer object 2018-03-06 15:51:31 +00:00
michael
4710b7342c * Fix compilation after TJSJSON returns now a JSValue, no longer object 2018-03-06 15:50:41 +00:00
michael
efbdea550d * Fix compilation after refactoring of ExtJSDataset in separate units 2018-03-06 15:49:33 +00:00
michael
3df8a9b070 * Fix compilation after refactoring of ExtJSDataset in separate units, and TJSJSON returns now a JSValue, no longer object 2018-03-06 15:48:55 +00:00
michael
8082c6993e * TJSJSON.Parse must return a JSValue, JSON spec was amended (https://tools.ietf.org/html/rfc7159) 2018-02-08 20:28:36 +00:00
michael
c9c60fe061 * Corrected promise object, added examples 2018-02-04 16:41:39 +00:00
michael
1575021928 * Remove no longer needed webscroll unit 2018-01-29 20:00:00 +00:00
michael
d04b6d44ea * Demo for webrouter unit 2018-01-29 19:57:34 +00:00