-
Implement template system to quick-start a new project. For example templates for:
1) Web app using Backbone.js and JQuery
2) Nodejs server side application
3) Windows 8 Application
4) Phonegap Appli…
-
NodeJS appears to be using Prism on the server side: view source e.g. [here](https://nodejs.org/en/docs/guides/timers-in-node/) and look at the class names. Is that enough to feature it?
-
Just a suggestion for wrapping / using better developed editors in an qooxdoo enviroment
```javascript
/*
have to be included:
/tinymcearea/tinymce/tinymce.min.js
/tinymcearea/tinymce/themes/mo…
-
Sentry Issue: [COMETVISU-CV](https://cometvisu.sentry.io/issues/5542931027/?referrer=github_integration)
```
qx.core.AssertionError: error
at .members.add (/proxy/visu2/cv/index.js:1034:25)
at .m…
-
@johnspackman has looked at the framework code and found that the iconthme "Tango" is often hardcoded. This needs to be replaced by `${qx.icontheme}`. Better yet, we should add `${qx.iconset}` defined…
-
**Describe the bug**
Safari Desktop does not load webfont files, subsequent use of the font renders with fall back font.
Strange enough, Safari Mobile on iPad and iPhone loads the font file.
**To…
wthie updated
1 month ago
-
For AppInfo, can be implemented as a search for a particular UID.
-
There is no any activity or progress on this project repo from long time.
What is the future of this project ?
-
**The bug**
```
000540 : Assertion error! Wrong 'height' argument. Something went wrong with the layout of qx.ui.form.TextArea[23-0]!: Expected value to be an integer but found 49.20000076293945!
…
-
This is a proposal for a complete rewrite of the properties mechanism in Qooxdoo classes, it is 100% BC and adds a number of really useful features; a big motivation for this complete rewrite is that …