Matthias Kuhn
|
def681c226
|
Add API to write and read custom data to the layer in a .qgs-file.
New signals:
* void QgsProject::writeMapLayer( QgsMapLayer*, QDomElement&, QDomDocument& )
* void QgsProject::readMapLayer( QgsMapLayer*, const QDomElement& )
Changed method signature:
* bool QgsMapLayer::readXML( const QDomNode& )
=> bool QgsMapLayer::readLayerXML( const QDomElement& )
* bool QgsMapLayer::writeXML( QDomNode&, QDomDocument& )
=> bool QgsMapLayer::writeLayerXML( QDomElement&, QDomDocument& )
|
2013-05-02 09:40:26 +02:00 |
|
Salvatore Larosa
|
ee4fc4e1a6
|
[pyqgis-console] fixes import warning
|
2013-05-02 00:15:34 +02:00 |
|
Juergen E. Fischer
|
8e6e287279
|
german translation update
|
2013-05-02 00:02:25 +02:00 |
|
Juergen E. Fischer
|
d0aa1e47e8
|
indentation update
|
2013-05-02 00:02:25 +02:00 |
|
Salvatore Larosa
|
334f43e41e
|
[pyqgis-console] warning the user if the file has been modified by another process
- set fixed size for corner widget icons
- reorganized message levels for the message bar
- minor fixes
|
2013-05-01 23:48:16 +02:00 |
|
nyalldawson
|
b5042df7ed
|
Add tests for python bindings for layer blend modes
|
2013-05-02 07:40:01 +10:00 |
|
Tim Sutton
|
c460a4bd75
|
Merge pull request #533 from leyan/customCRS_API
Custom crs api
|
2013-05-01 14:15:27 -07:00 |
|
Tim Sutton
|
f62955ff84
|
Merge pull request #551 from olivierdalang/SvgLibraryCleanup
Svg library cleanup
|
2013-05-01 13:50:48 -07:00 |
|
Tim Sutton
|
5e9e98abea
|
Merge pull request #569 from ccrook/delimited_text_substring_capability
Delimited text substring capability - also bug #7742
|
2013-05-01 13:44:24 -07:00 |
|
Radim Blazek
|
2e446a87f8
|
limit max number of raster symbol items in legend (may be very slow), resolves slow loading of rasters with large color tables
|
2013-05-01 21:44:08 +02:00 |
|
Chris Crook
|
2fb50ab518
|
Merge branch 'delimited_text_bug_fixes_2' into delimited_text_substring_capability
|
2013-05-02 07:33:59 +12:00 |
|
Chris Crook
|
78f511078b
|
Merge branch 'master' into delimited_text_bug_fixes_2
|
2013-05-02 07:32:57 +12:00 |
|
Chris Crook
|
39419e1a44
|
Comment changed only
|
2013-05-02 07:25:46 +12:00 |
|
Matthias Kuhn
|
3c68312028
|
[Diagrams] UI-Improvements
* Do not allow "fixed size" histograms (makes no sense)
* Rewire slots and signals for the fixed size
* Default pie dimensions set to 50 mm
|
2013-05-01 11:23:14 +02:00 |
|
nyalldawson
|
9e870c7893
|
Add tests for python bindings for composer item blending and transparency
Add python bindings for composer item background
|
2013-05-01 14:05:43 +10:00 |
|
Salvatore Larosa
|
d8fd259628
|
[pyqgis-console] fix sharing snippets code via codepad
|
2013-05-01 02:42:51 +02:00 |
|
Salvatore Larosa
|
36e613ae5a
|
[pyqgis-console] fix comment/uncomment code also on Windows OS
|
2013-05-01 02:42:51 +02:00 |
|
nyalldawson
|
e11f4e87d4
|
Add tests for layer blending
|
2013-05-01 10:16:43 +10:00 |
|
Victor Olaya
|
67e5278891
|
[sextante] fixed blocking typo introduced in cc490fd7acd366
|
2013-04-30 21:27:29 +02:00 |
|
Victor Olaya
|
3f3ca281c7
|
[sextante] Fixed problem when canceling on batch autofill dialog
|
2013-04-30 20:14:48 +02:00 |
|
Victor Olaya
|
cc490fd7ac
|
[sextante] Added checking in case model file cannot be save due to permissions
|
2013-04-30 19:43:35 +02:00 |
|
vinayan
|
bd5cdaf229
|
Merge pull request #570 from vinayan/authorsupdate
fix tab in authors.txt
|
2013-04-30 10:28:04 -07:00 |
|
vinayan
|
bc57d56236
|
fix tab in authors.txt
|
2013-04-30 22:51:14 +05:30 |
|
Salvatore Larosa
|
5407616bb7
|
[pyqgis-console] running script without shell window (for Windows OS)
- changed runscript icon to contextual menu
|
2013-04-30 16:33:44 +02:00 |
|
Nyall Dawson
|
4c42cb1ea5
|
Merge pull request #567 from nyalldawson/overview
Add blending mode for overview frame, option to invert overview frame
|
2013-04-30 05:27:07 -07:00 |
|
Matthias Kuhn
|
6e6ff40f05
|
[Diagrams] Switch properties dialog to tabs
Histograms:
* Use a more descriptive text for the size parameter
* Hide unneeded parameter controls
|
2013-04-30 13:31:37 +02:00 |
|
Emilio Loi
|
db3bfa37a3
|
QgsVectorDataProvider without diff comments
|
2013-04-30 10:49:48 +02:00 |
|
Emilio Loi
|
d6b3bfaafa
|
Merge branch 'styles_to_db' of https://github.com/el1073/Quantum-GIS into styles_to_db
Conflicts:
src/core/qgsvectordataprovider.h
|
2013-04-30 10:26:53 +02:00 |
|
Emilio Loi
|
f344e5129c
|
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db
|
2013-04-30 10:25:24 +02:00 |
|
Emilio Loi
|
0704366abe
|
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db
Conflicts:
python/console/console_editor.py
src/core/qgsvectordataprovider.h
src/core/qgsvectorfilewriter.cpp
|
2013-04-30 10:25:16 +02:00 |
|
Emilio Loi
|
8a6cba64ec
|
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db
Conflicts:
python/console/console_editor.py
src/core/qgsvectordataprovider.h
src/core/qgsvectorfilewriter.cpp
|
2013-04-30 10:24:07 +02:00 |
|
Matthias Kuhn
|
009ba1b995
|
Merge pull request #563 from vinayan/rotateMoveFix
[Fix #7625] - rubberbands not visible while rotating/moving point geometries
|
2013-04-30 00:13:31 -07:00 |
|
Werner Macho
|
7dc0e5180c
|
translation update: swedish by Victor
|
2013-04-30 09:12:48 +02:00 |
|
vinayan
|
6718d62b50
|
add Vinayan to authors
|
2013-04-30 12:13:17 +05:30 |
|
nyalldawson
|
e19079d60a
|
Add tests for composer item transparency and blending
|
2013-04-30 14:51:05 +10:00 |
|
Chris Crook
|
1fb60b4c9a
|
Adding subset test and help information
|
2013-04-30 14:11:40 +12:00 |
|
Chris Crook
|
ea8617df25
|
Substring working - tests not in place yet
|
2013-04-30 13:47:57 +12:00 |
|
Chris Crook
|
1fb1c9c45f
|
Refactoring code from iterator to provider
|
2013-04-30 13:46:02 +12:00 |
|
Chris Crook
|
2a23652812
|
Added check of dataSourceUri to tests
|
2013-04-30 13:31:31 +12:00 |
|
nyalldawson
|
6e90ba3029
|
Tweak saturation curve (fix #7655)
|
2013-04-30 07:33:11 +10:00 |
|
olivierdalang
|
211a090c61
|
SVG : some more backgrounds again
|
2013-04-29 20:36:07 +00:00 |
|
olivierdalang
|
f9386d9786
|
SVG : forgot some
|
2013-04-29 20:31:42 +00:00 |
|
olivierdalang
|
31a77cd403
|
SVG : added some backgrounds
|
2013-04-29 19:53:08 +00:00 |
|
olivierdalang
|
4dcc0823eb
|
SVG : separate arrows and wind roses
|
2013-04-29 19:53:07 +00:00 |
|
olivierdalang
|
514fe886c2
|
SVG : manual correction of GPS icon
|
2013-04-29 19:53:07 +00:00 |
|
olivierdalang
|
33926aa1ad
|
SVG : clean arrows
Conflicts:
images/svg/north_arrows/NorthArrow1.svg
images/svg/north_arrows/NorthArrow10.svg
images/svg/north_arrows/NorthArrow11.svg
images/svg/north_arrows/NorthArrow12.svg
images/svg/north_arrows/NorthArrow13.svg
images/svg/north_arrows/NorthArrow14.svg
images/svg/north_arrows/NorthArrow15.svg
images/svg/north_arrows/NorthArrow16.svg
images/svg/north_arrows/NorthArrow2.svg
images/svg/north_arrows/NorthArrow4.svg
images/svg/north_arrows/NorthArrow5.svg
images/svg/north_arrows/NorthArrow6.svg
images/svg/north_arrows/NorthArrow_blackgreenblack.svg
images/svg/north_arrows/NorthArrow_blackwhiteblack.svg
images/svg/north_arrows/NorthArrow_blackyellowblack.svg
images/svg/north_arrows/NorthArrow_bluegreenblue.svg
images/svg/north_arrows/NorthArrow_source.svg
images/svg/north_arrows/default.svg
images/svg/north_arrows/north-arrow_0_qgis_decoration.svg
images/svg/north_arrows/north-arrow_10_with_map_layers.svg
images/svg/north_arrows/north-arrow_11_simple_corner.svg
images/svg/north_arrows/north-arrow_12_triangular_arrows_with_worldmap.svg
images/svg/north_arrows/north-arrow_13_checkerboard_earth.svg
images/svg/north_arrows/north-arrow_14_steering_wheel.svg
images/svg/north_arrows/north-arrow_15_checkerboard_corner_arrows.svg
images/svg/north_arrows/north-arrow_16_corner_arrows_unfilled_with_circle.svg
images/svg/north_arrows/north-arrow_17_corner_n_e.svg
images/svg/north_arrows/north-arrow_1_simple_half_arrow.svg
images/svg/north_arrows/north-arrow_2_simple_half_arrow.svg
images/svg/north_arrows/north-arrow_3_simple_symmetric_triangular.svg
images/svg/north_arrows/north-arrow_4_double_arrow.svg
images/svg/north_arrows/north-arrow_5_arrow_in_circle_small_n.svg
images/svg/north_arrows/north-arrow_6_unfilled_big_arrow_symmetric.svg
images/svg/north_arrows/north-arrow_7_big_circle_with_small_arrow_unfilled_n.svg
images/svg/north_arrows/north-arrow_8_checkered.svg
images/svg/north_arrows/north-arrow_9_half_arrow_unfilled.svg
|
2013-04-29 19:53:06 +00:00 |
|
olivierdalang
|
c15768bf0a
|
SVG : add parameters
|
2013-04-29 19:53:05 +00:00 |
|
olivierdalang
|
1ca02c8e13
|
SVG : add a directory for crosses
|
2013-04-29 19:53:04 +00:00 |
|
olivierdalang
|
d3a988ba91
|
SVG : remove backgrounds, harmonize coulours, harmonize sizes, and add some symbols
|
2013-04-29 19:53:03 +00:00 |
|
olivierdalang
|
b6958fdfb0
|
SVG : remove some old-looking svg
|
2013-04-29 19:53:02 +00:00 |
|