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
12 years ago
Carsten Haitzler
7601a18777
put overlay swallow back in efm. :)
...
SVN revision: 70696
12 years ago
Carsten Haitzler
4417a9478b
use btn image not text for press events
...
SVN revision: 70583
12 years ago
Carsten Haitzler
a580213636
make wizard easier to read/see/digest - especially next button.
...
SVN revision: 70574
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
Hannes Janetzek
138c979bf0
e17/theme: add evry gadget theme
...
SVN revision: 63926
12 years ago
Chidambar Zinnoury
bf29326ffe
e: use tb_plain class for about e description.
...
SVN revision: 63604
12 years ago
Chidambar Zinnoury
9c495b14ca
e: use some more XDG-friendly icon names.
...
SVN revision: 63603
12 years ago
Hannes Janetzek
0fc0a3fc56
e17/theme: fix long filenames in path bar
...
SVN revision: 63448
12 years ago
Daniel Juyung Seo
8bbb78733a
e default.edc: Fixed typo. Removed unnecessary spacing.
...
SVN revision: 63383
12 years ago
Rui Seabra
7161ecf1b8
Fix broken build.
...
SVN revision: 63086
12 years ago
Hannes Janetzek
c20ee998c2
e17/evry: allow theming evry gadget. show gadget on mouse up, double clikc hides it (for now)
...
SVN revision: 63015
12 years ago
Hannes Janetzek
d8a40c9e21
e17/menu: increase distance between text and submenu arrow a bit
...
SVN revision: 62671
12 years ago
Carsten Haitzler
3f50f5f0df
sex up wizard a bit. :)
...
SVN revision: 62634
12 years ago
Lucas De Marchi
26d7caeba5
e17/theme: do not ignore online signal
...
SVN revision: 62618
12 years ago
Hannes Janetzek
93fcafaf16
e17/evry: show animation when action is going
...
SVN revision: 62538
12 years ago
Hannes Janetzek
216901bb6e
e17/themes/evry: fix clipper warning
...
SVN revision: 62511
12 years ago
Hannes Janetzek
286dbef13d
e17/theme/evry: show icons in thumb view again..
...
SVN revision: 62509
12 years ago
Cedric BAIL
2d551c551c
e: handle mouse wheel in clock calendar.
...
SVN revision: 62442
12 years ago
Hannes Janetzek
60148521eb
e17/theme/evry: fix item clip
...
SVN revision: 62386
13 years ago
Hannes Janetzek
54ed3c6349
e17: add efm navigation and pathbar to fileman module
...
SVN revision: 62261
13 years ago
Hannes Janetzek
ecffdaedaa
e17/theme: fix evry clip
...
SVN revision: 61816
13 years ago
Hannes Janetzek
61afc5a9a5
e17: tweak efm label to be readable at any iconsize
...
SVN revision: 61650
13 years ago
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
13 years ago
Carsten Haitzler
e580b2cf27
add some more icons - using existing images though
...
SVN revision: 60694
13 years ago
Carsten Haitzler
3b687ab2c8
remove unused images from theme.
...
SVN revision: 60562
13 years ago
Carsten Haitzler
2fa5317ee5
make clock work without seconds hand (analogue) again.
...
SVN revision: 60560
13 years ago
Carsten Haitzler
4637420b60
hmm maybe its a signal queue ordering thing - clock state. try this.
...
SVN revision: 60548
13 years ago
Carsten Haitzler
5f28496f92
new battery gfx. from todo.
...
SVN revision: 60480
13 years ago
Carsten Haitzler
004bdade85
make bulb gadget change glow/brightness based on actual backlight
...
brightness.
SVN revision: 60306
13 years ago
Boris Faure
6048d46024
remove .cvsignore files
...
SVN revision: 60246
13 years ago
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
13 years ago
Carsten Haitzler
65c506b861
fix pm properly
...
SVN revision: 59984
13 years ago
Carsten Haitzler
e091060fab
fix ampm to actually flip
...
SVN revision: 59979
13 years ago
Carsten Haitzler
aedbc11288
DIGITAL CLOCK!!!!! see clock settings for how to turn it on blah blah
...
blah.
SVN revision: 59973
13 years ago
Carsten Haitzler
cd00d3b729
turning seconds ona nd off works now with analogue clock. digital
...
clock now needed
SVN revision: 59966
13 years ago
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
13 years ago
Carsten Haitzler
101f8f17d7
calendar bit of clock moves along quite nicely.
...
SVN revision: 59961
13 years ago
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
13 years ago
Carsten Haitzler
85283b49d5
working on clock calendar. not done. just progress.
...
SVN revision: 59943
13 years ago
Carsten Haitzler
28a7524bc4
and remove illume specific theme.
...
SVN revision: 59936
13 years ago
Carsten Haitzler
42ad10ddaa
give shot module a proper icon. yay.
...
SVN revision: 59797
13 years ago
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
13 years ago
Hannes Janetzek
8a7e1bd463
e17: fix max size for winlist icon.
...
SVN revision: 59677
13 years ago
Tom Hacohen
ae2a77b5aa
E fm: We want a fixed tb width when ellipsis is set - also on desktop.
...
SVN revision: 59171
13 years ago
Tom Hacohen
f47b28b5aa
E fm: We want a fixed tb width when ellipsis is set.
...
SVN revision: 59150
13 years ago
Hannes Janetzek
3c3a0582f2
e17: added comp style for everything.
...
needs formatting. has anyone the indentation style for e17 edc for emacs?
SVN revision: 59028
13 years ago