| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
When building packages (e.g. for openSUSE Linux), varying ordering of
functions in the output would cause differing binaries.
See https://reproducible-builds.org/ for why this matters.
Change-Id: I29a2e54db766fba8a9cd3e5f1a1e552e603a7788
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
|
| |
|
|
|
|
|
|
| |
Replaced Nokia copyrights with correct Digia copyrights.
Replaced Nokia contact details with Digia's
Change-Id: Ib4e39375fda1a23bbda7e4a337d34bd9f2b8a39c
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
|
| |
|
|
|
| |
Change-Id: Ica0aa63b8f9b335768a78752cba6c066195e882b
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
| |
Now working on version 0.2, which should create compileable bindings
for Qt 4.8.
|
| |
|
|
| |
Fix compilation error.
|
| |
|
|
|
| |
Generator gets confused by typedefs, causing metatypes to be
defined twice.
|
| | |
|
| | |
|
| |
|
|
|
| |
Merge-request: 1853
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
|
| |
|
|
|
|
|
| |
of code that already uses exceptions.
Merge-request: 1853
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
|
| |
|
|
|
| |
Merge-request: 1854
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
|
| |\ |
|
| | |
| |
| |
| | |
No need to use our file extension; it's JavaScript code.
|
| | |
| |
| |
| | |
Trolltech ASA is no more, long live Qt by Nokia!
|
| | |
| |
| |
| |
| |
| | |
Since Date and RegExp are actually ECMA-compliant in 4.6, we
should now generate bindings for the corresponding Qt classes,
so that those may be used when you want Qt semantics.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Merge-request: 1714
Reviewed-by: Kent Hansen <khansen@trolltech.com>
|
| | |
| |
| |
| |
| | |
Merge-request: 1531
Reviewed-by: Kent Hansen <khansen@trolltech.com>
|
| | |
| |
| |
| | |
rootState is no more, the machine is the root.
|
| | | |
|
| | |
| |
| |
| |
| | |
*/* is slightly ambigious for the compiler, and depends on the
preceding code. MSVC warns about it.
|
| | |
| |
| |
| |
| | |
the qscript connect() function throws an error when attempting
to connect to an overloaded signal, so we need to disambiguate.
|
| | |\ |
|
| | |\ \ |
|
| | | | | |
|
| | |\ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
QEasingCurve is a value type.
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
The cheap way for now.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Follow-up to http://code.google.com/p/qtscriptgenerator/issues/detail?id=8
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
No need to use our file extension; it's JavaScript code.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Trolltech ASA is no more, long live Qt by Nokia!
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge-request: 1714
Reviewed-by: Kent Hansen <khansen@trolltech.com>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge-request: 1531
Reviewed-by: Kent Hansen <khansen@trolltech.com>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Be able to access it from other functions. This is to enable
separation of the initialization of the constructor and the
prototype.
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
*/* is slightly ambigious for the compiler, and depends on the
preceding code. MSVC warns about it.
|
| | |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | | |
the qscript connect() function throws an error when attempting
to connect to an overloaded signal, so we need to disambiguate.
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | | |
The shellimplgenerator was not updated to pass in the correct path.
This caused linker errors.
|
| | |_|/
|/| |
| | |
| | |
| | |
| | | |
Prefix by the package name, e.g. com_trolltech_qt_core_init.cpp.
This way qmake doesn't get confused if you include multiple .pri
files in the same project.
|
| | |/
|/|
| |
| | |
Hey, seems to compile now.
|
| |/
|
|
| |
Avoid heaps of warnings.
|
| | |
|
| |
|
|
|
| |
Details: makes it easy to statically compile the bindings into an application without requiring a plugin;
just include the generated .pri file in your .pro file, then call e.g. qtscript_initialize_com_trolltech_qt_gui_bindings()
|
| | |
|