From dbf99b3ae71aec2bb2c8832f8b009f2300985a24 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Tue, 12 Jun 2012 21:32:01 +0200 Subject: [PATCH 1/3] prepare for 1.8: update ChangeLog file --- ChangeLog | 2383 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2383 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71be940b9623..0ef808caef71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,2323 @@ +2012-06-12 Tim Sutton + + * doc/TRANSLATORS: Manually applied pull request #169 - patch to + update French translator list + +2012-06-12 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_ko_KR.ts: translation update: ko_KR by + BJ Jang + +2012-06-12 Juergen E. Fischer + + * src/gui/attributetable/qgsattributetablemodel.cpp: fix #5523 + +2012-06-11 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_et_EE.ts: translation update: et_EE by + Veiko + +2012-06-11 Werner Macho + + * i18n/qgis_es.ts: translation update: es by Carlos + +2012-06-11 Tim Sutton + + * : Merge pull request #171 from Cracert/trans translation update: pl by Robert + +2012-06-11 Tim Sutton + + * : Merge pull request #170 from dakcarto/fix-about-hijack Better fix for #5754. More of a hack but works well. + +2012-06-11 Werner Macho + + * : Merge pull request #168 from Jean-Roc/master update fr strings + +2012-06-11 Jean-Roc Morreale + + * i18n/qgis_fr.ts: update fr strings + +2012-06-11 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_pt_BR.ts: translation update: pt_BR by + Arthur + +2012-06-11 Werner Macho + + * scripts/tsstat.pl: remove Henriette from translators + +2012-06-11 Werner Macho + + * i18n/qgis_ja.ts: translation update: ja by yoichi + +2012-06-11 Werner Macho + + * : Merge pull request #167 from artfwo/master Russian translation update for 1.8 + +2012-06-11 Werner Macho + + * : Merge pull request #166 from rduivenvoorde/master nl fix + +2012-06-11 pcav + + * i18n/qgis_it.ts: IT GUI transaltion completed + +2012-06-11 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_af.ts, i18n/qgis_ar.ts, + i18n/qgis_bg.ts, i18n/qgis_ca_ES.ts, i18n/qgis_cs_CZ.ts, + i18n/qgis_da_DK.ts, i18n/qgis_de.ts, i18n/qgis_el_GR.ts, + i18n/qgis_es.ts, i18n/qgis_et_EE.ts, i18n/qgis_fa.ts, + i18n/qgis_fi.ts, i18n/qgis_fr.ts, i18n/qgis_gl_ES.ts, + i18n/qgis_he.ts, i18n/qgis_hr_HR.ts, i18n/qgis_hu.ts, + i18n/qgis_id.ts, i18n/qgis_is.ts, i18n/qgis_it.ts, i18n/qgis_ja.ts, + i18n/qgis_ka_GE.ts, i18n/qgis_ko_KR.ts, i18n/qgis_lo.ts, + i18n/qgis_lt.ts, i18n/qgis_lv.ts, i18n/qgis_mn.ts, i18n/qgis_nl.ts, + i18n/qgis_no.ts, i18n/qgis_pl_PL.ts, i18n/qgis_pt_BR.ts, + i18n/qgis_pt_PT.ts, i18n/qgis_ro.ts, i18n/qgis_ru.ts, + i18n/qgis_sk.ts, i18n/qgis_sl_SI.ts, i18n/qgis_sq_AL.ts, + i18n/qgis_sr_CS-Latn.ts, i18n/qgis_sv.ts, i18n/qgis_ta.ts, + i18n/qgis_th.ts, i18n/qgis_tr.ts, i18n/qgis_uk.ts, i18n/qgis_vi.ts, + i18n/qgis_xh.ts, i18n/qgis_zh_CN.ts, i18n/qgis_zh_TW.ts: translation + update: bring all ts files to the same level + +2012-06-10 Jürgen Fischer + + * : Merge pull request #165 from dakcarto/fix-menus-two Fixes for issues #5753 and #5754 + +2012-06-10 Larry Shaffer + + * src/app/qgisapp.cpp, src/app/qgisapp.h, src/ui/qgisapp.ui: Simple + fix for #5754 (Mac OS-specific). Better fix would be to make a + method that set all QAction additions to base menus (submenus ok) to + QAction::NoRole. This would keep any new action from hijacking the + Mac app's About or Preferences… menus. See: + http://doc.qt.nokia.com/4.7.1/qmenubar.html#qmenubar-on-mac-os-x + +2012-06-10 Nathan Woodrow + + * src/app/composer/qgscomposer.cpp: Fix #5766 + +2012-06-09 Giuseppe Sucameli + + * python/plugins/db_manager/__init__.py, + python/plugins/db_manager/db_plugins/plugin.py: DBManager: use the + first suitable field loading a view (fix #5676) + +2012-06-09 Giuseppe Sucameli + + * python/plugins/db_manager/dlg_add_geometry_column.py, + python/plugins/db_manager/dlg_create_table.py: DBManager: do not use + translated string for geometry type name (fix #5764) + +2012-06-09 Giuseppe Sucameli + + * src/core/qgsproviderregistry.cpp, + src/providers/postgres/qgspostgresprovider.cpp: delete not valid + provider instances (fix memory leaks), avoid failure due to + assertion calling disconnectDb on PG provider more times + +2012-06-09 Giuseppe Sucameli + + * python/plugins/db_manager/dlg_import_vector.py: DBManager: fix + spatial index creation importing a vector layer (fix #5625) + +2012-06-09 Gary Sherman + + * : commit 23c0f252e74f615de48bb24c86879e9edf096195 Author: Gary + Sherman Date: Sat Jun 9 07:29:20 2012 -0800 + +2012-06-09 Martin Dobias + + * src/core/pal/costcalculator.cpp, src/core/pal/feature.cpp, + src/core/pal/pal.cpp: Fix placement of curved labels when there is + just one character + +2012-06-08 Juergen E. Fischer + + * src/core/composer/qgscomposerarrow.cpp, + src/core/composer/qgscomposeritem.cpp, + src/core/composer/qgscomposerlegend.cpp, + src/core/composer/qgscomposermap.cpp, + src/core/composer/qgscomposerpicture.cpp, + src/core/composer/qgscomposerscalebar.cpp, + src/core/composer/qgscomposershape.cpp, + src/core/composer/qgscomposertable.cpp, + src/core/composer/qgscomposition.cpp, + src/core/qgsdiagramrendererv2.cpp, src/core/qgslabel.cpp, + src/core/qgsmaplayer.cpp, src/core/qgsvectorlayer.cpp, + src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp, + src/core/symbology-ng/qgspointdisplacementrenderer.cpp, + src/core/symbology-ng/qgssymbollayerv2utils.cpp, + src/gui/qgsannotationitem.cpp, src/mapserver/qgswmsserver.cpp, + src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog. + cpp: Use QString::number with QDomElement::setAttribute with + double/float (fixes #5749) + +2012-06-08 Werner Macho + + * : Merge pull request #162 from rduivenvoorde/master nl translation fix + +2012-06-08 Marco Hugentobler + + * src/providers/wfs/qgswfsprovider.cpp: Try to detect WFS feature + type if not available in describeFeatureType response. Fixes ticket + #5745 + +2012-06-08 Juergen E. Fischer + + * i18n/qgis_de.ts, src/app/qgsmergeattributesdialog.cpp: fix #5758 + +2012-06-07 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_nl.ts: translation update: nl by + Richard + +2012-06-07 Juergen E. Fischer + + * src/gui/qgsprojectionselector.cpp: fix #5759 + +2012-06-07 Tim Sutton + + * src/plugins/heatmap/heatmapguibase.ui: fix for #5760 - make + heatmap dialog resizeable and use a layout in advanced options + +2012-06-07 Alexander Bruy + + * python/plugins/fTools/__init__.py: fix fTools version to avoid + conflicts with version from Carson's repo + +2012-06-07 Radim Blazek + + * resources/customization.xml: updated widgets / customization + +2012-06-06 Werner Macho + + * : Merge pull request #161 from Cracert/trans translation update: pl by Robert + +2012-06-06 Tim Sutton + + * python/plugins/plugin_installer/installer_data.py, + python/plugins/plugin_installer/installer_gui.py, + python/plugins/plugin_installer/qgsplugininstallerbase.ui: Apply + patch from Borys to remove 'add 3rd party repos' button in plugin + manager + +2012-06-06 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_et_EE.ts: translation update: et_EE by + Veiko + +2012-06-06 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_nl.ts: translation update: nl by + Richard + +2012-06-06 Juergen E. Fischer + + * doc/INSTALL.t2t, doc/msys.t2t: fix some links in INSTALL + +2012-06-06 Juergen E. Fischer + + * doc/msvc.t2t: update creatensis section of INSTALL + +2012-06-06 Werner Macho + + * : commit 40fbac0db7e832e0ec8515a0025019d8e345f11b Author: Werner + Macho Date: Wed Jun 6 09:09:08 2012 +0200 + +2012-06-06 Werner Macho + + * i18n/qgis_nl.ts: translation update: nl by Richard + +2012-06-06 Werner Macho + + * i18n/qgis_ja.ts: translation update: ja by yoichi + +2012-06-05 Werner Macho + + * : Merge pull request #160 from Cracert/trans translation update: pl by Milena and Robert + +2012-06-06 Juergen E. Fischer + + * python/core/qgsmaplayerregistry.sip: fix #5747 + +2012-06-06 Robert Szczepanek + + * i18n/qgis_pl_PL.ts: translation update: pl by Milena and Robert + +2012-06-05 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_pt_BR.ts: translation update: pt_BR by + Arthur + +2012-06-05 Juergen E. Fischer + + * INSTALL, doc/msvc.t2t: update osgeo4w dependency list in INSTALL + +2012-06-05 pcav + + * i18n/qgis_it.ts: Fix an error in IT translation + +2012-06-04 Gary Sherman + + * src/providers/ogr/qgsogrprovider.cpp: Fix Ingres driver name so it + is recognized. OGR reports the driver name in title case rather + than all caps currently used in qgsogrprovider.cpp + +2012-06-03 Nathan Woodrow + + * : Merge pull request #159 from szekerest/master MSSQL provider: Implement minimumValue, maximumValue and + uniqueValues + +2012-06-03 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_es.ts: translation update: es by Carlos + +2012-06-03 Juergen E. Fischer + + * doc/TRANSLATORS, i18n/qgis_af.ts, i18n/qgis_ca_ES.ts, + i18n/qgis_cs_CZ.ts, i18n/qgis_de.ts, i18n/qgis_es.ts, + i18n/qgis_gl_ES.ts, i18n/qgis_hr_HR.ts, i18n/qgis_hu.ts, + i18n/qgis_ja.ts, i18n/qgis_lv.ts, i18n/qgis_nl.ts, + i18n/qgis_pt_BR.ts, i18n/qgis_ru.ts, i18n/qgis_sr_CS-Latn.ts, + i18n/qgis_vi.ts, scripts/tsstat.pl: remove empty translations and + update moved translation + +2012-06-03 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_nl.ts: forgot to update nl file to + latest strings, TRANSLATORS file also updated + +2012-06-03 Werner Macho + + * i18n/qgis_ja.ts: translation update: ja by Yoichi + +2012-06-03 Werner Macho + + * i18n/qgis_nl.ts: translation update: nl by Richard + +2012-06-03 Werner Macho + + * : Merge pull request #158 from Jean-Roc/master update fr strings + +2012-06-02 MORREALE Jean-Roc + + * : Merge pull request #5 from RCura/master Quelques modifications de traduction + +2012-06-02 Robin Cura + + * i18n/qgis_fr.ts: Some french translations fix Std Dev -> écart type, RGB -> RVB, Natural Breaks (Jenks) -> Seuils + naturels and some minor things. + +2012-06-02 Martin Dobias + + * python/core/qgsexpression.sip, src/core/qgsexpression.h, + src/core/symbology-ng/qgsrulebasedrendererv2.cpp, + src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp: Fixes + for refinement of rules. - quoting of columns (#5536 and #5542) - quoting of string - do not quote of numbers (avoids type cast during evaluation) - use at least 4 floating point digits for doubles + +2012-06-01 Juergen E. Fischer + + * src/app/composer/qgscomposer.cpp: fix #5692 + +2012-06-01 Juergen E. Fischer + + * src/providers/ogr/qgsogrprovider.cpp, + src/providers/ogr/qgsogrprovider.h: cache sublayer feature counts + and don't retrieve expensive ones (fixes #5322) + +2012-06-01 Werner Macho + + * : Merge pull request #157 from artfwo/master Russian translation update for 1.8 + +2012-06-01 Werner Macho + + * i18n/qgis_gl_ES.ts: translation update: gl_ES by XAN + +2012-06-01 Werner Macho + + * i18n/qgis_cs_CZ.ts: translation update: cs_CZ by Jan + +2012-06-01 Werner Macho + + * i18n/qgis_lv.ts: translation update: lv by Maris + +2012-06-01 Werner Macho + + * i18n/qgis_hu.ts: translation update: hu by Zoltan + +2012-06-01 Werner Macho + + * i18n/qgis_es.ts: translation update: es by Carlos + +2012-05-31 Martin Dobias + + * src/core/qgsvectorlayer.cpp: fix #5678 (old labeling does not work + with rule-based rendering) + +2012-05-31 Jean-Roc Morreale + + * : commit af01338e308f614ff85ded43da731dc859e314cc Author: Jean-Roc + Morreale Date: Thu May 31 18:27:57 2012 + +0200 + +2012-05-31 Alexander Bruy + + * python/plugins/fTools/fTools.py, + python/plugins/fTools/tools/doPointsInPolygon.py, + python/plugins/fTools/tools/doSelectByLocation.py, + python/plugins/fTools/tools/frmPointsInPolygon.ui: run Points in + Polygon in separate thread and don't block QGIS main window + (addresses #5162) + +2012-05-31 Juergen E. Fischer + + * doc/TRANSLATORS, i18n/qgis_de.ts, i18n/qgis_fr.ts, + i18n/qgis_it.ts, i18n/qgis_ru.ts, scripts/tsstat.pl: remove obsolete + parts from finished translations + +2012-05-31 Nathan Woodrow + + * .mailmap: Add .mailmap file so that git shortlog reports stats + better + +2012-05-30 Martin Dobias + + * src/core/symbology-ng/qgsrulebasedrendererv2.cpp: fix #5665 + (rendering order not working in rule-based renderer) + +2012-05-30 Martin Dobias + + * : commit cbd88ee00120d4e27805f48cc046ac63f14f3078 Author: Juergen + E. Fischer Date: Wed May 30 18:39:07 2012 +0200 + +2012-05-30 Juergen E. Fischer + + * tests/src/core/testziplayer.cpp: fix test debug output + +2012-05-29 Etienne Tourigny + + * tests/src/core/testziplayer.cpp: skip vrt-in-zip test for gdal<1.7 + +2012-05-29 Juergen E. Fischer + + * tests/src/core/testqgscoordinatereferencesystem.cpp: apply + #5598.33 + +2012-05-29 Juergen E. Fischer + + * src/app/nodetool/qgsmaptoolnodetool.cpp, + src/app/nodetool/qgsmaptoolnodetool.h, src/core/qgis.h, + src/core/qgsgeometry.cpp, src/core/qgsgeometry.h, + src/core/qgsmaplayer.cpp, src/core/qgsmaplayer.h, + src/core/qgspoint.cpp, src/core/qgspoint.h, + src/core/qgsvectorlayer.cpp, src/gui/qgsprojectionselector.h: node + tool fixes: - fix OTFR support (fixes #5327.16) - smaller snap tolerance for geographic CRSs (fixes #5661) - use different snapping epsilons in + QgsVectorLayer::snapToGeometry() for layers with geographic and + projected crs. - [API] enhancements (to fix #5661): * QgsGeometry::closestSegmentWithContext: allow passing of segment + snapping epsilon * QgsPoint::sqrDistToSegment: allow assing of segment snapping + epsilon * QgsMapLayer::crs() add "const" + +2012-05-29 alexbruy + + * : Merge pull request #154 from slarosa/master fix #2733 + +2012-05-29 Juergen E. Fischer + + * src/core/qgsvectorlayer.cpp: vector layer: also consider changed + geometries, when there's no select rectangle + +2012-05-29 Juergen E. Fischer + + * src/gui/qgsprojectionselector.cpp: fix #5660 + +2012-05-29 Werner Macho + + * : Merge pull request #153 from rduivenvoorde/master translation update: new partial dutch translation + +2012-05-28 Giuseppe Sucameli + + * src/providers/ogr/qgsogrdataitems.cpp: fix set crs to OGR data + items (broken in 04aab2938) + +2012-05-29 Giuseppe Sucameli + + * : Merge remote-tracking branch 'etiennesky/browser_fixes' + +2012-05-28 Juergen E. Fischer + + * src/core/qgsvectorfilewriter.cpp: skip null values in vector file + writer (fixes #5172) + +2012-05-28 Juergen E. Fischer + + * src/gui/qgsprojectionselector.cpp, + src/gui/qgsprojectionselector.h: fix #5030 + +2012-05-28 Tim Sutton + + * : Merge pull request #152 from dakcarto/patch-1 Add libqico.dylib copy and lib update to Mac app bundle for upcoming + 1.8... + +2012-05-28 Alexander Bruy + + * python/plugins/fTools/tools/doMeanCoords.py: update field list on + each layer list update (fix #5655) + +2012-05-28 Juergen E. Fischer + + * tests/src/core/testqgscoordinatereferencesystem.cpp: fix tests + +2012-05-21 Etienne Tourigny + + * python/core/qgscoordinatereferencesystem.sip: add python binding + for QgsCoordinateReferenceSystem::createFromUserInput() + +2012-05-21 Etienne Tourigny + + * tests/src/core/testqgscoordinatereferencesystem.cpp, + tests/testdata/bug5598.prj: add more autotests for ESRI WKT + +2012-05-21 Etienne Tourigny + + * src/core/qgscoordinatereferencesystem.cpp, + src/core/qgscoordinatereferencesystem.h, + src/providers/ogr/qgsogrprovider.cpp: use GDAL_FIX_ESRI_WKT=GEOGCS + instead of TOWGS84 and maintain user-defined value + +2012-05-19 Etienne Tourigny + + * src/core/qgscoordinatereferencesystem.cpp, + src/core/qgscoordinatereferencesystem.h, + tests/src/core/testqgscoordinatereferencesystem.cpp: add ESRI .prj + test to make sure towgs84 is ok (bug #5598), and add + QgsCoordinateReferenceSystem::createFromUserInput() + +2012-05-19 Etienne Tourigny + + * src/core/qgscoordinatereferencesystem.cpp: make sure + QgsCoordinateReferenceSystem::setProj4String() and createFromProj4() + trim the input proj4 string + +2012-05-28 Juergen E. Fischer + + * src/app/nodetool/qgsmaptoolnodetool.cpp, + src/app/nodetool/qgsmaptoolnodetool.h, + src/app/nodetool/qgsselectedfeature.cpp, + src/app/nodetool/qgsselectedfeature.h, + src/app/nodetool/qgsvertexentry.cpp, + src/app/nodetool/qgsvertexentry.h: fix #5327 + +2012-05-28 Juergen E. Fischer + + * debian/compat.sid, debian/compat.wheezy: debian packaging update + +2012-05-28 pcav + + * i18n/qgis_it.ts: IT GUI transaltion completed after string freeze + +2012-05-28 Werner Macho + + * i18n/qgis_sl_SI.ts: translation update: sl_SI by Joze + +2012-05-28 Etienne Tourigny + + * src/app/qgisapp.cpp, src/app/qgsbrowserdockwidget.cpp, + src/core/qgsdataitem.h, src/core/qgsmimedatautils.cpp, + src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdaldataitems.h, + src/providers/ogr/qgsogrdataitems.cpp, + src/providers/ogr/qgsogrdataitems.h, + tests/src/core/testqgsdataitem.cpp: do not show file extension in + TOC, add QqsLayerItem::layerName() for getting layer name (bug + #5621) + +2012-05-27 Etienne Tourigny + + * src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/ogr/qgsogrdataitems.cpp: prevent .vrt and .gz files + from appearing as both GDAL and OGR items (bug #5636) + +2012-05-24 Etienne Tourigny + + * tests/src/core/CMakeLists.txt, + tests/src/core/testqgsdataitem.cpp, + tests/src/core/testziplayer.cpp, tests/testdata/points.vrt: add + tests for QgsDataItem - verify that .gz and .vrt files are not + recognized as both gdal and ogr items (bug #5636) + +2012-05-27 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_af.ts, i18n/qgis_ar.ts, + i18n/qgis_bg.ts, i18n/qgis_ca_ES.ts, i18n/qgis_cs_CZ.ts, + i18n/qgis_da_DK.ts, i18n/qgis_de.ts, i18n/qgis_el_GR.ts, + i18n/qgis_es.ts, i18n/qgis_et_EE.ts, i18n/qgis_fa.ts, + i18n/qgis_fi.ts, i18n/qgis_fr.ts, i18n/qgis_gl_ES.ts, + i18n/qgis_he.ts, i18n/qgis_hr_HR.ts, i18n/qgis_hu.ts, + i18n/qgis_id.ts, i18n/qgis_is.ts, i18n/qgis_it.ts, i18n/qgis_ja.ts, + i18n/qgis_ka_GE.ts, i18n/qgis_ko_KR.ts, i18n/qgis_lo.ts, + i18n/qgis_lt.ts, i18n/qgis_lv.ts, i18n/qgis_mn.ts, i18n/qgis_nl.ts, + i18n/qgis_no.ts, i18n/qgis_pl_PL.ts, i18n/qgis_pt_BR.ts, + i18n/qgis_pt_PT.ts, i18n/qgis_ro.ts, i18n/qgis_ru.ts, + i18n/qgis_sk.ts, i18n/qgis_sl_SI.ts, i18n/qgis_sq_AL.ts, + i18n/qgis_sr_CS-Latn.ts, i18n/qgis_sv.ts, i18n/qgis_ta.ts, + i18n/qgis_th.ts, i18n/qgis_tr.ts, i18n/qgis_uk.ts, i18n/qgis_vi.ts, + i18n/qgis_xh.ts, i18n/qgis_zh_CN.ts, i18n/qgis_zh_TW.ts: translation + update: preparing for 1.8 release + +2012-05-27 Tim Sutton + + * : Remove 'm' tagged QGIS icon in lead up to release of 1.8 + +2012-05-27 Tim Sutton + + * : commit 4295a687d1e9413c5e138d3fb94febe13996d79c Merge: 9d0745f + df79503 Author: alexbruy Date: Sun May + 27 00:29:18 2012 -0700 + +2012-05-27 Juergen E. Fischer + + * src/crssync/main.cpp: fix nightly builds + +2012-05-27 Juergen E. Fischer + + * src/core/qgsmessageoutput.cpp: fix warning + +2012-05-26 Werner Macho + + * : Merge pull request #149 from Jean-Roc/master update fr strings + +2012-05-26 Juergen E. Fischer + + * src/core/qgsvectorfilewriter.cpp: log OGR errors in + QgsVectorFileWriter::addFeature + +2012-05-26 Juergen E. Fischer + + * debian/compat.sid, debian/compat.wheezy, + debian/libqgis-dev.install, debian/libqgis{QGIS_ABI}-dev.install, + debian/rules: debian packaging update + +2012-05-26 Salvatore Larosa + + * python/plugins/fTools/tools/doGeoprocessing.py, + python/plugins/fTools/tools/ftools_utils.py: fix #3549 + +2012-05-26 Juergen E. Fischer + + * src/gui/qgsquerybuilder.cpp, + src/plugins/sqlanywhere/CMakeLists.txt, + src/plugins/sqlanywhere/sadbfilterproxymodel.cpp, + src/plugins/sqlanywhere/sadbfilterproxymodel.h, + src/plugins/sqlanywhere/saquerybuilder.cpp, + src/plugins/sqlanywhere/saquerybuilder.h, + src/plugins/sqlanywhere/sasourceselect.cpp, + src/plugins/sqlanywhere/sasourceselect.h, + src/providers/postgres/qgsdbfilterproxymodel.cpp, + src/providers/postgres/qgsdbfilterproxymodel.h: - replace SaQueryBuilder with QgsQueryBuilder - replace SaDbFilterProxyModel with QgsDbFilterProxyModel - remove spurious copy of QgsDbFilterProxyModel from postgres + provider - fix #4491 + +2012-05-26 Tim Sutton + + * NEWS, doc/news.html, doc/news.t2t: Updates whats new documentation + for 1.8 + +2012-05-26 Juergen E. Fischer + + * src/crssync/main.cpp: fix #5490 + +2012-05-25 Juergen E. Fischer + + * src/gui/qgsmaptip.cpp: remove unused includes + +2012-05-25 Jean-Roc Morreale + + * i18n/qgis_fr.ts: update fr strings + +2012-05-25 Jean-Roc Morreale + + * : commit afcd5b6e3c1f727bce967c4fd1d039665d76127c Author: Marco + Hugentobler Date: Fri May 25 + 22:43:31 2012 +0200 + +2012-05-25 Juergen E. Fischer + + * python/plugins/fTools/tools/doValidate.py, src/app/qgisapp.cpp, + src/gui/qgsmaptip.cpp: fix #4521 + +2012-05-25 Tim Sutton + + * : commit 88a319a4fc1f7909c7aefc7871553e32ec04f20d Author: Tim + Sutton Date: Fri May 25 18:38:10 2012 +0200 + +2012-05-25 Juergen E. Fischer + + * doc/TRANSLATORS, i18n/qgis_de.ts, scripts/tsstat.pl: german + translation update + +2012-05-25 Juergen E. Fischer + + * python/gui/qgsmapcanvas.sip, + python/plugins/fTools/tools/doValidate.py: sip bindings: add + /Transfer/ to QgsMapCanvas::mapRenderer() (otherwise + mc.mapRenderer().hasCrsTransformEnabled() can crash) + +2012-05-25 Juergen E. Fischer + + * python/plugins/fTools/tools/doGeometry.py, + python/plugins/fTools/tools/doValidate.py, src/app/qgisapp.cpp, + src/app/qgscustomization.cpp, src/core/qgsgeometry.cpp, + src/core/qgsgeometryvalidator.cpp, src/core/qgsmessageoutput.cpp, + src/core/qgsmessageoutput.h: validation/geometry/threading fixes: - fTools/polygon centroids: catch missing centroid with invalid + geometry (fixes #4963) - fTools/validate geometry: * fix final position of progress bar * don't use isGeosValid() * zoom to feature on locationless errors (including OTFR support) * store/restore dialog position - QgsGeometry(Validator): * log GEOS exceptions * (closed) rings need at least 4 points not 3 * log error when geometry can't be exported to GEOS * don't produce "geometry is valid" error - improve logging from threads * keep message output from main thread as popup * log message from threads to message log (fixes crash on python + error in thread) + +2012-05-25 Juergen E. Fischer + + * src/gui/qgsmessagelogviewer.cpp, src/gui/qgsmessagelogviewer.h: + message log: fix crash on exit + +2012-05-25 alexbruy + + * : Merge pull request #148 from slarosa/master minor fixes in fTools GUI + +2012-05-25 slarosa + + * python/plugins/fTools/tools/frmSpatialJoin.ui, + python/plugins/fTools/tools/frmVectorSplit.ui: minor fixes in gui + fTools + +2012-05-24 Mathieu Bossaert + + * i18n/qgis_fr.ts: update french strings, plus que 34! mathieu + +2012-05-24 Juergen E. Fischer + + * python/plugins/fTools/tools/doValidate.py: fTools: fix handling of + locationless geometry errors (fixes #4396) + +2012-05-24 Jean Roc + + * : Merge pull request #3 from mathieubossaert/master traduction française + +2012-05-24 Radim Blazek + + * src/plugins/grass/qgsgrassnewmapset.cpp: restricted + location/mapset names in GRASS new mapset dialog, fixes #4258 + +2012-05-24 Radim Blazek + + * src/plugins/grass/locations.gml: Europe extent, fixed #5080 + +2012-05-24 Juergen E. Fischer + + * debian/rules: debian packaging: optionally remove api/installdox + +2012-05-24 Mathieu Bossaert + + * i18n/qgis_fr.ts: update french strings + +2012-05-24 Juergen E. Fischer + + * i18n/qgis_de.ts, src/ui/qgsprojectionselectorbase.ui: fix #5632 + +2012-05-24 Juergen E. Fischer + + * doc/TRANSLATORS, i18n/qgis_de.ts, scripts/update_ts_files.sh: + german translation update + +2012-05-23 Juergen E. Fischer + + * src/app/qgscustomization.cpp, src/core/qgsapplication.cpp: take + III on #5597 + +2012-05-23 Juergen E. Fischer + + * src/app/qgscustomization.cpp: another take on #5597 + +2012-05-23 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: some fixes in + geoprocessing tools (hope this will fix database support) + +2012-05-23 Radim Blazek + + * src/app/qgscustomization.cpp: check thread in customization, it + should fix #5597 + +2012-05-23 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: make Clip tool + work with SpatiaLite layers (fix #4571) + +2012-05-23 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: make Dissolve tool + work with SpatiaLite (addresses #4571) + +2012-05-23 Tim Sutton + + * : commit c367a35ce9ae468660d2b25de9c04ec3613102bb Author: + Alexander Bruy Date: Tue May 22 + 17:52:15 2012 +0300 + +2012-05-22 Alexander Bruy + + * python/plugins/fTools/tools/doRandPoints.py, + python/plugins/fTools/tools/ftools_utils.py: correctly handle WMS + rasters in Random Points tool (fix #5202) + +2012-05-22 Alexander Bruy + + * python/plugins/fTools/tools/doRandPoints.py: make "use value from + field" available in Random Points tools, also show only integer + fields (fix #4570) + +2012-05-22 Juergen E. Fischer + + * src/gui/symbology-ng/qgssymbollevelsv2dialog.cpp: fix crash on + opening symbol levels dialog when using categorized renderer with + showClassifiers + +2012-05-22 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: fix #5617. Patch + submitted by Salvatore Larosa, thanks! + +2012-05-22 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: Revert last commit This reverts commit 5cb6dd7c0b686890cffff1c0d4476dfa2dce57f9. + +2012-05-22 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: store geometries + from GeometryCollection in list + +2012-05-22 Marco Hugentobler + + * src/core/qgsvectorlayer.cpp: Split tool: prefer default values for + new features vs. values copied from original feature. Fixes ticket + #5475 + +2012-05-21 Radim Blazek + + * : commit 5a4412a21d096162436d90537595a4eca7e6df68 Author: Radim + Blazek Date: Mon May 21 20:47:03 2012 + +0200 + +2012-05-20 Juergen E. Fischer + + * src/providers/mssql/qgsmssqlprovider.cpp: fix 'unused' warning + +2012-05-21 Alexander Bruy + + * python/plugins/fTools/tools/doGeoprocessing.py: partial fix for + #5617 from Salvatore Larosa (slightly modified) + +2012-05-21 Juergen E. Fischer + + * src/app/qgscustomprojectiondialog.cpp, src/app/qgsoptions.cpp, + src/core/qgsdistancearea.cpp, src/core/qgsmaplayer.cpp, + src/gui/qgsprojectionselector.cpp, src/helpviewer/qgshelpviewer.cpp: + open sqlite3 database readonly where possible (another followup on + 9154e4e) + +2012-05-21 Juergen E. Fischer + + * doc/index.dox: update icon link for api doc - again + +2012-05-21 Juergen E. Fischer + + * doc/index.dox: update icon link for api doc + +2012-05-20 Giuseppe Sucameli + + * python/plugins/db_manager/db_plugins/connector.py: DBManager: + added missing required (not implicit) self argument + +2012-05-20 Giuseppe Sucameli + + * python/plugins/db_manager/table_viewer.py: DBManager: don't raise + any errors while disconnecting signals from destroyed objects + +2012-05-19 Giuseppe Sucameli + + * python/plugins/db_manager/db_manager.py: DBManager: remove label + from separators (fix #5393) + +2012-05-20 Tim Sutton + + * src/providers/mssql/qgsmssqlprovider.cpp: Marked + updateFeatureCount as unused (removes compiler warning) + +2012-05-19 Etienne Tourigny + + * src/core/qgsdataitem.cpp, tests/src/core/testziplayer.cpp: fix zip + file reading for gdal<1.9 and add test for folder-in-zip + +2012-05-19 Tim Sutton + + * : Merge pull request #142 from etiennesky/fix_crs Fix crs issues + +2012-05-19 Etienne Tourigny + + * src/core/qgscoordinatereferencesystem.cpp: prefer non-deprecated + crses (fixes part of #4977) + +2012-05-19 Etienne Tourigny + + * src/core/qgscoordinatereferencesystem.cpp: trim proj4 parameters + for sql queries (#5598) + +2012-05-18 Etienne Tourigny + + * src/core/qgsdataitem.cpp: zip files: update VSIReadDirRecursive1() + from VSIReadDirRecursive() in gdal trunk, fixes long filename issues + (see gdal bug#4658) + +2012-05-18 Juergen E. Fischer + + * scripts/addcopyright.sh, src/analysis/interpolation/HalfEdge.cc, + src/analysis/interpolation/TriangleInterpolator.cc, + src/analysis/interpolation/Triangulation.cc, + src/analysis/raster/qgsrastercalcnode.cpp, + src/app/composer/qgscomposerlegendlayersdialog.cpp, + src/app/composer/qgscomposerlegendlayersdialog.h, + src/app/legend/qgslegendgroup.cpp, src/app/legend/qgslegendgroup.h, + src/app/legend/qgslegenditem.cpp, src/app/legend/qgslegenditem.h, + src/app/legend/qgslegendlayer.cpp, src/app/legend/qgslegendlayer.h, + src/app/legend/qgslegendpropertygroup.cpp, + src/app/legend/qgslegendpropertygroup.h, + src/app/legend/qgslegendpropertyitem.cpp, + src/app/legend/qgslegendpropertyitem.h, + src/app/legend/qgslegendsymbologygroup.cpp, + src/app/legend/qgslegendsymbologygroup.h, + src/app/legend/qgslegendsymbologyitem.cpp, + src/app/legend/qgslegendsymbologyitem.h, + src/app/qgsbrowserdockwidget.cpp, src/app/qgsbrowserdockwidget.h, + src/app/qgsembedlayerdialog.cpp, src/app/qgsembedlayerdialog.h, + src/app/qgsformannotationdialog.cpp, + src/app/qgsformannotationdialog.h, + src/app/qgslabelengineconfigdialog.cpp, + src/app/qgslabelengineconfigdialog.h, src/app/qgslabelpreview.cpp, + src/app/qgslabelpreview.h, src/app/qgstip.h, + src/app/qgstipfactory.cpp, src/app/qgstipfactory.h, + src/app/qgsundowidget.cpp, src/app/qgsundowidget.h, + src/core/pal/costcalculator.cpp, src/core/pal/costcalculator.h, + src/core/qgsbrowsermodel.cpp, src/core/qgsbrowsermodel.h, + src/core/qgsdiagram.cpp, src/core/qgsdiagram.h, + src/core/qgsdiagramrendererv2.cpp, src/core/qgsdiagramrendererv2.h, + src/core/qgslabelsearchtree.cpp, src/core/qgsmimedatautils.cpp, + src/core/qgsmimedatautils.h, src/core/qgspluginlayer.cpp, + src/core/qgspluginlayer.h, src/core/qgspythonrunner.cpp, + src/core/qgspythonrunner.h, src/core/qgsvectorlayerundocommand.cpp, + src/core/qgsvectorlayerundocommand.h, + src/core/symbology-ng/qgscategorizedsymbolrendererv2.cpp, + src/core/symbology-ng/qgscategorizedsymbolrendererv2.h, + src/core/symbology-ng/qgscolorbrewerpalette.h, + src/core/symbology-ng/qgsellipsesymbollayerv2.cpp, + src/core/symbology-ng/qgsellipsesymbollayerv2.h, + src/core/symbology-ng/qgsfillsymbollayerv2.cpp, + src/core/symbology-ng/qgsfillsymbollayerv2.h, + src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp, + src/core/symbology-ng/qgsgraduatedsymbolrendererv2.h, + src/core/symbology-ng/qgslinesymbollayerv2.cpp, + src/core/symbology-ng/qgslinesymbollayerv2.h, + src/core/symbology-ng/qgsmarkersymbollayerv2.cpp, + src/core/symbology-ng/qgsmarkersymbollayerv2.h, + src/core/symbology-ng/qgsrendererv2.cpp, + src/core/symbology-ng/qgsrendererv2.h, + src/core/symbology-ng/qgsrendererv2registry.cpp, + src/core/symbology-ng/qgsrendererv2registry.h, + src/core/symbology-ng/qgssinglesymbolrendererv2.cpp, + src/core/symbology-ng/qgssinglesymbolrendererv2.h, + src/core/symbology-ng/qgsstylev2.cpp, + src/core/symbology-ng/qgsstylev2.h, + src/core/symbology-ng/qgssymbollayerv2.cpp, + src/core/symbology-ng/qgssymbollayerv2.h, + src/core/symbology-ng/qgssymbollayerv2registry.cpp, + src/core/symbology-ng/qgssymbollayerv2registry.h, + src/core/symbology-ng/qgssymbollayerv2utils.cpp, + src/core/symbology-ng/qgssymbollayerv2utils.h, + src/core/symbology-ng/qgssymbologyv2conversion.cpp, + src/core/symbology-ng/qgssymbologyv2conversion.h, + src/core/symbology-ng/qgssymbolv2.cpp, + src/core/symbology-ng/qgssymbolv2.h, + src/core/symbology-ng/qgsvectorcolorrampv2.cpp, + src/core/symbology-ng/qgsvectorcolorrampv2.h, + src/gui/qgsprojectbadlayerguihandler.cpp, + src/gui/qgsprojectbadlayerguihandler.h, + src/gui/symbology-ng/qgsbrushstylecombobox.cpp, + src/gui/symbology-ng/qgsbrushstylecombobox.h, + src/gui/symbology-ng/qgscategorizedsymbolrendererv2widget.cpp, + src/gui/symbology-ng/qgscategorizedsymbolrendererv2widget.h, + src/gui/symbology-ng/qgscolorrampcombobox.cpp, + src/gui/symbology-ng/qgscolorrampcombobox.h, + src/gui/symbology-ng/qgsellipsesymbollayerv2widget.cpp, + src/gui/symbology-ng/qgsellipsesymbollayerv2widget.h, + src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp, + src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.h, + src/gui/symbology-ng/qgspenstylecombobox.cpp, + src/gui/symbology-ng/qgspenstylecombobox.h, + src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp, + src/gui/symbology-ng/qgsrendererv2propertiesdialog.h, + src/gui/symbology-ng/qgsrendererv2widget.cpp, + src/gui/symbology-ng/qgsrendererv2widget.h, + src/gui/symbology-ng/qgssinglesymbolrendererv2widget.cpp, + src/gui/symbology-ng/qgssinglesymbolrendererv2widget.h, + src/gui/symbology-ng/qgsstylev2managerdialog.cpp, + src/gui/symbology-ng/qgsstylev2managerdialog.h, + src/gui/symbology-ng/qgssymbollayerv2widget.cpp, + src/gui/symbology-ng/qgssymbollayerv2widget.h, + src/gui/symbology-ng/qgssymbollevelsv2dialog.cpp, + src/gui/symbology-ng/qgssymbollevelsv2dialog.h, + src/gui/symbology-ng/qgssymbolv2propertiesdialog.cpp, + src/gui/symbology-ng/qgssymbolv2propertiesdialog.h, + src/gui/symbology-ng/qgssymbolv2selectordialog.cpp, + src/gui/symbology-ng/qgssymbolv2selectordialog.h, + src/gui/symbology-ng/qgsvectorcolorbrewercolorrampv2dialog.cpp, + src/gui/symbology-ng/qgsvectorcolorbrewercolorrampv2dialog.h, + src/gui/symbology-ng/qgsvectorfieldsymbollayerwidget.cpp, + src/gui/symbology-ng/qgsvectorfieldsymbollayerwidget.h, + src/gui/symbology-ng/qgsvectorfieldwidget.h, + src/gui/symbology-ng/qgsvectorgradientcolorrampv2dialog.cpp, + src/gui/symbology-ng/qgsvectorgradientcolorrampv2dialog.h, + src/gui/symbology-ng/qgsvectorrandomcolorrampv2dialog.cpp, + src/gui/symbology-ng/qgsvectorrandomcolorrampv2dialog.h, + src/mapserver/qgsgetrequesthandler.cpp, + src/mapserver/qgslogicalfilter.cpp, src/mapserver/qgsmsutils.cpp, + src/mapserver/qgsmsutils.h, + src/plugins/diagram_overlay/qgsdiagramrenderer.cpp, + src/plugins/globe/qgsosgearthtilesource.cpp, + src/plugins/globe/qgsosgearthtilesource.h, + src/plugins/grass/qgis.g.browser.cpp, + src/plugins/interpolation/qgsidwinterpolatordialog.cpp, + src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog. + cpp, + src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisdialog. + h, src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdaldataitems.h, + src/providers/grass/qgis.d.rast.c, + src/providers/grass/qgis.g.info.c, + src/providers/postgres/qgspostgresdataitems.cpp, + src/providers/postgres/qgspostgresdataitems.h, + src/providers/spatialite/qgsspatialiteconnection.cpp, + src/providers/spatialite/qgsspatialiteconnection.h, + src/providers/spatialite/qgsspatialitedataitems.cpp, + src/providers/spatialite/qgsspatialitedataitems.h, + src/providers/wfs/qgswfsconnection.cpp, + src/providers/wfs/qgswfsconnection.h, + src/providers/wfs/qgswfsdataitems.cpp, + src/providers/wfs/qgswfsdataitems.h, + src/providers/wfs/qgswfsutils.cpp, src/providers/wfs/qgswfsutils.h, + src/providers/wms/qgswmsdataitems.cpp, + src/providers/wms/qgswmsdataitems.h: add missing copyright headers + to c++ files + +2012-05-18 Juergen E. Fischer + + * src/core/qgscoordinatereferencesystem.cpp: fix #5176 + +2012-05-17 Juergen E. Fischer + + * src/providers/postgres/qgspostgresprovider.cpp: log more verbose + error messages if the view primary key selection is wrong. + +2012-05-18 D'Hont René-Luc + + * src/mapserver/qgswfsserver.cpp, src/mapserver/qgswfsserver.h: WFS + service Capability request resource bug + +2012-05-17 Juergen E. Fischer + + * src/app/main.cpp, src/python/qgspythonutilsimpl.cpp: fix #5544 + +2012-05-17 Marco Hugentobler + + * src/core/qgsmaprenderer.cpp: QgsMapRenderer: Load projection flag + and destination CRS before extent. Fixes ticket #5605 + +2012-05-17 Jean-Roc Morreale + + * i18n/qgis_fr.ts: update fr strings + +2012-05-17 Jean-Roc Morreale + + * : commit bfd846a192de1c1da98f8f0b7b89a598c7c5d960 Author: Juergen + E. Fischer Date: Wed May 16 21:05:46 2012 +0200 + +2012-05-16 Juergen E. Fischer + + * src/providers/wms/qgswmsprovider.cpp: fix feature info for WMS 1.3 + +2012-05-16 Juergen E. Fischer + + * debian/control.lucid, debian/control.oneiric, + debian/control.precise: debian packaging: add optional support for + gdal 1.9 in ubuntu lucid/oneiric/precise + +2012-05-16 Alexander Bruy + + * python/plugins/fTools/tools/doGeometry.py, + python/plugins/fTools/tools/doSimplify.py: show warning before + updating exisiting shapefile (fix #5335) + +2012-05-15 Jean-Roc Morreale + + * : commit 2caba61bbad7967ccaa9a41dd5f92ad64d353902 Author: Jean-Roc + Morreale Date: Sun May 13 19:24:03 2012 + +0200 + +2012-05-13 Alexander Bruy + + * python/plugins/fTools/tools/doSimplify.py: minor formatting fixes + +2012-05-13 alexbruy + + * : Merge pull request #140 from slarosa/master Add Multigeometries support in Simplify tool + +2012-05-12 slarosa + + * python/plugins/fTools/tools/doSimplify.py: Add Multigeometries + support in Simplify tool for geomVertexCount function + +2012-05-12 Alexander Bruy + + * python/plugins/fTools/tools/doSimplify.py: also add MultiPolygon + support in Densify geometry + +2012-05-12 Alexander Bruy + + * python/plugins/fTools/tools/doSimplify.py: add MultiLineString + support to Densify geometries tool (addresses #5577) + +2012-05-04 Marco Hugentobler + + * src/mapserver/CMakeLists.txt, src/mapserver/qgsmslayercache.h: + QgsMSLayerCache inherits from QObject to use signal/slot mechanism + +2012-05-04 Marco Hugentobler + + * src/mapserver/qgshostedrdsbuilder.cpp, + src/mapserver/qgshostedvdsbuilder.cpp, + src/mapserver/qgsmslayercache.cpp, src/mapserver/qgsmslayercache.h, + src/mapserver/qgsremoteowsbuilder.cpp: Empty config file entry in + layer cache for sld layers + +2012-05-04 Marco Hugentobler + + * src/mapserver/qgshostedrdsbuilder.cpp, + src/mapserver/qgshostedvdsbuilder.cpp, + src/mapserver/qgsmslayercache.cpp, src/mapserver/qgsmslayercache.h, + src/mapserver/qgsprojectparser.cpp, + src/mapserver/qgsremoteowsbuilder.cpp: Invalidate cache layers if + project files are changed + +2012-05-11 Juergen E. Fischer + + * INSTALL, doc/INSTALL.html: run make t2tdoc + +2012-05-11 Juergen E. Fischer + + * doc/linux.t2t: re-run scripts/scandeps.pl + +2012-05-11 Juergen E. Fischer + + * cmake/FindGDAL.cmake: fix GDAL version check + +2012-05-10 Juergen E. Fischer + + * src/app/qgsoptions.cpp: fix overriding of locale in options + +2012-05-09 Marco Hugentobler + + * src/analysis/raster/qgsrastercalculator.cpp: Rastercalculator: fix + for reading out of source raster bounds + +2012-05-08 Tim Sutton + + * : Merge pull request #139 from etiennesky/zip_fixes Zip support fixes from Etienne + +2012-05-06 Etienne Tourigny + + * src/core/qgsdataitem.cpp, src/core/qgsmaplayer.cpp, + tests/src/core/testziplayer.cpp: fix ziplayer handling for windows + +2012-05-08 Werner Macho + + * i18n/qgis_sl_SI.ts: translation update: sl_SI by Joze + +2012-05-07 Tim Sutton + + * src/plugins/georeferencer/qgsgeorefplugingui.cpp: Mark unused var + +2012-05-07 Juergen E. Fischer + + * src/gui/qgsmessagelogviewer.cpp: improve message log resizing + +2012-05-07 Werner Macho + + * : Merge pull request #138 from Cracert/trans translation update: PL by Robert + +2012-05-07 Nathan Woodrow + + * src/plugins/georeferencer/qgsgeorefplugin.cpp, + src/plugins/georeferencer/qgsgeorefplugingui.cpp, + src/plugins/georeferencer/qgsgeorefplugingui.h: Remove old GCPs in + georeferencer; clear image on close. Fixes #4310 + +2012-05-06 Tim Sutton + + * : commit 54eabf300b612d52be89bffbd1f41916b95a4938 Author: Tim + Sutton Date: Sun May 6 22:00:42 2012 +0200 + +2012-05-06 Werner Macho + + * : Merge pull request #136 from Jean-Roc/master translation update: fr by JR + +2012-04-28 Juergen E. Fischer + + * tests/bench/main.cpp, + tests/src/analysis/testqgsvectoranalyzer.cpp, + tests/src/core/regression1141.cpp, + tests/src/core/regression992.cpp, tests/src/core/runtests.sh, + tests/src/core/test_builder.pl, + tests/src/core/test_suite_builder.sh, + tests/src/core/testqgsapplication.cpp, + tests/src/core/testqgsgeometry.cpp, + tests/src/core/testqgsmaplayer.cpp, + tests/src/core/testqgsmaprenderer.cpp, + tests/src/core/testqgspoint.cpp, + tests/src/core/testqgsrenderers.cpp, + tests/src/core/testqgsvectorfilewriter.cpp, + tests/src/core/testqgsvectorlayer.cpp, + tests/src/core/testziplayer.cpp, + tests/src/gui/testqgsmaptoolzoom.cpp, + tests/src/gui/testqgsquickprint.cpp, tests/src/runtests.sh: test + cleanups + +2012-05-06 Alexander Bruy + + * src/plugins/georeferencer/georeferencer.qrc: remove unused icons + +2012-05-06 Alexander Bruy + + * src/plugins/georeferencer/georeferencer.qrc, + src/plugins/georeferencer/icons/default/qgis.xpm, + src/plugins/georeferencer/icons/qgis.xpm, + src/plugins/georeferencer/qgsgeorefdescriptiondialogbase.ui, + src/plugins/georeferencer/qgsgeorefplugin.cpp, + src/plugins/georeferencer/qgsgeorefplugingui.cpp, + src/plugins/georeferencer/qgsgeorefplugingui.h, + src/plugins/georeferencer/qgsmapcoordsdialog.cpp, + src/plugins/georeferencer/qgstransformsettingsdialog.cpp: new icons + for Georeferencer plugin (fix #5530) + +2012-05-05 Werner Macho + + * : Merge pull request #135 from Cracert/trans Translation update PL + +2012-05-06 Robert Szczepanek + + * i18n/qgis_pl_PL.ts: translation PL test + +2012-05-05 Marco Hugentobler + + * src/core/raster/qgsrasterlayer.cpp: Save memory in raster + rendering + +2012-05-04 alexbruy + + * : Merge pull request #134 from artfwo/master Russian translation update for 1.8 + +2012-05-04 Tim Sutton + + * src/providers/postgres/qgspostgresprovider.h: Removed return - for + pg provider crs method comments + +2012-05-04 Sandro Santilli + + * src/providers/postgres/qgspostgresprovider.h: typo + +2012-05-04 Nathan Woodrow + + * src/app/composer/qgscomposer.cpp: Disable floating dock widgets in + composer. Fix #5118 + +2012-05-03 Giuseppe Sucameli + + * python/plugins/db_manager/ui/DlgAbout.ui: remove the unused DB + Manager About dialog .ui + +2012-05-03 Giuseppe Sucameli + + * python/plugins/db_manager/db_manager.py: fix #5541 + +2012-05-03 William Kyngesburye + + * mac/cmake/2lib.cmake.in: bundle libspatialindex in app + +2012-05-03 William Kyngesburye + + * INSTALL, doc/INSTALL.html, doc/osx.t2t: add spatialindex to OSX + install instructions + +2012-05-03 William Kyngesburye + + * mac/cmake/1qt.cmake.in: bundle more Qt imageformats that might be + useful to external plugins + +2012-05-02 Tim Sutton + + * : Added anomaly tests for stingray + +2012-05-02 Werner Macho + + * i18n/qgis_cs_CZ.ts: translation update: cs_CZ by Jan + +2012-05-02 Tim Sutton + + * tests/src/core/testziplayer.cpp: Applied patch from Etienne to + make gzip/zip tests run under linux + +2012-05-01 Alexander Bruy + + * python/plugins/fTools/tools/doSelectByLocation.py, + python/plugins/fTools/tools/ftools_utils.py: SpatiaLite support in + Select by Location tool (fix #5264) + +2012-05-01 Alexander Bruy + + * src/ui/qgsoptionsbase.ui: fix duplicate control names + +2012-04-30 Nathan Woodrow + + * python/core/qgsgpsconnection.sip: Add convert to subclass for + QgsGpsConnection for python bindings + +2012-04-30 Tim Sutton + + * : Merge pull request #131 from etiennesky/zip_qml2 [TEST][API]improved qml support for zip layers and more tests + +2012-04-30 Tim Sutton + + * images/images.qrc, src/ui/qgsabout.ui: Added developers meeting + pic in help -> about -> developers as per Paolo's request + +2012-04-30 Tim Sutton + + * : Copied over splash from old 1.8 branch + +2012-04-30 Tim Sutton + + * CMakeLists.txt: Changed version to 1.8 + +2012-04-29 Alexander Bruy + + * src/core/qgsvectorfilewriter.cpp: allow export vector data to ESRI + FileGDB + +2012-04-29 Alexander Bruy + + * src/core/qgsexpression.cpp: multipoint geometry support in Field + Calculator (fix #5513) + +2012-04-29 Alexander Bruy + + * python/plugins/fTools/tools/doGeometry.py: add multipoint geometry + support to Export/Add geometry column. Thanks to Salvatore for + investigating issue + +2012-04-29 Alexander Bruy + + * src/plugins/interpolation/qgsinterpolationplugin.cpp, + src/plugins/interpolation/qgsinterpolationplugin.h: remove unused + signal + +2012-04-29 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_gl_ES.ts, i18n/qgis_pl_PL.ts: + translation update: pl by Robert and gl by Xan + +2012-04-28 Nathan Woodrow + + * src/gui/qgsmaptoolzoom.cpp, tests/src/gui/CMakeLists.txt, + tests/src/gui/testqgsmaptoolzoom.cpp: Add fix for bad zoom using pen + PCs; Add tests + +2012-04-27 Juergen E. Fischer + + * src/providers/gdal/qgsgdalprovider.cpp: gdal provider: fix debug + output + +2012-04-27 Alexander Bruy + + * : update icon for touch action + +2012-04-26 Alexander Bruy + + * src/providers/ogr/qgsogrprovider.cpp: add ESRI FileGDB driver to + OGR drivers list + +2012-04-26 Alexander Bruy + + * : also update icons for r.mapcalc and r.mapcalculator GRASS + modules + +2012-04-26 Alexander Bruy + + * + src/plugins/raster_terrain_analysis/qgsrasterterrainanalysisplugin. + cpp, src/plugins/raster_terrain_analysis/resources.qrc: Icons day. + New icon for Raster Terrain analysis plugin, thanks again Robert! + +2012-04-26 Alexander Bruy + + * src/plugins/interpolation/interpolator.qrc, + src/plugins/interpolation/qgsinterpolationplugin.cpp, + src/plugins/interpolation/qgsinterpolationplugin.h: new icon for + Interpolation plugins. Thanks, Robert! + +2012-04-26 Alexander Bruy + + * : update Pan To Selected icon + +2012-04-26 Alexander Bruy + + * images/images.qrc, src/app/qgisapp.cpp, src/ui/qgisapp.ui: icon + from Robert for Raster Calculator + +2012-04-26 Alexander Bruy + + * src/plugins/zonal_statistics/CMakeLists.txt, + src/plugins/zonal_statistics/qgszonalstatisticsplugin.cpp, + src/plugins/zonal_statistics/zonal_statistics.qrc: add icon created + by Robert to Zonal statistics plugin + +2012-04-26 Alexander Bruy + + * python/plugins/GdalTools/GdalTools.py, + python/plugins/GdalTools/resources.qrc: new icon from Robert for + Tile Index command + +2012-04-25 Tim Sutton + + * : Added anomaly images for i386 natty nightly builds that are + failing + +2012-04-24 Etienne Tourigny + + * tests/src/core/testziplayer.cpp, tests/testdata/landsat_b1.qml, + tests/testdata/landsat_b1.tif.qml, tests/testdata/points2.qml, + tests/testdata/points3.qml: test that styles are loaded from qml + files outside zip + +2012-04-24 Etienne Tourigny + + * python/core/qgsmaplayer.sip, src/core/qgsdataitem.cpp, + src/core/qgsdataitem.h, src/core/qgsmaplayer.cpp, + src/core/qgsmaplayer.h, src/core/qgsvectorlayer.cpp, + src/core/raster/qgsrasterlayer.cpp, + src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdalprovider.cpp, + src/providers/ogr/qgsogrdataitems.cpp, + src/providers/ogr/qgsogrprovider.cpp: fix .qml file loading in + /vsigzip and /vsizip items + +2012-04-24 Etienne Tourigny + + * src/core/raster/qgsrasterlayer.cpp: load default style if provider + is gdal and if no style was given + +2012-04-24 Etienne Tourigny + + * src/core/qgsdataitem.cpp, tests/src/core/testziplayer.cpp: add + more QgsZipItem tests and data + +2012-04-24 Juergen E. Fischer + + * CMakeLists.txt, debian/python-qgis.install.lenny, debian/rules, + python/CMakeLists.txt, python/pyspatialite/CMakeLists.txt, + src/app/CMakeLists.txt, src/browser/CMakeLists.txt, + src/core/CMakeLists.txt, src/core/spatialite/headers/spatialite.h, + src/core/spatialite/headers/spatialite/gaiaaux.h, + src/core/spatialite/headers/spatialite/gaiaexif.h, + src/core/spatialite/headers/spatialite/gaiageo.h, + src/core/spatialite/headers/spatialite/spatialite.h, + src/core/spatialite/headers/spatialite/sqlite3.h, + src/core/spatialite/headers/spatialite/sqlite3ext.h, + src/core/spatialite/spatialite.c, src/core/spatialite/sqlite3.c, + src/gui/CMakeLists.txt, src/helpviewer/CMakeLists.txt, + src/mapserver/CMakeLists.txt, + src/plugins/offline_editing/CMakeLists.txt, + src/providers/CMakeLists.txt, src/providers/osm/CMakeLists.txt, + src/providers/spatialite/CMakeLists.txt: bring back internal + spatialite for Debian squeeze and Ubuntu lucid, maverick, natty and + oneiric + +2012-04-24 Juergen E. Fischer + + * tests/src/core/regression1141.cpp, + tests/src/core/regression992.cpp, + tests/src/core/testqgsmaprenderer.cpp, + tests/src/core/testqgsrasterlayer.cpp: test fixes on windows + +2012-04-24 Juergen E. Fischer + + * src/core/quazip/ioapi.h, src/core/quazip/unzip.c, + src/core/quazip/unzip.h, src/core/quazip/zip.c, + src/core/quazip/zip.h: quazip: fix warnings and drop OF macro + +2012-04-24 Tim Sutton + + * : commit 2978bfa4cec051eb91755324f604e4665d99a2ad Author: Tim + Sutton Date: Tue Apr 24 21:52:37 2012 +0200 + +2012-04-24 Alexander Bruy + + * src/plugins/georeferencer/qgsgeorefplugin.cpp, + src/plugins/georeferencer/qgsgeorefplugin.h: remove About dialog + from Georeferencer plugin + +2012-04-24 Alexander Bruy + + * src/plugins/roadgraph/roadgraphplugin.cpp, + src/plugins/roadgraph/roadgraphplugin.h: remove About dialog from + RoadGraph plugin as discussed in ML + +2012-04-24 Juergen E. Fischer + + * src/gui/qgsnewvectorlayerdialog.cpp, + src/providers/ogr/qgsogrprovider.cpp: fix #5481 + +2012-04-24 Juergen E. Fischer + + * CMakeLists.txt: fix spatialindex requirement + +2012-04-24 Tim Sutton + + * : Added more anomalies for nightly tests on i386 precise + +2012-04-24 Juergen E. Fischer + + * tests/src/core/testqgsmaprenderer.cpp, + tests/src/core/testqgsrasterlayer.cpp: more test fixes on windows + +2012-04-24 Juergen E. Fischer + + * tests/src/core/regression992.cpp: fix regression992 test crash + +2012-04-23 Juergen E. Fischer + + * resources/context_help/QgsFieldCalculator-de_DE: fix german field + calculator translation + +2012-04-23 Juergen E. Fischer + + * tests/src/core/testziplayer.cpp: fix ziplayer test for GDAL<1.8 + +2012-04-23 Juergen E. Fischer + + * src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdalprovider.cpp, + src/providers/ogr/qgsogrdataitems.cpp, + src/providers/ogr/qgsogrprovider.cpp: case insensitive + vsizip/vsigzip support + +2012-04-17 Juergen E. Fischer + + * CMakeLists.txt, Doxyfile, PROVENANCE, + cmake_templates/Doxyfile.in, debian/compat.lenny, + debian/control.lenny, debian/copyright, + debian/qgis-plugin-grass-common.install.lenny, debian/rules, + ms-windows/osgeo4w/package-nightly.cmd, + ms-windows/osgeo4w/package.cmd, python/CMakeLists.txt, + python/pyspatialite/CMakeLists.txt, src/app/CMakeLists.txt, + src/browser/CMakeLists.txt, src/core/CMakeLists.txt, + src/core/spatialindex/README, + src/core/spatialindex/include/LineSegment.h, + src/core/spatialindex/include/Point.h, + src/core/spatialindex/include/RTree.h, + src/core/spatialindex/include/Region.h, + src/core/spatialindex/include/SpatialIndex.h, + src/core/spatialindex/include/Version.h, + src/core/spatialindex/include/tools/PointerPool.h, + src/core/spatialindex/include/tools/PoolPointer.h, + src/core/spatialindex/include/tools/SmartPointer.h, + src/core/spatialindex/include/tools/Tools.h, + src/core/spatialindex/src/rtree/BulkLoader.cc, + src/core/spatialindex/src/rtree/BulkLoader.h, + src/core/spatialindex/src/rtree/Index.cc, + src/core/spatialindex/src/rtree/Index.h, + src/core/spatialindex/src/rtree/Leaf.cc, + src/core/spatialindex/src/rtree/Leaf.h, + src/core/spatialindex/src/rtree/Node.cc, + src/core/spatialindex/src/rtree/Node.h, + src/core/spatialindex/src/rtree/PointerPoolNode.h, + src/core/spatialindex/src/rtree/RTree.cc, + src/core/spatialindex/src/rtree/RTree.h, + src/core/spatialindex/src/rtree/Statistics.cc, + src/core/spatialindex/src/rtree/Statistics.h, + src/core/spatialindex/src/spatialindex/LineSegment.cc, + src/core/spatialindex/src/spatialindex/Point.cc, + src/core/spatialindex/src/spatialindex/Region.cc, + src/core/spatialindex/src/spatialindex/SpatialIndexImpl.cc, + src/core/spatialindex/src/spatialindex/SpatialIndexImpl.h, + src/core/spatialindex/src/storagemanager/Buffer.cc, + src/core/spatialindex/src/storagemanager/Buffer.h, + src/core/spatialindex/src/storagemanager/DiskStorageManager.cc, + src/core/spatialindex/src/storagemanager/DiskStorageManager.h, + src/core/spatialindex/src/storagemanager/MemoryStorageManager.cc, + src/core/spatialindex/src/storagemanager/MemoryStorageManager.h, + src/core/spatialindex/src/storagemanager/RandomEvictionsBuffer.cc, + src/core/spatialindex/src/storagemanager/RandomEvictionsBuffer.h, + src/core/spatialindex/src/tools/Tools.cc, + src/core/spatialite/headers/spatialite.h, + src/core/spatialite/headers/spatialite/gaiaaux.h, + src/core/spatialite/headers/spatialite/gaiaexif.h, + src/core/spatialite/headers/spatialite/gaiageo.h, + src/core/spatialite/headers/spatialite/spatialite.h, + src/core/spatialite/headers/spatialite/sqlite3.h, + src/core/spatialite/headers/spatialite/sqlite3ext.h, + src/core/spatialite/spatialite.c, src/core/spatialite/sqlite3.c, + src/gui/CMakeLists.txt, src/helpviewer/CMakeLists.txt, + src/mapserver/CMakeLists.txt, + src/plugins/offline_editing/CMakeLists.txt, + src/providers/CMakeLists.txt, src/providers/osm/CMakeLists.txt, + src/providers/spatialite/CMakeLists.txt: fix #4805: - drop internal spatialite and internal spatialindex - drop support for debian lenny (no system spatialindex/spatialite + there) + +2012-04-23 Tim Sutton + + * : Added anomaly files from nightly build server + +2012-04-22 Nathan Woodrow + + * : Merge pull request #129 from szekerest/master MSSQL: Fix query builder support + +2012-04-22 Juergen E. Fischer + + * python/core/qgscoordinatereferencesystem.sip, src/core/qgis.cpp, + src/core/qgscoordinatereferencesystem.cpp, + src/core/qgscoordinatereferencesystem.h, + src/providers/postgres/qgspgtablemodel.cpp, + tests/src/core/testqgscoordinatereferencesystem.cpp: deprecated + QgsCoordinateReferenceSystem::equals: as it might return false + eventhough the proj.4 string is equal. PROJ.4 string isn't unique to + CRSes. + +2012-04-22 Juergen E. Fischer + + * src/core/qgis.h: fix windows build + +2012-04-22 Martin Dobias + + * src/core/symbology-ng/qgsmarkersymbollayerv2.cpp: Fix #5344 - + square symbol not selectable + +2012-04-22 Juergen E. Fischer + + * debian/rules, scripts/astyle-all.sh, src/app/qgisapp.h, + src/core/qgis.cpp, src/core/qgis.h, src/core/qgsdatasourceuri.cpp, + tests/qt_modeltest/dynamictreemodel.cpp, + tests/qt_modeltest/dynamictreemodel.h, + tests/qt_modeltest/modeltest.cpp, tests/qt_modeltest/modeltest.h, + tests/qt_modeltest/tst_modeltest.cpp, + tests/src/analysis/testqgsvectoranalyzer.cpp, + tests/src/core/qgsrenderchecker.cpp, + tests/src/core/qgsrenderchecker.h, + tests/src/core/test_template.cpp, + tests/src/core/testcontrastenhancements.cpp, + tests/src/core/testqgscoordinatereferencesystem.cpp, + tests/src/core/testqgsexpression.cpp, + tests/src/core/testqgsmaplayer.cpp, + tests/src/core/testqgsmaprenderer.cpp, + tests/src/core/testqgspoint.cpp, + tests/src/core/testqgsvectorlayer.cpp, + tests/src/core/testziplayer.cpp, + tests/src/gui/testqgsquickprint.cpp, + tests/src/gui/testrendererv2gui.cpp, + tests/src/gui/testrendererv2gui.h: test fixes: - run xvfb in 96 dpi mode - indentation update (including tests) - fix running tests from build directory + +2012-04-21 Juergen E. Fischer + + * src/app/qgsfieldcalculator.cpp, + src/gui/qgsnewvectorlayerdialog.cpp, + src/providers/ogr/qgsogrprovider.cpp, + src/ui/qgsfieldcalculatorbase.ui: raise field precision limit to 15 + +2012-04-21 Juergen E. Fischer + + * src/app/qgisapp.cpp: add running GDAL/OGR version to about box + +2012-04-21 Werner Macho + + * doc/TRANSLATORS, scripts/tsstat.pl: added Translator name + +2012-04-21 Marco Hugentobler + + * python/plugins/db_manager/db_manager.py, + python/plugins/db_manager/dlg_about.py: Remove about dialog in db + manager + +2012-04-21 Marco Hugentobler + + * python/plugins/GdalTools/GdalTools.py, + python/plugins/GdalTools/tools/doAbout.py: Remove about dialog from + gdal tools + +2012-04-21 William Kyngesburye + + * cmake/MacBundleMacros.cmake, mac/cmake/0qgis.cmake.in: handle + crssync in bundling stage + +2012-04-21 Juergen E. Fischer + + * debian/python-qgis.install.in, debian/python-qgis.install.lenny, + debian/python-qgis.install.lucid, + debian/python-qgis.install.maverick, + debian/python-qgis.install.natty, + debian/python-qgis.install.oneiric, + debian/python-qgis.install.precise, + debian/python-qgis.install.squeeze, + debian/python-qgis.install.wheezy: followup 78c2a2b803 + +2012-04-21 Juergen E. Fischer + + * debian/python-qgis.install.sid: debian package: remove + pyspatialite from python-qgis + +2012-04-21 Juergen E. Fischer + + * CMakeLists.txt: cmake: rename GIT to GITCOMMAND + +2012-04-21 Juergen E. Fischer + + * src/app/qgisapp.cpp, src/app/qgsclipboard.cpp, + src/app/qgsclipboard.h, src/core/qgsvectorlayer.cpp: remap attribute + by name not index on paste (fixes #5425) + +2012-04-20 Juergen E. Fischer + + * src/core/qgsapplication.cpp: 'shorten' last commit + +2012-04-20 Juergen E. Fischer + + * src/core/qgsapplication.cpp, + src/core/qgscoordinatereferencesystem.cpp, src/crssync/main.cpp: - run tests with temporary copy of srs.db - sync srs.db in a single transaction + +2012-04-20 Juergen E. Fischer + + * debian/rules: debian packaging: pyspatialite fix + +2012-04-20 Juergen E. Fischer + + * debian/rules, src/analysis/CMakeLists.txt, + src/app/CMakeLists.txt, src/browser/CMakeLists.txt, + src/core/CMakeLists.txt, src/gui/CMakeLists.txt, + src/helpviewer/CMakeLists.txt, src/providers/grass/CMakeLists.txt, + src/providers/sqlanywhere/sqlanyconnection/CMakeLists.txt, + src/python/CMakeLists.txt, tests/bench/CMakeLists.txt: use install + rpath only on apple + +2012-04-19 Juergen E. Fischer + + * src/providers/wms/qgswmsprovider.cpp: wms provider: handle content + type case insensitive + +2012-04-19 Juergen E. Fischer + + * debian/rules: debian packaging: set build name for cdash + +2012-04-19 Juergen E. Fischer + + * ms-windows/osgeo4w/package-nightly.cmd, + src/crssync/CMakeLists.txt, src/crssync/main.cpp, + tests/src/core/CMakeLists.txt: run crssync on coordinate system test + and run osgeo4w test as nightly + +2012-04-19 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_gl_ES.ts: translation update: gl_ES by + Xan + +2012-04-19 Tim Sutton + + * python/core/qgsmaplayerregistry.sip: Move deprecated tag from + addMapLayers to addMapLayer where it was originally intended to go. + Small updates to comments. + +2012-04-19 Juergen E. Fischer + + * CMakeLists.txt, ms-windows/osgeo4w/package-nightly.cmd, + ms-windows/osgeo4w/package.cmd, src/core/CMakeLists.txt: osgeo4w: + fix quazip support + +2012-04-19 Juergen E. Fischer + + * python/core/qgsrasterlayer.sip, python/gui/qgisinterface.sip, + src/app/qgisapp.cpp, src/app/qgisapp.h, + src/app/qgisappinterface.cpp, src/app/qgisappinterface.h, + src/app/qgsbrowserdockwidget.cpp, src/browser/qgsbrowser.cpp, + src/core/qgsbrowsermodel.cpp, src/core/qgsdatasourceuri.cpp, + src/core/qgsdatasourceuri.h, src/core/qgsmaplayer.cpp, + src/core/raster/qgsrasterlayer.cpp, + src/core/raster/qgsrasterlayer.h, src/gui/qgisinterface.h, + src/mapserver/qgsremoteowsbuilder.cpp, + src/plugins/grass/qgsgrassbrowser.cpp, + src/plugins/grass/qgsgrassmodule.cpp, + src/plugins/grass/qgsgrassplugin.cpp, + src/providers/wms/qgswmsconnection.cpp, + src/providers/wms/qgswmsconnection.h, + src/providers/wms/qgswmsdataitems.cpp, + src/providers/wms/qgswmsdataitems.h, + src/providers/wms/qgswmsprovider.cpp, + src/providers/wms/qgswmssourceselect.cpp, + src/providers/wms/qgswmssourceselect.h: Revert d7e8ae18 and + d637c677c (fixes #5407, #5409 and #5410) + +2012-04-18 Juergen E. Fischer + + * debian/changelog, debian/control.lucid, debian/control.maverick, + debian/control.natty, debian/control.oneiric, + debian/control.precise, debian/control.sid, debian/control.squeeze, + debian/control.wheezy, debian/rules: debian packaging: run tests + with xvfb and upload results to dashboard + +2012-04-18 Tim Sutton + + * : commit 7bd9240efdfd049d900030a6ba63783cf0bf28a7 Author: Tim + Sutton Date: Wed Apr 18 23:02:23 2012 +0200 + +2012-04-18 Werner Macho + + * doc/TRANSLATORS: update TRANSLATORS file + +2012-04-18 Tim Sutton + + * : Added zipped shp for testing zip driver + +2012-04-18 Tim Sutton + + * : commit ad39a428e64c9fb6262b6bbe444ab6040b0184a2 Author: Tim + Sutton Date: Wed Apr 18 22:10:54 2012 +0200 + +2012-04-18 Juergen E. Fischer + + * src/providers/postgres/qgspgtablemodel.cpp: postgres provider fix: + layers with incomplete geometry type/srid/pk data could not be + selected for addition + +2012-04-18 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_ru.ts: translation update: ru by Artem + +2012-04-18 Werner Macho + + * doc/TRANSLATORS, scripts/tsstat.pl: adding korean translator name + +2012-04-18 Juergen E. Fischer + + * src/app/qgisapp.cpp, src/app/qgsclipboard.cpp, + src/app/qgsmaptooloffsetcurve.cpp, + src/core/composer/qgscomposerscalebar.cpp, + src/core/qgscoordinatereferencesystem.cpp, + src/core/qgsmaplayerregistry.cpp, src/core/qgsvectorlayer.cpp, + src/core/quazip/JlCompress.cpp, src/core/quazip/JlCompress.h, + src/core/quazip/README.txt, src/core/quazip/crypt.h, + src/core/quazip/ioapi.h, src/core/quazip/qioapi.cpp, + src/core/quazip/quaadler32.cpp, src/core/quazip/quaadler32.h, + src/core/quazip/quachecksum32.h, src/core/quazip/quacrc32.cpp, + src/core/quazip/quacrc32.h, src/core/quazip/quazip.cpp, + src/core/quazip/quazip.h, src/core/quazip/quazip_global.h, + src/core/quazip/quazipfile.cpp, src/core/quazip/quazipfile.h, + src/core/quazip/quazipfileinfo.h, + src/core/quazip/quazipnewinfo.cpp, src/core/quazip/quazipnewinfo.h, + src/core/quazip/unzip.c, src/core/quazip/unzip.h, + src/core/quazip/zip.c, src/core/quazip/zip.h, + src/gui/qgsmapcanvas.cpp, src/gui/qgsmaptooltouch.cpp, + src/gui/qgsmaptooltouch.h, + src/providers/mssql/qgsmssqlgeometryparser.cpp, + src/providers/mssql/qgsmssqlprovider.cpp, + src/providers/postgres/qgspostgresprovider.cpp: indentation update + +2012-04-18 Tim Sutton + + * : commit 62482954f9a06666a8e79dfac420d841b44a0f0e Merge: fc373b3 + e1c934a Author: Tim Sutton Date: Tue Apr 17 + 16:11:48 2012 -0700 + +2012-04-16 Hugo Mercier + + * src/app/legend/qgslegend.cpp, src/app/qgisapp.cpp, + src/app/qgsclipboard.cpp, src/app/qgsclipboard.h: Make the style + copy/paste functionality closer to the geometry copy/paste + implementation + +2012-04-15 Hugo Mercier + + * src/app/legend/qgslegend.cpp, src/app/qgisapp.cpp, + src/app/qgisapp.h, src/ui/qgisapp.ui: Implement basic copy/paste of + styles between layers + +2012-04-17 Tim Sutton + + * : Merge pull request #114 from etiennesky/providers_browser2 [FEATURE] gdal/ogr providers: optimizations and .zip / .gz file + support - fixed + +2012-04-17 Tim Sutton + + * : Added anomaly checks based on test run + + http://dash.orfeo-toolbox.org/testDetails.php?test=9375735&build=81442 + +2012-04-17 Tim Sutton + + * : commit 2ad635a554d80f0717a2126dbf122c23b5a1db79 Author: Tim + Sutton Date: Tue Apr 17 23:30:37 2012 +0200 + +2012-04-17 Tim Sutton + + * : Added anomaly for ubuntu 12.04 buffer render + +2012-04-17 Tim Sutton + + * : commit 7221eaa1f33518e76394ac80ef62f9d7b9105d8b Author: Juergen + E. Fischer Date: Tue Apr 17 22:44:47 2012 +0200 + +2012-04-17 Juergen E. Fischer + + * i18n/qgis_de.ts: german translation update + +2012-04-17 pcav + + * i18n/qgis_it.ts: Updated IT GUI translation + +2012-04-17 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_af.ts, i18n/qgis_ar.ts, + i18n/qgis_bg.ts, i18n/qgis_ca_ES.ts, i18n/qgis_cs_CZ.ts, + i18n/qgis_da_DK.ts, i18n/qgis_de.ts, i18n/qgis_el_GR.ts, + i18n/qgis_es.ts, i18n/qgis_et_EE.ts, i18n/qgis_fa.ts, + i18n/qgis_fi.ts, i18n/qgis_fr.ts, i18n/qgis_gl_ES.ts, + i18n/qgis_he.ts, i18n/qgis_hr_HR.ts, i18n/qgis_hu.ts, + i18n/qgis_id.ts, i18n/qgis_is.ts, i18n/qgis_it.ts, i18n/qgis_ja.ts, + i18n/qgis_ka_GE.ts, i18n/qgis_ko_KR.ts, i18n/qgis_lo.ts, + i18n/qgis_lt.ts, i18n/qgis_lv.ts, i18n/qgis_mn.ts, i18n/qgis_nl.ts, + i18n/qgis_no.ts, i18n/qgis_pl_PL.ts, i18n/qgis_pt_BR.ts, + i18n/qgis_pt_PT.ts, i18n/qgis_ro.ts, i18n/qgis_ru.ts, + i18n/qgis_sk.ts, i18n/qgis_sl_SI.ts, i18n/qgis_sq_AL.ts, + i18n/qgis_sr_CS-Latn.ts, i18n/qgis_sv.ts, i18n/qgis_ta.ts, + i18n/qgis_th.ts, i18n/qgis_tr.ts, i18n/qgis_uk.ts, i18n/qgis_vi.ts, + i18n/qgis_xh.ts, i18n/qgis_zh_CN.ts, i18n/qgis_zh_TW.ts: translation + update: string update db_manager + +2012-04-17 Werner Macho + + * scripts/update_ts_files.sh: update TRANSLATORS with every string + update + +2012-04-17 Radim Blazek + + * python/core/qgsrasterlayer.sip, python/gui/qgisinterface.sip, + src/app/qgisapp.cpp, src/app/qgisapp.h, + src/app/qgisappinterface.cpp, src/app/qgisappinterface.h, + src/app/qgsbrowserdockwidget.cpp, src/browser/qgsbrowser.cpp, + src/core/qgsbrowsermodel.cpp, src/core/qgsmaplayer.cpp, + src/core/raster/qgsrasterlayer.cpp, + src/core/raster/qgsrasterlayer.h, src/gui/qgisinterface.h, + src/mapserver/qgsremoteowsbuilder.cpp, + src/plugins/grass/qgsgrassbrowser.cpp, + src/plugins/grass/qgsgrassmodule.cpp, + src/plugins/grass/qgsgrassplugin.cpp, + src/providers/wms/qgswmsconnection.cpp, + src/providers/wms/qgswmsconnection.h, + src/providers/wms/qgswmsdataitems.cpp, + src/providers/wms/qgswmsdataitems.h, + src/providers/wms/qgswmsprovider.cpp, + src/providers/wms/qgswmssourceselect.cpp, + src/providers/wms/qgswmssourceselect.h: QgsDataSourceURI used for + WMS provider, all params are now encoded in URI, removed WMS + specific functions from QgsRasterLayer and QgisAppInterface + +2012-04-17 Radim Blazek + + * src/core/qgsdatasourceuri.cpp, src/core/qgsdatasourceuri.h: added + generic mode + +2012-04-17 Alexander Bruy + + * python/plugins/db_manager/dlg_about.py: fix About dialog in DB + Manager + +2012-04-17 Alexander Bruy + + * python/plugins/fTools/tools/doPointsInPolygon.py: fix broken + Points in polygon (fix #5389) + +2012-04-16 Werner Macho + + * i18n/qgis_pl_PL.ts: translation update: pl by polish team + +2012-04-16 Werner Macho + + * i18n/qgis_cs_CZ.ts: translation update: cz by Jan + +2012-04-16 Juergen E. Fischer + + * debian/rules: debian packaging: followup changelog rename + +2012-04-16 Marco Hugentobler + + * src/app/composer/qgscomposerscalebarwidget.cpp, + src/app/composer/qgscomposerscalebarwidget.h, + src/core/composer/qgscomposerscalebar.cpp: Fix for bug #5354 + (scalebar problems in print composer) + +2012-04-16 Giuseppe Sucameli + + * python/plugins/CMakeLists.txt, + python/plugins/db_manager/.gitignore, + python/plugins/db_manager/CMakeLists.txt, + python/plugins/db_manager/CREDITS, + python/plugins/db_manager/LICENSE, + python/plugins/db_manager/README, python/plugins/db_manager/TODO, + python/plugins/db_manager/__init__.py, + python/plugins/db_manager/completer.py, + python/plugins/db_manager/db_manager.py, + python/plugins/db_manager/db_manager_plugin.py, + python/plugins/db_manager/db_model.py, + python/plugins/db_manager/db_plugins/CMakeLists.txt, + python/plugins/db_manager/db_plugins/__init__.py, + python/plugins/db_manager/db_plugins/connector.py, + python/plugins/db_manager/db_plugins/data_model.py, + python/plugins/db_manager/db_plugins/html_elems.py, + python/plugins/db_manager/db_plugins/info_model.py, + python/plugins/db_manager/db_plugins/plugin.py, + python/plugins/db_manager/db_plugins/postgis/CMakeLists.txt, + python/plugins/db_manager/db_plugins/postgis/__init__.py, + python/plugins/db_manager/db_plugins/postgis/connector.py, + python/plugins/db_manager/db_plugins/postgis/data_model.py, + python/plugins/db_manager/db_plugins/postgis/info_model.py, + python/plugins/db_manager/db_plugins/postgis/plugin.py, + python/plugins/db_manager/db_plugins/postgis/plugins/CMakeLists.txt + , python/plugins/db_manager/db_plugins/postgis/plugins/__init__.py, + python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/ + CMakeLists.txt, + python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/ + __init__.py, + python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/ + topoview_template.qgs, + python/plugins/db_manager/db_plugins/postgis/plugins/versioning/CMa + keLists.txt, + python/plugins/db_manager/db_plugins/postgis/plugins/versioning/Dlg + Versioning.ui, + python/plugins/db_manager/db_plugins/postgis/plugins/versioning/Dlg + Versioning_ui.py, + python/plugins/db_manager/db_plugins/postgis/plugins/versioning/__i + nit__.py, + python/plugins/db_manager/db_plugins/postgis/plugins/versioning/dlg + _versioning.py, + python/plugins/db_manager/db_plugins/postgis/resources.qrc, + python/plugins/db_manager/db_plugins/postgis/sql_dictionary.py, + python/plugins/db_manager/db_plugins/spatialite/CMakeLists.txt, + python/plugins/db_manager/db_plugins/spatialite/__init__.py, + python/plugins/db_manager/db_plugins/spatialite/connector.py, + python/plugins/db_manager/db_plugins/spatialite/data_model.py, + python/plugins/db_manager/db_plugins/spatialite/info_model.py, + python/plugins/db_manager/db_plugins/spatialite/plugin.py, + python/plugins/db_manager/db_plugins/spatialite/resources.qrc, + python/plugins/db_manager/db_plugins/spatialite/sql_dictionary.py, + python/plugins/db_manager/db_tree.py, + python/plugins/db_manager/dlg_about.py, + python/plugins/db_manager/dlg_add_geometry_column.py, + python/plugins/db_manager/dlg_create_constraint.py, + python/plugins/db_manager/dlg_create_index.py, + python/plugins/db_manager/dlg_create_table.py, + python/plugins/db_manager/dlg_db_error.py, + python/plugins/db_manager/dlg_field_properties.py, + python/plugins/db_manager/dlg_import_vector.py, + python/plugins/db_manager/dlg_sql_window.py, + python/plugins/db_manager/dlg_table_properties.py, + python/plugins/db_manager/highlighter.py, + python/plugins/db_manager/icons/CMakeLists.txt, + python/plugins/db_manager/icons/namespaces.xpm, + python/plugins/db_manager/icons/tables.xpm, + python/plugins/db_manager/icons/user.xpm, + python/plugins/db_manager/icons/users.xpm, + python/plugins/db_manager/info_viewer.py, + python/plugins/db_manager/layer_preview.py, + python/plugins/db_manager/resources.qrc, + python/plugins/db_manager/sql_dictionary.py, + python/plugins/db_manager/table_viewer.py, + python/plugins/db_manager/ui/DlgAbout.ui, + python/plugins/db_manager/ui/DlgAddGeometryColumn.ui, + python/plugins/db_manager/ui/DlgCreateConstraint.ui, + python/plugins/db_manager/ui/DlgCreateIndex.ui, + python/plugins/db_manager/ui/DlgCreateTable.ui, + python/plugins/db_manager/ui/DlgDbError.ui, + python/plugins/db_manager/ui/DlgFieldProperties.ui, + python/plugins/db_manager/ui/DlgImportVector.ui, + python/plugins/db_manager/ui/DlgSqlWindow.ui, + python/plugins/db_manager/ui/DlgTableProperties.ui, + python/plugins/db_manager/ui/__init__.py, + src/app/qgspluginregistry.cpp: [FEATURE] add DB Manager plugin + +2012-04-16 Giuseppe Sucameli + + * src/core/qgsvectorlayerimport.cpp: import vector layer: don't + clear the error message if too many errors occur + +2012-04-16 Alexander Bruy + + * python/plugins/fTools/tools/doDefineProj.py: correctly handle user + defined CRSes (fix #5257) + +2012-04-16 Marco Hugentobler + + * src/analysis/vector/qgsgeometryanalyzer.cpp: Fix beforeVertex - + afterVertex mistake for linear referencing + +2012-04-16 pcav + + * src/app/qgsvectorlayerproperties.cpp, + src/providers/mssql/qgsmssqlprovider.cpp: Fixed minor + inconsistencies in strings (requires regenerating files for + translation) + +2012-04-16 Hugo Mercier + + * src/app/legend/qgslegend.cpp, src/app/qgisapp.cpp, + src/app/qgsclipboard.cpp, src/app/qgsclipboard.h: Make the style + copy/paste functionality closer to the geometry copy/paste + implementation + +2012-04-16 D'Hont René-Luc + + * src/mapserver/qgsprojectparser.cpp: Using title and abstract of + vector layer in WFS capabilities + +2012-04-16 pcav + + * i18n/qgis_it.ts: Fixed IT Sponsors page + +2012-04-16 Tim Sutton + + * : Anomalies for tests so that they run on ubuntu 12.04 + +2012-04-16 Tim Sutton + + * : Anomalies for tests so that they run on ubuntu 12.04 + +2012-04-15 Giuseppe Sucameli + + * src/core/qgsvectorlayerimport.cpp: import vector layer: fix + override layer option (follow f8d5d432) + +2012-04-16 pcav + + * i18n/qgis_it.ts: More IT GUI translation + +2012-04-16 pcav + + * i18n/qgis_it.ts: Almost completed IT GUI translation + +2012-04-16 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_lv.ts: flag and language file fixes + +2012-04-15 Juergen E. Fischer + + * src/core/qgsapplication.cpp, src/core/qgsapplication.h, + src/core/qgsrasterdataprovider.h: make tests & qgis work from the + build directory (python still doesn't) + +2012-04-15 Werner Macho + + * i18n/qgis_af.ts, i18n/qgis_ar.ts, i18n/qgis_bg.ts, + i18n/qgis_ca_ES.ts, i18n/qgis_cs_CZ.ts, i18n/qgis_da_DK.ts, + i18n/qgis_de.ts, i18n/qgis_el_GR.ts, i18n/qgis_es.ts, + i18n/qgis_et_EE.ts, i18n/qgis_fa.ts, i18n/qgis_fi.ts, + i18n/qgis_fr.ts, i18n/qgis_gl_ES.ts, i18n/qgis_he.ts, + i18n/qgis_hr_HR.ts, i18n/qgis_hu.ts, i18n/qgis_id.ts, + i18n/qgis_is.ts, i18n/qgis_it.ts, i18n/qgis_ja.ts, + i18n/qgis_ka_GE.ts, i18n/qgis_ko_KR.ts, i18n/qgis_lo.ts, + i18n/qgis_lt.ts, i18n/qgis_lv.ts, i18n/qgis_mn.ts, i18n/qgis_nl.ts, + i18n/qgis_no.ts, i18n/qgis_pl_PL.ts, i18n/qgis_pt_BR.ts, + i18n/qgis_pt_PT.ts, i18n/qgis_ro.ts, i18n/qgis_ru.ts, + i18n/qgis_sk.ts, i18n/qgis_sl_SI.ts, i18n/qgis_sq_AL.ts, + i18n/qgis_sr_CS-Latn.ts, i18n/qgis_sv.ts, i18n/qgis_ta.ts, + i18n/qgis_th.ts, i18n/qgis_tr.ts, i18n/qgis_uk.ts, i18n/qgis_vi.ts, + i18n/qgis_xh.ts, i18n/qgis_zh_CN.ts, i18n/qgis_zh_TW.ts: translation + update: fix upstream + +2012-04-15 Werner Macho + + * src/app/qgisapp.cpp, src/providers/mssql/qgsmssqlprovider.cpp, + src/providers/mssql/qgsmssqlsourceselect.cpp, + src/providers/mssql/qgsmssqlsourceselect.h, + src/providers/postgres/qgspostgresprovider.cpp, + src/ui/qgsmssqlnewconnectionbase.ui: small typo fixes for + consistency + +2012-04-15 Nathan Woodrow + + * : Merge pull request #126 from szekerest/master MSSQL: Support non spatial tables in browser dock + +2012-04-15 pcav + + * : commit 8f6d9418b2235f55f3e39178804402aec37233b0 Author: pcav + Date: Sun Apr 15 21:47:32 2012 +0200 + +2012-04-15 Giuseppe Sucameli + + * src/providers/postgres/qgspostgresdataitems.cpp, + src/providers/postgres/qgspostgresdataitems.h: add delete layer + action to PG data items + +2012-04-15 Giuseppe Sucameli + + * src/providers/postgres/qgspostgresprovider.cpp: allow PG provider + to delete a layer + +2012-04-15 Tim Sutton + + * src/providers/gdal/qgsgdalprovider.cpp, + tests/src/core/qgsrenderchecker.cpp, + tests/src/core/qgsrenderchecker.h: Better hash comparison + implementation for render checker + +2012-04-15 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_et.ts, i18n/qgis_et_EE.ts, + images/images.qrc, scripts/tsstat.pl: fix estonian flag + +2012-04-15 Werner Macho + + * doc/TRANSLATORS, i18n/qgis_af.ts, i18n/qgis_ar.ts, + i18n/qgis_bg.ts, i18n/qgis_ca_ES.ts, i18n/qgis_cs_CZ.ts, + i18n/qgis_da_DK.ts, i18n/qgis_de.ts, i18n/qgis_el_GR.ts, + i18n/qgis_es.ts, i18n/qgis_et.ts, i18n/qgis_fa.ts, i18n/qgis_fi.ts, + i18n/qgis_fr.ts, i18n/qgis_gl_ES.ts, i18n/qgis_he.ts, + i18n/qgis_hr_HR.ts, i18n/qgis_hu.ts, i18n/qgis_id.ts, + i18n/qgis_is.ts, i18n/qgis_it.ts, i18n/qgis_ja.ts, + i18n/qgis_ka_GE.ts, i18n/qgis_ko_KR.ts, i18n/qgis_lo.ts, + i18n/qgis_lt.ts, i18n/qgis_lv.ts, i18n/qgis_mn.ts, i18n/qgis_nl.ts, + i18n/qgis_no.ts, i18n/qgis_pl_PL.ts, i18n/qgis_pt_BR.ts, + i18n/qgis_pt_PT.ts, i18n/qgis_ro.ts, i18n/qgis_ru.ts, + i18n/qgis_sk.ts, i18n/qgis_sl_SI.ts, i18n/qgis_sq_AL.ts, + i18n/qgis_sr_CS-Latn.ts, i18n/qgis_sv.ts, i18n/qgis_ta.ts, + i18n/qgis_th.ts, i18n/qgis_tr.ts, i18n/qgis_uk.ts, i18n/qgis_vi.ts, + i18n/qgis_xh.ts, i18n/qgis_zh_CN.ts, i18n/qgis_zh_TW.ts: translation + update: all strings .. prepare 1.8 + +2012-04-15 Tim Sutton + + * : Merge pull request #125 from lynxlynxlynx/master ignore system setup errors in the regression992 test + +2012-04-15 Juergen E. Fischer + + * ms-windows/osgeo4w/package-nightly.cmd: run Experimental test + target on nightly build + +2012-04-15 Werner Macho + + * BUGS, CHANGELOG, ChangeLog, NEWS, doc/CMakeLists.txt, + doc/changelog.html, doc/changelog.t2t, doc/news.html, doc/news.t2t, + src/app/qgsabout.cpp: rename our CHANGELOG to NEWS and add new + ChangeLog according to GNU Standards + +2012-04-15 Juergen E. Fischer + + * src/app/nodetool/qgsmaptoolnodetool.cpp, + src/app/nodetool/qgsmaptoolnodetool.h, src/core/qgsgeometry.cpp, + src/core/qgsgeometry.h, src/core/qgsvectorfilewriter.cpp: Revert + accidentally commited parts of 6b7f594 + +2012-04-15 Juergen E. Fischer + + * src/app/nodetool/qgsmaptoolnodetool.cpp, + src/app/nodetool/qgsmaptoolnodetool.h, src/core/qgis.h, + src/core/qgsgeometry.cpp, src/core/qgsgeometry.h, + src/core/qgsvectorfilewriter.cpp: workaround deprecation warnings in + MSVC for GEOWkt global + +2012-04-15 Alexander Bruy + + * src/ui/qgsoptionsbase.ui: fix typo + +2012-03-28 Alexander Bruy + + * src/app/qgsrasterlayerproperties.cpp, + src/app/qgsrasterlayerproperties.h, + src/ui/qgsrasterlayerpropertiesbase.ui: remove buttons for saving + contrast enhancement, std dev. and band combination from raster + layer properties dialog + +2012-02-11 Alexander Bruy + + * src/app/qgsrasterlayerproperties.cpp, + src/core/raster/qgsrasterlayer.cpp: use standard deviations only + when requested (fix #4917) + +2012-02-11 Alexander Bruy + + * src/app/qgsoptions.cpp, src/app/qgsoptions.h, + src/ui/qgsoptionsbase.ui: move some raster settings such as std. dev + and band combination to general QGIS settings + +2012-04-15 Giuseppe Sucameli + + * python/plugins/GdalTools/GdalTools.py: GdalTools: display a + friendly message when python-gdal is missing + +2012-04-15 Juergen E. Fischer + + * src/app/qgsprojectproperties.cpp: disable projection selection in + project properties, while OTFP is off + +2012-04-15 Jaka Kranjc + + * tests/src/core/regression992.cpp: regression992 test: only check + the actual regression this test would fail if GDAL doesn't have any jpeg2000 support + compiled in + +2012-04-15 Juergen E. Fischer + + * src/app/CMakeLists.txt, src/app/qgisapp.cpp, + src/app/qgsshortcutsmanager.cpp, src/app/qgsshortcutsmanager.h: + cleaner fix for #5355: remove shortcuts to destroyed actions + automatically + +2012-04-15 Giuseppe Sucameli + + * src/app/qgsrasterlayerproperties.cpp: update the "invert color" + checkbox status opening the raster propery dialog (fix #4423) + +2012-04-15 Giuseppe Sucameli + + * src/core/qgsvectorlayerimport.cpp: in import vector layer fix + overwrite option and report provider errors + +2012-04-15 Tim Sutton + + * : commit dca998f4b0514bb154739d9c5f0bc54986446411 Author: Tim + Sutton Date: Sun Apr 15 11:13:46 2012 +0200 + +2012-04-15 Juergen E. Fischer + + * src/app/qgisapp.cpp: fix #5355: remove touch action before + registering the shortcuts list + +2012-04-15 Tim Sutton + + * : Added anomalies for nimbus host in test suite + +2012-04-15 Tim Sutton + + * tests/src/core/CMakeLists.txt: Use explicit qt libs for tests + 2012-04-15 Tim Sutton * tests/src/core/testqgscoordinatereferencesystem.cpp: Fixes for @@ -211,6 +2531,14 @@ * : Merge pull request #118 from szekerest/master Fix for issues with sql server geography type +2012-04-11 Etienne Tourigny + + * CMakeLists.txt, cmake_templates/qgsconfig.h.in, + src/app/qgsoptions.cpp, src/core/CMakeLists.txt, + src/core/qgsdataitem.cpp, src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/ogr/qgsogrdataitems.cpp: add detection of libz + (optional, needs update for win32) + 2012-04-10 dakcarto * mac/cmake/3fw.cmake.in: Fix for source or build directory paths @@ -493,6 +2821,61 @@ * src/app/legend/qgslegend.cpp, src/app/legend/qgslegend.h: Fix check/unchek of groups in TOC (ticket #5013) +2012-04-02 Etienne Tourigny + + * src/providers/ogr/qgsogrdataitems.cpp: skip .shp.xml and .aux.xml + files in ogrdataitem + +2012-03-25 Etienne Tourigny + + * src/app/qgsoptions.cpp, src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/ogr/qgsogrdataitems.cpp, src/ui/qgsoptionsbase.ui: add + option to bypass dataset scanning in browser dock + +2012-03-24 Etienne Tourigny + + * images/images.qrc, src/app/qgsoptions.cpp, + src/core/qgsdataitem.cpp, src/core/qgsdataitem.h, + src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdalprovider.cpp, + src/providers/ogr/qgsogrdataitems.cpp, + src/providers/ogr/qgsogrprovider.cpp, src/ui/qgsoptionsbase.ui: add + support for reading datasets inside zip file in browser using quazip + +2012-03-24 Etienne Tourigny + + * src/core/CMakeLists.txt, src/core/quazip/COPYING, + src/core/quazip/JlCompress.cpp, src/core/quazip/JlCompress.h, + src/core/quazip/README.txt, src/core/quazip/crypt.h, + src/core/quazip/ioapi.h, src/core/quazip/qioapi.cpp, + src/core/quazip/quaadler32.cpp, src/core/quazip/quaadler32.h, + src/core/quazip/quachecksum32.h, src/core/quazip/quacrc32.cpp, + src/core/quazip/quacrc32.h, src/core/quazip/quazip.cpp, + src/core/quazip/quazip.h, src/core/quazip/quazip_global.h, + src/core/quazip/quazipfile.cpp, src/core/quazip/quazipfile.h, + src/core/quazip/quazipfileinfo.h, + src/core/quazip/quazipnewinfo.cpp, src/core/quazip/quazipnewinfo.h, + src/core/quazip/unzip.c, src/core/quazip/unzip.h, + src/core/quazip/zip.c, src/core/quazip/zip.h: add quazip for zip + file read support + +2012-03-24 Etienne Tourigny + + * src/app/qgisapp.cpp, src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdalprovider.cpp, + src/providers/ogr/qgsogrdataitems.cpp, + src/providers/ogr/qgsogrprovider.cpp: add preliminary support for + GDAL/OGR VSIFileHandler (.zip and .gz files) - full support requires + new QgsCollectionItem class + +2012-03-24 Etienne Tourigny + + * src/app/qgisapp.cpp, src/providers/gdal/qgsgdaldataitems.cpp, + src/providers/gdal/qgsgdaldataitems.h, + src/providers/gdal/qgsgdalprovider.cpp, + src/providers/gdal/qgsgdalprovider.h: cache gdal sublayers list for + subsequent access + 2012-04-02 Juergen E. Fischer * src/core/qgscoordinatereferencesystem.cpp, From 118ea8690476ccda817fa0ae4ff936d203210b86 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Tue, 12 Jun 2012 19:38:58 +0200 Subject: [PATCH 2/3] update tsstat with new translators --- scripts/tsstat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tsstat.pl b/scripts/tsstat.pl index a76d17014246..77349ba889a2 100755 --- a/scripts/tsstat.pl +++ b/scripts/tsstat.pl @@ -32,7 +32,7 @@ et_EE => 'Veiko Viil', fa => 'Mola Pahnadayan', fi => 'Marko Jarvenpaa', - fr => 'Eve Rousseau, Marc Monnerat, Lionel Roubeyrie, Jean Roc Morreale, Benjamin Bohard, Jeremy Garniaux, Yves Jacolin, Benjamin Lerre, Stéphane Morel, Marie Silvestre, Tahir Tamba, Xavier M, Mayeul Kauffmann, Mehdi Semchaoui', + fr => 'Eve Rousseau, Marc Monnerat, Lionel Roubeyrie, Jean Roc Morreale, Benjamin Bohard, Jeremy Garniaux, Yves Jacolin, Benjamin Lerre, Stéphane Morel, Marie Silvestre, Tahir Tamba, Xavier M, Mayeul Kauffmann, Mehdi Semchaoui, Robin Cura, Etienne Tourigny, Mathieu Bossaert', gl_ES => 'Xan Vieiro', hu => 'Zoltan Siki', hr_HR => 'Zoran Jankovic', From e85d9b858670d4f450da76e910a8436c1ac9fbb6 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Tue, 12 Jun 2012 19:59:51 +0200 Subject: [PATCH 3/3] fixed some typos in NEWS --- NEWS | 12 ++++++------ doc/news.t2t | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 31209007d8f4..0abcb9d1788c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Quantum GIS (QGIS) News Change history for the QGIS Project -Saturday May 26, 2012 +Tuesday June 12, 2012 ------------------------------------------------------------------------ @@ -58,8 +58,8 @@ Saturday May 26, 2012 ------------------------------------------------------------------------ -Last Updated: Saturday May 26, 2012 -Last Change : Saturday May 26, 2012 +Last Updated: Tuesday June 12, 2012 +Last Change : Tuesday June 12, 2012 1. Whats new in Version 1.8.0 'Lisboa'? @@ -83,7 +83,7 @@ key new features. - Menu Re-organisation - The menus were re-organised a little - we now have separate menus for Vector and Raster and many plugins were updated to place their menus in the new Vector and Raster top level menus. - Offset Curves - a new digitising tool for creating offset curves was added. - Terrain Analysis Plugin - a new core plugin was added for doing terrain analysis - and it can make really good looking coloured relief maps. -- Ellipse renderer — symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows to set all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units +- Ellipse renderer - symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows to set all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units - New scale selector with predefined scales - Option to add layers to selected or active group - Pan To Selected tool @@ -230,8 +230,8 @@ http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/] 4. Whats new in Version 1.7.0 'Wroclaw'? ======================================== -This release is named after the town of Wrocław in Poland. The Department of -Climatology and Atmosphere Protection, University of Wrocław kindly hosted our +This release is named after the town of Wroclaw in Poland. The Department of +Climatology and Atmosphere Protection, University of Wroclaw kindly hosted our developer meeting in November 2010. Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any diff --git a/doc/news.t2t b/doc/news.t2t index 8d3cf4f85d15..5f5c05fb5ffe 100644 --- a/doc/news.t2t +++ b/doc/news.t2t @@ -58,7 +58,7 @@ key new features. - Menu Re-organisation - The menus were re-organised a little - we now have separate menus for Vector and Raster and many plugins were updated to place their menus in the new Vector and Raster top level menus. - Offset Curves - a new digitising tool for creating offset curves was added. - Terrain Analysis Plugin - a new core plugin was added for doing terrain analysis - and it can make really good looking coloured relief maps. -- Ellipse renderer — symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows to set all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units +- Ellipse renderer - symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows to set all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units - New scale selector with predefined scales - Option to add layers to selected or active group - Pan To Selected tool @@ -205,8 +205,8 @@ http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/] =Whats new in Version 1.7.0 'Wroclaw'?= -This release is named after the town of Wrocław in Poland. The Department of -Climatology and Atmosphere Protection, University of Wrocław kindly hosted our +This release is named after the town of Wroclaw in Poland. The Department of +Climatology and Atmosphere Protection, University of Wroclaw kindly hosted our developer meeting in November 2010. Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any