Vladimir

Results 18 issues of Vladimir

static will put functions into function object instead of prototype: ```qml class Foo { static function bar() { log('hey') } } Foo.bar() ```

http://doc.qt.io/qt-5/qtqml-syntax-objectattributes.html#default-properties

* it's called too often * maybe it should check recursiveVisible instead of visible * it's calling _tryFocus on focused child down to the bottom

add the most aggressive options: "-m", "--mangle-props=2", protect with "-r navigator", test with "-b"

integration

Presumably by adding some special property type, e.g. ``` property generator delegate; ``` Remove all name-hacks

refactoring

http://doc.qt.io/qt-5/qtquick-animation-example.html#states http://doc.qt.io/qt-5/qtquick-statesanimations-states.html

enhancement

It would be really nice to have a wrapper around https://wiki.libsdl.org/SDL2/SDL_Palette The only function that takes palette argument is SDL_SetSurfacePalette Thanks