538 Commits

Author SHA1 Message Date
Juergen E. Fischer
f08ffc6fd8 fix sip bindings 2012-01-09 00:43:51 +01:00
Martin Dobias
c8bb12f7bb Expressions - conditional expressions (CASE)
Right now only without "base" expression:
CASE WHEN cond1 THEN exp1 [WHEN cond2 THEN exp2]* [ELSE exp3] END
2012-01-07 01:20:03 +01:00
Martin Dobias
06e3c725bc Expressions: support for visitor pattern, expresion->OGCFilter now a visitor 2012-01-06 20:54:51 +01:00
Juergen E. Fischer
100d702bd0 [FEATURE] add uuid generator widget 2011-12-30 16:23:23 +01:00
Juergen E. Fischer
90edf3676c fix sip annotation 2011-12-25 19:23:17 +01:00
Juergen E. Fischer
893f305c51 update for sip 4.13 2011-12-24 05:09:25 +01:00
Marco Hugentobler
21fa9cd3c1 Added title / abstract to python bindings 2011-12-16 11:58:09 +01:00
marco
f1c4d535f3 Option to create undo commands whan adding composer items from xml 2011-12-07 08:29:56 +01:00
marco
d4c497b91b Move more item related functions from composerview to composeritem 2011-12-07 08:12:06 +01:00
Martin Dobias
e55341658d Allow rules to have children 2011-11-30 01:14:12 -03:00
marco
307b99e24f [FEATURE]: alignment (left/middle/right) for composer scale bar to keep bar position when zooming 2011-11-28 21:43:04 +01:00
Marco Hugentobler
e386ae4902 [FEATURE]: allow item selection tolerance in composer (default is 0) 2011-11-25 16:49:20 +01:00
Juergen E. Fischer
2ab61ff64f [FEATURE] message log window 2011-11-18 23:08:18 +01:00
Alexander Bruy
260cc74dc0 fix build error introduced in ed13141b67 2011-11-16 17:52:20 +02:00
Marco Hugentobler
ed13141b67 Added python bindings for vector field symbollayer 2011-11-15 16:22:46 +01:00
Marco Hugentobler
59545f1c65 Handle different vector field types 2011-11-01 14:35:34 +01:00
Marco Hugentobler
96496c5b01 Updated python bindings, added export macros 2011-11-01 09:09:05 +01:00
Juergen E. Fischer
f39a19c12b [API] add QgsVectorLayer::updateFeature() 2011-10-07 16:15:51 +00:00
Giuseppe Sucameli
6ccb04e9b3 Merge remote-tracking branch 'brushtyler/master'
Conflicts:
	src/providers/postgres/qgspostgresprovider.cpp
2011-10-07 01:38:46 +02:00
Giuseppe Sucameli
c942ee4ad0 mark some methods as deprecated 2011-09-15 11:47:10 +02:00
Giuseppe Sucameli
1a70dddca1 [FEATURE] Import a vector layer from a datasource to a different one
Merge of another part of my Summer of Code work (remote-tracking branch 'brushtyler/import_layer')
2011-09-15 02:34:03 +02:00
Giuseppe Sucameli
262ec3f8f5 merge import_layer branch 2011-09-13 21:59:55 +02:00
Giuseppe Sucameli
6eb406b122 Move import feature main code to QgsVectorLayerImport and keep just few methods in providers 2011-09-12 21:08:13 +02:00
Tim Sutton
c58576e204 [FEATURE] implement ability to skip specific drivers (fixes #182) 2011-09-12 17:28:45 +02:00
Marco Hugentobler
6c0f56cc14 Merge linepattern offset 2011-08-30 16:28:45 +02:00
Marco Hugentobler
48c007e0d4 [FEATURE]: offset for line pattern symbols 2011-08-30 11:20:40 +02:00
Martin Dobias
96f7736021 Merge branch 'expr' 2011-08-27 12:45:24 +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
Marco Hugentobler
a29b49f040 Add consts also to sip file for QgsMapLayer 2011-08-17 13:04:01 +02: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
Martin Dobias
2d35b16aae Avoid a segfault when NULL layer is passed to vector writer 2011-08-04 19:50:19 +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
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
Juergen E. Fischer
5a3a87fde2 [FEATURE] support 64bit feature ids 2011-06-16 20:30:07 +02:00
Marco Hugentobler
51ca548fa0 started rotation / data defined rotation 2011-06-10 17:43:24 +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
Marco Hugentobler
ad95cce706 Show composer maps on demand after project loading 2011-05-16 14:25:54 +02:00
Jürgen E. Fischer
dcc723c067 some more svn to git migration updates/fixes 2011-05-06 16:39:45 +02:00
Juergen E. Fischer
b8642a93fa apply #3770: allow adding parts to line and point features and some refactoring 2011-05-06 00:48:29 +02:00
Juergen E. Fischer
a9aafd0713 apply #3645: synchronization of srs.db with GDAL/PROJ on installation 2011-05-05 22:28:42 +02:00
Juergen E. Fischer
4d480fc3bb update version tracking to git 2011-05-04 21:56:25 +02:00
jef
173037d6c9 revert r15747
git-svn-id: http://svn.osgeo.org/qgis/trunk@15762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-18 20:54:50 +00:00
jef
a168fb98e5 fix #7: GetCapabilities no done twice anymore
git-svn-id: http://svn.osgeo.org/qgis/trunk@15747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-17 13:58:59 +00:00