Commit Graph

6816 Commits

Author SHA1 Message Date
Christopher Michael 8d1cc9b70c Formatting.
SVN revision: 44357
2009-12-11 09:36:07 +00:00
Christopher Michael 91745f2f2e Remove commented line. Not needed.
SVN revision: 44356
2009-12-11 09:35:48 +00:00
Christopher Michael 62c83dfff3 Set keyboard as sticky.
SVN revision: 44354
2009-12-11 09:34:52 +00:00
Christopher Michael 2c767bf9e4 Let layout policy handle kbd sticky.
Add a gadget for containers that allows manual keyboard visibility setting.



SVN revision: 44353
2009-12-11 09:34:35 +00:00
Christopher Michael e50685aea2 Better tracking of launched exe's. No more seggies :)
SVN revision: 44348
2009-12-11 04:10:40 +00:00
Christopher Michael 374b78a8dc Don't treat config dialogs as special anymore. They also can work w/ dual
app mode.



SVN revision: 44346
2009-12-11 02:56:07 +00:00
Christopher Michael ffb78f4b8f Use current zone instead of always zone 0.
SVN revision: 44344
2009-12-11 02:40:11 +00:00
Christopher Michael fe9c5f663c Handle conformant apps in both dual modes now.
SVN revision: 44343
2009-12-10 18:14:32 +00:00
Christopher Michael aa162a93c1 No need to set 'writeline' more than once here.
SVN revision: 44336
2009-12-10 16:25:21 +00:00
Christopher Michael cc182dbc16 fix typo.
SVN revision: 44335
2009-12-10 16:20:23 +00:00
Christopher Michael 82d1609fd6 Handle dual-mode left/right setting.
SVN revision: 44334
2009-12-10 15:25:23 +00:00
Christopher Michael 06a58496d9 Config dialogs take up all zone space even in dual mode (until I'm told
otherwise).



SVN revision: 44282
2009-12-08 16:03:57 +00:00
Christopher Michael bdc94ad338 Set the ecore_exe tag before we start the timers.
SVN revision: 44268
2009-12-08 00:06:49 +00:00
Christopher Michael c837af137b Don't NULL out exe here (this was causing a lot of quiet errors wrt
ecore_exe_pid_get because inst->exe was NULL).



SVN revision: 44267
2009-12-07 23:55:01 +00:00
Christopher Michael 0d1fb60692 Unregister dnd when we delete the window.
SVN revision: 44266
2009-12-07 23:03:26 +00:00
Christopher Michael e2cdea1c17 Apply recent Numbers.kbd patch from Jens Seidel to fix incorrect key being
displayed.



SVN revision: 44265
2009-12-07 22:59:32 +00:00
Christopher Michael 826585e009 Patch from Jens Seidel to fix incorrect key being displayed.
SVN revision: 44264
2009-12-07 22:58:38 +00:00
Christopher Michael 7db412afee Make illume-home do drag n drop (works between 2 'home' windows also) :)
SVN revision: 44263
2009-12-07 21:59:34 +00:00
Christopher Michael 2a9896243e Pop the message off of busycover if we delete this window.
SVN revision: 44262
2009-12-07 21:49:50 +00:00
Christopher Michael afaa1dfd29 Add timeout for desktop run.
Add busycover handle so we can push/pop messages.



SVN revision: 44261
2009-12-07 21:44:08 +00:00
Christopher Michael f95bb4526e Make basic dual mode work :) (this does not cover conformant apps yet, just
'basic' apps).



SVN revision: 44260
2009-12-07 21:14:28 +00:00
Christopher Michael 40d60d8c56 Make illume-home keep track of any apps it runs, so we can uniconify the
border if user tries to run it again.



SVN revision: 44236
2009-12-07 03:42:53 +00:00
Christopher Michael 3cb7d0f0e1 Fix up some formatting.
SVN revision: 44233
2009-12-07 01:55:18 +00:00
Christopher Michael a50456436b Don't move_resize a border if the dimensions are already set.
SVN revision: 44232
2009-12-07 00:32:39 +00:00
Sebastian Dransfeld bda24a1f0d Make clang happy
SVN revision: 44230
2009-12-06 19:42:41 +00:00
Christopher Michael 3b095fa6ec Trap for config dialogs in conformant check.
SVN revision: 44227
2009-12-06 19:16:49 +00:00
Christopher Michael 50f6c36b93 Don't need to show/hide "special windows" here. Handled in the
border_add/del functions.



SVN revision: 44226
2009-12-06 19:08:45 +00:00
Sebastian Dransfeld 8a2f2981ed Fix Ticket #306
After we send the drop to the target it can take a while before it is
acknowledged. So release grab and hide input window so we can continue
working.

SVN revision: 44223
2009-12-06 18:03:35 +00:00
Christopher Michael c91b7a42f3 Use new ecore_x_e_illume_conformant functions.
Add functions to get top_shelf & bottom_panel borders so we can hide/show
them.
If a conformant app window gets closed, reshow the top & bottom panels.



SVN revision: 44221
2009-12-06 17:32:31 +00:00
Christopher Michael 9989e6dddd Don't raise or focus a border if it's a "special" border.
SVN revision: 44218
2009-12-06 16:29:56 +00:00
Christopher Michael 3f55fcf7f4 Add ability for policy to handle activate code itself.
SVN revision: 44217
2009-12-06 16:17:39 +00:00
Christopher Michael ca0ebba0e4 Add function to test for a border at certain position.
SVN revision: 44216
2009-12-06 15:57:05 +00:00
Christopher Michael 63a836412c Handle netwm active requests.
SVN revision: 44206
2009-12-05 23:41:33 +00:00
Christopher Michael fc7e636c1f just some formatting I noticed while reading code.
SVN revision: 44205
2009-12-05 23:36:42 +00:00
Christopher Michael 74bbbf4bf4 Remove printf.
SVN revision: 44203
2009-12-05 17:29:45 +00:00
Christopher Michael 90823471a2 Make illume-home focus any apps it starts.
Make Prev button work in softkey so we can traverse the running apps.



SVN revision: 44202
2009-12-05 17:28:35 +00:00
Christopher Michael 781568dc46 Add function to return valid borders.
Focus any newly added borders.
Remove any remaining layer_set(s).



SVN revision: 44201
2009-12-05 17:27:30 +00:00
Christopher Michael e7ebfb7003 Focus the home window when created.
SVN revision: 44199
2009-12-05 16:48:42 +00:00
Christopher Michael f7058ca20b Don't use layers for layout code.
SVN revision: 44195
2009-12-04 23:33:56 +00:00
Christopher Michael 266745adc3 Make single-click timeout shorter by default.
SVN revision: 44192
2009-12-04 23:24:57 +00:00
Christopher Michael ff96a40305 Fix all this config window class mess once and for all. Now using the config
registry path for window class correctly in that when the module(s) shut
down, the will kill the dialogs.



SVN revision: 44191
2009-12-04 22:37:18 +00:00
Massimo Maiurana 1aa44b0081 adding french and italian translations
SVN revision: 44177
2009-12-03 19:20:06 +00:00
Christopher Michael e300511319 Fix the last of the config dialog problems
SVN revision: 44164
2009-12-03 04:46:49 +00:00
Christopher Michael 2efe006bfa Fix more config dialog window class mess :(
SVN revision: 44163
2009-12-03 04:42:53 +00:00
Christopher Michael 61ca8ae5f5 Fix more of this config dialog window class mess
SVN revision: 44162
2009-12-03 04:33:27 +00:00
Christopher Michael c5a3abeff3 Fix a few more config dialog window class problems...love to know who was
responsible for this mess.



SVN revision: 44161
2009-12-03 04:25:39 +00:00
Christopher Michael a807f56a96 Fix a few more config dialog window class problems.
SVN revision: 44160
2009-12-03 04:22:29 +00:00
Christopher Michael 69fa1736c0 Fix a few more config dialog window class problems.
SVN revision: 44159
2009-12-03 04:19:36 +00:00
Christopher Michael 70e9d80c6c Fix more config dialog window class problems.
SVN revision: 44158
2009-12-03 04:16:43 +00:00
Christopher Michael 6b8ba302fa Fix another module for improper config dialog window class.
SVN revision: 44157
2009-12-03 04:11:02 +00:00
Christopher Michael 0d6efd18c9 Fix E crash when module is unloaded while dialog is up.
ATTN Devs:
--------------------------
SOMEONE changed all the window class settings for these modules, 
so now when a module gets unloaded, the respective config dialogs are 
not closed, leading to E crashes.

An Example if someone wants to tackle changing all these cause I don't have
the time right now:

e_modapi_shutdown
--------------------------
while ((cfd = e_config_dialog_find("E", "_config_desk_dialog")))
  e_object_del(E_OBJECT(cfd));

You will see a ton of these lines in e/src/modules. Basically, when the
config dialog gets created, we assign a icccm name & class to that dialog:

e_config_dialog_new(con, _("Label"), "E", "_config_desk_dialog");

The class needs to match what is used in e_modapi_shutdown !!!

In just about every existing module in e/src/modules/, the class names are
not set correctly when the dialog gets created. This needs fixing badly !!!




SVN revision: 44156
2009-12-03 04:00:34 +00:00
Christopher Michael 8a2b59f850 Remove useless lines.
SVN revision: 44155
2009-12-03 03:53:16 +00:00
Christopher Michael 61d7e4d883 Use proper config dialog window class. Fixes issue where E crashes if the
wallpaper dialog is open and then the module gets unloaded.



SVN revision: 44154
2009-12-03 03:46:28 +00:00
Christopher Michael 4042dda53a Use proper config dialog window class, so that when the module gets
unloaded, any existing dialogs are killed. This stops a crash that was
happening if the module was unloaded while the dialog was shown.



SVN revision: 44153
2009-12-03 03:41:24 +00:00
Christopher Michael 8120ca1861 Make home window appear when module starts. The makes 'home' up by default.
SVN revision: 44143
2009-12-02 22:29:29 +00:00
Christopher Michael 42c80e1924 Change layer. Make it above softkey, but below dialogs if it's a conformant
app.



SVN revision: 44121
2009-12-02 18:35:02 +00:00
Christopher Michael cead02f0eb If a border is conformant, set layer to above the bottom_panel (softkey).
SVN revision: 44120
2009-12-02 18:33:05 +00:00
Carsten Haitzler 184ba91e63 asparagus - finally
SVN revision: 44113
2009-12-02 07:22:35 +00:00
Christopher Michael 34b550e7e2 Add check for conformant app when calculating size/position.
SVN revision: 44112
2009-12-02 01:38:23 +00:00
Christopher Michael 1f6d1d1bea Add function to determine if an app is conformant.
SVN revision: 44111
2009-12-01 21:39:51 +00:00
Christopher Michael 540383bfe7 Start work on dual-mode window sizing/position.
SVN revision: 44109
2009-12-01 20:51:30 +00:00
Christopher Michael a94c2e4e6b Better default config (proper window matches).
SVN revision: 44108
2009-12-01 20:31:05 +00:00
Christopher Michael 7ad2dd4a19 Add 'changed' signal to update config.
Disable Window Layout radios when in single app mode.



SVN revision: 44107
2009-12-01 20:19:42 +00:00
Christopher Michael 14ca5d2c57 Formatting.
SVN revision: 44103
2009-12-01 18:38:00 +00:00
Christopher Michael dced54c0bb Make policy handle if top shelf, bottom panel, etc, are sticky.
SVN revision: 44086
2009-12-01 10:07:24 +00:00
Christopher Michael 72567b1a15 actually add the gadcon files.
SVN revision: 44084
2009-12-01 09:41:08 +00:00
Christopher Michael bb93738ae9 Remove EAPI from functions that do not need it.
Create a gadget that can be added to gadcons for switching policy dual-app
mode.



SVN revision: 44083
2009-12-01 09:40:30 +00:00
Christopher Michael 780be7b98c Remove nasty commented lines.
Remove whitespace.



SVN revision: 44082
2009-12-01 08:44:36 +00:00
Christopher Michael dc385d2fb5 Don't set icon size twice in fmc config.
Add translatable string.



SVN revision: 44081
2009-12-01 08:29:44 +00:00
Christopher Michael c2f74ada98 No need for these functions to be EAPI.
Update any existing fm windows when config changes.



SVN revision: 44080
2009-12-01 08:17:21 +00:00
Christopher Michael 8a0f1bc926 Fix up some typos.
Add some comments.



SVN revision: 44079
2009-12-01 08:01:20 +00:00
Christopher Michael d12d3c3e23 This function moved to e_mod_policy_settings files. Not needed here.
SVN revision: 44078
2009-12-01 05:48:18 +00:00
Christopher Michael 310069f653 Add config variables for dual-app mode.
Add a config dialog for changing dual-app mode.
Rename timer in Select Window to be more specific.



SVN revision: 44077
2009-12-01 05:43:04 +00:00
Christopher Michael cc05979308 Don't use transient_set on the 'Select Window' config dialog.
No need for a return on a new select window.
Don't select an item in the 'Select Window' ilist unless it matches.



SVN revision: 44076
2009-12-01 04:40:02 +00:00
Christopher Michael 58306378fd Better window class & name for vkbd.
SVN revision: 44075
2009-12-01 04:23:18 +00:00
Christopher Michael fb6e867677 Add config dialog for selecting the policy.
SVN revision: 44071
2009-11-30 21:46:30 +00:00
Christopher Michael 1ed657d3fd Delete the change timer if it exists when we close the config window.
SVN revision: 44069
2009-11-30 21:28:58 +00:00
Christopher Michael 5d6199390e Add separate file for Window Selection.
Add code to handle selecting which window will be home, vkbd, etc.



SVN revision: 44068
2009-11-30 21:02:47 +00:00
Vincent Torri f6b0251f3a 'return' not needed here
Patch by Andreas Nilsson

SVN revision: 44064
2009-11-30 19:10:35 +00:00
Vincent Torri 13807df5a3 'return' not needed here
SVN revision: 44058
2009-11-30 18:22:42 +00:00
Christopher Michael be097916dc Make home display "appshadow" directory again.
SVN revision: 44033
2009-11-27 21:05:21 +00:00
Christopher Michael 028496de15 Add checks in layout code to match windows based on what user wants (match
name, class, etc, etc).



SVN revision: 44031
2009-11-27 20:50:00 +00:00
Christopher Michael ebd62de75e Fix formatting in layout.c
Add config dialog options for selecting all windows.



SVN revision: 44029
2009-11-27 20:27:07 +00:00
Christopher Michael 988ada83ad Add config for matches.
Add checks & buttons to config dialog for selecting window and matches.
Fix typo w/ config struct.



SVN revision: 44028
2009-11-27 19:23:21 +00:00
Christopher Michael 099e03498e Remove some printfs.
Add config struct for Indicator Window.



SVN revision: 44026
2009-11-27 18:16:51 +00:00
Christopher Michael d5972250a4 Add config category & items.
Add config dialogs for Animation settings & Window settings.
Free the E_Config_DD when exiting.



SVN revision: 44024
2009-11-27 18:02:55 +00:00
Christopher Michael e6e807adec Better window name/class.
SVN revision: 44018
2009-11-27 17:21:09 +00:00
Christopher Michael 536e398969 Whitespace removal.
Add some printfs to start working on window stacks.



SVN revision: 43986
2009-11-25 19:35:24 +00:00
Christopher Michael 3598e6ca4a Fix some formatting & remove whitespace.
SVN revision: 43985
2009-11-25 18:55:15 +00:00
Christopher Michael 56197c776c Add e.swallow.extra_buttons to illume-softkey (for ability to swallow other
buttons).
Formatting in illume2.
Remove EAPI from functions in both softkey & indicator modules for functions
that do not need to be exposed.



SVN revision: 43984
2009-11-25 18:01:42 +00:00
Christopher Michael 487baaef8f Use #if 0 rather than a bunch of comments.
(These lines disabled currently so that we always get a vkbd for testing.
Reenable before release)



SVN revision: 43981
2009-11-25 17:08:53 +00:00
Christopher Michael f4b829b560 Don't set layer of window or objects, illume2 will do that.
Some minor formatting.



SVN revision: 43980
2009-11-25 17:06:04 +00:00
Christopher Michael 68aef83e50 Rename some functions so they do not conflict w/ illume-softkey.
SVN revision: 43976
2009-11-25 16:59:06 +00:00
Christopher Michael ab5c718915 Reenable skip_pager, skip_taskbar, and accepts_focus.
SVN revision: 43975
2009-11-25 16:58:34 +00:00
Christopher Michael aa2fc5cf16 Rename a couple of functions as they conflict w/ the indicator module.
SVN revision: 43974
2009-11-25 16:56:22 +00:00
Christopher Michael 8de4615f22 Delete evas_objects when window gets deleted.
Change window TYPE.



SVN revision: 43970
2009-11-25 08:21:55 +00:00
Christopher Michael b21740b865 Delete the evas_objects when the window gets deleted.
SVN revision: 43969
2009-11-25 08:14:40 +00:00
Christopher Michael 2a7f105194 If CLANG needs this return there, then don't create o_control until after in
case we do actually hit this return.



SVN revision: 43967
2009-11-25 01:10:11 +00:00
Christopher Michael fc8c5cac0d Add illume-indicator module to configure.ac
Some formatting in e_gadcon/e_shelf.



SVN revision: 43966
2009-11-25 01:02:11 +00:00
Christopher Michael 2945763e97 Add Indicator module.
Some minor fixes for softkey module.



SVN revision: 43965
2009-11-25 01:01:40 +00:00
Christopher Michael 09edadd2a5 Use MENU_POP_DIRECTION_AUTO instead of DIRECTION_DOWN.
SVN revision: 43960
2009-11-24 21:17:18 +00:00
Christopher Michael 3c1c44191a Check for mouse button number so we can get a right-click menu.
SVN revision: 43959
2009-11-24 21:16:37 +00:00
Christopher Michael ad4fcc5a6a Formatting. Remove unused variables.
SVN revision: 43956
2009-11-24 19:19:21 +00:00
Christopher Michael 981617d697 Formatting.
SVN revision: 43955
2009-11-24 19:08:41 +00:00
Christopher Michael 9c4e3ae13e Formatting.
SVN revision: 43954
2009-11-24 19:00:52 +00:00
Christopher Michael 860630dd31 Cleanup (remove some commented lines).
SVN revision: 43953
2009-11-24 18:19:12 +00:00
Christopher Michael 951811935b Allow multiple instances of the home window.
SVN revision: 43952
2009-11-24 18:16:19 +00:00
Christopher Michael 40239d2ba8 Do not need eina_init or eina_shutdown here...these are handled by E already.
SVN revision: 43948
2009-11-24 05:25:23 +00:00
Christopher Michael 38bcb18081 Some minor cleanup so source is easier to read.
SVN revision: 43947
2009-11-24 04:06:54 +00:00
Christopher Michael f4760d9a2e Manager is not used here.
SVN revision: 43946
2009-11-24 04:02:56 +00:00
Christopher Michael 6a9b466d1d Softkey window does not accept focus.
SVN revision: 43945
2009-11-24 03:36:41 +00:00
Christopher Michael 458d250be6 Don't need to set these here.
SVN revision: 43944
2009-11-24 01:18:19 +00:00
Christopher Michael 1b3eae87eb Add keyboards directory w/ ignore file.
SVN revision: 43942
2009-11-24 01:16:21 +00:00
Christopher Michael 2d7be93b67 Border hook fetch does nothing in e_kbd, so no need for border fetching there.
Add 'keyboards' subdir to illume2 so that ignore_built_in_keyboards gets
installed.



SVN revision: 43941
2009-11-24 01:15:53 +00:00
Christopher Michael c4cc9e404e add some printfs.
When calculating border minimum, use proper height variable from icccm.



SVN revision: 43940
2009-11-23 23:37:24 +00:00
Christopher Michael 8a4bb00bec Add config for illume2 module (for kbd slide duration, etc).
SVN revision: 43932
2009-11-23 17:26:51 +00:00
Carsten Haitzler fba7f5ecf7 fix code - they never showed the parent smarts! amazing it worked!
SVN revision: 43919
2009-11-23 13:21:01 +00:00
Christopher Michael 20d8fe4b1c Provide action for close button.
SVN revision: 43915
2009-11-23 05:42:08 +00:00
Christopher Michael 3b62c5d817 Add files to create softkey window.
SVN revision: 43914
2009-11-23 03:24:11 +00:00
Christopher Michael 6f33391c98 Formatting.
Add some debug code.



SVN revision: 43913
2009-11-23 03:23:25 +00:00
Christopher Michael 2c6bced755 Add softkey window for illume.
SVN revision: 43912
2009-11-23 02:28:05 +00:00
Christopher Michael 49979e6b1c Move the edje file also to the proper name.
SVN revision: 43911
2009-11-23 00:20:05 +00:00
Christopher Michael 690200885e Use illume-softkey, not illume-buttonbar.
Don't need to build ibar twice in configure.ac.



SVN revision: 43910
2009-11-23 00:18:33 +00:00
Christopher Michael 9561b38452 Rename illume-bar to illume-buttonbar to avoid confusion.
SVN revision: 43908
2009-11-22 21:50:24 +00:00
Christopher Michael b581818d40 Better sizing/position of home window.
SVN revision: 43881
2009-11-21 19:40:30 +00:00
Christopher Michael 35b2c92ecd Kill config dialog on keyboard exit.
Update home window(s) config at proper times.



SVN revision: 43880
2009-11-21 19:31:57 +00:00
Christopher Michael 01a120b17e Add config dialog for keyboard (working nicely now)
SVN revision: 43879
2009-11-21 19:22:41 +00:00
Christopher Michael 2e01e4c82c remove unneeded function proto.
SVN revision: 43877
2009-11-21 18:49:32 +00:00
Christopher Michael 28109935b0 Config dialog title is translatable.
SVN revision: 43876
2009-11-21 18:47:35 +00:00
Christopher Michael 8166b9fe84 Use correct module directory when making keyboard.
Previous commit fixed compiler warnings also.



SVN revision: 43875
2009-11-21 18:19:28 +00:00
Christopher Michael 48ce772fd9 Add config struct for illume-keyboard.
SVN revision: 43874
2009-11-21 18:17:55 +00:00
Christopher Michael 030a78e322 Remove some unneeded items from the edj.
SVN revision: 43873
2009-11-21 17:48:39 +00:00
Christopher Michael 7c1dd3b1d2 Fix makefile for dictionaries.
SVN revision: 43872
2009-11-21 17:46:25 +00:00
Christopher Michael 46f8f51c21 Add dicts subdir to Makefile.
SVN revision: 43870
2009-11-21 17:45:07 +00:00
Christopher Michael 61beee44ec Add dictionaries.
SVN revision: 43869
2009-11-21 17:44:35 +00:00
Christopher Michael 1507ace882 Add needed files to illume-keyboard.
SVN revision: 43867
2009-11-21 17:43:47 +00:00
Christopher Michael 1454cbbd04 Port the old illume keyboard to new illume-keyboard module.
SVN revision: 43866
2009-11-21 17:42:57 +00:00
Christopher Michael 9cd4ab6fab Readd e_kbd files. These do need to be part of illume2.
SVN revision: 43856
2009-11-21 02:00:28 +00:00
Carsten Haitzler d534dbb0f0 patch from tom for rtl kbd feature.
SVN revision: 43853
2009-11-20 23:58:33 +00:00
Christopher Michael 2f4aa190da Eina is not needed as an include here, it's already in e.h
SVN revision: 43846
2009-11-20 19:35:26 +00:00
Christopher Michael e431b9a6c1 Add keyboards subdir so keyboard files get installed.
SVN revision: 43845
2009-11-20 19:05:17 +00:00
Christopher Michael a24704cbed Better check for 'is home'.
SVN revision: 43843
2009-11-20 18:07:49 +00:00
Christopher Michael 24b486c4a0 Add the 'keyboards' directory.
SVN revision: 43831
2009-11-20 17:24:07 +00:00
Christopher Michael 7be16ae569 better detection for a home window.
SVN revision: 43830
2009-11-20 17:21:10 +00:00
Christopher Michael be5c2fad69 Remove printfs, revert code to previous version (was debugging why the
scroller does not work on the web dialog)



SVN revision: 43829
2009-11-20 17:18:14 +00:00
Christopher Michael 45cc4194e6 Rename the edj file to match the module name.
SVN revision: 43828
2009-11-20 17:16:52 +00:00
Christopher Michael 987e7d74ef Remove keyboard files. They are now separated into illume-keyboard.
SVN revision: 43827
2009-11-20 17:15:14 +00:00
Christopher Michael 57c34ffec8 Add illume-keyboard. This separates the keyboard logic from illume2 module
so that illume2 is just for handling policy & layout.



SVN revision: 43826
2009-11-20 17:13:43 +00:00
Christopher Michael 1efd8e2a1d Remove some printfs.
SVN revision: 43825
2009-11-20 17:12:16 +00:00
Christopher Michael 303ef9548e Patch from Tom <tom@stosb.com> to add comments about which page in the
wizard is responsible for what.



SVN revision: 43824
2009-11-20 16:12:16 +00:00
Christopher Michael fc32efb988 And delete the handlers when shutdown.
SVN revision: 43823
2009-11-20 16:06:13 +00:00
Christopher Michael 342fef17fe Listen for desktop changes and update window(s) accordingly.
SVN revision: 43822
2009-11-20 15:54:14 +00:00
Christopher Michael 3f18d74435 Remove whitespace.
SVN revision: 43783
2009-11-18 17:35:17 +00:00
Christopher Michael ca227c2f4e Fix function prototypes to match border_hook_add callback.
Add detection for 'Home' window(s).



SVN revision: 43782
2009-11-18 17:29:40 +00:00
Christopher Michael 8f7fcb77e6 Don't need vw/vh here as they are never used.
Trying to track down why the list of wallpapers does not scroll so if
someone knows this code better, by all means, jump in :)



SVN revision: 43775
2009-11-18 06:33:38 +00:00
Christopher Michael fbb29d0e14 Add some printf's to illume2.
Add skeleton for illume-bar.
Add illume-bar to autofoo.



SVN revision: 43774
2009-11-18 05:54:22 +00:00
Christopher Michael b6a9cf2eca When searching for icons, request the size that the user has set in config.
SVN revision: 43772
2009-11-18 05:10:27 +00:00
Christopher Michael 37c4125ac0 Add "appshadow" to fill filemanager.
SVN revision: 43771
2009-11-18 04:23:05 +00:00
Christopher Michael a30a1855d1 And update config when check box is changed.
SVN revision: 43770
2009-11-18 03:36:52 +00:00
Christopher Michael be554f1b90 One function to set fm config so we can easily update when config changes.
SVN revision: 43769
2009-11-18 03:23:56 +00:00
Christopher Michael 849f3f9e15 If mouse button is 1, we don't need Instance data so check that first.
SVN revision: 43768
2009-11-18 03:18:56 +00:00
Christopher Michael d1b0918957 Remove printf.
SVN revision: 43767
2009-11-18 03:17:16 +00:00
Christopher Michael 8cd9b983d1 Illume-Home gets a config dialog.
SVN revision: 43765
2009-11-18 03:04:15 +00:00
Christopher Michael ac8807406c Add actual busycover code.
SVN revision: 43748
2009-11-17 14:16:23 +00:00
Christopher Michael 411dd5f8bc Start work on busycover.
SVN revision: 43747
2009-11-17 12:36:12 +00:00
Christopher Michael 26a7c77137 Add scrollframe in edj.
Make window show fileman widget.
Still needs config dialog & config settings for icon size, etc, etc...



SVN revision: 43746
2009-11-17 02:59:02 +00:00
Christopher Michael bb372fff5f Add translatable strings.
(NB: TRANSLATORS: Ignore this for now as it may change)



SVN revision: 43742
2009-11-16 21:16:00 +00:00
Christopher Michael e82d1fd26c Move Home_Win structure to the header file.
SVN revision: 43736
2009-11-16 20:46:18 +00:00
Christopher Michael 90549f4c92 Include header file.
SVN revision: 43735
2009-11-16 20:26:09 +00:00
Christopher Michael 517f54add4 Add illume-home module.
SVN revision: 43731
2009-11-16 19:37:33 +00:00
Carsten Haitzler e56d4b1623 remove 2 pointless stacks. evas smart obj chiuldren are stacked withint the obj
SVN revision: 43705
2009-11-15 13:20:22 +00:00
Vincent Torri 7d66c87e9d Check backtrace_symbols_fd() availability for e_signal.c
Should help the BSD guys (though OpenBSD seems to need a
flag passed in LDFLAGS to be happy. Strange...)


SVN revision: 43623
2009-11-11 21:04:21 +00:00
Sebastian Dransfeld 2772a99002 Use #if 0 to comment out code
SVN revision: 43545
2009-11-08 20:28:02 +00:00
Sebastian Dransfeld 6149093530 Fix warning by adding parentheses
SVN revision: 43544
2009-11-08 20:27:53 +00:00
Sebastian Dransfeld 3d3c4b41d5 Don't test for null on non pointer variable
SVN revision: 43543
2009-11-08 20:27:42 +00:00
Sebastian Dransfeld 0058ebbc82 Remove unused variables
SVN revision: 43542
2009-11-08 20:27:32 +00:00
Carsten Haitzler 20fcfd6175 fix e to build after cedrics api break!
SVN revision: 43503
2009-11-07 01:22:27 +00:00
Carsten Haitzler 50b38677d5 inst->exe is null if exe exited. it will be deleted by ecore, so cant keep it
around.



SVN revision: 43405
2009-11-02 02:51:21 +00:00
Carsten Haitzler 88904fce02 i could have sworn i disabled this! disable again.
SVN revision: 43404
2009-11-02 01:18:26 +00:00
Carsten Haitzler 6916f42c84 make error replyies not seegv dbus... why error tho?
SVN revision: 43348
2009-10-30 12:28:03 +00:00
Christopher Michael d246d2e257 Fix some formatting problems.
SVN revision: 43320
2009-10-27 21:50:21 +00:00
Christopher Michael 41cbc02380 Fix compiler warnings & adjust some formatting.
SVN revision: 43315
2009-10-27 17:51:19 +00:00
Christopher Michael 4a879c6a2e Fix compiler warnings.
SVN revision: 43314
2009-10-27 17:44:28 +00:00
Christopher Michael b5a060523e Formatting.
SVN revision: 43313
2009-10-27 17:42:45 +00:00
Daniel Kolesa a46fb6b580 Czech translation: update desktop files.
SVN revision: 43312
2009-10-27 17:41:28 +00:00
Christopher Michael 1ad763572e Remove compiler warning about deprecated eina_error_print.
SVN revision: 43311
2009-10-27 17:38:34 +00:00
Christopher Michael b6ff4d6da1 Fix compiler warnings.
SVN revision: 43310
2009-10-27 17:33:56 +00:00
Christopher Michael 70026fb099 Fix compiler warning.
Formatting.


SVN revision: 43309
2009-10-27 17:23:46 +00:00
Christopher Michael 5970c2685d Remove a bunch of wasted whitespace.
Fix some formatting.
Fix compiler warning wrt e_icon.



SVN revision: 43275
2009-10-25 18:42:47 +00:00
Hannes Janetzek ad1669b3ec keep windows in current zone when it requests to be outside an existing zone
SVN revision: 43271
2009-10-25 15:58:19 +00:00
Carsten Haitzler bcd35dad89 and stage 2 of removing ipc handlers.. actually remove them!
SVN revision: 43270
2009-10-25 15:55:11 +00:00
Carsten Haitzler 119b8d8b93 disable gdb. toruble-maker.
SVN revision: 43223
2009-10-23 00:56:41 +00:00
Carsten Haitzler 88d2d262e5 1. for some reason the po's needed a lot of updates - msgmerge thiks so
2. use preload for icons a lot.



SVN revision: 43191
2009-10-22 06:47:02 +00:00
Christopher Michael 650b43cee0 Formatting & Whitespace removal.
SVN revision: 42987
2009-10-09 21:49:03 +00:00
Carsten Haitzler d3a89ab1ce allow menu actions if unknown type too. believe it or not not every app sets
netwm hints.



SVN revision: 42946
2009-10-08 00:11:07 +00:00
Daniel Kolesa 20a85c6d6c Fix distcheck of E.
SVN revision: 42944
2009-10-07 18:25:39 +00:00
Hannes Janetzek e1cc6272b3 revert: motif_wm_hints does not belong in _net_supported hints
SVN revision: 42931
2009-10-07 11:27:15 +00:00
Hannes Janetzek 3f8a019c39 fix some problems found by llvm
SVN revision: 42921
2009-10-06 21:39:34 +00:00
Hannes Janetzek e77e141e7a fake to be mwm
SVN revision: 42895
2009-10-05 19:34:35 +00:00
Hannes Janetzek ba866897a5 add motif wm hints to supported porperties
SVN revision: 42888
2009-10-05 15:43:46 +00:00