1489 Commits

Author SHA1 Message Date
Marco Hugentobler
d6b155f74c Add const 2012-10-20 00:56:44 +02:00
Radim Blazek
b5412cbf95 raster identify sip fix 2012-10-18 22:42:35 +02:00
Alexander Bruy
20b404377c add layer with its own CRS when possible (fix #6539) 2012-10-18 19:02:14 +03:00
Alexander Bruy
297c8aaa33 fix #6530 2012-10-18 18:44:12 +03:00
Alexander Bruy
caae7b7bae fix SEXTANTE crash on load caused by c4c3fecf17 2012-10-18 12:06:54 +03:00
Giuseppe Sucameli
1960bea81b set focus to python console when shown even if in a tabbed dockwidget 2012-10-18 10:03:46 +02:00
Giuseppe Sucameli
9fb0b764c4 sextanteexampleprovider: move import into classFactory function 2012-10-18 10:03:45 +02:00
Victor Olaya
bb3815f8c8 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-17 22:04:19 +02:00
Victor Olaya
c4c3fecf17 Several patches contributed by Rado Guzinski:
-New OTB descriptions an help
-Update OTB descriptions
-More responsive MultipleInputPanel.py
-Minor bug fixes
2012-10-17 22:03:40 +02:00
Radim Blazek
df85492c40 raster identify context, QVariant values, enables wcs caching and makes wms more robust 2012-10-17 14:51:35 +02:00
Radim Blazek
5a6401c983 VSI/CPLMalloc/Free replaced by QgsMalloc/Free where feasible 2012-10-16 11:10:43 +02:00
Radim Blazek
6b55ee4fa0 undersampling if possible in QgsRasterDataProvider, multicolor widget loadMinMax fix 2012-10-16 10:34:34 +02:00
Victor Olaya
5afd739b04 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-16 00:01:41 +02:00
Victor Olaya
4b76e69f5b put modeler parameters panel in a scroll widget 2012-10-16 00:01:13 +02:00
Alexander Bruy
4f984202bd add new plugin installer icons to CMakeLists.txt 2012-10-15 21:02:25 +03:00
Victor Olaya
cdb9abd233 Minor fix in ModelerParametersDialog.py. 2012-10-14 23:19:23 +02:00
Victor Olaya
fbca157ff4 fixed problem with new modeler parameters dialog when algs have vector layers (just removed worng pasted code from normal parameters dialog) 2012-10-14 09:42:52 +02:00
Alexander Bruy
600888fe7a missed import in SEXTANTE modeller 2012-10-13 17:09:30 +03:00
Victor Olaya
5df9bc36e7 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-12 19:15:57 +02:00
Victor Olaya
0e2f92fa76 Updated model parameters window
fixed #6417
2012-10-12 19:14:39 +02:00
Alexander Bruy
6fcd937a43 fix sip bindings 2012-10-11 21:36:26 +03:00
Alexander Bruy
0c4846ba6d remove obsolete code 2012-10-11 20:27:47 +03:00
Alexander Bruy
92b8dd387e [FEATURE] reproject layer tool for SEXTANTE 2012-10-11 20:27:47 +03:00
Radim Blazek
7cb523a26f + QgsRasterBlock 2012-10-11 16:12:09 +02:00
Salvatore Larosa
3c50290b42 improvement for detection language in console_help 2012-10-10 15:14:30 +02:00
Alexander Bruy
b1ac9469cf expose encodedUri() method in bindings 2012-10-10 11:57:00 +03:00
Alexander Bruy
2be41abd1b Russian help for python console 2012-10-10 10:50:15 +03:00
Larry Shaffer
e125e98eb4 [FEATURE] Fix #6482, options for showing upside-down labels
- Adv Labeling option to 'Show upside-down labels': never, when rotation defined, or always
- 'Never' (default) option is same as before, labels with 90 <= angle < 270 are turned so their text is always upright
- 'When rotation defined' option shows upside-down labels if their rotation is layer- or data-defined (dynamic labels are turned upright)
- 'Always' option shows upside-down labels at layer- or data-defined rotations and for dynamic labels
2012-10-09 18:50:47 -06:00
Alexander Bruy
f262caae06 make Larry happy: larger icons in plugin installer 2012-10-09 19:32:00 +03:00
Giuseppe Sucameli
e9907cdf25 refresh the canvas at the end of the process,
handle unicode strings,
escape sql ids and strings,
fix minor errors
2012-10-09 13:40:04 +02:00
Giuseppe Sucameli
0796871efc Merge pull request #281 from strk/db_manager_addlayer
dbmananger topoviewer: addlayer instead of creating a new project
2012-10-09 13:39:29 +02:00
Giuseppe Sucameli
1796178e74 dbmanager: delete auto-generated files 2012-10-09 12:49:32 +02:00
Sandro Santilli
cb2230e3d1 Install style templates 2012-10-08 23:38:37 +02:00
Giuseppe Sucameli
f4dd8a0762 Merge pull request #277 from slarosa/master
add key event (del) to prevent removing of the prompt when selected,
rename helpConsole to console_help
2012-10-08 11:26:49 -07:00
Sandro Santilli
2e74722fb3 Add topoview layers to existing project 2012-10-08 15:49:45 +02:00
Alexander Bruy
3f412e4291 yet another fix for plugin installer 2012-10-08 15:21:37 +03:00
Alexander Bruy
dff6b846de fix plugins installation 2012-10-08 11:26:32 +03:00
Juergen E. Fischer
048a07a572 another copyright update 2012-10-08 00:29:13 +02:00
Alexander Bruy
fccf9ac5d0 mark experimental plugins in installer (fix #5980) 2012-10-07 19:50:52 +03:00
Salvatore Larosa
a28157ce15 minor fixes and changes
- rename helpConsole to console_help
- add key event (del) to prevent removing of the prompt when selected
2012-10-07 10:59:50 +02:00
Giuseppe Sucameli
5317e857eb python console: fix key events and text selection,
do not allow to move cursor out of the edition zone (except for selection),
cleanup (remove unused functions and vars)
2012-10-07 05:24:23 +02:00
Giuseppe Sucameli
0330202cfb make the python console working as standalone application (useful for testing) 2012-10-07 05:05:17 +02:00
Giuseppe Sucameli
c6195be226 align metadata names between __init__.py and metadata.txt:
deprecate authorName function in __init__ (but kept for compatibility), use author function instead
2012-10-07 05:05:17 +02:00
Giuseppe Sucameli
ce5c2e6e22 Merge pull request #275 from slarosa/master
fix mouse event in python console, 
update italian translation
2012-10-06 19:59:41 -07:00
Salvatore Larosa
ea7f34ad27 another fix to mouse event:
- prevents paste text if cursor is not in edition zone
2012-10-06 23:48:45 +02:00
Salvatore Larosa
50c28a9a3f fix mouse event in console 2012-10-06 16:08:41 +02:00
mhugent
9f0d858175 Merge pull request #274 from Oslandia/atlas_integration
Add access to the atlas layer in the expression builder GUI for labels.
2012-10-06 06:24:58 -07:00
Alexander Bruy
29e009f0ae fix SIP bindings after atlas merge 2012-10-06 14:49:01 +03:00
Juergen E. Fischer
e7f40bdea4 add more copyrights 2012-10-06 13:32:08 +02:00
Hugo Mercier
9135226514 Add access to the atlas' layer in the expression builder GUI for labels.
QgsAtlasComposition is now held by QgsComposition
2012-10-06 13:22:04 +02:00