19311 Commits

Author SHA1 Message Date
Nathan Woodrow
bb8e47fc84 Change build path.txt to be more unique 2013-06-16 22:45:39 +10:00
Matthias Kuhn
e3608db6a2 [ftools] More SIP API updates 2013-06-16 14:21:32 +02:00
Matthias Kuhn
c7a5e0f763 attribute editor: return NULL QVariant instead of invalid QVariant 2013-06-16 13:55:37 +02:00
Jean-Roc Morreale
9b242c28a8 correct a typo 2013-06-16 13:10:24 +02:00
Jean-Roc Morreale
da70422ff9 update french translation 2013-06-16 12:48:34 +02:00
Matthias Kuhn
f6ae6c48b3 [Gdaltools] SIP API update (Fix #8074) 2013-06-16 11:34:42 +02:00
Matthias Kuhn
b96f67b838 [ftools] Fix "Polygon from layer extent" (#8074) 2013-06-16 11:06:11 +02:00
Larry Shaffer
4b8f3c7258 Save/restore window geometry for change label properties dialog 2013-06-15 18:57:13 -06:00
Larry Shaffer
9e2c4a09a7 Fix for #8003, font not written to table when using change label properties tool
The following have been updated/added to match layer's new labeling gui:
- Comboboxes for font family and style
- Buttons for underline, strikeout, bold and italic
2013-06-15 18:56:44 -06:00
Juergen E. Fischer
192e13013b replace foo.replace( QRegExp(regexp), bar) with re.sub(regexp,bar,foo) (fixes #8066) 2013-06-15 22:44:31 +02:00
Juergen E. Fischer
b98e1e05cb german translation update 2013-06-15 22:16:47 +02:00
Juergen E. Fischer
e449078682 fix translation strings (fixes #8057) 2013-06-15 22:16:46 +02:00
mhugent
6199c2ca39 Merge pull request #661 from leyan/custom_CRS
Update CRS cache when deleting a custom CRS
2013-06-15 12:47:31 -07:00
Juergen E. Fischer
fb15725190 german translation update 2013-06-15 20:35:43 +02:00
Matthias Kuhn
2d140d5af9 Add documentation for date format in editor widget configuration 2013-06-15 16:44:09 +02:00
Matthias Kuhn
1aa8a17f98 Fix some memory management issues
aka reduce noise in valgrind memory analyzer
2013-06-15 15:01:54 +02:00
Matthias Kuhn
d256fd8c3a [ftools] Further SIP API updates 2013-06-15 15:01:54 +02:00
Nathan Woodrow
36e1b3b19d Fix python console for Python 2.6 2013-06-15 20:50:17 +10:00
Matthias Kuhn
5cbfe07881 Fix memory leak in ogr provider 2013-06-15 11:43:15 +02:00
Matthias Kuhn
9fc01a6d1f Fix memory leak in QgsFeature sip api 2013-06-15 11:43:15 +02:00
Matthias Kuhn
b6770be729 [ftools] Fix "Join attributes by location" 2013-06-15 11:43:15 +02:00
Chris Crook
54956db92f Improved implementation 2013-06-15 11:43:15 +02:00
Chris Crook
d416555079 Som fTools fixes for SIP API updates 2013-06-15 11:43:15 +02:00
Matthias Kuhn
e27fe3b2c5 Merge pull request #660 from minorua/grad_it
fix a iteration
2013-06-15 00:47:35 -07:00
Leyan
3bcf890dba Update CRS cache when deleting a custom CRS 2013-06-15 14:47:09 +08:00
Minoru Akagi
964d7b4b8b fix a iteration 2013-06-15 15:30:40 +09:00
Nathan Woodrow
fec833f145 Fix crash when creating/loading projects. Fixes #7931 2013-06-15 14:03:32 +10:00
Nathan Woodrow
6c2689edc3 Merge pull request #659 from slarosa/fix_8065
[DB Manager] Fixes #8065
2013-06-14 20:02:36 -07:00
Juergen E. Fischer
9f3a879116 also handle ringless polygons with GEOS <3.3 (follows 6370153e) 2013-06-15 02:31:51 +02:00
Salvatore Larosa
abcc8b16ed Fixes #8065 2013-06-15 00:17:03 +02:00
Etienne Tourigny
07ea0aa107 fix GdalTools contour 2013-06-14 16:03:15 -03:00
Etienne Tourigny
684aa98e96 fix GdalTools assign and extract projection 2013-06-14 16:03:15 -03:00
Etienne Tourigny
5e98be1266 fix GdalTools warp 2013-06-14 16:03:15 -03:00
Etienne Tourigny
84d77663d8 fix gdaltools merge, tileindex and info 2013-06-14 16:03:15 -03:00
Marco Hugentobler
6370153e81 Prevent crash in case of invalid geometries 2013-06-14 20:51:34 +02:00
Juergen E. Fischer
08fc298f85 add a special value to update threshold spinbox (follows e09683b1) 2013-06-14 19:57:00 +02:00
Etienne Tourigny
7cceaaf73b replace QgsRasterLayer::buildSupportedRasterFileFilter() with QgsProviderRegistry::instance()->fileRasterFilters() 2013-06-14 13:09:13 -03:00
Werner Macho
3efe9e3bdf translation update: adding new finnish translator and language update 2013-06-14 15:33:05 +02:00
Juergen E. Fischer
00b14dcabe some translation string fixes and german translation update 2013-06-14 14:34:49 +02:00
Juergen E. Fischer
0b0fe7d1d3 run stacktrace to c++filt automatically, when available 2013-06-14 14:01:57 +02:00
Marco Hugentobler
4061445119 --amend 2013-06-14 13:40:42 +02:00
Marco Hugentobler
b8a2f0c1aa Update also crs transform cache if a crs has been updated 2013-06-14 13:40:41 +02:00
Leyan
1962c3c46c add an update CRS cache function, still not effective though 2013-06-14 13:40:41 +02:00
Borys Jurgiel
2a81aba5ae [Plugin Manager] Don't crash on invalid values from QSettings 2013-06-14 09:51:34 +02:00
Borys Jurgiel
820a0f783f fix #8060 (new SIP API) 2013-06-14 00:14:23 +02:00
Larry Shaffer
d547b25c17 Fix for #8052, QGIS 2.0 does not respect labels' scale-based visibility in projects from previous version
- Also fix long standing unreported bug where scales closer than 1:1, e.g. 5:1, could not be set
2013-06-13 14:13:11 -06:00
Werner Macho
fecf6afcc7 Merge pull request #654 from imincik/slovak
Slovak translation update.
2013-06-13 06:07:26 -07:00
Ivan Mincik
aeffe2ae93 Slovak translation update. 2013-06-13 14:59:04 +02:00
Radim Blazek
e09683b1fb set min updateThreshold to 1000 2013-06-13 10:42:30 +02:00
nyalldawson
7879d37f5a Also disable color buttons which don't apply for numeric scale bars
Make numeric scale bars respect font color and alignment settings (fix #7830)
2013-06-13 09:18:57 +10:00