Commit Graph

430 Commits

Author SHA1 Message Date
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
11922d5035 Open with... dialog with autocompletion 2008-06-14 06:14:54 +00:00
29e2efe9b8 Code cleanup in efiler.cpp 2008-06-12 06:25:44 +00:00
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
3ea8f1d1f8 Fixed conversion for 32bit images 2008-06-09 15:07:11 +00:00
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
936ecaadf7 Fix resizing and loading configuration for location bar and directory tree 2008-06-03 22:58:50 +00:00
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
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
011180b70b Icon theme builder fix 2008-06-02 11:51:41 +00:00
8901c59050 Let ede_strverscmp() be linked correctly 2008-05-29 11:09:54 +00:00
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
acae1abb06 Update list of bugs 2008-05-27 18:48:11 +00:00
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
52af17daf6 Added script for easier generating about content. Still not used. 2008-02-18 14:50:02 +00:00
44687cb3a6 Work on theming support... 2008-02-18 14:46:13 +00:00
0ad832e770 Hide struct inside cpp file.
Removed my testing inspiration from tip file.
2008-02-12 14:52:10 +00:00
ed9c4a0228 Imported login manager code. Real stuff is not implemented yet... 2008-02-11 17:30:39 +00:00
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
b9440e66be Preview works.
Option for setting desktop icon fonts; still needs work...
2008-01-21 19:08:36 +00:00
6b5cd7bf4c Let logout screen correctly darken background 2008-01-17 16:44:20 +00:00
a9f449b64b Removed 'alpha 1' part. This value should be read from Jamrules... 2008-01-16 13:01:55 +00:00