Juergen E. Fischer
698407100e
fix syntax error
2013-01-08 10:40:40 +01:00
Juergen E. Fischer
28ca48c4cf
more API updates to the python plugins
2013-01-04 23:02:44 +01:00
Giuseppe Sucameli
62d99772e1
fix #6932 (due to deprecated getLayerID method removal)
2012-12-31 14:06:50 +01:00
Alexander Bruy
e742d5e63e
fix python plugins after API cleanup
2012-12-24 11:48:08 +02:00
Juergen E. Fischer
9721736fd8
remove trailing blanks
2012-12-10 00:12:07 +01:00
pcav
de72ff4320
Load layer in canvas Checked ( fixes #6641 )
2012-11-30 21:08:31 +01:00
Alexander Bruy
7f671851d4
add metadata.txt to all core plugins
2012-10-25 15:08:38 +03:00
Larry Shaffer
c2b6a47859
Fix PLUGIN_INSTALL build error
2012-10-23 17:40:20 -06:00
Sandro Santilli
e852efacab
Allow running GdalTools plugin from build dir
...
See http://hub.qgis.org/issues/5879
2012-10-23 22:31:55 +02:00
Juergen E. Fischer
e7f40bdea4
add more copyrights
2012-10-06 13:32:08 +02:00
Giuseppe Sucameli
c74090d655
gdaltools: add cubic interpolation to Build overviews tool ( fix #6301 )
2012-10-03 01:25:35 +02: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
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
Alexander Bruy
63fa68ec17
new icon from Robert for Tile Index command
2012-04-26 09:32:37 +03:00
Marco Hugentobler
2120bb8001
Remove about dialog from gdal tools
2012-04-21 20:57:11 +02:00
Giuseppe Sucameli
f844e2f407
GdalTools: display a friendly message when python-gdal is missing
2012-04-15 13:26:10 +02:00
Giuseppe Sucameli
213138e583
BuildVRT: set input layer list when tool starting (follow d6ea1a03).
...
Thanks Etienne for the patch.
2012-03-11 02:39:23 +01:00
Giuseppe Sucameli
d6ea1a037e
refresh BuildVRT command when input layers changes, cleanup (follow 9da5d0345)
2012-03-10 05:44:06 +01:00
Etienne Tourigny
9da5d0345b
allow to use loaded layers as input files (instead of file selector) for GDALTools Build Virtual Raster
2012-03-10 05:27:22 +01:00
Giuseppe Sucameli
d7811a1120
allow to choose input directory in GdalTools Merge tool ( fix #4930 )
2012-02-11 19:14:44 +01:00
Giuseppe Sucameli
2708f173fc
add -allow_projection_difference option ( fix #4888 )
2012-02-11 12:50:35 +01:00
Giuseppe Sucameli
df2d80195d
set parent opening projection selector dialog ( fix #4931 )
2012-02-01 16:43:12 +01:00
Juergen E. Fischer
c25ae5635c
even more font propagation
2012-01-26 00:54:56 +01:00
Alexander Bruy
9f8f86db5e
introduced new plugin metadata entry "category". Show hint based on
...
category in Plugin Manager and update all core plugins respectively
2011-12-20 19:47:09 +02:00
Alexander Bruy
94fb18be98
new icons for RGB to PCT and PCT to RGB tools from Robert
2011-12-16 14:08:23 +02:00
Juergen E. Fischer
315bd8541a
- update wms metadata ( fixes #4626 )
...
- german translation fixes
- fix warnings
2011-12-09 22:41:09 +01:00
Giuseppe Sucameli
cd7984e128
[BACKPORT] Enable path to pymods in GdalTools settings dialog and automatically set default OSX environment ( fix #3170 )
2011-12-09 17:40:15 +01:00
Giuseppe Sucameli
0e0947f048
add helpful info to GdalTools Settings dialog on how to configure GDAL path
2011-12-01 02:15:31 +01:00
Giuseppe Sucameli
99edf1de05
[BACKPORT] find python on OSX (partially fix #3097 )
...
don't overwrite PATH env var, but append to it.
2011-12-01 02:15:31 +01:00
Alexander Bruy
f8bbe8fb70
[FEATURE] add gdal_fillnodata to GdalTools
2011-11-13 12:22:11 +02:00
Alexander Bruy
aaae4898a9
[BACKPORT] fix broken Assign projection functionality in GDALTools and
...
improve handling output file extension
2011-11-13 11:19:44 +02:00
Giuseppe Sucameli
6ccb04e9b3
Merge remote-tracking branch 'brushtyler/master'
...
Conflicts:
src/providers/postgres/qgspostgresprovider.cpp
2011-10-07 01:38:46 +02:00
Giuseppe Sucameli
dd6a594178
[FEATURE] Make the gdaltools command editable to fix #3041
2011-10-07 01:26:13 +02:00
Alexander Bruy
7093b06793
[BACKPORT] allow negative NODATA values in GDALTools
2011-09-14 15:43:55 +03:00
Giuseppe Sucameli
f2b6876085
fix gdaltools error checking for ogr layers
2011-09-12 13:22:21 +02:00
Giuseppe Sucameli
431219744a
make sure gdaltools input vector layers are ogr vectors
2011-09-03 13:12:39 +02:00
Alexander Bruy
e591d1c7b6
new nice icon for Extract projection tool. Thanks, Robert!
2011-08-20 11:54:03 +03:00
Alexander Bruy
b3996c368b
fix #4170
2011-08-14 12:15:13 +03:00
Alexander Bruy
6a1073f190
move Near black close to Sieve ( fix #4152 )
2011-08-09 19:22:28 +03:00
Alexander Bruy
1f1dd7dc5d
[FEATURE] Extract projection tool for GdalTools
2011-08-09 11:21:13 +03:00
Alexander Bruy
b35e075289
organize GdalTools utilities into submenus for better usability
2011-08-09 10:44:11 +03:00
Alexander Bruy
5345f520a9
removed old unused code
2011-07-29 21:16:25 +03:00
Giuseppe Sucameli
016cc0b357
Correct the output label's text in GdalTools Contour
2011-06-16 01:51:22 +02:00
Juergen E. Fischer
b74a515e94
cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY
2011-05-27 22:45:08 +02:00
Giuseppe Sucameli
0e5baf4c13
crop to mask layer extent
2011-05-26 11:58:18 +02:00
Alexander Bruy
cd8ecd6a6e
add checkbox for "-dstalpha" option in GDALTools Clipper tool
2011-05-22 21:12:04 +03:00
alexbruy
45cc8a7fea
Merge pull request #16 from alexbruy/master
...
mask option for gdal_polygonize tool
2011-05-10 06:30:42 -07:00
Alexander Bruy
9647ac877f
add mask option to gdal_polygonize
2011-05-10 16:08:22 +03:00
Giuseppe Sucameli
14556360b1
save file instead of open it in select output file dialog
2011-05-10 14:17:19 +02:00