summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* modules/geolocation: Add source file for artwork.devs/stefan/geolocation-rebased-on-elm-windevs/stefan/geolocationStefan Schmidt2014-11-131-0/+138
| | | | | In case someone wants to play around with it. Given my little art skills I would be happy if anyone wants to enhance this. :)
* modules/geolocation: Ignore now generated edj in gitStefan Schmidt2014-11-131-0/+1
|
* modules/geolocation: Add module theme and icons.Stefan Schmidt2014-11-136-3/+65
| | | | | This is likely to change a bit until it stabilize so we keep the theme with the module for now.
* module/geolocation: No need to init and shutdown eldbus as E handles thatStefan Schmidt2014-11-131-2/+0
| | | | Another thing spotted by the review from zmike.
* modules/geolocation: No need to set popup to NULL here.Stefan Schmidt2014-11-131-1/+0
| | | | | This is already handled by E_FREE_FUNC. Thanks to zmike for spotting this during review.
* e_module: Whitelist geolocation moduleStefan Schmidt2014-11-131-0/+1
|
* modules/geoloation: Do not stop the client for now as we cannot enable it againStefan Schmidt2014-11-131-1/+3
| | | | | | There is a problem with GeoClue2 version 2.0.0 that does not allow to start a client again after stopping it. Need to investigate newer versions about this. For now keep it running until it times out.
* modules/geolocation: Fix naming for the whole module to be geolocationStefan Schmidt2014-11-1314-49/+49
| | | | | | It still ahd some bits from the original name (geoclue2). I tried squeeze as much renaming as possible in the earlier commits but these done here would have broken the code so I do the rest all in one go here.
* modules/geolocation: Add popup with location information to gadgetStefan Schmidt2014-11-131-5/+114
|
* modules/geolocation: Add communication to geoClue2 to receive current location.Stefan Schmidt2014-11-139-10/+1157
| | | | | | | | | This basically is the GeoClue2 client functionality a normal application also uses. We request the current location and subscribe to updates on it. Only activated when the users does a left click on the gadget so we do not run always run it in the background. The received information will be displayed in a popup in a following commit.
* modules/geolocation: Keep the UI indicator in off state at startStefan Schmidt2014-11-131-0/+1
|
* modules: Add new geolocation module to handle location access requestsStefan Schmidt2014-11-136-0/+221
| | | | | | This implements an GeoClue2 agents which gets called whenever an application tries to access the location resource. It allows the user to allow or deny this resource to the application.
* Fix wrong deskshow functionMarcel Hollerbach2014-11-121-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | Summary: The loop E_CLIENT_REVERSE_FOREACH was used to iconify and uniconify the icons. The worked well for uninconify. But if the first client with the focus gets iconifyed the lower one in the stack will get the focus and will be raised to the top, but the loop will continue with the next of the now iconifyed e_client, so this one will be skipped. Now the forward loop is used to iconify and the reverse to uniconify the e_clients. This fixes T1797 Reviewers: zmike Reviewed By: zmike Subscribers: cedric, cippp Maniphest Tasks: T1797 Differential Revision: https://phab.enlightenment.org/D1655
* Wizard : Resolved FIXME added code to free blang_list in page_010kabeer khan2014-11-121-3/+3
| | | | | | | | | | Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com> Reviewers: zmike, devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1570
* e-comp-wl: Implement client idler for sending configure during resize.Chris Michael2014-11-101-27/+53
| | | | | | Cleanup surface commit function to work with new pixmap caching code. Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Implement caching of pixmap resources for wayland clients.Chris Michael2014-11-101-19/+94
| | | | | | Move sending of frame completion to the image_draw function. Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp: Return proper post value for wayland clients duringChris Michael2014-11-101-1/+1
| | | | | | client_update Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Fix incorrect return value when creating native surface for waylandChris Michael2014-11-071-0/+1
| | | | | | clients Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e_startup: Added dialog to notify user to fix his dbus setupkabeer khan2014-11-071-2/+22
| | | | | | | | | | | | | | Summary: Resolved TODO in e_startup, In case of dbus error added dialog box to notify user to fix his dbus setup Signed-off-by: kabeer khan <kabeer.khan@samsung.com> Reviewers: zmike, devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1648
* modules/music-control: Add Tomahawk as compatible player.Stefan Schmidt2014-11-071-0/+1
| | | | | This list is getting longer and longer. Maybe we should think about autodetecting available players on the session bus?
* add alignment client menuMike Blumenkrantz2014-11-051-0/+236
| | | | for everyone with window placement ocd who doesn't tile
* e-comp-wl: Fix keyboard input with wayland clients when running in X11.Chris Michael2014-11-051-5/+123
| | | | | | | Don't run client_post_new hook for deleted clients. Start work on client pre_frame hook. Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Clip shape rectangles to client sizeChris Michael2014-11-051-0/+8
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Hook into post_new_client event so we can setup hints andChris Michael2014-11-051-0/+41
| | | | | | export any shape changes Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Set e_client properties on subsurface E_ClientChris Michael2014-11-051-0/+9
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* src/modules/clock/module.desktop.in korean addJake Jaeseok Yoon2014-11-052-0/+2
| | | | | | | | Summary: 시계(Korean expression of clock) add src/modules/clock/module.desktop.in Subscribers: cedric, JakeYoon Differential Revision: https://phab.enlightenment.org/D1591
* fix signal emission on selected ilist item iconsMike Blumenkrantz2014-11-031-2/+4
|
* e-comp-wl: Implement callback for surface resource destroyChris Michael2014-11-031-4/+23
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Remove unnecessary todo itemChris Michael2014-11-031-2/+0
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface parent commit functionChris Michael2014-11-031-0/+26
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface commit_to_cache and commit_from_cacheChris Michael2014-11-031-0/+210
| | | | | | functions Signed-off-by: Chris Michael <cp.michael@samsung.com>
* fix internal window border changingMike Blumenkrantz2014-11-032-6/+7
|
* update wayland readmeChris Michael2014-11-031-4/+2
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Fix various compile errorsChris Michael2014-11-031-4/+8
| | | | | | | Summary: add function prototype for subsurface_parent_commit, fix a few typos which broke compile Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Start on implementing subsurface commit functionsChris Michael2014-11-031-1/+75
| | | | | | NB: Not complete yet Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Add internal function prototype for subsurface commitChris Michael2014-11-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface place_below functionChris Michael2014-11-031-0/+23
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* wl-desktop-shell: Always set netwm.ping on the clientChris Michael2014-11-031-3/+2
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface place_above functionChris Michael2014-11-031-0/+23
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface desynchronized_set functionChris Michael2014-11-031-0/+10
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface synchronized_set functionChris Michael2014-11-031-0/+10
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface position set functionChris Michael2014-11-031-0/+12
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Implement subsurface destroy callbacksChris Michael2014-11-031-2/+43
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Destroy subsurface resource in destroy callbackChris Michael2014-11-031-1/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Start to reimplement subcompositor and subsurface supportChris Michael2014-11-031-0/+252
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* e-comp-wl: Cleanup wayland compositor headerChris Michael2014-11-031-6/+8
| | | | | | | Summary: Changes subsurface data structure name, changes cached damages to be a list (matching surface data structure). Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Tiling: Fix up previous tiling commit (make it safer).Tom Hacohen2014-11-031-1/+4
| | | | This is the second time recently I forgot to merge commits. :(
* tiling: Fix issue with window-moving and windows not breaking out.Marcel Hollerbach2014-11-031-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: The module is now working like it is described in T1773. What the patch really does: If a join request can not be done cause there is no node in the direction to join, the join will try to break out the node into the grand-grand-parent, this means a node can break out of his parent without walking done each parent. Issue as described in the original ticket: Each number represents a different window: 122 134 155 Focus on 3, press Win+Left I'd expect it to become: 132 134 135 But instead, nothing happens. Fixes T1773 Reviewers: tasn Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1632
* e_auth - null out compilert memset opts like lokkerCarsten Haitzler (Rasterman)2014-11-031-0/+3
|
* e_comp_wl: Remove unused variablesChris Michael2014-10-311-2/+0
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>