Werner Macho
eafd579dd7
Merge pull request #797 from Jean-Roc/master
...
update frenchu translation
2013-08-08 00:33:30 -07:00
alexbruy
1e28ce5273
Merge pull request #791 from alexbruy/annotation-dialog
...
set HTML annotation dialog title (fix #8414 )
2013-08-08 00:13:54 -07:00
Nyall Dawson
41f8abb159
Fix regexp_substr expression to correctly return only first matched group, not entire matched string
2013-08-08 14:15:15 +10:00
Nathan Woodrow
33c288ade6
Follow up for Fix #8411
2013-08-08 10:41:23 +10:00
Nathan Woodrow
ee268984de
Fix #8411
...
Suppress warnings for setNamedColour.
Warnings reneder composer unusable on windows, even for testing reasons.
2013-08-08 10:17:40 +10:00
MORREALE Jean-Roc
34344c508d
Merge pull request #2 from haubourg/master
...
contribution de traduction pour le QgS labeling GUI
2013-08-07 08:06:07 -07:00
Salvatore Larosa
d821bcc31b
[pyqgis-console] encoding to utf-8 when open or save a script file: again fixes for non-ascii chars
2013-08-07 16:38:40 +02:00
Régis Haubourg
e63aaa098d
update fr translation labeling gui
2013-08-07 16:21:02 +02:00
Alexander Bruy
39f289816e
skip NaN values when calculating zonal statistics
2013-08-07 16:46:47 +03:00
Nathan Woodrow
66b184acb1
Remove ERDAS EULA for now. Will be added on release
2013-08-07 22:41:56 +10:00
Salvatore Larosa
07c524a928
[pyqgis-console] small fix for non-ascii chars
2013-08-07 14:07:14 +02:00
Nathan Woodrow
a463e392a2
Don't hardcode alpha in rubberband
2013-08-07 22:02:57 +10:00
Nathan Woodrow
f1ed4ae41b
Add ERDAS ECW licence terms. New licence tab in about dialog
2013-08-07 22:02:56 +10:00
Denis Rouzaud
ec7d4bfc4b
add menu entry for select by expression
2013-08-07 09:46:47 +02:00
Marco Hugentobler
82d6336570
Mapserver: fix automatic normalisation of layer bbox (invalid bbox must stay invalid)
2013-08-07 09:11:35 +02:00
Werner Macho
b166dea3c5
Merge pull request #793 from 3nids/typo
...
typo
2013-08-06 23:16:16 -07:00
Denis Rouzaud
86a0da07f9
typo
2013-08-07 07:34:00 +02:00
Nyall Dawson
6149b3a6fa
Merge pull request #789 from nyalldawson/bug8192
...
Fix bounding box calculation for features with NULL geometry (fixes #8192 , #8194 )
2013-08-06 18:17:02 -07:00
Jaka Kranjc
a523fa51dc
doc/TRANSLATORS: added myself to the list
...
was "only" in CONTRIBUTORS before
2013-08-06 22:34:12 +02:00
Jaka Kranjc
d3f8428c41
i18n: slovenian ellipsis is "non-contact" unless used for an unfinished word
2013-08-06 22:34:12 +02:00
Jaka Kranjc
6cfc5f2a87
i18n: slovenian translation update (not full)
2013-08-06 22:34:12 +02:00
Jaka Kranjc
91f00f39e0
QgsDecorationGridDialog: fixed the "Horizontal and Vertical" option
...
It was set with a lowercase v and then checked with an uppercase one:
qgsdecorationgriddialog.cpp:57: tr( "Horizontal and vertical" ) );
qgsdecorationgriddialog.cpp:145: else if ( text == tr( "Horizontal and Vertical" ) )
The lowercase variant is newer when you check the translation files - nobody
has it translated without also having the uppercase one too.
2013-08-06 22:32:46 +02:00
Jaka Kranjc
909411ce9d
FindQsci: removed the unused exception holder variable
...
master didn't build without that:
-- Found PyQt4 version: 4.10
File "~/carina/Quantum-GIS/cmake/FindQsci.py", line 41
except ImportError, e:
^
SyntaxError: invalid syntax
2013-08-06 21:37:09 +02:00
Alexander Bruy
001ad1265f
set HTML annotation dialog title ( fix #8414 )
2013-08-06 20:41:19 +03:00
Werner Macho
020ed2c537
translation update: no by james
2013-08-06 18:52:39 +02:00
Alexander Bruy
0c565f7c83
[sextante] update algorithms to changes in ParameterVector
2013-08-06 19:48:05 +03:00
Alexander Bruy
470c9d0683
[sextante] allow to select multiple geometry types for ParameterVector
2013-08-06 19:48:05 +03:00
Minoru Akagi
a2776da56e
OgrProvider: fix query encoding issues
2013-08-06 18:03:27 +02:00
Régis Haubourg
33b7c794d1
Revert "minor fr ui translation"
...
This reverts commit 73142defece5bb47f32af3aca9d322d266c5ebd9.
2013-08-06 10:08:33 +02:00
Matthias Kuhn
113e6fbb84
Memory provider iterator: setFields on filtered requests
...
... so QGIS doesn't crash on name based lookups of attributes
2013-08-06 10:05:56 +02:00
Salvatore Larosa
7748102579
[ftools] fix polygon from layer extent tool:
...
with the "Calculate extent for each feature separately" option ticked, it generates a python error.
2013-08-06 00:17:30 +02:00
Werner Macho
a5a309bb90
Merge pull request #790 from haubourg/master
...
minor fr ui translation
2013-08-05 09:12:48 -07:00
Régis Haubourg
73142defec
minor fr ui translation
...
My first commit using github, please tell me if something is not done
correctly. régis
2013-08-05 18:02:18 +02:00
Borys Jurgiel
018e95845f
[Plugin Installer] fix #8410
2013-08-04 22:52:53 +02:00
Jürgen Fischer
018168cc7a
Merge pull request #643 from rduivenvoorde/optionalcleanups
...
Optional cleanups
2013-08-04 07:05:02 -07:00
nyalldawson
7608faf6cb
Skip missing geometries when calculating extent ( fixes #8192 , #8194 )
2013-08-04 22:22:44 +10:00
nyalldawson
f6d2d8a576
Return minimal QgsRectangle as boundingBox if geometry not available, since QgsRectangle(0,0,0,0) may be a valid bounding box for some geometries
2013-08-04 22:21:38 +10:00
Werner Macho
53e6d8c491
Merge pull request #787 from Jean-Roc/master
...
update fr ui
2013-08-04 05:01:21 -07:00
MORREALE Jean-Roc
21fcfd1052
Merge pull request #1 from msemchaoui/msemchaoui_branche
...
MàJ_traductionQGIS2_Mehdi
2013-08-04 02:54:39 -07:00
Nathan Woodrow
e76fc956f6
Add tooltips for expression builder. Fix #7978
2013-08-04 10:55:04 +10:00
Larry Shaffer
3bf4031175
Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments
...
- Only plugin directories should have underscores, targets should have hyphens
2013-08-03 16:17:32 -06:00
Larry Shaffer
3df3463e77
[dbmanager] Add missing InvalidDataException import
2013-08-03 16:17:32 -06:00
Larry Shaffer
e1927522a4
[dbmanager] Fix settings default and Python type for connection with postgis plugin
...
- Saved connections with empty password raised a QPyNullVariant parameter error due to lack of str default
2013-08-03 16:17:32 -06:00
Larry Shaffer
a773be2837
[dbmanager] Fix non-clickable checkbox in Null column when creating table (on Mac)
...
- Switch from checkbox delegate to Qt::CheckStateRole for column
- Enable all triggers for table view
2013-08-03 16:17:32 -06:00
volaya
fe6dcf1432
Merge pull request #784 from ricardogsilva/sextante_issue_8407
...
Fix for issue #8407 - Allow selecting between file or directory when using a File Parameter in the modeler
2013-08-03 14:51:29 -07:00
msemchaoui
3720feb587
MàJ_traductionQGIS2_Mehdi
2013-08-03 19:01:59 +02:00
ricardogsilva
4cb5d04848
added the possibility to choose between file or folder for File Parameters in the modeller
2013-08-03 16:43:43 +01:00
Nathan Woodrow
0367182ce4
Add schema for mssql when setting where clause
2013-08-03 22:50:50 +10:00
Nathan Woodrow
20e274a413
Add __iter__ for QgsFeature
2013-08-03 22:50:49 +10:00
Juergen E. Fischer
8de00c10cc
german translation update
2013-08-03 12:52:59 +02:00