Commit Graph

436 Commits

Author SHA1 Message Date
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