platform/upstream/enlightenment.git
15 years agoFix all this config window class mess once and for all. Now using the config
Christopher Michael [Fri, 4 Dec 2009 22:37:18 +0000 (22:37 +0000)]
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

15 years agoadding french and italian translations
Massimo Maiurana [Thu, 3 Dec 2009 19:20:06 +0000 (19:20 +0000)]
adding french and italian translations

SVN revision: 44177

15 years agoSync translation from launchpad
Aron Xu [Thu, 3 Dec 2009 07:51:04 +0000 (07:51 +0000)]
Sync translation from launchpad

SVN revision: 44165

15 years agoFix the last of the config dialog problems
Christopher Michael [Thu, 3 Dec 2009 04:46:49 +0000 (04:46 +0000)]
Fix the last of the config dialog problems

SVN revision: 44164

15 years agoFix more config dialog window class mess :(
Christopher Michael [Thu, 3 Dec 2009 04:42:53 +0000 (04:42 +0000)]
Fix more config dialog window class mess :(

SVN revision: 44163

15 years agoFix more of this config dialog window class mess
Christopher Michael [Thu, 3 Dec 2009 04:33:27 +0000 (04:33 +0000)]
Fix more of this config dialog window class mess

SVN revision: 44162

15 years agoFix a few more config dialog window class problems...love to know who was
Christopher Michael [Thu, 3 Dec 2009 04:25:39 +0000 (04:25 +0000)]
Fix a few more config dialog window class problems...love to know who was
responsible for this mess.

SVN revision: 44161

15 years agoFix a few more config dialog window class problems.
Christopher Michael [Thu, 3 Dec 2009 04:22:29 +0000 (04:22 +0000)]
Fix a few more config dialog window class problems.

SVN revision: 44160

15 years agoFix a few more config dialog window class problems.
Christopher Michael [Thu, 3 Dec 2009 04:19:36 +0000 (04:19 +0000)]
Fix a few more config dialog window class problems.

SVN revision: 44159

15 years agoFix more config dialog window class problems.
Christopher Michael [Thu, 3 Dec 2009 04:16:43 +0000 (04:16 +0000)]
Fix more config dialog window class problems.

SVN revision: 44158

15 years agoFix another module for improper config dialog window class.
Christopher Michael [Thu, 3 Dec 2009 04:11:02 +0000 (04:11 +0000)]
Fix another module for improper config dialog window class.

SVN revision: 44157

15 years agoFix E crash when module is unloaded while dialog is up.
Christopher Michael [Thu, 3 Dec 2009 04:00:34 +0000 (04:00 +0000)]
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

15 years agoRemove useless lines.
Christopher Michael [Thu, 3 Dec 2009 03:53:16 +0000 (03:53 +0000)]
Remove useless lines.

SVN revision: 44155

15 years agoUse proper config dialog window class. Fixes issue where E crashes if the
Christopher Michael [Thu, 3 Dec 2009 03:46:28 +0000 (03:46 +0000)]
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

15 years agoUse proper config dialog window class, so that when the module gets
Christopher Michael [Thu, 3 Dec 2009 03:41:24 +0000 (03:41 +0000)]
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

15 years agobaack to normal pre- release name now
Carsten Haitzler [Wed, 2 Dec 2009 22:50:36 +0000 (22:50 +0000)]
baack to normal pre- release name now

SVN revision: 44146

15 years agoRemove compiled files from svn. SRC files are used to generate .CFG files
Christopher Michael [Wed, 2 Dec 2009 22:33:12 +0000 (22:33 +0000)]
Remove compiled files from svn. SRC files are used to generate .CFG files
during compilation.

SVN revision: 44144

15 years agoMake home window appear when module starts. The makes 'home' up by default.
Christopher Michael [Wed, 2 Dec 2009 22:29:29 +0000 (22:29 +0000)]
Make home window appear when module starts. The makes 'home' up by default.

SVN revision: 44143

15 years agoMake e.cfg use proper focus settings for illume.
Christopher Michael [Wed, 2 Dec 2009 22:24:25 +0000 (22:24 +0000)]
Make e.cfg use proper focus settings for illume.

SVN revision: 44142

15 years agoquick make svnrev that has right release names
Carsten Haitzler [Wed, 2 Dec 2009 22:19:53 +0000 (22:19 +0000)]
quick make svnrev that has right release names

SVN revision: 44140

15 years agoChange layer. Make it above softkey, but below dialogs if it's a conformant
Christopher Michael [Wed, 2 Dec 2009 18:35:02 +0000 (18:35 +0000)]
Change layer. Make it above softkey, but below dialogs if it's a conformant
app.

SVN revision: 44121

15 years agoIf a border is conformant, set layer to above the bottom_panel (softkey).
Christopher Michael [Wed, 2 Dec 2009 18:33:05 +0000 (18:33 +0000)]
If a border is conformant, set layer to above the bottom_panel (softkey).

SVN revision: 44120

15 years agoand back to a pre-svn sonme after snap
Carsten Haitzler [Wed, 2 Dec 2009 08:07:38 +0000 (08:07 +0000)]
and back to a pre-svn sonme after snap

SVN revision: 44118

15 years agoaaah bah - move to 05 not 04
Carsten Haitzler [Wed, 2 Dec 2009 07:40:59 +0000 (07:40 +0000)]
aaah bah - move to 05 not 04

SVN revision: 44116

15 years agoasparagus - finally
Carsten Haitzler [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally

SVN revision: 44113

15 years agoAdd check for conformant app when calculating size/position.
Christopher Michael [Wed, 2 Dec 2009 01:38:23 +0000 (01:38 +0000)]
Add check for conformant app when calculating size/position.

SVN revision: 44112

15 years agoAdd function to determine if an app is conformant.
Christopher Michael [Tue, 1 Dec 2009 21:39:51 +0000 (21:39 +0000)]
Add function to determine if an app is conformant.

SVN revision: 44111

15 years agoStart work on dual-mode window sizing/position.
Christopher Michael [Tue, 1 Dec 2009 20:51:30 +0000 (20:51 +0000)]
Start work on dual-mode window sizing/position.

SVN revision: 44109

15 years agoBetter default config (proper window matches).
Christopher Michael [Tue, 1 Dec 2009 20:31:05 +0000 (20:31 +0000)]
Better default config (proper window matches).

SVN revision: 44108

15 years agoAdd 'changed' signal to update config.
Christopher Michael [Tue, 1 Dec 2009 20:19:42 +0000 (20:19 +0000)]
Add 'changed' signal to update config.
Disable Window Layout radios when in single app mode.

SVN revision: 44107

15 years agoFormatting.
Christopher Michael [Tue, 1 Dec 2009 18:38:00 +0000 (18:38 +0000)]
Formatting.

SVN revision: 44103

15 years agoMake policy handle if top shelf, bottom panel, etc, are sticky.
Christopher Michael [Tue, 1 Dec 2009 10:07:24 +0000 (10:07 +0000)]
Make policy handle if top shelf, bottom panel, etc, are sticky.

SVN revision: 44086

15 years agoUpdate config for illume-home:
Christopher Michael [Tue, 1 Dec 2009 09:42:56 +0000 (09:42 +0000)]
Update config for illume-home:
       Set default policy dual-app mode.
       Set default vkbd window name.
       Add illume2 gadget (for switching modes) to the indicator bar.

SVN revision: 44085

15 years agoactually add the gadcon files.
Christopher Michael [Tue, 1 Dec 2009 09:41:08 +0000 (09:41 +0000)]
actually add the gadcon files.

SVN revision: 44084

15 years agoRemove EAPI from functions that do not need it.
Christopher Michael [Tue, 1 Dec 2009 09:40:30 +0000 (09:40 +0000)]
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

15 years agoRemove nasty commented lines.
Christopher Michael [Tue, 1 Dec 2009 08:44:36 +0000 (08:44 +0000)]
Remove nasty commented lines.
Remove whitespace.

SVN revision: 44082

15 years agoDon't set icon size twice in fmc config.
Christopher Michael [Tue, 1 Dec 2009 08:29:44 +0000 (08:29 +0000)]
Don't set icon size twice in fmc config.
Add translatable string.

SVN revision: 44081

15 years agoNo need for these functions to be EAPI.
Christopher Michael [Tue, 1 Dec 2009 08:17:21 +0000 (08:17 +0000)]
No need for these functions to be EAPI.
Update any existing fm windows when config changes.

SVN revision: 44080

15 years agoFix up some typos.
Christopher Michael [Tue, 1 Dec 2009 08:01:20 +0000 (08:01 +0000)]
Fix up some typos.
Add some comments.

SVN revision: 44079

15 years agoThis function moved to e_mod_policy_settings files. Not needed here.
Christopher Michael [Tue, 1 Dec 2009 05:48:18 +0000 (05:48 +0000)]
This function moved to e_mod_policy_settings files. Not needed here.

SVN revision: 44078

15 years agoAdd config variables for dual-app mode.
Christopher Michael [Tue, 1 Dec 2009 05:43:04 +0000 (05:43 +0000)]
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

15 years agoDon't use transient_set on the 'Select Window' config dialog.
Christopher Michael [Tue, 1 Dec 2009 04:40:02 +0000 (04:40 +0000)]
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

15 years agoBetter window class & name for vkbd.
Christopher Michael [Tue, 1 Dec 2009 04:23:18 +0000 (04:23 +0000)]
Better window class & name for vkbd.

SVN revision: 44075

15 years agoAdd config dialog for selecting the policy.
Christopher Michael [Mon, 30 Nov 2009 21:46:30 +0000 (21:46 +0000)]
Add config dialog for selecting the policy.

SVN revision: 44071

15 years agoDelete the change timer if it exists when we close the config window.
Christopher Michael [Mon, 30 Nov 2009 21:28:58 +0000 (21:28 +0000)]
Delete the change timer if it exists when we close the config window.

SVN revision: 44069

15 years agoAdd separate file for Window Selection.
Christopher Michael [Mon, 30 Nov 2009 21:02:47 +0000 (21:02 +0000)]
Add separate file for Window Selection.
Add code to handle selecting which window will be home, vkbd, etc.

SVN revision: 44068

15 years ago'return' not needed here
Vincent Torri [Mon, 30 Nov 2009 19:10:35 +0000 (19:10 +0000)]
'return' not needed here

Patch by Andreas Nilsson

SVN revision: 44064

15 years ago'return' not needed here
Vincent Torri [Mon, 30 Nov 2009 18:22:42 +0000 (18:22 +0000)]
'return' not needed here

SVN revision: 44058

15 years agoMake home display "appshadow" directory again.
Christopher Michael [Fri, 27 Nov 2009 21:05:21 +0000 (21:05 +0000)]
Make home display "appshadow" directory again.

SVN revision: 44033

15 years agoUpdate config to include illume2 module as loaded.
Christopher Michael [Fri, 27 Nov 2009 20:56:26 +0000 (20:56 +0000)]
Update config to include illume2 module as loaded.
Add illume2 module config files.

SVN revision: 44032

15 years agoAdd checks in layout code to match windows based on what user wants (match
Christopher Michael [Fri, 27 Nov 2009 20:50:00 +0000 (20:50 +0000)]
Add checks in layout code to match windows based on what user wants (match
name, class, etc, etc).

SVN revision: 44031

15 years agoFix formatting in layout.c
Christopher Michael [Fri, 27 Nov 2009 20:27:07 +0000 (20:27 +0000)]
Fix formatting in layout.c
Add config dialog options for selecting all windows.

SVN revision: 44029

15 years agoAdd config for matches.
Christopher Michael [Fri, 27 Nov 2009 19:23:21 +0000 (19:23 +0000)]
Add config for matches.
Add checks & buttons to config dialog for selecting window and matches.
Fix typo w/ config struct.

SVN revision: 44028

15 years agoRemove some printfs.
Christopher Michael [Fri, 27 Nov 2009 18:16:51 +0000 (18:16 +0000)]
Remove some printfs.
Add config struct for Indicator Window.

SVN revision: 44026

15 years agoAdd config category & items.
Christopher Michael [Fri, 27 Nov 2009 18:02:55 +0000 (18:02 +0000)]
Add config category & items.
Add config dialogs for Animation settings & Window settings.
Free the E_Config_DD when exiting.

SVN revision: 44024

15 years agoBetter window name/class.
Christopher Michael [Fri, 27 Nov 2009 17:21:09 +0000 (17:21 +0000)]
Better window name/class.

SVN revision: 44018

15 years agoWhitespace removal.
Christopher Michael [Wed, 25 Nov 2009 19:35:24 +0000 (19:35 +0000)]
Whitespace removal.
Add some printfs to start working on window stacks.

SVN revision: 43986

15 years agoFix some formatting & remove whitespace.
Christopher Michael [Wed, 25 Nov 2009 18:55:15 +0000 (18:55 +0000)]
Fix some formatting & remove whitespace.

SVN revision: 43985

15 years agoAdd e.swallow.extra_buttons to illume-softkey (for ability to swallow other
Christopher Michael [Wed, 25 Nov 2009 18:01:42 +0000 (18:01 +0000)]
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

15 years agoUse #if 0 rather than a bunch of comments.
Christopher Michael [Wed, 25 Nov 2009 17:08:53 +0000 (17:08 +0000)]
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

15 years agoDon't set layer of window or objects, illume2 will do that.
Christopher Michael [Wed, 25 Nov 2009 17:06:04 +0000 (17:06 +0000)]
Don't set layer of window or objects, illume2 will do that.
Some minor formatting.

SVN revision: 43980

15 years agoRename some functions so they do not conflict w/ illume-softkey.
Christopher Michael [Wed, 25 Nov 2009 16:59:06 +0000 (16:59 +0000)]
Rename some functions so they do not conflict w/ illume-softkey.

SVN revision: 43976

15 years agoReenable skip_pager, skip_taskbar, and accepts_focus.
Christopher Michael [Wed, 25 Nov 2009 16:58:34 +0000 (16:58 +0000)]
Reenable skip_pager, skip_taskbar, and accepts_focus.

SVN revision: 43975

15 years agoRename a couple of functions as they conflict w/ the indicator module.
Christopher Michael [Wed, 25 Nov 2009 16:56:22 +0000 (16:56 +0000)]
Rename a couple of functions as they conflict w/ the indicator module.

SVN revision: 43974

15 years agoDelete evas_objects when window gets deleted.
Christopher Michael [Wed, 25 Nov 2009 08:21:55 +0000 (08:21 +0000)]
Delete evas_objects when window gets deleted.
Change window TYPE.

SVN revision: 43970

15 years agoDelete the evas_objects when the window gets deleted.
Christopher Michael [Wed, 25 Nov 2009 08:14:40 +0000 (08:14 +0000)]
Delete the evas_objects when the window gets deleted.

SVN revision: 43969

15 years agoIf CLANG needs this return there, then don't create o_control until after in
Christopher Michael [Wed, 25 Nov 2009 01:10:11 +0000 (01:10 +0000)]
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

15 years agoAdd illume-indicator module to configure.ac
Christopher Michael [Wed, 25 Nov 2009 01:02:11 +0000 (01:02 +0000)]
Add illume-indicator module to configure.ac
Some formatting in e_gadcon/e_shelf.

SVN revision: 43966

15 years agoAdd Indicator module.
Christopher Michael [Wed, 25 Nov 2009 01:01:40 +0000 (01:01 +0000)]
Add Indicator module.
Some minor fixes for softkey module.

SVN revision: 43965

15 years agoAdd softkey config to illume-home profile.
Christopher Michael [Wed, 25 Nov 2009 00:59:12 +0000 (00:59 +0000)]
Add softkey config to illume-home profile.
Remove dropshadow config (we don't use it).
Update e.cfg/src for softkey.

SVN revision: 43964

15 years agoUse MENU_POP_DIRECTION_AUTO instead of DIRECTION_DOWN.
Christopher Michael [Tue, 24 Nov 2009 21:17:18 +0000 (21:17 +0000)]
Use MENU_POP_DIRECTION_AUTO instead of DIRECTION_DOWN.

SVN revision: 43960

15 years agoCheck for mouse button number so we can get a right-click menu.
Christopher Michael [Tue, 24 Nov 2009 21:16:37 +0000 (21:16 +0000)]
Check for mouse button number so we can get a right-click menu.

SVN revision: 43959

15 years agoFormatting. Remove unused variables.
Christopher Michael [Tue, 24 Nov 2009 19:19:21 +0000 (19:19 +0000)]
Formatting. Remove unused variables.

SVN revision: 43956

15 years agoFormatting.
Christopher Michael [Tue, 24 Nov 2009 19:08:41 +0000 (19:08 +0000)]
Formatting.

SVN revision: 43955

15 years agoFormatting.
Christopher Michael [Tue, 24 Nov 2009 19:00:52 +0000 (19:00 +0000)]
Formatting.

SVN revision: 43954

15 years agoCleanup (remove some commented lines).
Christopher Michael [Tue, 24 Nov 2009 18:19:12 +0000 (18:19 +0000)]
Cleanup (remove some commented lines).

SVN revision: 43953

15 years agoAllow multiple instances of the home window.
Christopher Michael [Tue, 24 Nov 2009 18:16:19 +0000 (18:16 +0000)]
Allow multiple instances of the home window.

SVN revision: 43952

15 years agoDo not need eina_init or eina_shutdown here...these are handled by E already.
Christopher Michael [Tue, 24 Nov 2009 05:25:23 +0000 (05:25 +0000)]
Do not need eina_init or eina_shutdown here...these are handled by E already.

SVN revision: 43948

15 years agoSome minor cleanup so source is easier to read.
Christopher Michael [Tue, 24 Nov 2009 04:06:54 +0000 (04:06 +0000)]
Some minor cleanup so source is easier to read.

SVN revision: 43947

15 years agoManager is not used here.
Christopher Michael [Tue, 24 Nov 2009 04:02:56 +0000 (04:02 +0000)]
Manager is not used here.

SVN revision: 43946

15 years agoSoftkey window does not accept focus.
Christopher Michael [Tue, 24 Nov 2009 03:36:41 +0000 (03:36 +0000)]
Softkey window does not accept focus.

SVN revision: 43945

15 years agoDon't need to set these here.
Christopher Michael [Tue, 24 Nov 2009 01:18:19 +0000 (01:18 +0000)]
Don't need to set these here.

SVN revision: 43944

15 years agoAdd illume2/keyboards to configure.ac
Christopher Michael [Tue, 24 Nov 2009 01:16:42 +0000 (01:16 +0000)]
Add illume2/keyboards to configure.ac

SVN revision: 43943

15 years agoAdd keyboards directory w/ ignore file.
Christopher Michael [Tue, 24 Nov 2009 01:16:21 +0000 (01:16 +0000)]
Add keyboards directory w/ ignore file.

SVN revision: 43942

15 years agoBorder hook fetch does nothing in e_kbd, so no need for border fetching there.
Christopher Michael [Tue, 24 Nov 2009 01:15:53 +0000 (01:15 +0000)]
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

15 years agoadd some printfs.
Christopher Michael [Mon, 23 Nov 2009 23:37:24 +0000 (23:37 +0000)]
add some printfs.
When calculating border minimum, use proper height variable from icccm.

SVN revision: 43940

15 years agoAdd config for illume2 module (for kbd slide duration, etc).
Christopher Michael [Mon, 23 Nov 2009 17:26:51 +0000 (17:26 +0000)]
Add config for illume2 module (for kbd slide duration, etc).

SVN revision: 43932

15 years agofix code - they never showed the parent smarts! amazing it worked!
Carsten Haitzler [Mon, 23 Nov 2009 13:21:01 +0000 (13:21 +0000)]
fix code - they never showed the parent smarts! amazing it worked!

SVN revision: 43919

15 years agoProvide action for close button.
Christopher Michael [Mon, 23 Nov 2009 05:42:08 +0000 (05:42 +0000)]
Provide action for close button.

SVN revision: 43915

15 years agoAdd files to create softkey window.
Christopher Michael [Mon, 23 Nov 2009 03:24:11 +0000 (03:24 +0000)]
Add files to create softkey window.

SVN revision: 43914

15 years agoFormatting.
Christopher Michael [Mon, 23 Nov 2009 03:23:25 +0000 (03:23 +0000)]
Formatting.
Add some debug code.

SVN revision: 43913

15 years agoAdd softkey window for illume.
Christopher Michael [Mon, 23 Nov 2009 02:28:05 +0000 (02:28 +0000)]
Add softkey window for illume.

SVN revision: 43912

15 years agoMove the edje file also to the proper name.
Christopher Michael [Mon, 23 Nov 2009 00:20:05 +0000 (00:20 +0000)]
Move the edje file also to the proper name.

SVN revision: 43911

15 years agoUse illume-softkey, not illume-buttonbar.
Christopher Michael [Mon, 23 Nov 2009 00:18:33 +0000 (00:18 +0000)]
Use illume-softkey, not illume-buttonbar.
Don't need to build ibar twice in configure.ac.

SVN revision: 43910

15 years agoRename illume-bar to illume-buttonbar to avoid confusion.
Christopher Michael [Sun, 22 Nov 2009 21:50:24 +0000 (21:50 +0000)]
Rename illume-bar to illume-buttonbar to avoid confusion.

SVN revision: 43908

15 years agoUpdate 'illume-home' config to include keyboard.
Christopher Michael [Sat, 21 Nov 2009 19:56:48 +0000 (19:56 +0000)]
Update 'illume-home' config to include keyboard.
Add keyboard module config file.

SVN revision: 43882

15 years agoBetter sizing/position of home window.
Christopher Michael [Sat, 21 Nov 2009 19:40:30 +0000 (19:40 +0000)]
Better sizing/position of home window.

SVN revision: 43881

15 years agoKill config dialog on keyboard exit.
Christopher Michael [Sat, 21 Nov 2009 19:31:57 +0000 (19:31 +0000)]
Kill config dialog on keyboard exit.
Update home window(s) config at proper times.

SVN revision: 43880

15 years agoAdd config dialog for keyboard (working nicely now)
Christopher Michael [Sat, 21 Nov 2009 19:22:41 +0000 (19:22 +0000)]
Add config dialog for keyboard (working nicely now)

SVN revision: 43879

15 years agoremove unneeded function proto.
Christopher Michael [Sat, 21 Nov 2009 18:49:32 +0000 (18:49 +0000)]
remove unneeded function proto.

SVN revision: 43877