Borys Jurgiel
eda9cd3380
[Plugin Manager] Better cope with broken plugins
2013-06-06 23:41:52 +02:00
Victor Olaya
cbd335a215
[sextante] fixed delete duplicated geoms algorithm
2013-06-06 21:54:01 +02:00
Victor Olaya
23bbec3210
[sextante] updated link to sextante chapter in error messages
2013-06-06 19:43:48 +02:00
Victor Olaya
db101a3d56
[sextante] fixed idle progress bar in execution dialog
2013-06-06 19:43:47 +02:00
Victor Olaya
facc198923
[sextante]added checking for R installation
2013-06-06 19:43:47 +02:00
Larry Shaffer
bfc92f7802
Revert target hyphen change (update ADD_SIP_PYTHON_MODULE macro first)
2013-06-06 11:27:33 -06:00
Juergen E. Fischer
33739686a2
include python parts of plugin installer in ts files and a translation string fix
2013-06-06 18:46:24 +02:00
Victor Olaya
0d1d1b795c
[sextante] improvements in batch processing interface
2013-06-06 17:30:27 +02:00
Victor Olaya
17ca3008d1
[sextante] fixed issue with blank spaces in filenames in OTB
2013-06-06 17:30:27 +02:00
Borys Jurgiel
fa9d79fab3
[Plugin Manager] remove the old plugin_installer plugin
2013-06-05 21:32:12 +10:00
Borys Jurgiel
53d3ea91de
Code cleanups
2013-06-05 21:32:11 +10:00
Larry Shaffer
e6706f4938
Add ability to run plugin installer from build directory
...
- Update targets to new coding standard of using hyphens
- Add console and plugin installer to WITH_PY_COMPILE target
2013-06-05 21:32:09 +10:00
Borys Jurgiel
55fd57ee25
New Plugin Manager
2013-06-05 21:32:08 +10:00
Matthias Kuhn
dc860f75ed
When calling setFields, automatically initalize attributes
...
That what you want most of the time when creating a new feature within a plugin.
Therefore defaults to true when used from python, but to false when used from C++
2013-06-05 11:59:50 +02:00
Salvatore Larosa
8201335835
[pyqgis-console] update help
...
- shows help at the first launch of the console
2013-06-03 18:51:34 +02:00
Juergen E. Fischer
af4a86f8a6
indentation update
2013-06-02 23:49:03 +02:00
Salvatore Larosa
24bffbf262
[pyqgis-console] shows info messages also for temporary scripts
2013-05-31 23:46:53 +02:00
Juergen E. Fischer
59788cb8fc
- sync sip binding of QgsVectorLayer
...
- [API] introduce signal QgsVectorLayer::beforeRollBack()
- merge consecutive geometry changes (fixes #7929 )
- avoid validation in nodetool on rollback
2013-05-29 22:57:05 +02:00
D'Hont René-Luc
287cce06ad
Add metadata information for layers
...
To complete the metadata tab and ilayer information, we add keywordlist,
metadata url and attribution information.
The user can add keywords to his layers, store a metadata url with type
and format and attribution title and url.
These data are reused by QGIS-Sever in the WMS GetCapabilities request.
This capability is sponsored by ifremer.
2013-05-29 15:36:34 +02:00
Alexander Bruy
f1f17ed911
[sextante] fix issue with non-ASCII characters in layer selector
2013-05-29 12:02:14 +04:00
Juergen E. Fischer
34ef14acb0
add missing sip bindings to QgsSublayersDialog
2013-05-29 01:31:14 +02:00
Victor Olaya
a2e98d7ba0
[sextante] added new v.transform algorithm
...
minor fix in r.stream.stats
2013-05-28 22:47:29 +02:00
Victor Olaya
1dad1491af
[sextante] some light code cleaning/polishing
2013-05-28 22:47:28 +02:00
Juergen E. Fischer
c510c449ba
we don't have a file menu anymore (also moves project properties to project menu on windows)
2013-05-28 12:20:33 +02:00
Matthias Kuhn
cad339d3cf
[diagrams] save attribute names instead of indices ( fix #7914 )
2013-05-28 12:03:40 +02:00
Juergen E. Fischer
ebc8e6c508
indentation update
2013-05-27 08:50:11 +02:00
Giuseppe Sucameli
61285a9d96
do not destroy layers created outside the dialog ( fix #7903 )
2013-05-27 02:27:58 +02:00
Giuseppe Sucameli
cb1e47be2d
DBManager: fix 'Update Option' button behaviour ( fix #7606 )
2013-05-27 02:01:30 +02:00
Giuseppe Sucameli
5d8964a475
DBManager: replace the deprecated Exception.message attribute
2013-05-27 02:01:30 +02:00
Giuseppe Sucameli
f5aef0f549
DBManager: better handle for not supported constraint types ( fix #7544 )
2013-05-27 02:01:30 +02:00
Juergen E. Fischer
0f132602ed
fix #7907
2013-05-26 18:57:18 +02:00
Giuseppe Sucameli
9f26f78ea7
fix pyspatialite import running QGIS from output dir ( fix #7899 )
2013-05-25 13:11:38 +02:00
Salvatore Larosa
35489cc174
[pyqgis-console] changes and cleans up some icon
2013-05-25 00:30:23 +02:00
Salvatore Larosa
83445af23e
Merge pull request #607 from alexbruy/console-ui
...
use checkable groupbox instead of separate checkboxes in console
2013-05-23 07:56:21 -07:00
Juergen E. Fischer
f82cc12008
fix #7888
2013-05-23 12:31:41 +02:00
Alexander Bruy
bac09e99c0
use checkable groupbox instead of separate checkboxes in console
...
settings
2013-05-23 13:33:50 +04:00
Giuseppe Sucameli
64ab894630
Merge pull request #555 from olivierdalang/SaveSqlQueriesInDbManager
...
[FEATURE] DBManager: allow to store SQL queries in the project file
2013-05-22 11:39:49 -07:00
Salvatore Larosa
022ca43995
[pyqgis-console] fix for save as in tabbar context menu
2013-05-22 17:59:13 +02:00
Salvatore Larosa
2a9e0aee91
[pyqgis-console] enables to select multiple files to load in the file editor
2013-05-22 17:59:13 +02:00
Matthias Kuhn
75896d922d
QgsExpression takes const QgsFeature as pointer and by reference
2013-05-22 17:01:55 +02:00
Denis Rouzaud
e741ec947d
add select all features methods for vector layers
2013-05-22 11:53:36 +02:00
Juergen E. Fischer
bb04e70d4c
yet another german translation update
2013-05-22 02:45:25 +02:00
Salvatore Larosa
9242170d8d
[pyqgis-console] small fixes
2013-05-22 01:52:24 +02:00
Salvatore Larosa
3f58142a4a
[pyqgis-console] increases height of the row in QListView and QTreeWidget for Windows OS
...
- small fixes for the run script command
2013-05-22 00:20:07 +02:00
Salvatore Larosa
b805894564
[pyqgis-console] uses context menu to handle the command history instead of typing directly the command into the console
...
- shows history in dialog (much more usable)
2013-05-20 23:33:47 +02:00
Larry Shaffer
45f374f428
Update labeling gui and add expression support as data defined value
...
- Add QgsDataDefined class
- Add QgsDataDefinedButton class
- Add data defined Python support
- Add standalone SVG selector dialog to QgsSvgSelectorWidget class
- Fix for #4607 , show only pertinent fields when setting a data defined value
- Fix for #5048 and #5049 , data defined settings are literally used
- Fix for #5726 , number formatting does not work for expressions
- Fix for #7755 , using bufferSize to enable/disable label buffer is confusing
- Fix for #7779 , labels do not register in label collision engine; and for #4719 , inactive options in labeling dialog
- Prepare label text's expression upfront when preparing layer; makes rendering much faster
- Change name of 'feature obstacles' to appropriate terminology
2013-05-20 12:22:29 -06:00
Juergen E. Fischer
65d3535fc5
- Quantum GIS => QGIS update
...
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
Salvatore Larosa
51d73a94e5
[pyqgis-console] fix translation string
2013-05-20 11:02:09 +02:00
Salvatore Larosa
942d6bfa5d
[pyqgis-console] allow to disable automatic parentheses insertion from settings:
...
- fix: add Shift+Insert to paste action
- fix: set default Monospaced font at the first start
- allow to save state for console splitter
- fix for mousePressEvent into console
2013-05-20 01:58:41 +02:00
Giuseppe Sucameli
693a1fe860
gdaltools: move clipper dialog on top when the user ends to define a new extent ( fix #7783 )
2013-05-20 00:52:42 +02:00