From 7ba676448ff95ac57a5e6350404fbc76b7c62bc9 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 14 Sep 2020 16:48:49 +0300 Subject: [PATCH 1/5] update cd --- cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd b/cd index 9844c77..d50223f 160000 --- a/cd +++ b/cd @@ -1 +1 @@ -Subproject commit 9844c773cd3cdd905d61208be0a2ac24c4b232d6 +Subproject commit d50223f1cf03197c127243a34d5b3cd4dea8fa5c From 2a0a048bd5b5b2921ceabae9b2c5448881e3014e Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 14 Sep 2020 17:12:07 +0300 Subject: [PATCH 2/5] update findqad.cmake --- qad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad b/qad index 5c00f1b..55d8e3e 160000 --- a/qad +++ b/qad @@ -1 +1 @@ -Subproject commit 5c00f1b9c5d9a575f249f4f427990ae24dcdd149 +Subproject commit 55d8e3eec98a828fa4327b04cb33ec16882f5468 From 23862ca5e4642bfde593224f7dea512254f8d698 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 14 Sep 2020 17:18:10 +0300 Subject: [PATCH 3/5] qad --- qad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad b/qad index 55d8e3e..4aab13c 160000 --- a/qad +++ b/qad @@ -1 +1 @@ -Subproject commit 55d8e3eec98a828fa4327b04cb33ec16882f5468 +Subproject commit 4aab13cfaf49f8b9b3fbedad59eaaa11e732bb5a From fef40443bd498f832281acdf647d12e9b8fb037c Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 14 Sep 2020 17:29:50 +0300 Subject: [PATCH 4/5] requirements.txt --- requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ff77498 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +libicu-dev +libfftw3-dev +libsodium-dev +libassimp-dev +libmarkdown2-dev +ocl-icd-opencl-dev +zlib1g-dev +qtbase5-dev-tools +qttools5-dev +qtscript5-dev +qtdeclarative5-dev +qtpositioning5-dev +libqt5datavisualization5-dev +qt5-default +libglew-dev +liblua5.3-dev + +apt install libicu-dev libfftw3-dev libsodium-dev libassimp-dev libmarkdown2-dev ocl-icd-opencl-dev zlib1g-dev qtbase5-dev-tools qttools5-dev qtscript5-dev qtdeclarative5-dev qtpositioning5-dev libqt5datavisualization5-dev qt5-default libglew-dev liblua5.3-dev \ No newline at end of file From 3c01dbce2c3e80d3885a1c418e0fb903a019657e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 14 Sep 2020 18:17:46 +0300 Subject: [PATCH 5/5] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d50851c..b2aac0e 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ This repo contains: * PIP::FFTW - FFT with libfftw3 * PIP::OpenCL - PIP OpenCL bindings * PIP::IOUtils - * PIP::Cloud + * PIP::Cloud - PIP cloud IODevices * PIP::Lua - PIP Lua bindings * QAD - Qt for Advanced Developers: * QAD::Utils - * QAD::Widgets + * QAD::Widgets - collection of extendent widgets * QAD::Application * QAD::Blockview - * QAD::Graphic - * QAD::SQLTable - * QAD::TouchWidgets - * QAD::Doc + * QAD::Graphic - widget for realtime visualization and publication quality 1D/2D plots + * QAD::SQLTable - widget for display and edit data based on SQL tables with relations + * QAD::TouchWidgets - collection of widgets for touch screen interface + * QAD::Doc - markdown helper for qt * QAD::PIQt - helpers to convert PIP <-> Qt types * QAD::PIQtUtils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection * qglview - old Qt-base OpenGL engine