Nyall Dawson
16596599de
Fix crash when saving map image and dpi != 90
2017-04-23 08:34:45 +10:00
Alessandro Pasotti
cbcd193875
[server] Add to API break and pass enum by value
2017-04-22 13:56:00 +02:00
Alessandro Pasotti
d35bd4abaa
[server] disabled failing check
2017-04-22 12:21:37 +02:00
Alessandro Pasotti
abd035ac21
[server] disabled failing check
2017-04-22 12:15:56 +02:00
Nyall Dawson
428ca7b033
Update indentation
2017-04-22 20:13:18 +10:00
Alessandro Pasotti
97e55d2742
[server] Fix access control test
2017-04-22 12:01:54 +02:00
Alessandro Pasotti
c2ba23173a
[server] handleRequest accept QgsServerRequest.Method instead of a string
...
Also made this optional
2017-04-22 11:05:06 +02:00
Alessandro Pasotti
7f08e7206f
[server] More Qt-style getter changes getHeader( key ) -> header( key )
2017-04-22 10:27:10 +02:00
Alessandro Pasotti
d03b005969
[server] Expose HTTP status code and test refactoring
...
* Renamed returnCode to statusCode (as per RFC https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html )
* Expose statusCode to server iface
* API Break: Renamed getHeader() to header() Qt-style
* Split server plugin filter tests in its own test file
* Added tests for clearBody() and body() getter
2017-04-22 10:17:08 +02:00
Alessandro Pasotti
1083f9f32b
Merge pull request #4392 from dmarteau/server_handle_request_full_url
...
Server: pass full url string and data to handleRequest()
2017-04-22 08:35:56 +02:00
Nathan Woodrow
e192bc4876
Remove old stack trace dump code in main
...
Will be moved to a new class.
2017-04-22 13:34:51 +10:00
Nathan Woodrow
608d519910
Add stack info to crash dialog
2017-04-22 13:34:51 +10:00
David Marteau
018d2a24fb
Server: pass full url string and data to handleRequest()
...
Fix tests by removing passing url pieces from environment
2017-04-21 17:38:25 +02:00
rldhont
11bb234506
Merge pull request #4391 from dmarteau/server_request_body_accessor
...
Server: Restore body() accessor in QgsRequestHandler
2017-04-21 14:54:51 +02:00
David Marteau
a55390e319
Restore body() accessor in QgsRequestHandler
...
Restore clearBody() method in QgsRequestHandler
2017-04-21 14:33:10 +02:00
Martin Dobias
25ed76b86e
Move labeling engine config to a new class + QgsPalLabeling cleanup
...
Another bit to make core library independent from QgsProject::instance().
Until now labeling engine configuration was taken from project singleton.
Removed legacy methods from QgsPalLabeling - the class now does not have
any more member variables/methods, it is just a bunch of helper functions.
(PR #4384 )
2017-04-21 18:04:09 +08:00
Etienne Trimaille
bcf1ef5a57
fix tab order in qgsvectorlayer properties dialog
2017-04-21 08:07:54 +02:00
Mathieu Pellerin
e0d20e537d
Update decorators to avoid relying on map canvas when rendering ( #4388 )
2017-04-21 12:06:24 +07:00
Mathieu Pellerin
db848a3f1a
Upgrade the save as image function into a background task ( #4382 )
2017-04-21 11:47:37 +07:00
Juergen E. Fischer
20197c2fa3
avoid opening multiple attribute forms for a single feature in identify
...
(fixes #13520 )
On behalf of Faunalia, sponsored by ENEL
(cherry picked from commit 7b8fb793cf63483477b8af1670541aca033e8ab9)
2017-04-20 21:35:29 +02:00
rldhont
1bbc39e887
[BUGFIX][Processing] Fix spatialite version comparison
2017-04-20 15:16:55 +02:00
volaya
5b8c083da7
indentation fix
2017-04-20 14:47:02 +02:00
Denis Rouzaud
f022858643
[sipify] handle SIP_SKIP on several lines
2017-04-20 14:37:22 +02:00
Denis Rouzaud
1ab5a628df
[sipify] handle override method signature on several lines
2017-04-20 14:21:36 +02:00
Denis Rouzaud
8f2a5c7c00
sipify all
2017-04-20 14:21:36 +02:00
Denis Rouzaud
b272bf816f
[sipify] read file at once into an array
...
this will allow accessing other lines while reading
2017-04-20 14:21:36 +02:00
volaya
e5dd93663e
[processing] fixed I/O of models
2017-04-20 14:03:09 +02:00
volaya
54e30b93f3
improvements for extracts within subsets
2017-04-20 14:03:08 +02:00
volaya
414772b6f4
[processing] removed commander
2017-04-20 10:37:50 +02:00
Juergen E. Fischer
02dade84aa
utf8 translation string fix
2017-04-20 09:49:01 +02:00
Juergen E. Fischer
5d6ebd4696
update INSTALL
2017-04-20 09:23:27 +02:00
Denis Rouzaud
f9ec3829fc
fix doxymentation
2017-04-20 08:15:32 +02:00
Denis Rouzaud
36604196d7
sipify QgsScaleWidget
2017-04-20 08:15:32 +02:00
Nyall Dawson
dd6c7fdbc8
Add a QgsProject::ellipsoidChanged signal
2017-04-20 15:46:28 +10:00
Nyall Dawson
6ecb17f1fd
Merge pull request #4380 from nyalldawson/clone_annotations
...
Add methods to clone annotations
2017-04-20 14:15:05 +10:00
Nyall Dawson
dce3c88b06
Add methods to clone annotations
2017-04-20 13:39:36 +10:00
Nyall Dawson
490f5f06fe
Revise main window title bar text
...
- Change order to "project name - QGIS" to follow standard
convention (also avoids possible truncation of project name which is
more useful then the "QGIS" text)
- Don't show version number in release builds. Only show version
in dev builds instead. Showing the version number violates the
HIG for Windows and OSX (and probably Linux DEs too).
2017-04-20 11:44:32 +10:00
Denis Rouzaud
13415370a5
sipify QgsIdentifyMenu
2017-04-19 18:06:39 +02:00
Denis Rouzaud
e5ab2f6b5b
[sipify] fix struct member assignment
2017-04-19 18:06:39 +02:00
Denis Rouzaud
be9a51c42d
sipify QgsMapLayerModel, QgsMapLayerProxyModel
2017-04-19 16:44:36 +02:00
Denis Rouzaud
0b0e8a6a89
move QgsFieldModel and QgsFieldProxyModel to core and sipify
2017-04-19 16:44:36 +02:00
Denis Rouzaud
bd4f7126e1
sipify QgsMapLayerCombobox, QgsFieldCombobox
2017-04-19 16:44:36 +02:00
Denis Rouzaud
7552d1cc64
sipify QgsFileWidget, QgsExternalResourceWidget
2017-04-19 15:20:08 +02:00
Denis Rouzaud
56aa36e4be
sipify QgsRelation
2017-04-19 15:19:14 +02:00
Denis Rouzaud
652d6b4200
[sipify] remove Q_INVOKABLE
2017-04-19 15:19:14 +02:00
Denis Rouzaud
a260146e94
[sipify] fix remove protected members
2017-04-19 15:18:54 +02:00
Denis Rouzaud
51aa44de5f
[sipify] fix enum combination
2017-04-19 15:03:31 +02:00
Denis Rouzaud
55860e8508
sipify QgsFieldExpressionWidget
2017-04-19 14:29:51 +02:00
jef
daa3c2a4a4
fix windows build
2017-04-19 13:49:32 +02:00
jef
a5998b43ee
update ICOs
2017-04-19 13:49:32 +02:00