Commit Graph

14858 Commits

Author SHA1 Message Date
Carsten Haitzler 3cbccdc207 window border icons in theme -> done!
SVN revision: 80541
2012-12-09 10:02:17 +00:00
Massimo Maiurana d36fe0a994 updating portuguese and italian translations
SVN revision: 80540
2012-12-09 08:11:35 +00:00
Carsten Haitzler f16bdcb3ad fix up screensaver timeout if less than bl fade timeout.
SVN revision: 80539
2012-12-09 07:44:30 +00:00
Carsten Haitzler f0c9f5121c lots of buglet-fixing. this does:
1. make idle fade timer work at all (dodnt work before)
2. fixes backlight status on e restart
3. fixes setting bl level on start
4. improves the compositor fade in/out effect by ALSO fading backlight
in and out... oh so much smoother now
5. fixes label in ui to be seconds, not minutes.
6. in order to make this all work - it adds a special screensaver
event inside of e that the screensaver subsystem generates based on
the real x one.



SVN revision: 80538
2012-12-09 06:27:42 +00:00
Boris Faure 504ba6fcd1 e:tiling: add stack when moving on top/left side
SVN revision: 80535
2012-12-08 21:34:08 +00:00
Massimo Maiurana 3d48900841 updating various translations
SVN revision: 80532
2012-12-08 18:35:53 +00:00
Carsten Haitzler 1b4cfff4bf avoid mouse down cb feeding another mouse down cb.. to itself.. until
the stack blows.. in slider.



SVN revision: 80510
2012-12-08 05:16:33 +00:00
Carsten Haitzler c731df8690 reduce frame tick overflow by 1.
SVN revision: 80509
2012-12-08 04:14:05 +00:00
Carsten Haitzler dd0b83fc20 ummm lets not "do seconds" when we dont have to.. less wakeups...
oops... and cpufreq - dial move in 0.25 sec to cut down animation load
:)



SVN revision: 80508
2012-12-08 03:52:47 +00:00
Sebastian Dransfeld 7903db5d3d e: efreet event can be null
And add code to normal startup with a TODO

SVN revision: 80500
2012-12-07 20:27:27 +00:00
Massimo Maiurana 43ac76ce22 one more duplicate with different case
SVN revision: 80487
2012-12-07 18:56:27 +00:00
Massimo Maiurana 8b9b0646db updating various translations
SVN revision: 80486
2012-12-07 18:53:30 +00:00
Massimo Maiurana 8b38245df1 two more duplicate message with different case and also two with slash and hyphen
SVN revision: 80481
2012-12-07 18:15:14 +00:00
Massimo Maiurana fb5d1ecd8c Make some more Evry messages translatable (patch from Igor Murzov)
SVN revision: 80478
2012-12-07 17:52:51 +00:00
Mike Blumenkrantz 1133f681e3 BETABETABETABETABETABETABETABETABETABETABETABETA
SVN revision: 80465
2012-12-07 14:37:31 +00:00
Mike Blumenkrantz 0dd759c208 normalize systray icon size against shelf size
ticket #1945


SVN revision: 80462
2012-12-07 14:15:23 +00:00
Mike Blumenkrantz 4c9d587ecb use e_util icon size normalizing function in systray
SVN revision: 80461
2012-12-07 14:12:29 +00:00
Mike Blumenkrantz c372a2991f sigh yet another instance of quicklaunch instead of quickaccess
SVN revision: 80456
2012-12-07 13:55:18 +00:00
Mike Blumenkrantz 63b4c39d6b make temp gadget text readable
ticket #1905


SVN revision: 80453
2012-12-07 13:39:35 +00:00
Sebastian Dransfeld 71fd9dd82a e/wizard: TODO++
SVN revision: 80452
2012-12-07 13:32:57 +00:00
Sebastian Dransfeld e8f070067a e/wizard: check for efreet cache error
Makes wizard not hang if we have no efreet daemon

SVN revision: 80451
2012-12-07 13:31:58 +00:00
Mike Blumenkrantz 82b4efa5e4 in the event that an ecore_exe is not passed with the exit cb, check the pid list
SVN revision: 80450
2012-12-07 13:28:17 +00:00
Mike Blumenkrantz 607417832e don't free ecore_exes here in illume, this breaks e_exec severely
SVN revision: 80449
2012-12-07 13:26:46 +00:00
Massimo Maiurana dc49352774 updating portuguese translations
SVN revision: 80444
2012-12-07 13:01:37 +00:00
Massimo Maiurana d550c0f074 these corrections should clarify the meaning of messages
SVN revision: 80443
2012-12-07 13:00:14 +00:00
Mike Blumenkrantz 7d4f55dae4 quickaccess now functions correctly for windows which don't accept focus
SVN revision: 80441
2012-12-07 11:53:02 +00:00
Mike Blumenkrantz 1e0f84e842 fix qa crash when window has no name set
SVN revision: 80440
2012-12-07 11:40:13 +00:00
Mike Blumenkrantz 083aa780a9 yet another pulse overhaul:
* remove BAD_CH_MAPPING nonsense (fixes volume setting bugs since whoever added it broke them in doing so)
* queue successive volume state changes to avoid overloading the server; apply queue periodically
* update mixer gadget on timer after update events so we don't get insane amounts of mixer slider updates


SVN revision: 80438
2012-12-07 11:28:24 +00:00
Shinwoo Kim 8bb7429ce8 [access] proper using of eina_strbuf stuff
SVN revision: 80432
2012-12-07 10:45:50 +00:00
Cedric BAIL 267e1a5234 e: another leaked fd after exec that will be correctly killed.
SVN revision: 80430
2012-12-07 10:32:49 +00:00
Cedric BAIL 294c8951a4 e: fix timerfd leak in E.
NOTE: I don't know why we do that here, look suspicious.
NOTE2: fcntl(timer_fd, F_SETFL, O_NONBLOCK | FD_CLOEXEC) will not
set the FD_CLOEXEC on linux, see the man page.


SVN revision: 80428
2012-12-07 10:24:05 +00:00
Shinwoo Kim 96230bddd3 [module][access] enhance features
1. add text to the input window title
  2. send x, y coordinate base on focused window


SVN revision: 80426
2012-12-07 09:52:52 +00:00
Carsten Haitzler 74a7442e32 lets try null out alsa mixer to avoid bad freed internal self usage.
SVN revision: 80425
2012-12-07 09:41:29 +00:00
Carsten Haitzler 2c9ccbf6d5 make illume indicator top by default...
SVN revision: 80424
2012-12-07 09:41:03 +00:00
Carsten Haitzler 4a76b549b3 this is as far as i'm going with illume theme stuff. for e17.
SVN revision: 80423
2012-12-07 09:36:11 +00:00
Mike Blumenkrantz f0326c5a5c only set volume for pulse channel if volume is actually different from current channel value
SVN revision: 80422
2012-12-07 09:16:26 +00:00
Mike Blumenkrantz 492149b388 don't update popup if popup doesn't exist
SVN revision: 80421
2012-12-07 09:16:01 +00:00
Mike Blumenkrantz 94d451f1ac when using pulseaudio, mixer gadget doesn't need to manually update
SVN revision: 80419
2012-12-07 08:59:42 +00:00
Mike Blumenkrantz 41fbbfe2da when fullscreening a window from a maximized state, prevent overwriting of previously saved window geometry
ticket #1940


SVN revision: 80416
2012-12-07 08:05:17 +00:00
Mike Blumenkrantz b3ae9ae78a always run deskenv init on startup, even during restart; gnome-settings-daemon is smart enough not to run if already running
ticket #1939


SVN revision: 80415
2012-12-07 07:54:35 +00:00
Cedric BAIL a97fb13810 e: forgotten move to PT_GETSIGINGO.
SVN revision: 80408
2012-12-07 02:49:40 +00:00
Carsten Haitzler d1581b714f group ptrs together.
SVN revision: 80407
2012-12-07 02:48:30 +00:00
Carsten Haitzler 846a80bf77 and if the governer is not known.... give its raw string as fallback.
SVN revision: 80400
2012-12-06 22:22:01 +00:00
Carsten Haitzler b2a6b20336 ooh.. a new cpufreq governor i found! :) add it to a known list.
SVN revision: 80399
2012-12-06 22:13:15 +00:00
Boris Faure 104761a441 e:tiling: do nothing on desk_show/hide
SVN revision: 80393
2012-12-06 21:22:50 +00:00
Boris Faure 5bf8a6cab3 e: fix windows being uniconified on desk show
SVN revision: 80392
2012-12-06 21:22:34 +00:00
Massimo Maiurana df2d416f10 updating portuguese translations
SVN revision: 80375
2012-12-06 17:45:32 +00:00
Massimo Maiurana b2d8ca25e5 this is to avoid duplicate messages different only for case of initial letters, so translation files has less messages
SVN revision: 80374
2012-12-06 17:44:36 +00:00
Mike Blumenkrantz 797ff26dab fix pager on desktop
ticket #1936


SVN revision: 80367
2012-12-06 14:46:32 +00:00
Mike Blumenkrantz 811c76e882 dragging pager windows on a desktop no longer drags all pager windows
SVN revision: 80366
2012-12-06 14:31:12 +00:00