Package: qcustomplot / 2.0.1+dfsg1-4

Metadata

Package Version Patches format
qcustomplot 2.0.1+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_Add_CMakeLists.patch | (download)

CMakeLists.txt | 30 30 + 0 - 0 !
cmake/QCustomPlotConfig.cmake | 19 19 + 0 - 0 !
examples/interactions/CMakeLists.txt | 20 20 + 0 - 0 !
examples/plots/CMakeLists.txt | 20 20 + 0 - 0 !
examples/scrollbar-axis-range-control/CMakeLists.txt | 20 20 + 0 - 0 !
examples/text-document-integration/CMakeLists.txt | 20 20 + 0 - 0 !
6 files changed, 129 insertions(+)

 add cmakelists files for building of shared library and to examples

02_Use_QElapsedTimer.patch | (download)

examples/plots/mainwindow.cpp | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 use qelapsedtimer instead of deprecated qtime::elapsed()

03_Use_QRandomGenerator.patch | (download)

examples/plots/mainwindow.cpp | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 use qrandomgenerator instead of deprecated qrand()/qsrand()


04_Use_QDate_startOfDay.patch | (download)

examples/plots/mainwindow.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use qdate::startofday() instead of deprecated qdatetime(const
 QDate&)


0005 Replace deprecated pageRect . Closes 976062.patch | (download)

examples/text-document-integration/mainwindow.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace deprecated pagerect(). (closes: #976062)