Commit Graph

1021 Commits

Author SHA1 Message Date
Carsten Haitzler c6b5f985fe a new wallpaper config dialog. only partly done. try it anyway. it's fun.
SVN revision: 39801
2009-03-30 13:34:32 +00:00
Davide Andreoli f9b373fe0e * Fix mouse click on button widget (when using theme icon, not edje icon)
SVN revision: 39786
2009-03-28 22:26:23 +00:00
Davide Andreoli 7e1d04f5d0 * Fix e_util_dialog_internal() icon
* Scale better the efm progress



SVN revision: 39784
2009-03-28 22:16:12 +00:00
Davide Andreoli 9a28058961 Make the file manager progress look black and white
SVN revision: 39703
2009-03-25 00:14:58 +00:00
Davide Andreoli 6e235313ba place the progress rectangle on the bottom left and don't overlap with the scrollbars
SVN revision: 39688
2009-03-24 18:04:19 +00:00
Davide Andreoli fe7edcd4f8 EFM progress monitor:
* use edje_box instead of evas_box
 * remove entry_del_handler (use the free_cb instead)
 * sizeof(buf) instead of PATH_MAX in snprintf

Thanks gustavo for suggestions :)



SVN revision: 39687
2009-03-24 17:57:30 +00:00
Davide Andreoli 355be05673 Simple notification when a file operation needs attention
SVN revision: 39684
2009-03-24 15:29:02 +00:00
Viktor Kojouharov a1f957c0e5 stop the warnings
SVN revision: 39613
2009-03-21 20:50:48 +00:00
Davide Andreoli 684fbe122c Make syscon accept mouse click also on button icons.
SVN revision: 39503
2009-03-16 11:02:24 +00:00
Davide Andreoli eb2d1db1dc Icon rename finished. Now we have a fully compliant icon theme :)
now I'm going to fix E-MODULE-EXTRA...


SVN revision: 39495
2009-03-15 17:41:46 +00:00
Davide Andreoli 3d41cbb20d More icon works, this commit include changes to the icons on the desktop.
You will probably loose desktop icons until you get a fresh profile. Or you can edit the
.desktop files in .e/e/fileman/favorites (new icons name are: user-desktop, user-home, computer and user-temp)

Sorry for bothering... the next commit should be the last ;)



SVN revision: 39419
2009-03-08 23:09:48 +00:00
Davide Andreoli ea90154e61 Show progress from the slave process in every efm windows.
All the graphics need to be done! For now just a red rectangle, 5 labels and
a really simple progress bar. ... (toma: ping)

You can change the position of the info box from e_fwin.c line  329. A configuration will come soon....
The configuration will also let you choose on witch window you want to see the info box
(every window, just on the source of copy operation, just on the dest or both)



SVN revision: 39416
2009-03-08 14:11:24 +00:00
Davide Andreoli 49fecd25b7 More icons renamed
SVN revision: 39400
2009-03-06 22:18:15 +00:00
Davide Andreoli 283fdc3092 wops...remove debug code
SVN revision: 39397
2009-03-06 19:22:10 +00:00
Davide Andreoli 1101c58d9f more icons renamed
SVN revision: 39396
2009-03-06 19:17:12 +00:00
Davide Andreoli fc66fc7c73 More icon renamed, for more info look at default.edc (around line 22650). I'm keeping there a mapping between e old names and fdo ones.
SVN revision: 39374
2009-03-05 02:39:50 +00:00
Davide Andreoli 2904ca6d46 ICON: enlightenment/themes -> preferences-desktop-theme
SVN revision: 39373
2009-03-04 23:53:28 +00:00
Davide Andreoli f64a04ec46 Make a new function:
e_util_icon_theme_set(Evas_Object *obj, const char *icon)
to use in place of e_util_edje_icon_set.
The new function (as it works for menu) search the icon in E theme and FDO themes
according to the config option.

SVN revision: 39371
2009-03-04 22:29:23 +00:00
Gustavo Sverzut Barbieri 003a843d2a fileman bookmarks now respect icon theme overrides setting.
SVN revision: 39356
2009-03-04 03:02:01 +00:00
Gustavo Sverzut Barbieri cb629d5a56 More FDO icons work, now able to choose which one has precedence.
SVN revision: 39355
2009-03-04 02:56:27 +00:00
Carsten Haitzler 3554bd24f3 more glow fix.
SVN revision: 39324
2009-03-02 05:47:14 +00:00
Carsten Haitzler 889608cc5a make press glow easier to see
SVN revision: 39323
2009-03-02 05:46:37 +00:00
Miculcy Brian 9cee5ead3c Changed about dialog size and AUTHORS cleanup.
SVN revision: 39321
2009-03-02 02:41:53 +00:00
Gustavo Sverzut Barbieri 82a8ab89df Major refactor of e_fm2_icon_get() and minor optimizations.
* split e_fm2_icon_get() to make it reuse more code paths.

 * lots of new internal functions with _e_fm2_icon_ prefix are born,
   try to reuse them as much as possible so we have less places to
   change if we move to something else (hint: using FreeDesktop.Org
   icons)

 * optimize e_fm2_icons_update() and few others to do not copy
   sd->realpath all the time, it is loop invariant there.

 * comparison of mime icon "DESKTOP" and "THUMB" are now fast pointer
   comparison since they're all eina_stringshare'd.

 * themes can now differentiate between file types, like 'fifo',
   'socket' or even 'executable'.

 * common extension comparisons are bit faster, not using glob pattern
   matching but rather reusing code to find out last '.' and then
   comparing them in optimal way. I added E_FM2_SIMPLE_STRCASE_FILES
   to make it even faster if one wants, left disabled by now.




SVN revision: 39313
2009-03-01 18:15:44 +00:00
toma 71c8bbb7bb A couple of new EFM icons. More to follow. Would like some feedback on the size. They have a 2px pad so they really standout on the menu at the moment. Took away the shadow too as they tend to look bad at 16px.
SVN revision: 39244
2009-02-26 14:07:33 +00:00
Viktor Kojouharov 9bbc8158bd edge and corner binding infrastructure. If you have an old config, enable the conf_edgebindings module and hit 'Reset to defaults' to get edge desktop switching.
The edge/corner picker needs some love from someone who is not artistically challenged.  And a proper module icon as well.


SVN revision: 39220
2009-02-25 22:21:46 +00:00
toma e0cfef818f Dummy icons for now.
SVN revision: 39187
2009-02-25 02:26:29 +00:00
toma ecf3ae828b Remove unused icon.
SVN revision: 39037
2009-02-16 12:33:37 +00:00
toma 8402adb4b9 New for cursor and its module
SVN revision: 38959
2009-02-06 13:25:44 +00:00
toma b00b69c435 Module icons... most of them. Some still need some love, but Ill get around to that. Shout out to Sachiel!
SVN revision: 38953
2009-02-05 14:34:01 +00:00
toma 63c5d8c9d5 Toolbar and ibar icon.
SVN revision: 38942
2009-02-04 12:14:46 +00:00
toma 0a8df728c0 E gets a new engine. Its a Harley bike engine\!
SVN revision: 38940
2009-02-04 11:43:47 +00:00
toma 9d2b9cbb75 Settings and a warning icon for the profiles delete dialog.
SVN revision: 38922
2009-02-03 13:46:28 +00:00
Carsten Haitzler a03639d55f battery config.... better!
SVN revision: 38920
2009-02-03 12:45:38 +00:00
toma b5aa90e3c2 And heres the interaction icon. Also included, reset for profiles dialog.
SVN revision: 38918
2009-02-03 12:09:24 +00:00
toma 8ea62fba61 Gimme mah icons back
SVN revision: 38875
2009-02-01 03:35:43 +00:00
Carsten Haitzler ca0d7dfcfc profile config now offers reset and is spruiced up to be like the wizard one
supportign the profile.desktop descriptions and icons.



SVN revision: 38872
2009-02-01 01:32:09 +00:00
toma 05d1563e4e Open, Close.
SVN revision: 38870
2009-02-01 00:49:38 +00:00
toma 396e29e501 Place holder icons for now.
SVN revision: 38861
2009-01-31 03:57:03 +00:00
toma ed7896b34b Profiles icon.
SVN revision: 38843
2009-01-29 14:56:29 +00:00
Carsten Haitzler 4ca5b9578c fix complaints from edje min size calc.
SVN revision: 38838
2009-01-29 07:25:17 +00:00
Carsten Haitzler 7576e5a311 move ilist widget filling to a idler... defers a chunk of work to idle time
over a period of time keeping e interactive and usable.



SVN revision: 38836
2009-01-29 06:29:36 +00:00
Carsten Haitzler 691a489728 make arrow clicks on toolbar scroll 1 step.
SVN revision: 38829
2009-01-28 12:36:50 +00:00
toma 870fdd5796 Autoscoll. Figured the question mark would work well with dialogs so i bumped that in there till further notice. The big question about Interactions dialog, is if it is an appropriate name for it. Its just a couple thumbscroll settings.
SVN revision: 38733
2009-01-23 13:02:16 +00:00
toma b7b219ccfb Icon theme icon, Show/Hide windows icon is used, added an eject icon for efm, not that its being used yet but its now there.
SVN revision: 38696
2009-01-22 13:50:17 +00:00
Carsten Haitzler fd8cb46a11 syscon -> labels!
SVN revision: 38695
2009-01-22 05:41:33 +00:00
Carsten Haitzler a65708abbd clean up wiz
SVN revision: 38694
2009-01-22 04:42:16 +00:00
Carsten Haitzler 81193aa446 fbsd note.
SVN revision: 38594
2009-01-15 11:58:26 +00:00
Carsten Haitzler ff625c5568 make selection appear instantly- feels more "responsive"
SVN revision: 38499
2009-01-08 00:08:43 +00:00
Carsten Haitzler 37161e8b16 make ilist (and fm list) a bit nicer.
SVN revision: 38487
2009-01-07 12:59:34 +00:00
Carsten Haitzler 11e83d5132 viktor's colorclasses additions
SVN revision: 38396
2009-01-01 02:08:06 +00:00
toma b2dc9581c3 And add the images. Doh.
SVN revision: 38100
2008-12-11 01:14:00 +00:00
toma 9375493c3e Opened up some more possibilities for window maipulation icons. In go the new Application icons. The application icon is now used for shellscripts in efm. Restructured the icon names so theyre all in the 1 place in file managers and in the .edc file.
SVN revision: 38099
2008-12-11 01:12:54 +00:00
toma 1f5f230345 More stuff todo.
SVN revision: 38075
2008-12-10 04:53:42 +00:00
Gustavo Sverzut Barbieri a1fe746d69 grrrrrr... it's alias, not name!
TUT TUT TUT, naughty commiter, please test before doing it!



SVN revision: 37984
2008-12-07 14:10:47 +00:00
Gustavo Sverzut Barbieri 1d214683a9 e_fm2: view mode is back!
As I suspected it was not error on my code. At the end it was just a
missing theme.

For now I just aliased default to desktop, but I guess it's better to
come with something else transparent so we can see our
wallpaper. Themers?!

PS: for Illume I think it makes sense to have that menu, but for
desktop it does not, maybe we should add more flags to turn off just
view mode selection and keep icon size? Or just turn off lists... or
just let the user choose, there are many strange users out there, one
might like it.



SVN revision: 37983
2008-12-07 13:53:25 +00:00
Carsten Haitzler e71b7961a2 fix illume theme gadget no-mouse-events.
SVN revision: 37973
2008-12-07 02:08:32 +00:00
toma 38c786d897 Fade the hilight on the toolbar to stop washing out the icons. NEW application icon... Feedback plz. Will make the needed variants when its accepted and loved by all.
SVN revision: 37939
2008-12-05 11:02:58 +00:00
toma c12cae950b Window focus update. Scale icon dropped in. Remove exit icon cause its gross. Reorder some icons in edc and also remove soem TODO stuff. Also, new virtualdesktops icon.
SVN revision: 37908
2008-12-03 00:28:40 +00:00
toma 30639dc459 Some window icons. Will apply to all the module .edj files if theyre ok. Feedback welcome.
SVN revision: 37901
2008-12-02 05:04:56 +00:00
Massimo Maiurana 0458cb124f adding greek to avalaible locales in wizard
SVN revision: 37866
2008-11-30 11:31:54 +00:00
Massimo Maiurana c30fa04e8d content is the same, only added italian strings in desktop files
SVN revision: 37832
2008-11-27 19:31:44 +00:00
Chidambar Zinnoury 3202cba829 We don't want too long items to set the width of all elements on exebuf.
SVN revision: 37827
2008-11-27 19:04:15 +00:00
Massimo Maiurana f10477cdda translation for display managers + updated translations for illume
SVN revision: 37812
2008-11-26 16:54:52 +00:00
Carsten Haitzler 6cf459572f make extra actions work. use them from illume.
SVN revision: 37811
2008-11-26 12:54:23 +00:00
toma ca31354113 Fixing up a couple missing icons. A couple EFM icons in, more to follow. New favorite icon.
SVN revision: 37802
2008-11-25 22:51:47 +00:00
Carsten Haitzler be2fe2e689 and fix x-ui.sh to be default again and... fix themr to have right icon max
sizes.



SVN revision: 37798
2008-11-25 08:09:19 +00:00
Carsten Haitzler 5a29e1f6b5 syscon module added - provides a system entry in main menu (build in one gone
now). syscon has a poup with buttons (configurale) that offer all the
logout/reboot etc. stuff. also able to extend with more items or inline them
into the theme too.

not complete. need config for being able to extend the syscon popup (and use
it) and no gui config for configuring what should appear and how it should
look. possibly theme should have custon elements for the ones curently using
button + icon look. also no keyboard control.



SVN revision: 37797
2008-11-25 08:05:58 +00:00
Carsten Haitzler aa47f3c311 flash icon - looks nicer now!
SVN revision: 37740
2008-11-22 04:31:22 +00:00
Carsten Haitzler 6ac066d200 improve icon bg
SVN revision: 37736
2008-11-21 23:35:06 +00:00
Carsten Haitzler 5b50a2b89e * shortening config category titles.
* remove illume custom config dialog - use normal one
* add toolbar used in config dialog. will be used for more. makes ui more
  compact and flexible.
* make dialog windows optionally ALWAYS be "normal windows".
* config module exports a config gadget now - illume doesnt need it anymore



SVN revision: 37721
2008-11-21 03:59:30 +00:00
Carsten Haitzler 789102ec2e desktop icon goes better with current icons
SVN revision: 37684
2008-11-17 01:50:30 +00:00
Carsten Haitzler 70361c5675 add a glow image to buttons so u really know they were pressed.
SVN revision: 37651
2008-11-15 05:14:28 +00:00
Carsten Haitzler d2353e4662 add cd icon
SVN revision: 37643
2008-11-15 00:46:15 +00:00
Carsten Haitzler 2d9c6b9a8d make icons same size ad others. 64x64
SVN revision: 37636
2008-11-14 22:25:02 +00:00
Carsten Haitzler cbdf705baf cd icon for efm.
SVN revision: 37623
2008-11-14 13:12:13 +00:00
Carsten Haitzler 48da41646a nicer hdd icon?
SVN revision: 37617
2008-11-14 10:22:30 +00:00
Viktor Kojouharov ae2d26fcb2 this part doubles all events, and causes a double jump when using the mouse wheel to scroll through the desks. it seems to serve no other purpose
SVN revision: 37601
2008-11-13 10:51:49 +00:00
toma 817741732c New TODO list for icons that need to be done.
SVN revision: 37471
2008-11-05 12:17:07 +00:00
Viktor Kojouharov 5176e951f8 typo--
SVN revision: 37470
2008-11-05 08:35:48 +00:00
Carsten Haitzler 6028e0670f add slipwin button - does nothing, but will eventually. for now it is
inactive and a spacer. app&syswin added for changing soon.



SVN revision: 37411
2008-11-02 10:47:24 +00:00
Carsten Haitzler 1dfe417bae make next/prev arrows bigger got hitting.
SVN revision: 37355
2008-10-31 12:40:05 +00:00
Carsten Haitzler 098b1c50bf add next/prev app buttons, fix slipwin to expand all the way and have window
icons. remvoe junk code too.



SVN revision: 37352
2008-10-31 06:31:42 +00:00
Carsten Haitzler e5b58cdf3a profide a fso icon override for hdd's to use theme icon and code to use it.
SVN revision: 37266
2008-10-28 07:48:16 +00:00
Carsten Haitzler fb79f18ed9 distcheck fix.
SVN revision: 37200
2008-10-27 05:45:30 +00:00
Carsten Haitzler 0c827e60f4 bug in splash - didnt start shutdown right.
SVN revision: 37198
2008-10-27 05:37:27 +00:00
Carsten Haitzler f6a4c78591 illume moves to e's tree - why? the new wizard and config profiles make it
now a breeze to set up and use - unlike before. so now it's a wizard or
profile option out-of-the-box. it's a good example of a radical change in
profiel for a radical change in gui.



SVN revision: 37195
2008-10-27 05:17:56 +00:00
Carsten Haitzler 0cfa4a2123 nicer icons.
SVN revision: 37189
2008-10-27 03:02:12 +00:00
Carsten Haitzler 4e9fe2ab15 quick temporary icons for root and temp.
SVN revision: 37136
2008-10-26 11:30:18 +00:00
Carsten Haitzler 2ee53bbbfd improve default .desktop set. need to add icons.
SVN revision: 37135
2008-10-26 11:27:14 +00:00
Carsten Haitzler 20fd541692 and now wizard is pretty much required. functionalyl its almost all there.
just the init of ibar/fileman favorites is the old untar code moved to
wizard. icons for all profiels are nto done yet - doing. broung some
backgrounds back - small .edj files though.



SVN revision: 37119
2008-10-26 09:04:05 +00:00
Carsten Haitzler 272e62ba14 make dropin/over object actually stay hidden until needed
SVN revision: 37107
2008-10-26 01:14:08 +00:00
Carsten Haitzler a400029699 expand wiz objects to fill height!
SVN revision: 37101
2008-10-25 15:38:27 +00:00
Carsten Haitzler d04a4c70d8 support flag icons.. and add them.
SVN revision: 37093
2008-10-25 08:53:44 +00:00
Carsten Haitzler 26c18a5116 back to working on wizard. page 000 is just a splash page. does nothing
interestign except pause for 2 seconds so the "welcome to enlightenment"
title it sets can be seen (and disable the next button). 010 is the laguage
selector - borrows a small bit of logic code from the langaue config module
so it can just list known supported locales on your system let you select,
and move on. it's special in that it implements its langauge choice the moment
you hit "next" (the page hides). this is so further pages are in the selected
language (which they are. and that's so cool).



SVN revision: 37092
2008-10-25 06:54:38 +00:00
Chidambar Zinnoury 928f2e56a6 Remove centered vertical alignment settings for now. This creates misalignments when diffents fonts (with differents ascents/descents) are used. Best seen in about dialog with scale=8 :D.
SVN revision: 37072
2008-10-24 18:29:32 +00:00
Carsten Haitzler 20363fcb48 delete backgrounds and fonts we ship - don't need the fonts (system
fontconfig should suffice these days) and sample backgrounds - well... let's
just move "sample data" to exchange's job. make's e's backage and default
install leaner.



SVN revision: 37036
2008-10-23 22:46:57 +00:00
Carsten Haitzler bf127ce0ac update iimf
SVN revision: 37034
2008-10-23 22:44:55 +00:00
Carsten Haitzler 8e62f714f5 clean up test images and icon used for enlightenment.desktop
SVN revision: 37033
2008-10-23 22:43:27 +00:00
Carsten Haitzler b90bb54c3d hmmm - no. Edje-Vera-Bold is a pointless addition. why? it's not defined
anywhere! you would need a fonts {} sectin that maps Edje-Vera-Bold to a
.ttf file inlined into the .edj files. We don't included these anymore in the
theme. We use the (these days) standard Sans font on the system. the solution
to it missing/not working (when a bold style is used) is not adding fallbacks
in to fonts that don't exist. I have never seen any problem with this, so
those that do should be checking why the Sans and Sans:style=Bold fontconfig
font declarations don't work (lack of those fonts on their system? bad
fontconfig setup? maybe a bug in evas's fontconfig support?)



SVN revision: 37032
2008-10-23 22:30:56 +00:00
toma 9c7946d77e Whitespace be gone
SVN revision: 37027
2008-10-23 13:53:49 +00:00
Chidambar Zinnoury 33ac85bfcc Some times, there were no fallback to Edje-Vera-Bold when font was set to Sans:style=Bold: add it everywhere it was missing.
Reported by mcalamelli.


SVN revision: 37021
2008-10-23 12:10:03 +00:00
Viktor Kojouharov bcf3f0e1e8 hide the full_bg window, else all X dnd breaks
SVN revision: 37015
2008-10-23 07:15:44 +00:00
Carsten Haitzler 1324acbe10 and inset too.
SVN revision: 37011
2008-10-23 03:58:18 +00:00
Carsten Haitzler 421af81e6a and make desktop scrollframe not have insets/shadows
SVN revision: 37008
2008-10-23 00:51:42 +00:00
Carsten Haitzler f6984f6c12 and fix minor oopses in theme - missing bits
SVN revision: 37007
2008-10-23 00:42:09 +00:00
Carsten Haitzler 307d52edfd major changes!!!
init splash now merged with theme - default theme has both. saves space on
disk and just in the end is cleaner. can still select spash separately - but
now themes should provide splashes. you can have just splash files in the
theme dir - but won't be much good for full themes.

default theme now is b&w - all moved over and building. it's now default.
default splash is just default theme etc. etc.

this may cause some problems - so i'd just check your settigns and maybe
re-selct your init splash as it may not exist anymore or be found and thus a
blank splash until u fix it in config.

hmm... there is a bug thoug - i think fileman related. will check. missing
something in theme.



SVN revision: 37006
2008-10-23 00:32:48 +00:00
Chidambar Zinnoury 69e0a07945 Add support for non-theme defined texts for battery module popup.
SVN revision: 36809
2008-10-19 11:00:42 +00:00
Cedric BAIL dab9aaa5c5 Remove enlightenment-config source of miscompilation. You should use pkg-config now.
SVN revision: 36712
2008-10-16 10:19:40 +00:00
Chidambar Zinnoury 5303560262 Recompile e background edje files.
SVN revision: 36697
2008-10-15 19:46:52 +00:00
toma a3c3d2c23f Icon work. HUGE revision of icons and their names. This breaks the icon theme API so you might need to revise some themes. It does however, simplify a whole lot of stuff. You'll notice a lot more icons in menus. This bigger changes will come with the new theme once it is done. The missing icon names are put in b_and_w theme for now so if you need them, look them up. Also a bit of base work for EFM and the border icons in there. Commented out till the old icons are merged in. Message me if anything is screwed up.
SVN revision: 36591
2008-10-12 06:04:26 +00:00
Davide Andreoli a964e85dc2 Add configuration options to gadman.
Now you can choose the type of background (theme default, custom color, custom image or transparent).
And you can also choose to enable/disable the animations for gadgets/background.
The custom background image can be any of the e17 background or even a normal (jpg, png..) image.

This BREAK all existing themes :(
I will update the b_and_w theme tomorrow

SVN revision: 36576
2008-10-11 00:59:21 +00:00
Carsten Haitzler b370f8315f remove/comment out printfs and remove fixme (to be removed) fake mouse up funcs
SVN revision: 36229
2008-09-25 01:34:39 +00:00
Carsten Haitzler 9c73f46d0f update test.edj
SVN revision: 36228
2008-09-25 01:02:48 +00:00
toma 837f4a9c3b picture and gradient icons in.
SVN revision: 36221
2008-09-24 15:55:08 +00:00
toma b54c8fcf07 Fix up the images i forgot to add... reorganise widgets in blingbling edc
SVN revision: 36220
2008-09-24 15:17:10 +00:00
toma 265f021f81 Dummy icon for scale module.
SVN revision: 36219
2008-09-24 15:06:10 +00:00
toma 300a02fecc Resize those widget icons. Adding some padding
SVN revision: 36218
2008-09-24 15:00:57 +00:00
toma bd73dd86c5 A few widget icons. All widgets are covered now and should look pretty neat. Complain to the e-devel list if you can find any that are missing.
SVN revision: 36214
2008-09-24 14:07:19 +00:00
Carsten Haitzler 06e4a1df97 and forgot the mixer icon.
SVN revision: 36203
2008-09-24 07:20:29 +00:00
Carsten Haitzler 1b6aba2e29 add a pager icon - toma! forgot to svn add!
SVN revision: 36202
2008-09-24 07:19:38 +00:00
toma 3d453c017d Remove dup entry for mixer in b_and_w, Made widget/new for use in modules as its not really the same as 'add' in most cases. Applied that change in the ICM module so its uses the right widget name, added a pager and mixer icon to bling aswell... also, filled out some dummy icons in blingbling. Will make some icons for those soon. The idea is to make icons that can be used in blingbling and the new theme. Removed a whole lot of whitespace too, thanks to Scite. Its turned off now.
SVN revision: 36201
2008-09-24 05:58:55 +00:00
Gustavo Sverzut Barbieri 1bf597650f Fix e17 distcheck.
Dear Toma, remember to add new images to EXTRA_DIST! ;-)


SVN revision: 36193
2008-09-23 21:13:58 +00:00
toma 4a16cd4191 Bit of an API break for themes. The icon to tell you something is set is now enlightenment/check and not enlightenment/e. This gives a more logical display that something is set. Ive added the changed to blingbling too to maintain an icon in that spot. Other themes will need to create an icon called e/icon/enlightenment/check to get this working. It is used in the Adv theme selector, profiles, colours, fonts and language.
SVN revision: 36142
2008-09-21 07:43:46 +00:00
Gustavo Sverzut Barbieri 77ccc1ba82 fix make dist: Include new fileman images in distribution.
SVN revision: 36021
2008-09-16 18:33:09 +00:00
Carsten Haitzler a182f7cc8e tmp work... tmp directory for a play area... for now.
SVN revision: 35799
2008-09-03 06:04:56 +00:00
ptomaine 2c4fae916f * Default theme: fix preview when dragging from list view.
* Add DND modifiers: Control for copy, Shift for move, Alt for ask. Default action is move. Config for these comes later.
* Add EDJE signals for theme to act on DND action change.
* Default theme: Show current DND action using overlay icons. Icons done by Tom 'Toma-' Haste, thank you very much.


SVN revision: 35772
2008-09-01 09:51:30 +00:00
Carsten Haitzler 9d7329da99 some mixer fixes (icon, code), a connman module - beware. not fully working
(well working up to the point whre you can select a network - at that point
connman itself just stares dumbly at you and does nothing - so right now it's
some form of connman bug i suspect). it doesnt save config or load - so you
need to re-init each time and the graphcis are... let's just say.. sucky. for
now theyare test graphics only. suto-connect if network found etc. doesnt
work as well.. can't even connect first time... i can clean the rest up so in
theory it works - but in practice, won't be useful until connmand (back end)
works properly.



SVN revision: 35755
2008-08-31 01:51:27 +00:00
toma c77fe04afe Fix the ilist header text shadow
SVN revision: 35532
2008-08-18 03:47:35 +00:00
Carsten Haitzler 02490f2563 ok. i think most binary files are now fixed.
SVN revision: 35525
2008-08-18 00:02:26 +00:00
Carsten Haitzler 190c380c6d fix bins
SVN revision: 35511
2008-08-17 15:03:18 +00:00
Carsten Haitzler 7dbd1098b2 actually include images in tarball
SVN revision: 35338
2008-08-06 05:19:27 +00:00
Gustavo Sverzut Barbieri c28047e3a1 Add mixer module.
This is the mixer modules as in:

      git://staff.get-e.org/users/barbieri/e_module-mixer.git

it's being used with ALSA backend for some time without problems and
it's ready for inclusion. We still lack OSS4 engine.


SVN revision: 35282
2008-08-01 03:08:16 +00:00
Christopher Michael f6dc37a244 Theme patch from Toma. Remove unused glints.
SVN revision: 35072
2008-07-12 06:25:32 +00:00
Christopher Michael b249ede4f1 Patch from Toma to remove duplicate color: entries for some parts.
SVN revision: 35051
2008-07-10 15:19:50 +00:00
Christopher Michael 4ac01dbba6 Small patch from Toma to fix Logout dialog not having a fixed: 1 1; for
certain parts.


SVN revision: 35017
2008-07-07 09:53:09 +00:00
Carsten Haitzler 0a8ffffa5f add in gadman for desktop. happy dave! :)
SVN revision: 34610
2008-05-19 04:37:34 +00:00
Christopher Michael d9c072ea86 Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)


SVN revision: 34477
2008-05-06 09:30:21 +00:00
Nicholas Hughart 6d14620446 Add alert popup to battery module. Was broken after batget changes. Popup is now themeable and also a bit less intrusive.
SVN revision: 34454
2008-05-03 19:51:49 +00:00
Christopher Michael 49f507fd4f Use correct font_class for desktop icons in default theme.
SVN revision: 34355
2008-04-23 20:06:49 +00:00
Eric Schuele 0f9c14c1a8 Toma's fix for the battery module's poor width calc.
SVN revision: 34352
2008-04-23 05:51:02 +00:00
Carsten Haitzler 1ae409e642 translatable configuration title patch
SVN revision: 33931
2008-03-05 05:39:55 +00:00
Carsten Haitzler 2df5c4159c gee.. um.. software-16 support in e17 - but beware! buggy buggy buggy. do not
use this unless you wish to have much pain :)

ummm... scrollframe thumb scroll has some heuristics on it to work better -
exec returns exec handles...


SVN revision: 33794
2008-02-20 04:12:59 +00:00
Carsten Haitzler 5c2641e5dd 1. fix abort in tiff loader
2. slidesel theme garbage trailing. nuke
3. icon obj can have pre-scale set not. default is as before.
4. printf-- in slidesel


SVN revision: 33677
2008-02-05 12:00:19 +00:00
Carsten Haitzler 05fc729bf8 new widgety stuff
SVN revision: 33662
2008-02-02 05:26:07 +00:00
Christopher Michael 407167eceb No need for 2 color statements.
SVN revision: 33661
2008-02-02 01:15:14 +00:00
Carsten Haitzler 5e8fe37119 entry disabled changes in.
SVN revision: 33529
2008-01-19 01:00:37 +00:00
Carsten Haitzler b70f5a0ecc e:
1. configure/build changes to allow cross-compiling painlessly
2. pager module namespace changes - this was still dirty afdter the namespace
cleanup, so clean it up
3. add a powersave subsystem - doesnt have an "automatic" way to turn on and
off right now, this i think is best provided by modules (that do things like
monitor acpi status's (eg close lid of laptop), AC power status etc. etc.
this allows e to nicely defer "power" expensive actions to avoid disk
spinups etc.
4. move to use the new ecore poller system  - discussed long ago as part of
power management/saving issues. now it exists
5. add a canvas idle flush call that helsp cope with the new shm greedy
software x11 engine stuff
6. use the new powersave subsystem where appropriate
7. fix non-zeroed/initted memory access in e_fm_main
8. fix mem leak for e menus
9. remove ipc handlers for changed/removed config values
10. use animaotr not timer for menu scrolls - then menu scrolls obey the fps
config
11. fix up timer/poll happienss of cursor idle stuff
12. remove avoid damage from popups for now - causing problems
13. change battery and temp readouts to b e shorter so they fit
14. pager can emit signals on focus change for mini-windows now
15. temperature module now uses a slave process and uses stdin/out to talk to
it and get output - this makes e smoother as in my expereicne i found getting
the temp on my laptop actually took like 200ms so e "hang" for 200ms while
reading the acpi files - so now the subprocess does it and just writesa back
to e when it gets it.

ecore:
1. add ecore_pollers. see the documentation on them in doxygen comments :)
2. fix timers to only go off when they have to - bug there that made e's
select time out a LOT more than it needed to. defensive coding hid the
problem. now fixed. e should be much more power friendly now.
3. formatting/niceness in ecore_exe stuff
4. some comments on comments with SIGIO ideas vs. select
5. add call to be able to add an idle enterer at the start of the list of
them, not just the end (as has been the default)
6. fix ecore_evas to support auto evas idler calls after 0.5 secs of idle in
all canvases - and to do it right
7. if argb destination - set the shape EVENT shape (to mask out events in
transparent regions much like shape does withotu translucency)
8. in ecore_x add support for the event shape

evas:
1. fix cache to work properly and not just always fill up (as it seemed to
like to think cahce useage dropped below 0 when it didnt and thus just
over-fill)
2. software x11 engine now ONLY uses shm segments - no ximages over the
socket. this ximage hack was there to avoid the 2 round trips involved in
setting up an shm image - now i mitigated that wih an shm image cache pool.
it keeps shm images around and repurposes them for new update regions if
appropriate. this means many fewer shm creates (about 1/100th the number) and
since we recycle the memory less 0 memory page filling by the kernel - in the
end, i recorded about a 10-20% speedup over the old software x11 engine.
simple tests i have seen up to 120% speedups. idle flush now does something -
it frees all the cached shm segments. it has a hard-coded limit of 4mb worth
of shm segments (or 32 segments - whichever comes first) to keep around. once
can never complain much about speedups methinks :). also evas will defer sync
until the NEXT frame is written - this means evas can calculate the next
frame of data while x dma's/copies the images to the screen at the same time
(if you hve a dual core or multi-cpu machnike or your xserver is able to use
DMA to copy image data to the screen/video ram then this should see a decent
speedup).


SVN revision: 33448
2008-01-11 07:33:57 +00:00
Carsten Haitzler 4a2bc0e79c patches, caching fixes, zone dynamic creation/deletion handling, stuff.
SVN revision: 33127
2007-12-14 05:57:16 +00:00
Christopher Michael f0467da019 Allow more space for moving/placeing items in the toolbar. This removes the
large "gap" at the begining & end of the toolbar.
Also remove the "shaped" option as it's not needed in default theme.


SVN revision: 32982
2007-12-04 19:39:00 +00:00
Christopher Michael ad1add71a5 Add rar icon to Makefile.am
SVN revision: 32932
2007-12-02 09:08:25 +00:00
Christopher Michael 4cee74fcff Add icon for rar types.
SVN revision: 32931
2007-12-02 09:07:40 +00:00
Christopher Michael b8a1ead5c1 Add icon for Rar types also.
SVN revision: 32930
2007-12-02 09:07:17 +00:00
Christopher Michael b61867b266 Orientation support in the theme also.
SVN revision: 32524
2007-11-09 20:59:05 +00:00
Christopher Michael b28acd50ac Check in edc for upcoming toolbar.
SVN revision: 32228
2007-10-31 10:05:32 +00:00
Miculcy Brian 52ee7cd8e3 Removed, parted as desktop_files.tar.gz and desktop_order.tar.gz .
SVN revision: 32053
2007-10-13 11:31:38 +00:00
Miculcy Brian 4b5a3d2a6d Removed ~/.e/e/applications/all as it isn't used anymore. Correct dir is ~/.local/share/applications, so applications.tar.gz was parted into desktop_files.tar.gz which contains the .desktop files and is extracted to ~/.local/share/applications/ and desktop_order.tar.gz which contains the menu and bar files and is extracted to ~/.e/e/ .
SVN revision: 32052
2007-10-13 11:28:54 +00:00
Carsten Haitzler 43a5794c88 buttom patch from lok and seb's shelf bug fix.
SVN revision: 31974
2007-10-05 06:05:16 +00:00
Christopher Michael ee23572537 Added basic rubber band support to efm.
SVN revision: 31763
2007-09-19 19:38:25 +00:00
Carsten Haitzler 1ab387ad73 more work on wiz - fix up bold font text part refs so they stay bold. lang
list - but empty. need to fill.


SVN revision: 31749
2007-09-17 12:03:47 +00:00
Carsten Haitzler 745c95731d keep style - a first test.
SVN revision: 31745
2007-09-17 05:07:50 +00:00
Carsten Haitzler e7de4981f9 enable/disable back/next as needed. allow pages to do it too.
SVN revision: 31743
2007-09-16 18:32:32 +00:00
Carsten Haitzler b2efad1ba9 workin on da wiz - working on page infrastructure - just test pages right now.
SVN revision: 31693
2007-09-13 13:56:36 +00:00
Carsten Haitzler 670d147845 bah. until i have a better idea - i'm going "boring".
SVN revision: 31666
2007-09-09 22:46:58 +00:00
Christopher Michael 18aabd0126 Add a "noresize" border style (not the same as noresize_dialog). This fixes
bug #179.


SVN revision: 31644
2007-09-07 17:24:31 +00:00
Carsten Haitzler 7b8ae9704c asparagus!
SVN revision: 31524
2007-08-26 14:33:41 +00:00
Eric Schuele 3f3043c31f Add a bold tag to the default theme. ( <b> ... </b> )
SVN revision: 31509
2007-08-26 05:05:36 +00:00
Carsten Haitzler 5f6fa14f73 add.
SVN revision: 31503
2007-08-26 02:31:19 +00:00
Carsten Haitzler 5080050d30 be able to pass distcheck!
SVN revision: 31497
2007-08-25 13:49:47 +00:00
Viktor Kojouharov b0d4ef2ea9 info popup for gadcon clients
SVN revision: 31432
2007-08-20 18:50:20 +00:00
Carsten Haitzler 33e5c2d4b2 workin' on my wiz.
SVN revision: 31384
2007-08-18 15:55:48 +00:00
Carsten Haitzler 8128302bd5 lok's xdnd work
SVN revision: 31378
2007-08-18 10:37:16 +00:00
manowarrior 80d85dea05 i'm sick of the old crap..
SVN revision: 31279
2007-08-12 23:45:03 +00:00
Carsten Haitzler dd9a509678 working on wizard - nothing yet. dont use it! you'll regret it!
SVN revision: 31268
2007-08-12 14:34:53 +00:00
Christopher Michael fd3197d74e Fix alternate shelf w/ inset style for recent swallow color changes.
SVN revision: 30924
2007-07-21 03:39:14 +00:00
Carsten Haitzler 024a4dc7a2 and add image to Makefile.am!!!!! remember!
SVN revision: 30707
2007-07-10 15:19:22 +00:00
manowarrior f92eeb63b6 New Desktop icon
SVN revision: 30702
2007-07-10 13:06:35 +00:00
Carsten Haitzler ee2298b2db 1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas


SVN revision: 30696
2007-07-10 00:13:26 +00:00
manowarrior fa2c1d6552 New icon for "Root" (~/.e/e/fileman/favorites/root.desktop). If you already havea copy of this .desktop on your desktop update it (cp ~/.e/e/fileman/favorites/root.desktop ~/Desktop)
SVN revision: 30679
2007-07-09 14:12:30 +00:00
manowarrior 9ed5ec4a33 Update the Home icon a bit for more contrast. Rename it to much the FDO spec.
SVN revision: 30658
2007-07-08 14:32:34 +00:00
manowarrior 62a46239e1 commit new mime type icons and new folder icons with new names to much the FDO icon naming spec: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
now make efm to work with those :-)
stay tuned for more


SVN revision: 30654
2007-07-08 10:41:20 +00:00
Christopher Michael 245e84ade0 Fix swallow colors for alternate & invisible shelves.
SVN revision: 30634
2007-07-07 05:20:39 +00:00
Carsten Haitzler b6c1ed2544 lots of things vanished in e17 - swallows happened to be color 0 0 0 0...
SVN revision: 30632
2007-07-07 02:04:19 +00:00
manowarrior 971430e97d Skip and Skip/Pager border icons.
SVN revision: 30446
2007-06-23 10:41:57 +00:00
manowarrior e57dd48d74 ...and open the folder
SVN revision: 30418
2007-06-21 16:27:59 +00:00
manowarrior 49d8abd659 new folder
SVN revision: 30417
2007-06-21 16:27:35 +00:00
manowarrior 25961ee712 new home
SVN revision: 30416
2007-06-21 16:26:50 +00:00
Dan Sinclair 9f5b080858 - remove random ;
SVN revision: 30404
2007-06-19 01:38:23 +00:00
Carsten Haitzler b07a851c65 ASPARAGUS!
SVN revision: 30379
2007-06-17 15:25:52 +00:00
Carsten Haitzler a4dab7ebed lots of debugging - but most of all - removable device support now uses
e_dbus (optional if you built it) and uses dbus for mount, unmount dev and
volume detection, creates icons and changes their state etc. and automounts
on double-click of volume etc. may have bugs. pants on.


SVN revision: 30346
2007-06-16 16:18:45 +00:00
Eric Schuele 894db60c71 Patch from tokyo to populate the entry widgets context menu with icons.
SVN revision: 30314
2007-06-12 11:59:47 +00:00
Eric Schuele 401fd04bda Patch from tokyo to populate the entry widgets context menu with icons.
SVN revision: 30313
2007-06-12 03:51:47 +00:00
Carsten Haitzler 096fa7ba21 shuffling around of fm theme - now desktop can use a different theme entirely
to fm windows - easy to turn on and select. desktp;p theme items are slightly
modified as an example. fm theme still sucks tho


SVN revision: 30206
2007-06-03 04:50:54 +00:00
Carsten Haitzler e9d5e13066 remove frame shadow for desktop - custom scrollframe.
SVN revision: 30051
2007-05-21 14:12:48 +00:00
Carsten Haitzler d4b9eaa1ae work on the fm - no more segv if no Desktop dir - i hope
SVN revision: 30041
2007-05-20 08:41:36 +00:00
manowarrior d92ae2ab1f file
SVN revision: 29986
2007-05-13 19:58:46 +00:00
manowarrior 9795287913 clicked folder - opened drawer.
SVN revision: 29985
2007-05-13 19:29:35 +00:00
manowarrior b84c0ccc65 let's browse our dirs with nicer icon :-) drawer, as raster wanted.
SVN revision: 29984
2007-05-13 18:59:54 +00:00
manowarrior 2547184509 And we finally have *desktop* icons :-)
SVN revision: 29983
2007-05-13 18:35:10 +00:00
manowarrior b73caaf72a We've got a new home! :-)
SVN revision: 29982
2007-05-13 16:52:28 +00:00