Nathan Woodrow
1e7cc2ccbd
Merge pull request #1634 from slarosa/usermap_about
...
Adds Developers Map in About dialog
2014-12-27 07:00:23 +10:00
Salvatore Larosa
2aa2292156
[developers map] add to popup whether developer is committer
2014-12-24 17:47:30 +01:00
Sandro Santilli
68743f9b8a
Disable support for canvas rotation by default
...
Rotation support can be enabled at runtime exporting the
QGIS_ENABLE_CANVAS_ROTATION variable (set to any value)
2014-12-24 17:04:48 +01:00
Sandro Santilli
11f73e791c
Reset rotation on new project
...
Closes http://hub.qgis.org/issues/11832
2014-12-24 17:04:31 +01:00
Anatoliy Golubev
ea00b36985
Change Q_WS_X11 to Q_OS_UNIX for Qt5 compatibility
2014-12-24 15:23:21 +03:00
mhugent
1bce9cc6fe
Merge pull request #1310 from manisandro/adjust_crs_drop_from_browser
...
Try to use the project CRS when adding a layer from the browser
2014-12-23 14:07:17 +01:00
Sandro Santilli
32079ed3cf
Fix LayerTreeModel use of beginInsertRows with embedded legends
...
See http://hub.qgis.org/issues/11905
2014-12-23 10:39:18 +01:00
Sandro Mani
2efda5def5
Add python bindings for added methods
2014-12-23 10:34:51 +01:00
Sandro Mani
a0ef27a9d8
Try to use the project CRS and last selected image format when adding a layer from the browser
2014-12-23 10:34:51 +01:00
Anatoliy Golubev
d5d4a5adeb
Q_WS_* macros removed from Qt5, to determine platform use Q_OS_* macroses which exists in Qt4 and Qt5
2014-12-23 12:34:21 +03:00
Larry Shaffer
a4aaff5d53
Fix CMake policy warnings/changes introduced in 3.0.0 and higher
2014-12-22 17:06:13 -07:00
Sandro Santilli
bbed705e72
Add support for contextual WMS legend graphics (hub #11859 )
...
Developed with funding from Regione Toscana SITA (CIG: Z410C90D94)
2014-12-22 18:13:41 +01:00
volaya
247c3dd0e7
[processing] fixed split vector layer algorithm
2014-12-22 12:53:30 +01:00
volaya
6c7d61f3be
[processing] update of lidar algorithms
...
Provided by Martin Isenburg
2014-12-22 12:53:29 +01:00
volaya
9e879ed9ee
[processing] fixed handling of file parameters in modeler
2014-12-22 12:53:28 +01:00
Sandro Santilli
b2db3fe1aa
Remove obsoleted reference to QgsRasterLayer::legendPixmap()
...
See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036144.html
2014-12-22 12:04:15 +01:00
Juergen E. Fischer
4b866eea00
fix doxygen warning
2014-12-22 11:18:12 +01:00
Salvatore Larosa
59279d6cd6
switch to the first tab in about dialog
2014-12-21 22:11:17 +01:00
Salvatore Larosa
d4c97fa241
[developers map] change tilelayer to openstreetmap
2014-12-21 21:57:51 +01:00
Salvatore Larosa
9952fc8aa6
Add Developers Map in About dialog
2014-12-21 21:56:41 +01:00
Juergen E. Fischer
aa9bea54b7
debian packaging update
2014-12-21 21:14:12 +01:00
Martin Dobias
1d9eb8f66d
Merge pull request #1734 from strk/zoom-by-wheel-glitch2
...
Fix zoomwheel regression (temporary hack)
2014-12-21 20:29:39 +07:00
Nathan Woodrow
f3bcaf43a6
Merge pull request #1706 from slarosa/share_bookmarks
...
Allows to import/export bookmarks to XML file
2014-12-21 22:02:23 +10:00
Nathan Woodrow
07182b6c01
Merge pull request #1738 from mbernasocchi/emit-saved-as
...
added layerSavedAs signal
2014-12-21 21:43:36 +10:00
Nathan Woodrow
df06057282
Merge pull request #1741 from Gustry/master
...
[DB Manager] Allow execution of the selected text in the SQL window
2014-12-21 21:42:12 +10:00
Nathan Woodrow
099e0b9b6c
Merge pull request #1742 from anitagraser/patch-6
...
small grammar fix
2014-12-21 21:41:40 +10:00
Anita Graser
09400d15d8
small grammar fix
2014-12-21 10:52:46 +01:00
Matthias Kuhn
028fd043a5
More const-correctness for QgsGeometry
2014-12-21 09:27:26 +01:00
Werner Macho
a8a191ea37
give dialog a correct name
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-12-21 00:21:05 +01:00
Sandro Santilli
f4c3165a6b
Initialize all members, to reduce misleading valgrind reports
2014-12-19 17:39:37 +01:00
Etienne Trimaille
06c6ca0044
allow execution of the selected text in the SQL window
2014-12-19 16:55:35 +01:00
Sandro Santilli
ddb406d944
Make existing ModelTest users use the new ENABLE_MODELTEST define
2014-12-19 15:14:29 +01:00
Sandro Santilli
8f35a27de3
Fix flags for invalid LayerTreeModel index
...
.. bug reported by ModelTester
2014-12-19 15:01:10 +01:00
Sandro Santilli
78ffe02ef8
Add support for testing LayerTreeModel from the app
2014-12-19 15:01:03 +01:00
Sandro Santilli
98e8f03662
Add ENABLE_MODELTEST cmake variable/define, default to false
2014-12-19 15:00:59 +01:00
Tom Kralidis
4b4726c8f0
Merge pull request #1740 from geopython/MetaSearch-core-merge-no-tests
...
merge MetaSearch into QGIS core
2014-12-19 08:04:33 -05:00
Tom Kralidis
e4a8fd8c78
remove 18n not required for core plugins
2014-12-19 07:57:22 -05:00
Matthias Kuhn
984324b0ee
Print link to cdash on travis
2014-12-18 13:05:38 +01:00
Juergen E. Fischer
f81d483687
annotation items: save coordinates using qgsDoubleToString instead of QString::number ( fixes #11883 )
2014-12-18 11:59:40 +01:00
Alexander Bruy
c800a8cd74
[processing] fix extent selection in batch mode ( fix #11878 )
2014-12-18 09:47:24 +02:00
Alexander Bruy
69fe922a54
[processing] fix VectorWriter class ( fix #11875 )
2014-12-18 09:18:41 +02:00
Alexander Bruy
e31027c840
[processing] fix column autofill in batch mode ( fix #11876 )
2014-12-18 09:18:40 +02:00
Alexander Bruy
e42e1053e8
[processing] enlarge column width in batch processing GUI ( fix #11879 )
2014-12-18 09:18:40 +02:00
Denis Rouzaud
d288a53c0d
[ fix #11872 ] do not call activateLayerRelatedAction after selection change if layer is not current layer
2014-12-18 08:07:19 +01:00
Tom Kralidis
78ff27f92e
merge MetaSearch into QGIS core
2014-12-17 17:45:22 -05:00
Juergen E. Fischer
64a6cf631e
oracle provider: fix evaluation of default values
2014-12-17 18:43:43 +01:00
Sandro Santilli
33b757eb51
Update comment to match with code
2014-12-17 12:42:57 +01:00
Nyall Dawson
2c773a7e61
Improve filtering by schema for postgres connections in browser
...
Results in much faster display and refresh of postgres tables
Also:
- ensure browser correctly respects postgres connection settings
- add schema comment tooltip and refresh context menu item
- make postgres connections less noisy in debug logs
2014-12-17 11:22:41 +11:00
Marco Bernasocchi
729bdec028
connect the app's signal to the interface's, to re-emit it from the interface.
2014-12-16 23:28:31 +01:00
Marco Bernasocchi
06708186c0
added layerSavedAs signal
2014-12-16 23:28:31 +01:00