TODO:
=====

This is Enity's feature progress so far:
 
--entry              Display text entry dialog
 * done
 
--error              Display error dialog
 * done
 
--info               Display info dialog
 * done

--question           Display question dialog
 * done
 
--warning            Display warning dialog
 * done
 
--scale              Display scale dialog
 * done

--calendar           Display calendar dialog
 * waiting for Etk widget

--file-selection     Display file selection dialog
 * not done
 
--notification       Display notification
 * not done 
 
--progress           Display progress indication dialog
 * done, needs pulse support
   
--text-info          Display text information dialog
 * not done

--list               Display list dialog
 * working, not done (needs multiple select, radio buttons)
 * checklist done

--wizard             Display wizard dialog
 * not done
 
--installer          Display installer dialog
 * not done

Misc TODO:
==========

* tree / list sorting

* if we do: enity --info --text='something<enter>else' where <enter> is an
  actual Enter on the keyboard (ie, \n), we get a strange char in the
  textblock. We need to strip this out or replace it by a <br>
  
* make proper 0 / 1 returns for $? setting
  * done

* show help
  * done
