3b7c21e6db
Updated contents
2008-09-22 13:31:20 +00:00
d5068793f6
Renaming files
2008-09-22 13:29:08 +00:00
674cefd992
Renamed econtrol to ede-conf
2008-09-22 13:26:05 +00:00
b036f7a676
Updates file too
2008-09-22 13:24:06 +00:00
365efc9412
Renaming rest of the files
2008-09-22 12:57:45 +00:00
bc61365dbd
Renaming ecrasher to ede-crasher
2008-09-22 12:56:05 +00:00
f1033e157c
Names changed too
2008-09-22 12:54:46 +00:00
ce4fc5106c
Renaming ecalc files
2008-09-22 12:53:21 +00:00
615ab7cbbb
Moving ecalc to ede-calc
2008-09-22 12:50:40 +00:00
0e958fe2b8
Updated Jamfile too
2008-09-22 12:49:55 +00:00
d7c521b847
Renaming files.
...
Cleaning some junk svn created
2008-09-22 12:48:52 +00:00
c72ffb6a38
Moving eabout to ede-about
2008-09-22 12:45:32 +00:00
e399841a6d
a massive fix of FLTK headers inclusion;
2008-09-15 11:00:23 +00:00
65492f45b7
Removed leftovers from sound stuff.
...
Replaced hardcoded values for screen sizes used by logout dialog with passed values.
Removed spawn_backtrace() function; not used any more.
Some code reordering
2008-09-08 11:09:37 +00:00
12174af67d
Update paths
2008-09-04 10:16:55 +00:00
d0ba30843e
s/datas/data directory
2008-09-04 10:03:43 +00:00
8558ded1fe
s/docs/doc directory
2008-09-04 10:02:41 +00:00
bf3046af5a
Let configure creates l10n-prepare script with correct version and do chmod +x on it.
2008-08-25 15:40:37 +00:00
c4f15ebd76
Renaming for configure script
2008-08-25 15:39:28 +00:00
413726d2a3
Updated tracker address
...
Small change in README.alpha, but it should be replaced with the new, fresh content in the future. A large part is obsolete.
2008-08-25 13:55:39 +00:00
c102595bcb
Updated wrongly named AC_INIT parameter
...
Removed edeconf.h.in; now is generated by autogen.sh
autogen.sh content of configure.in dump moved to dump_config()
but is not called by default
2008-08-25 13:51:38 +00:00
e7789fa31e
Now etip will correctly setup autostart even if etip.desktop wasn't existed before
2008-08-25 13:39:09 +00:00
9650807d55
Moved Vedran's plan file to docs
...
Renamed prepare to autogen.sh
Removed unneeded mkinstalldirs and install-sh scripts; jam build already is doing that
2008-08-25 13:33:16 +00:00
fa5c615b51
Added EDEMIMEDIR used by InstallEdeMimeFiles rule
2008-08-25 13:28:47 +00:00
216477c119
Small config file updates for my system changes
2008-08-25 13:27:28 +00:00
7c79890fc2
Better linking order
2008-08-25 13:25:34 +00:00
aa8eb8e010
Added InstallEdeDoc and LinkAgainstFirst rules
2008-08-25 13:24:16 +00:00
6394b85004
Removed obsolete m4 macros
...
Updated initjamfile.m4
Added pkg.m4 for pkg-config
Added new configure.in script and following config.jam.in
2008-08-25 13:21:54 +00:00
3fc1c7530c
Removed old ede.spec.in
...
Replaced l10-prepare.pl with updated l10-prepare.sh
2008-08-25 13:18:44 +00:00
ae122e1885
Relaxed EXEMODE jam sets
...
Let manual be installed in docsdir
jam will also create ehelp from ehelp.in setting correct location
Fixed a typo with RMDIR_UNSAFE so Cleandir can work now
Added CopyDir rule
Added missing linking libraries for capone
2008-08-22 16:40:18 +00:00
3f821eb1e5
Programs will be, by default, linke with "-Wl,--as-needed" to
...
reduce unused library dependencies.
2008-08-10 18:18:16 +00:00
ef7c53d33d
Renamings to clarify some actions
...
Commented building of test/notify; previous code that was tested
was removed long time ago
2008-08-10 17:49:38 +00:00
5e1ed7064d
Read/save from ~/.config/ede/eiconman.conf instead local directory
...
Removed Apply button; OK button should do the work
2008-08-10 17:47:05 +00:00
b792d13603
Let ehelp be installed.
...
Some cosmetic modifications.
2008-08-10 17:44:25 +00:00
530a815246
eiconman:
...
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.
2008-08-07 14:22:05 +00:00
8cfff8f370
EdeManual will use tidy tool if available to reformat html pages.
...
Added EdeManualWithToc rule that will build Table of Contents on page.
2008-08-05 14:28:46 +00:00
545bbbb330
Added emountd, a simple daemon that uses HAL to monitor when
...
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.
2008-08-05 14:26:38 +00:00
aebae643bd
Added something useful
2008-08-01 19:07:06 +00:00
ebdbed8502
Reworked econtrol code
2008-08-01 18:30:04 +00:00
2b20415eab
Added doc aboud dbus usage. Not filled yet thought.
2008-08-01 18:27:42 +00:00
98b109176a
Added range function
...
Reimplemented iota via range
Added global *args* variable that contains program/script arguments
2008-07-18 12:34:35 +00:00
192b61316b
Replaced for-each function with faster alternative
...
Added scheme_error() for error reporting from C code
load-extension exists now, althought it does not do what I want
Added timeit-start, timeit-end and timeit-result functions for easier timing
Some map, and my map timing for comparison
2008-07-15 16:00:41 +00:00
3cf7bd04c7
A typo fix.
...
Parameter list reorder
2008-07-14 18:04:30 +00:00
7bf5456c8c
Added inc/dec familly
2008-07-14 13:58:42 +00:00
6887e7fcb1
Added '-e' and '--expr' options
...
Some terminal colors removal
2008-07-14 13:04:10 +00:00
af32224d5b
Added clock and timeit functions
...
Some musings with examples
2008-07-14 10:42:25 +00:00
5a251cf812
More tests
2008-07-08 12:24:24 +00:00
5747340449
Capone import
2008-07-07 15:07:48 +00:00
03a987a90d
- Add new entries to mailcap using Open with.. dialog
...
- Start of work on Properties window. For now, the code is very ugly and it is read only.
2008-06-22 21:21:01 +00:00
08261736b7
Forgot to commit some files
2008-06-22 07:12:45 +00:00