1105 Commits

Author SHA1 Message Date
Borys Jurgiel
9cf2078741 Fix QTreeWidget.resizeColumnToContents() issue observed in PyQt4.8.3 @ Debian 2011-08-27 12:40:11 +02:00
Giuseppe Sucameli
24b73e653e convert the primary key type name to a PG valid one,
add a new options param to importVector
2011-08-23 16:49:06 +02:00
Giuseppe Sucameli
00d7498075 [FEATURE] import a layer from canvas into a PG database 2011-08-23 16:49:06 +02:00
Alexander Bruy
e591d1c7b6 new nice icon for Extract projection tool. Thanks, Robert! 2011-08-20 11:54:03 +03:00
Marco Hugentobler
a29b49f040 Add consts also to sip file for QgsMapLayer 2011-08-17 13:04:01 +02:00
Alexander Bruy
b3996c368b fix #4170 2011-08-14 12:15:13 +03:00
Martin Dobias
9285c0eced Use QgsExpression instead of QgsSearchString 2011-08-11 19:29:12 +02:00
Martin Dobias
98a1c233af Added python bindings for QgsExpression 2011-08-09 20:48:13 +02:00
Alexander Bruy
6a1073f190 move Near black close to Sieve (fix #4152) 2011-08-09 19:22:28 +03:00
Juergen E. Fischer
8c9ed1880b fix another cmake <2.8 issue (followup to f3d5387edb309935c956acda6ae5e1f52523286c) 2011-08-09 13:51:25 +02:00
Alexander Bruy
1f1dd7dc5d [FEATURE] Extract projection tool for GdalTools 2011-08-09 11:21:13 +03:00
Alexander Bruy
b35e075289 organize GdalTools utilities into submenus for better usability 2011-08-09 10:44:11 +03:00
Martin Dobias
2d35b16aae Avoid a segfault when NULL layer is passed to vector writer 2011-08-04 19:50:19 +02:00
Alexander Bruy
aa121bf67a [BACKPORT] increase maximum points count in Random Points tool 2011-08-04 18:21:56 +03:00
Alexander Bruy
5345f520a9 removed old unused code 2011-07-29 21:16:25 +03:00
Alexander Bruy
ccea540242 [BACKPORT]fix RandomPoints crash when there are NULL values in
attributes
2011-07-29 19:57:22 +03:00
Juergen E. Fischer
f3d5387edb fix lenny build (cmake <2.8) 2011-07-29 01:34:53 +02:00
Martin Dobias
90eaa87d85 [FEATURE] Allow running QGIS from build directory without installing 2011-07-25 19:23:29 +02:00
Martin Dobias
257ae38486 Added libraryPath() and libexecPath() to QgsApplication 2011-07-25 19:23:29 +02:00
Juergen E. Fischer
985ffbdc5b [FEATURE] allow ordering of value relations by value and
include value relations in sip bindings
2011-07-22 17:52:09 +02:00
Juergen E. Fischer
6c26773f9b [FEATURE] search string update
- added regexp_replace operator
- check types on comparison (QgsSearchTreeValue::compare now returns QgsSearchTreeValue for error reporting)
- field calculator shows expression errors.
- update node types and operators in sip bindings
2011-07-20 12:12:50 +02:00
Marco Hugentobler
c4cbcf4ebf Merge ellipse symbollayer branch 2011-07-19 17:07:00 +02:00
Juergen E. Fischer
f0377663bd pyspatialite: inhibit warnings. 2011-07-13 22:32:53 +02:00
Juergen E. Fischer
6d90708e86 fix windows build 2011-07-05 18:54:50 +02:00
Martin Dobias
2fcf608acb Python console: consider also Enter on keypad. Fixes #3855.
Contributed by Steven Mizuno
2011-07-05 10:32:38 +02:00
Marco Hugentobler
3849742b10 Small clean in sip file 2011-07-04 16:32:40 +02:00
NathanW
21d9226171 Updated Python bindings for lable and composeritem 2011-07-04 16:24:13 +02:00
Marco Hugentobler
4d051b8b32 Emit signal when showing / hiding composer 2011-06-30 16:32:11 +02:00
Juergen E. Fischer
5a3a87fde2 [FEATURE] support 64bit feature ids 2011-06-16 20:30:07 +02:00
Giuseppe Sucameli
016cc0b357 Correct the output label's text in GdalTools Contour 2011-06-16 01:51:22 +02:00
Marco Hugentobler
3213d3deb4 Fix python bindings 2011-06-15 15:38:56 +02:00
Marco Hugentobler
51ca548fa0 started rotation / data defined rotation 2011-06-10 17:43:24 +02:00
Sergey Yakushevs
4eccdea058 fix sip module 2011-06-09 18:10:58 +06:00
Sergey Yakushevs
38aa771b7e Python bindings. Part 3 2011-06-03 15:21:02 +06:00
Sergey Yakushevs
032937ff7d use QgsVectorLayer*, not use LayerId 2011-06-03 11:51:53 +06:00
Sergey Yakushevs
59a8a8deb8 Python bindings. part2 2011-06-02 19:02:20 +06:00
Sergey Yakushevs
776d7dfbd4 Launch python bindings for network analysis library 2011-06-02 13:49:43 +06:00
Juergen E. Fischer
b74a515e94 cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY 2011-05-27 22:45:08 +02:00
Juergen E. Fischer
bf4d8874d1 implement #3850 2011-05-27 19:29:20 +02:00
Giuseppe Sucameli
0e5baf4c13 crop to mask layer extent 2011-05-26 11:58:18 +02:00
Juergen E. Fischer
4549d0e199 cleanups:
- use QMetaObject instead of RTTI
- no get in getters:
  - QgsDataProvider:
   - getProvider => provider
   - getSelectWidget => selectWidget
   - getFunction => function
   - getLibary => providerLibrary
  - QgsProviderRegistry:
   - getLibrary => providerLibrary
- /* ... */ => #if 0 / #endif
- reindentation
2011-05-23 08:10:35 +02:00
Alexander Bruy
cd8ecd6a6e add checkbox for "-dstalpha" option in GDALTools Clipper tool 2011-05-22 21:12:04 +03:00
Martin Dobias
b656ebdea4 Merge branch 'browser-and-customization' 2011-05-20 18:06:53 +02:00
Marco Hugentobler
ad95cce706 Show composer maps on demand after project loading 2011-05-16 14:25:54 +02:00
Martin Dobias
b20619623f Merge branch 'master' into dbl
Conflicts:
	images/splash/splash.png
	src/CMakeLists.txt
	src/app/main.cpp
	src/app/qgsvectorlayerproperties.cpp
	src/core/qgsvectorlayer.cpp
	src/providers/wms/qgswmssourceselect.cpp
2011-05-13 22:20:43 +02:00
Martin Dobias
153ad164fe All customization and QGIS browser work in one commit. 2011-05-13 22:00:46 +02:00
Alexander Bruy
6327b2e224 allow merging shapefiles with different attribute tables (fix #3010) 2011-05-12 19:42:24 +03:00
Alexander Bruy
8eac180f06 Display current filename in progressbar when merging and add option to
select encoding for input files
2011-05-11 20:09:08 +03:00
alexbruy
45cc8a7fea Merge pull request #16 from alexbruy/master
mask option for gdal_polygonize tool
2011-05-10 06:30:42 -07:00
Alexander Bruy
9647ac877f add mask option to gdal_polygonize 2011-05-10 16:08:22 +03:00