Commit Graph

8896 Commits

Author SHA1 Message Date
Sebastian Dransfeld c197d0c8a0 Only do "selected" cb when single_click_delay is 0
If single_click_delay is activated, _e_fm2_mouse_1_handler will handle
"selected" cb

SVN revision: 45631
2010-01-27 19:33:53 +00:00
Carsten Haitzler 5182864be4 fix animator usage - now silky smooth!
SVN revision: 45629
2010-01-27 15:29:51 +00:00
Carsten Haitzler 6b09578e94 dont unload - restarts handle that. too unsafe.
SVN revision: 45627
2010-01-27 15:18:51 +00:00
Christopher Michael c6eaabe169 Reset top_shelf geometry hint when we close.
SVN revision: 45613
2010-01-27 01:55:50 +00:00
Christopher Michael 8d44cfa290 Reset softkey window geometry when we close.
SVN revision: 45612
2010-01-27 01:53:52 +00:00
Christopher Michael c45b689eb1 Fix custom layout mode for fullscreen apps.
SVN revision: 45606
2010-01-26 22:37:55 +00:00
Christopher Michael 474f76e958 Add more debugging (printfs).
SVN revision: 45603
2010-01-26 21:15:07 +00:00
Christopher Michael 1ee85c252d Add handler for when keyboard moves so we can destroy dictlist, etc.
Add some debug. Tracking an issue where keyboard dictlist does not show up
after it's moved to zone 1.



SVN revision: 45600
2010-01-26 20:52:30 +00:00
Christopher Michael eeb3a3318d Fix up layout code wrt fullscreen apps, conformant apps, and vkbd.
SVN revision: 45598
2010-01-26 20:13:34 +00:00
Gustavo Sverzut Barbieri f0588f2b2d allow not installing /etc/enlightenment/sysactions.conf
We provide just a default, but distros should use their own version
with system specific groups and hibernate/suspend actions (pm-utils or
so)



SVN revision: 45596
2010-01-26 18:21:09 +00:00
Gustavo Sverzut Barbieri 51347f22f4 eina_module_free() already calls eina_module_unload(). There's no need
to call it afterwards.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45592
2010-01-26 15:22:53 +00:00
Gustavo Sverzut Barbieri f955d4856e evry_hist->subjects and evry_hist->actions has already been freed
by evry_history_free(). Do not call eina_hash_foreach() again on
evry_history_unload since this will give an eina_magic_fail()
beacause they are already NULL.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>



SVN revision: 45591
2010-01-26 15:21:57 +00:00
Vincent Torri 036f564d05 more help fixing
SVN revision: 45585
2010-01-26 11:59:41 +00:00
Vincent Torri 955e3ad755 fix configure help
SVN revision: 45584
2010-01-26 11:54:09 +00:00
Christopher Michael 8b90bb8941 Completely fix conformant windows (wrt vkbd) in single layout mode.
SVN revision: 45580
2010-01-26 10:50:51 +00:00
Christopher Michael f435b6322c Allow conformant windows to work with vkbd in single layout mode (need to
handle dual mode still).



SVN revision: 45579
2010-01-26 10:16:29 +00:00
Christopher Michael faf294b37a Fix elm_conformant not getting indicator size.
SVN revision: 45572
2010-01-26 07:42:33 +00:00
Cedric BAIL 2fab25c3bb * ecore: Move ecore_job inside ecore.
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.


SVN revision: 45570
2010-01-25 21:59:21 +00:00
Sebastian Dransfeld 306d3dee1f Fix shelf numbering
id must be unique. So if we have 2 zones with 1 shelf in each, hide 1
zone and add a new shelf, it must get id "hidden shelf" + 1

SVN revision: 45563
2010-01-25 19:37:13 +00:00
Carsten Haitzler 1fa9578da2 update config with new fields/versions, add texture form pixmap option to gl
compositor



SVN revision: 45549
2010-01-25 12:53:43 +00:00
Sebastian Dransfeld 511f4dd3c1 cleanup
SVN revision: 45547
2010-01-25 09:37:30 +00:00
Sebastian Dransfeld d529af17ba cleanup
SVN revision: 45546
2010-01-25 09:31:07 +00:00
Carsten Haitzler ca49f2dcbf config to turn off exec fail dialog
SVN revision: 45544
2010-01-25 07:38:48 +00:00
Christopher Michael 370822b80f Make config categories with custom icon locations actually display those icons.
Make config items with custom icon locations actually display those icons.



SVN revision: 45541
2010-01-25 02:51:57 +00:00
Sebastian Dransfeld ca335a9fc2 Fix #483 again
SVN revision: 45531
2010-01-24 21:20:32 +00:00
Carsten Haitzler 428c571bfb use grabbed flag and pre-post swap callbacks.
SVN revision: 45517
2010-01-24 11:05:18 +00:00
Christopher Michael 0e1ff68b1a And change pointer to "move" when dragging indicator window.
SVN revision: 45507
2010-01-24 04:48:28 +00:00
Christopher Michael 26ce4878af Add some signals for moving indicator so themes can do "pretty" stuff :)
SVN revision: 45506
2010-01-24 04:24:35 +00:00
Christopher Michael f92311b2a9 Remove e_mod_border (dead file).
Rework layout code for all modes:
       - Better layout code for dual modes.
       - Don't set focus if the border is already focused.
       - No need to call the 'back' method on border_delete.
       - Don't call focus_latest_set on border_focus_in.
         (not needed as it turns out).
Cleanup e_illume_border.c: 
        - Free lists when done with them.
        - Check zones are valid.
        - Reduce variable usage.



SVN revision: 45503
2010-01-23 21:31:06 +00:00
Christopher Michael 10fb34ad03 Lock stacking of home windows & deselect an icon after it's started running.
SVN revision: 45500
2010-01-23 21:08:57 +00:00
Sebastian Dransfeld f0015c1e97 Only move resize edge windows in one func
SVN revision: 45499
2010-01-23 20:11:55 +00:00
Sebastian Dransfeld 2de0425541 Fix #483
For corner shelves, detect movement in corner windows
Use ev->root.{x,y} as event coordinates, we do not care where the mouse
moves within the edge windows.
Convenience function for window -> edge detection.

SVN revision: 45498
2010-01-23 20:06:02 +00:00
Sebastian Dransfeld 1f0929c9d5 Only flip if edge window present
SVN revision: 45495
2010-01-23 18:33:24 +00:00
Carsten Haitzler 5837af54c0 remove testing shape stuff
SVN revision: 45486
2010-01-23 13:51:39 +00:00
Carsten Haitzler 7559d1f642 well.. compoaitor - with gl... seeems to work.. but on fglrx... its slow as
all hell! smells like i hit a software path. hooray!



SVN revision: 45485
2010-01-23 13:50:26 +00:00
Sebastian Dransfeld 436b1fa456 Set list to NULL on free
SVN revision: 45481
2010-01-23 11:32:04 +00:00
Sebastian Dransfeld aa4572db97 Switch sort order
We want the leftmost screen to be first

SVN revision: 45480
2010-01-23 11:23:12 +00:00
Christopher Michael a77b6a8ad9 Reduce variable usage.
Add additional error trapping.



SVN revision: 45478
2010-01-23 05:56:17 +00:00
Christopher Michael 64ccc4f601 Reorg/refactor some code to reduce duplicate code.
SVN revision: 45477
2010-01-23 05:31:05 +00:00
Christopher Michael 5e5e414525 Reorganize some variable placement to reduce potential register usage.
SVN revision: 45476
2010-01-23 04:52:28 +00:00
Christopher Michael c1fa97861b Not sure why, but moving QP borders here need an actual e_border_move call.
SVN revision: 45475
2010-01-23 04:35:23 +00:00
Christopher Michael da65e0f364 Remove printfs.
SVN revision: 45474
2010-01-22 23:56:09 +00:00
Christopher Michael 8ca7469480 Hide/Show QP borders when appropriate.
If we move the indicator window in policy, then send qp_pos_update message
so quickpanel is in the correct position.



SVN revision: 45473
2010-01-22 23:28:03 +00:00
Christopher Michael ada28c01eb Set top shelf geometry on zone.
SVN revision: 45471
2010-01-22 23:07:52 +00:00
Christopher Michael bbaf21475c Cleanup busycover handles when we close.
Add some printfs for home launching two apps.



SVN revision: 45469
2010-01-22 22:52:28 +00:00
Christopher Michael 19f06ac085 Rework quickpanel to account for ability to drag indicators...so now when
indicator moves, quickpanel will adjust it's position accordingly.



SVN revision: 45468
2010-01-22 22:51:31 +00:00
Christopher Michael 056e01de38 Dont need a state_set for quickpanel, just use the state_send message.
Send position_update message when indicator gets moved.



SVN revision: 45467
2010-01-22 22:50:27 +00:00
Sebastian Dransfeld a9bf975e7b export less
SVN revision: 45455
2010-01-22 20:28:39 +00:00
Sebastian Dransfeld e2ba9a34b9 Add EINTERN
All functions not static in modules should be EINTERN, exepect
e_modapi_*

SVN revision: 45446
2010-01-22 20:00:07 +00:00
Carsten Haitzler 62b8ceb7c7 fix for gl mode - update rects
SVN revision: 45435
2010-01-22 09:30:16 +00:00