25708 Commits

Author SHA1 Message Date
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
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
Radim Blazek
4e4e161b94 QgsMimeDataUtils::Uri fixed crash on empty data 2014-12-16 20:35:32 +01:00
Radim Blazek
d0ea44aef3 browser items moveToThread() also children 2014-12-16 20:33:39 +01:00
Juergen E. Fischer
8076e53eec dxf export: fix display of check states on upper levels 2014-12-16 18:40:45 +01:00
volaya
2363ae56ab [processing] indentation fix 2014-12-16 15:24:15 +01:00
volaya
901c7642d1 [processing] fixed handling of source strings in ogr algorithms 2014-12-16 14:04:45 +01:00
Radim Blazek
9fbcc7e248 browser items parent (moving to thread) fix (crash when dragging postgres layer) 2014-12-16 13:22:56 +01:00
alexbruy
79e1236db6 Merge pull request #1737 from gioman/fix_gdal_rasterize
fix gdal rasterize when using the -ts parameter
2014-12-16 08:46:20 +02:00
Radim Blazek
e7dcd48597 autorefresh browser dirs using system notification 2014-12-15 20:14:31 +01:00
Giovanni Manghi
8afbe83c74 fix gdal rasterize when using the -ts parameter 2014-12-15 18:20:17 +00:00
Sandro Santilli
da887bc406 Initialize pointer members, fix typo 2014-12-15 19:11:39 +01:00
Radim Blazek
138d836b0c safely delete browser items if createChildren() is running in thread 2014-12-15 18:16:39 +01:00
Salvatore Larosa
d28619da07 Merge pull request #1724 from slarosa/dd_wrapword
[labeling] allows data defined to align multiline when wordwrap function is used as expression (fix #11805)
2014-12-15 16:58:20 +01:00
Radim Blazek
f79dbcd897 browser restore state fix 2014-12-15 12:31:38 +01:00
Juergen E. Fischer
ac10e692b5 dxf export: add method to update model 2014-12-15 11:24:39 +01:00
Juergen E. Fischer
c37ffa5f58 dxf export: only use palette only for fully opaque colors 2014-12-15 11:24:37 +01:00