22473 Commits

Author SHA1 Message Date
mhugent
3094175bd9 Merge pull request #1250 from giohappy/master
Add ILIKE filter and % character to safe tokens
2014-03-18 14:29:49 +01:00
Werner Macho
ef3189e856 Merge pull request #1251 from simogeo/master
translation and typo fixes
2014-03-18 13:44:49 +01:00
pcav
cbf755ff36 Merge branch 'master' of github.com:qgis/QGIS 2014-03-18 13:12:25 +01:00
pcav
bd9bca97af Improving IT translation 2014-03-18 13:12:02 +01:00
simogeo
88c8ea2603 translation and typo fixes 2014-03-18 12:44:13 +01:00
Werner Macho
a6067993a9 [TRANSUP] sv by Victor
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-18 11:59:03 +01:00
giohappy
f61f250c5d Add ILIKE filter and % character to safe tokens 2014-03-18 11:58:09 +01:00
Werner Macho
184a95563e Merge pull request #1247 from Cracert/i18n
[TRANSUP] pl by Robert
2014-03-18 11:56:36 +01:00
Robert Szczepanek
8467d9fba3 [TRANSUP] pl by Robert: function_help 2014-03-17 22:05:31 -04:00
thodoris.vakkas
166bf11bf0 el_trans2014031801 2014-03-18 01:29:06 +02:00
alexbruy
f337dd35c8 Merge pull request #1242 from p0cisk/roadgraph
Fix displaying line layers in Road Graph settings (fix #9780)
2014-03-17 18:51:20 +02:00
Denis Rouzaud
1a669dc024 Merge pull request #1127 from 3nids/fix8873
better message display in map edit tools (fix #8873)
2014-03-17 08:09:49 +01:00
Denis Rouzaud
b7b1931ef6 remove unecessary message bar item 2014-03-17 08:02:47 +01:00
Denis Rouzaud
f32c051042 already in QGisApp 2014-03-17 08:02:47 +01:00
Denis Rouzaud
9a8b7c5555 better message display in map edit tools (fix #8873) emit signal from map tool, display message in qgisapp 2014-03-17 08:02:47 +01:00
Carl Simonson
690e7b096d Remove include of QtGui in favor of individual includes
The reason for removing instances of "#include <QtGui>" is twofold:

1) Including it will probably include more than is actually needed. Plus,
   it hide what is actually needed, especially if in a header

2) Qt 5 splits Gui into Gui and Widgets, so being explict about what is
   needed gets around this problem
2014-03-16 12:18:43 -05:00
Carl Simonson
3e0e0edec7 Fix uses of deprecated Qt methods
There are still a few leftovers from the Qt 3 to Qt 4 migration that can
be found by defining QT_NO_DEPRECATED. Here is a summary of the changes:

* QDir::convertSeparators was changed to QDir::toNativeSeparators with Qt 4

* QRexExp::numCaptures was changed to captureCount with Qt 4

* QTextIStream/QTextOStream was merged into QTextStream with Qt 4

* QFileDialog::selectFilter/filters was changed to
  selectNameFilter/nameFilters with Qt 4.4

* qVariantCanConvert/qVariantValue was changed to canConvert/value with Qt
  4

Note that if a conversion to Qt 5 will happen someday, this will have to
be done since Qt 5 removes these deprecations.
2014-03-16 11:16:25 -05:00
Juergen E. Fischer
1c0d5e2f21 fix warnings 2014-03-15 22:07:57 +01:00
Juergen E. Fischer
8242a04015 fix deprecation annotation of QgsMapRenderer::mapRenderer 2014-03-15 21:39:28 +01:00
Piotr Pociask
f755781cff Fix #9780 Display line layers in Road Graph settings 2014-03-14 19:39:57 +01:00
Larry Shaffer
fa157b0deb Add composer svg export label unit tests
- Fix composer composition setup to near identical output of canvas->image (finally, expect for symbology, which still seems to be double-antialiased)
- Rebuild control images for composer->image output
2014-03-14 12:25:36 -06:00
Juergen E. Fischer
b6b78ca7a4 expression: dump binary operations with brackets to break precedence (fixes #9783) 2014-03-14 18:50:53 +01:00
Paolo
80c496197d More IT translation fixes 2014-03-14 17:32:41 +01:00
Marco Hugentobler
0a78102c36 Fix sip binding for eventLayer function 2014-03-14 17:09:15 +01:00
Marco Hugentobler
9b89c62170 GeometryAnalyzer: cache geometries in eventLayer function for better performance with 2.x versions 2014-03-14 17:09:14 +01:00
Juergen E. Fischer
2b14cb42da german translation fix 2014-03-14 17:08:00 +01:00
Juergen E. Fischer
1a67988e59 atlas: don't crash the coverage layer is removed (refs #9779) 2014-03-14 17:03:45 +01:00
Marco Hugentobler
3224a2fd9e Add OSTN02 info to srs.db. Kindly provided by Nicholas Duggan 2014-03-14 14:36:19 +01:00
Werner Macho
df6b4e175c [TRANSUP] nb by James
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-14 10:33:15 +01:00
Paolo
c9a9fa762b More IT translation fixes 2014-03-14 08:26:22 +01:00
Paolo
5683f35fb0 Minor fix to IT translation 2014-03-13 18:39:34 +01:00
Bernhard Ströbl
bd50701361 [FEATURE] (Processing) Eliminate with smallest polygon 2014-03-13 15:24:38 +01:00
Paolo
03ca0c8922 Minor fix to IT translation 2014-03-13 10:43:36 +01:00
Werner Macho
51b06326ce Merge pull request #1237 from simogeo/master
translation and typo fixes
2014-03-13 10:18:57 +01:00
alexbruy
e5597e26aa Merge pull request #1236 from aharfoot/master
fix identation in Processing Dissolve tool (fix #9764)
add polylines support
2014-03-13 11:06:44 +02:00
Larry Shaffer
551648f3a6 Fix pinned labels highlight causing forward transformation error by using QgsRubberBand instead 2014-03-12 13:04:59 -06:00
Larry Shaffer
621dcce4d9 Fix label map tool crashes and rotation point calc 2014-03-12 12:17:38 -06:00
Larry Shaffer
77c06b1d7e Fix pinned labels highlight updating by taking labeling results prior to render completion signal 2014-03-12 11:19:22 -06:00
simogeo
a3dc722e5a translation and typo fixes 2014-03-12 18:13:48 +01:00
Paolo
81039ca41e Improved consistency in IT GUI translation 2014-03-12 16:30:45 +01:00
Paolo
2aed374a14 Improved consistency in IT GUI translation 2014-03-12 14:09:42 +01:00
unknown
ed5f7781ba There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.
I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.
2014-03-12 10:49:54 +00:00
Matthias Kuhn
cc9a48734e Fix typo in options 2014-03-11 17:22:24 +01:00
Matthias Kuhn
b02ad1e7d9 More LongLong fixes
Fix #9761
2014-03-11 17:21:14 +01:00
Juergen E. Fischer
efabcdfc99 german translation update and translation string fixes 2014-03-11 11:46:46 +01:00
Juergen E. Fischer
b48eef7fa6 german translation update 2014-03-11 11:46:44 +01:00
Marco Hugentobler
21941215be [FEATURE]: Replace value relation strings in GetFeatureInfo output. Move adding layers for joins and relations to a central place 2014-03-11 11:38:27 +01:00
Marco Hugentobler
0fb435e7c9 [FEATURE]: Consider ValueMap in GetFeatureInfo 2014-03-11 11:38:27 +01:00
Matthias Kuhn
be8ae5fbfb Add new CMake option: WITH_INTERNAL_HTTPLIB (default True)
If set to False, you have to make sure that the httplib2 package
is available on the target platform

Fix #9618
2014-03-11 11:11:26 +01:00
Werner Macho
72647777fd [TRANSUP] nb by James
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-03-10 18:04:33 +01:00