Re: [QGIS-Developer] OSGeo4W Qt and OpenSSL versions

2020-04-15 Thread Larry Shaffer
On Wed, Apr 15, 2020 at 12:37 PM Larry Shaffer wrote: > Hi Luigi, > > On Wed, Apr 15, 2020 at 1:23 AM Luigi Pirelli wrote: > >> Hi Larry >> >> Usually Jürgen attend issues or feature requests opened in the OSGeo4W >> track. >> > Ticket created: htt

Re: [QGIS-Developer] OSGeo4W Qt and OpenSSL versions

2020-04-15 Thread Larry Shaffer
present in QGIS, please describe them. Of course, there may still be packaging reasons or issues blocking an upgrade of Qt packages (they can be quite time consuming to work with), However, if there is a significant issue with regards to QGIS, then it should probably be discussed first. Regards,

[QGIS-Developer] OSGeo4W Qt and OpenSSL versions

2020-04-14 Thread Larry Shaffer
upon an OpenSSL version that is 3+ years old, as is the case with official Qt < 5.12.4 releases. For one example, there is no TLS 1.3 support in OpenSSL 1.0.2. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ QGIS-Developer mail

Re: [QGIS-Developer] Explicit policy re bug fixing responsibilities after new features

2020-03-11 Thread Larry Shaffer
upport relative to public release cadence, instead of specific versions will make more sense to sponsors/customers. Otherwise, you end up with the same issue when focusing on LTR as with specifying a major version (e.g. substitute LTR for 4.0.0): Larry Shaffer wrote: > If you do mean major, the

Re: [QGIS-Developer] Explicit policy re bug fixing responsibilities after new features

2020-03-10 Thread Larry Shaffer
especially if the feature also benefits the project/app and its users. However, it seems reasonable to say to a customer "and you also need to support the fixing of this feature's bugs found by the public until the following public release." I'm all for accountability in code mai

Re: [QGIS-Developer] Testing a ComboBox with a QCompleter using QTest

2020-03-01 Thread Larry Shaffer
in the combobox's lineEdit and then >>> mouseclick to select the value from the completer. >>> >>> Normal: >>> >>> [image: image.png] >>> >>> This is what happens when run from the script: >>> >>> [image: image.p

Re: [QGIS-Developer] Testing a ComboBox with a QCompleter using QTest

2020-02-28 Thread Larry Shaffer
, in global coordinates - Move the mouse there, so you can visually verify where the click is going to occur - Finally, click to auto-fill line edit with item from completer's list Tested in QGIS 3.10.3 on macOS 10.15.3 under Python 3.8 and Qt 5.12.5. Regards, Larry Shaffer Dakota Cartography Bl

Re: [QGIS-Developer] Reporting security related issues ?

2020-02-13 Thread Larry Shaffer
Hi Richard, All, I would like to be added as well. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Thu, Feb 13, 2020 at 5:23 AM Richard Duivenvoorde wrote: > On 13/02/2020 13.08, security minded wrote: > > Hello, > > > > I've tried

[QGIS-Developer] Current state of QtWebKit dependency

2019-06-27 Thread Larry Shaffer
n QtWebKit there is also a need for the PyQt bindings for its modules as well. Side note, we are working on getting the conda-forge qgis recipe fully functional: https://github.com/conda-forge/qgis-feedstock/issues/68 Regards, Larry Shaffer Dakota Cartography Black Hills, So

Re: [QGIS-Developer] Preferred way to set startup options on Windows and is qgis_global_settings.ini used or not

2019-06-19 Thread Larry Shaffer
t may need updated a bit to be purely Python 3, for installs that don't have Python 2 around. I think it should be added to QGIS src code repo, maybe under 'resources,' and linked-to from QGIS docs. It is already GPLv2+ licensed. Larry Shaffer Dakota Cartography Black Hills, South

Re: [QGIS-Developer] Using encrypted authentication credentials in QGIS Server

2019-06-05 Thread Larry Shaffer
/master/src/auth/basic/qgsauthbasicmethod.cpp#L201-L202 Then, it is a matter of just integrating the auth updating during Oracle connections (and its pool), and adding the auth widget into the Oracle connection GUI. This would be similar to how Postgres provider was updated to support the auth sy

Re: [QGIS-Developer] archive/remove repo qgis/homebrew-qgisdev

2019-04-30 Thread Larry Shaffer
m currently working in a different packaging system and am not intending to work with Homebrew or OSGeo4Mac in the near future. So, unfortunately, I can not spend time on any documentation re-writes for awhile. [1] https://github.com/OSGeo/homebrew-osgeo4mac/projects/1 Regards, Larry Shaffe

[QGIS-Developer] Unavailable for last three months

2018-03-26 Thread Larry Shaffer
, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop and QGIS Support/Development Boundless Spatial - http://boundlessgeo.com lshaf...@boundlessgeo.com ___ QGIS-Developer mailing list QGIS

Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-05 Thread Larry Shaffer
e using that) and applied it to the kit I am using to build QGIS 3. I reported upstream at CMake that this issue has returned: https://gitlab.kitware.com/cmake/cmake/issues/17278 Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless

Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-04 Thread Larry Shaffer
Hi Gary, Which CMake version are you using? There is a flaw with CMake 3.9.0 thru 3.9.3 that affects automoc targets, which gave me similar errors: https://gitlab.kitware.com/cmake/cmake/issues/17278 Works for me with CMake 3.9.4+, using Homebrew dependencies. Larry Shaffer Dakota Cartography

Re: [QGIS-Developer] Backporting crash handler into 2.18

2017-12-04 Thread Larry Shaffer
l probably move on to 3.x). > > While it looks like if we want to say that QGIS ever crashes on Windows, > maybe name it Windows or Data Crash Handler ;-) > > Needs to be tested thoroughly though, as it is a new 'feature' in LTR... > Is it testable? > &g

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Larry Shaffer
Hi Salvatore, On Wed, Nov 29, 2017 at 11:44 AM, Salvatore Larosa wrote: > Hi, > > On Wed, Nov 29, 2017 at 3:39 PM, Tim Sutton wrote: > >> Hi All >> >> Its been a few days since I pulled from master - now I am getting the >> error below on startup. Does anyone else get it? (Building on MacOS her

Re: [QGIS-Developer] Python error in processing on 2.99 startup

2017-11-29 Thread Larry Shaffer
e if isMac() else False, fixes the issue for me. Processing loads and GRASS algs open. (Not sure if True is needed for other platforms; untested.) Fix not pushed. Please verify on your setup first (mine is macOS 10.11.6). Thanks! Regards, Larry Shaffer Dakota Cartography Black Hills, So

[QGIS-Developer] Nose2 0.7.0 breaking Travis coverage test

2017-11-05 Thread Larry Shaffer
bs/297642094 I just noticed this, but will be away from computer today. Just wanted other devs to know, as it will affect all Travis builds and needs fixed. Sorry I did not have time to look into a fix. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota

Re: [QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-11 Thread Larry Shaffer
ding it here on macOS 10.11.6 using Homebrew). Try adding libqscintilla2_qt5 to QSCINTILLA_LIBRARY_NAMES in: https://github.com/qgis/QGIS/blob/master/cmake/FindQScintilla.cmake and see if that helps. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -

Re: [QGIS-Developer] [Qgis-developer] FOSS4G Boston QGIS presentation?

2017-06-03 Thread Larry Shaffer
direction, since the talk should represent community viewpoints and cover topics the community thinks it should. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop and QGIS Support/Development Boundless Spatial - http://boundlessgeo

Re: [QGIS-Developer] Building QGIS 2.18 on OSX

2017-06-01 Thread Larry Shaffer
dependencies: brew install osgeo/osgeo4mac/qgis2 --only-dependencies See also: `man brew` after install Homebrew. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop and QGIS Support/Development Boundless Spatial - http

Re: [Qgis-developer] Crash when closing layer properties

2017-03-24 Thread Larry Shaffer
a possible fix? > Traceback below: > I'm not seeing that here (latest everything). Looks like the editor is only used for tool tip labels? I tried adding content there and still have not seen a crash. Btw, map tips don't seem to be working very well on macOS. Larry Shaffer Dakota Cartog

Re: [Qgis-developer] FOSS4G Boston QGIS presentation?

2017-03-21 Thread Larry Shaffer
ing to help out? If so, I need to know today. Thanks. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop and QGIS Support/Development Boundless Spatial - http://boundlessgeo.com lshaf...@boundlessgeo.com On Mon, Mar 20,

[Qgis-developer] FOSS4G Boston QGIS presentation?

2017-03-20 Thread Larry Shaffer
ing QGIS 3 development and upcoming release (if the community is OK with that). If so, I would prefer to co-present with someone from the project who will also be attending. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Deskto

Re: [Qgis-developer] Port Password Helper plugin into core

2017-03-14 Thread Larry Shaffer
//github.com/boundlessgeo/qgis-geoserver-plugin/blob/master/geoserverexplorer/geoserver/networkaccessmanager.py Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop and QGIS Support/Development Boundless Spatial - http://boundlessgeo.com lshaf

[Qgis-developer] Extra 2.14 LTR lifespan by two months?

2017-03-10 Thread Larry Shaffer
no change whatsoever with the 3.x release schedule. [0] http://qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule [1] http://osgeo-org.1560.x6.nabble.com/bug-tracker-cleanup-td5311756.html Regards, Larry Shaffer -- Boundless Desktop and QG

Re: [Qgis-developer] is QGIS supposed to build with Qt 5.8?

2017-03-08 Thread Larry Shaffer
plash screen, requiring the user to hit Return twice to proceed. Definite regression in Qt 5.7.x --> 5.8.0. On the plus side, for macOS, all the icons now show up properly for actions in the menus. Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundl

Re: [Qgis-developer] Use of autoconnect slots?

2017-03-01 Thread Larry Shaffer
s to a dialog closure, etc. Because, it is so very easy to set up those types of connections in Designer/Creator. That said, I'm OK with a policy of no connections in UI files. Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop an

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Larry Shaffer
ecently in 520e3c0 and 1182816. Any ideas? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota -- Boundless Desktop and QGIS Support/Development Boundless Spatial - http://boundlessgeo.com lshaf...@boundlessgeo.com > Tom Elwertowski > > > On

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Larry Shaffer
Hi Ismail, Due to this issue: https://github.com/qgis/homebrew-qgisdev/issues/22 You may have compilation and runtime problems, which *may* be unrelated to QGIS source code. Until the associated Qt-based formulae are fixed upstream at Homebrew, this will persist. Regards, Larry Shaffer Dakota

Re: [Qgis-developer] What happened to FGDB writing support in QGIS?

2017-02-04 Thread Larry Shaffer
p services available, which are REST-enabled, consider investigating the new Arc REST provider in QGIS to access those. It is open-source and was contributed by QGIS developer Sandro Mani: https://changelog.kartoza.com/en/entry/543 Regards, Larry Shaffer Dakota Cartography Black Hills, South Dak

Re: [Qgis-developer] Installers for QGIS3

2017-02-01 Thread Larry Shaffer
eases, code-signed with the OSGeo certificates. It was mentioned that such a revamping of the macOS bundling routines might be a reasonable grant proposal to the project. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota Boundless Desktop and QGIS Support/Development

Re: [Qgis-developer] QGIS Server - SSL handshake failed for cascading WMS

2017-01-27 Thread Larry Shaffer
o the authentication database as trusted, by default) then ensure the auth database can be used by QGIS Server for the project. I would need to know more about your particular SSL setup to give any further suggestions here. Unfortunately, "SSL handshake failed" is a too vague, and I am only

Re: [Qgis-developer] What happened to FGDB writing support in QGIS?

2017-01-26 Thread Larry Shaffer
dal.org/drv_filegdb.html [1] https://github.com/Esri/file-geodatabase-api [2] http://download.osgeo.org/osgeo4w/x86_64/release/qgis/qgis-ltr-full/setup.hint [3] http://www.gdal.org/drv_openfilegdb.html Regards, Larry Shaffer Dakota Cartography Black Hills, South Da

Re: [Qgis-developer] Replacing Q_FOREACH in Qgis code

2017-01-19 Thread Larry Shaffer
still understand the reasoning for it. Larry Shaffer Dakota Cartography Black Hills, South Dakota On Thu, Jan 19, 2017 at 3:28 AM, David Marteau wrote: > Hi, > > I would like to know if there is plans for replacing Q_FOREACH (use > discouraged from QT 5.7) with C++11 range based loop in QGIS

Re: [Qgis-developer] CI testing: the straight truth

2017-01-04 Thread Larry Shaffer
d#Skipping-a-build Larry Shaffer Dakota Cartography Black Hills, South Dakota > > Mid-term we will still need to launch a project to update the system and > get away from the pre-built dependencies in osgeo4travis to a system > that is easier to maintain collectively but I'm happy

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-12-31 Thread Larry Shaffer
Hi Nyall, On Fri, Dec 30, 2016 at 8:31 PM, Nyall Dawson wrote: > On 1 December 2016 at 10:32, Larry Shaffer wrote: > > Hi, > > > > Another update. I have crafted a 'qgis3-dev' Homebrew formula: > > https://github.com/qgis/homebrew-qgisdev/blob/master/ >

Re: [Qgis-developer] master python console bad autocomplete

2016-12-29 Thread Larry Shaffer
//docs.travis-ci.com/user/cron-jobs/ [1] https://plugins.qgis.org/plugins/IPyConsole/ , http://www.itopen.it/qgis-and-ipython-the-definitive-interactive-console Larry Shaffer Dakota Cartography Black Hills, South Dakota > All the best, > Tudor > > On Thursday, December 29, 2016 10

Re: [Qgis-developer] Most icons not displayed in OS X program menu on master

2016-12-27 Thread Larry Shaffer
01:00 Nikolai Bezdna : > >> Hi devs, >> >> I’ve built qgis master on OS X using Homebrew formula from >> qgis/homebrew-qgisdev repo (thanks Larry Shaffer). But there are barely any >> icons displayed in QGIS program menu (in fact I can only see “Project >> p

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-30 Thread Larry Shaffer
nks! I am working on a 'qgis3-travis' formula, specific for use in main QGIS source tree Travis CI testing. Also working on an updated tutorial for using Qt Creator 4.1, etc. to develop on QGIS source based upon these formulae Homebrew dependencies (much easier now). Regards, Larry Shaffe

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-18 Thread Larry Shaffer
Hi Nyall, On Thu, Nov 17, 2016 at 7:11 PM, Nyall Dawson wrote: > On 18 November 2016 at 11:55, Larry Shaffer > wrote: > > Hi, > > > > Quick update. Success! I've finally built QGIS 3 master branch off of > > unmodified Homebrew dependencies, though had to edi

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-17 Thread Larry Shaffer
ing QGIS 3 master on Mac? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Tue, Nov 8, 2016 at 1:02 PM, Rouzaud Denis wrote: > Hi Larry, > > Thanks a lot for tackling this! > Glad to read it’ll land soon, but no pressure ;) > > Cheers, > Denis > > >

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-11-08 Thread Larry Shaffer
r those dev formulae or docs, once they are available. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > 2016-11-01 1:22 GMT+07:00 Matthias Kuhn : > >> Hi Diane and welcome aboard, >> >> I also didn't manage to compile master on osx yet.

[Qgis-developer] DLL import/export defines quoting

2016-09-30 Thread Larry Shaffer
xport-quoting_qt-creator.png [1] https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing l

Re: [Qgis-developer] EOL for homebrew qt4 mac builds? Time for Qt5 only master?

2016-09-06 Thread Larry Shaffer
fastest > way to get some supported osx version back up and running again is. If > i'm understanding the implications of that homebrew issue correctly, > there's now no way of building master (or even 2.16) on osx. > I have been working on this for ~ a day. Later today and t

Re: [Qgis-developer] C++11 in master?

2016-07-15 Thread Larry Shaffer
the full c++11 support in Clang since 3.3: http://clang.llvm.org/cxx_status.html OS X 10.8 is already the minimum OS for William's builds: http://www.kyngchaos.com/software/qgis I would like to go one further and put minimum OS X at 10.9 for QGIS 3.0, due to current Homebrew pre-compiled binary supp

Re: [Qgis-developer] QGIS on Mac with Qt5, PyQt5 and Py3

2016-06-05 Thread Larry Shaffer
DISABLE_DEPRECATED:BOOL=ON. http://drive.dakotacarto.com/qgis/CMakeCache.txt Larry Shaffer Dakota Cartography Black Hills, South Dakota > Nyall > ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/lis

Re: [Qgis-developer] QGIS on Mac with Qt5, PyQt5 and Py3

2016-06-03 Thread Larry Shaffer
Hi Nyall, On Fri, Jun 3, 2016 at 10:58 PM, Nyall Dawson wrote: > > On 4 Jun 2016 6:52 AM, "Larry Shaffer" wrote: > > > > Hi, > > > > Just a quick note... Continuing work I started at the hackfest in > Girona, I have successfully built and run QGIS on

[Qgis-developer] QGIS on Mac with Qt5, PyQt5 and Py3

2016-06-03 Thread Larry Shaffer
test apps are at least a month away. I have a PR and more Homebrew editing to do (will post more to this thread later), but just wanted everyone to know it is at least compiling and launching on Mac! Regards, Larry Shaffer Dakota Cartography Black Hills, So

Re: [Qgis-developer] GDAL 2.X support in MacOSX

2016-05-23 Thread Larry Shaffer
ds to become stable. [0] https://github.com/orgs/Homebrew/teams/geospatial Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > Cheers, > Jeremy > > This message contains information, which may be in confidence and may be > subject to legal privilege. If yo

Re: [Qgis-developer] Backport of bugfix/feature for GPS compatibility

2016-05-18 Thread Larry Shaffer
k. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > On Wed, May 18, 2016 at 12:42 PM, Larry Shaffer > wrote: > >> Hi, >> >> I would like to backport the following commit to the release-2_14 branch >> (adds compatibility for some GPS units in mobi

[Qgis-developer] Backport of bugfix/feature for GPS compatibility

2016-05-17 Thread Larry Shaffer
/13330 Feature request: http://hub.qgis.org/issues/12980 Feature PR: https://github.com/qgis/QGIS/pull/2867 Any objections to backporting it? Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer

Re: [Qgis-developer] Qt5 and Python 3

2016-05-04 Thread Larry Shaffer
ut if you want to give > the best UX instead of the latest bleeding edge code with known > problems, you probably better continue shipping the current Qt4 builds > wherever possible. > > I can try to see if there's another solution which only requires a sip > update and not

Re: [Qgis-developer] Qt5 and Python 3

2016-05-04 Thread Larry Shaffer
4.10 kernel release. [0] > > With the full freeze in February 2016, I expect the release to happen in > Q3 2016, may be even Q4. The Qt4WebKit removal will happen before the > transition freeze on 5 November 2016. > Thanks for the clear and concise summary of this dependency issue. Do

Re: [Qgis-developer] Nightly & OS X Log Messages Panel - Python and QT

2016-04-28 Thread Larry Shaffer
s will really get rid of the warning, which may happen whenever the system paths are parsed. [0] http://arstechnica.com/apple/2015/09/os-x-10-11-el-capitan-the-ars-technica-review/8/ Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota file, filename, etc = imp.find_module(

[Qgis-developer] State of the QGIS Project - FOSS4G-NA presentation

2016-04-26 Thread Larry Shaffer
ny help or suggestions you can provide. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists

Re: [Qgis-developer] Cannot add new GeoPackage connection to DB Manager

2016-04-22 Thread Larry Shaffer
Hi Stefan, Confirmed here on Mac (same error after choosing file). Using master build from yesterday. Larry Shaffer Dakota Cartography Black Hills, South Dakota On Fri, Apr 22, 2016 at 4:34 AM, Stefan Ziegler wrote: > Hi > > When trying to add a new GeoPackage connection: > >

Re: [Qgis-developer] Authentification use from Python

2016-03-03 Thread Larry Shaffer
class: https://github.com/qgis/QGIS/blob/master/src/core/auth/qgsauthmethod.h The last thing I did was add auth method plugin support to the system, which allows a C++ plugin to be built, then dropped into an existing 2.14 install, etc. Regards, Larry Shaffer Dakota Cartography Black Hills, South

Re: [Qgis-developer] Help us plan for QGIS 3.0

2016-02-08 Thread Larry Shaffer
ure ones. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Wed, Jan 20, 2016 at 6:34 AM, Paolo Cavallini wrote: > Il 20/01/2016 14:05, Worth Lutz ha scritto: > > But as a FINAL 2.x release it would make sense to be a LTR, wouldn't > > it. To give ti

Re: [Qgis-developer] Authentification use from Python

2016-01-12 Thread Larry Shaffer
idered for deprecation or just complete removal in 2.14 release. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota QGIS Support/Development | Boundless lshaf...@boundlessgeo.com On Tue, Jan 12, 2016 at 8:14 AM, Bernhard Ströbl wrote: > Hi Luigi, > > many thanks! That was the

Re: [Qgis-developer] Mac install via brew?

2015-10-31 Thread Larry Shaffer
the .pkg installers, where the entire certificate trust chain can be reviewed. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota QGIS Support/Development | Boundless <http://boundlessgeo.com/> On Sat, Oct 31, 2015 at 4:34 PM, Larry Shaffer wrote: > Hi, > &

Re: [Qgis-developer] Mac install via brew?

2015-10-31 Thread Larry Shaffer
developers associated with the QGIS project. I highly recommend avoiding listing such an install method on the QGIS website, especially since a user can just get the same installer directly from the project-recognized packager, Kyngchaos.com. Regards, Larry Shaffer Dakota Cartography Black Hills, Sou

Re: [Qgis-developer] QEP - Proposal for QGIS 3.0 after 2.14

2015-10-22 Thread Larry Shaffer
Hi, On Thu, Oct 22, 2015 at 2:53 AM, Nyall Dawson wrote: > On 22 October 2015 at 19:52, Nyall Dawson wrote: > > On 22 October 2015 at 12:28, Larry Shaffer > wrote: > >> > >> I meant specifically during the porting process. Then, break the API > and add >

Re: [Qgis-developer] QEP - Proposal for QGIS 3.0 after 2.14

2015-10-21 Thread Larry Shaffer
Hi, On Wed, Oct 21, 2015 at 3:47 PM, Nyall Dawson wrote: > On 22 October 2015 at 01:44, Larry Shaffer wrote: > > > > > > > I like the idea of 8 months of work for a 3.0 release, with 4 months > > concurrent with the 2.14 dev cycle. Although, I think the last thin

Re: [Qgis-developer] QEP - Proposal for QGIS 3.0 after 2.14

2015-10-21 Thread Larry Shaffer
velopment should not have significantly increased bugs and regressions with its limited new feature development. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > On Wed, Oct 21, 2015 at 10:30 AM, Nyall Dawson > wrote: > >> Hi all, >> >> Thought I&#x

Re: [Qgis-developer] Take the QGIS user survey

2015-10-15 Thread Larry Shaffer
Hi Tim, LTR (Long Term Release) isn't defined until the second page of the survey, but it's acronym is used prior. Maybe define it in the beginning header of the survey; and, maybe with a one line description? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On T

Re: [Qgis-developer] Adding branch protection to github?

2015-10-14 Thread Larry Shaffer
Hi Nyall, On Wed, Oct 14, 2015 at 1:59 PM, Nyall Dawson wrote: > On 14 October 2015 at 22:31, Larry Shaffer wrote: > > Hi, > > > > Seems like all protections (against force push, deleting and failing > tests) > > are a good fit. > > > > There may be

Re: [Qgis-developer] Release schedule discussion - again

2015-10-14 Thread Larry Shaffer
atforms? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > - Nathan > > On Wed, Oct 14, 2015 at 10:57 PM, Larry Shaffer > wrote: > >> Hi, >> >> On Wed, Oct 14, 2015 at 6:06 AM, Paolo Cavallini >> wrote: >> >>> Il 14/10/

Re: [Qgis-developer] Release schedule discussion - again

2015-10-14 Thread Larry Shaffer
Hi, On Wed, Oct 14, 2015 at 6:06 AM, Paolo Cavallini wrote: > Il 14/10/2015 13:58, Larry Shaffer ha scritto: > > > With regards to Mac and Qt4 support, it may be that even an LTR 2.14 > > release will have a very short lifespan, given that the next Mac OS > > upgrade wil

Re: [Qgis-developer] Release schedule discussion - again

2015-10-14 Thread Larry Shaffer
d, I seriously doubt there will be people wanting to resurrect Qt4 again. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Adding branch protection to github?

2015-10-14 Thread Larry Shaffer
failure on one of the test platforms is non-critical (Mac), but a failure on another (Linux) is. ?? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Tue, Oct 13, 2015 at 4:41 PM, Nathan Woodrow wrote: > +1 not allowing force push is a good thing IMO > > On Wed, Oct 14

Re: [Qgis-developer] Release schedule discussion - again

2015-10-12 Thread Larry Shaffer
gt; six month isn't a big difference there either. > > If we released every 6 months, how long would we maintain the LTR? Still a > year and every second release is a LTR? Or still every third release? > > I don't really care that much if we release on a four or six month s

[Qgis-developer] Mac nightly updated

2015-10-03 Thread Larry Shaffer
latest GDAL Complete framework, as per current stable releases from http://www.kyngchaos.com/software/qgis I will be looking into adding an LTR (2.8 branch) nightly as well. Sorry for the cross-post to both lists. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota

Re: [Qgis-developer] SSL error on QGIS startup

2015-10-03 Thread Larry Shaffer
ss the Google API script, though this not a good approach security-wise Untested whether this is possibly fixed with Qt5. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > Does it mean that the connection to https://www.google.com/jsapi is not > secure? Is QGIS now co

Re: [Qgis-developer] Expression texts taking 30 minutes on Mac

2015-09-29 Thread Larry Shaffer
Hi, On Tue, Sep 29, 2015 at 3:10 PM, Larry Shaffer wrote: > Hi, > > On Tue, Sep 29, 2015 at 2:59 PM, Nyall Dawson > wrote: > >> >> On 30 Sep 2015 05:10, "Jürgen E." wrote: >> > >> > Hi Larry, >> > >> > On Tue, 29. Sep 20

Re: [Qgis-developer] Expression texts taking 30 minutes on Mac

2015-09-29 Thread Larry Shaffer
Hi, On Tue, Sep 29, 2015 at 2:59 PM, Nyall Dawson wrote: > > On 30 Sep 2015 05:10, "Jürgen E." wrote: > > > > Hi Larry, > > > > On Tue, 29. Sep 2015 at 11:22:32 -0600, Larry Shaffer wrote: > > > qgsexpression_texts.cpp is 144 KB on my

Re: [Qgis-developer] Expression texts taking 30 minutes on Mac

2015-09-29 Thread Larry Shaffer
Hi Jürgen, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Tue, Sep 29, 2015 at 10:24 AM, Jürgen E. wrote: > Hi Larry, > > On Tue, 29. Sep 2015 at 08:42:35 -0600, Larry Shaffer wrote: > > When compiling on Mac, the following line takes ~30 minutes to complet

[Qgis-developer] Expression texts taking 30 minutes on Mac

2015-09-29 Thread Larry Shaffer
making recompiling during dev work very painful. This has tripled the build times on my very fast Mac dev box and the nightly box, both of which have SSDs. Any ideas on speeding up the generation and or compiling of the texts? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota

Re: [Qgis-developer] New authentication system ready

2015-09-28 Thread Larry Shaffer
t, beyond the screen snap in this thread. [0] https://github.com/dakcarto/QGIS-Enhancement-Proposals/blob/auth-system/extras/auth-system/pkiuser.rst Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > Regards > > Tim > > On 26 Sep 2015, at 20:51, Larry S

Re: [Qgis-developer] [Qgis-user] [ANNOUNCE] 2.11 feature freeze begun

2015-09-26 Thread Larry Shaffer
ld system seems broken since a while, and > there's no current way for users to test on OSX without building for > themselves. > > Not sure how this can be addressed, but given the embarrassing state of > recent releases on OSX it's a big issue... > > Any ideas?

Re: [Qgis-developer] New authentication system ready

2015-09-26 Thread Larry Shaffer
! :^) Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Sat, Sep 26, 2015 at 12:04 PM, Larry Shaffer wrote: > Hi Tim, > > On Sat, Sep 26, 2015 at 2:33 AM, Tim Sutton wrote: > >> Hi Larry >> >> >> Great to see this new feature make its way

Re: [Qgis-developer] New authentication system ready

2015-09-26 Thread Larry Shaffer
6 [3] https://github.com/qgis/QGIS/blob/master/src/core/auth/qgsauthmanager.h#L105-L110 Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > Regards > > Tim > > On 25 Sep 2015, at 14:59, Larry Shaffer wrote: > > Hi devs, > > As you can see in the PR [

Re: [Qgis-developer] QCA lib dependency for master

2015-09-26 Thread Larry Shaffer
bling,' or why doing that would be useful for testing. It won't compile if QCA is missing (won't configure either, just like other required libs). Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > --strk; > > On Fri, Sep 25, 2015 at 04:24:08PM -0600,

[Qgis-developer] QCA lib dependency for master

2015-09-25 Thread Larry Shaffer
http://delta.affinix.com/qca/ [1] https://github.com/qgis/QGIS/pull/1838 [2] https://projects.kde.org/projects/kdesupport/qca/repository Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] New authentication system ready

2015-09-25 Thread Larry Shaffer
this?** [0] https://github.com/qgis/QGIS/pull/2330 Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Wed, Sep 23, 2015 at 4:38 AM, Luca Manganelli wrote: > On Tue, Sep 22, 2015 at 10:02 PM, Régis Haubourg > wrote: > > Wh. that's huge work Larry. Will need

[Qgis-developer] New authentication system ready

2015-09-22 Thread Larry Shaffer
ous discussion: http://osgeo-org.1560.x6.nabble.com/QEP-and-PR-for-new-Authentication-Configuration-System-tp5182411.html Best regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer@

Re: [Qgis-developer] Possibility of extension for freeze for 2.12?

2015-09-21 Thread Larry Shaffer
a bit more time to review it and give the PSC time to vote on the QEP. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Mon, Sep 21, 2015 at 4:07 AM, Nyall Dawson wrote: > Hi Jürgen, > > I'm hesitantly asking what your thoughts are on extending the freeze > f

Re: [Qgis-developer] CI testing for OSX

2015-08-19 Thread Larry Shaffer
Hi Nyall, On Wed, Aug 19, 2015 at 4:33 AM, Nyall Dawson wrote: > On 19 August 2015 at 08:43, Larry Shaffer wrote: > > > Yeah, the postgres and postgis being preinstalled is a bit of a pain, > since > > they do not seem to keep them updated. > > > > Looks like

Re: [Qgis-developer] CI testing for OSX

2015-08-18 Thread Larry Shaffer
Hi Nyall, On Fri, Aug 14, 2015 at 9:45 PM, Nyall Dawson wrote: > > On 15 Aug 2015 13:17, "Larry Shaffer" wrote: > > > > Hi Nyall, all, > > > > On Thu, Aug 13, 2015 at 11:31 PM, Nyall Dawson > wrote: > >> > >> On 13 August 2015

Re: [Qgis-developer] CI testing for OSX

2015-08-14 Thread Larry Shaffer
ing-OSGeo4Mac I haven't had time recently to update the work there, so some of the notes may be outdated. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota > Nyall > ___ > Qgis-developer mailing list > Qgis-developer@

Re: [Qgis-developer] QGIS main thread crash on Mac OS X

2015-07-17 Thread Larry Shaffer
ix any issues. Also, it would be good for you to post particulars about your QGIS version, install method, etc. Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Thu, Jul 16, 2015 at 5:54 PM, Marcus Santos wrote: > Hi all, > > Has someone been experiencing unexpect

[Qgis-developer] OGC WMS 1.3 Test Client

2015-06-29 Thread Larry Shaffer
2244 Wonder if other test clients for OWS specifications will follow soon? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Drag n drop on OS X

2015-06-08 Thread Larry Shaffer
/pull/1084 Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Sat, Jun 6, 2015 at 5:10 PM, Stefan Ziegler wrote: > Thanks for looking into it! > > Stefan > > Sent from my iPhone > > On 07 Jun 2015, at 00:07, Nyall Dawson wrote: > > > On 7 Jun

Re: [Qgis-developer] Layers and Browser dock widget icons

2015-05-29 Thread Larry Shaffer
04/25/retina-display-support-for-mac-os-ios-and-x11/ Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Fri, May 29, 2015 at 5:16 AM, Matthias Kuhn wrote: > Having more SVG icons helps a lot to make the interface look good > (despite the fact that some graphics d

Re: [Qgis-developer] QGIS as WPS server?

2015-05-28 Thread Larry Shaffer
ocess)? I looked in the spec and noticed the WPS Native Process Model [0]. Any experience with that? [0] http://docs.opengeospatial.org/is/14-065/14-065.html#18 Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota On Mon, May 18, 2015 at 3:05 AM, René-Luc Dhont wrote: >

Re: [Qgis-developer] Layers and Browser dock widget icons

2015-05-28 Thread Larry Shaffer
Hi Nyall, Thanks. Larry Shaffer Dakota Cartography Black Hills, South Dakota On Thu, May 28, 2015 at 4:36 PM, Nyall Dawson wrote: > > On 29 May 2015 5:55 am, "Larry Shaffer" wrote: > > > > Hi, > > > > The new icons for the Layers and Browser docks loo

[Qgis-developer] Layers and Browser dock widget icons

2015-05-28 Thread Larry Shaffer
d for the upcoming release? These docks would then look similar to the Console's QToolBar (see either screen snap). [0] http://drive.dakotacarto.com/qgis/layers-dock-icons.png [1] http://drive.dakotacarto.com/qgis/browser-dock-icons.png Larry Shaffer Dakota Cartography Black Hills, So

[Qgis-developer] QGIS on rollApp

2015-04-21 Thread Larry Shaffer
is broken (maybe it needs a cloud drive attached). Who did this awesome port? Was it rollApp folks themselves? Regards, Larry Shaffer Dakota Cartography Black Hills, South Dakota ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists

Re: [Qgis-developer] QEP and PR for new Authentication Configuration System

2015-01-20 Thread Larry Shaffer
itive data, given how completely open and accessible Qt, PyQGIS and the available source code make everything. The auth system is in its infancy though, so any opinions, improvements or sharing of rollout strategies is greatly appreciated. Regards, Larry Shaffer Dakota Cartography Black Hills, Sout

  1   2   3   4   5   6   >