Blottiere Paul
a0a2f0c539
Add QIODevice::Truncate for opening a new file
2017-07-31 11:09:14 +01:00
Blottiere Paul
576afe5aa3
Add a QgsProjectArchive class to keep QgsArchive generic
2017-07-31 11:09:14 +01:00
Blottiere Paul
26d38459c5
Replace toLower() with compare( ..., Qt::CaseInsensitive )
2017-07-31 11:09:14 +01:00
Blottiere Paul
23d83ddce0
Fix camel case
2017-07-31 11:09:14 +01:00
Blottiere Paul
8ce1fb264d
.qgz files are supported by default for opening
2017-07-31 11:09:14 +01:00
Blottiere Paul
49730ed475
Archive has to be cleared when clear() is called
2017-07-31 11:09:14 +01:00
Blottiere Paul
92bad9254e
Add more tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
75811ef76b
Update documentation and sip binding
2017-07-31 11:09:14 +01:00
Blottiere Paul
d23137e5d6
Remove unnecessary ternary test
2017-07-31 11:09:14 +01:00
Blottiere Paul
8d1ee93800
Datasource path are relatives in embedded qgs project
2017-07-31 11:09:14 +01:00
Blottiere Paul
f155030e63
[FEATURE] Add the possibility to save/open a project in .qgz
2017-07-31 11:09:14 +01:00
Blottiere Paul
15ed34c894
Add tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
86389d185c
[FEATURE] Project may be zipped/unzipped
2017-07-31 11:09:14 +01:00
Blottiere Paul
33247cc303
Add tests
2017-07-31 11:09:14 +01:00
Blottiere Paul
7c85b200e6
Add utilities functions for zip support
2017-07-31 11:09:14 +01:00
Blottiere Paul
5eba29e743
Add libzip as dependency
2017-07-31 11:09:14 +01:00
Matthias Kuhn
0db8a5816b
Merge pull request #4944 from m-kuhn/PyOverrideCursor
...
Safer cursor overriding for python
2017-07-31 10:10:06 +02:00
Matthias Kuhn
1da9c607c9
[MetaSearch] Make dialog element size dynamic
2017-07-31 10:09:03 +02:00
Matthias Kuhn
3dc6daaffa
Fix typo
2017-07-31 09:35:28 +02:00
Matthias Kuhn
b262604f7a
Add missing import
2017-07-30 22:42:57 +02:00
Matthias Kuhn
3ce6fcd31d
Even more endless hourglass avoidance
2017-07-30 22:36:51 +02:00
Matthias Kuhn
8473df562f
More endless hourglass protection
2017-07-30 22:18:25 +02:00
Matthias Kuhn
4b6b8434f4
Avoid endless wait cursors in console
2017-07-30 21:53:41 +02:00
Matthias Kuhn
973d3515d1
Avoid endless wait cursors
2017-07-30 21:51:22 +02:00
Matthias Kuhn
cf753e9ff4
Merge pull request #4942 from gacarrillor/relation_reference_widget_fixes
...
[needs-docs] Relation Reference Widget: Add option to show/hide Open Form Button
2017-07-30 14:15:25 +02:00
Nathan Woodrow
f6b8426b20
Profile menu naming
2017-07-30 21:07:08 +10:00
Nathan Woodrow
c819d13523
Hide profiles section if there is only one user profile
2017-07-30 21:02:13 +10:00
gacarrillor
91e39a7a95
[needs-docs] Relation Reference Widget: Add option to show/hide the Open Form Button
...
The option was already available in the API (QgsRelationReferenceWidget->setOpenFormButtonVisible), but couldn't be used from QgsEditorWidgetSetup nor from the config dialog. For the former, a 'ShowOpenFormButton' key is added, whereas for the latter, a new checkbox is available.
Being able to hide the Open Form Button is helpful when configuring lookup tables, where a single combo box should be shown in the edit form with no additional buttons.
2017-07-29 22:46:41 -05:00
Nathan Woodrow
45fc00aad7
Move profiles to settings menu
2017-07-29 19:55:31 +10:00
Nyall Dawson
ce92ff6158
Merge pull request #4938 from SrNetoChan/dialog_titles_2
...
More work on titles capitalization
2017-07-29 07:03:25 +10:00
Alexandre Neto
5281a3697f
More work on titles capitalization
2017-07-28 13:18:15 +01:00
Matthias Kuhn
7f1bb72872
Merge pull request #4937 from m-kuhn/attributeTableCodeEnhancements$
...
Attribute table code enhancements
2017-07-28 13:08:14 +02:00
Matthias Kuhn
4705c97511
Fix typo in api_break.dox
2017-07-28 12:48:07 +02:00
Matthias Kuhn
f43df122ec
Pre-Qt 5.6 compatibility
2017-07-28 12:26:22 +02:00
Matthias Kuhn
a62b02699d
Q_FOREACH instead of non const iterator
2017-07-28 11:45:17 +02:00
Matthias Kuhn
cd83c3c6d1
Modernize connections to actions
...
Use function references rather than SLOTs
2017-07-28 11:45:17 +02:00
Ismail Sunni
b7a4366c40
Add {GP} to make the script use gsed in macos.
2017-07-28 10:35:43 +02:00
rldhont
b8616ec513
Merge pull request #4898 from tcoupin/master
...
Fix srsDimension parsing in GML, fixes #15721
2017-07-28 10:14:54 +02:00
Nyall Dawson
9763b602fc
Merge pull request #4936 from nyalldawson/algs
...
Restore more processing algs
2017-07-28 16:30:00 +10:00
Nyall Dawson
e8290928dd
Port Variable distance buffer to new API
...
Improvements:
- add cap style/join style/ miter limit setting from fixed distance buffer
2017-07-28 14:10:48 +10:00
Nyall Dawson
5763381cbd
Port fixed distance buffer to new API
2017-07-28 13:58:52 +10:00
Nyall Dawson
e53a14a23e
Port Convex Hull alg to new API
...
Improvements:
- slight optimisation to feature requests - don't request attributes
which are not used
- Remove "method" param. Now the decision to group by field or
not is made only on whether a class field was selected or not
2017-07-28 13:27:52 +10:00
Nyall Dawson
c5cb3df15b
Port singlepart to multipart to new API, fix disabled test
2017-07-28 12:42:40 +10:00
Nyall Dawson
2a6f51218a
Port points along line to new API
2017-07-28 12:05:05 +10:00
Nyall Dawson
becf6904b1
Port extract specific nodes algorithm to new API
...
Improvements:
- keep Z/M values if present in geometries
2017-07-28 11:50:16 +10:00
Nyall Dawson
ecaee1a3f2
QgsGeometry::vertexAt now returns QgsPoint, not QgsPointXY
...
Since it's easy to convert from a QgsPoint to a QgsPointXY,
but impossible to recover the Z/M values lost by only
returning a QgsPointXY.
2017-07-28 11:48:50 +10:00
Nyall Dawson
620d4e0bcd
Port delete duplicate geometries to new API
2017-07-28 11:04:12 +10:00
Nyall Dawson
5b6696fce3
Port equivalent num field algorithm to new API
2017-07-28 10:54:35 +10:00
Juergen E. Fischer
fbff452e5c
run t2tdoc
2017-07-28 01:09:11 +02:00
Jürgen Fischer
adeef36ac8
Merge pull request #4935 from johanvdw/patch-1
...
update INSTALL: only GRASS 7 is supported
2017-07-28 01:03:06 +02:00