Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2017-12-18 08:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kqtquickcharts (Old)
 and      /work/SRC/openSUSE:Factory/.kqtquickcharts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kqtquickcharts"

Mon Dec 18 08:52:50 2017 rev:46 rq:556237 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes    
2017-11-16 14:28:00.294965520 +0100
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes       
2017-12-18 08:52:51.574055574 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:08 CET 2017 - [email protected]
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:37 CET 2017 - [email protected]
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+-------------------------------------------------------------------
+Mon Nov 20 06:59:22 CET 2017 - [email protected]
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Mark overriden functions with override
+  * Fix pedantic warnings
+
+-------------------------------------------------------------------

Old:
----
  kqtquickcharts-17.08.3.tar.xz

New:
----
  kqtquickcharts-17.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kqtquickcharts.spec ++++++
--- /var/tmp/diff_new_pack.rlOhHc/_old  2017-12-18 08:52:52.322019467 +0100
+++ /var/tmp/diff_new_pack.rlOhHc/_new  2017-12-18 08:52:52.326019274 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kqtquickcharts
-Version:        17.08.3
+Version:        17.12.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ kqtquickcharts-17.08.3.tar.xz -> kqtquickcharts-17.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/barchartcore.h 
new/kqtquickcharts-17.12.0/src/barchartcore.h
--- old/kqtquickcharts-17.08.3/src/barchartcore.h       2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/barchartcore.h       2017-10-08 
11:08:52.000000000 +0200
@@ -29,7 +29,7 @@
 public:
     explicit BarChartCore(QQuickItem* parent = 0);
     qreal barWidth() const;
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void barWidthChanged();
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartcore.h 
new/kqtquickcharts-17.12.0/src/chartcore.h
--- old/kqtquickcharts-17.08.3/src/chartcore.h  2016-11-22 09:46:47.000000000 
+0100
+++ new/kqtquickcharts-17.12.0/src/chartcore.h  2017-10-08 11:08:52.000000000 
+0200
@@ -52,7 +52,7 @@
 protected Q_SLOTS:
     void triggerUpdate();
 protected:
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
     void paintAxisAndLines(QPainter* painter, qreal offset);
 private:
     static void appendDimension(QQmlListProperty<Dimension>* list, Dimension* 
dimension);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartforegroundpainter.h 
new/kqtquickcharts-17.12.0/src/chartforegroundpainter.h
--- old/kqtquickcharts-17.08.3/src/chartforegroundpainter.h     2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/chartforegroundpainter.h     2017-10-08 
11:08:52.000000000 +0200
@@ -35,7 +35,7 @@
     void setChartCore(ChartCore* chartCore);
     QColor backgroundColor() const;
     void setBackgroundColor(const QColor& backgroundColor);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void chartCoreChanged();
     void backgroundColorChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartmodel.h 
new/kqtquickcharts-17.12.0/src/chartmodel.h
--- old/kqtquickcharts-17.08.3/src/chartmodel.h 2016-11-22 09:46:47.000000000 
+0100
+++ new/kqtquickcharts-17.12.0/src/chartmodel.h 2017-10-08 11:08:52.000000000 
+0200
@@ -44,9 +44,9 @@
     Q_INVOKABLE qreal value(int row, int column) const;
     Q_INVOKABLE void setValue(int row, int column, qreal value);
     explicit ChartModel(QObject* parent = 0);
-    int rowCount(const QModelIndex& parent) const;
-    int columnCount(const QModelIndex& parent) const;
-    QVariant data(const QModelIndex& index, int role) const;
+    int rowCount(const QModelIndex& parent) const override;
+    int columnCount(const QModelIndex& parent) const override;
+    QVariant data(const QModelIndex& index, int role) const override;
 Q_SIGNALS:
     void columnsChanged();
     void rowsChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/chartplugin.h 
new/kqtquickcharts-17.12.0/src/chartplugin.h
--- old/kqtquickcharts-17.08.3/src/chartplugin.h        2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/chartplugin.h        2017-10-08 
11:08:52.000000000 +0200
@@ -27,7 +27,7 @@
     Q_OBJECT
     Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
 public:
-    void registerTypes(const char *uri);
+    void registerTypes(const char *uri) override;
 };
 
 #endif // GRAPHPLUGIN_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/dimension.h 
new/kqtquickcharts-17.12.0/src/dimension.h
--- old/kqtquickcharts-17.08.3/src/dimension.h  2016-11-22 09:46:47.000000000 
+0100
+++ new/kqtquickcharts-17.12.0/src/dimension.h  2017-10-08 11:08:52.000000000 
+0200
@@ -34,14 +34,14 @@
         MarkerStyleRound,
         MarkerStyleCross
     };
-    Q_ENUMS(MarkerStyle);
+    Q_ENUMS(MarkerStyle)
     enum LineStyle
     {
         LineStyleNone,
         LineStyleSolid,
         LineStyleDash
     };
-    Q_ENUMS(LineStyle);
+    Q_ENUMS(LineStyle)
 
     Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
     Q_PROPERTY(int dataColumn READ dataColumn WRITE setDataColumn NOTIFY 
dataColumnChanged)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kqtquickcharts-17.08.3/src/linechartbackgroundpainter.h 
new/kqtquickcharts-17.12.0/src/linechartbackgroundpainter.h
--- old/kqtquickcharts-17.08.3/src/linechartbackgroundpainter.h 2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/linechartbackgroundpainter.h 2017-10-08 
11:08:52.000000000 +0200
@@ -34,7 +34,7 @@
     explicit LineChartBackgroundPainter(QQuickItem* parent = 0);
     LineChartCore* lineChartCore() const;
     void setLineChartCore(LineChartCore* lineChartCore);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
     const QList<QPolygonF>& linePolygons() const;
 Q_SIGNALS:
     void lineChartCoreChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/linechartcore.h 
new/kqtquickcharts-17.12.0/src/linechartcore.h
--- old/kqtquickcharts-17.08.3/src/linechartcore.h      2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/linechartcore.h      2017-10-08 
11:08:52.000000000 +0200
@@ -30,7 +30,7 @@
     explicit LineChartCore(QQuickItem* parent = 0);
     qreal pointRadius() const;
     void setPointRadius(qreal pointRadius);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void pointRadiusChanged();
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/linechartpainter.h 
new/kqtquickcharts-17.12.0/src/linechartpainter.h
--- old/kqtquickcharts-17.08.3/src/linechartpainter.h   2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/linechartpainter.h   2017-10-08 
11:08:52.000000000 +0200
@@ -38,7 +38,7 @@
     void setBackgroundPainter(LineChartBackgroundPainter* backgroundPainter);
     int dimension() const;
     void setDimension(int dimension);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void lineChartCoreChanged();
     void backgroundPainterChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/linechartpoint.h 
new/kqtquickcharts-17.12.0/src/linechartpoint.h
--- old/kqtquickcharts-17.08.3/src/linechartpoint.h     2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/linechartpoint.h     2017-10-08 
11:08:52.000000000 +0200
@@ -44,7 +44,7 @@
     int row() const;
     void setRow(int row);
     QString text() const;
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void lineChartCoreChanged();
     void backgroundPainterChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kqtquickcharts-17.08.3/src/xychartbackgroundpainter.h 
new/kqtquickcharts-17.12.0/src/xychartbackgroundpainter.h
--- old/kqtquickcharts-17.08.3/src/xychartbackgroundpainter.h   2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/xychartbackgroundpainter.h   2017-10-08 
11:08:52.000000000 +0200
@@ -34,7 +34,7 @@
     explicit XYChartBackgroundPainter(QQuickItem* parent = 0);
     XYChartCore* xyChartCore() const;
     void setXYChartCore(XYChartCore* lineChartCore);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
     const QList<QPolygonF>& linePolygons() const;
 Q_SIGNALS:
     void xyChartCoreChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/xychartcore.h 
new/kqtquickcharts-17.12.0/src/xychartcore.h
--- old/kqtquickcharts-17.08.3/src/xychartcore.h        2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/xychartcore.h        2017-10-08 
11:08:52.000000000 +0200
@@ -56,7 +56,7 @@
     unsigned int axisLabelCountGoal() const;
     void setAxisLabelCountGoal(unsigned int axisLabelCountGoal);
     QList<qreal> generateAxisLabels(const qreal minValue, const qreal 
maxValue);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
     QPointF translatePoint(QPointF point);
 
 Q_SIGNALS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/xychartpainter.h 
new/kqtquickcharts-17.12.0/src/xychartpainter.h
--- old/kqtquickcharts-17.08.3/src/xychartpainter.h     2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/xychartpainter.h     2017-10-08 
11:08:52.000000000 +0200
@@ -38,7 +38,7 @@
     void setBackgroundPainter(XYChartBackgroundPainter* backgroundPainter);
     int dimension() const;
     void setDimension(int dimension);
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void xyChartCoreChanged();
     void backgroundPainterChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kqtquickcharts-17.08.3/src/xychartpoint.h 
new/kqtquickcharts-17.12.0/src/xychartpoint.h
--- old/kqtquickcharts-17.08.3/src/xychartpoint.h       2016-11-22 
09:46:47.000000000 +0100
+++ new/kqtquickcharts-17.12.0/src/xychartpoint.h       2017-10-08 
11:08:52.000000000 +0200
@@ -44,7 +44,7 @@
     int row() const;
     void setRow(int row);
     QString text() const;
-    void paint(QPainter* painter);
+    void paint(QPainter* painter) override;
 Q_SIGNALS:
     void xyChartCoreChanged();
     void backgroundPainterChanged();


Reply via email to