1933 Commits

Author SHA1 Message Date
Matteo Mattiuzzi
aa4b291dba changed the R command behavior .libPaths() in RAlgorithm.py to add a .lib.loc and not substitute one
modifies the Advanced_Raster_histogramm.rsx in order to fully benefit from raster package RAM savety
2013-02-25 17:25:04 +01:00
matteo
cfb56a21c9 added quotation marks to make passFileNames work 2013-02-25 14:47:27 +01:00
Victor Olaya
3e6c803f9d [sextante]Replaced provider.crs() by layer.crs(). Fixed memory layer usage 2013-02-24 16:42:41 +01:00
Victor Olaya
ce8d79cc0f [sextante]deleted ftool_utils 2013-02-24 16:42:40 +01:00
Victor Olaya
724506dc93 [sextante] added autofilling on double-click in batch processing dialog
Other minor changes
2013-02-24 16:42:40 +01:00
Victor Olaya
e394fc1382 [sextante]Changed how SAGA installation is checked 2013-02-24 16:42:39 +01:00
Victor Olaya
10999cfa0e [sextante] improved handling of ParameterCrs 2013-02-24 16:42:38 +01:00
Victor Olaya
7e1f58fca9 [sextante] minor changes in algorithms and some code cleaning 2013-02-24 16:42:38 +01:00
Victor Olaya
2c00099c38 [sextante] changes in R interface 2013-02-24 16:42:37 +01:00
Victor Olaya
42672e56c4 [sextante] added new modeler-only tools 2013-02-24 16:42:36 +01:00
Victor Olaya
ffa56d0184 [sextante] changed statisticByCategories, so now it does not depend on external libs 2013-02-24 16:42:35 +01:00
Victor Olaya
cd0253af7c [sextante]Improvements in batch processing interface and in the simplified toolbox organization 2013-02-24 16:42:35 +01:00
Victor Olaya
630745ba98 [sextante] commented out loadfromDict method 2013-02-24 16:42:34 +01:00
Victor Olaya
2890dfd5d1 [sextante] changed saga cmdname method and modified merge raster algorithm description 2013-02-24 16:42:34 +01:00
Werner Macho
547d568966 adding some licenses and copyrights to sextante 2013-02-23 21:43:17 +01:00
Alexander Bruy
6f378682b0 Make "Layer - New" accesible from QgsInterface, update GPS importer
plugin (fix #7202)
2013-02-21 12:42:47 +04:00
Larry Shaffer
f28ca59632 Add binding to iface for action to show composer manager 2013-02-20 13:10:21 -07:00
Juergen E. Fischer
0fbea1911e german translation update 2013-02-19 23:33:17 +01:00
olivierdalang
2d4220bba9 Update of composer item's GUI 2013-02-19 02:28:43 -07:00
Juergen E. Fischer
a86622b32c fix #7179 2013-02-19 10:04:12 +01:00
Larry Shaffer
e33bd25c62 Merge pull request #418 from dakcarto/cmake_stagedplugins-optmz_2
Update stage-installed plugins CMakeLists.txt
2013-02-18 19:01:23 -08:00
Alexander Bruy
22256906d7 fix imports (addresses #7176) 2013-02-18 15:39:42 +04:00
Alexander Bruy
d31b83803a disable SEXTANTE algorithms that require 3rd party Python modules 2013-02-18 13:53:45 +04:00
Alexander Bruy
9abb7c4030 add CMakeLists.txt to SEXTANTE tools directory 2013-02-18 13:42:08 +04:00
Alexander Bruy
33808af722 add missed directory to CMakeLists.txt
disable StatisticsByCategories algorithm because it requires 3rd party
Python module scipy
2013-02-18 11:44:54 +04:00
Juergen E. Fischer
8f25bcfd20 fix #7172 2013-02-18 00:27:30 +01:00
Victor Olaya
7275525670 [sextante] added tools to ease creating unit test for algorithms 2013-02-17 23:14:32 +01:00
Victor Olaya
7c67101435 [sextante] improved toolbox and modeler to better use classification by categories (easy mode) 2013-02-17 23:14:31 +01:00
Victor Olaya
5fead9fb64 [sextante]minor fixes and added new R script examples 2013-02-17 23:14:30 +01:00
Victor Olaya
329062b898 [sextante] Log file is now read backwards and limited to a fixed number of lines 2013-02-17 23:14:30 +01:00
Victor Olaya
1314d4cc2a cleaned SEXTANTE/SAGA algorithms 2013-02-17 23:14:29 +01:00
Victor Olaya
67c68d0a47 addded new SEXTANTE python algorithms 2013-02-17 23:14:28 +01:00
Victor Olaya
3aadcfa005 improved management of tables in SEXTANTE 2013-02-17 23:14:28 +01:00
Juergen E. Fischer
d8ec492dec fix #7172 and #7174 2013-02-17 22:21:34 +01:00
Juergen E. Fischer
ddaded8ebb fix #7171 2013-02-17 11:10:48 +01:00
Larry Shaffer
c8ca3761ff Add collapse toggling synchronization to QgsCollapsibleGroupBoxBasic
- Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other boxes with the same syncGroup QString value
- Synchronizes boxes of same syncGroup via recursive search in parent or grandparent widget (if grandparent is not QgisApp)
2013-02-12 14:43:32 -07:00
mhugent
8e11e5f9dd Merge pull request #422 from Oslandia/atlas
Feature sorting and filtering for atlas generation
2013-02-12 02:47:13 -08:00
Larry Shaffer
f4c5bc8a56 Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state
- Split authored by Etienne Tourigny
- Add Q_PROPERTY declarations to make some class properties settable for promoted widget in QtDesigner (by Olivier Dalang)
- Update existing .ui files with dynamic properties (but not saveCheckedState, which should be cautiously used)
- Update sip file so both classes are available
2013-02-11 20:24:54 -07:00
Alexander Bruy
4fe2074de4 missed comma 2013-02-11 13:58:03 +04:00
Alexander Bruy
8970a1fde5 fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for
pointing on this problem
2013-02-11 12:49:05 +04:00
Juergen E. Fischer
ba2082ef86 [FEATURE] allow filter expressions in value relations (and fix display of related values and value maps in attribute table) 2013-02-10 23:08:40 +01:00
Juergen E. Fischer
92cbf8f506 ftools api update (fixes #7130) 2013-02-09 20:59:54 +01:00
Salvatore Larosa
8303a47e6c Fixes rubberBand for extent selection in gdal_clipper and sextante algs 2013-02-08 19:02:47 +01:00
Victor Olaya
28e594bed3 better raster support in R/SEXTANTE 2013-02-07 23:41:43 +01:00
Victor Olaya
c2b8ae0663 more fixes in python sextante algorithms 2013-02-07 23:40:43 +01:00
Victor Olaya
a611905755 fixed #7116 2013-02-07 23:31:39 +01:00
Larry Shaffer
995fbadc60 Fix typo in QgsPalLabeling 2013-02-07 15:22:19 -07:00
Larry Shaffer
fbf999190c Update QgsPalLabeling to work with new vector api
- Switch data defined properties from field index- to name-based
- Add routine to migrate properties to new keys:  labeling/dataDefined/[enum name]
- Add QHash containing old-style data provider mapping of index to name for use in properties migration
- Update QgsLabelingGui, QgsMapToolLabel, QgsLabelPropertyDialog to work with name-based properties
2013-02-07 14:49:56 -07:00
Denis Rouzaud
66696ba197 unifying identify results in a single struct 2013-02-07 11:57:54 +01:00
Denis Rouzaud
24ca94bdae return results directly from the identify method instead of using a private attribute 2013-02-07 11:57:54 +01:00