EDE code
Go to file
Sanel Zukan 15421f6f9a Adding a bunch of stuff, including reading ~/.xscreensaver file, previewing hacks,
sniffing hack/config dirs if ~/.xscreensaver was not found etc. Changed options will
be tried to be saved in user .xscreensaver file including merge of previous options and
this is not working as expected.
2009-01-12 13:49:54 +00:00
build Update paths 2008-09-04 10:16:55 +00:00
data Update paths 2008-09-04 10:16:55 +00:00
doc Updated ede-deskop names 2008-10-02 09:58:27 +00:00
ecolorconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ede-about Updated Jamfile too 2008-09-22 12:49:55 +00:00
ede-calc Names changed too 2008-09-22 12:54:46 +00:00
ede-conf Better icon selection 2008-10-02 08:21:23 +00:00
ede-crasher Updates file too 2008-09-22 13:24:06 +00:00
ede-desktop s/icon1()/use_icon1() 2008-10-03 11:29:56 +00:00
ede-desktop-conf ede-desktop new config format update 2008-10-02 09:30:07 +00:00
ede-help Remove 'images' when --titles is given. 2008-09-22 14:31:24 +00:00
ede-screensaver-conf Adding a bunch of stuff, including reading ~/.xscreensaver file, previewing hacks, 2009-01-12 13:49:54 +00:00
ede-timedate Content update due renamings 2008-10-07 09:03:45 +00:00
ede-tip s/Etip/ede-tip 2008-09-22 14:16:50 +00:00
edewm Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
edialog Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
edisplayconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
efiler Try very hard to find icon of different name/size if the exact match 2008-10-29 11:27:34 +00:00
efinder Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
eimage Removed title box from menu 2007-12-12 13:02:35 +00:00
einstaller Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ekeyconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
elauncher Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
elma a massive fix of FLTK headers inclusion; 2008-09-15 11:00:23 +00:00
emenueditor Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
emountd Added emountd, a simple daemon that uses HAL to monitor when 2008-08-05 14:26:38 +00:00
epanelconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
evoke New logout dialog 2008-10-08 13:22:45 +00:00
evolume Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ewmconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
eworkpanel Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
exset Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
m4 Removed obsolete m4 macros 2008-08-25 13:21:54 +00:00
tools Added a small macro for easier variable declaration 2008-11-05 14:43:06 +00:00
AUTHORS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
BUGS Updated tracker address 2008-08-25 13:55:39 +00:00
COPYING Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
ChangeLog Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
HACKING.txt Imported asciidoc, jam builds and some docs. 2007-07-18 13:21:52 +00:00
INSTALL Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Jamfile Updating due etimedate renaming 2008-10-07 09:23:20 +00:00
Jamrules Added EDEMIMEDIR used by InstallEdeMimeFiles rule 2008-08-25 13:28:47 +00:00
Makefile Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
NEWS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
README.alpha Updated tracker address 2008-08-25 13:55:39 +00:00
autogen.sh Updated wrongly named AC_INIT parameter 2008-08-25 13:51:38 +00:00
config.jam.in Removed obsolete m4 macros 2008-08-25 13:21:54 +00:00
configure.in Let configure creates l10n-prepare script with correct version and do chmod +x on it. 2008-08-25 15:40:37 +00:00

README.alpha

README for EDE 2.0 pre-alpha
============================

($Id$)

Please read this document before using or contributing to EDE 2.0 source code
before or during 2.0alpha release.


Build requirements
------------------

EDE 2.0 is using fltk1 toolkit from www.fltk.org. At the time of this writing, 
last released version was 1.1.7 and 1.1.8 was coming really soon. We 
recommend using the latest daily snapshot - they are extremely stable and 
that's what we use internally - although 1.1.7 should work too.

Nevertheless, we will (soon) keep our own "fork" called fltk-copy which is 
basically the last SVN snapshot of fltk that EDE is known to work with. If 
there are any patches required for proper EDE functioning, you should find 
them in fltk-copy/patches/ tree. Further instructions will be in 
fltk-copy/README.EDE

Since fltk lacks many things needed for developing a full *nix desktop 
environment, we have developed a small add-on library called edelib. This 
library is also required for compiling EDE2. It should be released together 
with EDE. We *strongly* recommend that you use matching versions of ede and 
edelib (e.g. released at the same time) or that you do SVN checkout at the 
same time.

Make sure you have efltk installed, because some packages still requires it.

Also you will need Jam utility. Jam is a make replacement and removes a lot 
of its limitations. Current EDE source can be built either via jam or make, 
but note that make builds will be soon removed. 

Jam can be downloaded from our repository.


Compiling
---------

At the moment, certain modules in EDE do not compile! In order to build and install
EDE do the following steps:

1. 	./autogen.sh

2.	./configure [OPTIONS] (we suggest using --enable-debug)

3. (old method, soon will be removed)
 
  Go into directories of individual modules and compile them. Type
	cd $MODULE; make; make install; cd ..

  Since developers don't use make anymore, this method could get broken 
occasionally.

3. (new method, default)

	jam

  "jam install" is not finished yet. You can use various programs from 
their work directories, or copy them into e.g. /usr/bin


Stuff that isn't updated (requires efltk)
-----------------------------------------

- edewm
- eworkpanel
We are in the process of rewriting these modules from scratch. Please use edewm
and eworkpanel from EDE 1.x (it should work without major problems).

- efinder
It will be ported to fltk1 as soon as we finish efiler (see below) cause we 
would like to use same widgets for displaying file list.

- emenueditor
It will either be completely rewritten or removed, because EDE 2 will use XDG menus
(FreeDesktop.org).

- e*conf
Many of the control center applets will be dropped or replaced with something 
else. epanelconf obviously depends on eworkpanel which is not yet finished.


New modules in EDE 2.0
----------------------

- edialog
Command line utility for displaying dialogs (useful for scripting). It is very
UNFINISHED.

- efiler
Simple and lightweight file manager. Currently it's fully functional, but we 
plan some more features.

- eimage
Small image viewer. Likewise, functional but a few features will be added.

- ecalc
Scientific calculator.


Contributors wanted
-------------------

We would very appreciate help from contributors willing to take any of following 
tasks:

  - Port efinder to fltk/edelib and become its maintainer
  - Write new enotepad using editor from fltk/test (I believe this is easier than
porting old enotepad from efltk to fltk) and become its maintainer
  - Propose new designs for econtrol and eworkpanel (that are realistic to implement
with fltk, ofcourse :)
  - Find any old ede application, port to fltk/edelib and become its maintainer
  - Find useful fltk apps on www.fltk.org and see if they can be ede-ified

Also, EDE code is sparkled with comments starting with TODO and FIXME - 
please see what of that you can do (just type e.g. "grep TODO . -R"). EDE 
coding standards and EDE HIG documents are being prepared.