Commit Graph

9103 Commits

Author SHA1 Message Date
Joel Klinghed 19fd0e0e51 From: Joel Klinghed <the_jk@spawned.biz>
extra dbus module to handle extending dbus generically. replaces msgbus-lang



SVN revision: 46934
2010-03-07 07:13:28 +00:00
Gustavo Sverzut Barbieri 5cd4b45793 crack--, /me needs sleep!
SVN revision: 46929
2010-03-07 05:37:40 +00:00
Gustavo Sverzut Barbieri d7eb875806 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
2010-03-07 05:33:34 +00:00
Gustavo Sverzut Barbieri 00e09c9c77 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
2010-03-07 05:28:51 +00:00
Gustavo Sverzut Barbieri f3dcabc3d0 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
2010-03-07 05:24:09 +00:00
toma d3a7f16b04 Less japanese cuisine; more TODO.
SVN revision: 46921
2010-03-07 03:11:55 +00:00
toma 076c2dcca8 Clear out some fixed fixmes
SVN revision: 46920
2010-03-07 03:10:12 +00:00
toma dfbc38bb75 Active icon for activated modules in ilist
SVN revision: 46919
2010-03-07 03:02:10 +00:00
Christopher Michael eda56c4c9d Better Client List config dialog (fits small resolution screens).
Fix formatting.

(May need label changes).



SVN revision: 46916
2010-03-07 02:07:49 +00:00
Christopher Michael 19bd523dc5 Add missing Advanced options from Basic.
Add handler for iconified check changing.



SVN revision: 46915
2010-03-06 21:00:11 +00:00
Christopher Michael bd0f54aa34 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
2010-03-06 20:52:14 +00:00
Carsten Haitzler 92458decea and actuually send sync cancel too. (and inc counter to avoid race)
SVN revision: 46913
2010-03-06 17:15:10 +00:00
Carsten Haitzler 6716e77d14 hmm some sort of lockup? safety++
SVN revision: 46910
2010-03-06 16:38:59 +00:00
Hannes Janetzek cb0d67126c 'everything' tracker: use nameOwner signal to check whether tracker is running
SVN revision: 46909
2010-03-06 14:21:17 +00:00
Hannes Janetzek 0d5317b222 'everything' add log domain
SVN revision: 46908
2010-03-06 14:15:00 +00:00
Hannes Janetzek f8be2bace0 'evrything' cleanups
SVN revision: 46907
2010-03-06 14:09:05 +00:00
Gustavo Sverzut Barbieri 9e35127d35 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
2010-03-06 00:42:09 +00:00
Carsten Haitzler bf01f9d9c1 be more float cast specific.
SVN revision: 46889
2010-03-05 04:14:52 +00:00
Carsten Haitzler dc26bf4a2d compile.... grrrr!
SVN revision: 46888
2010-03-05 04:13:15 +00:00
Carsten Haitzler 4e3fb35b8a texfrompixmap fix for "nocomp" mode
SVN revision: 46887
2010-03-05 03:21:42 +00:00
Gustavo Sverzut Barbieri efa3ed8435 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
2010-03-04 21:58:23 +00:00
Carsten Haitzler fb001180e0 just in case - bracket that.
SVN revision: 46867
2010-03-04 14:00:24 +00:00
Carsten Haitzler 130112fb31 handle sync properly if enabled.
SVN revision: 46866
2010-03-04 13:42:19 +00:00
Carsten Haitzler 8aa21dc2a6 option to not composite if fullscreen windows are detected. go in and out of
compositor



SVN revision: 46865
2010-03-04 13:33:33 +00:00
Carsten Haitzler b7294b97d0 nicer clock hands when small :)
SVN revision: 46862
2010-03-04 04:10:20 +00:00
Gustavo Sverzut Barbieri da9c07e569 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
2010-03-04 01:18:32 +00:00
Gustavo Sverzut Barbieri bf65f6710c maximize policy got check_changed and cleanups.
SVN revision: 46860
2010-03-04 01:02:28 +00:00
Gustavo Sverzut Barbieri 9a91631beb window stacking got check_changed and cleanups.
SVN revision: 46858
2010-03-04 00:56:15 +00:00
Gustavo Sverzut Barbieri 5d08f1385a window geometry got check_changed and minor cleanups.
SVN revision: 46857
2010-03-04 00:50:25 +00:00
Gustavo Sverzut Barbieri 05dc7d7e34 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
2010-03-04 00:36:02 +00:00
Gustavo Sverzut Barbieri c344019c71 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
2010-03-03 23:27:49 +00:00
Gustavo Sverzut Barbieri ffa6cb3439 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
2010-03-03 23:21:03 +00:00
Sebastian Dransfeld 66b667f273 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
2010-03-03 22:10:55 +00:00
Sebastian Dransfeld be71ec56a9 We do free our efreet_desktop's
SVN revision: 46846
2010-03-03 22:10:44 +00:00
Sebastian Dransfeld 346707729c Use efreet_desktop_get
We want to get a cached version which submits events for bd->desktop

SVN revision: 46845
2010-03-03 22:10:34 +00:00
Sebastian Dransfeld de0e59fede 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
2010-03-03 22:10:20 +00:00
Gustavo Sverzut Barbieri 75e97e144c 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
2010-03-03 21:37:52 +00:00
Gustavo Sverzut Barbieri ec464a2055 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
2010-03-03 21:04:44 +00:00
Christopher Michael 650c66ec68 Respect zone aspect ratio.
SVN revision: 46838
2010-03-03 18:30:27 +00:00
Gustavo Sverzut Barbieri b7e7f44bc9 better sizing
SVN revision: 46815
2010-03-03 04:42:22 +00:00
Gustavo Sverzut Barbieri c129cfd891 and unbreak illume's ilist usage :-(
SVN revision: 46814
2010-03-03 04:17:46 +00:00
Gustavo Sverzut Barbieri 073a946433 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
2010-03-03 04:10:04 +00:00
Christopher Michael a5fe371316 Revert frametable change. Need better organization here.
SVN revision: 46812
2010-03-03 03:30:11 +00:00
Christopher Michael 33beae725f Use frametable so we take up less room on smaller resolutions.
SVN revision: 46811
2010-03-03 03:12:08 +00:00
Christopher Michael 9abc16dfea Update potfiles.in for new deskpreview widget.
SVN revision: 46809
2010-03-03 01:37:25 +00:00
Christopher Michael 0858fa31c2 Add handler for bg update.
When deleting, remove icon objects.



SVN revision: 46808
2010-03-03 00:36:08 +00:00
Carsten Haitzler 07c6e7788d oooold patch from manio! in!
SVN revision: 46807
2010-03-03 00:32:39 +00:00
Christopher Michael ab65175124 Rework config desks dialog for small resolutions.
- Use toolbook.
       - Use new deskpreview widget.
       


SVN revision: 46804
2010-03-02 22:56:36 +00:00
Christopher Michael 8dd6d9fa23 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
2010-03-02 22:56:06 +00:00
Gustavo Sverzut Barbieri 4a4faa95b5 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
2010-03-02 21:42:59 +00:00