Showing with 11,502 additions and 1,839 deletions.
  1. +2 −1 debian/changelog
  2. +1 −0 debian/qgis.install
  3. +8 −17 images/images.qrc
  4. +927 −0 images/themes/gis/mActionFilter.svg
  5. +952 −0 images/themes/gis/mIconExpressionFilter.svg
  6. +974 −0 images/themes/gis/mIconExpressionPreview.svg
  7. +935 −0 images/themes/gis/mIconExpressionSelect.svg
  8. +947 −0 images/themes/gis/mIconSelectAdd.svg
  9. +938 −0 images/themes/gis/mIconSelectIntersect.svg
  10. +948 −0 images/themes/gis/mIconSelectRemove.svg
  11. +1 −0 python/core/core.sip
  12. +31 −0 python/core/qgsvectorlayercache.sip
  13. +0 −164 python/gui/attributetable/qgsattributetablemodel.sip
  14. +7 −4 python/gui/attributetable/qgsattributetableview.sip
  15. +0 −1 python/gui/gui.sip
  16. +0 −3 src/app/CMakeLists.txt
  17. +23 −0 src/app/qgisapp.cpp
  18. +3 −0 src/app/qgisapp.h
  19. +8 −1 src/app/qgisappinterface.cpp
  20. +297 −543 src/app/qgsattributetabledialog.cpp
  21. +32 −94 src/app/qgsattributetabledialog.h
  22. +12 −1 src/app/qgsfeatureaction.cpp
  23. +8 −6 src/app/qgsoptions.cpp
  24. +36 −4 src/browser/qgsbrowser.cpp
  25. +2 −1 src/browser/qgsbrowser.h
  26. +11 −0 src/core/CMakeLists.txt
  27. +1 −0 src/core/composer/qgscomposerlegend.cpp
  28. +89 −0 src/core/qgscachedfeatureiterator.cpp
  29. +115 −0 src/core/qgscachedfeatureiterator.h
  30. +31 −0 src/core/qgscacheindex.cpp
  31. +73 −0 src/core/qgscacheindex.h
  32. +24 −0 src/core/qgscacheindexfeatureid.cpp
  33. +36 −0 src/core/qgscacheindexfeatureid.h
  34. +2 −0 src/core/qgsexpression.h
  35. +1 −0 src/core/qgsfeature.h
  36. +39 −0 src/core/qgsgeometrycache.cpp
  37. +46 −0 src/core/qgsgeometrycache.h
  38. +20 −4 src/core/qgsvectorlayer.cpp
  39. +12 −3 src/core/qgsvectorlayer.h
  40. +269 −24 src/core/qgsvectorlayercache.cpp
  41. +221 −40 src/core/qgsvectorlayercache.h
  42. +1 −1 src/core/qgsvectorlayereditutils.cpp
  43. +2 −1 src/core/qgsvectorlayereditutils.h
  44. +1 −1 src/core/qgsvectorlayerundocommand.cpp
  45. +2 −1 src/core/qgsvectorlayerundocommand.h
  46. +23 −5 src/gui/CMakeLists.txt
  47. +5 −2 src/gui/attributetable/qgsattributetabledelegate.cpp
  48. +1 −0 src/gui/attributetable/qgsattributetabledelegate.h
  49. +303 −10 src/gui/attributetable/qgsattributetablefiltermodel.cpp
  50. +156 −15 src/gui/attributetable/qgsattributetablefiltermodel.h
  51. +0 −47 src/gui/attributetable/qgsattributetableidcolumnpair.cpp
  52. +0 −38 src/gui/attributetable/qgsattributetableidcolumnpair.h
  53. +0 −147 src/gui/attributetable/qgsattributetablememorymodel.cpp
  54. +0 −94 src/gui/attributetable/qgsattributetablememorymodel.h
  55. +51 −279 src/gui/attributetable/qgsattributetablemodel.cpp
  56. +55 −48 src/gui/attributetable/qgsattributetablemodel.h
  57. +156 −37 src/gui/attributetable/qgsattributetableview.cpp
  58. +102 −10 src/gui/attributetable/qgsattributetableview.h
  59. +363 −0 src/gui/attributetable/qgsdualview.cpp
  60. +168 −0 src/gui/attributetable/qgsdualview.h
  61. +234 −0 src/gui/attributetable/qgsfeaturelistmodel.cpp
  62. +94 −0 src/gui/attributetable/qgsfeaturelistmodel.h
  63. +198 −0 src/gui/attributetable/qgsfeaturelistview.cpp
  64. +140 −0 src/gui/attributetable/qgsfeaturelistview.h
  65. +90 −0 src/gui/attributetable/qgsfeaturelistviewdelegate.cpp
  66. +45 −0 src/gui/attributetable/qgsfeaturelistviewdelegate.h
  67. +28 −18 src/{app → gui}/qgsattributedialog.cpp
  68. +6 −3 src/{app → gui}/qgsattributedialog.h
  69. +211 −0 src/gui/qgsexpressionselectiondialog.cpp
  70. +91 −0 src/gui/qgsexpressionselectiondialog.h
  71. 0 src/{app → gui}/qgshighlight.cpp
  72. +1 −1 src/{app → gui}/qgshighlight.h
  73. +1 −1 src/plugins/topology/topolTest.h
  74. +13 −0 src/ui/qgisapp.ui
  75. +307 −169 src/ui/qgsattributetabledialog.ui
  76. +137 −0 src/ui/qgsdualviewbase.ui
  77. +91 −0 src/ui/qgsexpressionselectiondialogbase.ui
  78. +1 −0 tests/src/core/CMakeLists.txt
  79. +206 −0 tests/src/core/testqgsvectorlayercache.cpp
  80. +1 −0 tests/src/gui/CMakeLists.txt
  81. +136 −0 tests/src/gui/testqgsdualview.cpp
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ qgis (1.9.0) UNRELEASED; urgency=low
* add support for ubuntu quantal and raring
* remove js files and add libjs-jquery/libjs-underscore dependency
* add spatialite qt sql driver
* include topology plugin

-- Jürgen E. Fischer <jef@norbit.de> Thu, 21 Feb 2013 12:11:31 +0100
-- Jürgen E. Fischer <jef@norbit.de> Wed, 27 Mar 2013 11:03:31 +0100

qgis (1.8.0) UNRELEASED; urgency=low

Expand Down
1 change: 1 addition & 0 deletions debian/qgis.install
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ usr/lib/qgis/plugins/libofflineeditingplugin.so
usr/lib/qgis/plugins/libroadgraphplugin.so
usr/lib/qgis/plugins/libzonalstatisticsplugin.so
usr/lib/qgis/plugins/libheatmapplugin.so
usr/lib/qgis/plugins/libtopolplugin.so
usr/lib/qgis/qgis_help
usr/share/pixmaps/qgis-icon.xpm
usr/share/pixmaps/qgis-mime-icon.png
Expand Down
25 changes: 8 additions & 17 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@
<file>themes/default/mActionZoomOut.png</file>
<file>themes/default/mActionZoomToLayer.png</file>
<file>themes/default/mActionZoomToSelected.png</file>
<file>themes/default/mActionIncreaseBrightness.svg</file>
<file>themes/default/mActionDecreaseBrightness.svg</file>
<file>themes/default/mActionIncreaseContrast.svg</file>
<file>themes/default/mActionDecreaseContrast.svg</file>
<file>themes/default/mIconClose.png</file>
<file>themes/default/mIconCollapse.png</file>
<file>themes/default/mIconConnect.png</file>
Expand Down Expand Up @@ -279,13 +275,11 @@
<file>themes/default/symbologyUp.png</file>
<file>themes/default/tracking.png</file>
<file>themes/default/transformed.png</file>
<file>themes/default/transp-background_8x8.png</file>
<file>themes/default/user.png</file>
<file>themes/default/mActionAddHtml.png</file>
<file>themes/gis/mActionAddArrow.png</file>
<file>themes/gis/mActionAddBasicShape.png</file>
<file>themes/gis/mActionAddGPSLayer.png</file>
<file>themes/gis/mActionAddHtml.png</file>
<file>themes/gis/mActionAddImage.png</file>
<file>themes/gis/mActionAddPart.png</file>
<file>themes/gis/mActionAddLayer.png</file>
Expand Down Expand Up @@ -323,7 +317,6 @@
<file>themes/gis/mActionDeleteVertex.png</file>
<file>themes/gis/mActionDeselectAll.png</file>
<file>themes/gis/mActionDraw.png</file>
<file>themes/gis/mActionDuplicateComposer.png</file>
<file>themes/gis/mActionEditCopy.png</file>
<file>themes/gis/mActionEditCut.png</file>
<file>themes/gis/mActionEditPaste.png</file>
Expand All @@ -332,6 +325,7 @@
<file>themes/gis/mActionFilePrint.png</file>
<file>themes/gis/mActionFileSaveAs.png</file>
<file>themes/gis/mActionFileSave.png</file>
<file>themes/gis/mActionFilter.svg</file>
<file>themes/gis/mActionFolder.png</file>
<file>themes/gis/mActionFormAnnotation.png</file>
<file>themes/gis/mActionGroupItems.png</file>
Expand Down Expand Up @@ -360,7 +354,6 @@
<file>themes/gis/mActionNewComposer.png</file>
<file>themes/gis/mActionNewVectorLayer.png</file>
<file>themes/gis/mActionNodeTool.png</file>
<file>themes/gis/mActionOffsetCurve.png</file>
<file>themes/gis/mActionOpenTable.png</file>
<file>themes/gis/mActionPan.png</file>
<file>themes/gis/mActionPanToSelected.png</file>
Expand All @@ -373,7 +366,6 @@
<file>themes/gis/mActionReshape.png</file>
<file>themes/gis/mActionRollbackAllEdits.svg</file>
<file>themes/gis/mActionRollbackEdits.svg</file>
<file>themes/gis/mActionRotateFeature.png</file>
<file>themes/gis/mActionRotateLabel.png</file>
<file>themes/gis/mActionRotateLabel.svg</file>
<file>themes/gis/mActionSaveAsPDF.png</file>
Expand Down Expand Up @@ -411,10 +403,6 @@
<file>themes/gis/mActionZoomOut.png</file>
<file>themes/gis/mActionZoomToLayer.png</file>
<file>themes/gis/mActionZoomToSelected.png</file>
<file>themes/gis/mActionIncreaseBrightness.svg</file>
<file>themes/gis/mActionDecreaseBrightness.svg</file>
<file>themes/gis/mActionIncreaseContrast.svg</file>
<file>themes/gis/mActionDecreaseContrast.svg</file>
<file>themes/gis/mIconClose.png</file>
<file>themes/gis/mIconEditable.png</file>
<file>themes/gis/mIconEditableEdits.png</file>
Expand All @@ -426,8 +414,7 @@
<file>themes/gis/plugins/copyright_label.png</file>
<file>themes/gis/plugins/delimited_text.png</file>
<file>themes/gis/plugins/dxf2shp_converter.png</file>
<file>themes/gis/plugins/gps_importer/create_gpx.png</file>
<file>themes/gis/plugins/gps_importer/import_gpx.png</file>
<file>themes/gis/plugins/gps_importer.png</file>
<file>themes/gis/plugins/interpolation.png</file>
<file>themes/gis/plugins/mapserver_export.png</file>
<file>themes/gis/plugins/mGeorefRun.png</file>
Expand Down Expand Up @@ -535,8 +522,12 @@
<file>flags/sr_Latn.png</file>
<file>flags/sw.png</file>
<file>flags/eu_ES.png</file>
<file>flags/ml_IN.png</file>
<file>flags/km.png</file>
<file>themes/gis/mIconExpressionFilter.svg</file>
<file>themes/gis/mIconExpressionPreview.svg</file>
<file>themes/gis/mIconExpressionSelect.svg</file>
<file>themes/gis/mIconSelectAdd.svg</file>
<file>themes/gis/mIconSelectIntersect.svg</file>
<file>themes/gis/mIconSelectRemove.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
Loading