7 Commits

Author SHA1 Message Date
nirvn
5e487cfea4 [FEATURE] Style management re-work and upgrade
- A new favorite grouping system was added, which the symbols list
widget defaults to
- The selected tag / smartgroup in the symbols list widget now
persists when switching layers (and across sessions)
- The symbols list widget will update the tag / smartgroup combo
box when users add / rename / remove categories
- Users can now directly tag, as well as add to favorites, symbols
while saving those to the style database
- To streamline style management, groups have been removed and
fully replaced by tags
- Tags have been integrated into the import/export user interface
2016-11-16 14:12:19 +07:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Arunmozhi
2b7b5da76e changed the ungrouped groupid to 0 from NULL 2012-12-24 14:38:00 +05:30
Etienne Tourigny
2ab844abf8 fix db handling when modifying existing color ramp (#6229) 2012-08-31 08:54:56 -03:00
Arunmozhi
ae031584c7 symbol DB updated to support groups,tags for colorramp 2012-07-26 08:19:34 +05:30
Arunmozhi
3943e8a40d smart groups implemented 2012-07-23 15:34:21 +05:30
Arunmozhi
ca105e48a8 Converted symbology style from XML to SQlite
- Adds a python script, and the resulting default .db file
- Cannot SAVE new symbols into the DB still
Added the Grouping of symbols in Style Manager
- Can read groups from the DB and load them
- Limited to read-only operations
2012-07-10 00:03:35 +05:30