Skip to content

Commit

Permalink
rename symbology-ng to symbology
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 6, 2017
1 parent 3026140 commit 06f9842
Show file tree
Hide file tree
Showing 261 changed files with 17,569 additions and 17,569 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Expand Up @@ -168,7 +168,7 @@ qgis (1.9.0) UNRELEASED; urgency=low
* new development version 1.9 after branch of 1.8
* include ows provider
* include wcs provider
* symbology-ng-style now in sqlite3
* symbology-style now in sqlite3
* include cpt-city files
* support DEB_BUILD_OPTIONS' parallel=n
* add python-unittest2 build dependency for maverick and squeeze
Expand Down
6 changes: 3 additions & 3 deletions debian/copyright
Expand Up @@ -232,7 +232,7 @@ License: public-domain
LICENSE : Entirely free for all uses. Enjoy!
This File is in the public domain

Files: src/core/symbology-ng/qgscolorbrewerpalette.cpp
Files: src/core/symbology/qgscolorbrewerpalette.cpp
Copyright: 2002, Cynthia Brewer, Mark Harrower, and The Pennsylvania State University
2009, by Martin Dobias
License: Apache-2.0 and GPL-2+
Expand All @@ -242,8 +242,8 @@ Copyright: 1997, Josef Wilgen
2002, Uwe Rathmann
License: QWT-1.0

Files: src/gui/symbology-ng/characterwidget.cpp
src/gui/symbology-ng/characterwidget.h
Files: src/gui/symbology/characterwidget.cpp
src/gui/symbology/characterwidget.h
Copyright: 2009, Nokia Corporation and/or its subsidiary(-ies)
License: QT-Commercial or LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3

Expand Down
2 changes: 1 addition & 1 deletion debian/qgis-providers-common.install
Expand Up @@ -2,5 +2,5 @@ usr/share/qgis/svg/*
usr/share/qgis/resources/qgis.db
usr/share/qgis/resources/srs-template.db
usr/share/qgis/resources/customization.xml
usr/share/qgis/resources/symbology-ng-style.xml
usr/share/qgis/resources/symbology-style.xml
usr/share/qgis/resources/cpt-city-qgis-min/*
4 changes: 2 additions & 2 deletions doc/CMakeLists.txt
Expand Up @@ -71,7 +71,7 @@ IF(WITH_APIDOC)
${CMAKE_SOURCE_DIR}/src/core/providers/memory
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/scalebar
${CMAKE_SOURCE_DIR}/src/core/symbology-ng
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/gui
${CMAKE_SOURCE_DIR}/src/gui/auth
${CMAKE_SOURCE_DIR}/src/gui/attributetable
Expand All @@ -81,7 +81,7 @@ IF(WITH_APIDOC)
${CMAKE_SOURCE_DIR}/src/gui/layertree
${CMAKE_SOURCE_DIR}/src/gui/locator
${CMAKE_SOURCE_DIR}/src/gui/raster
${CMAKE_SOURCE_DIR}/src/gui/symbology-ng
${CMAKE_SOURCE_DIR}/src/gui/symbology
${CMAKE_SOURCE_DIR}/src/analysis
${CMAKE_SOURCE_DIR}/src/analysis/interpolation
${CMAKE_SOURCE_DIR}/src/analysis/network
Expand Down
12 changes: 6 additions & 6 deletions doc/news.html
Expand Up @@ -778,7 +778,7 @@ <H1>13. Whats new in Version 1.7.1 'Wroclaw'?</H1>
<A HREF="http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/">http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/</A>]
<LI>Update version on cmakelists and splash to 1.7.1
<LI>Move setting projection to after we have features
<LI>symbology-ng: sort the category items when classifying them #4206
<LI>symbology: sort the category items when classifying them #4206
<LI>Fix feature_count consideration in wms feature info
<LI>Check topological editing yes/no when opening snapping dialog
<LI>Updated required version for bison and cmake
Expand Down Expand Up @@ -855,7 +855,7 @@ <H2>14.1. Symbology labels and diagrams</H2>
<UL>
<LI>New symbology now used by default!
<LI>Diagram system that uses the same smart placement system as labeling-ng
<LI>Export and import of styles (symbology-ng).
<LI>Export and import of styles (symbology).
<LI>Labels for rules in rule-based renderers.
<LI>Ability to set label distance in map units.
<LI>Rotation for svg fills.
Expand Down Expand Up @@ -1047,7 +1047,7 @@ <H2>15.4. Layer properties and symbology</H2>
[Read more...
<A HREF="http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/">http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/</A>]
<LI>Improved loading speed of the symbol properties dialog.
<LI>Data-defined rotation and size for categorized and graduated renderer (symbology-ng).
<LI>Data-defined rotation and size for categorized and graduated renderer (symbology).
<LI>Use size scale also for line symbols to modify line width.
<LI>Replaced raster histogram implementation with one based on Qwt. Added
option to save histogram as image file. Show actual pixel values on x axis
Expand Down Expand Up @@ -1113,19 +1113,19 @@ <H2>16.1. Main GUI</H2>
colors
<LI>Center map if user clicks into the map
<LI>New plugin for carrying out spatial selections
<LI>Data-defined size and rotation for single symbol renderer in symbology-ng
<LI>Data-defined size and rotation for single symbol renderer in symbology
<LI>IdentifyAsHtml to raster layer and use it in identify
<LI>Export legend groups and layers with legendinterface and use this
information to display groups in the composer legend.
<LI>Show selected feature count in status bar
<LI>Query option added to layer menu to subset vector layers
<LI>Option to label only selected features (on the 'old' labeling tool)
<LI>Load/save queries created in the query builder.
<LI>Manual adding of categories in symbology-ng.
<LI>Manual adding of categories in symbology.
<LI>Georeferencer: possibility to configure if residuals should be showed in
pixels or map units
<LI>Delimited text provider: allow empty values in numeric columns
<LI>Added rule-based renderer for symbology-ng
<LI>Added rule-based renderer for symbology
<LI>Ability to create spatial lite databases from within QGIS
<LI>Inclusion of GDAL Raster tools plugin into QGIS core
<LI>New python console (with history)
Expand Down
12 changes: 6 additions & 6 deletions doc/news.t2t
Expand Up @@ -650,7 +650,7 @@ were made.
http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/]
- Update version on cmakelists and splash to 1.7.1
- Move setting projection to after we have features
- symbology-ng: sort the category items when classifying them #4206
- symbology: sort the category items when classifying them #4206
- Fix feature_count consideration in wms feature info
- Check topological editing yes/no when opening snapping dialog
- Updated required version for bison and cmake
Expand Down Expand Up @@ -725,7 +725,7 @@ changed so we will just provide a bullet list of key new features here.

- New symbology now used by default!
- Diagram system that uses the same smart placement system as labeling-ng
- Export and import of styles (symbology-ng).
- Export and import of styles (symbology).
- Labels for rules in rule-based renderers.
- Ability to set label distance in map units.
- Rotation for svg fills.
Expand Down Expand Up @@ -893,7 +893,7 @@ Breaks (based on pretty from the R statistical environment).
[Read more...
http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/]
- Improved loading speed of the symbol properties dialog.
- Data-defined rotation and size for categorized and graduated renderer (symbology-ng).
- Data-defined rotation and size for categorized and graduated renderer (symbology).
- Use size scale also for line symbols to modify line width.
- Replaced raster histogram implementation with one based on Qwt. Added
option to save histogram as image file. Show actual pixel values on x axis
Expand Down Expand Up @@ -956,19 +956,19 @@ pkgDataPath/composer_templates
colors
- Center map if user clicks into the map
- New plugin for carrying out spatial selections
- Data-defined size and rotation for single symbol renderer in symbology-ng
- Data-defined size and rotation for single symbol renderer in symbology
- IdentifyAsHtml to raster layer and use it in identify
- Export legend groups and layers with legendinterface and use this
information to display groups in the composer legend.
- Show selected feature count in status bar
- Query option added to layer menu to subset vector layers
- Option to label only selected features (on the 'old' labeling tool)
- Load/save queries created in the query builder.
- Manual adding of categories in symbology-ng.
- Manual adding of categories in symbology.
- Georeferencer: possibility to configure if residuals should be showed in
pixels or map units
- Delimited text provider: allow empty values in numeric columns
- Added rule-based renderer for symbology-ng
- Added rule-based renderer for symbology
- Ability to create spatial lite databases from within QGIS
- Inclusion of GDAL Raster tools plugin into QGIS core
- New python console (with history)
Expand Down

0 comments on commit 06f9842

Please sign in to comment.