Commit Graph

209 Commits

Author SHA1 Message Date
Géry Debongnie e95af73065 move core tests to tests/ folder 2019-03-14 11:40:23 +01:00
Géry Debongnie 027318bb98 move snabbdom into libs/ 2019-03-14 11:30:49 +01:00
Géry Debongnie f08ff9e5c2 move demo/static/src/ts/core to src/ 2019-03-14 11:23:10 +01:00
Géry Debongnie 2ffb0fd64c rename web into demo 2019-03-14 11:02:14 +01:00
Géry Debongnie 75218b65e7 improve library code generation, add versioning 2019-03-14 09:40:05 +01:00
Géry Debongnie 9580b34637 remove id generator from widget env 2019-03-14 09:04:06 +01:00
Géry Debongnie 03ffcc02ea add a way to easily package core as a library 2019-03-13 15:26:10 +01:00
Géry Debongnie 929178b5e8 add support for t-else directive with t-widget 2019-03-13 14:29:57 +01:00
Géry Debongnie 059aa042fe add word replacements feature in qweb_vdom 2019-03-13 14:20:48 +01:00
Géry Debongnie 72ac5a6943 change t-key to t-att-key, add new t-key 2019-03-13 14:10:15 +01:00
Géry Debongnie 2cd286f8cb allow multiple uses of t-on directive 2019-03-12 17:01:29 +01:00
Géry Debongnie 2fb6ebb0c5 small refactoring 2019-03-12 16:21:11 +01:00
Géry Debongnie 77e071f4eb define attachChild method in component 2019-03-12 10:31:16 +01:00
Géry Debongnie 98fe440a84 add control panel and some more interesting views 2019-03-11 14:57:18 +01:00
Géry Debongnie c3c060a028 move registries into env, reorganize some code 2019-03-07 17:01:02 +01:00
Géry Debongnie 4b02b74440 add different view types 2019-03-06 17:36:22 +01:00
Géry Debongnie 4fe7745a8a better log for mock rpcs 2019-03-06 16:17:46 +01:00
Géry Debongnie c0ea764481 work on action manager 2019-03-06 16:03:07 +01:00
Géry Debongnie 4145a5ebac add some docstring 2019-03-06 14:52:31 +01:00
Géry Debongnie 7d317a3764 improve root widget code 2019-03-06 14:28:41 +01:00
Géry Debongnie 9dffcf4cf6 display empty action when invalid tag for client action 2019-03-06 14:12:03 +01:00
Géry Debongnie 859e29a7ac NO TEST :( fix issue with some widget not being rendered 2019-03-06 14:00:00 +01:00
Géry Debongnie d1df2d53c3 add test to make sure we can load templates with empty str 2019-03-06 09:07:56 +01:00
Géry Debongnie a162e40fe0 test utils refactoring 2019-03-05 15:35:29 +01:00
Géry Debongnie 8926b8828f add support for notifications of type 'warning' 2019-03-05 10:31:03 +01:00
Géry Debongnie fa8919b36b qweb_vdom: add support for t-raw with siblings 2019-03-05 09:46:17 +01:00
Géry Debongnie 484692b53a support dynamic formatted attributes with dashes 2019-03-05 08:35:19 +01:00
Géry Debongnie b15761de8b refactoring: move files around 2019-03-04 17:00:29 +01:00
Géry Debongnie 0e31798459 display view type in views 2019-03-04 16:33:16 +01:00
Géry Debongnie ca5fa9ff18 display notifications in a declarative way 2019-03-04 15:47:51 +01:00
Géry Debongnie 1833f9e4a9 cleanup (remove old template) 2019-03-04 14:51:14 +01:00
Géry Debongnie e59b976dcb refactoring: widgets -> ui, discuss in subfolder 2019-03-04 14:49:00 +01:00
Géry Debongnie 3a761da764 refactoring (action management is now applied in root widget) 2019-03-04 14:40:40 +01:00
Géry Debongnie 0983ff0d24 allow static and dynamic attributes to combine in qweb 2019-03-04 11:26:15 +01:00
Géry Debongnie ca32d8b856 add generic o_hidden class 2019-03-04 11:03:10 +01:00
Géry Debongnie ceb089f945 slightly improve root template 2019-03-04 10:43:28 +01:00
Géry Debongnie 5435dd6d25 fix issue with test make store helper 2019-03-04 09:57:48 +01:00
Géry Debongnie 78c6dca104 allow t-if directive with t-widget 2019-03-04 09:44:19 +01:00
Géry Debongnie dc4738f1d3 fix small type issues 2019-03-04 08:31:56 +01:00
Géry Debongnie 9d715cb40d update readme 2019-03-04 08:31:49 +01:00
Géry Debongnie fec7a9caec work on action manager 2019-03-02 08:37:44 +01:00
Géry Debongnie 1f0ae87262 update document title on action done 2019-03-01 15:23:31 +01:00
Géry Debongnie 0e9edd4d17 update demo data for actions 2019-03-01 14:44:23 +01:00
Géry Debongnie 470154f8f9 add action cache to action manager 2019-03-01 11:26:00 +01:00
Géry Debongnie 3a44d41654 restore odoo behaviour on home url 2019-03-01 11:03:58 +01:00
Géry Debongnie 724181a5ba reorganize store code 2019-03-01 09:54:37 +01:00
Géry Debongnie 385156ee72 make doAction async 2019-02-27 13:37:21 +01:00
Géry Debongnie 264420a96b store refactoring 2019-02-27 13:28:46 +01:00
Géry Debongnie 16dc33cc05 fix issue with navbar in home menu with no active app 2019-02-20 15:04:06 +01:00
Géry Debongnie 203ce91e92 adapt tests 2019-02-20 10:22:18 +01:00