Christopher Michael
56b0c04b7c
Don't segfault if keyboard has no border.
...
SVN revision: 45738
14 years ago
Christopher Michael
cd086f7f5c
Fix keyboard dictionary list not showing on other zones.
...
Remove debugging (printfs).
SVN revision: 45729
14 years ago
Christopher Michael
ffe74c302e
Remove unused variables.
...
Remove commented block (confirmed working without it).
SVN revision: 45727
14 years ago
Christopher Michael
40c2032186
Use PATH_MAX.
...
No need to swallow the ilist twice.
SVN revision: 45726
14 years ago
Christopher Michael
2e4b78b724
Add more error trapping.
...
SVN revision: 45691
14 years ago
Christopher Michael
3ac0f2e690
Add more error trapping.
...
SVN revision: 45690
14 years ago
Christopher Michael
25dd627a3a
more trapping.
...
SVN revision: 45688
14 years ago
Christopher Michael
795ee6f6c2
Add some more error trapping.
...
SVN revision: 45687
14 years ago
Christopher Michael
096d4b0623
More error trapping.
...
SVN revision: 45686
14 years ago
Christopher Michael
5693b420a3
More error trapping.
...
SVN revision: 45685
14 years ago
Christopher Michael
30733c2133
E_FREE already sets variables to NULL.
...
SVN revision: 45684
14 years ago
Christopher Michael
cb1d92f244
More possible error trapping.
...
SVN revision: 45683
14 years ago
Christopher Michael
bab37d908f
More trapping.
...
SVN revision: 45682
14 years ago
Christopher Michael
c53dd2238d
better trapping in dbus code (in case of unforseen problems)
...
SVN revision: 45680
14 years ago
Christopher Michael
7a3f478648
Shutdown config subsystem if layout init fails.
...
Do not allocate zones if zone count is zero.
SVN revision: 45679
14 years ago
Christopher Michael
fa665ff798
Resize the dialog if it doesn't fit in the zone.
...
SVN revision: 45678
14 years ago
Christopher Michael
743ae4d5bc
Don't set icon or send messages if the focused border is not on the proper
...
zone as kbd-toggle works on a per zone basis.
SVN revision: 45671
14 years ago
Christopher Michael
a96bc68ed6
Add a comment.
...
SVN revision: 45645
14 years ago
Christopher Michael
4f59eafbea
Reset panel geometry for conformant apps when we close.
...
SVN revision: 45644
14 years ago
Christopher Michael
782bdf85b3
Remove dead files.
...
SVN revision: 45642
14 years ago
Christopher Michael
0fd90a45ff
Remove dead files.
...
SVN revision: 45641
14 years ago
Christopher Michael
a46192c88f
Softkey has no config options, remove from config profile.
...
SVN revision: 45639
14 years ago
Christopher Michael
0326182cb2
These files do not belong in here.
...
SVN revision: 45638
14 years ago
Christopher Michael
03805afd4f
New indicator & softkey modules with lots of comments, an edc that gets
...
compiled when the module is built, and cleaner code.
SVN revision: 45637
14 years ago
Christopher Michael
ad84d78dff
Remove old indicator & softkey modules. New ones coming.
...
SVN revision: 45636
14 years ago
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
14 years ago
Carsten Haitzler
5182864be4
fix animator usage - now silky smooth!
...
SVN revision: 45629
14 years ago
Carsten Haitzler
6b09578e94
dont unload - restarts handle that. too unsafe.
...
SVN revision: 45627
14 years ago
Christopher Michael
c6eaabe169
Reset top_shelf geometry hint when we close.
...
SVN revision: 45613
14 years ago
Christopher Michael
8d44cfa290
Reset softkey window geometry when we close.
...
SVN revision: 45612
14 years ago
Christopher Michael
c45b689eb1
Fix custom layout mode for fullscreen apps.
...
SVN revision: 45606
14 years ago
Christopher Michael
474f76e958
Add more debugging (printfs).
...
SVN revision: 45603
14 years ago
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
14 years ago
Christopher Michael
eeb3a3318d
Fix up layout code wrt fullscreen apps, conformant apps, and vkbd.
...
SVN revision: 45598
14 years ago
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
14 years ago
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
14 years ago
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
14 years ago
Vincent Torri
036f564d05
more help fixing
...
SVN revision: 45585
14 years ago
Vincent Torri
955e3ad755
fix configure help
...
SVN revision: 45584
14 years ago
Christopher Michael
8b90bb8941
Completely fix conformant windows (wrt vkbd) in single layout mode.
...
SVN revision: 45580
14 years ago
Christopher Michael
f435b6322c
Allow conformant windows to work with vkbd in single layout mode (need to
...
handle dual mode still).
SVN revision: 45579
14 years ago
Christopher Michael
faf294b37a
Fix elm_conformant not getting indicator size.
...
SVN revision: 45572
14 years ago
Cedric BAIL
2fab25c3bb
* ecore: Move ecore_job inside ecore.
...
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.
SVN revision: 45570
14 years ago
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
14 years ago
Carsten Haitzler
1fa9578da2
update config with new fields/versions, add texture form pixmap option to gl
...
compositor
SVN revision: 45549
14 years ago
Sebastian Dransfeld
511f4dd3c1
cleanup
...
SVN revision: 45547
14 years ago
Sebastian Dransfeld
d529af17ba
cleanup
...
SVN revision: 45546
14 years ago
Carsten Haitzler
ca49f2dcbf
config to turn off exec fail dialog
...
SVN revision: 45544
14 years ago
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
14 years ago
Sebastian Dransfeld
ca335a9fc2
Fix #483 again
...
SVN revision: 45531
14 years ago