[QGIS-Developer] QEP for QgisQuick 1.0 (QML Component Plugin)

2017-11-03 Thread Peter Petrik
Hi all, I have just submitted a QEP that describes QML Components library for mobile applications *https://github.com/qgis/QGIS-Enhancement-Proposals/issues/109 * Your input is very appreciated. Regards Peter

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-11 Thread Peter Petrik
Hi Ben The blog post https://www.lutraconsulting.co.uk/blog/ 2017/08/06/qgis3d-build/ uses CMake flag `-DWITH_BINDINGS=FALSE \`. If you want to have python bindings/plugins, turn it on. Peter On Wed, Dec 6, 2017 at 3:41 PM, Yves Jacolin wrote: > Another way to try QGIS 3D:

Re: [QGIS-Developer] QGIS Meeting #20 : 20-25 February 2018, Madeira

2017-10-30 Thread Peter Petrik
Hi, I am confused with the dates. In the mail, we have 21 to 25 Feb, but https://github.com/qgis/QGIS/wiki/DeveloperMeetingMadeira2018 states 21 to 25 of March, 2018... Regards, Peter On Mon, Oct 30, 2017 at 7:04 AM, Tim Sutton wrote: > Hi > > On 30 Oct 2017, at 01:13,

Re: [QGIS-Developer] Qgis3 3D related question

2018-05-17 Thread Peter Petrik
Hi, The blog/guide is probably already outdated. Do you need to compile QGIS with 3D from source? 3D canvas is already available from regular QGIS 3.x releases. Cheers, Peter On Thu, May 17, 2018 at 11:41 AM, wrote: > hi > > I tried to install qgis3 with 3d

Re: [QGIS-Developer] QGIS master, Qt Creator 4.4.1 and Qt 5.9

2017-10-26 Thread Peter Petrik
Hi, I experienced similar behavior. I have updated to CMake 3.9.4 and QtCreator 4.4.1 and it now works nicely. Kind regards, Peter On Thu, Oct 26, 2017 at 12:03 PM, G. Allegri wrote: > In the past I could easily use Qt Creator to open the QGIS CmakeLists as a > project

Re: [QGIS-Developer] GRIB not showing arrows

2018-08-26 Thread Peter Petrik
Hi Paolo, when you are not able to enable vector arrows, the GRIB file could be incorrectly parsed by MDAL. In the general tab, there should be metadata section. Does it show that the dataset is vector or scalar? Cheers, Peter On Sun, Aug 26, 2018 at 7:29 AM, Paolo Cavallini wrote: > Hi all,

Re: [QGIS-Developer] MAC QGIS 3.x build

2018-09-04 Thread Peter Petrik
> plus a bundling script for the extras bundled in the app (not necessary for > anyone installing from source). > > Thanks for the reminder that the instructions need updating. > > Last I heard, homebrew wasn't quite ready with a 3.x build. > >> On Sep 4,

Re: [QGIS-Developer] Not able to build QGIS with 3D on Ubuntu 16.04

2018-01-24 Thread Peter Petrik
Hi Matteo, if you have your Qt installation in /opt/qt59, it does. But I have it in /opt/Qt/5.9.2/gcc_64/lib/cmake. I depends on how/where you installed Qt. Cheers, P. On Wed, Jan 24, 2018 at 1:26 PM, matteo wrote: > Hi Pete, > > thanks for the answer. > > > I think

Re: [QGIS-Developer] For info: Travis now has supports Windows

2018-10-17 Thread Peter Petrik
Hello, we managed to add Travis Windows build for MDAL . If you are interested, best is to look at .travis.yml and scripts/travis/windows

Re: [QGIS-Developer] For info: Travis now has supports Windows

2018-10-18 Thread Peter Petrik
Kindof... they download http://qgis.org/downloads/QGIS-OSGeo4W-3.2.3-1-Setup-x86_64.exe and run the installer :) P. On Thu, Oct 18, 2018 at 4:51 AM Nathan Woodrow wrote: > Oh so OSGeo4w stuff is already in chocolaty? > > On Thu, Oct 18, 2018 at 1:23 AM Peter Petrik <

[QGIS-Developer] iOS prototyping

2018-10-23 Thread Peter Petrik
Hi, we have finished prototyping study to prove that QgsQuick based application can be run on iOS platform (iPhone, iPad). We managed to run application on iPad with in-memory vector layer. To have a proper demo, we would need to be able to compile other providers as static libraries, which can

[QGIS-Developer] MacOS packaging

2018-10-26 Thread Peter Petrik
Hello, we have been asked to create standalone QGIS package for MacOS. By standalone I mean that there will be a single package (.pkg) file that will be extracted to /Application folder and will contain all dependencies (GDAL, Python3, PyQT, Qt libraries, ...) and will be working without any

Re: [QGIS-Developer] iOS prototyping

2018-10-29 Thread Peter Petrik
Hi, My task is to create specific iOS application for a client that depends only on qgis_core and qgis_quick libraries, moreover distributed strictly outside App Store. So I assume there is a little problem with licensing here. Ad: iOS vs MacOS. This is similar to running full QGIS on android

Re: [QGIS-Developer] iOS prototyping

2018-10-29 Thread Peter Petrik
Hi, On Mon, Oct 29, 2018 at 2:39 PM Marco Bernasocchi wrote: > Hi, > On 29.10.18 10:01, Peter Petrik wrote: > > > > Ad: iOS vs MacOS. This is similar to running full QGIS on android device, > vs running QField (or similar "reduced" application based on QtQuick). On

Re: [QGIS-Developer] Early 3.4 point release?

2018-10-31 Thread Peter Petrik
Hi, > Bah... feels like *every* major release someone ends up sending an email like this... My opinion this may show a problem with our development cycle setup. In my previous company, different closed-sourced software, we had so called code freeze. For example it could be 1-2 weeks before

Re: [QGIS-Developer] MacOS packaging

2018-10-31 Thread Peter Petrik
Hi, as my prototyping goes forward, I managed to create first dmg file for 3.5 master. If you want to try it out, here is the link: https://www.dropbox.com/s/vkl9oe691lkdrqh/qgis_31102018_1.dmg?dl=0 I used Mojave 10.14, homebrew for dependecies, XCode Version 10.1 (10B61). I would be glad for

[QGIS-Developer] MacOS Compilation on 10.14.1

2018-11-05 Thread Peter Petrik
Hi, Just a note to anyone who upgraded to 10.14.1 and now it is unable to compile QGIS because of missing NSAppearanceNameDarkAqua symbol. What helped me is to (re)install headers open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg as suggested

Re: [QGIS-Developer] MacOS packaging

2018-11-02 Thread Peter Petrik
frameworks and python stuff, I used python script that can be found here: https://github.com/lutraconsulting/qgis-mac-packager This eventually could be ported back to CMAKE scripts if we decide to go that way. Regards, Peter > > Regards > > Tim > > On 31 Oct 2018, at 12:03, Peter Petr

Re: [QGIS-Developer] iOS prototyping

2018-10-24 Thread Peter Petrik
k here! > > > Regards > > Tim > > On 23 Oct 2018, at 15:50, Peter Petrik > wrote: > > Hi, > > we have finished prototyping study to prove that QgsQuick based > application can be run on iOS platform (iPhone, iPad). We managed to run > application on iPad with

Re: [QGIS-Developer] MacOS packaging

2018-10-29 Thread Peter Petrik
ith extra plugins > for the GPL and commercial stuff - ECW, MrSID, GRASS (not completely sure > about that one, GPL-wise), FileGDB, GeoPDF (Poppler). > > In a full bundled QGIS, I don't think bundling ECW or MrSID would work. > So you'd still need a plugin installer (not a QGIS

Re: [QGIS-Developer] MacOS packaging

2018-11-12 Thread Peter Petrik
, 2018 at 3:43 PM Rashad Kanavath wrote: > > > On Fri, Oct 26, 2018 at 5:26 PM Peter Petrik < > peter.pet...@lutraconsulting.co.uk> wrote: > >> Hello, >> >> we have been asked to create standalone QGIS package for MacOS. By >> standalone I mean th

[QGIS-Developer] MAC QGIS 3.x build

2018-09-04 Thread Peter Petrik
Hi, As a (happy) Linux user, I switched to Mac (High Sierra 10.13.6) for some QGIS development and I see that https://github.com/qgis/QGIS/blob/master/INSTALL still suggests qt4 and python 2.6 for Mac. Does anyone has a suggestion what to use/read to facilitate the building of current master and

Re: [QGIS-Developer] build error on: #elif QT_CONFIG(process) ?

2018-12-20 Thread Peter Petrik
Hi Richard, sorry for complications, I have added this macro to allow QGIS build on iOS. I can try to compile later, but the error message suggest that the C preprocessor macro "QT_CONFIG" is not defined. on my PC it is defined in header qglobal.h, which should be part of QT core library. So I

Re: [QGIS-Developer] build error on: #elif QT_CONFIG(process) ?

2018-12-20 Thread Peter Petrik
GIS, or have a > backwards compatible solution in place. > > Bests > > Matthias > On 12/20/18 1:38 PM, Peter Petrik wrote: > > Hi Richard, > > sorry for complications, I have added this macro to allow QGIS build on > iOS. I can try to compile later, but the error me

Re: [QGIS-Developer] QGIS web client alternatives

2018-12-10 Thread Peter Petrik
Hi, Marcel from Lutra is also involved in http://gisquick.org Cheers, Peter On Tue, Dec 11, 2018 at 7:51 AM Andreas Neumann wrote: > Hi, > > For a presentation I want to list all existing web clients specializing in > collaboration with QGIS-Server. > > I know that there is: > >- QWC2:

Re: [QGIS-Developer] build error on: #elif QT_CONFIG(process) ?

2018-12-20 Thread Peter Petrik
Hi, this looks like missing include qglobal.h .Try add "#include " at the beginning of the file? Cheers, Peter On Thu, Dec 20, 2018 at 10:16 AM Richard Duivenvoorde wrote: > Hi, > > I'm trying to compile master (QGIS server) on a fresh Debian Stretch > server box, while successfull earlier

Re: [QGIS-Developer] [Qgis-user] Mac OS packages ...again!

2018-12-03 Thread Peter Petrik
t; On 03 Dec 2018, at 09:32, Peter Petrik > wrote: > > Hi, > > Python is already bundled in our package. The package is really > standalone, so you do not need to have anything else installed. The note > about Python is that, unfortunately, the python distribution we use ATM is

Re: [QGIS-Developer] unable to build MacOS master (OpenCL)

2018-12-03 Thread Peter Petrik
Thanks, looks that it works with this patch, please see https://github.com/qgis/QGIS/pull/8590 P. On Mon, Dec 3, 2018 at 9:51 AM Alessandro Pasotti wrote: > On Mon, Dec 3, 2018 at 9:43 AM Peter Petrik < > peter.pet...@lutraconsulting.co.uk> wrote: > >> Looks like 1

Re: [QGIS-Developer] [Qgis-user] Mac OS packages ...again!

2018-11-21 Thread Peter Petrik
Python is taken directly from homebrew bottle. Worth try with the python.org package. P. On Wed, Nov 21, 2018 at 3:23 PM William Kyngesburye wrote: > Are you building Python from source? I use the python.org binary > distribution and have no problems running QGIS 3 on Sierra. That means >

Re: [QGIS-Developer] MAC QGIS 3.x build

2018-09-13 Thread Peter Petrik
Hi, thank you for your suggestions and pointing me the to right places in documentations. After some struggle and frustration, I managed to setup my MacOS environment to be able to do some productive work on QGIS. I ended up with homebrew approach and especially

Re: [QGIS-Developer] MAC QGIS 3.x build

2018-09-13 Thread Peter Petrik
ster/Formula/qgis3.rb#L42 >> >> I think the most valuable things in the qgis one are the READMEs. >> We should move them to the QGIS repo and we could remove homebrew-qgisdev. >> >> I might maybe spend a bit of time cleaning this during the bugfixing. >> >&

Re: [QGIS-Developer] Use QGIS API in Qt5

2018-09-14 Thread Peter Petrik
Hi, look at this thread https://lists.osgeo.org/pipermail/qgis-developer/2018-September/054398.html I suggest to use https://github.com/OSGeo/homebrew-osgeo4mac Kind regards, Peter On Fri, Sep 14, 2018 at 2:04 PM David Marteau wrote: > Hi, > > Qgis 3 use Qt5 and Python 3.5+ , if you use

[QGIS-Developer] unable to build MacOS master (OpenCL)

2018-12-03 Thread Peter Petrik
Hi, I am unable to build QGIS master after Friday's changes in opencl header. Any idea if I can still use official MACOS CL headers or how to proceed? Thanks. Peter [ 19%] Building CXX object src/core/CMakeFiles/qgis_core.dir/geometry/qgsabstractgeometry.cpp.o In file included from

Re: [QGIS-Developer] unable to build MacOS master (OpenCL)

2018-12-03 Thread Peter Petrik
t; It might be necessary to add a ifdef for mac to set > > > #define CL_HPP_MINIMUM_OPENCL_VERSION 110 > #define CL_HPP_TARGET_OPENCL_VERSION 110 > #define CL_TARGET_OPENCL_VERSION 110 > > as it was before the changes. > > > > On Mon, Dec 3, 2018 at 9:02 AM Peter Petr

Re: [QGIS-Developer] [Qgis-user] Mac OS packages ...again!

2018-12-02 Thread Peter Petrik
r QGIS.app? > > Regards > > Tim > > > Regards > Saber > > > > On Wed, 21 Nov 2018 at 15:42, Peter Petrik < > peter.pet...@lutraconsulting.co.uk> wrote: > >> Python is taken directly from homebrew bottle. Worth try with the >> python.org packa

Re: [QGIS-Developer] GSoC 2019 for QGIS 3D Improvement Proposal

2019-04-02 Thread Peter Petrik
Thanks Ismail for the proposal, looks great. re Mac: I have also issues when undocking & docking 3d view. I suspect it is qt bug with rendering of OpenGL panels. There is already ticket in the tracker for the issue. re Point clouds: The amount of work to make it happen in 3D is heavily outside of

Re: [QGIS-Developer] Qt Designer install instructions for Mac

2019-03-27 Thread Peter Petrik
Hi Anita, Qt Designer is not part of the package, since it is a developer tool. Best is to just download it from the Qt https://www.qt.io/download and install. Should be straightforward. Kind regards, Peter On Tue, Mar 26, 2019 at 9:37 PM Tim Sutton wrote: > Hi Anita > > On 26 Mar 2019, at

Re: [QGIS-Developer] MacOS and touchbar

2019-02-24 Thread Peter Petrik
Hi, we have had a similar discussion, but not able to find much benefits for QGIS users too. Peter On Sun, Feb 24, 2019 at 11:40 PM Nyall Dawson wrote: > On Sun, 24 Feb 2019 at 06:03, Denis Rouzaud > wrote: > > > > > > > > On Fri, 22 Feb 2019, 23:14 Tim Sutton, wrote: > >> > >> Hi Nyall >

Re: [QGIS-Developer] Bug #21460?

2019-04-08 Thread Peter Petrik
Hi, we have bug-fix period before each release which is funded by QGIS.org from donations. So usually bugs that are critical/regression/crash/corrupt data are fixed during that period for LTR and PR. Cheers, Peter On Tue, Apr 9, 2019 at 3:41 AM Nyall Dawson wrote: > On Tue, 9 Apr 2019 at

[QGIS-Developer] dependent widgets in processing

2019-05-15 Thread Peter Petrik
Hi, In the processing algorithm for XYZ tiles I have a combo box for selection of output type, either "Directory" or "MBTiles". For "Directory" user can specify another sub-options for TMS convention and html preview file. For "MBTiles" options for compression... It is possible in the

Re: [QGIS-Developer] Projection issue with QGIS Dev

2019-04-25 Thread Peter Petrik
Hi, last "building" commit on master with proj6 is d3f6a5f9be9692c4ce232178df144f64a228955a Nyall will probably fix master with proj6 next week. Regards, Peter On Thu, Apr 25, 2019 at 12:05 PM Richard Duivenvoorde wrote: > On 25/04/2019 03.35, Denis Rouzaud wrote: > > Nyall is working with

Re: [QGIS-Developer] [GRASS-dev] Bump to proj 6/gdal 3

2019-08-05 Thread Peter Petrik
Hi, so if I understand correctly, we need to hold it until GRASS is compatible with PROJ6 or should we switch to proj6 nevertheless for mac packages? Thanks, Peter On Tue, Jul 23, 2019 at 6:40 PM Markus Metz wrote: > > > On Tue, Jul 23, 2019 at 10:24 AM Jürgen E. Fischer wrote: > > > > Hi, >

Re: [QGIS-Developer] macOS nightly builds failing

2019-12-11 Thread Peter Petrik
Hi, the error is /Users/admin/qgis/builds/nightly/qgis/src/core/geometry/qgsgeos.h:24:10: fatal error: 'geos_c.h' file not found #include ^~ I will look into it now and see what is happening P. On Wed, Dec 11, 2019 at 9:42 AM Tim Sutton wrote: > Hi > > Can someone check

Re: [QGIS-Developer] macOS nightly builds failing

2019-12-11 Thread Peter Petrik
Hi, please see PR https://github.com/qgis/QGIS/pull/4 . I cannot replicate build issue problem locally, but hopefully this one fixes the problem. Peter On Wed, Dec 11, 2019 at 1:05 PM Tim Sutton wrote: > Thanks Jürgen! Peter is looking at it now. > > Regards > > Tim > > On 11 Dec 2019, at

[QGIS-Developer] QEP 158: Support of 3D layered meshes

2019-10-17 Thread Peter Petrik
Hi all, just a quick notification about new QEP for mesh layer & MDAL https://github.com/qgis/QGIS-Enhancement-Proposals/issues/158 It would allow us to support some other interesting formats in QGIS. Kind regards, Peter ___ QGIS-Developer mailing

Re: [QGIS-Developer] Making QgsRasterLayerProperties class independent again from QgisApp instance

2019-10-08 Thread Peter Petrik
Hi Vincent, we are now in the feature freeze period, so I am not sure if this change would not fall to QGIS 3.12 life cycle beginning at the end of October. We are kind of busy at the moment doing bugfixes and pre-release changes. Hopefully after the release is sorted there would be more drive

Re: [QGIS-Developer] QGIS and OSX

2019-10-09 Thread Peter Petrik
Hi, also which version of MacOS do you have? Peter On Wed, Oct 9, 2019 at 3:22 PM Denis Rouzaud wrote: > That's strange, what icon do you talk about? I don't believe it's added to > the task bar by default. > Have your tried command+space and typing QGIS to start it. > Otherwise, simply going

Re: [QGIS-Developer] 3.10 hard freeze?

2019-10-14 Thread Peter Petrik
Hi, I am wondering if it would be good idea to branch of the 3.10 when it is already in the hard freeze mode, so we are able to merge PRs to master for 3.12 release? That way the HF fixes would me merged directly to 3.10 branch and also the tagging/release could be done on the branch before

Re: [QGIS-Developer] 3.10.0 in hard freeze, should we branch master as unfreeze for 3.12?

2019-10-14 Thread Peter Petrik
+1 P On Mon, Oct 14, 2019 at 1:49 AM René-Luc Dhont wrote: > +1 for branching off the release-3_10 > > Le 14/10/2019 à 01:34, Nyall Dawson a écrit : > > (Subject says it ) > > Now that we're in hard freeze for the 3.10.0 release, should we be > branching off the release-3_10 branch now and

[QGIS-Developer] MacOS packaging current situation

2020-02-21 Thread Peter Petrik
Hi, I would like to explain the current situation with the QGIS Mac Packaging on Mac. The packager is dependent on the dependencies from https://github.com/OSGeo/homebrew-osgeo4mac, which were not updated to the required proj6 versions yet. Last production-ready version was based on GDAL2 and

Re: [QGIS-Developer] QGIS Time Management Call

2020-01-10 Thread Peter Petrik
I am ok with this time. P. On Fri, Jan 10, 2020 at 2:22 PM Anita Graser wrote: > Let's do it after family hours then. > > How about > https://www.timeanddate.com/worldclock/meetingdetails.html?year=2020=1=17=10=0=0=259=240 > > Regards, > Anita > > > > On Thu, Jan 9, 2020 at 11:45 PM Nyall

Re: [QGIS-Developer] qgis build fails with cmake 3.18.2, NetBSD, quoting of $

2020-09-12 Thread Peter Petrik
Hi, looks like duplicate of https://github.com/qgis/QGIS/pull/38103 I fixed it by using of ninja instead of make P. On Sat, Sep 12, 2020 at 7:17 PM Greg Troxel wrote: > > I co-maintain the pkgsrc entry for qgis (and also look after proj, gdal, > postgis). > > pkgsrc uses gmake because there

[QGIS-Developer] (QGIS 2020 Grant Report) QGIS MacOS Package Improvements

2020-09-24 Thread Peter Petrik
Hi PSC, devs, I want to announce a detailed report for MacOS packages described in https://github.com/qgis/QGIS-Enhancement-Proposals/issues/177 We have addressed the tasks from the proposal except the notarization process. We underestimated the work to be done in the grant and therefore we

Re: [QGIS-Developer] Backporting and 3.10 -- a reminder

2020-09-16 Thread Peter Petrik
Understood, thanks for (re-)clarification and doing the hard work there. P. On Thu, Sep 17, 2020 at 1:21 AM Nyall Dawson wrote: > Hi list, > > Some quick reminders about how the current 3.10 LTR should be handled > during the 3.16 bug fixing round. My apologies in advance about the > tone here,

Re: [QGIS-Developer] QGIS for Apple: Intel vs. arm

2020-06-24 Thread Peter Petrik
Hi, As building on iOS already works ( https://github.com/lutraconsulting/input-sdk/tree/master/ios), I imagine it would be possible to run another architecture build for MacOS with a similar approach. It is in Apple's interest to facilitate transition to developers. To evaluate how hard it

Re: [QGIS-Developer] mac os builds failing with some PDAL error

2020-11-11 Thread Peter Petrik
Hi, PDAL on MacOS is 2.2.0 (see https://qgis.org/downloads/macos/nightly/qgis_nightly_master_20201110_122948.deps). 0.6.0 is version of the qgis-deps packages. ok, found the problem will try to fix tomorrow: https://github.com/qgis/QGIS-Mac-Packager/issues/97 Peter On Wed, Nov 11, 2020 at

Re: [QGIS-Developer] mac os builds failing with some PDAL error

2020-11-12 Thread Peter Petrik
this should be fixed in next nightly build, uploaded fixed qgis-deps-0.6.0-2 On Wed, Nov 11, 2020 at 9:40 PM Peter Petrik < peter.pet...@lutraconsulting.co.uk> wrote: > Hi, > > PDAL on MacOS is 2.2.0 (see > https://qgis.org/downloads/macos/nightly/qgis_nightly_master_20

Re: [QGIS-Developer] Unable to build QGIS master due to multiple definitions of sipQgs3DAlgorithms

2020-10-29 Thread Peter Petrik
Hi, can you please remove completely the build folder and start again? Thanks. P/ On Thu, Oct 29, 2020 at 1:57 PM DelazJ wrote: > Hi devs, > > Since yesterday, I'm unable to build QGIS on Ubuntu 20.04 using ninja. It > used to work a couple of days ago. > I'm getting a bunch of errors of the

Re: [QGIS-Developer] [Qgis-psc] New community voting members

2021-01-25 Thread Peter Petrik
gratulate our > new community voting members for their election. > > David signer > Enrico Ferreguti > Etienne Trimaille > Pedro Venâncio > Peter Petrik > Richard Duivenvoorde > > I would also like to extend them a heartfelt thank you for all the work > they have put

Re: [QGIS-Developer] [ui] blue != blue

2021-02-03 Thread Peter Petrik
Hi, The point cloud icons were created in 2 minutes in the most trivial way to just have "anything", to have development going. Assuming that someone with good designer skills may pick it up and replace it. So no offense here. P. On Wed, Feb 3, 2021 at 10:30 PM Richard Duivenvoorde wrote: > >

[QGIS-Developer] macOS qt5.15

2021-06-09 Thread Peter Petrik
Hi, We have prepared new nightly build macOS packages with Qt 5.15.2. Please test and submit bug reports before next week's release. Thanks. qgis_nightly_master_20210608_023438.dmg Cheers, Peter

Re: [QGIS-Developer] Download url's macOS QGIS missing version info

2021-06-20 Thread Peter Petrik
Hi, the link on webpage is just symbolic link to last versions SUCCESSFULLY compiled. There was a massive blocker with the switch to C++17 in the last versions, which was resolved by reinstallation of whole server and updating all the tools to compile the stuff. Therefore the packager was not

[QGIS-Developer] QgsQuick removal

2021-05-12 Thread Peter Petrik
Hi devs, I will be removing QgsQuick library related pieces from the qgis/QGIS repository if there are no strong objections. The reasons are: - the release cycle for QgsQuick is different than QGIS core, more based on the InputApp releases - QgsQuick is not used by other projects but InputApp

Re: [QGIS-Developer] QgsQuick removal

2021-05-13 Thread Peter Petrik
ld be good, this way we can preserve a > nucleus of a generic library. If you are ok with that, we'll make sure to > integrate the latest changes from the QField repository soon. > > Thank you > Matthias > > On Wed, May 12, 2021 at 9:51 AM Peter Petrik < > peter.pet...@lutraconsu

Re: [QGIS-Developer] Unavailable releases on macos!?

2021-05-22 Thread Peter Petrik
Hi, I had a hardware issue with my laptop and got the replacement yesterday. My plan is to look at all packaging issues from the beginning of the next week. Kind regards, Peter On Sat, May 22, 2021 at 8:24 AM Andrea Giudiceandrea wrote: > Andrea Giudiceandrea wrote > > maybe it's the same

Re: [QGIS-Developer] No Options of QGIS Temporal Controller in 3.16

2021-04-27 Thread Peter Petrik
Hi Philip, they are already implemented in all supported QGIS version. You need to click on the clock icon next to the layer and in the toolbar. Best to check with QGIS documentation. Kind regards, Peter On Tue, Apr 27, 2021 at 12:04 PM Philip Albrecht wrote: > Hey, > > i worked with the

Re: [QGIS-Developer] [ui] blue != blue

2021-02-10 Thread Peter Petrik
nice! On Wed, Feb 10, 2021 at 10:00 AM Richard Duivenvoorde wrote: > (forgot to mention) > > Mathieu/nirvn created and added a much better one, THANKS! > > (see screenie) > > Regards, > > Richard Duivenvoorde > > > > On 2/4/21 8:37 AM, Peter Petrik wrote

Re: [QGIS-Developer] GSoC 2021 QGIS On-the-fly Raster Calculator discussion

2021-03-25 Thread Peter Petrik
Hi Roberto, Thank you for your interest in the QGIS Core development and GSoC involvement in 2021 and I hope we can do a nice project together. Let's have a short call and discuss the further steps. I will write you another email outside the mailing list for the arragements. Cheers, Peter On

Re: [QGIS-Developer] Agreement

2021-03-01 Thread Peter Petrik
Hi Chris and welcome to the team. Now when you create a pull request, we will review it and give you feedback. If you are stuck, feel free to write to the mailing list or chat(s) and seek for the help. Best is to start with some easy bug fixes in the area of the code you would like to contribute

Re: [QGIS-Developer] A plea: more volunteers needed for reviewing backports

2021-04-09 Thread Peter Petrik
Hi, First of all, thanks Nyall for your efforts. I try to review the code that we introduced to QGIS and I find kind-of familiar: for example QgsQuick, MeshLayer or MacOS stuff. But as mentioned in the thread, the less you know the particular code, the more time it takes to review it. What I see

Re: [QGIS-Developer] Require documentation PR for new features

2021-04-16 Thread Peter Petrik
Hi, a good software developer doesn't need to be a good or even acceptable documentation writer. It is a completely different set of skills IMHO, starting with the language skills, ending with the different point of view to the problem (we developers tend to looks at the algorithm selection,

Re: [QGIS-Developer] [Qgis-psc] How to handle upstream Qt fixes

2021-09-06 Thread Peter Petrik
Hi, as for macOS at the moment, I install pre-build Qt binaries and use them. I suppose I can build and use whichever version from whichever fork if we decide to do so, but I have never needed to use my custom Qt build so it would take some time to compile. as for Qt and their (lack of)

Re: [QGIS-Developer] URGENT AS CAN BE: QGIS 3.16.12 and sip 6?

2021-11-03 Thread Peter Petrik
On macOS 10.15 with QGIS 3.22 (official release) it works correctly (python: sip 4.19.25) P. On Wed, Nov 3, 2021 at 7:56 AM Richard Duivenvoorde wrote: > On 2021-11-03 06:19, Nyall Dawson wrote: > > On Wed, 3 Nov 2021 at 14:58, Richard Duivenvoorde > > wrote: > >> > >> On 11/3/21 2:15 AM,

Re: [QGIS-Developer] URGENT AS CAN BE: QGIS 3.16.12 and sip 6?

2021-11-03 Thread Peter Petrik
We had a similar issue with 3.20 on mac, where certain combination of sip + python version was broken, see https://github.com/qgis/QGIS/issues/44182#issuecomment-914168394 P. On Wed, Nov 3, 2021 at 8:55 AM Nyall Dawson wrote: > On Wed, 3 Nov 2021 at 17:53, Peter Petrik >

Re: [QGIS-Developer] [Qgis-psc] QGIS budget 2023 RFC

2022-11-24 Thread Peter Petrik via QGIS-Developer
Hi all, re the "QGIS packaging work, incl. OSGeo4W, Ubuntu/Debian and Mac builds" item - I am listed as community manager, but MacOS builds are not under openGIS/Denis. Maybe you change it in the docs? Thanks, Peter On Thu, Nov 24, 2022 at 4:09 PM Andreas Neumann via QGIS-Developer <

Re: [QGIS-Developer] [Qgis-user] New community voting member

2023-04-24 Thread Peter Petrik via QGIS-Developer
Hi Adelcides, welcome and wish you many good and wise decisions as the voting member :) Peter On Mon, Apr 24, 2023 at 2:44 PM Adelcides Varela via QGIS-User < qgis-u...@lists.osgeo.org> wrote: > It is with a great pleasure and sense of recognition that I receive this > special honour,