edje obj swallowing windows, selection mechanism to have myltiple styles (2
examples), signals for focus, urgent, comp stuff now in core theme.... dump
and flush supported now (sends messages).
SVN revision: 47950
Initial module written by Gustavo F. Padovan, I changed it quite a lot
to change some issues... but still many pending, see TODO at the start
of e_mod_main.c
SVN revision: 47160
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
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
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