Imported new and functional ede-dialog.
ede-help uses ede-dialog for error reports; xmessage is not used since some OS-es to not install it
by default, e.g. OpenSolaris.
Removed obsolete ede-tip.conf.
Fixed background issue in ede-tip; background will now always be white so it can nicely blend with the image.
Commit fixed ede.desktop.in; previous commit was only renaming without content change.
Reduce some debug output in ede-autostart.
Imported services directory with org.equinoxproject.Launch service; directory should
be place for all D-BUS services
Changed configure.in to find and set D-BUS service directory
Changed SharedLibrary rule so it can generate .la files, like libtool
Added some bluring of preview image, although it pretty sucks
emountd will now use global HAL flags and libraries
Implemented dialog for icon properties.
EDEBUG, EWARNING, EASSERT replaced with E_DEBUG, E_WARNING, E_ASSERT
ehelp:
Imported ehelp. It is meant for displaying ede help or some of
documented programs in the browser, no matter where help is installed.
Remanining thing is to be added in configure script so it can set correct
paths, when configure be written.
Documented ehelp.
devices get mounted or unmounted; reports will be send via dbus.
Updated docs for dbus usage.
Removed obsolete parts from jambuild.txt.
Small tunings in asciidoc's xhtml11.conf.
econtrol now can run program applets.
Added ProgramBare rule in Program.jam so there could be built plain (command-line) programs
and so they could be installed where other EDE programs resides.
New etip on FLTK1 code. Also, instead hardcoded tips, etip now uses fortune-like files
for tips. Ah yes, it is able to read fortune files too :)
- Redesigned Calendar widget, many new options
- Killed a lot of code by porting to edelib::Date (timezone handling is still
internal)
- Added syncing with time servers using ntpdate