platform/upstream/enlightenment.git
14 years agoDon't free zones till we are done with them.
Christopher Michael [Tue, 2 Mar 2010 01:23:47 +0000 (01:23 +0000)]
Don't free zones till we are done with them.

SVN revision: 46761

14 years agoRework some code so that llvm is happy.
Christopher Michael [Tue, 2 Mar 2010 01:15:42 +0000 (01:15 +0000)]
Rework some code so that llvm is happy.

SVN revision: 46760

14 years agoand make it compile clean with -Wextra
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 23:45:57 +0000 (23:45 +0000)]
and make it compile clean with -Wextra

SVN revision: 46749

14 years agoallow dpms sliders to be smaller.
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 23:44:20 +0000 (23:44 +0000)]
allow dpms sliders to be smaller.

SVN revision: 46748

14 years agoFormatting.
Christopher Michael [Mon, 1 Mar 2010 20:40:49 +0000 (20:40 +0000)]
Formatting.

SVN revision: 46738

14 years agoUse toolbook for menu pages...works better on small resolutions.
Christopher Michael [Mon, 1 Mar 2010 19:28:21 +0000 (19:28 +0000)]
Use toolbook for menu pages...works better on small resolutions.

SVN revision: 46732

14 years agoEet cache for efreet desktop
Sebastian Dransfeld [Mon, 1 Mar 2010 18:16:32 +0000 (18:16 +0000)]
Eet cache for efreet desktop

SVN revision: 46726

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:57:26 +0000 (17:57 +0000)]
Don't expand lists.
Fix formatting.

SVN revision: 46725

14 years agoMake remember window work for all resolutions.
Christopher Michael [Mon, 1 Mar 2010 17:46:06 +0000 (17:46 +0000)]
Make remember window work for all resolutions.
Fix formatting.

SVN revision: 46723

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:42:55 +0000 (17:42 +0000)]
Don't expand lists.
Fix formatting.

SVN revision: 46722

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:39:15 +0000 (17:39 +0000)]
Don't expand lists.
Fix formatting.

SVN revision: 46721

14 years agoimprove sizing of basic configuration.
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 17:35:47 +0000 (17:35 +0000)]
improve sizing of basic configuration.

Dave, are the advanced options working? I never tested them but the
dialog seems bit too polluted. Are all those options working? Do they
make sense? Maybe it should be reworked to be simpler and provide some
context (as far as I know, they just apply to "on top" gadgets)?

SVN revision: 46720

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:35:40 +0000 (17:35 +0000)]
Don't expand lists.
Fix formatting.

SVN revision: 46719

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:32:01 +0000 (17:32 +0000)]
Don't expand lists.
Shorten strings.
Fix formatting.

SVN revision: 46718

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:24:14 +0000 (17:24 +0000)]
Don't expand lists.

SVN revision: 46717

14 years agoDon't expand lists...wastes space.
Christopher Michael [Mon, 1 Mar 2010 17:21:39 +0000 (17:21 +0000)]
Don't expand lists...wastes space.
No need to set dialog_resizable to zero. It's zero by default.

SVN revision: 46716

14 years agoDon't expand lists...makes sliders look ugly.
Christopher Michael [Mon, 1 Mar 2010 17:09:47 +0000 (17:09 +0000)]
Don't expand lists...makes sliders look ugly.

SVN revision: 46715

14 years agoDon't expand lists.
Christopher Michael [Mon, 1 Mar 2010 17:08:07 +0000 (17:08 +0000)]
Don't expand lists.

SVN revision: 46714

14 years agoDon't exapnd...wastes space and looks like poo.
Christopher Michael [Mon, 1 Mar 2010 17:06:30 +0000 (17:06 +0000)]
Don't exapnd...wastes space and looks like poo.

SVN revision: 46713

14 years agoMake applications dialog work with all resolutions.
Christopher Michael [Mon, 1 Mar 2010 16:59:01 +0000 (16:59 +0000)]
Make applications dialog work with all resolutions.

SVN revision: 46709

14 years agoMake Cursor dialog work for other resolutions.
Christopher Michael [Mon, 1 Mar 2010 16:42:42 +0000 (16:42 +0000)]
Make Cursor dialog work for other resolutions.
Use Eina_List macros.
Don't expand items...wastes space.

SVN revision: 46707

14 years agobit better profile dialogs, at least it is aligned now.
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 13:40:23 +0000 (13:40 +0000)]
bit better profile dialogs, at least it is aligned now.

textblock is still ugly, it shows both scrollbars and the .desktops
have stupidly small lines forced with <br> every 2-3 words :-(

SVN revision: 46693

14 years agosimpler and shorter strings.
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 13:20:04 +0000 (13:20 +0000)]
simpler and shorter strings.

The following phrases were too long and were made short since the rest
of the words were obvious or implicit:

- Show window geometry information when moving or resizing
+ Geometry when moving or resizing

- Animate the shading and unshading of windows
+ Animated shading

- Automatically switch to desktop of new window
+ Switch to desktop of new window

SVN revision: 46692

14 years agofix problem with resizing dialogs that use e_widget_framelist_object_append()
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 13:14:31 +0000 (13:14 +0000)]
fix problem with resizing dialogs that use e_widget_framelist_object_append()

Now we have a new variant that lets you set the box pack
options. Couple of modules need this.

SVN revision: 46691

14 years agoAlmost passes -Wextra
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 12:57:05 +0000 (12:57 +0000)]
Almost passes -Wextra

Remains the problem of E_Object->type being int, but types constants
being considered unsigned int.

I guess we could just covert E_Object->type to unsigned, no?

SVN revision: 46689

14 years agoBetter settings in menu.
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 12:50:44 +0000 (12:50 +0000)]
Better settings in menu.

Instead of disabling nice quick access menus (by disabling config/1
augmentation), just add itself as the last submenu named "All", then
with entries.

This looks fine and I guess can even be the default.

SVN revision: 46688

14 years agotrailing whitespaces and indentation.
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 12:36:19 +0000 (12:36 +0000)]
trailing whitespaces and indentation.

SVN revision: 46686

14 years agoSome more documentation.
Christopher Michael [Mon, 1 Mar 2010 01:51:48 +0000 (01:51 +0000)]
Some more documentation.

SVN revision: 46675

14 years agoComment whole section as we never make use of it anyway.
Christopher Michael [Mon, 1 Mar 2010 01:33:44 +0000 (01:33 +0000)]
Comment whole section as we never make use of it anyway.

SVN revision: 46674

14 years agoDon't set a min width that is too large. Just use min width returned from
Christopher Michael [Mon, 1 Mar 2010 00:57:06 +0000 (00:57 +0000)]
Don't set a min width that is too large. Just use min width returned from
the function. This makes module dialog work nicely w/ smaller resolutions.

SVN revision: 46673

14 years agoReduce border gap.
Christopher Michael [Sun, 28 Feb 2010 18:53:17 +0000 (18:53 +0000)]
Reduce border gap.

SVN revision: 46665

14 years agoDon't expand list. That causes slider labels to look like poo.
Christopher Michael [Sun, 28 Feb 2010 18:49:01 +0000 (18:49 +0000)]
Don't expand list. That causes slider labels to look like poo.
Fix formatting & remove whitespace.

SVN revision: 46664

14 years agoUse PATH_MAX.
Christopher Michael [Sun, 28 Feb 2010 18:45:07 +0000 (18:45 +0000)]
Use PATH_MAX.
Don't expand list.
Fix Formatting.
Don't need to set dialog resizable unless you Want it resizable.

SVN revision: 46663

14 years agoDon't expand list.
Christopher Michael [Sun, 28 Feb 2010 18:42:58 +0000 (18:42 +0000)]
Don't expand list.

SVN revision: 46662

14 years agoDon't expand list. Wastes space and looks silly.
Christopher Michael [Sun, 28 Feb 2010 18:39:26 +0000 (18:39 +0000)]
Don't expand list. Wastes space and looks silly.

SVN revision: 46661

14 years agoDon't stretch sliders vertically as they look retarded.
Christopher Michael [Sun, 28 Feb 2010 18:36:20 +0000 (18:36 +0000)]
Don't stretch sliders vertically as they look retarded.
Fix formatting.

SVN revision: 46660

14 years agoBetter scale dialog:
Christopher Michael [Sun, 28 Feb 2010 18:28:20 +0000 (18:28 +0000)]
Better scale dialog:
       - Resolution independant.
       - Sliders don't expand in basic anymore and thus do not look retarded.

SVN revision: 46659

14 years agoAdd conf module src file.
Christopher Michael [Sun, 28 Feb 2010 16:41:57 +0000 (16:41 +0000)]
Add conf module src file.

SVN revision: 46651

14 years agoAdd conf module src file.
Christopher Michael [Sun, 28 Feb 2010 16:41:34 +0000 (16:41 +0000)]
Add conf module src file.

SVN revision: 46650

14 years agoAdd conf module src file.
Christopher Michael [Sun, 28 Feb 2010 16:41:12 +0000 (16:41 +0000)]
Add conf module src file.

SVN revision: 46649

14 years agoAdd conf module source file.
Christopher Michael [Sun, 28 Feb 2010 16:40:53 +0000 (16:40 +0000)]
Add conf module source file.

SVN revision: 46648

14 years agogettext++, prototypes++
Daniel Kolesa [Sun, 28 Feb 2010 14:18:48 +0000 (14:18 +0000)]
gettext++, prototypes++

SVN revision: 46645

14 years agoupdating french and italian translations
Massimo Maiurana [Sun, 28 Feb 2010 09:43:41 +0000 (09:43 +0000)]
updating french and italian translations

SVN revision: 46641

14 years agoremove -no-undefined in everything
Vincent Torri [Sun, 28 Feb 2010 07:02:31 +0000 (07:02 +0000)]
remove -no-undefined in everything

SVN revision: 46638

14 years agoRemove printf & some unused variables.
Christopher Michael [Sun, 28 Feb 2010 02:36:49 +0000 (02:36 +0000)]
Remove printf & some unused variables.

SVN revision: 46635

14 years agoFix QP zone position bugger...thanks for the report Raster :)
Christopher Michael [Sun, 28 Feb 2010 02:08:18 +0000 (02:08 +0000)]
Fix QP zone position bugger...thanks for the report Raster :)

SVN revision: 46634

14 years agono... we want undefined symbols :) (thanks vtorri)
Carsten Haitzler [Sun, 28 Feb 2010 00:13:21 +0000 (00:13 +0000)]
no... we want undefined symbols :) (thanks vtorri)

SVN revision: 46630

14 years agoFix up formatting.
Christopher Michael [Sat, 27 Feb 2010 22:51:19 +0000 (22:51 +0000)]
Fix up formatting.

SVN revision: 46625

14 years agoUse custom edj icon if it's specified (for menus & items).
Christopher Michael [Sat, 27 Feb 2010 22:38:35 +0000 (22:38 +0000)]
Use custom edj icon if it's specified (for menus & items).
Use EINA_* macros for lists.
Fix formatting.
Remove Whitespace.

SVN revision: 46623

14 years agoAdd module.conf.src to Makefile.
Christopher Michael [Sat, 27 Feb 2010 22:11:31 +0000 (22:11 +0000)]
Add module.conf.src to Makefile.

SVN revision: 46621

14 years agoAnd add to Makefile.
Christopher Michael [Sat, 27 Feb 2010 22:10:41 +0000 (22:10 +0000)]
And add to Makefile.

SVN revision: 46620

14 years agoAdd config src file for config panel module w/ silly menu disabled.
Christopher Michael [Sat, 27 Feb 2010 22:10:01 +0000 (22:10 +0000)]
Add config src file for config panel module w/ silly menu disabled.

SVN revision: 46619

14 years agoAdd config src file for Conf module w/ silly menu disabled.
Christopher Michael [Sat, 27 Feb 2010 22:07:00 +0000 (22:07 +0000)]
Add config src file for Conf module w/ silly menu disabled.

SVN revision: 46618

14 years agoHook into zone_resize so we can adjust minimum width when zone changes
Christopher Michael [Sat, 27 Feb 2010 19:50:07 +0000 (19:50 +0000)]
Hook into zone_resize so we can adjust minimum width when zone changes
size.

SVN revision: 46600

14 years agoAdd handler for zone_move_resize so we can adjust minimum width of
Christopher Michael [Sat, 27 Feb 2010 19:41:59 +0000 (19:41 +0000)]
Add handler for zone_move_resize so we can adjust minimum width of
indicator when zone size changes.

SVN revision: 46599

14 years agoMerge configmenu from extras with Configuration Panel module(after discussion with...
Daniel Kolesa [Sat, 27 Feb 2010 17:04:55 +0000 (17:04 +0000)]
Merge configmenu from extras with Configuration Panel module(after discussion with raster). For this, I added API to disable or enable any augmentation point from any module and later enable it again. Thanks to this merge, you can have configuration panel categories directly in main menu, replacing old items like Gadgets in that submenu. You can easily switch to old style from Advanced->Configuration Panel, if the module is disabled it is the old style of course. Also I removed configmenu from emodules when it is not needed anymore.

SVN revision: 46587

14 years agomissing eapi's
Carsten Haitzler [Sat, 27 Feb 2010 10:06:22 +0000 (10:06 +0000)]
missing eapi's

SVN revision: 46575

14 years agoTAsn's patch for LTR->RTL support in keyboard. (with formatting fixes).
Christopher Michael [Sat, 27 Feb 2010 04:28:43 +0000 (04:28 +0000)]
TAsn's patch for LTR->RTL support in keyboard. (with formatting fixes).

SVN revision: 46550

14 years agoquaker said valgrind 3.5 just accept a byte value (0-255)
Gustavo Sverzut Barbieri [Fri, 26 Feb 2010 23:55:12 +0000 (23:55 +0000)]
quaker said valgrind 3.5 just accept a byte value (0-255)

SVN revision: 46537

14 years agoDon't segfault if keyboard has no border.
Christopher Michael [Fri, 26 Feb 2010 21:04:03 +0000 (21:04 +0000)]
Don't segfault if keyboard has no border.

SVN revision: 46520

14 years agoAdd 'UNUSED' to functions for which some parameters are never used.
Christopher Michael [Fri, 26 Feb 2010 19:58:44 +0000 (19:58 +0000)]
Add 'UNUSED' to functions for which some parameters are never used.

SVN revision: 46515

14 years agoRename some more functions to be 'illume' specific so we don't clash.
Christopher Michael [Fri, 26 Feb 2010 19:44:37 +0000 (19:44 +0000)]
Rename some more functions to be 'illume' specific so we don't clash.

SVN revision: 46514

14 years agoOops, don't EAPI those.
Christopher Michael [Fri, 26 Feb 2010 13:23:31 +0000 (13:23 +0000)]
Oops, don't EAPI those.

SVN revision: 46512

14 years agoRename some functions to be more 'illume' specific so we don't get any
Christopher Michael [Fri, 26 Feb 2010 13:16:10 +0000 (13:16 +0000)]
Rename some functions to be more 'illume' specific so we don't get any
potential clashes w/ other modules.

SVN revision: 46511

14 years agoRemove last remaining round-trip.
Christopher Michael [Fri, 26 Feb 2010 11:37:01 +0000 (11:37 +0000)]
Remove last remaining round-trip.
Remove some printfs.
Fix some formatting.

SVN revision: 46510

14 years agoDon't need to send a layout update when animation is done (it's already send
Christopher Michael [Fri, 26 Feb 2010 11:20:43 +0000 (11:20 +0000)]
Don't need to send a layout update when animation is done (it's already send
in the show/hide calls).

Send new keyboard geometry if we are not animating also.

SVN revision: 46509

14 years agoRemove 2 more round-trips. (Tested and did not see any adverse effects, but
Christopher Michael [Fri, 26 Feb 2010 10:57:26 +0000 (10:57 +0000)]
Remove 2 more round-trips. (Tested and did not see any adverse effects, but
left orig code commented out just in case).

Add some additional comments.

SVN revision: 46508

14 years agoAdd illume dox file to configure.ac
Christopher Michael [Thu, 25 Feb 2010 18:46:44 +0000 (18:46 +0000)]
Add illume dox file to configure.ac

SVN revision: 46473

14 years agoBetter documentation structure.
Christopher Michael [Thu, 25 Feb 2010 18:46:21 +0000 (18:46 +0000)]
Better documentation structure.

SVN revision: 46472

14 years agoRemove excessive line breaks.
Christopher Michael [Thu, 25 Feb 2010 16:59:46 +0000 (16:59 +0000)]
Remove excessive line breaks.

(Do we really need that many line breaks in a description ?)

SVN revision: 46471

14 years agoMaximum framerate in advanced should match the maximum in basic.
Christopher Michael [Thu, 25 Feb 2010 16:54:16 +0000 (16:54 +0000)]
Maximum framerate in advanced should match the maximum in basic.

SVN revision: 46470

14 years agoupdating greek translations
Massimo Maiurana [Thu, 25 Feb 2010 16:19:44 +0000 (16:19 +0000)]
updating greek translations

SVN revision: 46468

14 years agoprintf--
Carsten Haitzler [Thu, 25 Feb 2010 13:09:09 +0000 (13:09 +0000)]
printf--

SVN revision: 46462

14 years agomake frameinfo work on env var. export DFI=1
Carsten Haitzler [Thu, 25 Feb 2010 12:37:28 +0000 (12:37 +0000)]
make frameinfo work on env var. export DFI=1

SVN revision: 46461

14 years agono more round trips! bad bad bad!
Carsten Haitzler [Thu, 25 Feb 2010 12:26:10 +0000 (12:26 +0000)]
no more round trips! bad bad bad!

SVN revision: 46459

14 years agoidle cursor should not be on in illume! useless!
Carsten Haitzler [Thu, 25 Feb 2010 10:32:49 +0000 (10:32 +0000)]
idle cursor should not be on in illume! useless!

SVN revision: 46457

14 years agoHandle policy activate layer a bit better (don't set so high).
Christopher Michael [Thu, 25 Feb 2010 05:45:14 +0000 (05:45 +0000)]
Handle policy activate layer a bit better (don't set so high).
Add an easily adjusted variable in policy.h for POL_ACTIVATE_LAYER.

SVN revision: 46454

14 years agofix sync issue.
Carsten Haitzler [Thu, 25 Feb 2010 05:12:49 +0000 (05:12 +0000)]
fix sync issue.

SVN revision: 46452

14 years agoAdd some more docs.
Christopher Michael [Thu, 25 Feb 2010 01:17:45 +0000 (01:17 +0000)]
Add some more docs.
Prep some structures for documentation (just modifying the code format).

SVN revision: 46451

14 years agoFix focus track issue(s) as reported by TAsn.
Christopher Michael [Wed, 24 Feb 2010 22:48:02 +0000 (22:48 +0000)]
Fix focus track issue(s) as reported by TAsn.

SVN revision: 46446

14 years agoOk, we cannot accept focus on home window...leads to focus track issues.
Christopher Michael [Wed, 24 Feb 2010 22:46:34 +0000 (22:46 +0000)]
Ok, we cannot accept focus on home window...leads to focus track issues.

SVN revision: 46445

14 years agoCheck for new_client when laying out indicator. (Needed for elm_indicator
Christopher Michael [Wed, 24 Feb 2010 18:21:50 +0000 (18:21 +0000)]
Check for new_client when laying out indicator. (Needed for elm_indicator
app).

SVN revision: 46438

14 years agomove the hour hand according to the elapsed minutes in an hour
Viktor Kojouharov [Wed, 24 Feb 2010 17:45:04 +0000 (17:45 +0000)]
move the hour hand according to the elapsed minutes in an hour

SVN revision: 46433

14 years agoSet illume zone list. Needed for elm_indicator.
Christopher Michael [Wed, 24 Feb 2010 17:15:22 +0000 (17:15 +0000)]
Set illume zone list. Needed for elm_indicator.

SVN revision: 46432

14 years agoFix structure definition.
Christopher Michael [Wed, 24 Feb 2010 05:28:57 +0000 (05:28 +0000)]
Fix structure definition.

SVN revision: 46422

14 years agoUpdate documentation. (Doxygen now generates docs for structure members too
Christopher Michael [Wed, 24 Feb 2010 05:15:56 +0000 (05:15 +0000)]
Update documentation. (Doxygen now generates docs for structure members too
:))

SVN revision: 46421

14 years agoUpdate layout properly when zone changes size or moves. This should fix
Christopher Michael [Tue, 23 Feb 2010 23:31:46 +0000 (23:31 +0000)]
Update layout properly when zone changes size or moves. This should fix
xrandr issue for TAsn ;)

SVN revision: 46413

14 years agoUnhide a border if we are looping through focus.
Christopher Michael [Tue, 23 Feb 2010 22:37:40 +0000 (22:37 +0000)]
Unhide a border if we are looping through focus.

SVN revision: 46411

14 years agoCheck home count based on current mode and create or focus home window
Christopher Michael [Tue, 23 Feb 2010 22:25:31 +0000 (22:25 +0000)]
Check home count based on current mode and create or focus home window
accordingly.

SVN revision: 46409

14 years agoAdd sending keyboard geometry for conformant apps.
Christopher Michael [Tue, 23 Feb 2010 20:54:59 +0000 (20:54 +0000)]
Add sending keyboard geometry for conformant apps.

SVN revision: 46404

14 years agoupdating greek translations
Massimo Maiurana [Tue, 23 Feb 2010 18:43:06 +0000 (18:43 +0000)]
updating greek translations

SVN revision: 46399

14 years agoFix NETWM Activate issue where the window would not raise or focus. This
Christopher Michael [Tue, 23 Feb 2010 18:15:00 +0000 (18:15 +0000)]
Fix NETWM Activate issue where the window would not raise or focus. This
works wrt fullscreen windows also.
Fix issues wrt hide/show race conditions that raster pointed out.
Fix issue where previous window was not shown again.

SVN revision: 46397

14 years agoBelieve that home windows can now accept/take focus. Have not seen any
Christopher Michael [Tue, 23 Feb 2010 18:12:43 +0000 (18:12 +0000)]
Believe that home windows can now accept/take focus. Have not seen any
adverse effects with this yet.

SVN revision: 46396

14 years agoe17 - clean out old clokc images... use map! :) should use for cpufreq too.
Carsten Haitzler [Tue, 23 Feb 2010 08:59:24 +0000 (08:59 +0000)]
e17 - clean out old clokc images... use map! :) should use for cpufreq too.

SVN revision: 46386

14 years agoMore doxy for structures...tho they still do not show up in generated output
Christopher Michael [Tue, 23 Feb 2010 02:33:18 +0000 (02:33 +0000)]
More doxy for structures...tho they still do not show up in generated output
:(

SVN revision: 46379

14 years agoMore doxy for Policy API. (Bonus points to the person who figures out why
Christopher Michael [Tue, 23 Feb 2010 01:41:57 +0000 (01:41 +0000)]
More doxy for Policy API. (Bonus points to the person who figures out why
doxygen will not generate docs for structure members here).

SVN revision: 46378

14 years agoMake indicator work again wrt Scale changes.
Christopher Michael [Tue, 23 Feb 2010 01:22:05 +0000 (01:22 +0000)]
Make indicator work again wrt Scale changes.

SVN revision: 46377

14 years agoMake softkey respond again to Scale changes.
Christopher Michael [Tue, 23 Feb 2010 01:21:47 +0000 (01:21 +0000)]
Make softkey respond again to Scale changes.

SVN revision: 46376

14 years agoAdd some printfs for debugging.
Christopher Michael [Tue, 23 Feb 2010 01:21:22 +0000 (01:21 +0000)]
Add some printfs for debugging.

SVN revision: 46375

14 years agoNo need to set zone here.
Christopher Michael [Mon, 22 Feb 2010 20:38:11 +0000 (20:38 +0000)]
No need to set zone here.

SVN revision: 46364