volaya
|
1340f4d4f1
|
[processing] added 'run as batch' button in algorithm dialog
|
2015-09-24 13:10:41 +02:00 |
|
volaya
|
4d4ce9495c
|
[processing] some methods to add Processing algorithms in menus and buttons
|
2015-09-24 13:10:40 +02:00 |
|
volaya
|
8ed71fbd38
|
[processing] corrected some issues with i18n names
|
2015-09-21 07:45:17 +02:00 |
|
Salvatore Larosa
|
62c0ef9ec8
|
[processing] followup 0548793: remove unused import
|
2015-09-11 10:04:25 +02:00 |
|
Salvatore Larosa
|
05487935ef
|
[processing] save geometry for the algorithm dialog
|
2015-09-11 10:01:39 +02:00 |
|
Juergen E. Fischer
|
b39055b39c
|
indentation update (now including autopep8)
|
2015-08-22 14:29:41 +02:00 |
|
Matthias Kuhn
|
9fc1b48bf3
|
Replace str() with unicode() and some PEP 8
|
2015-08-16 20:58:43 +02:00 |
|
Juergen E. Fischer
|
fee5da9071
|
fix typos
|
2015-08-13 22:52:01 +02:00 |
|
Matthias Kuhn
|
343d3a6854
|
fix processing startup error, followup 25e9f86
|
2015-07-27 17:13:04 +02:00 |
|
Juergen E. Fischer
|
25e9f864a2
|
processing: simple interface translation fix
|
2015-07-27 13:26:59 +02:00 |
|
Juergen E. Fischer
|
66a3d02240
|
integrate processing into update_ts.sh (also includes all translations
in the repository and none outside of it).
|
2015-07-26 04:28:37 +02:00 |
|
alexbruy
|
eaddba62bf
|
Merge pull request #2213 from arnaud-morvan/processing-translation
[processing] translate algorithm names and groups
|
2015-07-20 20:44:08 +03:00 |
|
volaya
|
bd73b76a29
|
Merge pull request #2214 from radosuav/numberInputPanel_range_fix
[Processing] Fix limits in NumberInputPanel when the limiting value is 0
|
2015-07-20 12:30:06 +02:00 |
|
arnaud.morvan@camptocamp.com
|
c7b384135e
|
Processing translation tool for names and groups
|
2015-07-17 15:15:53 +02:00 |
|
radosuav
|
0dfb1561c6
|
[Processing] Fix limits in NumberInputPanel when the limiting value is 0
|
2015-07-17 14:47:04 +02:00 |
|
Etienne Trimaille
|
e751592a4d
|
small python change
|
2015-07-09 14:41:00 +02:00 |
|
volaya
|
7d8e188e4d
|
[processing] allow changing font size in script editor
fixes #11328
|
2015-07-03 08:18:55 +02:00 |
|
volaya
|
ae7f180c09
|
[processing] fixed attribute filtering in parameters panel for ParameterTableFIeld param
fixes #12807
|
2015-06-26 12:43:21 +02:00 |
|
volaya
|
b80a1bcac5
|
[processing] fixed handling of folders and files in settings
fixes #12511
|
2015-06-26 12:00:02 +02:00 |
|
volaya
|
38d598008e
|
[processing] better error capturing when connection to models repo fails
fixes #12515
|
2015-06-26 12:00:01 +02:00 |
|
volaya
|
cdf034a999
|
[processing] fixed typo in algorithm group name
|
2015-06-23 12:01:49 +02:00 |
|
volaya
|
83f3a5893c
|
[processing] added check to ensure input layers are valid
|
2015-06-23 09:07:52 +02:00 |
|
Salvatore Larosa
|
9838ea3dbd
|
switch all png icons to svg ones for plus and minus signs:
followup 33b49ff and a7191ab
|
2015-06-22 16:22:56 +02:00 |
|
volaya
|
b4edf8af88
|
[processing] better sizing of columns in batch interface
fixes #12706
|
2015-06-22 12:57:38 +02:00 |
|
volaya
|
3ccd2a1fd3
|
[processing] corrected last commit
no need to rename algorithm
|
2015-06-22 11:23:41 +02:00 |
|
volaya
|
d9e749821a
|
[processing] added import into postgis algorithm to simplified interface
|
2015-06-22 11:17:47 +02:00 |
|
volaya
|
1579a68b13
|
[processing] correctly handle filenames with long extension names in output file selector
fixes #10264
|
2015-06-22 09:25:13 +02:00 |
|
Salvatore Larosa
|
6cbe0ee71c
|
[processing] fix typo
|
2015-06-19 20:42:00 +02:00 |
|
volaya
|
3f7b1824cd
|
[processing] correctly handle multiple vector layers
|
2015-06-11 09:28:48 +02:00 |
|
Salvatore Larosa
|
941107dfa4
|
[processing] add algorithm name to messagebar while running
|
2015-06-08 18:27:51 +02:00 |
|
arnaud.morvan@camptocamp.com
|
c19a4a70bd
|
Fix processing model help saving and make script help content saving consistent with models behavior
|
2015-05-21 17:29:02 +02:00 |
|
volaya
|
87f2370da3
|
[processing] implement alternative display names for algorithms
|
2015-05-21 16:53:46 +02:00 |
|
volaya
|
1ad36c4afb
|
[processing] added support for online R scripts
|
2015-05-20 21:11:41 +02:00 |
|
volaya
|
70023dbd2f
|
[processing] do not close window after executing algorithm if there are problems
|
2015-05-20 21:11:41 +02:00 |
|
volaya
|
5a00912b3d
|
[processing] more friendly error message when layers not created
This commit includes changes to the log system as well, which now logs only algorithms. Messages are logged to the QGIS logging system
|
2015-05-20 21:11:41 +02:00 |
|
volaya
|
73ed56af98
|
[processing] use algorithm alias name also in advanced mode
|
2015-05-20 13:31:47 +02:00 |
|
Alexander Bruy
|
d8e1cf30af
|
[processing] load UI files dynamically
|
2015-05-19 15:30:26 +03:00 |
|
Alexander Bruy
|
30dbd8fd5b
|
[processing] drop resources.qrc and load images dynamically. Also remove
unused images
|
2015-05-19 15:30:25 +03:00 |
|
volaya
|
9f2c544bff
|
[processing] fixed rendering styles dialog
fixes #12583
|
2015-04-28 09:30:28 +02:00 |
|
Nyall Dawson
|
7b57cafb5a
|
Standardise use of red minus icon (fix #12425)
|
2015-03-23 18:21:47 +11:00 |
|
Alexander Bruy
|
30c5bad91d
|
[processing] fix error in MultipleFileInput selector when user press
Cancel button
|
2015-03-04 13:01:32 +02:00 |
|
Martin Dobias
|
c9682e550b
|
Fix #11951 - support for output directory in batch processing
|
2015-02-20 11:18:00 +07:00 |
|
Juergen E. Fischer
|
4a44956222
|
fix processing plugin main translation and add translations
for toplevel toolbox entries (fixes #12168)
|
2015-02-13 20:32:18 +01:00 |
|
Juergen E. Fischer
|
f76d7301a3
|
indentation update/fix (followup 9ab22bd)
|
2015-02-11 13:49:07 +01:00 |
|
arnaud.morvan@camptocamp.com
|
84936e59e7
|
Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
|
2015-02-06 15:00:18 +01:00 |
|
volaya
|
e219a144bf
|
Merge pull request #1886 from radosuav/processing_fix
[Processing] Don't fill empty fields in batch mode with 0.
|
2015-02-06 08:18:52 +01:00 |
|
radosuav
|
f6d533a807
|
[Processing] Don't fill empty fields in batch mode with 0.
Should fix #12119
|
2015-02-05 15:03:01 +01:00 |
|
Alexander Bruy
|
b456f4d69c
|
[processing] restore missed icons in various dialogs
|
2015-02-03 11:23:22 +02:00 |
|
Giovanni Manghi
|
2a339082c4
|
fix enconding in processing when input layer names have non ascii chars
|
2015-02-03 08:06:27 +00:00 |
|
Juergen E. Fischer
|
956c155e8f
|
fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
|
2015-02-01 20:46:47 +01:00 |
|