
detour v. 0.7.5 for a release to happen:
fix: 
	-battery module
	-temperature module
	-syscon.edc [done]
	-about_e.edc
	-init.edc
	-screen resolution icons
	-border: urgent/icon animation
	-ibar: drop image
	-efm: overlay bg
	-transitions: images
	

/* detour stats: */

/images: 209 items, total: 201.0kb
/icons: 142 items, total: 254.2kb
/macros: 9 items, total: 20.6kb
/custom: 9 items, total: 15.6kb
/clock: 181 items, total: 313.9kb
/bits: 52 items, total: 461.0kb
/root: 11 items, total: 288.2kb
/fonts: 4 items, total: 1.7mb ## no longer in use

== Edje recalc ==
e/widgets/menu/default/icon: e.swallow.content (has a non-fixed part, add: fixed: 1 1;)
e/widgets/syscon/main: e.swallow.main (has a non-fixed part, add: fixed: 1 1;)

== Bugfix ==
ilist: selection double click/continuous click
desklock: center dialog
battery.edc: text
init.edc: check button
border: urgent/icon animation

== Redo ==
Screen Resolution Settings icons including the "Check" mark.
-about_e.edc: ugly design, use [TABS]
-init.edc: better design
border: shade / images

== ? ==

icon_efm_vol_mounted.png
icon_efm_vol_unmounted.pnrg
icon_efm_usbmedia.png

== Improve ==
pager: states/anim for urgent windows on a desktop
scrollframe.edc: go over "part" names. Its hard to follow the code.
ibar: e/modules/ibar[ibox]/drop images 
ICON("e/icons/enlightenment/colors", "icons/view-colors.png") 
ICON("e/icons/enlightenment/startup_applications", "icons/applications-other2.png")
desktop/efm window overlay: overlay bg
desktop/efm window overlay: typebuffer could use a "cursor" decoration
Configure panel: icons / Windows
-transitions: where are the graphics?
-temperature.edc: graphics
-clock graphics(hands)
-battery: text/graphics --transition
border: buttons, they are too conservative.

== Global ==

== Ideas ==
-efm/win/desktop icon: icon "selection"
-find different uses for = part; name: "event" to pickup events
-pointer group:
	signal: "e,action,mouse,wheel";
	signal: "e,action,mouse,move";
	signal: "e,action,mouse,down";
-border group:
	signal: "e,state,shading";
	signal: "e,state,unshading";
	signal: "e,action,iconify";
	signal: "e,action,uniconify";
	signal: "e,action,maximize";
	signal: "e,action,unmaximize";
	signal: "e,state,hung";
	signal: "e,state,unhung";
	signal: "e,state,urgent";
	signal: "e,state,not_urgent";
	signal: "e,action,maximize,fullscreen";
	signal: "e,action,unmaximize,fullscreen";

== Compile ==

== e ==
Gradient dialog and Online dialog not inheriting "button" icon.
-configure.edc: width seems to be hardcoded, bad!
e/widgets/menu/default/submenu: if set to fixed: 1 1; eek!
icons: such as arrows should be aligned to the right, it depends on the icon's function

