Oh sorry, I missed one thing:

{
  "let":
  {
    "QXET_PATH": "../qxet",
    "QXTHEME": "qxet.Light"
  },

  "jobs":
  {
    "qxcommon":
    {
      "library":
      [
        { "manifest": "${QXET_PATH}/Manifest.json" }
      ],
      "include":
      [
        "${QXTHEME}"
      ]
    }
  }
}

I'm using QxBuild only so I don't know how complex is to include
contribution in qooxdoo. But I can build QxBuild with QxEt support so
I think that including the theme shouldn't be hard.

If you have problems feel free to ask.

-- 
Best regards
- Petr Kobalicek <http://kobalicek.com>

On Wed, Jun 23, 2010 at 12:24 AM, Petr Kobalíček
<[email protected]> wrote:
> Hi Fritz,
>
> Simply use it as like any other contribution. QxEt is compatible with
> qooxdoo programming style and it can be simply used by generator.
>
> Adding this into your config.json should work:
>
> {
>  "let":
>  {
>    "QXET_PATH": "../qxet",
>    "QXTHEME": "qxet.Light"
>  }
>
>  "jobs":
>  {
>    "qxcommon":
>    {
>      "include":
>      [
>        "${QXTHEME}"
>      ]
>    }
>  }
> }
>
> If you have directory structure:
>
> root:/
>  /qooxdoo-some-version
>  /qxet
>
> then it should work. Only problem could be with parts.
>
> --
> Best regards
> - Petr Kobalicek <http://kobalicek.com>
>
> On Wed, Jun 23, 2010 at 12:04 AM, Fritz Zaucker <[email protected]> wrote:
>> Hi Petr,
>>
>> could you explain how to use your theme in an existing application?
>> E.g., where to put the svn checkout and what to specify in config.json to
>> use it?
>>
>> Thanks,
>> Fritz
>>
>> On Tue, 22 Jun 2010, Petr Kobalí?ek wrote:
>>
>>> Hi devs,
>>>
>>> I'd like to announce new theme for qooxdoo called QxEt.Light. I'm
>>> using it in our application and yesterday I fixed all issues and
>>> improved how it is looking.
>>>
>>> QxEt is available at the code.google:
>>>  http://code.google.com/p/qxet/
>>>
>>> Live Demo available at my homepage:
>>>  http://kobalicek.com/data/qxet/test/theme-qxet-light.html
>>>
>>> QxEt theme is based on SVG graphics and all images it uses were
>>> generated from SVG. Currently I'm using my own SVG parser & renderer,
>>> but I'd like to make it available in the future (the SVG parser and
>>> renderer itself is part of Fog library, see my homepage for details).
>>> Any other command line based tool that can accept .svg and output .png
>>> should work.
>>>
>>> QxEt.Light theme is based on rectangular look & feel. All controls are
>>> strictly rectangular and there are no rounded corners or shadows
>>> (speed reasons). Instead I used a lot of vertical and horizontal
>>> gradients to make look modern.
>>>
>>> This is my first theme for qooxdoo and I'm making it available for
>>> personal and commercial usage (it's released under a very liberal MIT
>>> license).
>>>
>>> Crituque is welcome;)
>>>
>>>
>>
>> --
>> Oetiker+Partner AG              tel: +41 62 775 9903 (direct)
>> Fritz Zaucker                        +41 62 775 9900 (switch board)
>> Aarweg 15                            +41 79 675 0630 (mobile)
>> CH-4600 Olten                   fax: +41 62 775 9905
>> Schweiz                         web: www.oetiker.ch
>> ------------------------------------------------------------------------------
>> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>> lucky parental unit.  See the prize list and enter to win:
>> http://p.sf.net/sfu/thinkgeek-promo
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
>

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to