46422 Commits

Author SHA1 Message Date
Salvatore Larosa
9edaf82874 fix spacing between label and icon in widget layer properties 2018-03-06 12:39:55 +07:00
Nyall Dawson
93f805cd09 Fix adding parts to curved polygon types fails 2018-03-06 15:20:34 +11:00
Webmaster
8a063df726 fix travis 2018-03-06 10:44:08 +07:00
nirvn
0d92f96f42 [FEATURE][processing] allow to create points on all parts in centroids alg 2018-03-06 10:44:08 +07:00
nirvn
0630b1c736 [FEATURE][processing] allow to create points on all parts in point on surface alg 2018-03-06 10:44:08 +07:00
Nyall Dawson
a30403dcbe Rename QgsProject::projectDirty to isDirtyChanged
Also show unsaved status in title bar even when project has
not been first saved
2018-03-06 11:57:51 +10:00
Nyall Dawson
51286d906f [layouts] Correctly set project dirty for more editing operations 2018-03-06 12:06:27 +11:00
Nyall Dawson
d73c7758a1 Also update layout designer title bar to reflect unsaved changes
indicator
2018-03-06 12:06:27 +11:00
Nyall Dawson
d4a3520bc9 [hig] Show standard '*' prefix in application title bar when project
has unsaved changes

E.g.

'*my project - QGIS'
2018-03-06 12:06:27 +11:00
Nyall Dawson
7ffc148e35 [oracle] Fix provider
The oracle provider is quite broken on 3.0 for tables which require
a feature id map.

This is due to QMap<QVariant,..> not working correctly when the
keys are QVariantLists on Qt5. We had a similar issue with the
postgres provider which was resolved by changing the map
to always use QVariantLists.

Apply the same fix to oracle.

Fixes #18289, #16869, #17738
2018-03-06 10:27:30 +11:00
Nyall Dawson
454cce89f1 Don't try to render non-finite points
They occur as a result of reprojection errors, and cause a line
to be extend to the top-left of the canvas.

Fixes #9392
2018-03-06 10:26:52 +11:00
Nyall Dawson
5b8599e9bb Strip non-spatial and nullptrs from list when calling
QgsMapSettings::setLayers

Since neither can be rendered, we filter them from the list
of layers to be rendered in the map.
2018-03-06 07:50:26 +11:00
Nyall Dawson
8e4b8a9518 Ensure that non-spatial layers are never set as canvas layers 2018-03-06 07:50:26 +11:00
Blottiere Paul
7c3ab9f135
Merge pull request #6268 from pblottiere/dbmanager_stop
[FEATURE][needs-docs] dbmanager stop
2018-03-05 09:47:16 +00:00
Nyall Dawson
f2a6780973 Sipify and style 2018-03-05 19:15:06 +10:00
Alessandro Pasotti
7aa830430f
Merge pull request #6519 from elpaso/server-tempfile-fix
[bugfix][server] Fix temporary path permission issue
2018-03-05 09:12:37 +01:00
Nathan Woodrow
993b9fd4ab Rename Welcome Page action to Close Project 2018-03-05 15:44:41 +10:00
Nathan Woodrow
8d2b3be267 Fix docs on projectDirty 2018-03-05 15:16:26 +10:00
Nathan Woodrow
894c550641 Add projectDirty signal for QgsProject 2018-03-05 15:13:00 +10:00
nirvn
c5fa66d1cf fix zh-Hant flag size 2018-03-05 11:40:40 +07:00
phitw
0392f0c898 correcting zh-Hant flag 2018-03-05 10:20:27 +07:00
Nyall Dawson
7cf409eb0a Add unit test for #18283 2018-03-05 12:36:30 +11:00
Nyall Dawson
a76fb0b469 [pal] Fix invalid candidates created for parallel line labeling
mode when a closed linestring is too small for labels to fit
within feature

Fixes #18283
2018-03-05 12:36:30 +11:00
Nyall Dawson
d7aec7cc5f
Merge pull request #6418 from klavspc/bookmarklocator
[FEATURE][locator] Add bookmark search to locator bar
2018-03-05 12:09:28 +11:00
Harrissou Sant-anna
c6a5c9937f still indentation... 2018-03-05 12:08:15 +11:00
Harrissou Sant-anna
ce7df8517a Fix indentation 2018-03-05 12:08:15 +11:00
Harrissou Sant-anna
a3e62a8a5c Link georef help button 2018-03-05 12:08:15 +11:00
Nyall Dawson
d79221f1a2 Docs++
[ci-skip]
2018-03-05 12:06:50 +11:00
Nyall Dawson
84cdd609ab [processing] Fix invalid filenames are used for temporary files
during models

Fixes #18263
2018-03-05 12:06:50 +11:00
Nyall Dawson
8543a91264 Use a better regex for removing invalid characters from filenames
Fixes atlas exports remove international characters from filenames

Fixes #18291
2018-03-05 12:06:50 +11:00
Harrissou Sant-anna
847683b500 Fix tooltip 2018-03-05 11:52:54 +11:00
Harrissou Sant-anna
7297dd632d Fix upcoming link 2018-03-05 11:52:54 +11:00
Harrissou Sant-anna
ee43d54ace Add Help button and some fixes to automated placement widget 2018-03-05 11:52:54 +11:00
Nathan Woodrow
0e80b72d0c [needs-docs] Add welcome screen action to project menu 2018-03-05 10:41:35 +10:00
Nathan Woodrow
4ef667db3d Add separator between rename and remove for browser 2018-03-05 10:13:28 +10:00
Nathan Woodrow
e33ff2d5a7 Add link precommit hook for git 2018-03-05 09:34:36 +10:00
Nathan Woodrow
ce3efdff35 Fix dock shortcuts to use Ctrl and not Alt 2018-03-05 09:28:10 +10:00
Klavs Pihlkjær
1f7875ec3d [FEATURE][locator] Add bookmark search to locator bar
Allows search for spatial bookmarks. Double clicking a search result will zoom to the bookmark.
Short video: https://www.youtube.com/watch?v=ymW4TU8QWy4

The new filter presents itself with a prefix of "b" and with tr( "Spatial bookmarks" ) as displayname.

A bookmark locator filter is added to the built in locator filters (class QgsBookmarkLocatorFilter is added to qgsinbuiltlocatorfilters.cpp). The wiring between the the new filter and QgsBookmarks has been implemented in
* QgisApp::getBookmarkIndexMap() (For reading bookmarks), and
* QgisApp::zoomToBookmarkIndex(const QModelIndex &index) (For navigating to a bookmark)

QgsBookmarks has been slightly refactored
2018-03-04 14:24:22 +01:00
Nyall Dawson
871132eae6 [processing] Port point on surface to c++ 2018-03-04 08:52:34 +11:00
Alessandro Pasotti
c614b942f3 [bugfix][server] Fix temporary path permission issue
If I don't misread the docs, if a template is given, the file
is created in the current directory instead of the temporary
directory reported by QDir::tempPath()

Furthermore it cannot be set by env TMPDIR.

This issue drove me crazy (and no exceptions and no logs!)
until when I switched the server user to root (that is
of course not what we want).

As a temporary workaround, the server can be configured to
use /tmp or another www-data writeable directory as a working
directory.

By prefixing with tempPath() the file will be created
in the system temp directory.
2018-03-03 22:15:24 +01:00
Nyall Dawson
0a6024b506 [3d] Add a title to 3d config window
Fixes #18281
2018-03-03 11:00:14 +10:00
Matthias Kuhn
0d208298b7
Merge pull request #6506 from m-kuhn/fixRange
Fix Integer range widget with allowNull
2018-03-02 17:02:53 -05:00
Matthias Kuhn
b84f014d9e
Merge pull request #6503 from m-kuhn/variousFixes
Various fixes
2018-03-02 17:02:38 -05:00
Matthias Kuhn
fc5073ddb0 Documentation fix 2018-03-02 12:44:02 -05:00
Denis Rouzaud
9580a88514 fix sipify test 2018-03-02 08:33:45 -09:00
Webmaster
2073562fa5 harmonize join type value (0=one-to-many, 1=one-to-one) 2018-03-02 21:01:12 +07:00
nirvn
1542b484be [FEATURE][processing] add discard non matching option to join attribute table alg 2018-03-02 21:01:12 +07:00
nirvn
55764689ed fix one-to-one, one-to-many wording 2018-03-02 21:01:12 +07:00
Blottiere Paul
e531052b28 Rename cancel() to cancelReload() and update doc accordingly 2018-03-02 10:41:07 +00:00
Blottiere Paul
1a5e03f667 Fix sip binding 2018-03-02 09:43:26 +00:00