enlightenment/data/themes/default.edc

58 lines
1.4 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";
}
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"
2005-08-13 18:31:38 -07:00
#include "default_randr.edc"
#include "default_pointer.edc"
#include "default_about.edc"
#include "default_theme_about.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_entry.edc"
#include "default_fileman.edc"
#include "default_scrollbar.edc"
#include "default_check.edc"
#include "default_radio.edc"
#include "default_frame.edc"
#include "default_button.edc"
}