Commit Graph

1237 Commits

Author SHA1 Message Date
Mike Blumenkrantz 30892e841e add some images to pass distcheck
SVN revision: 73564
2012-07-11 11:38:33 +00:00
Mike Blumenkrantz a883c59c02 toggling pager's 'show desktop names' now properly toggles constant display of desktop names
SVN revision: 73563
2012-07-11 10:53:07 +00:00
Mike Blumenkrantz d2254253be pager module now uses deskpreview to show full, realtime previews of desktops; option to disable can be found in pager settings
ticket #141


SVN revision: 73555
2012-07-11 08:50:52 +00:00
Mike Blumenkrantz 6196fc103c icon for window process management
SVN revision: 73522
2012-07-10 11:51:51 +00:00
Carsten Haitzler c23238dd5a default -> comp. no wobble/fade. just stick to shadows and the
fade/zoom in/out on show/hide.



SVN revision: 73489
2012-07-09 08:26:56 +00:00
Carsten Haitzler 0910c3af2d add some more wallpapers to e's default install set.
SVN revision: 73479
2012-07-09 03:53:34 +00:00
Chidambar Zinnoury 8af91f9a22 e theme: add a keyboard icon.
Could icon designers make the original files available? Thanks :)


SVN revision: 73465
2012-07-08 10:33:08 +00:00
Mike Blumenkrantz bc1a7ffa9e edgebinding dialog still doesn't look so hot but at least now the slider is visible
SVN revision: 73398
2012-07-06 07:27:28 +00:00
Mike Blumenkrantz 03b5169963 fix analog clock sizing in shelf
SVN revision: 73209
2012-07-03 08:12:27 +00:00
Gustavo Sverzut Barbieri 97dfa9db2e enlightenment_filemanager - call EFM from another process.
This is used to open a file manager window from another process. It
will use DBus interface:

     org.enlightenment.FileManager.OpenDirectory(path)

It returns immediately, but we could enhance the DBus interface and
make it act like a real file manager process if that is needed.



SVN revision: 73084
2012-06-30 19:28:49 +00:00
Carsten Haitzler 7d6aeaf17d lets tone down the bumpiness of the wallpaper.
SVN revision: 73019
2012-06-28 23:25:31 +00:00
Mike Blumenkrantz f176dd42c2 by the power of copy and paste, edge bindings now have an icon
ticket #484


SVN revision: 72942
2012-06-27 12:35:38 +00:00
Mike Blumenkrantz bbdb3c7b05 use e,state,focused for syscon focus signals since other themes support these
SVN revision: 72940
2012-06-27 11:28:30 +00:00
Mike Blumenkrantz 11c893aa4d keyboard support for syscon
ticket #333


SVN revision: 72938
2012-06-27 10:58:49 +00:00
Carsten Haitzler 1f771425e4 make desklock use wizard look.
SVN revision: 72766
2012-06-24 13:18:35 +00:00
Carsten Haitzler 30ebf7ea73 some work on wallpapers. default now is some mottley rock i brewed up.
not totally happy with it, but let's see. added some more nice ones as
options too.



SVN revision: 72764
2012-06-24 11:05:46 +00:00
Mike Blumenkrantz e1331283f0 also set text min for list_odd items
SVN revision: 72464
2012-06-19 09:56:48 +00:00
Mike Blumenkrantz fbda443407 fix crazy horizontal scrollbar flickering and resizing in file selector for efm
SVN revision: 72463
2012-06-19 09:48:36 +00:00
Chidambar Zinnoury 4f202da6ec e clock: scale calendar.
SVN revision: 72281
2012-06-17 07:39:05 +00:00
Hannes Janetzek fba085fcb9 e17/theme: bring back everything list. might be an issue with evry's code sending the signal without forcing to process it.
havent looked into it now. anyway no one uses the option to start with hidden list i guess


SVN revision: 71259
2012-05-20 21:05:55 +00:00
Carsten Haitzler 7601a18777 put overlay swallow back in efm. :)
SVN revision: 70696
2012-05-03 12:14:55 +00:00
Carsten Haitzler 4417a9478b use btn image not text for press events
SVN revision: 70583
2012-05-01 13:48:51 +00:00
Carsten Haitzler 1875206fdc add cameroon flag.
SVN revision: 70579
2012-05-01 13:14:06 +00:00
Carsten Haitzler a580213636 make wizard easier to read/see/digest - especially next button.
SVN revision: 70574
2012-05-01 11:33:01 +00:00
Carsten Haitzler 977bb15275 merge 2 flag repos and update lang+flag lists in wizard and lang
chooser.



SVN revision: 70562
2012-05-01 04:19:28 +00:00
Carsten Haitzler c90e3c1517 work on some todo items i left for xkbswitch.
gagdte looks nicer now
flags aspect ratio is correct now based on each flag
name of kbd layout only appears on mouseover
fixed buffer overflow possibility in execution.



SVN revision: 70534
2012-04-29 03:47:53 +00:00
Carsten Haitzler c1699d13a0 finally - xkbswitch into core e. needs some polishing work. what i
have done here beyond just "copy the code" is:

1. fix up some code that was useless (didnt need to be done).
2. reformat all the code to be closer to efl/e style guidelines
3. add flags to the gadget popup menu to change keyboard
4. fix lots of warnings
5. fix some correctness in c - () vs (void)
6. added q66 to AUTHORS
7. made it use _() intl macro, not D_() (needed)
8. put xkbswitch module stuff in theme (need some prettying/work)
9. added some XXX: comments on things to do

right now xkbswithc is actually very powerful (thanks q66) but its not
that user-friendly. it lets you add a short-list of "keyboard layouts"
you nee/duse. the gagdet lets you quick-switch between them. this
actually works. it has nice little flaggy things to try help you out.

what we probably need to do is:

1. fix a buffer overflow waiting to happen in the kbdswitch changing.
XXX'd
2. add a wizard page asking for kbd layout
3. double-check that "last used kbdlayout" is actually turned on
4. move xkbd config to core e config (not separate in module)
5. pretty up the gagdet (add a shadow around the flag, some
placeholder if no flag is selected etc.)
6. go over the xkb parser - it looks fragile from a read

:)




SVN revision: 70531
2012-04-28 04:09:56 +00:00
Carsten Haitzler ea8f8c3a75 improve e menu contents.
SVN revision: 67015
2012-01-10 11:57:09 +00:00
Iván Briano 4db9f94e4b Use the SCIM IMF module when the SCIM input method is chosen
SVN revision: 66527
2011-12-26 12:47:14 +00:00
Mike Blumenkrantz 6791ce5805 ticket #920: [Patch] Add -module-list to enlightenment_remote
SVN revision: 65871
2011-12-04 21:52:44 +00:00
Gustavo Sverzut Barbieri f790929ea2 everything: show proper icon for "Start" menu.
FreeDesktop.Org icon naming scheme specified "start-here" icon, use it.



SVN revision: 65110
2011-11-13 00:04:58 +00:00
Carsten Haitzler 4a76470496 taskbar++!
one more todo item being knocked off. but there.
also no proper icon for it yet. mostly code from the old taskbar with
lots of little things fixed.



SVN revision: 64518
2011-10-30 07:36:54 +00:00
Hannes Janetzek 138c979bf0 e17/theme: add evry gadget theme
SVN revision: 63926
2011-10-08 18:24:10 +00:00
Chidambar Zinnoury bf29326ffe e: use tb_plain class for about e description.
SVN revision: 63604
2011-09-25 13:24:30 +00:00
Chidambar Zinnoury 9c495b14ca e: use some more XDG-friendly icon names.
SVN revision: 63603
2011-09-25 13:22:43 +00:00
Hannes Janetzek 0fc0a3fc56 e17/theme: fix long filenames in path bar
SVN revision: 63448
2011-09-17 13:06:12 +00:00
Daniel Juyung Seo 8bbb78733a e default.edc: Fixed typo. Removed unnecessary spacing.
SVN revision: 63383
2011-09-14 11:38:19 +00:00
Rui Seabra 7161ecf1b8 Fix broken build.
SVN revision: 63086
2011-09-02 07:51:46 +00:00
Hannes Janetzek c20ee998c2 e17/evry: allow theming evry gadget. show gadget on mouse up, double clikc hides it (for now)
SVN revision: 63015
2011-08-31 00:08:52 +00:00
Hannes Janetzek d8a40c9e21 e17/menu: increase distance between text and submenu arrow a bit
SVN revision: 62671
2011-08-21 23:45:26 +00:00
Carsten Haitzler 3f50f5f0df sex up wizard a bit. :)
SVN revision: 62634
2011-08-20 14:51:03 +00:00
Lucas De Marchi 26d7caeba5 e17/theme: do not ignore online signal
SVN revision: 62618
2011-08-20 04:54:29 +00:00
Hannes Janetzek 93fcafaf16 e17/evry: show animation when action is going
SVN revision: 62538
2011-08-17 16:02:19 +00:00
Daniel Juyung Seo 8f08feceab e: Added ibus configuration. Thanks to Sachiel.
Now we can configure ibus in 'Input Method Settings'.


SVN revision: 62512
2011-08-16 14:30:50 +00:00
Hannes Janetzek 216901bb6e e17/themes/evry: fix clipper warning
SVN revision: 62511
2011-08-16 13:35:13 +00:00
Hannes Janetzek 286dbef13d e17/theme/evry: show icons in thumb view again..
SVN revision: 62509
2011-08-16 13:11:27 +00:00
Carsten Haitzler 7c9f1888df big big big wizard revamp. as per todo list.
SVN revision: 62478
2011-08-15 09:21:12 +00:00
Cedric BAIL 2d551c551c e: handle mouse wheel in clock calendar.
SVN revision: 62442
2011-08-14 13:33:24 +00:00
Hannes Janetzek 60148521eb e17/theme/evry: fix item clip
SVN revision: 62386
2011-08-12 13:37:49 +00:00
Hannes Janetzek 54ed3c6349 e17: add efm navigation and pathbar to fileman module
SVN revision: 62261
2011-08-09 15:47:22 +00:00
Carsten Haitzler 2640577d5e add system lang icon
SVN revision: 62179
2011-08-07 12:02:03 +00:00
Carsten Haitzler 1354f9529c this is really bad - zh_tw is... TAIWAIN... but it was the hong kong
flag. rename it to the hk flaga nd add a real taiwan flag.



SVN revision: 62178
2011-08-07 11:45:21 +00:00
Carsten Haitzler 2f11c20705 files not used.
SVN revision: 62025
2011-08-03 00:19:53 +00:00
Hannes Janetzek ecffdaedaa e17/theme: fix evry clip
SVN revision: 61816
2011-07-27 20:18:08 +00:00
Carsten Haitzler 8b464f5c4a complete work for xim support in e - so e sets up env vars right.. and
scim, uim and iimf are set to use xim compat modules for ecore.



SVN revision: 61794
2011-07-27 07:01:18 +00:00
Hannes Janetzek 61afc5a9a5 e17: tweak efm label to be readable at any iconsize
SVN revision: 61650
2011-07-24 15:22:37 +00:00
Carsten Haitzler 011e411c6f lets try a new default wallpaper. this is up for debate/grabs right
now as to what our default should be... tryiong different things right
now to see how people like it.



SVN revision: 60870
2011-06-30 09:58:31 +00:00
Mike Blumenkrantz 9575b5e831 add eeze mount permission lines
SVN revision: 60868
2011-06-30 08:18:26 +00:00
Carsten Haitzler e580b2cf27 add some more icons - using existing images though
SVN revision: 60694
2011-06-26 02:55:29 +00:00
Carsten Haitzler 3b687ab2c8 remove unused images from theme.
SVN revision: 60562
2011-06-22 00:04:43 +00:00
Carsten Haitzler 2fa5317ee5 make clock work without seconds hand (analogue) again.
SVN revision: 60560
2011-06-21 22:06:23 +00:00
Carsten Haitzler 4637420b60 hmm maybe its a signal queue ordering thing - clock state. try this.
SVN revision: 60548
2011-06-21 13:03:45 +00:00
Carsten Haitzler 5f28496f92 new battery gfx. from todo.
SVN revision: 60480
2011-06-19 05:32:28 +00:00
Carsten Haitzler 004bdade85 make bulb gadget change glow/brightness based on actual backlight
brightness.



SVN revision: 60306
2011-06-14 14:24:45 +00:00
Daniel Juyung Seo f92222a2d2 e enlightenment.desktop.in: Added Korean translation.
SVN revision: 60254
2011-06-13 05:43:09 +00:00
Boris Faure 6048d46024 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Carsten Haitzler 26a35cdf01 backlight config tab, module, slider and core in. somehow doesnt work
with hal atm even tho i think i sent the right dbus req. hmmm. get
response.. of 0 for getting bl. for xrandr it works.



SVN revision: 60242
2011-06-12 15:05:22 +00:00
Carsten Haitzler 65c506b861 fix pm properly
SVN revision: 59984
2011-06-06 03:29:44 +00:00
Carsten Haitzler e091060fab fix ampm to actually flip
SVN revision: 59979
2011-06-06 01:42:26 +00:00
Carsten Haitzler aedbc11288 DIGITAL CLOCK!!!!! see clock settings for how to turn it on blah blah
blah.



SVN revision: 59973
2011-06-05 16:09:23 +00:00
Carsten Haitzler cd00d3b729 turning seconds ona nd off works now with analogue clock. digital
clock now needed



SVN revision: 59966
2011-06-05 12:15:44 +00:00
Carsten Haitzler ba1b494b40 more clock work. cfg dialog now, config file and settings, not al
work... yet. digital clock, seconds on/off and 24h vs 12h still to go.



SVN revision: 59962
2011-06-05 07:42:10 +00:00
Carsten Haitzler 101f8f17d7 calendar bit of clock moves along quite nicely.
SVN revision: 59961
2011-06-05 04:30:39 +00:00
Carsten Haitzler 820296302b ok now calendar shows the actual current month all sourced from libc
info and has infra for showing any month (offset from current).



SVN revision: 59952
2011-06-04 05:40:48 +00:00
Carsten Haitzler 85283b49d5 working on clock calendar. not done. just progress.
SVN revision: 59943
2011-06-04 02:47:42 +00:00
Carsten Haitzler 28a7524bc4 and remove illume specific theme.
SVN revision: 59936
2011-06-04 00:10:11 +00:00
Carsten Haitzler 42ad10ddaa give shot module a proper icon. yay.
SVN revision: 59797
2011-05-30 05:35:45 +00:00
Tom Hacohen 4fb30d5186 E fm: Fixed weird icon sizes issue.
Apparently, when doing min size calculation we take hidden parts into
account, which caused the calculation to be wrong in this case.
Setting the hidden textblock to fixed solved the issue.

SVN revision: 59788
2011-05-29 14:52:41 +00:00
Christopher Michael 1990151e7c E: Remove extra separator at the end of enlightenment.menu. There is
nothing after it and it just looks silly to have a dangling separator
in your menu.



SVN revision: 59738
2011-05-27 15:47:11 +00:00
Hannes Janetzek 8a7e1bd463 e17: fix max size for winlist icon.
SVN revision: 59677
2011-05-25 19:48:18 +00:00
Carsten Haitzler 49bbbf6066 as discussed on the mailing list - e providexs enlightenment.menu now.
no one actually did this, so i did it finally.



SVN revision: 59337
2011-05-12 03:29:23 +00:00
Tom Hacohen ae2a77b5aa E fm: We want a fixed tb width when ellipsis is set - also on desktop.
SVN revision: 59171
2011-05-04 06:36:04 +00:00
Tom Hacohen f47b28b5aa E fm: We want a fixed tb width when ellipsis is set.
SVN revision: 59150
2011-05-03 14:08:35 +00:00
Hannes Janetzek 3c3a0582f2 e17: added comp style for everything.
needs formatting. has anyone the indentation style for e17 edc for emacs?


SVN revision: 59028
2011-04-29 06:23:02 +00:00
Carsten Haitzler 88216bb128 quiet edje_cc mode. honor V var.
SVN revision: 58482
2011-04-08 08:20:54 +00:00
Hannes Janetzek 6a6bcb35f9 e17: create sysactions.conf with suspend/hibernate commands found at configure time.
TDO there should be a notice in summary which commands are used and that sysactions.conf needs to be tweaked


SVN revision: 58187
2011-03-29 18:20:11 +00:00
Massimo Maiurana 359a85e93d updating various translations
SVN revision: 57225
2011-02-21 19:19:12 +00:00
Massimo Maiurana 308534cc44 updating russian translations
SVN revision: 57124
2011-02-17 12:15:59 +00:00
Massimo Maiurana a72ca2cd63 updating french and italian translations
SVN revision: 57032
2011-02-14 18:36:32 +00:00
Michael BOUCHAUD 407c9fade5 e: add event mouse down on e_slider, now you can clic and drag your slider
SVN revision: 56840
2011-02-09 13:53:36 +00:00
Hannes Janetzek b65d89bec9 fix: fm icons get mouse events again
SVN revision: 56820
2011-02-08 21:00:16 +00:00
Hannes Janetzek b9675d56c9 default state fileman icon does not need shadow (and didnt had before)
SVN revision: 56817
2011-02-08 20:39:30 +00:00
Hannes Janetzek b4a96c5b0e evry: dark became boring. trying a bright version
SVN revision: 56794
2011-02-08 02:20:35 +00:00
Carsten Haitzler fea9dcbda7 give desktop icons text shadows again.
SVN revision: 56789
2011-02-07 22:54:23 +00:00
Hannes Janetzek 1b63a050f1 fix desktop icon label
SVN revision: 56756
2011-02-06 18:05:22 +00:00
Hannes Janetzek 07863e9a15 use line wrap for fileman icon labels
SVN revision: 56755
2011-02-06 17:20:37 +00:00
Hannes Janetzek 8f3090c7bc evry-theme: use fileman_icon/typebuf textclass
SVN revision: 56749
2011-02-06 13:43:21 +00:00
Hannes Janetzek 580c1b777d evry: a little bit more of black/white
SVN revision: 56287
2011-01-24 15:05:56 +00:00
Massimo Maiurana 9eee29b0e7 updating various translations
SVN revision: 56217
2011-01-18 18:39:17 +00:00
Massimo Maiurana e51c9aa23d updating various translations
SVN revision: 56190
2011-01-16 10:10:51 +00:00