Commit Graph

507 Commits

Author SHA1 Message Date
Christopher Michael ed7d617e66 E: Add RandR dialog parts to main theme.
SVN revision: 77139
2012-09-27 09:19:35 +00:00
Cedric BAIL 4ffdc87146 e: let's do the animation back correctly.
SVN revision: 76882
2012-09-20 03:43:07 +00:00
Carsten Haitzler e574adfed7 add single-instance launching infra support for e17 as well as launch
tracking for ibar.



SVN revision: 76793
2012-09-18 10:00:37 +00:00
Mike Blumenkrantz 3a5f825a98 edge bindings setup dialog slider no longer clips out of the bottom of the dialog
SVN revision: 76782
2012-09-18 07:33:17 +00:00
Mike Blumenkrantz f0759f8221 revert previous devilhorns commit on request
SVN revision: 76598
2012-09-13 10:21:57 +00:00
Christopher Michael 5decef171b E: Remove duplicated illume-kbd-toggle group. Next step, un-junkify
this group.



SVN revision: 76595
2012-09-13 10:15:46 +00:00
Bruno Dilly 73d4860c9a e/connman: new images set for tech icons
SVN revision: 76078
2012-09-03 22:07:12 +00:00
Bruno Dilly bafd71dc9e e/connman: remove unused strength string
SVN revision: 76077
2012-09-03 22:07:06 +00:00
Bruno Dilly 7f7b93b3a8 e/connman: Fix main icon
SVN revision: 76075
2012-09-03 22:06:53 +00:00
Bruno Dilly 3c2641d17a e/connman: Better online / ready status
Show it on wired / 3g / ... as well



SVN revision: 76074
2012-09-03 22:06:48 +00:00
Bruno Dilly c56a0de8b2 e/connman: use image set for disabled connman
Images by Marina



SVN revision: 76073
2012-09-03 22:06:40 +00:00
Bruno Dilly eafb9d2f7e e/connman: use better security theme
Images by Marina Proni



SVN revision: 76072
2012-09-03 22:06:34 +00:00
Bruno Dilly e7c49be60c e/connman: Use better images set
Images drawn by Marina Proni.



SVN revision: 76071
2012-09-03 22:06:27 +00:00
Lucas De Marchi 717a033619 e/connman: fix typo
SVN revision: 76060
2012-09-03 22:02:43 +00:00
Bruno Dilly ac49b72e17 e/connman: trigger connecting animation
It should happens while state is association or configuration.



SVN revision: 76059
2012-09-03 22:01:30 +00:00
Bruno Dilly 35007e200a e/connman: support more service types and states
Also fix manager_update_inst function.



SVN revision: 76058
2012-09-03 22:01:24 +00:00
Bruno Dilly 1613fee047 e/connman: New theme for connman module
SVN revision: 76056
2012-09-03 22:01:12 +00:00
Bruno Dilly 6175c7c24e e/connman: remove old stuff from default theme
SVN revision: 76055
2012-09-03 22:00:58 +00:00
Carsten Haitzler 6aa3b48a67 fix text overflow issue.
SVN revision: 75937
2012-09-02 04:15:14 +00:00
Carsten Haitzler cb5e1e563b add hooks to override the old sys popup boxy things so comp can do
something fancy on suspend, resume, hibernate, logout, reboot,
shutdown. much nicer now. much more polished.



SVN revision: 75929
2012-09-01 14:56:16 +00:00
Mike Blumenkrantz 7f44d6aaad Hi All,
Please find attached compilation error bug fix patch for e module (compilation
 error in data/themes/default.edc)

 Change description:
 > compilation error bug fix in data/themes/default.edc of e module.
 COMP parameter missing from image field

 Thanks & Regards
Shilpa Singh
-----------------------


SVN revision: 75880
2012-08-30 12:54:45 +00:00
Christopher Michael ffd3d8fbb1 E: Make the separator in the Settings window actually show up.
SVN revision: 75780
2012-08-28 11:20:26 +00:00
Carsten Haitzler e9bb93442d alas por yorrick i knew him well... ok - i was trying to isolate all
comp objects inot 1 layout per screen but we cant do this due to
objects spanning screens and thus requiring correct stacking, so stick
to simple stacking. yay.



SVN revision: 75734
2012-08-27 09:22:26 +00:00
Carsten Haitzler f18632e2fd since escaping fade out is common - make CURRENT the transitionb src point
:)



SVN revision: 75718
2012-08-27 01:00:28 +00:00
Carsten Haitzler 6b1ec80534 clean up e17 screenblank/saver to use custom mode so we can cleanly
fade in/out on screenblank. comp does the fading. also move all of
comps child wins into an e_layout... because... now its swallowed by a
screen edje obj for comp that does the fading.



SVN revision: 75715
2012-08-26 15:36:05 +00:00
Carsten Haitzler 890f7695b7 oops - #if 0'd section fixed... not real one in theme! :)
SVN revision: 75437
2012-08-19 23:26:18 +00:00
Carsten Haitzler 3517cea324 round corrrectly (not always down) in cpufreq theme
SVN revision: 75396
2012-08-18 01:00:25 +00:00
Mike Blumenkrantz 7f3639f071 apparently copy and paste is too difficult for some people; systray vertical now works
SVN revision: 75248
2012-08-14 09:18:48 +00:00
Carsten Haitzler 4ea769764a pager fixups...
1. dont use a livethumb resolution OF THE SCREEN! per pager desktop
that means u alloc width*height*4 bytes... u have 6 desktops,
1920x1080 screen... thats 48mb for the backing images at full res. no!
bad bad! so i cut it down to 1/16th of the screen res. ie 1920/16 x
1080/16 for the full rest "livethumb". at least its much more
managable (i woke up to find after an update my e was using an EXTRA
100mb of ram! (2560x1440*4desk + 1920x1200*4desk).
2. dont create the livethumbs at all unless you have the bg preview
on! (i had it off and i still paid the price of the mem usage).
3. make the live preview inverted in the cfg gui - ie enable the live
preview, not disable it.
4. fix theme to preview bg fills the pager base box correctly within
the border bounds.
5. dont enforce aspect handling in livethumb as pager is "master" of
aspect (taken from desktop anyway).



SVN revision: 75154
2012-08-11 04:40:30 +00:00
Cedric BAIL 9a4f70925e e: fix horizontal slider slow creation time.
SVN revision: 75038
2012-08-09 10:18:53 +00:00
Mike Blumenkrantz fe2cfa7e0c ilist now supports disabled state, though it does not indicate this visually yet
SVN revision: 75007
2012-08-08 10:27:51 +00:00
Carsten Haitzler 0bfa24080b add fullscreen comp theme.
SVN revision: 75002
2012-08-08 09:56:02 +00:00
Mike Blumenkrantz ce76c249b8 efm now allows renaming by clicking an icon's label
SVN revision: 74963
2012-08-07 08:18:59 +00:00
Mike Blumenkrantz 3c72625d34 holding down left mouse button on toolbar widgets now repeats events; allows continued scrolling through toolbar items
ticket #289


SVN revision: 74825
2012-08-03 08:48:26 +00:00
Mike Blumenkrantz ec885abce6 fix default theme shade/unshade parts to be consistent regardless of whether animations are enabled
ticket #1233


SVN revision: 74801
2012-08-02 10:52:57 +00:00
Mike Blumenkrantz c1f3fc35a2 use SPACER for navbar event area to shut up edje warning
SVN revision: 74732
2012-08-01 12:10:37 +00:00
Mike Blumenkrantz db2672b41f make efm navbar cover the entire area
SVN revision: 74731
2012-08-01 12:09:31 +00:00
Mike Blumenkrantz 96f36e2c53 set B_and_W as the matching gtk theme for default (b&w) e theme
SVN revision: 74371
2012-07-25 06:56:43 +00:00
Mike Blumenkrantz 4dc9ba50fe fix renaming files directly on the desktop canvas without a popup
ticket #117


SVN revision: 74318
2012-07-23 09:26:49 +00:00
Mike Blumenkrantz db0049e248 desklock now properly supports ctrl+a for those times when you know you mistyped your password
SVN revision: 74246
2012-07-20 13:30:58 +00:00
Carsten Haitzler 2f8aa07413 update of wallpapers. again. let's see how well this goes down.
SVN revision: 73946
2012-07-17 06:47:10 +00:00
Cedric BAIL c37c56d4ab e: small fix to the color dialog.
NOTE: This is a terrible mess. It trigger massive bug in Evas_Map.
Will try to fix the Evas part, but maybe we should use a custom code
and Evas_Object_Image with a custom pixels filling code.


SVN revision: 73928
2012-07-16 11:23:33 +00:00
Mike Blumenkrantz 3e160751e3 fix ilist typebuf to reposition on resize
SVN revision: 73915
2012-07-16 09:55:36 +00:00
Mike Blumenkrantz df7507c04f add visibility to already existing ilist typebuf
ticket #1166


SVN revision: 73912
2012-07-16 08:21:28 +00:00
Mike Blumenkrantz 6bcd8ded31 actually no point in having this group in a theme at all since it's not used by anything anywhere...
SVN revision: 73833
2012-07-13 22:17:37 +00:00
Mike Blumenkrantz 9e87d927eb not much point in having 2 identical theme groups in default
SVN revision: 73832
2012-07-13 22:12:58 +00:00
Mike Blumenkrantz dec97023ae silence edje errors from wallpaper2 settings: this may or may not be correct
SVN revision: 73831
2012-07-13 22:11:01 +00:00
Mike Blumenkrantz 11215e3663 who likes features? eh? EH? pager gadget now gets semi-live updating of windows when comp module + live updating is enabled
small bug: don't try resizing windows with this activated or it'll crash you without a white box


SVN revision: 73585
2012-07-11 17:36:50 +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
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
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 a580213636 make wizard easier to read/see/digest - especially next button.
SVN revision: 70574
2012-05-01 11:33:01 +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
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
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
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
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
Hannes Janetzek ecffdaedaa e17/theme: fix evry clip
SVN revision: 61816
2011-07-27 20:18:08 +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
Carsten Haitzler e580b2cf27 add some more icons - using existing images though
SVN revision: 60694
2011-06-26 02:55:29 +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
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