summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.17.5 releasedevs/etrunko/0.17.5Eduardo Lima (Etrunko)2013-10-143-3/+25
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* bugfix: efm icon event clipping now set correctlyMike Blumenkrantz2013-10-142-0/+5
|
* Removing blank entries from desktop filesmaxerba2013-10-0557-700/+0
|
* Removing blank entries from desktop filesmaxerba2013-10-0515-181/+0
|
* probably fix menu clicks which I broke a couple commits ago...Mike Blumenkrantz2013-10-031-0/+2
|
* remove more invalid Name[]= entriesMike Blumenkrantz2013-10-0374-74/+0
| | | | T346
* fix blank Name[$locale]= values in .desktopsMike Blumenkrantz2013-10-032-21/+0
| | | | T346
* mixer: gadget conf set card name when noneJérémy Zurcher2013-09-271-1/+9
|
* bugfix: check mouse location when clicking menu items, only activate menu if ↵discomfitor2013-09-202-1/+14
| | | | | | mouse is inside menu when clicking T164
* add changelog from previous commitdiscomfitor2013-09-201-0/+4
|
* bugfix: efm now allows repeated creation of new files from menusdiscomfitor2013-09-201-8/+33
|
* improve e on debian kfreebsd (Patch by Petr Salinger)Boris Faure2013-08-241-3/+3
| | | | Closes task 302.
* better fix for gettext macro checkingMike Blumenkrantz2013-08-221-0/+6
|
* s/AM_GNU_GETTEXT/AC_GNU_GETTEXT/gMike Blumenkrantz2013-08-221-2/+2
|
* Updated changelog, fixed stall T289Deon Thomas2013-08-191-0/+3
| | | | Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 45b4d9f :: Move xinerama init until After randr has setup the screens.Chris Michael2013-08-191-9/+9
| | | | | | | NB: Old Man, THIS should fix your black screen problem ;) Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 57a3a62 :: When we try to re-enable a monitor, check the Crtc Mode ↵Chris Michael2013-08-191-1/+1
| | | | | | | (not the smart object Current mode) to determine if it is already disabled. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: b6fe0c8 :: Don't do randr restore if we have fake screens. ↵Chris Michael2013-08-191-0/+3
| | | | | | | (requested by release master) ;) Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: e4f4a29 :: +e_xinerama_fake_screens_existMike Blumenkrantz2013-08-192-0/+7
| | | | Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* 0.17.4 releasev0.17.4Eduardo Lima (Etrunko)2013-08-024-5/+30
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* Backport: 112a409 :: When we have to calculate screen size, it May actually ↵Chris Michael2013-08-021-0/+2
| | | | | | | | | | | Help to get the crtc id that we need to fetch values for. NB: Phab Ticket T258 NB: /me slaps self Signed-off-by: Chris Michael <devilhorns@comcast.net> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: a7200ae :: Only create primary output frame if we have more than ↵Chris Michael2013-08-021-14/+20
| | | | | | | one monitor to choose from. Signed-off-by: Chris Michael <devilhorns@comcast.net> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 6d3751a :: Remove duplicated local variable.Chris Michael2013-08-021-1/+0
| | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: a39246c :: Remove return value in function returning void.Chris Michael2013-08-021-1/+1
| | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: c32f155 :: Add a disabled state to the indicator event rectangleChris Michael2013-08-021-1/+14
| | | | | | | | NB: This is so that the indicator mouse events can be disabled, thus not allowing Silly people to turn off their Only single monitor. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: c48e7d2 :: When we have finished creating all monitors, if there ↵Chris Michael2013-08-021-2/+14
| | | | | | | | | | | | is only One monitor existing, then disable the ability to toggle the indicator. NB: This is for silly people who (for whatever reason) decide that it's a good idea to try and turn off their Only monitor. NB: Fixes Phab Ticket T257 Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 9046a6b :: Add function to allow disable/enable of the indicator ↵Chris Michael2013-08-021-0/+13
| | | | | | | toggle. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 1aa4f1e :: Add function prototype for disable/enable of the toggle ↵Chris Michael2013-08-021-0/+1
| | | | | | | indicator. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* enlarge taskbar buttons a bit so those with 24px shelves.. can useCarsten Haitzler (Rasterman)2013-08-011-18/+16
| | | | them. :)
* Revert: removed ECORE_VERSION_MAJOR/MINOR #if statement since all the new ↵Deon Thomas2013-08-011-0/+23
| | | | ecore_randr code has been backported to ecore 1.7.7+
* removed ECORE_VERSION_MAJOR/MINOR #if statement since all the new ↵Deon Thomas2013-08-011-23/+0
| | | | ecore_randr code has been backported to ecore 1.7.7+
* Backport: e2cf7d3 :: Handle case of snapping for monitor being moved.Chris Michael2013-08-011-0/+23
| | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 3f2e850 :: Big giant Monitor Snapping Fix when we resize or move !! ;)Chris Michael2013-08-012-51/+78
| | | | | | | | | | | | | | | | | | - Add previous monitor geometry to smart data structure. - When we set the crtc, also set the monitor current geometry. - Add function to return the previous monitor geometry. - On a mouse up, check for monitor location difference versus previous geometry, if nothing changed then we have no 'move' to do. - When we start a resize, record the previous geometry and raise the monitor. - When a monitor is moved/resized we call the position_update function which already loops all monitors, so no need to loop them twice. - Fix position_update function to allow some Snapping Fuzziness so that on a move/resize any adjoining monitors (within tolerance) will more reliably snap to each other. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: d2a0e36 :: Add function prototype for returning previous geometry.Chris Michael2013-08-011-0/+1
| | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: b0e3605 :: Implement rudamentary monitor snapping after move.Chris Michael2013-08-011-1/+18
| | | | | | | | | | | | | | | | | After a monitor has been moved, snap it to the closest monitor. NB: This should fix cases where a monitor could not be positioned next to another monitor which had a resolution of 1368. Previously, the second monitor could only move to 1366 due to a rounding issue when converting coordinates to virtual. Now, the second monitor (when finished moving) will Snap to the proper position. NB: (Currently) In order for the snapping to work, either the monitors' X axis or Y axis must be equal. Ideally, this should be fixed to allow for some percentage of position flexibility. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* updating desktop filesmaxerba2013-07-3174-91/+709
|
* updating french translationmaxerba2013-07-311-1790/+1852
|
* Backport: 5fecc20 :: When we are re-enabling a monitor, do not free the mode ↵Chris Michael2013-07-291-5/+3
| | | | | | | | | | | info from the smart data's list of modes. This will get freed when the dialog closes. Fix some formatting for 80 columns. NB: Should fix etrunko crash ;) Signed-off-by: Chris Michael <devilhorns@comcast.net> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: a12ae8b :: Properly check for primary output during new ↵Chris Michael2013-07-291-3/+3
| | | | | | | configurations. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Adding serbian localization in desktop filesmaxerba2013-07-0850-1/+91
|
* Fixed sorting in desktop filesmaxerba2013-07-0474-877/+881
|
* updating italian translationmaxerba2013-07-021-30/+42
|
* updating esperanto and french translationsmaxerba2013-07-022-1935/+1895
|
* updating desktop files with esperanto and french translationsmaxerba2013-07-0271-859/+1002
|
* Update changelog to show devilhorns changesDeon Thomas2013-06-281-0/+5
|
* Backport: 0537494 :: Fix issue of incorrect x/y position being displayed on ↵Chris Michael2013-06-281-9/+8
| | | | | | | a monitor after snapping. Signed-off-by: Chris Michael <cp.michael@samsung.com> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 7955818 :: Add randr theme support for primary outputsChris Michael2013-06-281-0/+23
| | | | | | | NB: Someone may want to retheme this.... Signed-off-by: Chris Michael <devilhorns@comcast.net> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 23a8170 :: Fix cloning box to now be over the indicator event rect.Christopher Michael2013-06-281-2/+5
| | | | | | | Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84209 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: f7defbd :: Color the clip of the frame when monitor is disabled to ↵Christopher Michael2013-06-281-0/+7
| | | | | | | | | | | provide more visual indication. NB: Someone may want to tweak the color used here ;) Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84205 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
* Backport: 8f0367d :: Rename monitor name styleChristopher Michael2013-06-281-2/+2
| | | | | | | Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84204 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>