2585 Commits

Author SHA1 Message Date
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
Victor Olaya
6bcf10f0f6 [sextante] file selector and iterator buttons can be hidden now in parameters dialog if algorithm does not support them 2013-07-23 18:57:57 +02:00
Victor Olaya
4c39d27130 [sextante] fixed error introduced in fields calculator 2013-07-23 18:57:57 +02:00
Victor Olaya
5c2e3f3e92 [sextante]fixed preprocessing of parameters 2013-07-23 14:29:13 +02:00
Victor Olaya
c2c0389428 [sextante] fixes in saga algs an models 2013-07-23 14:29:12 +02:00
Victor Olaya
0c0184ddf5 added modeler-only tools to simplified classification 2013-07-23 14:29:11 +02:00
Victor Olaya
c7eb99bae1 [sextante] added preprocessing of input params for saga algorithms 2013-07-23 14:29:10 +02:00
Daniel Vaz
0523e8984c Partial fix #7708 2013-07-22 22:20:45 -03:00
Juergen E. Fischer
cf22bcf383 symbology-ng: make dump() methods const 2013-07-22 21:42:44 +02:00
Juergen E. Fischer
aa7c428775 QgsCredentials: fix sip bindings
dbmanager: QgsCredentials is in core (fixes #8345)
2013-07-22 18:06:29 +02:00
Juergen E. Fischer
5d3223127d sync qgsrasterblock sip (followup eaa27aa4f) 2013-07-22 17:20:56 +02:00
Denis Rouzaud
335d7f02b4 raster block: add missing hasNoData method in sip 2013-07-22 15:56:51 +02:00
Nathan Woodrow
d0d2511d13 Auto save Python script file 2013-07-22 08:49:08 +10:00