Denis Rouzaud
6cc58f3869
print spell check progress on Travis to avoid timeouts
2017-02-21 11:15:29 +01:00
Juergen E. Fischer
f441dd9266
osgeo4w: include .vars in nightly
2017-02-21 10:50:14 +01:00
Nyall Dawson
e20ed4bfdb
Add missing doc
2017-02-21 12:30:22 +10:00
Nyall Dawson
4ad077e391
Merge pull request #4163 from nyalldawson/clang_tidyu
...
Fix a bunch of suggestions from clang-tidy
2017-02-21 10:38:24 +10:00
Juergen E. Fischer
4c92689d14
fix windows build
2017-02-21 01:17:22 +01:00
Juergen E. Fischer
baa5d90ddc
[FEATURE] allow to configure maximum request size for WMS requests ( fixes #16182 )
...
Hardwired setting was 2000, which is still default.
2017-02-21 01:01:29 +01:00
Juergen E. Fischer
4a741763f2
release.pl: allow tagging branches as ltr on point releases and
...
bypass pre-commit hooks
(cherry picked from commit 84cc3778d5dd1e9b25a9641a7de1c7f33b601029)
2017-02-21 01:01:29 +01:00
Larry Shaffer
64819bcf6d
Merge pull request #4090 from dakcarto/find-qgis-cmake
...
FindQGIS.cmake updates
2017-02-20 16:39:39 -07:00
Nyall Dawson
db5dd85408
Fix some more clang-tidy suggestions
2017-02-21 09:37:41 +10:00
Nyall Dawson
e54bc9aaed
Fix build error and warnings
2017-02-21 09:01:29 +10:00
Nyall Dawson
7daa4b591e
Fix a bunch of suggestions from clang-tidy
...
And add a new CLANG_TIDY_EXE cmake option. If this is set to the
path to the clang_tidy executable then a bunch of clang-tidy
checks will be run during compilation.
2017-02-21 08:49:29 +10:00
Alexandre Neto
3dcb0c44c0
Adds tooltips to the add/remove variable buttons
2017-02-21 08:42:15 +10:00
Nyall Dawson
a0f655add1
Remove temporary group box from diagram properties ( fix #16206 )
2017-02-21 08:41:23 +10:00
Nyall Dawson
d2067379f3
Remove invalid tooltip from arrow symbol widget ( fix #16208 )
2017-02-21 08:40:20 +10:00
Nyall Dawson
c49b537a12
Remove use of deprecated auto_ptr
2017-02-21 08:39:17 +10:00
Nyall Dawson
1263599608
Fix build warning
2017-02-21 08:27:51 +10:00
Juergen E. Fischer
7732d7314a
fix 74df875
2017-02-20 15:20:14 +01:00
Juergen E. Fischer
a217181a7f
debian packing: add plotly dependency
2017-02-20 15:14:00 +01:00
Juergen E. Fischer
34b6e2f0cc
fix warnings
2017-02-20 15:14:00 +01:00
Juergen E. Fischer
74df8754f9
remove standalone browser
2017-02-20 15:14:00 +01:00
Denis Rouzaud
4505ba7a01
Ensure that QgsApplication members are usable even when no
...
QgsApplication instance is available
Fixes crash when using custom widgets with Qt Designer
2017-02-20 13:06:15 +01:00
Denis Rouzaud
e53ad47939
add search capability to project properties dialog
2017-02-20 10:10:41 +01:00
Denis Rouzaud
6fa878233b
[ fix #16193 ] allow minimization of left panel in option dialogs
2017-02-20 10:06:32 +01:00
Matthias Kuhn
741e11df97
Add missing sip bindings
2017-02-20 09:06:02 +01:00
Matthias Kuhn
96c7fb3b17
Remove Q_INVOKABLE in sipdiff
2017-02-20 09:01:24 +01:00
Matthias Kuhn
7e6695b0a0
Expose QgsRelation to QML
...
API changes for consistency:
- setRelationName has been renamed to QgsRelation::setName
- setRelationId has been renamed to QgsRelation::setId
2017-02-20 08:45:54 +01:00
Matthias Kuhn
bcc35b38b7
Expose relationManager to QML
2017-02-20 08:45:54 +01:00
Matthias Kuhn
382b213ed1
Remove "the"-prefix from method signatures
2017-02-20 08:45:54 +01:00
Juergen E. Fischer
75367e4294
fix bde9b46
2017-02-20 00:16:07 +01:00
Juergen E. Fischer
bde9b46bbc
osgeo4w: add qt plugin path for tests
2017-02-20 00:14:11 +01:00
Juergen E. Fischer
caaa68bb2d
osgeo4w: also provider wrapper for browser (followup 801184a)
2017-02-19 23:49:43 +01:00
Juergen E. Fischer
0d1ab702fc
processing: improve saga detection on windows
2017-02-19 22:24:25 +01:00
Juergen E. Fischer
d9abe1e069
nsis: hide details by default
2017-02-19 22:11:46 +01:00
Nathan Woodrow
0ad804a781
[FEATURE] Add support for Windows jump lists ( #4161 )
2017-02-20 00:35:28 +10:00
Juergen E. Fischer
801184a8a1
osgeo4w: add a minimal exe wrapper to initialize the enviroment and load
...
qgis_app.dll (inspired by Nathan's PR #4156 )
On install each shortcut/configuration gets a own copy of the (small)
exe. That exe is started through the batch file that originally was
used to start the app at runtime. Argument --exit will cause the wrapper
to just dump the environment to an .env file next to the copy of the
.exe. The created shortcuts now point at those .exes instead of the
batch files.
At runtime the .exes source their .env file to get a working environment
to run QGIS (ie. qgis_app.dll). This for example allows the application
to be pinned to the taskbar and avoids the of necessity of batch files
at runtime to start the app.
2017-02-19 13:47:38 +01:00
Nyall Dawson
32504b1a0b
Merge pull request #4126 from nyalldawson/task_progress
...
[win] Show task manager progress in windows task bar
2017-02-19 12:51:26 +10:00
Juergen E. Fischer
9ed189e2c6
fix windows build
2017-02-18 22:00:04 +01:00
Nyall Dawson
d19e70700f
Ensure all pointer variables are initialized to nullptr
2017-02-18 20:23:18 +10:00
DelazJ
54339e3257
split long tooltip in multiline
2017-02-17 16:14:56 +01:00
mhugent
43277909cc
Merge pull request #4130 from mhugent/wfs_gml_from_geometry
...
Take wfs gml directly from geometry
2017-02-17 10:51:10 +01:00
Alexander Bruy
f66b0baf16
Merge pull request #4144 from alexbruy/processing-results-viewer
...
[processing] convert results viewer to dock
2017-02-17 09:10:55 +02:00
Nyall Dawson
5c211eac39
Use a pan tool in the browser canvas preview
2017-02-17 15:23:19 +10:00
Nyall Dawson
7c4f879483
Fix labeling unit types incorrectly restored as map units from old projects
2017-02-17 14:55:57 +10:00
Marco Hugentobler
04475f8e32
Adapt gml3 unit tests to use <posList> instead of <coordinates>
2017-02-16 14:38:22 +01:00
Matthias Kuhn
f46b25b9f3
Merge pull request #4049 from boundlessgeo/master-SldRotationFix
...
Tests and fix to read sld:Rotation when does not have ogc sub tags
2017-02-16 14:34:28 +01:00
Alexander Bruy
441f6e6e6e
Merge pull request #4120 from arnaud-morvan/processing_fix_boolean_wrapper
...
[processing] fix boolean widget wrapper in batch dialog
2017-02-16 14:45:25 +02:00
Alexander Bruy
aa862810e3
Merge pull request #4146 from jdugge/master
...
[processing] gdal translate fixes
2017-02-16 14:44:36 +02:00
Alexander Bruy
f587ae5f30
Merge pull request #4150 from alexbruy/processing-graphs
...
[processing] improve graphs
2017-02-16 14:42:08 +02:00
Alexander Bruy
e77ccba1ae
remove old code
2017-02-16 13:16:20 +02:00
Alexander Bruy
3b7fdf4cbf
move results viewer icon to QGIS icons directory
2017-02-16 13:16:12 +02:00