lp:~rastkokaradzic/screenlets/testing
- Get this branch:
- bzr branch lp:~rastkokaradzic/screenlets/testing
Branch merges
- Märt Põder: Approve
-
Diff: 449 lines (+188/-55)4 files modifiedMakefile (+1/-1)
potfiles.sh (+17/-1)
src/lib/utils.py (+14/-8)
src/share/screenlets-manager/screenlets-manager.py (+156/-45)
Branch information
Recent revisions
- 783. By Rastko Karadzic
-
Added function in potfiles.sh for extracting categories from indiv-screenlets and adding them in screenlets-
manager/ screenlets- manager. pot - 779. By Rastko Karadzic
-
Added category support into core. I've took 10 base categories from some gdesklets mailing list, we can change them after we
categorize screenlets in indiv-screenlets.
Categories:
1 : Alarms and alerts
2 : Date and time
3 : Fund and amusements
4 : Internet and email
5 : News
6 : System information
7 : Toolbars and launchers
8 : Weather
9 : Dictionaries and translations
10: Miscellaneous
In Screenlet base class, default category defined is Miscellaneous.
Developers set categoriy putting field __category__='1..10' in their class.
e.g. __category__='6' this means that that screenlet will be shown in "System information" category.
Also, dev-wiki (if there is any?) should be updated.TODO: categorize screenlets in indiv-screenlets
- 778. By Rastko Karadzic
-
Added class XMLConverters used to provide converters initialized from converters.xml. Added converters.xml also.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:screenlets