Commit Graph

9960 Commits

Author SHA1 Message Date
Christopher Michael 5047abf5a6 E: Properly use __UNUSED__ in menu code.
SVN revision: 69569
2012-03-22 18:11:48 +00:00
Leif Middelschulte 95f33ad549 Make conf_display work again (primary output resolution st/ld).
SVN revision: 69547
2012-03-21 23:39:11 +00:00
Carsten Haitzler b1d31afdb8 while hunting down what appears to be a memleak in e17.. my profiling
turned up that we keep lots of icons in mem that we don't use. frankly
we could do this better as we still may keep multiple copies (inside
an evas object as well as in the border netwm icons data etc.), but
this is better than keeping 3, 4 or 10 icons of various sizes where we
only use 1.



SVN revision: 69521
2012-03-20 08:07:05 +00:00
Michael BOUCHAUD beb14d1ff7 e: fix e_widget_textblock to use min: 1 0; on TEXTBLOCK part in theme
SVN revision: 69506
2012-03-19 10:55:35 +00:00
Leif Middelschulte d75b68ae78 Update common modes, when updating mode info
SVN revision: 69308
2012-03-13 19:58:06 +00:00
Leif Middelschulte 40fc3efd1f Select (previous) mode simplier.
SVN revision: 69307
2012-03-13 19:58:02 +00:00
Leif Middelschulte ee1f79e848 Fix typo in EDID sort function
SVN revision: 69306
2012-03-13 19:57:58 +00:00
Leif Middelschulte 3cf0bf72fb warnings--
SVN revision: 69305
2012-03-13 19:57:53 +00:00
Leif Middelschulte 71d0297574 Use modes' names for the list.
SVN revision: 69304
2012-03-13 19:57:37 +00:00
Leif Middelschulte a88493233b Make conf_randr subwidgets work with e_layout.
SVN revision: 69269
2012-03-12 22:38:00 +00:00
Leif Middelschulte 348afe4972 minor tweeks to conf_randr.
SVN revision: 69268
2012-03-12 22:37:55 +00:00
Mike Blumenkrantz 2674d7eedc revert all window menu changes since august of last year
I tried to like the new layout, but it required way too much navigation for most commonly used functions
if people really liked the other layout, perhaps it can be merged as a config option.


SVN revision: 69262
2012-03-12 17:47:27 +00:00
Cedric BAIL a35a47a558 e: fix notification module id.
Patch by P Purkayastha <ppurka@gmail.com>.


SVN revision: 69234
2012-03-12 08:58:23 +00:00
Sebastian Dransfeld 05bf07450c e: formatting
SVN revision: 69055
2012-03-08 11:37:54 +00:00
Sebastian Dransfeld 8e446682e3 e/randr: Use correct typedef for xid
SVN revision: 69052
2012-03-08 11:25:05 +00:00
Carsten Haitzler e6958153cb dont report the connman error more than once here
SVN revision: 69046
2012-03-08 10:13:42 +00:00
Sebastian Dransfeld ef93a97573 modules/conf_randr: Fix display of outputs
- Show and pack objects in layout before using e_layout_child_*()
  functions.
- Don't use random EVAS_HINT_* flags when passing parameters.

SVN revision: 69040
2012-03-08 08:27:32 +00:00
Mike Blumenkrantz 984d2c1869 ecrustify
SVN revision: 69035
2012-03-07 22:53:50 +00:00
Mike Blumenkrantz 2bdd24ea93 ecrustified
SVN revision: 69034
2012-03-07 22:50:53 +00:00
Christopher Michael 3428e5e07a Comp Module: Update comp module for recent wayland changes wrt regions.
SVN revision: 68986
2012-03-07 16:08:43 +00:00
Tom Hacohen a4240c73b4 E illume-keyboard: No need to escape () in the filename.
Breaks here (possibly beacuse of new autofoo?).

SVN revision: 68659
2012-03-04 13:28:44 +00:00
Carsten Haitzler 7edcb32dd0 add \ to ('s
SVN revision: 68607
2012-03-02 00:09:13 +00:00
Christopher Michael 4ac033b49c Illume Indicator. Remove some debugging printfs. Remove unused
handlers (for border show/hide). Add missing UNUSED for a function
parameter. Comment out useless gadcon function.



SVN revision: 68525
2012-02-28 23:05:06 +00:00
Leif Middelschulte e62da06cd3 Add scrollframe to conf_randr. e_layout's child size is not right
SVN revision: 68441
2012-02-25 10:50:19 +00:00
Leif Middelschulte 37a99accde finish renaming all '[sub]subdialog' to 'widget'
SVN revision: 68440
2012-02-25 10:50:14 +00:00
Leif Middelschulte 23a469ae03 Simplify arrangement widget. Use e_layout.
SVN revision: 68439
2012-02-25 10:01:30 +00:00
Leif Middelschulte a5a3db6195 rename stuff, move functions decls to header
SVN revision: 68438
2012-02-25 10:01:23 +00:00
Christopher Michael 0ff9e4bc58 E: Fix timestamp label.
SVN revision: 68364
2012-02-23 19:52:19 +00:00
Tom Hacohen 78b700d9fd E: Added newly added private header to EXTRA_DIST.
SVN revision: 68342
2012-02-23 14:49:46 +00:00
Christopher Michael 6daa7d8d98 E_Comp (wayland): Update comp module code for recent wayland changes.
SVN revision: 68285
2012-02-22 19:26:10 +00:00
Leif Middelschulte 0e5f759b51 Do CRTC configuration/restoration in one step.
SVN revision: 68276
2012-02-22 15:42:07 +00:00
Leif Middelschulte 32b343cdd3 Remove *= e_scale. It produces unwanted results.
SVN revision: 68275
2012-02-22 15:42:00 +00:00
Leif Middelschulte 19dd99da42 Fix return values of non-void functions.
SVN revision: 68241
2012-02-22 00:02:58 +00:00
Leif Middelschulte 466b3c91c6 Improve init so it fails if the drivers dont really support RandRR.
SVN revision: 68238
2012-02-21 23:53:00 +00:00
Leif Middelschulte b8f3d41c08 Fix another possible SEGV
SVN revision: 68237
2012-02-21 23:12:48 +00:00
Leif Middelschulte 5030ed833d fix possible SEGVs
SVN revision: 68236
2012-02-21 22:05:07 +00:00
Leif Middelschulte b3b07b6be5 Simplify a bit.
SVN revision: 68235
2012-02-21 22:05:02 +00:00
Leif Middelschulte 217be79bdf Fix possible issues with e_randr.
SVN revision: 68230
2012-02-21 19:58:51 +00:00
Leif Middelschulte 1ca87695e7 Fix possible SEGV for screwed drivers.
SVN revision: 68225
2012-02-21 15:50:16 +00:00
Leif Middelschulte 9238601dd3 e_config strings are eina_stringshare'd
SVN revision: 68224
2012-02-21 15:50:09 +00:00
Carsten Haitzler 0add92b38a remove acpi debugging and label lid state properly in the ui!
SVN revision: 68223
2012-02-21 14:35:00 +00:00
Christopher Michael 0377e75f9a E_Randr: Fix static declaration.
SVN revision: 68217
2012-02-21 12:33:06 +00:00
Carsten Haitzler ba74a617ba backlight - eina log bitching when no bl exists, fix.
SVN revision: 68209
2012-02-21 08:19:37 +00:00
Carsten Haitzler 32ac589897 fix e_randr eina log bitching when u dont have exisitng config!
SVN revision: 68208
2012-02-21 08:17:32 +00:00
Carsten Haitzler 687c994aa2 be more insistent on setting root bg color - add timer to black it out
in 10 sec in case gnome-settings-daemon runs off and sets it or
something.



SVN revision: 68191
2012-02-21 03:16:32 +00:00
Carsten Haitzler 8f465dbb54 debugging stuff in e_acpi for later.
SVN revision: 68189
2012-02-21 03:01:40 +00:00
Leif Middelschulte 82ef8253df Make policies work again.
SVN revision: 68171
2012-02-20 19:14:26 +00:00
Leif Middelschulte 9216647733 Notice when connection state changed.
SVN revision: 68170
2012-02-20 19:14:22 +00:00
Leif Middelschulte f4820b562e Disable e_randr refresh on startup, because runtime settings get lost
SVN revision: 68169
2012-02-20 19:14:16 +00:00
Carsten Haitzler 147659280f fix - dh... u are hieding a window in response to the hide4 event FOR
that window... thus generating another event saying it was hidden..
thus responding to that event... infinitely looping.. and allocating
an event queue from hell! (ie event queue just keeps getting filled up
by itself with no end). fixed.



SVN revision: 68139
2012-02-20 04:25:03 +00:00
Leif Middelschulte b2b0678165 Remove parameter constraint
SVN revision: 68137
2012-02-20 03:44:47 +00:00
Leif Middelschulte e9ecce3b3f Fix SEGV during storage.
SVN revision: 68126
2012-02-19 22:13:19 +00:00
Massimo Maiurana 95cb1ce29f updating french translations
SVN revision: 68121
2012-02-19 08:48:03 +00:00
Carsten Haitzler 923a0bc0b7 lets not segv shall we?
SVN revision: 68119
2012-02-19 07:36:01 +00:00
Leif Middelschulte 62ded22064 Improve conf_randr dialog.
Adjust to changes in e_randr.h.
Change "display disabled" to "display disconnected"

SVN revision: 68116
2012-02-18 16:49:17 +00:00
Leif Middelschulte 7cda77af23 Adapt conf_display to changes made in e_randr.h
SVN revision: 68115
2012-02-18 16:49:13 +00:00
Leif Middelschulte b27aec4ad5 Refactoring e_randr, big time.
SVN revision: 68114
2012-02-18 16:49:07 +00:00
Carsten Haitzler 55b8337d6e and fix up some more zone id/num disagreements.
SVN revision: 67988
2012-02-15 15:33:54 +00:00
Carsten Haitzler 515819cdb5 make all zone matching agree on the same convention - use zone->num,
not zone->id. zone->id is for matching u to zinerama/xrandr
screens/outputs. e re-sorts based on highest res screens first, lower
res later.



SVN revision: 67951
2012-02-15 04:35:18 +00:00
Carsten Haitzler e7167e7c91 in illume softkey - use min size calc.
SVN revision: 67949
2012-02-15 04:19:47 +00:00
Carsten Haitzler 74784b5ac2 make fullscreen windows on layer 300 (well above everythign and
anything) as it should be.



SVN revision: 67850
2012-02-11 12:14:10 +00:00
Carsten Haitzler 1517091652 add wiz page about update checks.
SVN revision: 67848
2012-02-11 10:45:32 +00:00
Carsten Haitzler b164a4c0db fix some battery errant warnings and dump some info about decisions
made for battery warning alert



SVN revision: 67847
2012-02-11 10:44:51 +00:00
Carsten Haitzler b0100ffb75 actually full restart after wizard, not normal restart
SVN revision: 67846
2012-02-11 06:43:58 +00:00
Carsten Haitzler 570ac8fa68 and make back-off on update checks limit at about 1 day, not 6 days.
SVN revision: 67831
2012-02-10 17:15:20 +00:00
Carsten Haitzler eff3e8a711 update now delivers uuid.
SVN revision: 67827
2012-02-10 13:32:50 +00:00
Carsten Haitzler 8cbc14a2e2 fix stacking netwm prop set! that was bad!
SVN revision: 67824
2012-02-10 13:21:23 +00:00
Carsten Haitzler 49e08fe68e ok - until i finihs off syscon config - dont dup entires. havent done
entry editing yet.



SVN revision: 67788
2012-02-09 11:51:10 +00:00
Christopher Michael 3d1e0180a2 Illume: Remove the popup. It's not needed now.
NB: Once again, the Old Man is correct ;)



SVN revision: 67773
2012-02-08 22:57:07 +00:00
Carsten Haitzler b0b7bea223 use http 1.0 for posts!
SVN revision: 67760
2012-02-08 13:26:08 +00:00
Michael BOUCHAUD 5aae4607ea e: add hand pointer
SVN revision: 67756
2012-02-08 11:26:13 +00:00
Carsten Haitzler 60fea9433f hey e_randr... lets not segv on setting up screen eh?
SVN revision: 67700
2012-02-04 23:01:36 +00:00
Carsten Haitzler 6c3a3258f1 make printfs for backight debug.. have newlines and stuff...
SVN revision: 67699
2012-02-04 23:00:47 +00:00
Christopher Michael 3e337912bd E Comp (wayland): Rename HAVE_WAYLAND to HAVE_WAYLAND_CLIENTS so there
is no confusion wrt the "wayland only" version of e17.



SVN revision: 67636
2012-01-31 16:36:07 +00:00
Christopher Michael 75b6d29ad6 E Comp (wayland): Add a surface repick when old surface gets
destroyed. Add a surface repick call when we raise an existing
surface. Fix redraw for surfaces which use a gl texture.



SVN revision: 67633
2012-01-31 14:16:48 +00:00
Christopher Michael 8e219d3455 E Comp (wayland): Use the wayland method of getting time (appears some
wayland clients have issues with using E's timestamp from events).



SVN revision: 67632
2012-01-31 13:51:52 +00:00
Carsten Haitzler 16022b1d80 properly get lid status! my god this has been broken for a while!
SVN revision: 67602
2012-01-30 12:58:40 +00:00
Christopher Michael 9ba038d504 E Comp (wayland): Get important input from X11 (focus in/out, mouse
in/out, mouse down/up, key down/up, etc, etc) and pass it on to
wayland clients in the form that they expect (wayland events).



SVN revision: 67593
2012-01-29 20:31:46 +00:00
Christopher Michael 2b36a0e7ba E Comp (wayland): Add getting pixmap for egl surfaces.
SVN revision: 67592
2012-01-29 20:30:29 +00:00
Christopher Michael a764120adf E Comp (Wayland): Only fetch pixmap from wayland if we are a 'border'
window and 'borderless' (helps reduce apparent lag people were having).

NB: This is only enabled IF you do it on purpose with
--enable-wayland-clients when building E17. If NOT, then it defaults
to the code path that was there pre-existing.



SVN revision: 67576
2012-01-28 22:52:47 +00:00
Christopher Michael 9619be1673 E Comp (wayland): Add check for empty surface list (and bail out) and
add checks for valid buffer, and valid border.



SVN revision: 67575
2012-01-28 22:51:19 +00:00
Christopher Michael 26f6478d62 E Comp (wayland): Set border to borderless on show, so that we can
reduce pixmap lookups in core comp routines.



SVN revision: 67574
2012-01-28 22:50:24 +00:00
Christopher Michael 7ab3b4cb9e E Comp (wayland): Disable getting pixmap from Wayland (for now) as
this seems to break compositor for normal x11 users.



SVN revision: 67568
2012-01-27 15:07:42 +00:00
Christopher Michael c7e037e842 E Comp (wayland): Fix a few more instances of
ecore_x_composite_name_window_pixmap_get when building w/ wayland
client support.



SVN revision: 67556
2012-01-26 18:28:15 +00:00
Christopher Michael 98eb4d06ff E Comp (wayland): Commit new code for comp module that renders wayland
clients in e17 (x11).

NB: This is an inital 'working' commit, tho there are still things on
the todo for this, so don't expect it to "fully" work yet.



SVN revision: 67553
2012-01-26 18:21:54 +00:00
Carsten Haitzler aaf80033e5 add hibernate now action
fix backlight to not reset to default on restarts.



SVN revision: 67544
2012-01-26 06:21:21 +00:00
Christopher Michael d818752f81 E Comp (wayland): Add big FIXME note wrt why wayland clients are not
displaying.



SVN revision: 67531
2012-01-25 11:02:07 +00:00
Christopher Michael b2b3fc51fc E Comp (wayland): Fix some formatting. Set egl config_atribs to be
similar to the ones used in the evas_gl engine.



SVN revision: 67530
2012-01-25 11:01:18 +00:00
Christopher Michael 744b0a6658 E Comp (wayland): Set surface transform to NULL on creation.
SVN revision: 67529
2012-01-25 11:00:29 +00:00
Tom Hacohen 0efb4871dd E notification: Fix notification concatenations.
SVN revision: 67502
2012-01-24 17:37:47 +00:00
Mike Blumenkrantz 294a0fbed2 add a slider for backlight dimming on a timer in dpms controls
as I have no devices which contain a controllable backlight, someone else will have to test/fix this


SVN revision: 67487
2012-01-24 10:01:28 +00:00
Mike Blumenkrantz dada7d44ee warning--
SVN revision: 67486
2012-01-24 09:36:48 +00:00
Mike Blumenkrantz 0cdcee490e add poller for pulseaudio init
SVN revision: 67484
2012-01-24 08:31:23 +00:00
Christopher Michael f636fe3065 E Comp (wayland): Remove unused function.
SVN revision: 67469
2012-01-23 12:35:42 +00:00
Christopher Michael 9309c86d3d E Comp (Wayland): Handle output mode flipped.
SVN revision: 67468
2012-01-23 12:22:16 +00:00
Christopher Michael 03eeeaaf0c E Comp (Wayland): Add functions for create/destroy of EGL images.
Add some notes....cause this STILL is NOT working :(



SVN revision: 67467
2012-01-23 12:21:39 +00:00
Christopher Michael 6d650eb556 E Comp (wayland): Handle destroy & create of egl images for surface.
SVN revision: 67466
2012-01-23 12:20:48 +00:00
Christopher Michael 50dd8bd43f E Comp (wayland): Quiet output. Add EGL image functions to compositor
structure.



SVN revision: 67465
2012-01-23 12:20:17 +00:00
Christopher Michael f4c3c4b041 E Comp (wayland): Add some notes. Remove some debug output. Hangle EGL
images.



SVN revision: 67464
2012-01-23 12:19:44 +00:00
Christopher Michael 36b4602804 E Comp Module (wayland client support): Break large file into several
smaller ones (easier to maintain & read). Finish off lots of todos
from original file.

NB: This STILL will not render wayland clients in our compositor.
Anyone with experience wrt this ?? Any help would be appreciated !!



SVN revision: 67451
2012-01-22 16:32:39 +00:00
Christopher Michael 2cef205925 Comp: Fix building without wayland clients.
SVN revision: 67424
2012-01-21 09:22:01 +00:00
Leif Middelschulte f218a4c893 Typo on function name RandRR 1.1 vs. 1.2
SVN revision: 67400
2012-01-20 18:58:29 +00:00
Christopher Michael 7b37b6a28b Comp Module: Add code for allowing comp module to render wayland
clients (incomplete still).

NB: Just adding this code so that Gwanglim Lee can see the code.



SVN revision: 67398
2012-01-20 18:40:39 +00:00
Gustavo Sverzut Barbieri c1a7b52698 fix plural typo
SVN revision: 67363
2012-01-19 23:37:35 +00:00
Gustavo Sverzut Barbieri 4305b8e7fe e/docs: do bare documentation for e.
Just some groups and basic description for modules. I'm NOT going back
to this anytime soon, but would be VERY happy if people could do some
screenshots and put the images for each module in docs/img/ folder,
linking to them from each e_mod_main.h



SVN revision: 67362
2012-01-19 23:25:32 +00:00
Carsten Haitzler b566de4bf8 fix naming of shot file on save to corrrect png/jpg - also save to
desktop by default.



SVN revision: 67306
2012-01-18 23:59:12 +00:00
Sebastian Dransfeld 6c950e981a e/gadman: Always return allocated buffer
The result from _get_bind_text will be free'd, so we must always
allocate it.

SVN revision: 67299
2012-01-18 22:11:04 +00:00
Sebastian Dransfeld 0bd4ef0855 e/gadman: cf->style should always be stringshared
SVN revision: 67298
2012-01-18 22:10:54 +00:00
Sebastian Dransfeld 96a38b7b0d e/gadman: formatting
SVN revision: 67297
2012-01-18 22:10:43 +00:00
Carsten Haitzler 238d7ae904 who broke backlight? FIX!
SVN revision: 67293
2012-01-18 15:27:10 +00:00
Jihoon Kim 39fa544056 From: Jihoon Kim <imfine98@gmail.com>
Long time ago, in
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32795.html
mail thread and IRC,

I talked with about problem of asynchronous event API such as
ecore_imf_context_commit_event_add,
ecore_imf_context_preedit_changed_event_add, so on.

In short, The problem is that key event and text_set APIs are processed
immediately, but commit event and preedit changed event is processed
asynchronously  because those APIs add each event to ecore event queue.

To fix these problems, I've decided to create synchronous event APIs such
as ecore_imf_context_event_callback_add, del and call.

For considering compatibility, sync and async event callback functions are
used in xim and scim immodule.



SVN revision: 67290
2012-01-18 04:38:04 +00:00
Tom Hacohen cd2d5add05 E notification: Use <br/> not <br>.
SVN revision: 67278
2012-01-17 15:50:37 +00:00
Christopher Michael 8e4a1c3758 E: Fix warning about uninitialized variable in randr code.
SVN revision: 67273
2012-01-17 12:41:21 +00:00
Davide Andreoli 7a4ab7417a Revert a 13 months old commit by englebass
Messagge was:
module unload will delete gadcons, so we need to cleanup in gadman as
well.


This cause all my gadget to be deleted when I switch from 1 monitor
to 2 monitors (while e is running). This probably occcur also when
switching resolution.

Also I don't like all the gadgets configs to be deleted when the 
gadman module is unloaded, we have a conservative approch with
gadget config, so don't see the reason to delete all my gadget
here.

DaveMDS



SVN revision: 67251
2012-01-16 21:54:53 +00:00
Boris Faure d651ea3d68 e: fix fps_show in comp being toggled on startup
comp module has an handler on SIGUSR2 to toggle showing fps.
On startup, enlightenment_init sends a SIGUSR2 to its parent so that it
exists of pause() (in e_main.c:537) and finish main init.
Sending SIGUSR1 instead of SIGUSR2 is more of a workaround than a fix.

SVN revision: 67249
2012-01-16 20:07:15 +00:00
Leif Middelschulte 72e9ba4bca Cleanup desktop notifications in battery.
-Properly init and shutdown e_notify
-Use "Battery" as name for notification sender
-Use ui configurable timeout for notification
-Save "use desktop notification" for real

SVN revision: 67029
2012-01-11 01:40:13 +00:00
Leif Middelschulte e5d5b57bc5 Add E_Notify to c- and linkerflags.
SVN revision: 67028
2012-01-11 00:49:46 +00:00
Leif Middelschulte 40b2ec83b7 Add desktop notifications to battery module.
SVN revision: 67027
2012-01-11 00:29:42 +00:00
Mike Blumenkrantz a0ae01c227 add debug output for backlight
SVN revision: 67023
2012-01-10 21:08:58 +00:00
Christopher Michael 79e0406a40 E: Update eina_array_count function to not use deprecated one.
SVN revision: 67014
2012-01-10 11:18:55 +00:00
Leif Middelschulte dba1e9d7e4 Silence warnings.
SVN revision: 66978
2012-01-08 18:13:42 +00:00
Mike Blumenkrantz de639bccff attempt at new backlight device preference logic
SVN revision: 66959
2012-01-07 15:12:50 +00:00
Carsten Haitzler 524904ac55 sigusr2 now toggles fps :)
SVN revision: 66935
2012-01-06 10:26:02 +00:00
Mike Blumenkrantz 27661da8ef not having any text here weirds me out
SVN revision: 66918
2012-01-06 03:58:34 +00:00
Carsten Haitzler 0149e51aaa focus using current time gotten from event stream.
SVN revision: 66899
2012-01-05 10:08:08 +00:00
Tom Hacohen 769348ef64 E notification: Support newlines in notifications.
SVN revision: 66872
2012-01-04 15:13:24 +00:00
Tom Hacohen 844eb83a38 E notification: Fix notification markup.
Apparently there's a limited markup language that should be supported.

SVN revision: 66868
2012-01-04 13:43:33 +00:00
Carsten Haitzler 779c1a35c2 name client list config better
SVN revision: 66770
2012-01-03 03:29:25 +00:00
Carsten Haitzler 0078d30bdc segv's waiting to happen wrong api calls on wrong object types - check
to protect.



SVN revision: 66707
2011-12-31 14:35:05 +00:00
Carsten Haitzler 653ca4eda4 display mis-configured remembers so u can delete them.
SVN revision: 66705
2011-12-31 06:58:38 +00:00
Carsten Haitzler f674bd8a0b fix border events/grabs for move/resize and such.
SVN revision: 66703
2011-12-30 17:17:09 +00:00
Gwanglim Lee 990a6ef050 From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: [E-devel] [Patch] E17/comp: add _NET_WM_CM_Sn checking code

I've added checking code to detect another compositor that is already
running.

And I've also removed unnecessory set/unset code for _NET_WM_CM_S#.



SVN revision: 66657
2011-12-30 02:15:02 +00:00
Leif Middelschulte 302dfe88f3 Fix possible issue with missing outputs.
SVN revision: 66638
2011-12-29 18:29:52 +00:00
Carsten Haitzler cc59b36bef warn--
SVN revision: 66623
2011-12-29 10:48:02 +00:00
Carsten Haitzler e46322a104 oooooh e can check for its own updates now. :) kind of generic to be
able to do more too.



SVN revision: 66621
2011-12-29 10:45:49 +00:00
Chidambar Zinnoury c64faa47e5 e: cpufreq governor settings moved around a lil' bit.
SVN revision: 66614
2011-12-28 21:22:41 +00:00
Chidambar Zinnoury 762b0aa52b e: add icons to colour classes categories.
SVN revision: 66613
2011-12-28 20:18:13 +00:00
Carsten Haitzler accf9be609 make some more config vars have a gui.
SVN revision: 66597
2011-12-28 11:16:46 +00:00
Carsten Haitzler 61b0f13cb0 more gui for config vars we have.
SVN revision: 66594
2011-12-28 07:11:01 +00:00
Carsten Haitzler 32726ba6d2 get rid of unused cfdata members
SVN revision: 66593
2011-12-28 06:52:59 +00:00
Hannes Janetzek 3d1d1a89a9 e17: remove debug printf
SVN revision: 66571
2011-12-27 13:23:07 +00:00
Carsten Haitzler 9f8ff9682f remove some more unused config vars and mark config vars that have gui
controls.



SVN revision: 66524
2011-12-26 07:26:39 +00:00
Carsten Haitzler 1ae388fea2 provide gui config for some config vars with no gui right now.
SVN revision: 66515
2011-12-26 07:01:00 +00:00
Carsten Haitzler 7fd02afae4 and remove virtual roots config that isnt ever used or able to be
enabled or tested...also remove the config vals from profiles.



SVN revision: 66514
2011-12-26 06:32:21 +00:00
Carsten Haitzler cdb864ed8e remove all traces of selecting engine in e17 - wont actuallly ever be
needed beyond compositor. :)



SVN revision: 66513
2011-12-26 06:24:59 +00:00
Mike Blumenkrantz 897c5aaf45 add a note here about other backlight devices
SVN revision: 66493
2011-12-24 07:44:18 +00:00
Mike Blumenkrantz 1b4bf7e573 maybe prevent a leak but probably not
SVN revision: 66492
2011-12-24 07:44:07 +00:00
Mike Blumenkrantz c2e454d4f7 support led class of backlights
SVN revision: 66491
2011-12-24 07:29:21 +00:00
Leif Middelschulte 10ce636d7a Clean up++. Also fix randr 1.0 corner case.
SVN revision: 66465
2011-12-22 15:11:35 +00:00
Leif Middelschulte cbf14cf105 Unset variables that were deleted.Safety++
SVN revision: 66441
2011-12-21 12:43:30 +00:00
Leif Middelschulte ab7aa67cb0 Clean up some code. Add "display disabled outputs" toggle to UI.
SVN revision: 66404
2011-12-21 01:23:16 +00:00
Leif Middelschulte 91cb43b37f Actually remove items from list.
SVN revision: 66403
2011-12-21 01:23:10 +00:00
Leif Middelschulte 203905f1c0 Fix ignorance of policies when refreshing e_randr info.
SVN revision: 66338
2011-12-19 17:42:08 +00:00
Leif Middelschulte bdb55d1364 Fix update of references.
SVN revision: 66337
2011-12-19 17:42:02 +00:00
Carsten Haitzler 2812e15939 make aspect size requests work properly with autoscroll in shelf.
SVN revision: 66312
2011-12-18 14:03:15 +00:00
Leif Middelschulte 95f9bb1698 Minor cleanup.
SVN revision: 66291
2011-12-16 14:19:41 +00:00
Leif Middelschulte 8c70ddd862 Use poller to force randr events to be sent.
SVN revision: 66290
2011-12-16 14:19:37 +00:00
Leif Middelschulte c241034d1c Refresh e_randr info, before showing dialog.
SVN revision: 66289
2011-12-16 14:19:33 +00:00
Leif Middelschulte 04705b92d4 Make disabled outputs appear gray not, translucent
SVN revision: 66288
2011-12-16 14:19:30 +00:00
Leif Middelschulte f5bf360e9a Introduce refetching of all RandRR info.
SVN revision: 66287
2011-12-16 14:19:25 +00:00
Tom Hacohen ecdd149227 E notification: Added a way to allow e to send markup notifications.
SVN revision: 66236
2011-12-15 08:13:39 +00:00
Leif Middelschulte 89407ecd3a Fix some wording and spelling.
SVN revision: 66221
2011-12-14 17:37:43 +00:00
Leif Middelschulte 208070ff85 Use selective storing for configuration data.
This enables that only parts of the configuration is stored.
Right now only implemented: policies vs. everything.

SVN revision: 66220
2011-12-14 17:37:38 +00:00
Leif Middelschulte 9282dd62d7 Make policies work and (re)storable. debug verbosity++
SVN revision: 66219
2011-12-14 17:37:33 +00:00
Leif Middelschulte 5777d4bffe Put e_randr init after e_config init.
SVN revision: 66218
2011-12-14 17:37:27 +00:00
Leif Middelschulte 2ac2fdf1c2 Create event for "Loading e_config finished."
It is bad how this works right now. Fail by design/documentation.
E.g. subsys a is waiting for event b_e (generated by subsys b) to happen.
If a is loaded before b, b_e isn't initialized and a waits for the wrong event.

Consequently either their must be specified value for non initialized events
(e.g. 0) or all events must be initialized in a central place, so
emitters'/listeners' order is irrelevant.

SVN revision: 66217
2011-12-14 17:37:22 +00:00
Leif Middelschulte add873a668 More fixes for e_randr, but also some for conf_randr.
SVN revision: 66216
2011-12-14 17:37:17 +00:00
Leif Middelschulte 7c96041e21 Several minor e_randr related fixes.
Don't free e_config stuff.
Improve debug messages wording.

SVN revision: 66215
2011-12-14 17:37:10 +00:00
Tom Hacohen 5e19ee65a3 E notification: Fixed notifications with newlines.
Use the new evas_textblock_text_utf8_to_markup.

SVN revision: 66198
2011-12-14 15:04:24 +00:00
Mike Blumenkrantz 9225575511 grammarize
SVN revision: 66164
2011-12-13 15:02:48 +00:00
Mike Blumenkrantz 1a06e90a94 maybe fix some obscure notify bug
SVN revision: 66098
2011-12-11 16:19:03 +00:00
Hannes Janetzek 5cc5a029ba e17/evry: remove semicolon key binding, the action is quite useless and calc needs that key
SVN revision: 66084
2011-12-10 10:54:34 +00:00
Mike Blumenkrantz 682c6f28b1 these error messages aren't CRIT worthy
SVN revision: 66076
2011-12-10 07:16:52 +00:00
Carsten Haitzler 66decc410d fix del of directories and copy too.
SVN revision: 66010
2011-12-08 03:34:44 +00:00
Vincent Torri 1c8b4d5c3d E: remove extraneous parentheses
SVN revision: 65994
2011-12-07 20:34:45 +00:00
Carsten Haitzler 0cd9e9beec well now this uses eeze - why keep the old search list?
SVN revision: 65947
2011-12-06 06:49:58 +00:00
Mike Blumenkrantz 9f70d6d9da +ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
also corresponding e17 usage


SVN revision: 65837
2011-12-03 04:24:02 +00:00
Mike Blumenkrantz a9427d207b #ifdefs to compile mixer on bsd from Joerg Sonnenberger <joerg@britannica.bec.de>
SVN revision: 65800
2011-12-02 05:18:00 +00:00
Mike Blumenkrantz dfd311e18c birthday's over, hope everyone enjoyed the surprise
SVN revision: 65792
2011-12-02 01:45:29 +00:00
Hannes Janetzek d81bad581a e17/evry:
- started to update docs
- remove base plugins' free_cb which was used for one special case only


SVN revision: 65774
2011-12-01 10:56:55 +00:00
Tom Hacohen 6084882168 E notification: Add the <ps> tag to the notification style.
SVN revision: 65766
2011-12-01 09:51:18 +00:00
Tom Hacohen a2d50b9302 E notification: Fixed truncation of merged messages.
SVN revision: 65765
2011-12-01 09:38:41 +00:00
Tom Hacohen f17fdabb27 E notification: Fixed issue with notification content.
The len passed to snprintf should include the \0. This caused garbage to
be printed to screen when merging empty bodied notifications.

SVN revision: 65763
2011-12-01 09:14:03 +00:00
Mike Blumenkrantz 48e56c7787 fix garbage value config_path variables and use correct config registry strings
SPANK SPANK SPANK!


SVN revision: 65706
2011-11-30 04:54:52 +00:00
Mike Blumenkrantz abcc8f9ad3 add new functions evry_item_{app,file}_free for freeing standard file/app items
SVN revision: 65705
2011-11-30 04:00:51 +00:00
Mike Blumenkrantz 0cc0f8c658 ATTN: JEFFDAMETH!
YOUR CODE FORMATTING IS BROKEN! PLEASE FIX THIS IN YOUR EDITOR ASAP!


SVN revision: 65704
2011-11-30 03:32:54 +00:00
Hannes Janetzek 03411559de e17/evry: fix configuration dialog, ignore configs of plugins which are not loaded
SVN revision: 65689
2011-11-29 18:21:34 +00:00
Mike Blumenkrantz fd6f629fec and fix clipping
SVN revision: 65663
2011-11-29 00:09:02 +00:00
Mike Blumenkrantz 919ea00905 need more FUN on raster's birthday!
SVN revision: 65661
2011-11-29 00:00:35 +00:00
Mike Blumenkrantz 22949f0316 tweet: HAPPY BIRTHDAY RASTER!
for today only, it's RASTER'S BIRTHDAY!!!! and here's the birthday module!!!!!!!!!!


SVN revision: 65659
2011-11-28 22:45:56 +00:00
Mike Blumenkrantz 6b3dec76ad hmm probably shouldn't try to set notify bg to a garbage value
SVN revision: 65658
2011-11-28 16:49:21 +00:00
Carsten Haitzler 008668be55 oh dear.. more icon bottom space stuff in efm. fix!
SVN revision: 65648
2011-11-28 12:18:58 +00:00
Carsten Haitzler 83dbefaf87 fix sub object add for e widgets... will be happy to let elm do this
in future :)



SVN revision: 65644
2011-11-28 11:40:18 +00:00
Massimo Maiurana 63708082d1 updating greek translations
SVN revision: 65618
2011-11-27 19:48:35 +00:00
Carsten Haitzler f01a0747a1 fix efm nav bar alignment of path bar.
SVN revision: 65595
2011-11-25 08:27:19 +00:00
Carsten Haitzler f32a029890 man that has annoyed me for AGES.. that uselss space at the bottom of
efm views! argh! fix! disable it!



SVN revision: 65594
2011-11-25 08:07:12 +00:00
Carsten Haitzler 1175a7b529 and remove printfs
SVN revision: 65593
2011-11-25 07:47:57 +00:00
Carsten Haitzler db3621837a lets drop icons correctly if efm view is not at 0,0
SVN revision: 65592
2011-11-25 07:46:50 +00:00
Carsten Haitzler 7e0ff05ad1 lets' delete files again shall we efm?
SVN revision: 65591
2011-11-25 07:13:41 +00:00
Mike McCormack d546396db1 [e] Fix a warning
CC     e_mod_main.lo
e_mod_main.c: In function ‘_gc_init’:
e_mod_main.c:342:12: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65547
2011-11-24 00:05:07 +00:00
Iván Briano 7e6ac98f13 Fix the fix for the include path.
I won't spank fidencio because he will probably like it.

Thanks lzoubek for pointing this out


SVN revision: 65542
2011-11-23 19:56:35 +00:00
Fabiano Fidêncio 8b8f72d640 fix e17 compilation
spank! spank! spank, old man!


SVN revision: 65541
2011-11-23 18:13:14 +00:00
Lucas De Marchi 8c153f8f26 Don't signal urgency hint when window has focus
SVN revision: 65538
2011-11-23 13:03:02 +00:00
Mike Blumenkrantz eea02e389b change of email address: this is going to be ugly
SVN revision: 65531
2011-11-23 08:40:50 +00:00
Lucas De Marchi 8e2bb0d1d2 Don't bother with urgency hint if window is focused
SVN revision: 65520
2011-11-22 20:37:37 +00:00
Tom Hacohen c2b3f17a6f E desklock: Fix password replace char to work correctly with unicode.
The correct fix would actually be using textblock there and not TEXT object
as we already have edje_entry... I guess whoever did it had it motives
(or possibly edje_entry didn't exist yet at that time). But anyhow,
edje_entry already supports replacement chars.

SVN revision: 65519
2011-11-22 15:59:54 +00:00
Carsten Haitzler 9a613de952 with connman 07x changes - make sure headers dont conflict with old
edbus1.x too.



SVN revision: 65506
2011-11-22 03:12:20 +00:00
Gustavo Sverzut Barbieri 160e660ed5 e: port to use econnman-0.7x
SVN revision: 65500
2011-11-21 20:56:22 +00:00
Massimo Maiurana b6d7c08231 updating various translations
SVN revision: 65498
2011-11-21 20:33:33 +00:00
Carsten Haitzler ac66e366ba match connman api revert.
SVN revision: 65417
2011-11-20 04:01:17 +00:00
Mike Blumenkrantz 0784943ae3 account for "" with getenv for hahas
SVN revision: 65390
2011-11-18 19:25:19 +00:00
Mike Blumenkrantz 8c9d0f0aa0 use helper macro for eeze scanner edd setup
SVN revision: 65389
2011-11-18 19:24:21 +00:00
Mike Blumenkrantz 330a63e43d try introducing a delay after starting eeze scanner to make socket connection more successful
SVN revision: 65382
2011-11-18 09:29:08 +00:00
Leif Middelschulte 557f7d4755 From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] Patch to add disabled outputs to config dialog.
Date: Thu, 17 Nov 2011 18:43:23 +0100

Hello devs,

find attached a patch that enables the user to set the policy for an
unused output. Since there is no resolution, an assumed resolution is
set in the edc so it's easily adjustable for small screens.


SVN revision: 65374
2011-11-18 08:07:48 +00:00
Mike Blumenkrantz 1f3c3ac719 use <ps> instead of <br>, so sayeth TAsn
SVN revision: 65373
2011-11-18 08:03:52 +00:00
Stefan Schmidt fc7b125aae The current logic only displays text the first time the timer callback is
called. Thats after one second. To avoid the blank dialog box for one second set
the intial text already when creating the dialog.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>


SVN revision: 65372
2011-11-18 08:02:02 +00:00
Stefan Schmidt 37fed2cea0 So far we only had a nice count down until we would restore but we never
restored. Calling the restore function now it countdown is at zero.

Not sure if function re-ordering or declaration is preferred here. Just added a
declaration as some others exist already.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>


SVN revision: 65371
2011-11-18 08:00:53 +00:00
Stefan Schmidt 1024977100 The box uses the size from the first line additional to the set icon. As the
tags are not counted we need to break the line earlier to show the complete text
in the dialog window.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>


SVN revision: 65370
2011-11-18 08:00:32 +00:00
Vincent Torri 3a2cdebbbf E17: fix eeze mount detection and build, reported by Jochen Schröder
SVN revision: 65368
2011-11-18 06:56:07 +00:00
Mike Blumenkrantz 7b4bfd893b trivial changes
SVN revision: 65364
2011-11-18 05:58:08 +00:00
Mike Blumenkrantz 697ecb9e59 add debug message for throttling
SVN revision: 65362
2011-11-18 05:05:40 +00:00
Mike Blumenkrantz c2b9cb4b56 slightly better debug info for eeze scanner connection
SVN revision: 65361
2011-11-18 04:55:52 +00:00
Carsten Haitzler b773e28a73 dont compile msg.c on non-linux.
SVN revision: 65341
2011-11-17 11:27:26 +00:00
Carsten Haitzler 861f7bb901 add eina include to tempget and batget
SVN revision: 65337
2011-11-17 11:12:30 +00:00
Carsten Haitzler cef3afa355 support mtrack... my new little memory tracker so i can finally live
track down leaks and other badnesses.



SVN revision: 65335
2011-11-17 10:19:50 +00:00
Gustavo Sverzut Barbieri 72d14f5466 everything/gadget: fix segv
SVN revision: 65297
2011-11-16 17:20:32 +00:00
Carsten Haitzler cb148dd11e dont go hunt if ping to now interval not long enough in poller
SVN revision: 65290
2011-11-16 10:08:28 +00:00
Mike Blumenkrantz 4173f556d6 add timestamp printf for pulse disconnection debugging
SVN revision: 65273
2011-11-15 16:26:21 +00:00
Sebastian Dransfeld c2527ef23f e_config: Fix file size detection
Dear all,

I found a bug in e_config. The e didn't make the configuration backup files.
It was because of my wrong patch (svn rev.64684). I fixed this bug.
Please check the new patch file.

Patch by Doyoun Kang

SVN revision: 65224
2011-11-15 07:39:24 +00:00
Christopher Michael 9a8511aea0 E_Randr: Fix typo in message.
SVN revision: 65221
2011-11-15 06:46:47 +00:00
Boris Faure 0645e7012d e: some more const to _gc_label()
SVN revision: 65209
2011-11-14 22:23:36 +00:00
Boris Faure 328496c8f4 e: oopsie. warnings--
SVN revision: 65205
2011-11-14 22:04:27 +00:00
Boris Faure 27264671d0 e/gadcon: label() returns a const char*
Original patch by Fabien Romano from OpenBSD

SVN revision: 65204
2011-11-14 21:46:57 +00:00
Boris Faure 0417842390 e: typo. Patch by Fabien Romano from OpenBSD
SVN revision: 65203
2011-11-14 21:46:37 +00:00
Boris Faure 78c5215f0a e/evry: warnings--
SVN revision: 65199
2011-11-14 21:07:29 +00:00
Gustavo Sverzut Barbieri 6ee505d059 e/wizard: fix e_dbus/connman need for #define.
SVN revision: 65198
2011-11-14 20:58:12 +00:00
Christopher Michael afa4a3fa4f E: Don't need to include the toolbook header, it's already included
via e.h.



SVN revision: 65196
2011-11-14 19:05:33 +00:00
Gustavo Sverzut Barbieri fd984e41a0 e/connman: update to new api.
SVN revision: 65193
2011-11-14 17:29:32 +00:00
Lucas De Marchi f5cd6e1600 e/connman: bye bye deprecated method
SVN revision: 65172
2011-11-14 15:16:28 +00:00
Gustavo Sverzut Barbieri 9db4ca1976 connman: match upstream change to security property.
Security is now a list of security supported by access point.


SVN revision: 65119
2011-11-13 06:03:53 +00:00
Carsten Haitzler a3bfd5d8bb have tasks always set inset and autoscroll so it works right.
SVN revision: 65118
2011-11-13 05:47:09 +00:00
Hannes Janetzek 859f31e407 e17/evry: what a hack :)
SVN revision: 65114
2011-11-13 00:36:04 +00:00
Gustavo Sverzut Barbieri 07532bd1ab everything/start: just search an icon if it's not the default "start"
SVN revision: 65113
2011-11-13 00:22:53 +00:00
Gustavo Sverzut Barbieri b4572fddde everything: gadget icon and minor cleanups.
SVN revision: 65111
2011-11-13 00:07:35 +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
Mike Blumenkrantz d28c76f145 fix crash when closing window
SVN revision: 64996
2011-11-09 16:39:10 +00:00
Mike Blumenkrantz ff70c9bda8 formatting
SVN revision: 64994
2011-11-09 16:13:26 +00:00
Mike Blumenkrantz 8e247547cb more small cleanups
SVN revision: 64993
2011-11-09 16:08:31 +00:00
Mike Blumenkrantz 5a3e1555fe make some vars static, cleaning
SVN revision: 64992
2011-11-09 15:49:09 +00:00
Mike Blumenkrantz aa24d2f3b1 ecrustify
SVN revision: 64991
2011-11-09 15:42:00 +00:00