platform/upstream/enlightenment.git
14 years agoslider cleanups and support for special values.
Gustavo Sverzut Barbieri [Thu, 11 Mar 2010 22:35:55 +0000 (22:35 +0000)]
slider cleanups and support for special values.

Special values enables showing different label for some values, for
example, 0 may mean "undefined", "never"...

cleanup -Wextra was done as well.

SVN revision: 47144

14 years agoAdded missing icons to EXTRA_DIST
Luis Felipe Strano Moraes [Thu, 11 Mar 2010 21:51:58 +0000 (21:51 +0000)]
Added missing icons to EXTRA_DIST

SVN revision: 47143

14 years agomake dist was broken on commit 47061, fixing it
Luis Felipe Strano Moraes [Thu, 11 Mar 2010 20:19:51 +0000 (20:19 +0000)]
make dist was broken on commit 47061, fixing it

SVN revision: 47140

14 years agocleanups...
Gustavo Sverzut Barbieri [Wed, 10 Mar 2010 21:54:23 +0000 (21:54 +0000)]
cleanups...

i did this module long ago, without a proper indentation settings in my emacs...

SVN revision: 47124

14 years agoeconnman: remove unneed popup_del
Gustavo Sverzut Barbieri [Wed, 10 Mar 2010 20:57:06 +0000 (20:57 +0000)]
econnman: remove unneed popup_del
the function already do the popup_del with the proper NULL check.

By: Gustavo F. Padovan <padovan@profusion.mobi>

SVN revision: 47119

14 years agoupdating french translation
Massimo Maiurana [Wed, 10 Mar 2010 17:57:05 +0000 (17:57 +0000)]
updating french translation

SVN revision: 47109

14 years agoNew window icons because the old ones sucked. These ones come from a remake of the...
toma [Wed, 10 Mar 2010 13:40:27 +0000 (13:40 +0000)]
New window icons because the old ones sucked. These ones come from a remake of the pager window. Glorious svn this time round.

SVN revision: 47105

14 years agoFix up expand/fill for sliders (so they use all available width).
Christopher Michael [Tue, 9 Mar 2010 16:54:05 +0000 (16:54 +0000)]
Fix up expand/fill for sliders (so they use all available width).

SVN revision: 47091

14 years agoFix up expand/fill for sliders.
Christopher Michael [Tue, 9 Mar 2010 16:51:26 +0000 (16:51 +0000)]
Fix up expand/fill for sliders.

SVN revision: 47090

14 years agoFix up expand/fill for sliders.
Christopher Michael [Tue, 9 Mar 2010 16:50:05 +0000 (16:50 +0000)]
Fix up expand/fill for sliders.

SVN revision: 47089

14 years agoFix expand/fill for sliders.
Christopher Michael [Tue, 9 Mar 2010 16:47:49 +0000 (16:47 +0000)]
Fix expand/fill for sliders.

SVN revision: 47088

14 years agoCheck box doesn't need to expand (wastes space).
Christopher Michael [Tue, 9 Mar 2010 16:45:32 +0000 (16:45 +0000)]
Check box doesn't need to expand (wastes space).
Fix formatting.

SVN revision: 47086

14 years agoSet fill & expand on toolbook pages (so sliders use available space).
Christopher Michael [Tue, 9 Mar 2010 16:42:38 +0000 (16:42 +0000)]
Set fill & expand on toolbook pages (so sliders use available space).

SVN revision: 47085

14 years agoAdd check_changed to conf_exebuf.
Christopher Michael [Tue, 9 Mar 2010 16:34:39 +0000 (16:34 +0000)]
Add check_changed to conf_exebuf.

NB: works great in Basic, but not in Advanced...not sure why. K-S, can
you have a look please ?

SVN revision: 47083

14 years agopreload and set proper size to help loading.
Gustavo Sverzut Barbieri [Tue, 9 Mar 2010 02:55:47 +0000 (02:55 +0000)]
preload and set proper size to help loading.

SVN revision: 47071

14 years agoimproved icon theme, with nice previews!
Gustavo Sverzut Barbieri [Tue, 9 Mar 2010 02:46:07 +0000 (02:46 +0000)]
improved icon theme, with nice previews!

preview couple of icons at bottom, and try harder to find an icon for
the list item, otherwise just skip the theme as it is not worth.

SVN revision: 47070

14 years agocleanups, consts and return Eina_Bool for file setters.
Gustavo Sverzut Barbieri [Tue, 9 Mar 2010 02:45:14 +0000 (02:45 +0000)]
cleanups, consts and return Eina_Bool for file setters.

okay, maybe too much for a single patch, but they are all pretty trivial:

 - whitespace cleanups;

 - simplify "sd" assignments;

 - add const keyword to getters;

 - return if file_set operation succeeded or not.

SVN revision: 47069

14 years agoExpand widgets in toolbook pages.
Christopher Michael [Tue, 9 Mar 2010 02:40:45 +0000 (02:40 +0000)]
Expand widgets in toolbook pages.

SVN revision: 47068

14 years agoNow with more color and less colour.
toma [Tue, 9 Mar 2010 02:11:41 +0000 (02:11 +0000)]
Now with more color and less colour.

SVN revision: 47067

14 years agoCommenting. Comments on my commenting are welcome. Basically, its just locations...
toma [Tue, 9 Mar 2010 01:43:29 +0000 (01:43 +0000)]
Commenting. Comments on my commenting are welcome. Basically, its just locations of widgets so that non-Ecentric people can easily find where each widget is. Ive only included the not-so descriptive widgets and modules.

SVN revision: 47065

14 years agoFix exebuf wrt Geometry tab & Animations tab.
Christopher Michael [Tue, 9 Mar 2010 01:23:21 +0000 (01:23 +0000)]
Fix exebuf wrt Geometry tab & Animations tab.
Fix rancid formatting in conf_winlist (what an eye sore that was).

SVN revision: 47064

14 years agoMake performance dialog match other dialogs wrt sliders & expansion.
Christopher Michael [Tue, 9 Mar 2010 00:49:47 +0000 (00:49 +0000)]
Make performance dialog match other dialogs wrt sliders & expansion.

SVN revision: 47062

14 years agoMake move n resize follow the icon filename convention.
toma [Tue, 9 Mar 2010 00:46:25 +0000 (00:46 +0000)]
Make move n resize follow the icon filename convention.

SVN revision: 47061

14 years agonon-resiable "presentation mode" dialogs and -Wextra/trailing whitespace cleanups.
Gustavo Sverzut Barbieri [Tue, 9 Mar 2010 00:31:44 +0000 (00:31 +0000)]
non-resiable "presentation mode" dialogs and -Wextra/trailing whitespace cleanups.

SVN revision: 47060

14 years agoIcon for Config Panel Entry.
Christopher Michael [Mon, 8 Mar 2010 18:20:39 +0000 (18:20 +0000)]
Icon for Config Panel Entry.

SVN revision: 47047

14 years agoIcon for Entry in config panel.
Christopher Michael [Mon, 8 Mar 2010 18:18:16 +0000 (18:18 +0000)]
Icon for Entry in config panel.

SVN revision: 47046

14 years agoIcons for config entries.
Christopher Michael [Mon, 8 Mar 2010 18:15:09 +0000 (18:15 +0000)]
Icons for config entries.

SVN revision: 47045

14 years agoMake Run Command settings dialog work w/ all resolutions.
Christopher Michael [Mon, 8 Mar 2010 18:03:42 +0000 (18:03 +0000)]
Make Run Command settings dialog work w/ all resolutions.
(May need/want label changes).

SVN revision: 47044

14 years agoupdating french translation
Massimo Maiurana [Mon, 8 Mar 2010 17:48:52 +0000 (17:48 +0000)]
updating french translation

SVN revision: 47043

14 years agoremove the now useless title
Miculcy Brian [Mon, 8 Mar 2010 16:09:21 +0000 (16:09 +0000)]
remove the now useless title

SVN revision: 47002

14 years agoload modules before execcing apps.
Carsten Haitzler [Mon, 8 Mar 2010 15:00:29 +0000 (15:00 +0000)]
load modules before execcing apps.

SVN revision: 47000

14 years agocomp should not be delayed - and first module loaded for best effects.
Carsten Haitzler [Mon, 8 Mar 2010 14:50:50 +0000 (14:50 +0000)]
comp should not be delayed - and first module loaded for best effects.

SVN revision: 46999

14 years agodont delay comp load - and sync on init too to make sure.
Carsten Haitzler [Mon, 8 Mar 2010 14:50:00 +0000 (14:50 +0000)]
dont delay comp load - and sync on init too to make sure.

SVN revision: 46998

14 years agocheck changed.
Gustavo Sverzut Barbieri [Mon, 8 Mar 2010 13:45:38 +0000 (13:45 +0000)]
check changed.

SVN revision: 46997

14 years agoless frame, more check_changed.
Gustavo Sverzut Barbieri [Mon, 8 Mar 2010 13:20:19 +0000 (13:20 +0000)]
less frame, more check_changed.

SVN revision: 46996

14 years agono frames required there...
Gustavo Sverzut Barbieri [Mon, 8 Mar 2010 13:02:01 +0000 (13:02 +0000)]
no frames required there...

SVN revision: 46995

14 years agohmm fiddle to have slower fade out... but quicker fade-in/start for init
Carsten Haitzler [Mon, 8 Mar 2010 05:46:05 +0000 (05:46 +0000)]
hmm fiddle to have slower fade out... but quicker fade-in/start for init

SVN revision: 46979

14 years agoprettier init splash. no more bizarre glowing cursor. how do you like the dots?
Carsten Haitzler [Mon, 8 Mar 2010 05:41:05 +0000 (05:41 +0000)]
prettier init splash. no more bizarre glowing cursor. how do you like the dots?

SVN revision: 46978

14 years agoless frames, more check_changed.
Gustavo Sverzut Barbieri [Mon, 8 Mar 2010 03:40:31 +0000 (03:40 +0000)]
less frames, more check_changed.

SVN revision: 46977

14 years agono need for this frametable, it can be a simple list.
Gustavo Sverzut Barbieri [Mon, 8 Mar 2010 03:05:13 +0000 (03:05 +0000)]
no need for this frametable, it can be a simple list.

SVN revision: 46976

14 years agono need fro frame in the module list, the dialog title says it all.
Gustavo Sverzut Barbieri [Mon, 8 Mar 2010 02:39:44 +0000 (02:39 +0000)]
no need fro frame in the module list, the dialog title says it all.

SVN revision: 46975

14 years agogive that green glowing led/ball/bubble more... "umpfff". more chine, deeper
Carsten Haitzler [Mon, 8 Mar 2010 02:06:50 +0000 (02:06 +0000)]
give that green glowing led/ball/bubble more... "umpfff". more chine, deeper
color glow, shadowing etc. looks much more like a green light that is "on"

SVN revision: 46974

14 years agobetter conf_winlist.
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 23:37:35 +0000 (23:37 +0000)]
better conf_winlist.

 * reorganize items resulting in less toolbook pages.

 * smaller labels

 * smarter constraints and disable

 * better basic settings, collapsing common used options

SVN revision: 46971

14 years agodon't ever select headers...
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 20:08:46 +0000 (20:08 +0000)]
don't ever select headers...

SVN revision: 46958

14 years agoImprove color class dialog and its effect in default theme.
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 19:55:30 +0000 (19:55 +0000)]
Improve color class dialog and its effect in default theme.

Now we can theme almost everything, including list item and header
text and background.

SVN revision: 46957

14 years agoCheck for error on get_name_owner callback.
Rafael Antognolli [Sun, 7 Mar 2010 14:51:30 +0000 (14:51 +0000)]
Check for error on get_name_owner callback.

SVN revision: 46950

14 years agoaaaaah typo! :) thts what made redir subwindows fail!
Carsten Haitzler [Sun, 7 Mar 2010 11:48:36 +0000 (11:48 +0000)]
aaaaah typo! :) thts what made redir subwindows fail!

SVN revision: 46938

14 years agohmmm seeming a few more redirects than needed
Carsten Haitzler [Sun, 7 Mar 2010 11:40:49 +0000 (11:40 +0000)]
hmmm seeming a few more redirects than needed

SVN revision: 46936

14 years agoFrom: Joel Klinghed <the_jk@spawned.biz>
Joel Klinghed [Sun, 7 Mar 2010 07:13:28 +0000 (07:13 +0000)]
From:  Joel Klinghed <the_jk@spawned.biz>

extra dbus module to handle extending dbus generically. replaces msgbus-lang

SVN revision: 46934

14 years agocrack--, /me needs sleep!
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 05:37:40 +0000 (05:37 +0000)]
crack--, /me needs sleep!

SVN revision: 46929

14 years agonew color configuration dialog.
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 05:33:34 +0000 (05:33 +0000)]
new color configuration dialog.

The goal of this dialog is to be simpler to use and fit a small
screen, however provide more useful features to the user.

This was done by having one single multi-select ilist with color
previews on the left (just text now, but supports solid colors as
well) and a full-featured preview on the editor box.

The list supports multi-select, so one can enable, disable or set
colors on multiple items at the same time, avoiding the old
enable/disable radios that did not make much sense.  The frame label
should be updated based on the items one select (if they have the same
colors or are "mixed", if they are all unset).

The list also uses the new feature to show an "end" icon to notify the
item is customized or not.

TODO: review supported/known color classes, it is as simple as
      changing the description array.

SVN revision: 46928

14 years agoimprove color_class usage in the default theme.
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 05:28:51 +0000 (05:28 +0000)]
improve color_class usage in the default theme.

There is still lots of room for improvements, we should add more color
classes so users could choose more colors (conf_colors to be changed
soon).

NOTE: color_class value will be multiply (ie: tint) the existing part
      value.  This applies for both IMAGES (as expected) and TEXT (I
      did not expect it). IOW: do not define the color in the part,
      just in the color class section.

NOTE-2: if you do not define a color class in your theme, the
      conf_colors dialog will have no clue on what is the default
      color.

SVN revision: 46927

14 years agoenables optional alpha edition in color selector.
Gustavo Sverzut Barbieri [Sun, 7 Mar 2010 05:24:09 +0000 (05:24 +0000)]
enables optional alpha edition in color selector.

NOTE: the color selection widget (e_widget_csel) is way too
      complex. The basic editor should not show HSV as most people
      have no clue what it is.

SVN revision: 46926

14 years agoLess japanese cuisine; more TODO.
toma [Sun, 7 Mar 2010 03:11:55 +0000 (03:11 +0000)]
Less japanese cuisine; more TODO.

SVN revision: 46921

14 years agoClear out some fixed fixmes
toma [Sun, 7 Mar 2010 03:10:12 +0000 (03:10 +0000)]
Clear out some fixed fixmes

SVN revision: 46920

14 years agoActive icon for activated modules in ilist
toma [Sun, 7 Mar 2010 03:02:10 +0000 (03:02 +0000)]
Active icon for activated modules in ilist

SVN revision: 46919

14 years agoBetter Client List config dialog (fits small resolution screens).
Christopher Michael [Sun, 7 Mar 2010 02:07:49 +0000 (02:07 +0000)]
Better Client List config dialog (fits small resolution screens).
Fix formatting.

(May need label changes).

SVN revision: 46916

14 years agoAdd missing Advanced options from Basic.
Christopher Michael [Sat, 6 Mar 2010 21:00:11 +0000 (21:00 +0000)]
Add missing Advanced options from Basic.
Add handler for iconified check changing.

SVN revision: 46915

14 years agoMake winlist Advanced work for all resolutions. (May need some label
Christopher Michael [Sat, 6 Mar 2010 20:52:14 +0000 (20:52 +0000)]
Make winlist Advanced work for all resolutions. (May need some label
changes or other organization here, but the bulk of the work is done).

SVN revision: 46914

14 years agoand actuually send sync cancel too. (and inc counter to avoid race)
Carsten Haitzler [Sat, 6 Mar 2010 17:15:10 +0000 (17:15 +0000)]
and actuually send sync cancel too. (and inc counter to avoid race)

SVN revision: 46913

14 years agohmm some sort of lockup? safety++
Carsten Haitzler [Sat, 6 Mar 2010 16:38:59 +0000 (16:38 +0000)]
hmm some sort of lockup? safety++

SVN revision: 46910

14 years ago'everything' tracker: use nameOwner signal to check whether tracker is running
Hannes Janetzek [Sat, 6 Mar 2010 14:21:17 +0000 (14:21 +0000)]
'everything' tracker: use nameOwner signal to check whether tracker is running

SVN revision: 46909

14 years ago'everything' add log domain
Hannes Janetzek [Sat, 6 Mar 2010 14:15:00 +0000 (14:15 +0000)]
'everything' add log domain

SVN revision: 46908

14 years ago'evrything' cleanups
Hannes Janetzek [Sat, 6 Mar 2010 14:09:05 +0000 (14:09 +0000)]
'evrything' cleanups

SVN revision: 46907

14 years agobetter desktop file editor, presents more space in less space!
Gustavo Sverzut Barbieri [Sat, 6 Mar 2010 00:42:09 +0000 (00:42 +0000)]
better desktop file editor, presents more space in less space!

 * use toolbook and segment all information to different pages

 * icon got its own page, with bigger view

 * labels on one line, entries on the next: more consistency, better
   alignment, takes less horizontal space and allows entries to show
   more characters.

 * editing new desktop files (Settings > Apps > New Application) will
   use a dynamically created name based on application name, instead
   of falling back to a numeric based _new_app-%d.desktop.

SVN revision: 46902

14 years agobe more float cast specific.
Carsten Haitzler [Fri, 5 Mar 2010 04:14:52 +0000 (04:14 +0000)]
be more float cast specific.

SVN revision: 46889

14 years agocompile.... grrrr!
Carsten Haitzler [Fri, 5 Mar 2010 04:13:15 +0000 (04:13 +0000)]
compile.... grrrr!

SVN revision: 46888

14 years agotexfrompixmap fix for "nocomp" mode
Carsten Haitzler [Fri, 5 Mar 2010 03:21:42 +0000 (03:21 +0000)]
texfrompixmap fix for "nocomp" mode

SVN revision: 46887

14 years agoMigrate technologies to use Technology interface
Gustavo Sverzut Barbieri [Thu, 4 Mar 2010 21:58:23 +0000 (21:58 +0000)]
Migrate technologies to use Technology interface
Instead of parse 2 vectors of Enabled and Disabled technologies, use the
technology interface with its 'state' field. It's much easier to extend
this design than the other, also allowing the UI to be easily updated
upon devices (dis)appearing.

This breaks compatibility with connman version < 0.49.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 46881

14 years agojust in case - bracket that.
Carsten Haitzler [Thu, 4 Mar 2010 14:00:24 +0000 (14:00 +0000)]
just in case - bracket that.

SVN revision: 46867

14 years agohandle sync properly if enabled.
Carsten Haitzler [Thu, 4 Mar 2010 13:42:19 +0000 (13:42 +0000)]
handle sync properly if enabled.

SVN revision: 46866

14 years agooption to not composite if fullscreen windows are detected. go in and out of
Carsten Haitzler [Thu, 4 Mar 2010 13:33:33 +0000 (13:33 +0000)]
option to not composite if fullscreen windows are detected. go in and out of
compositor

SVN revision: 46865

14 years agonicer clock hands when small :)
Carsten Haitzler [Thu, 4 Mar 2010 04:10:20 +0000 (04:10 +0000)]
nicer clock hands when small :)

SVN revision: 46862

14 years agosimplified performance conf with check_changed and cleanups.
Gustavo Sverzut Barbieri [Thu, 4 Mar 2010 01:18:32 +0000 (01:18 +0000)]
simplified performance conf with check_changed and cleanups.

Instead of advanced, use a toolbook with General and Cache pages, it
looks better... and this dialog is inside "advanced" anyway.

SVN revision: 46861

14 years agomaximize policy got check_changed and cleanups.
Gustavo Sverzut Barbieri [Thu, 4 Mar 2010 01:02:28 +0000 (01:02 +0000)]
maximize policy got check_changed and cleanups.

SVN revision: 46860

14 years agowindow stacking got check_changed and cleanups.
Gustavo Sverzut Barbieri [Thu, 4 Mar 2010 00:56:15 +0000 (00:56 +0000)]
window stacking got check_changed and cleanups.

SVN revision: 46858

14 years agowindow geometry got check_changed and minor cleanups.
Gustavo Sverzut Barbieri [Thu, 4 Mar 2010 00:50:25 +0000 (00:50 +0000)]
window geometry got check_changed and minor cleanups.

SVN revision: 46857

14 years agoimprovements to window display configuration dialog;
Gustavo Sverzut Barbieri [Thu, 4 Mar 2010 00:36:02 +0000 (00:36 +0000)]
improvements to window display configuration dialog;

 * advanced in toolbook;

 * shorter labels, that still make sense;

 * check_changed for both basic and advanced;

 * removed some comments that were "too much obvious".

SVN revision: 46856

14 years agoexpand frames so they look better in this dialog.
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

14 years agomouse cursor cleanup.
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

14 years agoUse efreet_desktop_new where appropriate
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

14 years agoWe do free our efreet_desktop's
Sebastian Dransfeld [Wed, 3 Mar 2010 22:10:44 +0000 (22:10 +0000)]
We do free our efreet_desktop's

SVN revision: 46846

14 years agoUse efreet_desktop_get
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

14 years agoRemove pointless comment
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

14 years agopostpone module list construction to idler.
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

14 years agotoolbook in conf_screensaver.
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

14 years agoRespect zone aspect ratio.
Christopher Michael [Wed, 3 Mar 2010 18:30:27 +0000 (18:30 +0000)]
Respect zone aspect ratio.

SVN revision: 46838

14 years agobetter sizing
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 04:42:22 +0000 (04:42 +0000)]
better sizing

SVN revision: 46815

14 years agoand unbreak illume's ilist usage :-(
Gustavo Sverzut Barbieri [Wed, 3 Mar 2010 04:17:46 +0000 (04:17 +0000)]
and unbreak illume's ilist usage :-(

SVN revision: 46814

14 years agonew, single list module loader dialog.
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

14 years agoRevert frametable change. Need better organization here.
Christopher Michael [Wed, 3 Mar 2010 03:30:11 +0000 (03:30 +0000)]
Revert frametable change. Need better organization here.

SVN revision: 46812

14 years agoUse frametable so we take up less room on smaller resolutions.
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

14 years agoUpdate potfiles.in for new deskpreview widget.
Christopher Michael [Wed, 3 Mar 2010 01:37:25 +0000 (01:37 +0000)]
Update potfiles.in for new deskpreview widget.

SVN revision: 46809

14 years agoAdd handler for bg update.
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

14 years agooooold patch from manio! in!
Carsten Haitzler [Wed, 3 Mar 2010 00:32:39 +0000 (00:32 +0000)]
oooold patch from manio! in!

SVN revision: 46807

14 years agoRework config desks dialog for small resolutions.
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

14 years agoRework deskpreview widget so play nice w/ toolbook.
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

14 years agomodule overhaul, passes -Wextra and reports more errors.
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

14 years agoSmaller min size sliders and pass -Wextra
Gustavo Sverzut Barbieri [Tue, 2 Mar 2010 19:10:53 +0000 (19:10 +0000)]
Smaller min size sliders and pass -Wextra

SVN revision: 46800

14 years agoconf menus with shorter labels, smaller sliders, passes -Wextra
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