Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 23:27:49 +0000 (23:27 +0000)]
expand frames so they look better in this dialog.
Often it is not the case, but in since the frames are quire similar in
both toolbook pages, do it for this dialog.
SVN revision: 46853
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 23:21:03 +0000 (23:21 +0000)]
mouse cursor cleanup.
* removed basic/advanced, only size was extra in advanced and it is
far from being advanced-only feature.
* better order, with enlightenment's cursor theme option right above
the old "Ilde Cursor", now "Idle effects" as it is only applies to
E cursors.
* Remove lots of redundant "Cursor" from phrases... god, we're in a
cursor setting! everything relates to it!
SVN revision: 46852
Sebastian Dransfeld [Wed, 3 Mar 2010 22:10:55 +0000 (22:10 +0000)]
Use efreet_desktop_new where appropriate
efreet_desktop_get (will in time) setup a lot of stuff to monitor
changes. If we just use the results from efreet_desktop_get within one
function and then free, this is unneeded overhead. efreet_desktop_free
will more lightweight (but require a bit more mem alloc).
SVN revision: 46847
Sebastian Dransfeld [Wed, 3 Mar 2010 22:10:44 +0000 (22:10 +0000)]
We do free our efreet_desktop's
SVN revision: 46846
Sebastian Dransfeld [Wed, 3 Mar 2010 22:10:34 +0000 (22:10 +0000)]
Use efreet_desktop_get
We want to get a cached version which submits events for bd->desktop
SVN revision: 46845
Sebastian Dransfeld [Wed, 3 Mar 2010 22:10:20 +0000 (22:10 +0000)]
Remove pointless comment
If we use efreet_desktop_new we get our own private copy, so we want to
free it, not unref. Anyway, if the efreet desktop has other references,
_free wont completely free, only unref.
SVN revision: 46844
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 21:37:52 +0000 (21:37 +0000)]
postpone module list construction to idler.
Create the list later so the dialog shows up immediately and is later
populated. The creation of the list is quite expensive, with disk,
efreet and later computation of the final list.
It seems good now, but if required it could be split a bit more,
instead of doing one directory per idle run, do one file.
SVN revision: 46843
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 21:04:44 +0000 (21:04 +0000)]
toolbook in conf_screensaver.
it's not that long anymore and also removes the need for the advanced
feature, it's just another tab.
SVN revision: 46842
Christopher Michael [Wed, 3 Mar 2010 18:30:27 +0000 (18:30 +0000)]
Respect zone aspect ratio.
SVN revision: 46838
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 04:42:22 +0000 (04:42 +0000)]
better sizing
SVN revision: 46815
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 04:17:46 +0000 (04:17 +0000)]
and unbreak illume's ilist usage :-(
SVN revision: 46814
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 04:10:04 +0000 (04:10 +0000)]
new, single list module loader dialog.
This dialog was reworked to have one single list instead of two. This
makes the internals way simpler and also fits small screens.
Extra benefit is that we don't need to reload the list, so it's
flicker-free and you don't loose context. Of course it will save some
cpu cycles not having to do these list fills over and over again.
the ilist had to be changed to include an "end" object, in the default
theme it is at the right. It will use a part named
e/widget/ilist/toggle_end to present the selected state. (The
favorites/heart icon was choosen because it is red and thus easily
visible in both black and white background -- selected/unselected).
SVN revision: 46813
Christopher Michael [Wed, 3 Mar 2010 03:30:11 +0000 (03:30 +0000)]
Revert frametable change. Need better organization here.
SVN revision: 46812
Christopher Michael [Wed, 3 Mar 2010 03:12:08 +0000 (03:12 +0000)]
Use frametable so we take up less room on smaller resolutions.
SVN revision: 46811
Christopher Michael [Wed, 3 Mar 2010 01:37:25 +0000 (01:37 +0000)]
Update potfiles.in for new deskpreview widget.
SVN revision: 46809
Christopher Michael [Wed, 3 Mar 2010 00:36:08 +0000 (00:36 +0000)]
Add handler for bg update.
When deleting, remove icon objects.
SVN revision: 46808
Carsten Haitzler [Wed, 3 Mar 2010 00:32:39 +0000 (00:32 +0000)]
oooold patch from manio! in!
SVN revision: 46807
Christopher Michael [Tue, 2 Mar 2010 22:56:36 +0000 (22:56 +0000)]
Rework config desks dialog for small resolutions.
- Use toolbook.
- Use new deskpreview widget.
SVN revision: 46804
Christopher Michael [Tue, 2 Mar 2010 22:56:06 +0000 (22:56 +0000)]
Rework deskpreview widget so play nice w/ toolbook.
- e_widget_aspect has issues when used in toolbook (so we don't use it here).
- Still a couple of TODOs in this:
Respect zone aspect.
Use livethumb for previews.
SVN revision: 46803
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 21:42:59 +0000 (21:42 +0000)]
module overhaul, passes -Wextra and reports more errors.
* check_changed for both basic and advanced dialog modes;
* disable sliders and other widgets that depend on the checkbox;
* smaller sliders;
* ensure there is a timer if alert is set;
* check all fgets() return, report error if format was not expected,
simplify some cases.
SVN revision: 46802
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 19:10:53 +0000 (19:10 +0000)]
Smaller min size sliders and pass -Wextra
SVN revision: 46800
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 19:05:45 +0000 (19:05 +0000)]
conf menus with shorter labels, smaller sliders, passes -Wextra
Please review the labels in the dialog context, in my opinion they
make total sense (no need to have "Show $X" in every item).
SVN revision: 46799
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 18:53:02 +0000 (18:53 +0000)]
better alignment, sizing and pass -Wextra
SVN revision: 46796
Massimo Maiurana [Tue, 2 Mar 2010 18:38:38 +0000 (18:38 +0000)]
updating french and italian translations
SVN revision: 46794
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 18:09:39 +0000 (18:09 +0000)]
shorter strings and passes -Wextra
SVN revision: 46793
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 16:33:35 +0000 (16:33 +0000)]
shorter strings and apss -Wextra
Please consider the added note about "slide pointer to window". IMHO
it does not make sense to have this set in lots of places, it should
be a mouse or focus policy, and setting it will set all related
options.
SVN revision: 46792
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 16:22:52 +0000 (16:22 +0000)]
Short some strings, remove -Wextra warnings.
Sorry translators, but at least it is shorter in english now. You
should also keep your translations short (as far as possible).
SVN revision: 46791
Christopher Michael [Tue, 2 Mar 2010 15:53:12 +0000 (15:53 +0000)]
Remove printfs.
SVN revision: 46790
Christopher Michael [Tue, 2 Mar 2010 15:51:26 +0000 (15:51 +0000)]
Don't expand..makes things look horrible.
SVN revision: 46789
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 15:48:24 +0000 (15:48 +0000)]
improve connman control dialog a bit.
* remove the inner toolbook until we actually have proxy, removes
some clutter;
* add todo with idea to use pager to simplify the list (actually
there is the problem on how to reorder elements, same thing in
other dialogs, such as the startup applications);
* better scale/expand/fill of elements;
* remove some warnings.
SVN revision: 46788
Boris Faure [Tue, 2 Mar 2010 15:07:03 +0000 (15:07 +0000)]
e: check whether fork failed
SVN revision: 46787
Carsten Haitzler [Tue, 2 Mar 2010 12:31:20 +0000 (12:31 +0000)]
hmmm something screwed with init done events.. remove 1 undone.
SVN revision: 46784
Christopher Michael [Tue, 2 Mar 2010 07:19:50 +0000 (07:19 +0000)]
Disable the timer if we are not debugging stringshare usage.
Fix some formatting.
SVN revision: 46778
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
Christopher Michael [Tue, 2 Mar 2010 01:15:42 +0000 (01:15 +0000)]
Rework some code so that llvm is happy.
SVN revision: 46760
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 23:45:57 +0000 (23:45 +0000)]
and make it compile clean with -Wextra
SVN revision: 46749
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 23:44:20 +0000 (23:44 +0000)]
allow dpms sliders to be smaller.
SVN revision: 46748
Christopher Michael [Mon, 1 Mar 2010 20:40:49 +0000 (20:40 +0000)]
Formatting.
SVN revision: 46738
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
Sebastian Dransfeld [Mon, 1 Mar 2010 18:16:32 +0000 (18:16 +0000)]
Eet cache for efreet desktop
SVN revision: 46726
Christopher Michael [Mon, 1 Mar 2010 17:57:26 +0000 (17:57 +0000)]
Don't expand lists.
Fix formatting.
SVN revision: 46725
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
Christopher Michael [Mon, 1 Mar 2010 17:42:55 +0000 (17:42 +0000)]
Don't expand lists.
Fix formatting.
SVN revision: 46722
Christopher Michael [Mon, 1 Mar 2010 17:39:15 +0000 (17:39 +0000)]
Don't expand lists.
Fix formatting.
SVN revision: 46721
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
Christopher Michael [Mon, 1 Mar 2010 17:35:40 +0000 (17:35 +0000)]
Don't expand lists.
Fix formatting.
SVN revision: 46719
Christopher Michael [Mon, 1 Mar 2010 17:32:01 +0000 (17:32 +0000)]
Don't expand lists.
Shorten strings.
Fix formatting.
SVN revision: 46718
Christopher Michael [Mon, 1 Mar 2010 17:24:14 +0000 (17:24 +0000)]
Don't expand lists.
SVN revision: 46717
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
Christopher Michael [Mon, 1 Mar 2010 17:09:47 +0000 (17:09 +0000)]
Don't expand lists...makes sliders look ugly.
SVN revision: 46715
Christopher Michael [Mon, 1 Mar 2010 17:08:07 +0000 (17:08 +0000)]
Don't expand lists.
SVN revision: 46714
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
Christopher Michael [Mon, 1 Mar 2010 16:59:01 +0000 (16:59 +0000)]
Make applications dialog work with all resolutions.
SVN revision: 46709
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
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
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
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
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
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
Gustavo Sverzut Barbieri [Mon, 1 Mar 2010 12:36:19 +0000 (12:36 +0000)]
trailing whitespaces and indentation.
SVN revision: 46686
Christopher Michael [Mon, 1 Mar 2010 01:51:48 +0000 (01:51 +0000)]
Some more documentation.
SVN revision: 46675
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
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
Christopher Michael [Sun, 28 Feb 2010 18:53:17 +0000 (18:53 +0000)]
Reduce border gap.
SVN revision: 46665
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
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
Christopher Michael [Sun, 28 Feb 2010 18:42:58 +0000 (18:42 +0000)]
Don't expand list.
SVN revision: 46662
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
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
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
Christopher Michael [Sun, 28 Feb 2010 16:41:57 +0000 (16:41 +0000)]
Add conf module src file.
SVN revision: 46651
Christopher Michael [Sun, 28 Feb 2010 16:41:34 +0000 (16:41 +0000)]
Add conf module src file.
SVN revision: 46650
Christopher Michael [Sun, 28 Feb 2010 16:41:12 +0000 (16:41 +0000)]
Add conf module src file.
SVN revision: 46649
Christopher Michael [Sun, 28 Feb 2010 16:40:53 +0000 (16:40 +0000)]
Add conf module source file.
SVN revision: 46648
Daniel Kolesa [Sun, 28 Feb 2010 14:18:48 +0000 (14:18 +0000)]
gettext++, prototypes++
SVN revision: 46645
Massimo Maiurana [Sun, 28 Feb 2010 09:43:41 +0000 (09:43 +0000)]
updating french and italian translations
SVN revision: 46641
Vincent Torri [Sun, 28 Feb 2010 07:02:31 +0000 (07:02 +0000)]
remove -no-undefined in everything
SVN revision: 46638
Christopher Michael [Sun, 28 Feb 2010 02:36:49 +0000 (02:36 +0000)]
Remove printf & some unused variables.
SVN revision: 46635
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
Carsten Haitzler [Sun, 28 Feb 2010 00:13:21 +0000 (00:13 +0000)]
no... we want undefined symbols :) (thanks vtorri)
SVN revision: 46630
Christopher Michael [Sat, 27 Feb 2010 22:51:19 +0000 (22:51 +0000)]
Fix up formatting.
SVN revision: 46625
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
Christopher Michael [Sat, 27 Feb 2010 22:11:31 +0000 (22:11 +0000)]
Add module.conf.src to Makefile.
SVN revision: 46621
Christopher Michael [Sat, 27 Feb 2010 22:10:41 +0000 (22:10 +0000)]
And add to Makefile.
SVN revision: 46620
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
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
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
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
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
Carsten Haitzler [Sat, 27 Feb 2010 10:06:22 +0000 (10:06 +0000)]
missing eapi's
SVN revision: 46575
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
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
Christopher Michael [Fri, 26 Feb 2010 21:04:03 +0000 (21:04 +0000)]
Don't segfault if keyboard has no border.
SVN revision: 46520
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
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
Christopher Michael [Fri, 26 Feb 2010 13:23:31 +0000 (13:23 +0000)]
Oops, don't EAPI those.
SVN revision: 46512
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
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
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
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