| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The version command line argument was previously answered by GeneratorRunner.
This commit also generally updates some CMake files.
|
|
|
|
| |
argument.
|
|
|
|
|
|
|
| |
QString arguments will always be evaluated before QByteArray arguments.
Reviewer: Luciano Wolf <lucianol.wolf@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
|
|
|
|
| |
renames.
|
|
|
|
|
|
|
|
|
|
| |
%CPPTYPE will be converted to the original C++ name of a class,
without any "Wrapper" suffix or namespace prefix.
Documentation for the new variable was added as well.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
| |
%TYPE documentation was updated.
|
|
|
|
|
| |
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
|
|
| |
types?) returns True for empty instance; probably should be False"
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
|
|
|
|
|
| |
Reviewer: Hugo Parente <hugo.lima@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
|
|
|
| |
Now all function get for class attribute return the internal memory of
the c++ attribute.
Reviewer: Hugo Parente <hugo.lima@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
|
|
|
| |
integers.
Otherwise the enum value will be an acceptable argument for a class that
expects an integer (signed or unsigned) to be implicitly built, and the
enum argument will never be called.
|
|
|
|
|
|
|
|
| |
Was generating SbkType<NAME> with '*' in NAME,
leading to segfaults.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
| |
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
|
|
|
|
|
|
|
| |
on typesystem.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
|
|
|
|
| |
arguments.
|
|
|
|
|
| |
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
|
| |
|
|
|
|
| |
QKeyEvent == QKeySequence"
|
|
|
|
|
| |
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
|
|
|
|
| |
parameter"
|
|
|
|
|
| |
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
|
|
|
|
|
| |
Reviewer: Lauro Mora <lauro.neto@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
|
|
|
|
|
|
|
|
|
|
| |
Classes in namespaces marked not to be generated are always moved to
upper scopes, the current modification add this same behaviour to enums.
Tests were also added.
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
|
|
|
|
|
|
|
| |
Use translated type name as type, and exclude const from containers.
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
|
|
|
|
|
|
|
| |
impossible to convert using by Py_BuildValue.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente <hugo.lima@openbossa.org>
|
|
|
|
|
| |
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente <hugo.lima@openbossa.org>
|
|
|
|
|
|
|
| |
QList<QVariant>)"
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
|
|
|
|
|
|
|
| |
virtual methods.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
| |
The value returned from Python to C++ shouldn't have its reference
counting decremented after Python transferring ownership to C++.
|
|
|
|
|
|
| |
Fix signal register, to use arguments type name based on generated namespace.
Fix bug #498.
|
|
|
|
|
|
|
|
|
|
|
| |
virtual methods.
In other words, the following type system snippet will now be recognized
by the generator:
<modify-argument index="return">
<define-ownership class="native" owner="c++"/>
</modify-argument>
|
| |
|
|
|
|
|
|
| |
libpyside.
Fix bug #525.
|
|
|
|
|
|
|
|
|
| |
__del__ function.
Fix bug #505
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
|
|
|
|
|
| |
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default values.
For instance, the "QAbstractButton::clicked(bool checked = false)"
signal, can be connected using the two signatures "clicked()" and
"clicked(bool)". Using
button.clicked.connect(callback_function)
could cause the binding to connect to "clicked(bool)", instead of
"clicked()", leaving the user unaware of it.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
|
|
|
|
|
|
| |
When a conversion rule is provided for a constructor argument the C++
constructor, for which the conversion rule doesn't apply, is generated
with wrong argument names. This commit solves this.
|
|
|
|
|
| |
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
|
|
|
|
|
| |
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
|
|
|
|
| |
fix on qt_metacall.
|
|
|
|
|
|
|
|
|
|
| |
This is done because the Py_DECREF macro from Python 2.5 doesn't
cast the argument to "PyObject*" as 2.6 does. This is a problem
for PySideSignal objects, for this struct is private, having only
the forward declaration visible.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
|
|
|
|
|
| |
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
Conflicts:
generator/cppgenerator.cpp
libshiboken/basewrapper.cpp
libshiboken/basewrapper_p.h
|
| |
| |
| |
| | |
const ref. value types and enums.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fixes bug #476.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
|