503 Commits

Author SHA1 Message Date
Victor Olaya
d80d3cf985 fixed #6295
did some cleaning in GrassAlgorithm.py
2012-09-22 22:49:13 +02:00
Alexander Bruy
6edc945172 change line endings to UNIX 2012-09-15 18:30:32 +03:00
Alexander Bruy
7b80206793 Merge branch 'master' into sextante-import 2012-09-14 15:55:57 +03:00
Alexander Bruy
ca668ae3a8 create directories for scripts and models in user directory 2012-09-14 15:23:34 +03:00
Alexander Bruy
e460dde786 add cmake stuff for SEXTANTE plugin 2012-09-14 14:44:25 +03:00
Alexander Bruy
5eb0111874 fix migration errors 2012-09-14 11:53:46 +03:00
Giuseppe Sucameli
bcb038504e identifiers (schemas, tables, fields) added to DBManager sql windows completer list.
Thanks Silvio Grosso for the sponsorship.
2012-08-27 17:17:45 +02:00
Tim Sutton
ba67665248 Merged in upstream svn changes into sextante branch 2012-08-24 18:35:48 +02:00
Tim Sutton
7ceb4608f1 Merge linfiniti2:/tmp/sextante into sextante-import 2012-08-24 18:34:13 +02:00
Alexander Bruy
79b11896d2 more cleanup in fTools menu creating code 2012-08-15 12:55:00 +03:00
Alexander Bruy
880354f367 cleanup in fTools menu creation code 2012-08-14 12:16:51 +03:00
Tim Sutton
17f91e73af Moved sextante exampled provider to plugins. 2012-08-04 19:49:58 +02:00
Tim Sutton
5c32892e95 Moved sextante into python plugins. Note sextant was brought in at revision 333 from svn 2012-08-04 19:48:25 +02:00
Alexander Bruy
3305ccda50 fix #6151 2012-08-03 20:13:46 +03:00
Juergen E. Fischer
dc8ac451da [FEATURE] allow adding of sql queries with SelectAtId=false
- sync sip bindings of QGis, QgsApplication, QgsDataSourceURI and QgsPoint with
  C++
2012-08-03 00:02:19 +02:00
Alexander Bruy
ad9cb9d194 allow create grid without specifying base layer (fix #6109) 2012-07-29 11:27:11 +03:00
Etienne Tourigny
ce6140201d ui tweaks to make dialog more compact, add right-click action to swap options ui 2012-07-24 13:53:35 -03:00
Etienne Tourigny
e3855de948 use QgsRasterFormatSaveOptionsWidget in gdaltools merge widget 2012-07-24 01:39:17 -03:00
Tim Sutton
d6c0c6dbbc Merge pull request #186 from lynxlynxlynx/master
two small usability improvements to the plugin manager & installer
2012-07-19 14:57:52 -07:00
Giuseppe Sucameli
2278f4074a do a case-insensitive check looking for SL tables into geometry_columns 2012-07-16 00:48:09 +02:00
Giuseppe Sucameli
5131eb5d87 fix data type check displaying PG table data 2012-07-16 00:48:08 +02:00
Juergen E. Fischer
74e1b849fe fix #5976 2012-07-09 13:34:03 +02:00
Salvatore Larosa
e27ce7c75f fix #5861 2012-06-25 16:16:13 +02:00
Jaka Kranjc
7d469dbf37 plugin installer: split the description tooltip into multiple lines as needed
some plugins have so long descriptions, a single line tooltip doesn't fit
 on my 1366px screen. Would be even worse on mobile devices if they had
 the notion of mouse over tooltips. :I Example: MultiEdit
2012-06-24 14:19:56 +02:00
Alexander Bruy
cad4b0cdf1 fix Define current projection when identical CRSes selected 2012-06-19 17:28:07 +03:00
coyotte508
dceefca2a8 Improved dissolve per field-value 2012-06-15 18:27:52 +02:00
Larry Shaffer
7f1a4e28d1 Fix for #5753
Does not address third-party plugins that add their own menus. They should use (here for Python):

menu_bar = self.iface.mainWindow().menuBar()
menu_bar.insertMenu( self.iface.firstRightStandardMenu().menuAction(), self.my_plugins_menu )

Ideally, a new QgisInterface public slot pair of addMenuToMenuBar(QMenu)/removeMenuFromMenuBar(QMenu) should be added, to help plugin developers put their menus in the correct place.

Deletion in GdalTools.py is redundant add-to-menu code. It moved the Raster menu to -1 on the menubar (between Window and Help on Mac).
2012-06-10 16:12:58 -06:00
Giuseppe Sucameli
53b57d1441 DBManager: use the first suitable field loading a view (fix #5676) 2012-06-09 23:53:38 +01:00
Giuseppe Sucameli
2921588099 DBManager: do not use translated string for geometry type name (fix #5764) 2012-06-09 23:41:07 +01:00
Giuseppe Sucameli
32920557b7 DBManager: fix spatial index creation importing a vector layer (fix #5625) 2012-06-09 23:40:30 +01:00
Alexander Bruy
21ce807fc7 fix fTools version to avoid conflicts with version from Carson's repo 2012-06-07 14:58:07 +03:00
Tim Sutton
c695198e17 Apply patch from Borys to remove 'add 3rd party repos' button in plugin manager 2012-06-06 21:47:55 +02:00
Alexander Bruy
53684682f2 run Points in Polygon in separate thread and don't block QGIS main
window (addresses #5162)
2012-05-31 14:24:33 +03:00
Salvatore Larosa
1341a5537e fix #2733 2012-05-29 18:36:19 +02:00
Alexander Bruy
369b32e5e5 update field list on each layer list update (fix #5655) 2012-05-28 19:18:43 +03:00
Salvatore Larosa
df79503cae fix #3549 2012-05-26 14:27:48 +02:00
Juergen E. Fischer
45474ac7dc fix #4521 2012-05-25 19:24:56 +02:00
Juergen E. Fischer
0246816e64 sip bindings: add /Transfer/ to QgsMapCanvas::mapRenderer()
(otherwise mc.mapRenderer().hasCrsTransformEnabled() can crash)
2012-05-25 15:42:18 +02:00
Juergen E. Fischer
d751036823 validation/geometry/threading fixes:
- fTools/polygon centroids: catch missing centroid with invalid geometry
  (fixes #4963)
- fTools/validate geometry:
 * fix final position of progress bar
 * don't use isGeosValid()
 * zoom to feature on locationless errors (including OTFR support)
 * store/restore dialog position
- QgsGeometry(Validator):
 * log GEOS exceptions
 * (closed) rings need at least 4 points not 3
 * log error when geometry can't be exported to GEOS
 * don't produce "geometry is valid" error
- improve logging from threads
 * keep message output from main thread as popup
 * log message from threads to message log (fixes crash on python error
   in thread)
2012-05-25 14:08:58 +02:00
alexbruy
b8bf86bb00 Merge pull request #148 from slarosa/master
minor fixes in fTools GUI
2012-05-25 02:07:52 -07:00
slarosa
474e04b027 minor fixes in gui fTools 2012-05-25 00:05:57 +02:00
Juergen E. Fischer
a442b89c71 fTools: fix handling of locationless geometry errors (fixes #4396) 2012-05-24 21:27:20 +02:00
Alexander Bruy
f998a44a31 some fixes in geoprocessing tools (hope this will fix database support) 2012-05-23 19:52:54 +03:00
Alexander Bruy
7200ea23f1 make Clip tool work with SpatiaLite layers (fix #4571) 2012-05-23 16:38:53 +03:00
Alexander Bruy
53cd1d44a0 make Dissolve tool work with SpatiaLite (addresses #4571) 2012-05-23 16:25:04 +03:00
Alexander Bruy
c367a35ce9 create vector grid in layer CRS (fix #5204) 2012-05-22 17:52:15 +03:00
Alexander Bruy
860f3708bb correctly handle WMS rasters in Random Points tool (fix #5202) 2012-05-22 16:29:00 +03:00
Alexander Bruy
c94269cce2 make "use value from field" available in Random Points tools, also show
only integer fields (fix #4570)
2012-05-22 16:29:00 +03:00
Alexander Bruy
049f5ca83a fix #5617. Patch submitted by Salvatore Larosa, thanks! 2012-05-22 14:22:26 +03:00
Alexander Bruy
a76d629f19 Revert last commit
This reverts commit 5cb6dd7c0b686890cffff1c0d4476dfa2dce57f9.
2012-05-22 14:16:10 +03:00