2229 Commits

Author SHA1 Message Date
Salvatore Larosa
ae7115f74f [pyqgis-console] re-added shortcut mistakenly removed in 07abb34 2013-05-02 12:46:36 +02:00
Matthias Kuhn
def681c226 Add API to write and read custom data to the layer in a .qgs-file.
New signals:
 * void QgsProject::writeMapLayer( QgsMapLayer*, QDomElement&,  QDomDocument& )
 * void QgsProject::readMapLayer( QgsMapLayer*, const QDomElement& )

Changed method signature:
 * bool QgsMapLayer::readXML( const QDomNode& )
   => bool QgsMapLayer::readLayerXML( const QDomElement& )
 * bool QgsMapLayer::writeXML( QDomNode&, QDomDocument& )
   => bool QgsMapLayer::writeLayerXML( QDomElement&, QDomDocument& )
2013-05-02 09:40:26 +02:00
Salvatore Larosa
ee4fc4e1a6 [pyqgis-console] fixes import warning 2013-05-02 00:15:34 +02:00
Juergen E. Fischer
d0aa1e47e8 indentation update 2013-05-02 00:02:25 +02:00
Salvatore Larosa
334f43e41e [pyqgis-console] warning the user if the file has been modified by another process
- set fixed size for corner widget icons
- reorganized message levels for the message bar
- minor fixes
2013-05-01 23:48:16 +02:00
Tim Sutton
c460a4bd75 Merge pull request #533 from leyan/customCRS_API
Custom crs api
2013-05-01 14:15:27 -07:00
nyalldawson
9e870c7893 Add tests for python bindings for composer item blending and transparency
Add python bindings for composer item background
2013-05-01 14:05:43 +10:00
Salvatore Larosa
d8fd259628 [pyqgis-console] fix sharing snippets code via codepad 2013-05-01 02:42:51 +02:00
Salvatore Larosa
36e613ae5a [pyqgis-console] fix comment/uncomment code also on Windows OS 2013-05-01 02:42:51 +02:00
Victor Olaya
67e5278891 [sextante] fixed blocking typo introduced in cc490fd7acd366 2013-04-30 21:27:29 +02:00
Victor Olaya
3f3ca281c7 [sextante] Fixed problem when canceling on batch autofill dialog 2013-04-30 20:14:48 +02:00
Victor Olaya
cc490fd7ac [sextante] Added checking in case model file cannot be save due to permissions 2013-04-30 19:43:35 +02:00
Salvatore Larosa
5407616bb7 [pyqgis-console] running script without shell window (for Windows OS)
- changed runscript icon to contextual menu
2013-04-30 16:33:44 +02:00
Nyall Dawson
4c42cb1ea5 Merge pull request #567 from nyalldawson/overview
Add blending mode for overview frame, option to invert overview frame
2013-04-30 05:27:07 -07:00
Radim Blazek
229419ee13 raster cleanup 2013-04-29 17:29:29 +02:00
Denis Rouzaud
42fc689e60 added layerToMapCoordinates for rectangles, and more detailed comments 2013-04-29 14:53:06 +02:00
nyalldawson
171973a54f Add blending mode for overview frame, option to invert overview frame 2013-04-29 21:48:49 +10:00
Radim Blazek
33d13ccca7 raster cleanup 2013-04-29 13:28:05 +02:00
Salvatore Larosa
e755815ff0 [pyqgis-console] allows comments and quotes folding in editor lexer 2013-04-29 12:41:45 +02:00
Salvatore Larosa
195918293c [pyqgis-console] small fix for show/hide editor action 2013-04-29 01:22:45 +02:00
Salvatore Larosa
71c9d96f44 [pyqgis-console ] adds more options to settings dialog:
- reorganized settings dialog
- added option autosave script before running
- added options for autocompletion code (from Document, from APIs, from Doc and API)
- minor fixes
2013-04-28 23:56:52 +02:00
Matthias Kuhn
d90f167be9 Allow adding QToolButton's to the toolbars
* iface.addToolBarWidget()
 * iface.addRasterToolBarWidget()
 * iface.addVectorToolBarWidget()
 * iface.addDatabaseToolBarWidget()
 * iface.addWebToolBarWidget()
2013-04-28 21:17:21 +02:00
Borys Jurgiel
c47fbbe25b Plugin installer: add ?qgis=[QGIS_VERSION] GET parameter to each repository URL to allow filtering also on reposiotory side 2013-04-28 00:16:01 +02:00
Borys Jurgiel
dfd8444383 Plugin installer: fix support for qgisMaximumVersion tag. 2013-04-28 00:08:51 +02:00
Werner Macho
370828c2c7 Merge pull request #472 from jdugge/master
Interface elements for specifying raster resolution in GDAL Rasterize plugin
2013-04-27 10:37:31 -07:00
Victor Olaya
345c14505e [sextante] added OTB algorithms to simplified list 2013-04-27 16:36:55 +02:00
Victor Olaya
c635578d9f [sextante] Improvements in commander 2013-04-27 00:34:57 +02:00
Victor Olaya
4065d57235 [sextante] fixed problem in otb with filepaths containing whitespaces.
Removed outdated otb descriptions
2013-04-26 23:48:07 +02:00
Alexander Bruy
5616cfaeaf [sextante] add missed CMakeLists 2013-04-26 12:42:13 +04:00
Victor Olaya
fd4cf96e0a [sextante] fixed error due to wrong import 2013-04-26 08:42:07 +02:00
Victor Olaya
21fd0f242d [sextante] added commander 2013-04-26 00:36:34 +02:00
Salvatore Larosa
5cbf42b084 [pyqgis-console] fix object inspector on windows 7
- minor fixes
2013-04-25 18:17:50 +02:00
vinayan
4f54664900 ftools-fix split vector layer 2013-04-25 20:53:23 +05:30
Nathan Woodrow
e0838b0bbf Add workaround for loading forms with custom widgets from PyQt4
More information: qt-project.org/forums/viewthread/27098/
2013-04-26 00:29:59 +10:00
Larry Shaffer
3977cb634a Make sure Analysis menu (sextante) shows up before Window menu on Mac 2013-04-24 17:57:38 -06:00
Radim Blazek
5533d571c8 common raster enums moved to raster namespace 2013-04-24 17:18:33 +02:00
Victor Olaya
3e13171fd5 [sextante] fixed #7694. v.clean now accepts decimal values as input 2013-04-24 15:10:02 +02:00
Victor Olaya
58befd7c38 [sextante] fixed missing + icons in modeler 2013-04-24 15:01:25 +02:00
Alexander Bruy
c8c78518f5 [sextante] wrap long lines in help file 2013-04-24 14:17:48 +04:00
Alexander Bruy
69afcf23d5 [sextante] add output to r.stream.stats module 2013-04-24 14:17:48 +04:00
Alexander Bruy
a38c09ef67 Merge branch 'r-stream' 2013-04-24 14:04:49 +04:00
Alexander Bruy
ac6a1ee7db [sextante] add r.stream.* GRASS modules 2013-04-24 14:04:05 +04:00
Alexander Bruy
608adb8e7f [sextante] add separators to context menu 2013-04-24 13:58:42 +04:00
Nathan Woodrow
7f903ee63a Add binding for QgsAttributeDialog 2013-04-24 09:41:22 +10:00
Salvatore Larosa
e22f0d162f [pyqgis-console] fixes #7653 and #7646
- more minor fixes
2013-04-23 23:50:57 +02:00
Victor Olaya
2e6178c897 [sextante]new modeler interface 2013-04-23 23:36:28 +02:00
Matthias Kuhn
b98db8842b [Fix #7674] Transfer ownership of layer to C++ when added to the registry 2013-04-23 10:42:14 +02:00
Borys Jurgiel
2073f87a22 Disable encoding combobox in layer properties dialog for OGR provider with OLCStringsAsUTF8==true (so when it doesn't work anyway). Patch from Minoru Akagi. 2013-04-22 22:13:12 +02:00
Salvatore Larosa
4e4b0a915e [pyqgis-console] allows to handle non-ascii chars in script file name 2013-04-22 16:55:04 +02:00
Salvatore Larosa
12a8390ea3 [pyqgis-console] shows also derived class name in object browser widget 2013-04-22 16:51:39 +02:00