15623 Commits

Author SHA1 Message Date
Magnus Homann
96295010d3 Improved QgsClipper test, and ran prepare-commit 2012-09-16 12:09:33 +02:00
Magnus Homann
883dcab1fe Added conversion between QgsRectangle and QRectF. And tests. 2012-09-16 12:09:32 +02:00
Juergen E. Fischer
8a347ebaf7 [FEATURE] allow data defined rotation without data defined position 2012-09-15 22:58:09 +02:00
Juergen E. Fischer
eb2f7cf4b4 debian packaging update 2012-09-15 22:52:29 +02:00
Alexander Bruy
6edc945172 change line endings to UNIX 2012-09-15 18:30:32 +03:00
Marco Hugentobler
1b803d73e5 Process configuration also if the project has no own layers (there could be just embedded ones). Fixes ticket #6340 2012-09-15 11:59:29 +02:00
Marco Hugentobler
1880db0e77 Fix display of features in composer table if map is projected (ticket #6335) 2012-09-15 10:34:13 +02:00
Marco Hugentobler
c0ee7f0ee9 Fix scalebar alignment in composer (ticket #6317) 2012-09-15 08:19:07 +02:00
Larry Shaffer
d0800fbff9 Label preview of adv labeling is collapsible 2012-09-14 19:35:25 -06:00
Larry Shaffer
8f0cb990ae Fix QgsCollapsibleGroupBox signal and scrolling issue
- Signal now passes pointer to custom widget; calling isCollapsed() now works in connected slot
- Keep expanded group boxes in scroll areas from scrolling on first showing of dialog
2012-09-14 19:35:07 -06:00
Magnus Homann
2edbc04876 Merge pull request #233 from homann/test_qgsclipper
Test Friday! QgsClipper test
2012-09-14 15:24:45 -07:00
Magnus Homann
3130719ad3 Test Friday! QgsClipper test 2012-09-15 00:17:35 +02:00
Alexander Bruy
c328539479 Merge branch 'master' into sextante-import 2012-09-14 19:26:47 +03:00
Alexander Bruy
2a32eca41f anomality images for stingray 2012-09-14 19:03:12 +03:00
Alexander Bruy
7204c60ab0 fix coordinate transform python test
fix typo in renderchecker
2012-09-14 18:51:45 +03:00
Etienne Tourigny
76badc7d90 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-09-14 11:55:35 -03:00
Juergen E. Fischer
3a4d5e0ca2 debian packaging update:
extra python-unittest2 dependency only necessary on squeeze, lucid and oneiric)
2012-09-14 16:54:10 +02:00
Etienne Tourigny
db59e1b1b3 automatically scroll parent QScrollArea when QgsCollapsibleGroupBox is expanded 2012-09-14 11:44:47 -03:00
Juergen E. Fischer
0f91402d48 debian packaging update 2012-09-14 16:26:40 +02:00
Etienne Tourigny
f53aa30a51 set parent of QgsRasterLayerSaveAsDialog to inherit css 2012-09-14 11:01:06 -03:00
Etienne Tourigny
77241dd850 honor flat property when set in designer or code before showEvent() (patch by Larry) 2012-09-14 11:00:44 -03:00
Etienne Tourigny
c33e6ff2df fix alignment when using oxygen (kde) theme 2012-09-14 10:32:42 -03:00
Etienne Tourigny
4fa28d8ce6 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-09-14 10:16:32 -03:00
Alexander Bruy
7b80206793 Merge branch 'master' into sextante-import 2012-09-14 15:55:57 +03:00
Alexander Bruy
8bf5cb264c [FEATURE] add SEXTANTE to core plugins
Also add Victor to authors
2012-09-14 15:48:54 +03:00
Alexander Bruy
ca668ae3a8 create directories for scripts and models in user directory 2012-09-14 15:23:34 +03:00
Alexander Bruy
e460dde786 add cmake stuff for SEXTANTE plugin 2012-09-14 14:44:25 +03:00
Alexander Bruy
5eb0111874 fix migration errors 2012-09-14 11:53:46 +03:00
Alexander Bruy
799795a05a fix another signal-slot connection in new console 2012-09-14 10:50:40 +03:00
Tim Sutton
2f2fb53779 Merge pull request #232 from slarosa/master
fix error in path for sextante icon
2012-09-14 00:55:46 -07:00
Salvatore Larosa
26a43408b4 fix path for icon 2012-09-14 09:01:40 +02:00
Magnus Homann
8241030957 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-09-14 08:36:05 +02:00
Magnus Homann
e1a1627896 Reversed erroneous change 2012-09-14 08:35:20 +02:00
Tim Sutton
5b91b38d8e Merge pull request #230 from slarosa/master
[New Python Console] - remember last used location for Open Tool
2012-09-13 21:13:32 -07:00
Salvatore Larosa
89e75cf64a added sextante icon for help 2012-09-14 01:18:04 +02:00
Salvatore Larosa
315e0c0043 added action to import sextante class 2012-09-13 23:38:47 +02:00
Larry Shaffer
396f3633f3 Remove hardcoded path for pyuic4 on Mac install 2012-09-13 12:15:41 -06:00
Magnus Homann
d11fd92343 Merge pull request #231 from homann/memcpy_malloc_fixes
Memcpy malloc fixes, should remove some out of mem crashes. Downside, it is still slow... Also fixed a warning about missing copy ctor.
2012-09-13 10:57:35 -07:00
Magnus Homann
e2e27923a5 Removed warning about missing initalization of base class in copy constructor. I hope it is corect now? 2012-09-13 19:49:31 +02:00
Magnus Homann
bb17e82372 Changed from int to size_t in some places 2012-09-13 19:49:31 +02:00
Magnus Homann
35f7a1cc90 size_t is 8, int is 4 on amd64 2012-09-13 19:49:31 +02:00
Magnus Homann
6b228c999a Added memory allocation failure tests 2012-09-13 19:49:31 +02:00
Salvatore Larosa
cd36650639 cleaning up code 2012-09-13 19:22:34 +02:00
Salvatore Larosa
78a1f244c2 improved icons and clean code 2012-09-13 17:51:24 +02:00
Radim Blazek
24a047d283 raster sip fix for test unit 2012-09-13 15:08:23 +02:00
Radim Blazek
c6a29fa8a0 raster sip fixes 2012-09-13 13:38:39 +02:00
Salvatore Larosa
c0c8f81efb added remember last used dir for open tool in python console 2012-09-13 09:54:45 +02:00
Tim Sutton
94c2e1cbb0 Transfer ownership of renderer to c++ in sip bindings when calling QgsRasterLayer.setRenderer and when passing shader to QgsSingleBandPseudoColorRenderer. Fixes crash experienced when using python bindings and replacing the shader or renderer of a raster. 2012-09-12 23:15:45 +02:00
Tim Sutton
05fb39419d Regression test to similate crash that occurs when setting a raster layer renderer a second time 2012-09-12 21:24:09 +02:00
Tim Sutton
6873b31757 Fix compiler warning about use of deprecated crs.epsg() call 2012-09-12 20:50:07 +02:00