18495 Commits

Author SHA1 Message Date
Salvatore Larosa
471dab184a [pyqgis-console] just shows the context menu on tabs (does not on tabbar) 2013-05-05 22:34:14 +02:00
Salvatore Larosa
eb47ff5d8a [pyqgis-console] fix typo and indentation update 2013-05-05 20:47:59 +02:00
Salvatore Larosa
507756a7f7 [pyqgis-console] add a context menu for tabs 2013-05-05 20:40:24 +02:00
Werner Macho
635a1eedf7 Merge pull request #575 from Jean-Roc/mywork
update french translation
2013-05-05 11:25:23 -07:00
Victor Olaya
87f7ea14d9 [sextante] fixed problem when defining help files for the first time 2013-05-05 19:42:25 +02:00
Borys Jurgiel
94a976c968 Merge pull request #578 from minorua/fieldname_encoding
write field names in the same encoding as attribute values (fix #4540)
2013-05-05 04:08:32 -07:00
Victor Olaya
945bc603a2 [sextante] model outputs are now shown in canvas 2013-05-05 11:56:26 +02:00
Minoru Akagi
788e429426 write field names in the same encoding as attribute values (fix #4540) 2013-05-05 16:42:34 +09:00
Jean-Roc Morreale
fc556554cf update french translation 2013-05-04 23:46:14 +02:00
Salvatore Larosa
d3f9dd5dc4 [pyqgis-console] fixes translation strings 2013-05-04 23:44:18 +02:00
Salvatore Larosa
fb91f76c19 [pyqgis-console] minor fixes and cleanup 2013-05-04 23:27:21 +02:00
Salvatore Larosa
6c27d16309 [pyqgis-console] some fix for find text in editor
- changes tabs to north
2013-05-04 22:30:06 +02:00
Victor Olaya
6e4a5c7416 [sextante] edited description of OTB orthorectification algorithm 2013-05-04 18:02:33 +02:00
Victor Olaya
27fbdd74c6 [sextante] fixed help edition dialog. 2013-05-04 18:02:32 +02:00
Victor Olaya
61511cd11c [sextante] added back script creation tools to toolbox 2013-05-04 18:02:32 +02:00
Juergen E. Fischer
93faa76d16 html identify results: catch loadFinished only once 2013-05-03 21:39:28 +02:00
Juergen E. Fischer
adb4021ff0 catch system signals and stack trace on linux 2013-05-03 21:39:28 +02:00
Juergen E. Fischer
e0907b0f0a more spelling fixes 2013-05-03 21:39:28 +02:00
Matthias Kuhn
13e7b33aaf [diagrams] Show message on messagebar instead of messagebox
And some indentation updates
2013-05-03 19:45:02 +02:00
Matthias Kuhn
c7794ff1e3 [diagrams] Usability improvements
* Choose default attribute value for interpolation if none is set
 * Remember last used tab
 * Default for scale dependent visibility matches layer settings
2013-05-03 19:18:38 +02:00
Juergen E. Fischer
b4ba4c82da fix spelling errors 2013-05-03 01:45:46 +02:00
Juergen E. Fischer
d9fe8937b1 more translation string cleanups 2013-05-03 01:22:56 +02:00
Juergen E. Fischer
9dd184a8dd german translation update with some string fixes 2013-05-03 00:48:04 +02:00
Juergen E. Fischer
ea1aaeae01 cleanup style to db:
- add sip bindings to new methods
- table name, sql queries and constants should not be translated
- replace QVector<QString> with QStringList
2013-05-03 00:25:39 +02:00
Juergen E. Fischer
d4542feedf another indention update 2013-05-03 00:25:39 +02:00
Victor Olaya
9ca7223e4a Changed default cellsize for SAGA algorithms 2013-05-02 23:57:34 +02:00
Victor Olaya
109856094c Adjustments in DEM parameters fro OTB algorithms 2013-05-02 23:57:33 +02:00
Victor Olaya
4dfa97293d Added extra advanced options for GRASS algorithm Import/Export
Modified/added some GRASS descriptions
2013-05-02 23:57:33 +02:00
Salvatore Larosa
9ed5063844 [pyqgis-console] adds a find text widget to editor 2013-05-02 23:24:51 +02:00
Tim Sutton
550825aaeb Merge pull request #545 from el1073/styles_to_db
[FEATURE] Styles to db - this was approved for late submission prior to the feature freeze
2013-05-02 14:06:33 -07:00
Juergen E. Fischer
3e1f3a0a90 fix #7749 2013-05-02 16:02:33 +02:00
Radim Blazek
6983ec39b2 raster block setIsNoDataExcept fix, fixes #7608 2013-05-02 15:57:35 +02:00
Emilio Loi
1dfcf53b84 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db 2013-05-02 12:59:55 +02:00
Emilio Loi
02c9264781 Added a message to explain UI upload feature 2013-05-02 12:58:41 +02:00
Salvatore Larosa
ae7115f74f [pyqgis-console] re-added shortcut mistakenly removed in 07abb34 2013-05-02 12:46:36 +02:00
Werner Macho
25f78d22a0 Merge pull request #573 from Jean-Roc/master
update fr ui
2013-05-02 03:28:05 -07:00
Jean-Roc Morreale
3b28ce397e update french translation 2013-05-02 12:25:58 +02:00
Radim Blazek
ae48b09f61 mapserver compilation fix 2013-05-02 11:23:38 +02:00
Emilio Loi
764afb8933 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db 2013-05-02 11:16:28 +02:00
Juergen E. Fischer
c3df3ba7b7 oracle provider: fix pk where clause 2013-05-02 11:03:10 +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
8e6e287279 german translation update 2013-05-02 00:02:25 +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
nyalldawson
b5042df7ed Add tests for python bindings for layer blend modes 2013-05-02 07:40:01 +10:00
Tim Sutton
c460a4bd75 Merge pull request #533 from leyan/customCRS_API
Custom crs api
2013-05-01 14:15:27 -07:00
Tim Sutton
f62955ff84 Merge pull request #551 from olivierdalang/SvgLibraryCleanup
Svg library cleanup
2013-05-01 13:50:48 -07:00
Tim Sutton
5e9e98abea Merge pull request #569 from ccrook/delimited_text_substring_capability
Delimited text substring capability - also bug #7742
2013-05-01 13:44:24 -07:00
Radim Blazek
2e446a87f8 limit max number of raster symbol items in legend (may be very slow), resolves slow loading of rasters with large color tables 2013-05-01 21:44:08 +02:00