platform/upstream/enlightenment.git
15 years agoTypo from copy/pasting.
Chidambar Zinnoury [Fri, 10 Oct 2008 12:31:56 +0000 (12:31 +0000)]
Typo from copy/pasting.

SVN revision: 36566

15 years agowhitespace: also remove trailing tabs.
Gustavo Sverzut Barbieri [Thu, 9 Oct 2008 22:08:38 +0000 (22:08 +0000)]
whitespace: also remove trailing tabs.

SVN revision: 36557

15 years agowhitespace cleanup before work.
Gustavo Sverzut Barbieri [Thu, 9 Oct 2008 22:07:32 +0000 (22:07 +0000)]
whitespace cleanup before work.

SVN revision: 36556

15 years agoSVN revision: 36544
Massimo Maiurana [Thu, 9 Oct 2008 11:38:28 +0000 (11:38 +0000)]
SVN revision: 36544

15 years agoSVN revision: 36504
Massimo Maiurana [Tue, 7 Oct 2008 17:52:43 +0000 (17:52 +0000)]
SVN revision: 36504

15 years agoSome work on interaction settings:
Chidambar Zinnoury [Tue, 7 Oct 2008 05:57:37 +0000 (05:57 +0000)]
Some work on interaction settings:
- group on a thumbscroll framelist;
- threshhold → threshold;
- add check changed.

SVN revision: 36490

15 years agoSVN revision: 36482
Massimo Maiurana [Mon, 6 Oct 2008 15:58:21 +0000 (15:58 +0000)]
SVN revision: 36482

15 years agoFor consistency, generic should be before comment.
Chidambar Zinnoury [Mon, 6 Oct 2008 07:22:18 +0000 (07:22 +0000)]
For consistency, generic should be before comment.

SVN revision: 36473

15 years agoRemove segfault when color picking dialog was closed with border close button.
Chidambar Zinnoury [Mon, 6 Oct 2008 07:11:18 +0000 (07:11 +0000)]
Remove segfault when color picking dialog was closed with border close button.

SVN revision: 36472

15 years agoCheck for desktop entries' non-emptiness before using them (no check for name as...
Chidambar Zinnoury [Mon, 6 Oct 2008 05:55:53 +0000 (05:55 +0000)]
Check for desktop entries' non-emptiness before using them (no check for name as I eexpect them to always be non-empty).

SVN revision: 36471

15 years agoCheck if current desktop is the same as previous one to prevent to prevent signals...
Chidambar Zinnoury [Sun, 5 Oct 2008 17:45:13 +0000 (17:45 +0000)]
Check if current desktop is the same as previous one to prevent to prevent signals from being resent.

SVN revision: 36454

15 years agoRemove a segfault when a border has been closed before the drop actually happened...
Chidambar Zinnoury [Sun, 5 Oct 2008 17:42:50 +0000 (17:42 +0000)]
Remove a segfault when a border has been closed before the drop actually happened (maybe display a notification to user?)

SVN revision: 36453

15 years agoBug: "exebuf on other zones doesn't allow mouse to work properly (only zone/screen...
Chidambar Zinnoury [Sun, 5 Oct 2008 17:34:41 +0000 (17:34 +0000)]
Bug: "exebuf on other zones doesn't allow mouse to work properly (only zone/screen 0 works properly)".

There is no need to add zone coordinates while computing fed mouse event.

SVN revision: 36452

15 years agopager: raise selected desktop before sending signal.
Gustavo Sverzut Barbieri [Sun, 5 Oct 2008 13:50:35 +0000 (13:50 +0000)]
pager: raise selected desktop before sending signal.

raises selected desktop before sending it the "e,state,selected"
signal so that animation won't be hidden by adjacent desktops.

Patch by Chidambar 'ilLogict' Zinnoury.

SVN revision: 36444

15 years agoSVN revision: 36441
Massimo Maiurana [Sun, 5 Oct 2008 08:56:34 +0000 (08:56 +0000)]
SVN revision: 36441

15 years agoexebuf: do not match empty string.
Gustavo Sverzut Barbieri [Sat, 4 Oct 2008 18:34:59 +0000 (18:34 +0000)]
exebuf: do not match empty string.

Patch by Chidambar 'ilLogict' Zinnoury.

SVN revision: 36436

15 years agoFix dimension computation.
Gustavo Sverzut Barbieri [Fri, 3 Oct 2008 20:07:36 +0000 (20:07 +0000)]
Fix dimension computation.

Patch by Chidambar 'ilLogict' Zinnoury.

SVN revision: 36423

15 years agofix potfiles.in.
Carsten Haitzler [Fri, 3 Oct 2008 00:32:57 +0000 (00:32 +0000)]
fix potfiles.in.

SVN revision: 36413

15 years agoAnd delete now unused file.
Gustavo Sverzut Barbieri [Thu, 2 Oct 2008 15:13:04 +0000 (15:13 +0000)]
And delete now unused file.

SVN revision: 36396

15 years agoSplit window manipulation dialogs.
Gustavo Sverzut Barbieri [Thu, 2 Oct 2008 15:10:21 +0000 (15:10 +0000)]
Split window manipulation dialogs.

This splits the old "window manipulation" into "maximize policy",
"geometry", "stacking" and adds a new feature to configure keyboard
move/resize.

Patch by Sachiel.

SVN revision: 36395

15 years agoconfigure.in -> configure.ac
Peter Wehrfritz [Tue, 30 Sep 2008 18:07:29 +0000 (18:07 +0000)]
configure.in -> configure.ac

SVN revision: 36364

15 years agoadd option to disable cursor and diasble the idle cursor anim.
Carsten Haitzler [Mon, 29 Sep 2008 14:01:30 +0000 (14:01 +0000)]
add option to disable cursor and diasble the idle cursor anim.

SVN revision: 36313

15 years agokeyboard move/resize no accept modifiers.
Gustavo Sverzut Barbieri [Sun, 28 Sep 2008 23:29:21 +0000 (23:29 +0000)]
keyboard move/resize no accept modifiers.

 * Control: value * 2
 * Alt: value / 2

SVN revision: 36302

15 years agoKeyboard move/resize: show popup when action begins and hide it on timeout.
Gustavo Sverzut Barbieri [Sun, 28 Sep 2008 23:06:14 +0000 (23:06 +0000)]
Keyboard move/resize: show popup when action begins and hide it on timeout.

 * Popup is now displayed when the action begins instead of the first move.
 * Popup is hidden when timeout expires.

SVN revision: 36301

15 years agoEFM: try to fix a problem with large files on 32-bit systems.
ptomaine [Sun, 28 Sep 2008 10:25:14 +0000 (10:25 +0000)]
EFM: try to fix a problem with large files on 32-bit systems.

SVN revision: 36286

15 years agoUpdate zh_CN translations.
Aron Xu [Sat, 27 Sep 2008 12:53:48 +0000 (12:53 +0000)]
Update zh_CN translations.

SVN revision: 36272

15 years agoadd auto-scrolloption to dialogs (place content in scrolled viw).
Carsten Haitzler [Fri, 26 Sep 2008 17:00:32 +0000 (17:00 +0000)]
add auto-scrolloption to dialogs (place content in scrolled viw).

SVN revision: 36268

15 years agoUpdate zh_CN translations for E17.
Aron Xu [Fri, 26 Sep 2008 12:34:47 +0000 (12:34 +0000)]
Update zh_CN translations for E17.

SVN revision: 36264

15 years agoand match both text to be smaller.
Carsten Haitzler [Thu, 25 Sep 2008 14:16:30 +0000 (14:16 +0000)]
and match both text to be smaller.

SVN revision: 36255

15 years agoreduce text.
Carsten Haitzler [Thu, 25 Sep 2008 14:15:16 +0000 (14:15 +0000)]
reduce text.

SVN revision: 36254

15 years agoDo not quit if we're waiting for an error response.
ptomaine [Thu, 25 Sep 2008 12:52:25 +0000 (12:52 +0000)]
Do not quit if we're waiting for an error response.

SVN revision: 36251

15 years agoshorter text for disable
Carsten Haitzler [Thu, 25 Sep 2008 04:47:27 +0000 (04:47 +0000)]
shorter text for disable

SVN revision: 36237

15 years agoasparagus!
Carsten Haitzler [Thu, 25 Sep 2008 02:59:59 +0000 (02:59 +0000)]
asparagus!

SVN revision: 36234

15 years agoremvoe stray \
Carsten Haitzler [Thu, 25 Sep 2008 01:38:15 +0000 (01:38 +0000)]
remvoe stray \

SVN revision: 36231

15 years agoand remove more fake calls.
Carsten Haitzler [Thu, 25 Sep 2008 01:37:38 +0000 (01:37 +0000)]
and remove more fake calls.

SVN revision: 36230

15 years agoremove/comment out printfs and remove fixme (to be removed) fake mouse up funcs
Carsten Haitzler [Thu, 25 Sep 2008 01:34:39 +0000 (01:34 +0000)]
remove/comment out printfs and remove fixme (to be removed) fake mouse up funcs

SVN revision: 36229

15 years agoupdate test.edj
Carsten Haitzler [Thu, 25 Sep 2008 01:02:48 +0000 (01:02 +0000)]
update test.edj

SVN revision: 36228

15 years agofix remember to actually rememebr skip* stuff and save it
Carsten Haitzler [Thu, 25 Sep 2008 01:01:07 +0000 (01:01 +0000)]
fix remember to actually rememebr skip* stuff and save it

SVN revision: 36227

15 years agofix rememebr box to actually match basic/advanced and even be consistent with
Carsten Haitzler [Thu, 25 Sep 2008 00:40:56 +0000 (00:40 +0000)]
fix rememebr box to actually match basic/advanced and even be consistent with
basic with "everything" flags.

SVN revision: 36226

15 years agopicture and gradient icons in.
toma [Wed, 24 Sep 2008 15:55:08 +0000 (15:55 +0000)]
picture and gradient icons in.

SVN revision: 36221

15 years agoFix up the images i forgot to add... reorganise widgets in blingbling edc
toma [Wed, 24 Sep 2008 15:17:10 +0000 (15:17 +0000)]
Fix up the images i forgot to add... reorganise widgets in blingbling edc

SVN revision: 36220

15 years agoDummy icon for scale module.
toma [Wed, 24 Sep 2008 15:06:10 +0000 (15:06 +0000)]
Dummy icon for scale module.

SVN revision: 36219

15 years agoResize those widget icons. Adding some padding
toma [Wed, 24 Sep 2008 15:00:57 +0000 (15:00 +0000)]
Resize those widget icons. Adding some padding

SVN revision: 36218

15 years agoA few widget icons. All widgets are covered now and should look pretty neat. Complain...
toma [Wed, 24 Sep 2008 14:07:19 +0000 (14:07 +0000)]
A few widget icons. All widgets are covered now and should look pretty neat. Complain to the e-devel list if you can find any that are missing.

SVN revision: 36214

15 years agousscaling factor in some places - like icons in config panel, fileman and
Carsten Haitzler [Wed, 24 Sep 2008 13:47:10 +0000 (13:47 +0000)]
usscaling factor in some places - like icons in config panel, fileman and
shelf sizes. can be put in so so so many other places.

SVN revision: 36212

15 years agoe now supports scaling based on screen dpi (or on a custom scaling factor you
Carsten Haitzler [Wed, 24 Sep 2008 13:29:16 +0000 (13:29 +0000)]
e now supports scaling based on screen dpi (or on a custom scaling factor you
can select yourself as a user). also any scaling either calculated from dpi
or set by the user is limited to the min/max values a user can impose (thus
even if you have very low dpi, e doesn't go below a scaling factor you set -
eg 1.0 or 0.5, and same for upscaling).

this should

1. keep all the people who want scalable UI's happy (enable scaling).
2. make e able to (if u want) to adapt to pretty much any dpi screen and
selectively scale just what u want it to.
3. allw you - the user, to be the final controller of just how much to scale
- if you like scaling but think it scales too much - then limit it or set
your own.

right now this will onyl work if your theme supports it... the b&w one does
(mostly). so try that and test. other bits of e need to adapt to this too
(shelf, icon sizes, etc. etc.) as they are not done via edje but code sets
them.

SVN revision: 36211

15 years agoand forgot the mixer icon.
Carsten Haitzler [Wed, 24 Sep 2008 07:20:29 +0000 (07:20 +0000)]
and forgot the mixer icon.

SVN revision: 36203

15 years agoadd a pager icon - toma! forgot to svn add!
Carsten Haitzler [Wed, 24 Sep 2008 07:19:38 +0000 (07:19 +0000)]
add a pager icon - toma! forgot to svn add!

SVN revision: 36202

15 years agoRemove dup entry for mixer in b_and_w, Made widget/new for use in modules as its...
toma [Wed, 24 Sep 2008 05:58:55 +0000 (05:58 +0000)]
Remove dup entry for mixer in b_and_w, Made widget/new for use in modules as its not really the same as 'add' in most cases. Applied that change in the ICM module so its uses the right widget name, added a pager and mixer icon to bling aswell... also, filled out some dummy icons in blingbling. Will make some icons for those soon. The idea is to make icons that can be used in blingbling and the new theme. Removed a whole lot of whitespace too, thanks to Scite. Its turned off now.

SVN revision: 36201

15 years agoFix e17 distcheck.
Gustavo Sverzut Barbieri [Tue, 23 Sep 2008 21:13:58 +0000 (21:13 +0000)]
Fix e17 distcheck.

Dear Toma, remember to add new images to EXTRA_DIST! ;-)

SVN revision: 36193

15 years agoSVN revision: 36190
Massimo Maiurana [Tue, 23 Sep 2008 18:18:04 +0000 (18:18 +0000)]
SVN revision: 36190

15 years agoPEBKAC. Move along, nothing to see here.
toma [Tue, 23 Sep 2008 14:48:57 +0000 (14:48 +0000)]
PEBKAC. Move along, nothing to see here.

SVN revision: 36183

15 years agoRevert this icon patch... There be a storm a brewin in the module icons.
toma [Tue, 23 Sep 2008 14:43:16 +0000 (14:43 +0000)]
Revert this icon patch... There be a storm a brewin in the module icons.

SVN revision: 36182

15 years agoFix the Configuration icon in the module list.
toma [Tue, 23 Sep 2008 13:42:28 +0000 (13:42 +0000)]
Fix the Configuration icon in the module list.

SVN revision: 36181

15 years agoMake e_fm_op.h look like other headers.
ptomaine [Tue, 23 Sep 2008 11:27:34 +0000 (11:27 +0000)]
Make e_fm_op.h look like other headers.

SVN revision: 36180

15 years agoSachiels fix to get the Mixer icon working. Thanks a bunch
toma [Mon, 22 Sep 2008 16:23:11 +0000 (16:23 +0000)]
Sachiels fix to get the Mixer icon working. Thanks a bunch

SVN revision: 36174

15 years agoThat's what I get for applying patches without looking at them well enough. Fix...
Nicholas Hughart [Mon, 22 Sep 2008 14:23:15 +0000 (14:23 +0000)]
That's what I get for applying patches without looking at them well enough.  Fix up a few bugs in the patch received, let me know if there are issues with it.

SVN revision: 36169

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