54 Commits

Author SHA1 Message Date
Nyall Dawson
5af35f6290 Cleanup unnecessary old cmake debug message 2025-01-31 06:55:32 +10:00
Nyall Dawson
7bdc228f57 Apply suggestions from code review
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2024-10-28 03:42:38 +10:00
Nyall Dawson
fa97668bc8 [server] Avoid extremely verbose yarn output for successful yarn commands 2024-10-28 03:42:38 +10:00
Nyall Dawson
318af1bfea Try to fix landing page resources 2024-10-28 03:42:38 +10:00
pathmapper
ae0202c034 Use variable for command 2022-01-06 21:18:13 +01:00
pathmapper
129c59d51c
Simplify test for yarn
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2022-01-06 21:12:24 +01:00
pathmapper
b4ba782ec3 Test if yarn is available 2022-01-06 18:57:35 +01:00
pathmapper
3eb888457c Add dedicated cmake boolean option for server landingpage webapp 2022-01-06 08:28:05 +01:00
pathmapper
58232d6c95 Update output path
Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
2021-12-30 19:18:15 +01:00
pathmapper
d2e082d1c4 Use more intuitive name for target
Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
2021-12-30 19:18:15 +01:00
pathmapper
b4391e0a69 Copy first and build in build directory 2021-12-30 19:18:15 +01:00
pathmapper
00f727bd1c Integrate landingpage build process with cmake 2021-12-30 19:18:15 +01:00
Nyall Dawson
e11801d34e Require Proj version 6 or later, drop old proj 4 compatibility code 2021-02-23 12:47:04 +10:00
Denis Rouzaud
eddf6feb45 modernize CMakeLists.txt files 2020-11-12 07:14:46 +10:00
Richard Duivenvoorde
546db9e88e Make cmake output slightly better 2020-04-22 13:52:36 +02:00
Alessandro Pasotti
d67c934684 Fix MXE builds 2019-10-30 11:01:46 +01:00
Matthias Kuhn
de2400f8b0 typo 2019-10-26 08:28:51 +10:00
Matthias Kuhn
e6a06ec3b2 Also copy svg, icons and doc to build dir, into /data/ subdir 2019-10-26 08:28:51 +10:00
Matthias Kuhn
651b7b18d6 Copy resources to build dir
Fix #31796
2019-10-26 08:28:51 +10:00
Juergen E. Fischer
557d1afcf7 only install/copy srs.db that we're using (fix 56d03f783f041) 2019-07-17 18:09:02 +02:00
Nyall Dawson
56d03f783f Ship a seperate srs.db file for proj >= 6 builds
It's too dangerous to reuse the existing one, as it breaks the
ability to run multiple versions of qgis (i.e. proj < 6 and proj >= 6)
on the same machine

Fixes #30569
2019-07-16 06:18:32 +10:00
Alessandro Pasotti
3054da0c00 Use OpenCL command queue 2018-08-08 09:19:01 +02:00
Nyall Dawson
b0ae1e426b Correctly install palette resources 2018-03-13 10:39:49 +11:00
Nathan Woodrow
c988dd2910 Move settings to resource folder 2018-02-12 15:48:21 +10:00
Juergen E. Fischer
4abac93115 packaging updates 2018-01-05 11:12:04 +01:00
Nathan Woodrow
90857b2b18 [FEATURE] Settings migration framework (#5080)
Only run for default profile and only if
not run before. Moves settings and symbols from
QGIS 2.x to QGIS 3 default profile

* --version-migration flag to force migration
2017-10-27 20:14:15 +10:00
Larry Shaffer
c66de14055 [auth] Add PKCS8 to PKCS1 key conversion for macOS (deps on libtasn1)
See description of QgsAuthCertUtils::pkcs8PrivateKey.

This fix may be needed on other platforms (untested at this point),
because Qt5 QSslkey class *still* does not directly support creation
using non-PKCS1 PEM- or DER-encoded data, though QCA, whose qca-ossl
plugin is linked to OpenSSL, does support PKCS1 and PKCS8.
2017-10-18 16:07:04 -06:00
Nathan Woodrow
cf241f51ae [FEATURE][needs-docs] Show projection bounds in projection widget (#5356)
- Script to pull bounds from EPSG.org Postgres dump
- Add resources/data/world_map.shp for reference
- Show canvas bounds for reference
2017-10-16 10:40:05 +10:00
Blottiere Paul
b80bfa8f9e schemaExtension.xsd is now installed in share directory 2017-10-10 08:02:33 +01:00
Jorge Gustavo Rocha
273243b4c4 Add XYZ connection to provide default OpenStreetMap tiles 2017-08-07 22:55:28 +02:00
Denis Rouzaud
06f9842637 rename symbology-ng to symbology 2017-08-06 14:18:57 +02:00
nirvn
efd299220e package symbology-ng-style.xml instead of the .db file 2016-11-22 14:36:47 +07:00
Juergen E. Fischer
89583b74e4 avoid core relinking on cmake changes 2015-12-19 15:09:43 +01:00
Juergen E. Fischer
82b34afe03 move remaining function_help to json and update it's translation handling 2015-09-20 18:35:27 +02:00
Nathan Woodrow
da3f7beeb0 Add UI theme support.
- Add dark theme (Night Mapping)
- Themes loaded from resources\themes and ~\.qgis2\themes
- Themes need folder + style.qss
2015-08-28 21:29:06 +10:00
Juergen E. Fischer
c6a4bb86aa context_help/function_help:
- remove en_US postfix
- remove translated files (translation were moved to ts files earlier)
- remove unused jQuery (python help doesn't use it anymore)
- change expression label in QgsQueryBuilder and add context help (partly fixes
  #8129)
2013-06-21 23:59:40 +02:00
Borys Jurgiel
62598af640 [Plugin Manage] Include tab title pages to i18n. Don't clutter the resources dir. 2013-06-11 23:30:41 +02:00
Borys Jurgiel
24b6b0c0d0 [Plugin Manager] Forgotten CMake entry. Following c490688106941be91e5 2013-06-09 17:12:46 +02:00
Juergen E. Fischer
596e1f12ea drop qgis_help.db and debian packaging update 2013-05-16 09:16:57 +02:00
Salvatore Larosa
35a4f88b33 Moved jquery directory under resources/jQuery (Python Console) 2012-10-02 01:32:23 +02:00
Etienne Tourigny
e36e4ae6d5 create basidc cpt-city collection with colorbrewer and grass gradients 2012-08-18 12:03:37 -03:00
Arunmozhi
ca105e48a8 Converted symbology style from XML to SQlite
- Adds a python script, and the resulting default .db file
- Cannot SAVE new symbols into the DB still
Added the Grouping of symbols in Style Manager
- Can read groups from the DB and load them
- Limited to read-only operations
2012-07-10 00:03:35 +05:30
Tim Sutton
5193f60d2a Revert "Merge branch 'master' of github.com:qgis/Quantum-GIS into qgis-master"
This reverts commit 78ce3cdc84b79dbec5d227db9ee14af6edf9af66, reversing
changes made to 2414a3abbc97483a5355c262a96c4fc353566bcb.
2011-11-30 15:25:43 +02:00
Tim Sutton
545e9a4b59 Resolved merge conflicts 2011-11-24 20:12:49 +02:00
Tim Sutton
d219534161 Updates for html interaction with qgis - raster metadata revamp 2011-11-23 16:11:40 +02:00
Tim Sutton
d75d8b55ff Further updates to flot graphing for raster histogram 2011-11-21 12:49:16 +02:00
Tim Sutton
a975f30257 In progress work to replace qwt with flot for raster histogram 2011-11-20 00:21:50 +02:00
Nathan Woodrow
d3e913ce23 Handle function help the same way as context help; Allows easier management of help; Use same style sheet as context help. 2011-11-07 22:44:40 +10:00
Juergen E. Fischer
b74a515e94 cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY 2011-05-27 22:45:08 +02:00
Radim Blazek
247fa7b3e8 Deblin removed 2011-05-16 15:35:20 +02:00