- May 30, 2013
-
-
Mitch Curtis authored
Change-Id: I2b4a4369496d85829fb2de14078042c0a76f2aba Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
J-P Nurmi authored
Make Style inherit AbstractStyle, so it becomes the base class of all styles. AbstractStyle also now has a default "data" property so it's possible to conveniently declare helper content inside styles. Change-Id: Id84f3762cfae506e65021322619d7fb77b137994 Reviewed-by:
Tomasz Olszak <olszak.tomasz@gmail.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- May 24, 2013
-
-
Jens Bache-Wiig authored
We want padding to be a grouped property as the existing Margins property looks rather odd and insconsistent. Change-Id: I9e614f9161aaf01af200b19a1fb46a51beec6fb4 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- May 23, 2013
-
-
J-P Nurmi authored
Change-Id: I1a247656b957c87ef728fb42b2b212e02b5e5cd9 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- May 08, 2013
-
-
Jens Bache-Wiig authored
Change-Id: I10271c860abd9b45a262e3548628e6a3026e1a4f Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- May 07, 2013
-
-
Topi Reinio authored
Create an initial set of documentation for the examples - brief descriptions and screenshots. Change-Id: I29939ab4ab81b78d1c83718a696d56932a3a285c Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Apr 30, 2013
-
-
Kai Koehne authored
This makes sure all examples are in a separate directory for the Qt source packages. It also is in line with how the other repositories are structured. Task-number: QTBUG-30886 Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- Apr 23, 2013
-
-
Topi Reinio authored
Use CamelCase for module name(s) used in in .qdocconf - this is required as qdoc will generate visible output (tags in example manifest files) based on these names. Change-Id: I1d558a4674fb1d423d05138374259010316d2cae Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Apr 10, 2013
-
-
Jan Arve Saether authored
Change-Id: Ia220ccfd534ca089367c4ee954e081770784524c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Apr 08, 2013
-
-
Sergio Ahumada authored
Organizing the file a bit to make it match other qdocconf files. Change-Id: Ide0ff9da3d1b586e7a00828ef546c4435359ba8c Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Mar 27, 2013
-
-
Sergio Ahumada authored
- substitute fixed version numbers with variables - add url field - add version field Change-Id: I3e8ecd0315b5c6c4200b4d6c42249d3eb8cf85e3 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Mar 05, 2013
-
-
J-P Nurmi authored
Change-Id: Ibd117e72117a3f7bc4d947da5e40bd19816de3d9 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 25, 2013
-
-
Martin Smith authored
Refactoring of the controls eliminated some .qml files. These are now removed from the sources variables in the .qdocconf file. Change-Id: I3642cf69b8625272fce8cc4b6911c08b2d1ef919 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 22, 2013
-
-
J-P Nurmi authored
Change-Id: I1db05195ada0b798a632da04fb256f030c894560 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Change-Id: I367758fe97656fb5c4aab79c87e80ead2430c69b Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
It's private, and only used in BasicButton. Also, it brings in scope the 'exclusiveGroup' property, meaning it would have probably broken if used outside BasicButton. Change-Id: I56ab9aef7fa675d8b6b571011cc4dc3a22bc718c Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Feb 21, 2013
-
-
Jens Bache-Wiig authored
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 20, 2013
-
-
Martin Smith authored
Control.qml and Style.qml must be known to qdoc, so they must have minimal documentation to tell qdoc to ignore them because they are internal. They must also be listed in the sources variable in the .qdocconf file. Task-number: QTBUG-29777 Change-Id: If601e8a52a7f1685004c03b471d2e0007fbdb5d3 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 18, 2013
-
-
Martin Smith authored
Internal QML components should have a qdoc comment containing \qmltype, \internal, and \inqmlmodule, so that qdoc can resolve QML inheritance correctly for public QML components that inherit the internal components. Hence, qdoc needs to parse the private QML files to get these qdoc comments, even though the private QML components are not to be published in the documentation. Task-number: QTBUG-29739 Change-Id: I4aa9eeac4eef3038791bdbddd5e203ae71b68d18 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jerome Pasion authored
QDoc build doesn't finish otherwise. Related to https://bugreports.qt-project.org/browse/QTBUG-29736 Change-Id: Id4631380c4ba2710e053973a698777f67d0a092e Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Feb 14, 2013
-
-
J-P Nurmi authored
Change-Id: Icf3017df4f6b82113ce7b1d7e75f4f7385303492 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 08, 2013
-
-
Jerome Pasion authored
-added components into their groups -made group overviews -added links to overviews from landing pages -added a place holder image Change-Id: I099de1f8ef3a89cd5f61220874fc69f781704799 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Jan 28, 2013
-
-
Jerome Pasion authored
We do the same for modules with QML types or C++ classes. Change-Id: I4715a2386a0640788decae851c63731d9ffa7d1d Reviewed-by:
Geir Vattekar <geir.vattekar@digia.com>
-
- Dec 20, 2012
-
-
Liang Qi authored
Due to a bug in qmake, the sources of qtdesktop and styles are split. But all doc files are under qtdesktop. Change-Id: I0131455b5e794c89190c5761eb64635c76918929 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-