platform/upstream/enlightenment.git
15 years agoTypebuf feature for ilist: type in several chars and an item with
ptomaine [Mon, 22 Sep 2008 13:29:34 +0000 (13:29 +0000)]
Typebuf feature for ilist: type in several chars and an item with
a matching label would be selected. Kinda like EFM's typebuf. Does
not show what you type, since I think it's useless here. If you hit
Esc or wait 3 seconds, the buffer would be cleared. Understands
wildcards and is case-insensitive. Useful to dig through applications
or bindings list. If you feel like this does not fit here, go ahead
and revert.

SVN revision: 36168

15 years agoRemove useless strdups.
ptomaine [Mon, 22 Sep 2008 10:19:12 +0000 (10:19 +0000)]
Remove useless strdups.

SVN revision: 36160

15 years agoAvoid using '/media/' as mount point.
ptomaine [Mon, 22 Sep 2008 07:20:22 +0000 (07:20 +0000)]
Avoid using '/media/' as mount point.
Fixes http://trac.enlightenment.org/e/ticket/19

SVN revision: 36158

15 years agoNew features to enable setting 'changed' status of config dialogs.
Gustavo Sverzut Barbieri [Sun, 21 Sep 2008 17:08:30 +0000 (17:08 +0000)]
New features to enable setting 'changed' status of config dialogs.

This callback will make it easier for dialogs to filter if the status
is really changed or if it's back to original values without having to
listen individually to each children widget (we cannot hook into the
parent since e_config_dialog already does that).

SVN revision: 36154

15 years agoRemove trailing whitespaces before real code
Gustavo Sverzut Barbieri [Sun, 21 Sep 2008 16:26:31 +0000 (16:26 +0000)]
Remove trailing whitespaces before real code

SVN revision: 36153

15 years agoEnable manual set of configuration dialogs as changed.
Gustavo Sverzut Barbieri [Sun, 21 Sep 2008 16:21:25 +0000 (16:21 +0000)]
Enable manual set of configuration dialogs as changed.

For some dialogs, it's better to let the dialogs themselves choose if
they're modified or not. Default behavior is backward compatible.

SVN revision: 36152

15 years agoFix coding style
Gustavo Sverzut Barbieri [Sun, 21 Sep 2008 15:54:48 +0000 (15:54 +0000)]
Fix coding style

SVN revision: 36151

15 years agoMake 'Profiles' dialog consistent with others.
Gustavo Sverzut Barbieri [Sun, 21 Sep 2008 15:53:06 +0000 (15:53 +0000)]
Make 'Profiles' dialog consistent with others.

Profiles used to have a 'Select' button between 'Add' and 'Delete' and
just a 'Close' at the bottom, now the 'Select' is gone and it gained
'Ok' and 'Apply' buttons, making it consistent with other
configuration dialogs.

Thanks to Toma for reporting.

SVN revision: 36150

15 years agoRemove trailing white spaces before doing real code.
Gustavo Sverzut Barbieri [Sun, 21 Sep 2008 15:27:08 +0000 (15:27 +0000)]
Remove trailing white spaces before doing real code.

SVN revision: 36149

15 years agoFixing multiple icon names. Removing a 1 time use icon. Full list of real widget...
toma [Sun, 21 Sep 2008 15:06:46 +0000 (15:06 +0000)]
Fixing multiple icon names. Removing a 1 time use icon. Full list of real widget icons now known. Thinking about taking it even further and scrapping new_dialog and up_dir aswell. Also, it would be much appreciated if someone can fix the layout of Profiles config to not have a seperate Select button and just have a regular old Ok Apply Close.

SVN revision: 36148

15 years agofix e_box fill/expand.
Carsten Haitzler [Sun, 21 Sep 2008 08:25:53 +0000 (08:25 +0000)]
fix e_box fill/expand.

SVN revision: 36143

15 years agoBit of an API break for themes. The icon to tell you something is set is now enlighte...
toma [Sun, 21 Sep 2008 07:43:46 +0000 (07:43 +0000)]
Bit of an API break for themes. The icon to tell you something is set is now enlightenment/check and not enlightenment/e. This gives a more logical display that something is set. Ive added the changed to blingbling too to maintain an icon in that spot. Other themes will need to create an icon called e/icon/enlightenment/check to get this working. It is used in the Adv theme selector, profiles, colours, fonts and language.

SVN revision: 36142

15 years agoMake Swap button use an icon in the config dialog for gradients
toma [Sun, 21 Sep 2008 05:49:04 +0000 (05:49 +0000)]
Make Swap button use an icon in the config dialog for gradients

SVN revision: 36141

15 years agoUpdate default/e.src version and add new values.
Gustavo Sverzut Barbieri [Sat, 20 Sep 2008 16:23:55 +0000 (16:23 +0000)]
Update default/e.src version and add new values.

SVN revision: 36136

15 years agoe/actions: remove ugly '{Move,Resize} with keyboard".
Gustavo Sverzut Barbieri [Sat, 20 Sep 2008 16:20:16 +0000 (16:20 +0000)]
e/actions: remove ugly '{Move,Resize} with keyboard".

Use the regular 'Move' or 'Resize' actions, define go_key.

SVN revision: 36135

15 years agoe/border: make keyboard move and resize actions configurable.
Gustavo Sverzut Barbieri [Sat, 20 Sep 2008 15:53:28 +0000 (15:53 +0000)]
e/border: make keyboard move and resize actions configurable.

No GUI for that yet, but it's already exported in e_config so one can
write such in future.

SVN revision: 36134

15 years agoe/mixer: horizontal mouse wheel changes the balance
Gustavo Sverzut Barbieri [Sat, 20 Sep 2008 14:51:07 +0000 (14:51 +0000)]
e/mixer: horizontal mouse wheel changes the balance

Patch by Laxminarayan Kamath "[E-devel] patch for making the mixer module adjust the balance by panel icon"

SVN revision: 36132

15 years agoSVN revision: 36124
Massimo Maiurana [Sat, 20 Sep 2008 09:08:26 +0000 (09:08 +0000)]
SVN revision: 36124

15 years agoSVN revision: 36123
Massimo Maiurana [Sat, 20 Sep 2008 09:07:47 +0000 (09:07 +0000)]
SVN revision: 36123

15 years agofix gadcon popups across multiple zones.
Carsten Haitzler [Sat, 20 Sep 2008 05:16:49 +0000 (05:16 +0000)]
fix gadcon popups across multiple zones.

SVN revision: 36120

15 years agoillogict - patch. lefty mouse etc.
Carsten Haitzler [Sat, 20 Sep 2008 02:23:51 +0000 (02:23 +0000)]
illogict - patch. lefty mouse etc.
- e-config-pointer_mapping_support.patch: and actually use that on
Enlightenment

SVN revision: 36114

15 years agoillogict patch for dpms
Carsten Haitzler [Sat, 20 Sep 2008 02:16:01 +0000 (02:16 +0000)]
illogict patch for dpms
- e-config-dpms_correct.patch: correct default values for DPMS timeouts

SVN revision: 36112

15 years agofix fileman initial position with multipl zones - it was really wrong before
Carsten Haitzler [Sat, 20 Sep 2008 00:51:19 +0000 (00:51 +0000)]
fix fileman initial position with multipl zones - it was really wrong before
anyway, and also save window pos/size via fm_custom, not e remembers.

SVN revision: 36105

15 years agoremove debugging i added to fix dnd.
Carsten Haitzler [Fri, 19 Sep 2008 23:59:29 +0000 (23:59 +0000)]
remove debugging i added to fix dnd.

SVN revision: 36104

15 years agofix dnd for desktop - if you have multiple zones! remove printf's too. lots
Carsten Haitzler [Fri, 19 Sep 2008 23:58:07 +0000 (23:58 +0000)]
fix dnd for desktop - if you have multiple zones! remove printf's too. lots
of noisiness in e.

SVN revision: 36103

15 years agoremvoe printfs's
Carsten Haitzler [Fri, 19 Sep 2008 09:47:00 +0000 (09:47 +0000)]
remvoe printfs's

SVN revision: 36094

15 years agoand - that vlc fullscreen bug. found. fixed. but vlc's x11 code is really
Carsten Haitzler [Fri, 19 Sep 2008 09:44:07 +0000 (09:44 +0000)]
and - that vlc fullscreen bug. found. fixed. but vlc's x11 code is really
nasty. does some utterly evil things. should i send off some suggestions to
them? (like 1. dont reparent the window in xcommon.c line 217, dont play with
wm focus policies in xcommon.c line 2269 - just dont send the
_NET_ACTIVE_WINDOW, you shouldnt' need to (wm should make the focus be
correct itself and wm's that don't should get a freindly reminder from users
when they dont remain consistent with focus policy), and then... xcommon.c
2317 remove the do {} while loop - i can think of many reasons the wm may
choose not to map your client window (yet - or ever), so this will never work
"reliably" always. just put in an XSync(p_vout->p_sys->p_display, False);
instead to force the x pipe to flush and do everything you asked before
returning control to the code and thus avoiding any badaccess stuff from x).

SVN revision: 36093

15 years agoAllow fileman binding to open various directories, not only favorites.
ptomaine [Thu, 18 Sep 2008 10:35:57 +0000 (10:35 +0000)]
Allow fileman binding to open various directories, not only favorites.

SVN revision: 36074

15 years agoFix drag'n'drop on desktop.
ptomaine [Wed, 17 Sep 2008 11:16:01 +0000 (11:16 +0000)]
Fix drag'n'drop on desktop.

SVN revision: 36043

15 years agoget geometry form edje - not obj. deferred calc bork bork
Carsten Haitzler [Wed, 17 Sep 2008 06:29:16 +0000 (06:29 +0000)]
get geometry form edje - not obj. deferred calc bork bork

SVN revision: 36039

15 years agoremove some printf's
Carsten Haitzler [Wed, 17 Sep 2008 06:03:00 +0000 (06:03 +0000)]
remove some printf's

SVN revision: 36036

15 years agoadd a widget resize to min size call - convenience. tnx k-s for the oopsie
Carsten Haitzler [Wed, 17 Sep 2008 05:58:46 +0000 (05:58 +0000)]
add a widget resize to min size call - convenience. tnx k-s for the oopsie
catch!

SVN revision: 36035

15 years agoFix e_widget hierarchy.
Gustavo Sverzut Barbieri [Wed, 17 Sep 2008 05:22:08 +0000 (05:22 +0000)]
Fix e_widget hierarchy.

e_widget_resize_object_set() gets the SUB (child) object as the second
parameter, it's named "sobj", but it's being used as the SMART
(parent) object with evas_object_smart_member_add(), so hierarchy was
all swapped.

SVN revision: 36034

15 years agobeen hacking... umm. config dialog additions.
Carsten Haitzler [Wed, 17 Sep 2008 02:21:00 +0000 (02:21 +0000)]
been hacking... umm. config dialog additions.

SVN revision: 36033

15 years agofix make dist: Include new fileman images in distribution.
Gustavo Sverzut Barbieri [Tue, 16 Sep 2008 18:33:09 +0000 (18:33 +0000)]
fix make dist: Include new fileman images in distribution.

SVN revision: 36021

15 years agoMove and Resize using keyboard.
Gustavo Sverzut Barbieri [Tue, 16 Sep 2008 00:11:26 +0000 (00:11 +0000)]
Move and Resize using keyboard.

These new shortcuts will trigger move and resize modes that are
interactive using keyboard. Use arrows to move or resize (left/top =
shrink, right/bottom = enlarge), presse Escape to abort, Return or
mouse click or timeout to confirm.

This should work like WindowMaker or Kwin.

TODO:
 - add customizable thresholds.
 - figure out what to do with the old action "Move" and "Resize",
   they're really useless for keyboard, just works with mouse.

SVN revision: 36010

15 years agoe_border_resize() now updates the popup.
Gustavo Sverzut Barbieri [Sun, 14 Sep 2008 20:31:03 +0000 (20:31 +0000)]
e_border_resize() now updates the popup.

SVN revision: 35986

15 years agoFix a couple typos and detection of sysfs acpi battery info.
Nicholas Hughart [Fri, 12 Sep 2008 21:31:46 +0000 (21:31 +0000)]
Fix a couple typos and detection of sysfs acpi battery info.

SVN revision: 35971

15 years agofix hotspot in e17 - cedrics deferred edje stuff b0rked it! :(
Carsten Haitzler [Thu, 11 Sep 2008 23:31:11 +0000 (23:31 +0000)]
fix hotspot in e17 - cedrics deferred edje stuff b0rked it! :(

SVN revision: 35959

15 years agosimplify thumbscroll a little.
Carsten Haitzler [Thu, 11 Sep 2008 03:37:06 +0000 (03:37 +0000)]
simplify thumbscroll a little.

SVN revision: 35940

15 years agojust a env var hack for playing with scaling.. for now.
Carsten Haitzler [Thu, 11 Sep 2008 03:27:34 +0000 (03:27 +0000)]
just a env var hack for playing with scaling.. for now.

SVN revision: 35938

15 years agoDelete the correct callback.
Gustavo Sverzut Barbieri [Wed, 10 Sep 2008 18:58:18 +0000 (18:58 +0000)]
Delete the correct callback.

Actually none of these delete were required, but since we're doing
them, do it right.

SVN revision: 35934

15 years agofix focus set loop.
Carsten Haitzler [Wed, 10 Sep 2008 12:42:39 +0000 (12:42 +0000)]
fix focus set loop.

SVN revision: 35928

15 years agodelete remembers works now... again.
Carsten Haitzler [Wed, 10 Sep 2008 07:31:44 +0000 (07:31 +0000)]
delete remembers works now... again.

SVN revision: 35926

15 years agojust testing.
Carsten Haitzler [Wed, 10 Sep 2008 06:40:24 +0000 (06:40 +0000)]
just testing.

SVN revision: 35923

15 years agoNew version of _e_editable_text_insert, fixed.
Gustavo Sverzut Barbieri [Wed, 10 Sep 2008 05:47:13 +0000 (05:47 +0000)]
New version of _e_editable_text_insert, fixed.

Old version was bogus because unicode and char length were not updated
if the buffer was large enough, the usual case.

SVN revision: 35921

15 years agocommented out.. scale testing!
Carsten Haitzler [Wed, 10 Sep 2008 04:34:42 +0000 (04:34 +0000)]
commented out.. scale testing!

SVN revision: 35915

15 years agoremoved editable change - breaks entering text!
Carsten Haitzler [Wed, 10 Sep 2008 04:33:57 +0000 (04:33 +0000)]
removed editable change - breaks entering text!

SVN revision: 35914

15 years agoFix various invalid memory access problems with _e_editable_text_insert
Gustavo Sverzut Barbieri [Wed, 10 Sep 2008 02:44:49 +0000 (02:44 +0000)]
Fix various invalid memory access problems with _e_editable_text_insert

Patch by Helder Ribeiro:

   Hi people,

   I found a couple errors in the function _e_editable_text_insert.

   - when copying from the old string (n bytes) to the new one (m > n
   bytes) it was writing garbage into the new one (copying m bytes from
   old);
   - when memsetting the old string with 0's (part of extra security
   measure for password entry) it was writing m 0's into old, therefore
   writing past old's boundary, into unreserved memory;
   - a couple checks for NULL were missing.

SVN revision: 35911

16 years agoAdd calculate callback to Evas_Smart_Class.
Gustavo Sverzut Barbieri [Sun, 7 Sep 2008 01:25:49 +0000 (01:25 +0000)]
Add calculate callback to Evas_Smart_Class.

Some people is using it for some time now without problems, so I'm
adding it to SVN to get some broader use. Remember to recompile ALL
libraries that depend on Evas as it will change the
EVAS_SMART_CLASS_VERSION and old classes will fail to load.

This will also change Edje so it will postpone _edje_recalc() to
render time, calculate() callback, however some methods will force
early recalculation.

SVN revision: 35860

16 years agoSVN revision: 35848
Massimo Maiurana [Sat, 6 Sep 2008 08:30:07 +0000 (08:30 +0000)]
SVN revision: 35848

16 years agodon't know if there are other translatable strings because I can't build connman.
Massimo Maiurana [Sat, 6 Sep 2008 08:29:52 +0000 (08:29 +0000)]
don't know if there are other translatable strings because I can't build connman.
these are the most obvious.

SVN revision: 35847

16 years agowithout this, compilation of e will fail on system without dbus
Massimo Maiurana [Sat, 6 Sep 2008 08:28:19 +0000 (08:28 +0000)]
without this, compilation of e will fail on system without dbus

SVN revision: 35846

16 years agoSVN revision: 35845
Massimo Maiurana [Sat, 6 Sep 2008 08:26:57 +0000 (08:26 +0000)]
SVN revision: 35845

16 years agoSVN revision: 35844
Massimo Maiurana [Sat, 6 Sep 2008 08:25:57 +0000 (08:25 +0000)]
SVN revision: 35844

16 years agouseless evas_list_free()'s
Carsten Haitzler [Fri, 5 Sep 2008 02:12:41 +0000 (02:12 +0000)]
useless evas_list_free()'s

SVN revision: 35835

16 years agosupport ilist-stule stacking info in odd/even items
Carsten Haitzler [Thu, 4 Sep 2008 13:57:52 +0000 (13:57 +0000)]
support ilist-stule stacking info in odd/even items

SVN revision: 35826

16 years agoBattery popup. Need some code to make it set messages that can be translated. Another...
toma [Wed, 3 Sep 2008 12:54:31 +0000 (12:54 +0000)]
Battery popup. Need some code to make it set messages that can be translated. Another fix to the textblock. Added an urgent tag for more important things than just a hilight. Hopefully this will encourage its use a little more. Cleaned up some FIXME's and added a couple more.

SVN revision: 35808

16 years agotmp work... tmp directory for a play area... for now.
Carsten Haitzler [Wed, 3 Sep 2008 06:04:56 +0000 (06:04 +0000)]
tmp work... tmp directory for a play area... for now.

SVN revision: 35799

16 years agoformatting
Sebastian Dransfeld [Tue, 2 Sep 2008 05:36:27 +0000 (05:36 +0000)]
formatting

SVN revision: 35790

16 years agoUhh, who was freeing local list pointers?
Nicholas Hughart [Tue, 2 Sep 2008 03:11:55 +0000 (03:11 +0000)]
Uhh, who was freeing local list pointers?

SVN revision: 35788

16 years agoBe a little more careful with saving config data. Don't assume rename will work...
Nicholas Hughart [Mon, 1 Sep 2008 20:15:13 +0000 (20:15 +0000)]
Be a little more careful with saving config data.  Don't assume rename will work in all cases.  Make sure to rebuild ecore before updating E, otherwise your config will not save.

SVN revision: 35782

16 years agoTextblock in. Revised the use of textblock tags and fixed up all the modules to use...
toma [Mon, 1 Sep 2008 15:24:32 +0000 (15:24 +0000)]
Textblock in. Revised the use of textblock tags and fixed up all the modules to use it more correctly. This style may need to be repeated across all the E-MODULES-EXTRA modules for unification of styles. The altered .desktop files still look perfectly fine on BlingBling and a few other themes Ive tested it with. The textblock style itself could probably do with a little tweaking.

SVN revision: 35776

16 years ago* Default theme: fix preview when dragging from list view.
ptomaine [Mon, 1 Sep 2008 09:51:30 +0000 (09:51 +0000)]
* Default theme: fix preview when dragging from list view.
* Add DND modifiers: Control for copy, Shift for move, Alt for ask. Default action is move. Config for these comes later.
* Add EDJE signals for theme to act on DND action change.
* Default theme: Show current DND action using overlay icons. Icons done by Tom 'Toma-' Haste, thank you very much.

SVN revision: 35772

16 years agomy bad! fix.
Carsten Haitzler [Mon, 1 Sep 2008 06:23:20 +0000 (06:23 +0000)]
my bad! fix.

SVN revision: 35768

16 years agoand allow unloading of module... grrr.. no segv
Carsten Haitzler [Sun, 31 Aug 2008 06:20:39 +0000 (06:20 +0000)]
and allow unloading of module... grrr.. no segv

SVN revision: 35759

16 years ago1. clean up loose ends... and..
Carsten Haitzler [Sun, 31 Aug 2008 06:16:25 +0000 (06:16 +0000)]
1. clean up loose ends... and..
2. see comment. fuck.

SVN revision: 35758

16 years agosome mixer fixes (icon, code), a connman module - beware. not fully working
Carsten Haitzler [Sun, 31 Aug 2008 01:51:27 +0000 (01:51 +0000)]
some mixer fixes (icon, code), a connman module - beware. not fully working
(well working up to the point whre you can select a network - at that point
connman itself just stares dumbly at you and does nothing - so right now it's
some form of connman bug i suspect). it doesnt save config or load - so you
need to re-init each time and the graphcis are... let's just say.. sucky. for
now theyare test graphics only. suto-connect if network found etc. doesnt
work as well.. can't even connect first time... i can clean the rest up so in
theory it works - but in practice, won't be useful until connmand (back end)
works properly.

SVN revision: 35755

16 years agoCorrect help message.
Nicholas Hughart [Sat, 30 Aug 2008 19:14:04 +0000 (19:14 +0000)]
Correct help message.

SVN revision: 35752

16 years agooops missed - alread win_del handled.
Carsten Haitzler [Sat, 30 Aug 2008 06:12:57 +0000 (06:12 +0000)]
oops missed - alread win_del handled.

SVN revision: 35749

16 years agoleak if we use X - fix. fix icons.
Carsten Haitzler [Sat, 30 Aug 2008 06:05:36 +0000 (06:05 +0000)]
leak if we use X - fix. fix icons.

SVN revision: 35748

16 years agosome debugging printfs - also avoid feeding focus back to the last focused
Carsten Haitzler [Fri, 29 Aug 2008 03:30:45 +0000 (03:30 +0000)]
some debugging printfs - also avoid feeding focus back to the last focused
window if its one of a set of types.

SVN revision: 35726

16 years agogadman -> ctrl+alt
Carsten Haitzler [Fri, 29 Aug 2008 02:48:36 +0000 (02:48 +0000)]
gadman -> ctrl+alt

SVN revision: 35725

16 years agosort exe matches with most recently selected matches at the start - patch by sECuRE...
Miculcy Brian [Thu, 28 Aug 2008 00:16:15 +0000 (00:16 +0000)]
sort exe matches with most recently selected matches at the start - patch by sECuRE - thanks

SVN revision: 35701

16 years agoemove debug printf's
Carsten Haitzler [Tue, 26 Aug 2008 04:12:41 +0000 (04:12 +0000)]
emove debug printf's

SVN revision: 35676

16 years agoadd soem debugging.
Carsten Haitzler [Tue, 26 Aug 2008 03:04:07 +0000 (03:04 +0000)]
add soem debugging.

SVN revision: 35675

16 years ago1. set focuse on activate in illume
Carsten Haitzler [Tue, 26 Aug 2008 02:21:51 +0000 (02:21 +0000)]
1. set focuse on activate in illume
2. fix focus set when not visible

SVN revision: 35673

16 years agomake mixer translatable.
Massimo Maiurana [Mon, 25 Aug 2008 19:10:07 +0000 (19:10 +0000)]
make mixer translatable.

SVN revision: 35672

16 years agoadded italian translation
Massimo Maiurana [Mon, 25 Aug 2008 19:06:50 +0000 (19:06 +0000)]
added italian translation

SVN revision: 35671

16 years agoSVN revision: 35670
Massimo Maiurana [Mon, 25 Aug 2008 19:05:49 +0000 (19:05 +0000)]
SVN revision: 35670

16 years agoand install config in right place! oops!
Carsten Haitzler [Mon, 25 Aug 2008 15:11:04 +0000 (15:11 +0000)]
and install config in right place! oops!

SVN revision: 35664

16 years agofix self-feeding grab + event and in/out loop!
Carsten Haitzler [Mon, 25 Aug 2008 08:35:41 +0000 (08:35 +0000)]
fix self-feeding grab + event and in/out loop!

SVN revision: 35652

16 years agoand only put border on latest focused once it actually is focused.
Carsten Haitzler [Mon, 25 Aug 2008 04:34:19 +0000 (04:34 +0000)]
and only put border on latest focused once it actually is focused.

SVN revision: 35650

16 years agoremove annoyances with focus stuff.
Carsten Haitzler [Mon, 25 Aug 2008 02:22:31 +0000 (02:22 +0000)]
remove annoyances with focus stuff.

SVN revision: 35648

16 years agoallow for a default installed config file set.. and use it.. and allow the
Carsten Haitzler [Fri, 22 Aug 2008 06:55:37 +0000 (06:55 +0000)]
allow for a default installed config file set.. and use it.. and allow the
default profiel to be named etc. etc.

SVN revision: 35614

16 years agoTo fit a square icon into a rectangle, find the min side length.
Sebastian Dransfeld [Tue, 19 Aug 2008 05:59:12 +0000 (05:59 +0000)]
To fit a square icon into a rectangle, find the min side length.

SVN revision: 35573

16 years agoallow ilist items to determin stacking
Carsten Haitzler [Mon, 18 Aug 2008 12:57:15 +0000 (12:57 +0000)]
allow ilist items to determin stacking

SVN revision: 35541

16 years agosome ilist stackign changes...
Carsten Haitzler [Mon, 18 Aug 2008 09:39:20 +0000 (09:39 +0000)]
some ilist stackign changes...

SVN revision: 35536

16 years agoFix the ilist header text shadow
toma [Mon, 18 Aug 2008 03:47:35 +0000 (03:47 +0000)]
Fix the ilist header text shadow

SVN revision: 35532

16 years agoFix the min size of the wallpaper file chooser so its in line with theme selector...
toma [Mon, 18 Aug 2008 03:41:54 +0000 (03:41 +0000)]
Fix the min size of the wallpaper file chooser so its in line with theme selector and wallpaper advanced dialogs.

SVN revision: 35531

16 years agook. i think most binary files are now fixed.
Carsten Haitzler [Mon, 18 Aug 2008 00:02:26 +0000 (00:02 +0000)]
ok. i think most binary files are now fixed.

SVN revision: 35525

16 years agofix bins
Carsten Haitzler [Sun, 17 Aug 2008 15:03:18 +0000 (15:03 +0000)]
fix bins

SVN revision: 35511

16 years agofix binaries
Carsten Haitzler [Sun, 17 Aug 2008 14:29:25 +0000 (14:29 +0000)]
fix binaries

SVN revision: 35507

16 years agofix against efreet API breakage
Sebastian Dransfeld [Thu, 14 Aug 2008 20:49:37 +0000 (20:49 +0000)]
fix against efreet API breakage

SVN revision: 35492

16 years agoBattery does not depend on ecore-txt
Sebastian Dransfeld [Thu, 14 Aug 2008 17:58:22 +0000 (17:58 +0000)]
Battery does not depend on ecore-txt

SVN revision: 35482

16 years agoremove unused variables
Sebastian Dransfeld [Thu, 14 Aug 2008 06:15:35 +0000 (06:15 +0000)]
remove unused variables

SVN revision: 35479

16 years agoexport public function in header
Sebastian Dransfeld [Thu, 14 Aug 2008 06:09:37 +0000 (06:09 +0000)]
export public function in header

SVN revision: 35478

16 years agoRemove unused variable
Sebastian Dransfeld [Thu, 14 Aug 2008 06:06:24 +0000 (06:06 +0000)]
Remove unused variable

SVN revision: 35477

16 years agoAdd header which declares function
Sebastian Dransfeld [Thu, 14 Aug 2008 06:06:01 +0000 (06:06 +0000)]
Add header which declares function

SVN revision: 35476

16 years agoDeclare public function in header.
Sebastian Dransfeld [Thu, 14 Aug 2008 06:05:29 +0000 (06:05 +0000)]
Declare public function in header.

SVN revision: 35475