From commits-return-2693-archive-asf-public=cust-asf.ponee.io@royale.apache.org Sun Mar 11 12:47:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6440018060F for ; Sun, 11 Mar 2018 12:47:45 +0100 (CET) Received: (qmail 28446 invoked by uid 500); 11 Mar 2018 11:47:44 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 28437 invoked by uid 99); 11 Mar 2018 11:47:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2018 11:47:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E1AAF807D5; Sun, 11 Mar 2018 11:47:43 +0000 (UTC) Date: Sun, 11 Mar 2018 11:47:43 +0000 To: , "' commits@royale.apache.org" , '@gitbox.apache.org, Subject: [royale-asjs] branch jewel-ui updated (8067961 -> 706fd64) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152076886359.15950.13902307361786549312@gitbox.apache.org> From: carlosrovira@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/jewel-ui X-Git-Reftype: branch X-Git-Oldrev: 80679612258ae274589a98f4c85c83cb0099afb2 X-Git-Newrev: 706fd64a299eecc9eb11eab5dbf88201978a2b5e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a change to branch jewel-ui in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. discard 8067961 a more logical button styles, organization of example and more polished discard 4a604ca fix paddings and min heigh in buttons, but this should change again to em instead of px to handle responsiveness discard 0bf2b1e fix button disabled state and appearence discard f16e661 upgrade projects in this branch to 0.9.3 discard 1f4f944 changes to get two initial themes blue and red discard 63bcfc3 partial changes to create various themes with different colors still need much work discard c81c4e2 end transforming actual files to sass syntax discard 489e617 wiring textbutton with variables discard 1c8dd61 introduce variables discard 0420fc8 change from scss to sass syntax discard 9889188 introducing SASS processing in JewelTheme. Only Maven, ANT should be updated to support this discard f16a1e7 various style changes for textbutton discard e6bf379 added jewel button, and changed classnames to get something decoupled from basic and more near to what other frameworks do discard 001c130 remove JewelThemeFontInject from manifest since should not be used in mxml discard f4a731b add JewelThemeFontInject and configuration, but still doesn't work discard 7a360f0 fixes typo, introduces viewport in html and try to move fonts to theme, but this one doesn't work (so put in theme temporaly again) discard 8389bfa refactor all work on vivid branch to jewel for all files add a52284c Added beads for app url parameters add 7ca6830 fix vscode config for Basic new e3e69cd refactor all work on vivid branch to jewel for all files new cd196aa fixes typo, introduces viewport in html and try to move fonts to theme, but this one doesn't work (so put in theme temporaly again) new cb2098b add JewelThemeFontInject and configuration, but still doesn't work new dff1a2d remove JewelThemeFontInject from manifest since should not be used in mxml new 203242c added jewel button, and changed classnames to get something decoupled from basic and more near to what other frameworks do new 69bd21f various style changes for textbutton new 8a13a81 introducing SASS processing in JewelTheme. Only Maven, ANT should be updated to support this new 88ed1a2 change from scss to sass syntax new 6d29999 introduce variables new 6b54fb2 wiring textbutton with variables new d50570b end transforming actual files to sass syntax new 7c24af1 partial changes to create various themes with different colors still need much work new 303327a changes to get two initial themes blue and red new dfd5825 upgrade projects in this branch to 0.9.3 new 48ac379 fix button disabled state and appearence new 8b49d15 fix paddings and min heigh in buttons, but this should change again to em instead of px to handle responsiveness new 706fd64 a more logical button styles, organization of example and more polished This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8067961) \ N -- N -- N refs/heads/jewel-ui (706fd64) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: frameworks/projects/Basic/asconfig.json | 4 +- .../Basic/src/main/resources/basic-manifest.xml | 3 + .../html/beads/ApplicationParametersBead.as} | 111 +++++++++----------- .../ApplicationParametersCaseInsensitiveBead.as} | 113 +++++++++------------ 4 files changed, 101 insertions(+), 130 deletions(-) copy frameworks/projects/{Jewel/src/main/royale/org/apache/royale/jewel/beads/Disabled.as => Basic/src/main/royale/org/apache/royale/html/beads/ApplicationParametersBead.as} (55%) copy frameworks/projects/{Jewel/src/main/royale/org/apache/royale/jewel/beads/Disabled.as => Basic/src/main/royale/org/apache/royale/html/beads/ApplicationParametersCaseInsensitiveBead.as} (54%) -- To stop receiving notification emails like this one, please contact carlosrovira@apache.org.