Matthias Kuhn
cb612aafe2
Qt Extras modules have been removed from Qt6
...
https://www.qt.io/blog/qt-extras-modules-in-qt-6
2022-08-28 12:48:05 +10:00
Denis Rouzaud
0eee27f14c
macos now always has loader path ( #42859 )
2021-04-19 15:41:43 +02:00
Guillaume Rischard
d6812deb23
Advertise that QGIS can open .qgz files
2021-03-06 08:17:27 +10:00
Denis Rouzaud
36d7a8e98f
Revert "Revert "Update readme.txt ( #41587 )" ( #41588 )" ( #41592 )
...
This reverts commit 0ddc4d9ed350d41158946f19e027cc8986a751d3.
2021-02-16 15:58:59 +01:00
Denis Rouzaud
0ddc4d9ed3
Revert "Update readme.txt ( #41587 )" ( #41588 )
...
This reverts commit 810eff23495b3597521f8be948028d4c2850522a.
2021-02-16 15:29:08 +01:00
Denis Rouzaud
810eff2349
Update readme.txt ( #41587 )
2021-02-16 15:21:43 +01:00
Denis Rouzaud
eddf6feb45
modernize CMakeLists.txt files
2020-11-12 07:14:46 +10:00
José de Paula Rodrigues Neto Assis
c91e0e8450
Drop Globe plugin
...
Dropping Globe plugin from the QGIS sources. It depends on osgearth no
newer than version 2.8, released on 2016-09-05, and which is impossible
to build against modern (Qt 5.13+) versions of Qt. With this, the
optional QGIS dependency on OpenSceneGraph and osgearth is also removed.
2020-05-25 08:29:03 +10:00
Peter Petrik
4f91bee104
fix INSTALL for MacOS ( #35915 )
...
fix INSTALL for MacOS
2020-04-23 06:59:40 +02:00
Peter Petrik
62bcc92339
MacOS CI ( #35407 )
...
[infrastructure] [macos] use QGIS-Mac-Packager dependencies to setup MacOS CI build with GitHub workflows. Use CMake's define QGIS_MAC_DEPS_DIR to define folder to dependencies
2020-04-05 10:51:00 +02:00
William Kyngesburye
daaeeb40fc
strip Qt rpath when bundling
2020-03-18 03:03:44 +10:00
William Kyngesburye
a04bc860df
also check for private PyQt5/sip in Mac bundling
2020-03-18 03:03:44 +10:00
William Kyngesburye
857ad0a678
handle quick for Mac bundling
2020-03-18 03:03:44 +10:00
William Kyngesburye
ec71254a17
Qscintilla library may have _qt5 in name
2020-03-02 19:55:38 -06:00
William Kyngesburye
989d0c68f6
QtDBus linked to other Qt frameowrks, needs bundling
2020-03-03 08:27:24 +10:00
Denis Rouzaud
353ad4d0f5
Revert "Revert "Revert "useless commit to test doc bot ( #33602 )" ( #33625 )" ( #33626 )" ( #33627 )
...
This reverts commit 24c1a71b95f468722cb9bd7546e51baa0ccc150a.
2020-01-06 11:14:49 +01:00
Denis Rouzaud
24c1a71b95
Revert "Revert "useless commit to test doc bot ( #33602 )" ( #33625 )" ( #33626 )
...
This reverts commit f2be9dc61ecab9eaafc7b1587e701faa42f37c47.
2020-01-06 11:11:38 +01:00
Denis Rouzaud
f2be9dc61e
Revert "useless commit to test doc bot ( #33602 )" ( #33625 )
...
This reverts commit 2ec439982b8192546afe927d8176e0af5a9a68d0.
2020-01-06 11:05:32 +01:00
Denis Rouzaud
2ec439982b
useless commit to test doc bot ( #33602 )
2020-01-04 12:13:32 +01:00
luz.paz
aa3480b717
Fix typos
2019-07-16 11:29:42 +10:00
Alessandro Pasotti
9a18caf703
Typo on unrelated file
2019-06-05 17:50:27 +02:00
Denis Rouzaud
a8e05f0dec
add mac/development README
...
so we can archive homebrew-qgisdev
2019-04-24 15:22:07 -05:00
Alexandre Leroux
0f3f0dd68d
update copyright to 2019
...
update copyright notice to 2002-2019
2019-03-17 16:20:01 +10:00
William Kyngesburye
f8af7ddd52
add missing Mac UI style plugin to app bundle
2018-11-17 18:17:26 -06:00
William Kyngesburye
2f86f22852
update mac bundling for new Qt frameworks
2018-10-29 19:02:51 -05:00
William Kyngesburye
6526dd0894
bundle sip to correct dir
2018-10-25 18:54:55 -05:00
Denis Rouzaud
97c5ed0225
better fix for detecting QWTPOLAR without DESKTOP
2018-09-27 10:38:47 -04:00
Denis Rouzaud
057aafe17a
WITH_QWTPOLAR is only defined when building with desktop
2018-09-27 10:20:25 -04:00
Gianfranco Costamagna
9f050629c8
FindSIP: use new sip_module_dir variable ( #7370 )
...
* 0vars.cmake, FindSIP: Update to save new sip_module_dir variable
sip4 has changed sip_mod_dir to sip_module_dir.
Store the variable for later usage
* Use only new MODULE_DIR sip variable
2018-07-06 13:34:29 +02:00
Denis Rouzaud
9dc3ee4fa0
fix logical block with mis-matching arguments
2018-04-10 20:45:29 -04:00
William Kyngesburye
bf8b1e90da
Mac packaging updates
2018-03-24 11:17:44 -05:00
Denis Rouzaud
33ca8fcb69
remove PyQt4 leftovers in mac cmake config
2018-02-05 21:19:16 -04:00
Matthias Kuhn
a45908f922
Remove dependency on QtScript
2017-12-10 13:01:51 +01:00
David Marteau
5534d743f1
Execute ln command with GNU compatible options
...
On some OSX macport installation, GNU commands may be used in favor
of native commands and 'make install' fail with
'ln: invalid option -- 'h'"
As BSD ln support the GNU -n option as an equivalent of the -h option
it shoud be preferred over the specific BSD option.
2017-09-15 09:27:31 +02:00
Larry Shaffer
d3ea19eaad
Enable hidpi support on macOS by default
2017-04-29 21:21:20 +02:00
Larry Shaffer
efe9bbb61c
Update macOS app bundle copyright notice
2017-04-29 21:21:20 +02:00
Juergen E. Fischer
74df8754f9
remove standalone browser
2017-02-20 15:14:00 +01:00
David Marteau
689f3b1ab2
Expose QgsServerInterface to service modules
...
* Instanciate QgsServerInterface even if HAVE_SERVER_PYTHON_PLUGINS is
not defined
* Pass QgsServerInterface in module registration methods.
* Add QgsServer initialisation test
#Please enter the commit message for your changes. Lines starting
2017-01-10 14:34:16 +01:00
Juergen E. Fischer
d9349e5bbb
update configuration settings to qgis3
2016-10-06 11:40:42 +02:00
Juergen E. Fischer
e040cbd644
fix display of version in doxymentation
2016-05-05 23:51:58 +02:00
SrNetoChan
be1fd07733
QGIS formats Icons for mac
2016-01-04 00:00:56 +00:00
SrNetoChan
a39585e37a
updated mime icons for mac
2015-12-21 23:07:35 +00:00
Larry Shaffer
ed32f49c84
Update bundling of qspatialite and postgres Qt SQL plugins for Mac
2015-10-02 14:32:54 -06:00
Larry Shaffer
de3069bc72
Resolve symlinks when bundling PyQt uic directory on Mac
2015-10-01 19:09:56 -06:00
Larry Shaffer
db4a9a3623
Add PYTHONPATH support and better module finding to Mac bundling
2015-10-01 17:33:33 -06:00
Larry Shaffer
1a22b14d60
Bundle only the QCA plugins that are used on Mac
2015-10-01 17:33:33 -06:00
Larry Shaffer
2e011bcf4f
Add QwtPolar bundling for Mac
2015-10-01 17:33:33 -06:00
Larry Shaffer
e65aa99ae7
[FEATURE] Authentication configuration system with master password
...
- Main C++ core and gui classes and desktop app integration
- Support for authentication method plugins
- Does not contain any integration with service connections
2015-09-21 08:51:18 -06:00
Larry Shaffer
538969960b
Update GetInfo dates in app and browser plists for Mac
2015-06-16 09:36:22 -06:00
Larry Shaffer
cc05516cd4
Always bundle QTest framework and module on Mac, for plugin developers
2015-06-13 10:47:33 -06:00