enlightenment/data/themes/default.edc

90 lines
2.1 KiB
Plaintext
Raw Normal View History

#ifdef E17_PROFILE
# if E17_PROFILE == LOWRES_PDA
# define SM "sm_"
# elif E17_PROFILE == MEDIUMRES_PDA
# define SM "sm_"
# elif E17_PROFILE == HIRES_PDA
# define SM "sm_"
# elif E17_PROFILE == SLOW_PC
# define SM "sm_"
# elif E17_PROFILE == MEDIUM_PC
# define SM
# elif E17_PROFILE == FAST_PC
# define SM
# endif
#else
# define SM
#endif
fonts {
font: "Vera.ttf" "Edje-Vera";
font: "VeraBd.ttf" "Edje-Vera-Bold";
}
spectra {
spectrum {
name: "black_to_trans";
color: 0 0 0 255 1;
color: 0 0 0 0 1;
}
spectrum
{
name: "rubberband";
color: 255 231 157 127 1;
color: 255 249 231 127 1;
}
}
collections {
#include "default_background.edc"
2005-01-16 07:05:23 -08:00
#include "default_battery.edc"
#include "default_border.edc"
#include "default_clock.edc"
2005-01-16 07:05:23 -08:00
#include "default_gadman.edc"
#include "default_ibar.edc"
#include "default_menu.edc"
#include "default_pager.edc"
#include "default_resize.edc"
#include "default_move.edc"
2005-01-16 07:05:23 -08:00
#include "default_temperature.edc"
#include "default_error.edc"
#include "default_cpufreq.edc"
2005-05-14 22:01:28 -07:00
#include "default_ibox.edc"
#include "default_start.edc"
#include "default_winlist.edc"
#include "default_transitions.edc"
#include "default_dialog.edc"
#include "default_configure.edc"
#include "default_icons.edc"
#include "default_pointer.edc"
#include "default_about.edc"
#include "default_theme_about.edc"
#include "default_entry.edc"
EFM - The E17 file manager and file browser smart object. *** BEFORE YOU USE *** This is alpha software and may cause E17 to crash, lockup, use 99% of your cpu, or even delete your files! I would advise using it in Xnest if you want to test or develop it. *** BEFORE YOU USE *** EFM can: - browse files and directories - generate thumbnails - launch executables - do some xdnd - monitor files and directories - delete and rename files EFM cant: - scroll - associate applications with files - purge its thumbnails (do it manually: ~/.e/e/fileman/thumbnails) - do a lot of things you'd expect it to do because its still in alpha stage Current TODO: - scrolling - we need a redraw function that will just re-arrange and not do the whole thing. for example, when we resize, we should just check the file offset and fill the empty space with icons - is the offset code working properly? i have a feeling we're displayin more icons that the visible space can take and they are being hidden. - emit all sorts of signals on double click, right click, single click... - aspect ratio on thumbnails. - add typebuffer like in evidence. - keyboard shortcuts for directory and file navigation. - multi select - allow for icon movement inside the canvas - add metadata system which allows us to save icon positions and will eventually allow us to have custom icon sizes, custom bgs per dir... - double check dir monitoring. note: when we are in a dir that is constantly changing, we cant keep calling redraw_new as it will kill us. - we need to fix the icon edc to allow us to have icon labels what will wrap on wrap=char - fix bugs SVN revision: 17370
2005-10-09 17:55:07 -07:00
#include "default_fileman.edc"
#include "default_filesel.edc"
#include "default_check.edc"
#include "default_radio.edc"
#include "default_frame.edc"
#include "default_button.edc"
#include "default_label.edc"
#include "default_scrollframe.edc"
#include "default_ilist.edc"
#include "default_tlist.edc"
#include "default_slider.edc"
#include "default_exebuf.edc"
#include "default_desklock.edc"
#include "default_textblock.edc"
#include "default_shelf.edc"
#include "default_preview.edc"
#include "default_cslider.edc"
#include "default_spectrum.edc"
#include "default_color_well.edc"
#include "default_sys.edc"
#include "default_deskpreview.edc"
#include "default_fontpreview.edc"
#include "default_wizard.edc"
#include "default_toolbar.edc"
2008-02-01 21:26:07 -08:00
#include "default_slidesel.edc"
}