Commit Graph

50 Commits

Author SHA1 Message Date
28ed6ee5bf Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp 2011-11-10 14:20:58 +00:00
ffb5307467 Compilation fix by anonymous to compile on TinyCore. 2011-11-10 09:17:40 +00:00
23396ec197 Read font from font cache and display it 2011-11-09 14:08:11 +00:00
f0acacfd89 Some cleanup 2011-10-24 15:30:31 +00:00
c7ec90a607 Removed non-implemented things, for now... 2011-10-24 14:59:22 +00:00
f5e6768f47 Small refactoring 2011-10-18 08:45:55 +00:00
77c2ce9739 Refactoring some icon handling. Dumping trash handling; this should be done by separate application 2011-10-18 08:17:35 +00:00
394566a9a5 Fixed few things for easier compilation with FLTK 1.3.
Forbidden asciidoc to read /etc/asciidoc folder, as it could have newer incopatible asciidoc config files.
2011-08-03 12:20:37 +00:00
39b5181ad5 Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
44d997a075 Use common netwm code from edelib. 2009-12-24 15:47:29 +00:00
1031cdb68e Ignore if TERM == dumb on ede-launch.
Check smallest allowed sizes for font and maxwidth in ede-desktop icons.
2009-11-27 22:26:25 +00:00
a324dc2eb0 Some code reformatting.
Fixed pixmap creating issue for 24-bit displays.
2009-11-23 12:52:03 +00:00
037196c9be Reduced warnings on gcc 4.4.1.
Let panel applet use GLOBALFLAGS.
Check for XKBrules from XKB extension and conditionally compile code using it.
2009-11-20 17:08:29 +00:00
cc9725582c Call ede-keyboard-conf when clicked on applet.
Let ede-keyboard-conf uses setxkbmap for setting changes.
ede-desktop foreign callback addopted for latest modification in edelib.
ede-conf will display keyboard configuration.
2009-11-13 11:53:02 +00:00
2e989474b3 Use callback changes in edelib 2009-11-10 11:10:34 +00:00
445a252644 Make label transparent by default.
Use nice darker blue for default background.
2009-10-08 12:46:45 +00:00
5f5b7da26d Small report change 2009-10-07 14:40:56 +00:00
e6104ff470 Arrange icons if file with icon position wasn't found 2009-10-07 14:38:48 +00:00
c3912222cd Fix some warnings on *BSD's 2009-10-07 09:25:21 +00:00
7398386ad5 Allow ede-launch arguments to be quoted or unquoted 2009-10-03 09:06:05 +00:00
33df6e9231 Removed incomplete edialog.
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.
2009-08-12 15:26:38 +00:00
e9f1252feb Prevent crash when there is no image data 2009-07-11 10:45:06 +00:00
a425c03182 Removed unneeded execute() member 2009-07-09 14:11:28 +00:00
b6d080e414 Run icon action via menu 'Open' 2009-07-09 13:59:51 +00:00
e147228f53 Again, replacing FLTK menus... 2009-07-09 13:44:16 +00:00
4bc8027cb7 Replacing FLTK menus with the ones from edelib.
Some icons in menus
2009-07-09 13:26:59 +00:00
5eda865eb4 Small refactoring
Allow translation of the name of none icon
2009-05-20 15:04:32 +00:00
cf8f661b17 Let DesktopIcon::rename() handle most of the stuff 2009-05-20 08:55:39 +00:00
ffee0edd57 Some refactoring so icon properties does not get's copied
Added some hack to make valgrind silent in wallpaper code
2009-05-19 11:10:23 +00:00
12acd9ea6c Obsolete file 2009-05-18 14:50:29 +00:00
4f0a1e1ef1 Call dbus flags/libs declared in Jamconfig 2009-04-16 16:47:49 +00:00
d0e0732792 Replaced deprecated functions 2009-04-16 11:24:52 +00:00
cb57f095d0 Refactoring, cleanup... 2009-03-27 09:40:03 +00:00
0e66b21258 Menu items changed. 2009-03-26 18:27:32 +00:00
e95ef2bc5f Update background when wallpaper was disabled. 2009-03-26 18:20:56 +00:00
0c2831c50e Instead local USE_SHAPE, use HAVE_SHAPE from global config.h.
Some code style update.
2009-03-26 18:09:20 +00:00
5fe543ff4c Finishing wallpaper options (centering, stretching, tiling).
Some refactoring.
2009-03-26 17:05:44 +00:00
757710503f Code refactoring. 2009-03-26 13:01:59 +00:00
59e0be678f Update to the latest IconLoader changes. 2009-03-25 11:13:12 +00:00
2ea73b6996 Merged changed pkg.m4 from edelib
ede-panel has alternative way of calling ede-about dialog

Dumped SettingsApplicator.* code from evoke. They are replaced with ede-settings-apply script
which should call all programs that needs to apply stored settings. This will reduce code entropy

evoke will call ede-settings-apply at the startup

ede-bell-conf modified to use "--apply" arg and to apply known settings

ede-desktop will start icon exec path via ede-launch

Fixed freebsd specific code in ede-panel's battery code
2009-03-03 11:47:30 +00:00
99c4913b8c Update changes in run_* commands 2009-02-27 14:51:55 +00:00
c7c8fc92ea Added ede-bell-conf, a tool to configure system bell (that annoying beep thing)
Rest are changes so can nicely be compiled on freebsd
Also, some changes are in coding style
2009-02-26 11:15:27 +00:00
971172ac14 Imported ede-launch, a replacement for elauncher.
A bunch of things is still missing, but we have to start from something
2009-02-25 13:15:16 +00:00
b781d14805 Let ede-desktop run system installed ede-desktop-conf
Set Gtk/FontName in ede-settings.conf to the sane values so firefox (and other gtk apps)
does not yield unreadable windows

Removed some debugging code in evoke
2009-02-20 17:14:31 +00:00
bc68297a78 s/icon1()/use_icon1()
s/icon2()/use_icon2()
Let selected icon be darker; it is a much better visual than only
selected icon label
2008-10-03 11:29:56 +00:00
40400c0654 Remove commented code
Some refactoring
2008-10-03 10:14:57 +00:00
8a08b132ad Small refactoring 2008-10-02 12:16:04 +00:00
f5ca9cd65a Names over the code updating.
Small code reordering.
Interface where ede-desktop listens is now org.equinoxproject.Desktop.
New config format.
2008-10-02 09:42:19 +00:00
cb0ee372b8 Renaming files 2008-10-02 09:33:46 +00:00
6384a7b92a Renaming eiconman to ede-desktop 2008-10-02 08:35:46 +00:00