Matthias Kuhn
adc850ee6f
[spatialite] Several fixes for provider ( Fix #8636 )
...
And fixes the NoGeometry behavior
2013-10-12 14:49:35 +02:00
Matthias Kuhn
44b7767134
Create hash method for QgsPoint ( Fix #8775 )
2013-10-12 12:26:10 +02:00
Alexander Bruy
231f4e8444
[processing] homogenize widgets used for ParameterNumber (fix 8807)
2013-10-12 11:51:46 +03:00
Victor Olaya
0f1a27292d
[processing] fixed breaklines in script help
2013-10-12 10:48:38 +02:00
Werner Macho
11fba2221a
Merge pull request #931 from tomass/master
...
Lithuanian translatio update
2013-10-12 01:16:03 -07:00
Tomas
a15cbebe06
Lithuanian translatio update
2013-10-12 00:54:48 +03:00
Werner Macho
f4e0c83c6e
Merge pull request #926 from ahuarte47/Issue_8769
...
Fix #8769 - Missing flags for 3 locales
2013-10-11 08:53:47 -07:00
Juergen E. Fischer
572bda85ab
use static local instead of pointer/global to make windows and possibly valgrind happy (followup 9e6e62d9c)
2013-10-11 15:34:18 +02:00
Juergen E. Fischer
9e6e62d9c8
fix instant crash on windows again (followup dc3b56a1 and 9d8d3178)
2013-10-11 15:04:49 +02:00
Matthias Kuhn
58b7199f9e
[relations] Save relation name from add dialog.
...
And some smaller leftover cleanup
2013-10-11 14:40:27 +02:00
Werner Macho
d384786771
translation update: fi by Kari
2013-10-11 13:45:56 +02:00
Matthias Kuhn
1690fc4beb
Ignore geometry-less features when calculating layer extent ( Fix #8805 )
2013-10-11 13:18:12 +02:00
Juergen E. Fischer
4cb37b1af2
support for python plugin directory with accents in username ( fixes #2512 again)
2013-10-10 23:55:28 +02:00
Juergen E. Fischer
b2d582a597
remove unused QgsMapLayer::mTransparencyLevel
2013-10-10 23:08:50 +02:00
Matthias Kuhn
7f346a4f19
Fix warnings
2013-10-10 14:44:36 +02:00
Victor Olaya
9de0a3165d
[processing] fixed wrong signal connection
2013-10-10 13:11:29 +02:00
nyalldawson
9290d7a8b1
[FEATURE] Allow panning of composer by holding space key
2013-10-10 21:18:29 +11:00
nyalldawson
eb0c794eb2
[FEATURE] Allow panning compositions by dragging with middle mouse button
2013-10-10 21:08:34 +11:00
nyalldawson
8a61767c30
[FEATURE] Add composer pan action
2013-10-10 20:59:48 +11:00
Matthias Kuhn
e32930d42c
[spatialite] Fix crash with a subset of attributes request for joined field
2013-10-10 11:47:43 +02:00
Matthias Kuhn
5e14fea1b8
Add join field to provider request also when requesting a subset of attributes
...
Fixes #8757
2013-10-10 11:46:43 +02:00
nyalldawson
ca41916e4f
Add method for preventing composer items from changing mouse cursor and workaround for qt bug 3732
2013-10-10 20:38:48 +11:00
ahuarte47
b2ad0a9bb9
Fix #8776
...
Set the canvas color in 'qgsprojectproperties::apply()' before refresh
2013-10-10 11:00:20 +02:00
Matthias Kuhn
df672e88f1
Add option to insert a NULL value in a value map when loaded from layer
2013-10-10 10:22:42 +02:00
Werner Macho
9b3820e31b
Merge pull request #929 from tomass/master
...
Lithuanian translation update
2013-10-09 23:50:53 -07:00
Nathan Woodrow
6242025318
Add uuid function for expression engine
2013-10-10 14:38:27 +10:00
Nathan Woodrow
2cd89388b6
Use const pointer for QgsExpression:replaceExpressionText()
2013-10-10 13:37:53 +10:00
Tomas
1261d04484
Lithuanian translation update
2013-10-09 22:41:22 +03:00
Juergen E. Fischer
f49ea3680b
fix build with Qt <4.7 (eg. Debian Lucid)
2013-10-09 07:58:31 +02:00
Juergen E. Fischer
15efd23b9d
creatensis: build installed.db for osgeo4w-setup
2013-10-08 21:20:20 +02:00
Juergen E. Fischer
e522a207dd
fix link errors on windows
2013-10-08 21:16:04 +02:00
Martin Dobias
8118f4df8e
Allow listing all available plugin layers
2013-10-08 17:58:51 +07:00
ahuarte47
860a2382b2
Fix #8769 - Missing flags for 3 locales
...
Fixed the images related to servian translations, ignore the 'en'
translation (overrided for 'en_US') in the load of the QsgOptions
dialog.
2013-10-08 01:46:41 +02:00
Victor Olaya
cecfff0408
[processing] added extract algorithm as alternative to selection algorithms that can be used in the modeler
2013-10-07 18:46:44 +02:00
Victor Olaya
0150fe7c98
[processing] minor bug fixes
2013-10-07 18:46:43 +02:00
Victor Olaya
503ee57cae
[processing] removed unused algorithm icons
2013-10-07 18:46:43 +02:00
Sandro Santilli
24e53f4bfb
Replace AlArabiya font family with Sans, more likely to be found
2013-10-07 18:44:48 +02:00
Matthias Kuhn
6efde57cb0
Fix more headers
2013-10-07 17:55:00 +02:00
Matthias Kuhn
b3b54d1fe2
Fix header
2013-10-07 17:50:58 +02:00
Matthias Kuhn
a91864ec8b
Add relation unit test
2013-10-07 16:17:43 +02:00
Matthias Kuhn
dc3b56a13c
Add relations capabilites and widgets
2013-10-07 16:17:43 +02:00
Matthias Kuhn
fb32966932
Move addFeature, startEditing and stopEditing vector layer actions
...
to an abstract base class QgsVectorLayerTools in the gui library,
so these can be reimplemented for a custom app, but can also be used
from plugins or in the gui library.
2013-10-07 16:17:42 +02:00
Matthias Kuhn
331f71acba
[attrtable] Selection model and request filter
...
* With a selection model, the way the attribute table handles selections
can be customized. E.g. synchronized to layer selection or used to pick
features.
* With request filters, the visible features on an attribute table can be
limited. This will effectively reduce the subset of features the attribute
table works on. Additional filters by means of a proxy model can of course
further reduce the visible subset subsequently.
2013-10-07 16:17:42 +02:00
Matthias Kuhn
5e3083150f
QgsFeatureRequest::NoGeometry is optional for non-geometry-layers
2013-10-07 16:17:42 +02:00
nyalldawson
864df0fe37
[FEATURE] Add support for gradient fills for polygons
2013-10-07 19:54:33 +11:00
Juergen E. Fischer
3d2814f771
osgeo4w: move o4w_env.bat call to top (starts with clean path now)
2013-10-07 01:11:34 +02:00
Juergen E. Fischer
feefffd6c4
fix warnings
2013-10-07 01:07:21 +02:00
Werner Macho
6b99d0df0a
translation update: lt by tomass
2013-10-06 16:31:49 +02:00
Victor Olaya
cd69462476
[processing] fixed #8770 (error in batch processign interface)
2013-10-06 13:47:23 +02:00
Victor Olaya
1b04c51825
[processing] fixed commandline names in gdal algorithms
2013-10-06 13:39:20 +02:00