20275 Commits

Author SHA1 Message Date
Stéphane Brunner
0edf0d2764 Use scale parameter to display concerned class 2013-09-14 14:15:32 +02:00
Salvatore Larosa
d8b8089e38 [pyqgis-console] allows to set font color in python lexer 2013-09-14 13:49:01 +02:00
Victor Olaya
236c239844 [processing] adapted algorithm to function refactoring
Also set threaded execution to false by default, since it was behaving strangely
2013-09-14 13:26:47 +02:00
Victor Olaya
ff5e1ee3a8 [processing]fixed bug with wrong characters in output filenames
refactored to reuse string cleaning function
2013-09-14 13:26:46 +02:00
Victor Olaya
a7dfcaa6af [processing] added some in-code docs and comments 2013-09-14 13:26:46 +02:00
Victor Olaya
2e3dfbae32 [processing] fixed minor saga file issue 2013-09-14 13:26:45 +02:00
Victor Olaya
73dc9c479d `processing]improved doc of example algorithm 2013-09-14 13:26:44 +02:00
Victor Olaya
99857bcfd2 [processing]fixes in saga filename handling
fixed saga buffer description
2013-09-14 13:26:44 +02:00
Victor Olaya
2e3765b729 [processing] improved non-threaded execution 2013-09-14 13:26:43 +02:00
Victor Olaya
d69667b838 [processing] added progress display in qgsMessageBar 2013-09-14 13:26:42 +02:00
Victor Olaya
3d775d6913 [processing] Added schema parameter to ImportIntoPostGIS.py 2013-09-14 13:26:41 +02:00
Victor Olaya
807ffaa5e6 [processing] refactoring to move common functions to tools package 2013-09-14 13:26:41 +02:00
Victor Olaya
4d9832c210 [Processing] added GRASS m.cogo 2013-09-14 13:26:40 +02:00
Victor Olaya
6d506d6a33 move ftools utils to tools utils module 2013-09-14 13:26:39 +02:00
Nathan Woodrow
c02c28bbcd Add delete keyboard action for rules 2013-09-14 21:11:11 +10:00
Nathan Woodrow
41ef0a985d Rule copy and paste shortcut keys 2013-09-14 21:11:10 +10:00
Marco Hugentobler
7c9d8591e6 Server: option to set the maximum cached layers in environment variable MAX_CACHE_LAYERS 2013-09-14 12:17:13 +02:00
Nathan Woodrow
b7751766d0 Paste rule at the bottom if no selection 2013-09-14 17:50:33 +10:00
Nathan Woodrow
80a1341639 Fix crash in rule paste 2013-09-14 14:25:12 +10:00
Juergen E. Fischer
7ba1c4d632 fix retrieval of PYTHON_SITE_PACKAGES_DIR - broke debian builds 2013-09-13 23:05:16 +02:00
mhugent
729d4128b1 Merge pull request #889 from sbrunner/string
More general string value. …
2013-09-13 12:38:37 -07:00
mhugent
b14e13388e Merge pull request #887 from sbrunner/environ_mapfile
Add QGIS_PROJECT_FILE environement option
2013-09-13 12:37:52 -07:00
Marco Hugentobler
e7956a5ca1 Allow rotation +-360 degrees in ellipse marker widget 2013-09-13 21:15:41 +02:00
Borys Jurgiel
81374eb520 [Plugin Installer] Better error handling for parsing metadata 2013-09-13 16:26:10 +00:00
Alexander Bruy
8240d0f2fe [processing] add two Extract values models (for CSV and shape) 2013-09-13 18:33:30 +03:00
Alexander Bruy
e47c64c3db [processing] add Extract raster values to shapefile algorithm 2013-09-13 18:33:30 +03:00
Alexander Bruy
5a4eb16b5f [processing] add Extract raster values to CSV algorithm 2013-09-13 18:33:30 +03:00
Alexander Bruy
0bda3b61e1 [processing] add Points from vector algorithm 2013-09-13 18:33:30 +03:00
Alexander Bruy
91ea88f1af fix rebase conflicts 2013-09-13 18:33:29 +03:00
Alexander Bruy
f17e2c07ee [processing] add Points from lines algorithm (still needs some improvements) 2013-09-13 18:33:29 +03:00
Alexander Bruy
00e2f1fefc [processing] add Points from polygons algorithm 2013-09-13 18:33:29 +03:00
Alexander Bruy
8481ebcc91 [processing] add zonal statistics algorithm 2013-09-13 18:33:29 +03:00
Alexander Bruy
72536f65d5 [processing] update points displacement alg to new ParameterVector syntax 2013-09-13 18:33:29 +03:00
Alexander Bruy
395dc747e0 [processing] add points displacement algorithm 2013-09-13 18:33:29 +03:00
Radim Blazek
3ecaa5f988 GRASS topology layers - display internal topo info 2013-09-13 16:20:49 +02:00
Borys Jurgiel
fd4515e22a [Plugin Installer] Make version compare behaviour unified with the repository app 2013-09-13 12:57:26 +00:00
Alexander Bruy
f5271a1bd3 [FEATURE] Model-View based config dialog for Processing (fix #5427) 2013-09-13 14:40:55 +03:00
Borys Jurgiel
300e864d18 Merge pull request #892 from alexbruy/deprecated_plugins
Deprecated plugins support for plugin manager
2013-09-13 04:18:11 -07:00
Alexander Bruy
6d5df7cb25 [FEATURE] add option to show/hide deprecated plugins in plugin manager 2013-09-13 12:10:16 +03:00
Alexander Bruy
8a27c76560 [FEATURE] clearly mark deprecated plugins in plugin manager 2013-09-13 12:10:16 +03:00
Alexander Bruy
9ce316dbd3 [processing] add Clip raster by extent algorithm (fix #8602) 2013-09-13 12:09:23 +03:00
Nathan Woodrow
dfe32bad39 Move updating of else rules list out of render feature 2013-09-13 09:47:54 +10:00
Borys Jurgiel
af04c794fc [Plugin Installer] More uniform behaviour when comparing versions: always exclude any non-numeric parts 2013-09-12 21:55:38 +02:00
Stéphane Brunner
040e9d54cb Add GML format in GetFeatureInfo requests 2013-09-12 20:16:51 +02:00
Stéphane Brunner
44aef479a9 Copy things from WFS server to WMS server 2013-09-12 20:16:29 +02:00
Nyall Dawson
bd62f307f2 [FEATURE] Add select all, select none and invert selection to composer edit menu 2013-09-12 19:46:45 +02:00
Nyall Dawson
0f2932b9cc [FEATURE] New edit menu for composer
Change cut/copy/paste functions to actions and add to edit menu
Move undo/redo/delete to edit menu
Rearrange layout menu to logical order
2013-09-12 19:46:45 +02:00
Stéphane Brunner
2b4e13930d Add French translation 2013-09-12 19:17:02 +02:00
Stéphane Brunner
9d5aff46ff Run scripts/update_ts_files.sh 2013-09-12 19:05:04 +02:00
Stéphane Brunner
e672c4ffcb More general string value.
This option is used for GetFeature and GetfeatureInfo
And for WKT and GML format
2013-09-12 18:45:24 +02:00