Commit Graph

224 Commits

Author SHA1 Message Date
Sanel Zukan
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
Sanel Zukan
3fc1c7530c Removed old ede.spec.in
Replaced l10-prepare.pl with updated l10-prepare.sh
2008-08-25 13:18:44 +00:00
Sanel Zukan
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
Sanel Zukan
3f821eb1e5 Programs will be, by default, linke with "-Wl,--as-needed" to
reduce unused library dependencies.
2008-08-10 18:18:16 +00:00
Sanel Zukan
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
Sanel Zukan
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
Sanel Zukan
b792d13603 Let ehelp be installed.
Some cosmetic modifications.
2008-08-10 17:44:25 +00:00
Sanel Zukan
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
Sanel Zukan
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
Sanel Zukan
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
Sanel Zukan
aebae643bd Added something useful 2008-08-01 19:07:06 +00:00
Sanel Zukan
ebdbed8502 Reworked econtrol code 2008-08-01 18:30:04 +00:00
Sanel Zukan
2b20415eab Added doc aboud dbus usage. Not filled yet thought. 2008-08-01 18:27:42 +00:00
Sanel Zukan
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
Sanel Zukan
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
Sanel Zukan
3cf7bd04c7 A typo fix.
Parameter list reorder
2008-07-14 18:04:30 +00:00
Sanel Zukan
7bf5456c8c Added inc/dec familly 2008-07-14 13:58:42 +00:00
Sanel Zukan
6887e7fcb1 Added '-e' and '--expr' options
Some terminal colors removal
2008-07-14 13:04:10 +00:00
Sanel Zukan
af32224d5b Added clock and timeit functions
Some musings with examples
2008-07-14 10:42:25 +00:00
Sanel Zukan
5a251cf812 More tests 2008-07-08 12:24:24 +00:00
Sanel Zukan
5747340449 Capone import 2008-07-07 15:07:48 +00:00
Vedran Ljubovic
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
Vedran Ljubovic
08261736b7 Forgot to commit some files 2008-06-22 07:12:45 +00:00
Vedran Ljubovic
11922d5035 Open with... dialog with autocompletion 2008-06-14 06:14:54 +00:00
Vedran Ljubovic
29e2efe9b8 Code cleanup in efiler.cpp 2008-06-12 06:25:44 +00:00
Sanel Zukan
c19f08178e Composite part now can be conditionally compiled
Added some more common colors in ede-settings.xml
2008-06-09 15:08:45 +00:00
Sanel Zukan
3ea8f1d1f8 Fixed conversion for 32bit images 2008-06-09 15:07:11 +00:00
Vedran Ljubovic
952b1338c9 Efiler: Add mimetype handling via mailcap file. Context menu can now recognize several operation depending on file type 2008-06-08 20:34:44 +00:00
Vedran Ljubovic
936ecaadf7 Fix resizing and loading configuration for location bar and directory tree 2008-06-03 22:58:50 +00:00
Vedran Ljubovic
b7a0958278 EFiler v0.2.2:
- Use edelib::Window (fixes problem with titlebar icon and some cruft in main)
- Store user preferences in edelib::Resource
- Work better with edeneu icon theme, follow fdo icon-naming-spec
- Expand . in directory path (e.g. when called from command line), show just last part of path in window title, full width status bar :)
- Some fixes to ExpandableGroup usage, use EG by default
- In fileops, don't update view manually when notify is available
- Improve documentation of EDE_FileView.h
- Temporary "Open with" callback for testing
2008-06-03 21:55:05 +00:00
Vedran Ljubovic
ff505dc732 EFiler v0.2.2:
- Use edelib::Window (fixes problem with titlebar icon and some cruft in main)
- Store user preferences in edelib::Resource
- Work better with edeneu icon theme, follow fdo icon-naming-spec
- Expand . in directory path (e.g. when called from command line), show just last part of path in window title, full width status bar :)
- Some fixes to ExpandableGroup usage, use EG by default
- In fileops, don't update view manually when notify is available
- Improve documentation of EDE_FileView.h
- Temporary "Open with" callback for testing
2008-06-03 21:53:58 +00:00
Sanel Zukan
011180b70b Icon theme builder fix 2008-06-02 11:51:41 +00:00
Sanel Zukan
8901c59050 Let ede_strverscmp() be linked correctly 2008-05-29 11:09:54 +00:00
Vedran Ljubovic
9f8409e863 - Add notify support with edelib::DirWatch
- Fix support for large files (>2GB)
- Fix switching between iconview and listview (sometimes both checkboxes would be active)
- Import local copy of strverscmp (doesn't compile at the moment)
- EDE_Browser: fix redrawing of column title buttons
- EDE_FileIconView: switch back to ordinary FLAT_BOX (RFLAT_BOX is ugly :), fix bug with using scrollbar when view 
isn't focused, laso-selection sometimes selected too much
- Clean up some compiler warnings
2008-05-27 18:58:37 +00:00
Vedran Ljubovic
acae1abb06 Update list of bugs 2008-05-27 18:48:11 +00:00
Sanel Zukan
8d4a1dba28 Removed NotifyBox. It should be replaced with notification stuff
Added some dbus code. Desktop changes are reported via 'org.equinoxproject.Eiconman.DesktopChanged' signal
2008-04-07 15:35:02 +00:00
Sanel Zukan
52af17daf6 Added script for easier generating about content. Still not used. 2008-02-18 14:50:02 +00:00
Sanel Zukan
44687cb3a6 Work on theming support... 2008-02-18 14:46:13 +00:00
Sanel Zukan
0ad832e770 Hide struct inside cpp file.
Removed my testing inspiration from tip file.
2008-02-12 14:52:10 +00:00
Sanel Zukan
ed9c4a0228 Imported login manager code. Real stuff is not implemented yet... 2008-02-11 17:30:39 +00:00
Sanel Zukan
54fc91849c Dumped some old mimetype files.
Added InstallEdeMimeFiles rule, which should install a new XDG
mime types and update mime database.
Added fluid mime until fd.o merge it into official mime distribution.
2008-02-11 13:55:58 +00:00
Sanel Zukan
b9440e66be Preview works.
Option for setting desktop icon fonts; still needs work...
2008-01-21 19:08:36 +00:00
Sanel Zukan
6b5cd7bf4c Let logout screen correctly darken background 2008-01-17 16:44:20 +00:00
Sanel Zukan
a9f449b64b Removed 'alpha 1' part. This value should be read from Jamrules... 2008-01-16 13:01:55 +00:00
Sanel Zukan
67aeb03f48 Completed etip documentation.
Added link to etip documentation in main manual page.
2008-01-16 12:58:08 +00:00
Sanel Zukan
07d69ded76 Correct that comment 2008-01-16 11:03:36 +00:00
Sanel Zukan
c0ee6c1750 Added support for xrdb 2008-01-16 10:59:02 +00:00
Sanel Zukan
3a0c4b31ce Old file for comparison. 2008-01-15 15:04:26 +00:00
Sanel Zukan
1fe32fef71 Let etip-compiler be silent.
Removed Crash handler code from evoke. ecrasher is for that.
Add some transparency to desktop icons when they are moved.
2008-01-15 14:42:44 +00:00
Sanel Zukan
fb93a9f18f Implemented autostart support 2008-01-14 18:11:54 +00:00