summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eo file fixdevs/discomfitor/eoq662014-06-201-1/+1
|
* fix eo file to match the new namespace syntaxDaniel Kolesa2014-06-201-14/+14
|
* add back comp object eo/eolian usageMike Blumenkrantz2014-06-1910-350/+469
|
* theme dialog - make theme dir if it doesnt existCarsten Haitzler (Rasterman)2014-06-181-3/+12
|
* add activate testMike Blumenkrantz2014-06-171-0/+15
|
* remove wp2 moduleMike Blumenkrantz2014-06-178-1526/+0
| | | | this will be in a separate repository at enlightenment/modules/wallpaper2
* todo updatesMike Blumenkrantz2014-06-161-4/+0
|
* fix e_comp_object_client_get() when used with signal callbackMike Blumenkrantz2014-06-161-0/+7
|
* update ibar menu theme states dynamicallyMike Blumenkrantz2014-06-161-1/+38
| | | | fix T1300
* unify ibar menu hidingMike Blumenkrantz2014-06-161-13/+13
|
* add desk_change client smart callbackMike Blumenkrantz2014-06-161-0/+1
|
* simplify ibar client desk visibility checkMike Blumenkrantz2014-06-161-12/+4
|
* rename ibar focus signalsMike Blumenkrantz2014-06-161-3/+3
|
* wizard comp effect disabling now disables all effectsMike Blumenkrantz2014-06-161-0/+1
| | | | fix T1345
* bugfix: Navigate menu is now sorted case insensitivelyMike Blumenkrantz2014-06-161-1/+1
| | | | fix T1346
* e_int_client_menu: fix window visibility problem during moving to current ↵wonguk.jeong2014-06-161-1/+4
| | | | | | | | | | | | | | | | | | | desktop Summary: When visible window was moved from invisible desktop to current desktop via ibar, the window was not shown. Fixes T1336 Test Plan: open window on 0-0 (desktop) -> goto 1-0 -> move window to 1-0 by using ibar -> check whether window is shown or not Reviewers: zmike, raster CC: seoz, cedric Maniphest Tasks: T1336 Differential Revision: https://phab.enlightenment.org/D1038
* remove calls to e_place_zone_region_smart_cleanup() in tiling unloadMike Blumenkrantz2014-06-162-13/+0
| | | | | | this is not the correct way to use this function, and tiling should probably never call it. this is a function for (slowly) repositioning every client on the currently visible desktop while trying not to overlap. on failure, which occurs when clients cannot be placed without overlapping, it moves clients to 0,0. fix T1310 because there is no i in team
* e config - make all configs have full backlight config (and the same)Carsten Haitzler (Rasterman)2014-06-163-5/+11
|
* re-do backgrounds to remove max fieldsCarsten Haitzler (Rasterman)2014-06-1630-0/+0
| | | | this fixes T1327
* pkgbuild: we do not support Bluez.Cedric BAIL2014-06-161-1/+1
| | | | | | Took me hours to find out, thanks jetlag... We need to force dependencies on bluez4. I hope other distribution will get that to. Maybe we should check daemon version somehow in our module.
* add todo file with release blockersMike Blumenkrantz2014-06-141-0/+28
| | | | anyone wanting to help out with this release should focus on these items
* Fix misspellings on line 21 and line 24.Yomi2014-06-111-2/+2
| | | | | | | | | | | | Summary: Fix what I believe to be misspellings of 'Manager' on lines 21 and 24. Test Plan: Build Enlightenement... Reviewers: raster, zmike CC: cedric Differential Revision: https://phab.enlightenment.org/D1003
* fix build in imagery fgor syscon power gadget - not ugly red shiny buttonCarsten Haitzler (Rasterman)2014-06-112-1/+1
|
* e-xdg: augment XDG_CONFIG_DIRS as wellSebastian Dransfeld2014-06-111-1/+18
|
* e: set XDG_MENU_PREFIX so menus get mergedSebastian Dransfeld2014-06-111-0/+6
|
* e: rename applications menu to fit xdg menu specSebastian Dransfeld2014-06-115-5/+5
|
* backlight: Only check output name if sysdev is setSebastian Dransfeld2014-06-111-8/+10
| | | | | We only have an action inside the for loop if sysdev is set, so move the check outside the for loop.
* remove useless null checksMike Blumenkrantz2014-06-101-2/+2
| | | | CIDs 1155278, 1155289
* po: Fix copy and paste error in Esperanto po fileStefan Schmidt2014-06-101-2/+2
| | | | @fix
* po: Set initial values for Language and Language-TeamStefan Schmidt2014-06-1011-13/+13
| | | | | | Seems to be needed nowadays. Fixes our builds on jenkins. @fix
* apply a tighter clamp to internal window autosizeMike Blumenkrantz2014-06-091-1/+5
|
* fix visibility issues related to desktop window profileGwanglim Lee2014-06-094-115/+205
| | | | | | | | | | | | | | | | | | | Summary: 1. fix window profile change request with wrong x window id 2. refactoring desktop window profile codes to handle e_client_desk_set correctly Test Plan: 1. enlightenment: Settings Panel -> Screen -> Virtual Desktops -> Check "Use desktop window profile" -> Apply 2. open an efl app on 1st desktop (0-0) 3. set a window remember on efl app window 4. go to 2nd desktop (1-0) 5. open an efl app again. it should be positioned on the previous desktop (0-0) Reviewers: zmike, raster CC: cedric Differential Revision: https://phab.enlightenment.org/D926
* hybris supportMike Blumenkrantz2014-06-081-0/+2
|
* block client resize requests for fullscreen clientsMike Blumenkrantz2014-06-081-1/+1
|
* block mouse actions on frame for iconic clientsMike Blumenkrantz2014-06-082-2/+4
| | | | fix T1069
* background: make them HiDPI compliant.Cedric BAIL2014-06-074-0/+0
| | | | @bugfix
* bg: remove useless and wrong size hint.Cedric BAIL2014-06-071-4/+0
|
* edje: remove use of deprecated functions.Cedric BAIL2014-06-0737-93/+93
|
* Updating catalan translationmaxerba2014-06-061-3402/+1900
|
* Revert "fix crash in deskmirror with smart data being null"Mike Blumenkrantz2014-06-051-1/+1
| | | | | | This reverts commit 5f0506c790f5608b968a1abee3996b790c7839d4. this commit makes no sense. if it prevents a crash, then there is a more serious bug elsewhere which should not be covered over by this bandaid.
* unset release stuffMike Blumenkrantz2014-06-041-4/+4
|
* v0.19 alphav0.19.0-alpha1Mike Blumenkrantz2014-06-042-9/+155
| | | | | | IT'S HAPPENING http://media0.giphy.com/media/rl0FOxdz7CcxO/giphy.gif
* update eo class names, add hack for 1.10 class name compatMike Blumenkrantz2014-06-043-26/+26
|
* fix shape cutting for frames which are larger than their object size impliesMike Blumenkrantz2014-06-043-17/+41
| | | | requires border themes to have data.item "frame_extends" set
* completely revert all eo/eolian usageMike Blumenkrantz2014-06-0411-501/+358
| | | | | | this was a neat experiment, but apparently it's not going to be usable for a long time in anything outside efl/elm This reverts commits f87b9900faab9686b35f55606ebaf48279fe431f, a49cede7905bf2fac6aba29ffe5686fad27ce211, 81038f8d02a65b5693fad6e8d6a7ef9d229ac2a0, 47cfb31752db02c12aa36020f0c6ddeb931d4b5f.
* Tiling: Mark already deleted client as non-tilable.Tom Hacohen2014-06-031-0/+3
| | | | This should fix T1301, however I can't reproduce.
* Tiling: Use pre_frame_assign hook instead of fetch.Tom Hacohen2014-06-031-4/+4
| | | | | | | | This essentially reverts 8f0272eb40853e810e8d6ae1b6f0295ecfa1ae90. Seunghun Lee, that's why I told you to ask Mike. :) Fixes T1311
* Update code to use the new class names generated by eolian.Tom Hacohen2014-06-034-49/+49
|
* ignore fake client resizes during shadeMike Blumenkrantz2014-06-021-0/+1
| | | | fix T1314
* typoMike Blumenkrantz2014-06-021-1/+1
|