2597 Commits

Author SHA1 Message Date
Alexander Bruy
ec82b52d88 update console for sextante renaming 2013-08-20 12:04:46 +03:00
Alexander Bruy
bbab72a2a0 [sextante] more import fixes 2013-08-20 11:04:32 +03:00
Alexander Bruy
4029cbc572 [sextante] regenerate ui and resources 2013-08-20 11:02:31 +03:00
Alexander Bruy
49e8003412 [sextante] fix imports 2013-08-20 11:00:26 +03:00
Alexander Bruy
8043c515ec fix CMakeLists.txt after renaming sextante 2013-08-20 10:49:27 +03:00
Victor Olaya
9bb3d6eb6b renamed "sextante" to "processing" 2013-08-20 09:22:03 +02:00
Alexander Bruy
3387b66f4f [sextante] fix handling of vectors in scripts and R providers (closes #8483) 2013-08-19 11:44:08 +03:00
Nathan Woodrow
65dfdf1fa4 Remove messageitem id 2013-08-16 00:02:35 +10:00
Denis Rouzaud
45aa1dafa7 more complete QgsMessageBarItem: inherits from QWidget to allow further editing 2013-08-16 00:02:31 +10:00
Alexander Bruy
1596fe6667 [sextante] update modeller to changes in parameter vector 2013-08-14 15:50:40 +03:00
Matthias Kuhn
d1768b85fc [SIP] Change all occurences of convert[From|To]Instance to convert[From|To]Type
Removal of these deprecated calls is expected to improve stability
2013-08-13 12:35:49 +02:00
Alexander Bruy
441a46ba87 remove mapserver_export plugin (manual merge for pull-request 642) 2013-08-13 12:22:54 +03:00
Juergen E. Fischer
bfed787602 update for visual c++ 2010:
* use shorter target names for python plugins
* add build scripts for 64bit
* use nircmd in postinstall
2013-08-12 17:50:00 +02:00
Alexander Bruy
ec2992e8f9 correct handling for non ASCII characters in plugin installer (fix #8452) 2013-08-12 14:46:39 +03:00
Alexander Bruy
7b57676f02 fix copying to clipboard in fTools (closes #8442) 2013-08-12 14:35:37 +03:00
Salvatore Larosa
2b2e452ba9 [pyqgis-console] fixes translation strings: avoids UnicodeEncode error 2013-08-10 15:04:58 +02:00
Salvatore Larosa
577a72baf5 [pyqgis-console] more encoding fix. 2013-08-10 01:27:11 +02:00
Victor Olaya
d61cb25479 [sextante] edited/added saga descriptions 2013-08-09 19:43:03 +02:00
Salvatore Larosa
0878fca4a1 [ftools] fix export/add geometry tool: refresh attributes map 2013-08-08 13:01:02 +02:00
Alexander Bruy
a2a4418c84 [sextante] fix obtaining vector layers 2013-08-08 13:02:47 +03:00
alexbruy
3e25f11845 Merge pull request #760 from ddanielvaz/partial-fix-7708
Partial fix for #7708
2013-08-08 02:38:29 -07:00
Salvatore Larosa
1a18fba2f8 [dbmanager] set columns tab as default in edit table widget (before was indexes tab) 2013-08-08 09:38:11 +02:00
Salvatore Larosa
d821bcc31b [pyqgis-console] encoding to utf-8 when open or save a script file: again fixes for non-ascii chars 2013-08-07 16:38:40 +02:00
Salvatore Larosa
07c524a928 [pyqgis-console] small fix for non-ascii chars 2013-08-07 14:07:14 +02:00
Alexander Bruy
0c565f7c83 [sextante] update algorithms to changes in ParameterVector 2013-08-06 19:48:05 +03:00
Alexander Bruy
470c9d0683 [sextante] allow to select multiple geometry types for ParameterVector 2013-08-06 19:48:05 +03:00
Salvatore Larosa
7748102579 [ftools] fix polygon from layer extent tool:
with the "Calculate extent for each feature separately" option ticked, it generates a python error.
2013-08-06 00:17:30 +02:00
Borys Jurgiel
018e95845f [Plugin Installer] fix #8410 2013-08-04 22:52:53 +02:00
Larry Shaffer
3bf4031175 Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments
- Only plugin directories should have underscores, targets should have hyphens
2013-08-03 16:17:32 -06:00
Larry Shaffer
3df3463e77 [dbmanager] Add missing InvalidDataException import 2013-08-03 16:17:32 -06:00
Larry Shaffer
e1927522a4 [dbmanager] Fix settings default and Python type for connection with postgis plugin
- Saved connections with empty password raised a QPyNullVariant parameter error due to lack of str default
2013-08-03 16:17:32 -06:00
Larry Shaffer
a773be2837 [dbmanager] Fix non-clickable checkbox in Null column when creating table (on Mac)
- Switch from checkbox delegate to Qt::CheckStateRole for column
- Enable all triggers for table view
2013-08-03 16:17:32 -06:00
volaya
fe6dcf1432 Merge pull request #784 from ricardogsilva/sextante_issue_8407
Fix for issue #8407 - Allow selecting between file or directory when using a File Parameter in the modeler
2013-08-03 14:51:29 -07:00
ricardogsilva
4cb5d04848 added the possibility to choose between file or folder for File Parameters in the modeller 2013-08-03 16:43:43 +01:00
Nathan Woodrow
20e274a413 Add __iter__ for QgsFeature 2013-08-03 22:50:49 +10:00
Salvatore Larosa
a05324cd9c [ftools][fix #8390] fix typo 2013-08-02 19:27:25 +02:00
Salvatore Larosa
65f9ec7201 [dbmanager] avoid double extension when exports to file a table 2013-08-02 17:37:36 +02:00
Salvatore Larosa
3644402bc7 [pyqgis-console][fix #8392] automatically removes the redundant char when autoclosing brackets option is enabled 2013-08-02 15:42:55 +02:00
Salvatore Larosa
efd84bd022 [dbmanager] set focus to SQL query TextEdit and change to ScrollToPixel the result query area 2013-07-31 23:11:33 +02:00
Alexander J. Dunlap
3aad6df8cc Update console_output.py
Call QCoreApplication.processEvents() after writing to Python console, enabling incremental output from Python scripts. Fixes #8343.
2013-07-30 13:06:51 -06:00
Borys Jurgiel
b9c9ec440b [Plugin Installer] Don't forget about plugins in QGIS-PLUGINPATH env variable. Fix #8376 2013-07-30 17:31:25 +02:00
Victor Olaya
6e36948b0f [sextante] made parameter harcoded in saga shapestogrid algorithm 2013-07-30 15:54:13 +02:00
Larry Shaffer
6dba7cbbec [sextante] fix duplicate plugin install target build error 2013-07-29 14:15:22 -06:00
Alexander Bruy
0b92877c64 [sextante] add example provider code 2013-07-29 21:13:11 +03:00
Matthias Kuhn
8c810328f7 Switch from deprecated sip*Instance* calls to sip*Type* calls
Min SIP version 4.8
2013-07-29 15:16:53 +02:00
Nathan Woodrow
3d6fd9a66e Merge pull request #773 from slarosa/fix_8366
Fix #8366
2013-07-28 19:42:40 -07:00
Salvatore Larosa
8b415708b1 [pyqgis-console] remove unused code 2013-07-28 22:50:00 +02:00
Salvatore Larosa
9cabd33c0c Fix #8366 2013-07-28 22:44:49 +02:00
Victor Olaya
f8542888f0 [sextante] fixed proximity algorithm.
modified wrong test model
2013-07-27 10:50:22 +02:00
Victor Olaya
e1fff9ad99 [sextante]renamed wrong saga description file 2013-07-27 10:50:21 +02:00