Nikita Skovoroda

Results 118 issues of Nikita Skovoroda

To reproduce: ```qml import QtQuick 2.0 Text { width: 100 height: 100 text: "foo" wrapMode: Text.WrapAnywhere // enum onWrapModeChanged: console.log('x' + wrapMode) } ``` `onWrapModeChanged` shouldn't fire here. This doesn't...

bug

Atm, SystemPalette is populated only for macOS, on all the other platforms it just uses macOS colors. We probably need to support other systems, if possible. Btw, are macOS colors...

enhancement
help wanted

I had to re-start several Travis CI tasks because of that lately. Perhaps we should increase the allowed marging again for now. /cc @henrikrudstrom

tests

We should probably use getters/setters for properties there. Refs: #227, #226.

import

We should support user-supplied path preprocessors for `extractBasePath` and `readQmlDir`. Perhaps we could even bundle a set of such preprocessors for known providers, e.g. GitHub. This is a replacement for...

feature request

Once we sorted out the license question, we should add LibreJS support, as documented in https://www.gnu.org/software/librejs/free-your-javascript.html Our [MIT License](https://spdx.org/licenses/MIT), taken from SPDX, is also known as Expat license. People call...

Atm, we bundle `uglify-js` is `src` dir and have our own encapsulate wrappers. That is affecting several things and has to be fixed in some way, and using browserify or...

build
discuss

To do the optimizations correctly, we need benchmarks first, or else we would be blindfolded. /cc @pavelvasev, @igosoft — you seem to be interested in performance =).

benchmark
performance

I mean the `.loadFile()` and `.loadQML()` methods. Targeting 1.0.0, as the API might change.

doc

# Request type - [ ] Please close this issue, I accidentally submitted it without adding any details - [ ] New documentation - [x] Correction or update # Details...

data:api :rabbit2:
info needed :mag:
needs triage 🔎