- 25 Mar, 2021 2 commits
-
-
KLOCZKO Thibaud authored
fix unused arguments warnings See merge request !47
-
KLOCZKO Thibaud authored
Fix deprecation warning of qMetaTypeId(T *) See merge request !46
-
- 04 May, 2020 2 commits
-
-
RINEAU Laurent authored
-
RINEAU Laurent authored
Since Qt-5.1, the version with an argument is deprecated ``` template <typename T> QT_DEPRECATED inline Q_DECL_CONSTEXPR int qMetaTypeId(T *) { return qMetaTypeId<T>(); } ``` So use `qMetaTypeId<T>()` without argument.
-
- 06 Feb, 2020 1 commit
-
-
Julien Wintz authored
dtkLogger: Do not attach the console more than once See merge request !42
-
- 24 Jan, 2019 9 commits
-
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
pythonInterpreter
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
clear method
-
NICLAUSSE Nicolas authored
-
- 22 Jan, 2019 1 commit
-
-
NICLAUSSE Nicolas authored
-
- 09 Jan, 2019 1 commit
-
-
Julien Wintz authored
Correct finder user folders See merge request !44
-
- 08 Jan, 2019 1 commit
-
-
Olivier Commowick authored
-
- 23 Nov, 2018 3 commits
-
-
KLOCZKO Thibaud authored
1.6.7 Swig: Add typecheck for QStringList
-
KLOCZKO Thibaud authored
-
KLOCZKO Thibaud authored
-
- 22 Nov, 2018 3 commits
-
-
KLOCZKO Thibaud authored
1.6.6
-
KLOCZKO Thibaud authored
-
KLOCZKO Thibaud authored
implicitly shared classes.
-
- 20 Nov, 2018 3 commits
-
-
KLOCZKO Thibaud authored
Bump to 1.6.5
-
KLOCZKO Thibaud authored
-
KLOCZKO Thibaud authored
-
- 15 Nov, 2018 4 commits
-
-
KLOCZKO Thibaud authored
Feature/add qmap for qstring to qvariant cpp to python converter See merge request !43
-
Pierre authored
Set bool conversion prior to int in order to recover boolean and not integers for QMap<long, QVariant> too
-
Pierre authored
-
Pierre authored
-
- 12 Nov, 2018 1 commit
-
-
https://gitlab.inria.fr/dtk/dtkPierre authored
-
- 09 Nov, 2018 4 commits
-
-
CABEL Tristan authored
-
CABEL Tristan authored
-
CABEL Tristan authored
-
CABEL Tristan authored
-
- 08 Nov, 2018 5 commits
-
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
NICLAUSSE Nicolas authored
-
KLOCZKO Thibaud authored
1.6.2 dtkScriptInterpreterPython enables release method.
-