- 29 Nov, 2021 1 commit
-
-
Albert Astals Cid authored
-
- 07 Feb, 2021 1 commit
-
-
Laurent Montel authored
-
- 22 Sep, 2020 1 commit
-
-
Laurent Montel authored
-
- 06 Sep, 2020 1 commit
-
-
Andreas Cord-Landwehr authored
-
- 20 May, 2020 2 commits
-
-
Yuri Chornoivan authored
-
Laurent Montel authored
-
- 21 Sep, 2019 1 commit
-
-
Laurent Montel authored
-
- 13 May, 2019 1 commit
-
-
Laurent Montel authored
-
- 24 Apr, 2019 1 commit
-
-
Laurent Montel authored
-
- 20 Dec, 2018 1 commit
-
-
Laurent Montel authored
GIT_SILENT: Use KF5_MIN_VERSION as KF5_VERSION will be overridden by first KF5 find_package version as Found by Andreas Sturmlechner
-
- 01 Oct, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 22 Dec, 2017 1 commit
-
-
Antonio Rojas authored
Differential Revision: https://phabricator.kde.org/D9436
-
- 20 Dec, 2017 1 commit
-
-
Antonio Rojas authored
Otherwise ktouch will refuse to load with Qt 5.10, which seems to be more strict with respect to QML files loading. Differential Revision: https://phabricator.kde.org/D9436
-
- 08 Oct, 2017 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 22 Nov, 2016 3 commits
-
-
Sebastian Gottfried authored
-
Sebastian Gottfried authored
If there is no dimension set.
-
Sebastian Gottfried authored
With now implicitWidth and implicitHeight set, it collapses to zero size.
-
- 01 Nov, 2016 1 commit
-
-
Sebastian Gottfried authored
-
- 13 Oct, 2016 1 commit
-
-
Sebastian Gottfried authored
-
- 03 Aug, 2016 1 commit
-
-
Luca Beltrame authored
/home/abuild/rpmbuild/BUILD/kqtquickcharts-16.11.60git.20150521T100406~b9bad28d/src/xychartcore.cpp:285:40: error: call of overloaded 'abs(qreal)' is ambiguous Use the same approach as umbrello, revision 5a61fbc0e6218a9e40a53d4bc2f3785dcdd2eb68
-
- 21 May, 2015 1 commit
-
-
Sebastian Gottfried authored
-
- 19 May, 2015 1 commit
-
-
Albert Astals Cid authored
-
- 18 May, 2015 1 commit
-
-
Sebastian Gottfried authored
The new component, XYChart, can display multiple data sets at once in various ways. Supported are line and scatter charts, with optional grid lines and configurable X and Y axes. Many thanks go to Jesper Hellesø Hansen <jesperhh@gmail.com> for providing the patch! REVIEW: 123734
-
- 14 Aug, 2014 1 commit
-
-
Sebastian Gottfried authored
Changes consist mostly of: * build system * QDeclarativeItem -> QQuick(Painted)Item * KLocale -> QLocale * PlasmaCompontents -> Qt Quick Components * drop all KDE dependencies
-
- 10 Apr, 2014 1 commit
-
-
Sebastian Gottfried authored
Without its row argument it was useless since the affected record was left to guess for the receiver.
-
- 28 Mar, 2014 5 commits
-
-
Sebastian Gottfried authored
Grammar and formatting fixes.
-
Sebastian Gottfried authored
-
Sebastian Gottfried authored
-
Sebastian Gottfried authored
This demo shows how to feed a ChartModel with randomly generated data. Additionally there is a tabular view onto the data. Clicking on a cell opens an editor for the field.
-
Sebastian Gottfried authored
-
- 27 Mar, 2014 1 commit
-
-
Sebastian Gottfried authored
Records have now a simpe QVariantList property to store their values. The results in less complex code and more concise model descriptions.
-
- 26 Mar, 2014 1 commit
-
-
Sebastian Gottfried authored
switch LGPL as the rest of the project
-
- 08 Mar, 2014 2 commits
-
-
Sebastian Gottfried authored
Demonstrating the use of LineGraph and ChartModel in just under 100 lines.
-
Sebastian Gottfried authored
These new types makes it possible to use the charts plugin within pure QML applications. The chart types consume data from a object implementing QAbstractTableModel, ChartModel does this. Record and and Value allow to define data in a ChartModel statically, additionally ChartModel provides a set of methods to handle dynamic data.
-
- 30 Jan, 2014 4 commits
-
-
Sebastian Gottfried authored
-
Sebastian Gottfried authored
While wrinting API documentation it became clear that the new name is more consistent with other property names.
-
Sebastian Gottfried authored
So the client can react specifically to user interaction with an element depending on the dimension.
-
Sebastian Gottfried authored
As a result of an discussion on k-c-d. Charts is more accurate than graphs for what we do here and the project is Qt Quick plugin, so the should mention that as well. This changes a lot of things: * name of the lib * name of most of the source files * the import locations: use 'import org.kde.charts 0.1' now * the API sticks to 'chart' as well
-
- 25 Jan, 2014 1 commit
-
-
Sebastian Gottfried authored
Fortunately the project is still 100% mine, so this was rather esay.
-