platform/upstream/enlightenment.git
11 years agoe: stop warning about GNU make extension
Lucas De Marchi [Wed, 31 Oct 2012 20:40:56 +0000 (20:40 +0000)]
e: stop warning about GNU make extension

We know wildcard is an extension of GNU make and we don't need to be
remembered every single compilation. Remove noise like below:

doc/Makefile.am:42: warning: wildcard img/*.*: non-POSIX variable name
doc/Makefile.am:42: (probably a GNU make extension)

SVN revision: 78723

11 years agoe: Use autoreconf
Lucas De Marchi [Wed, 31 Oct 2012 20:40:51 +0000 (20:40 +0000)]
e: Use autoreconf

SVN revision: 78722

11 years agoe: Add missing enlightenment_static_grabber to gitignore
Lucas De Marchi [Wed, 31 Oct 2012 20:40:46 +0000 (20:40 +0000)]
e: Add missing enlightenment_static_grabber to gitignore

SVN revision: 78721

11 years agoe: use AM_CPPFLAGS instead of INCLUDES
Lucas De Marchi [Wed, 31 Oct 2012 20:40:40 +0000 (20:40 +0000)]
e: use AM_CPPFLAGS instead of INCLUDES

Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

SVN revision: 78720

11 years agoe: Use LT_INIT instead of AC_PROG_LIBTOOL
Lucas De Marchi [Wed, 31 Oct 2012 20:40:29 +0000 (20:40 +0000)]
e: Use LT_INIT instead of AC_PROG_LIBTOOL

AC_PROG_LIBTOOL is deprecated and in favor of LT_INIT:

http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
    Add support for the --enable-shared, --disable-shared, --enable-static,
    --disable-static, --with-pic, and --without-pic configure flags.1
    AC_PROG_LIBTOOL and AM_PROG_LIBTOOL are deprecated names for older
    versions of this macro; autoupdate will upgrade your configure.ac
    files.

With LT_INIT it's possible to shortcut some calls, too. Particularly
disabling support for languages is not needed (only the ones enabled
through  AC_PROG_C* ar enabled) and AC_DISABLE_STATIC is given as an
option.

SVN revision: 78719

11 years agopatch from Igor Murzov for a correct use of plural forms with gettext
Massimo Maiurana [Wed, 31 Oct 2012 18:44:14 +0000 (18:44 +0000)]
patch from Igor Murzov for a correct use of plural forms with gettext

SVN revision: 78716

11 years agotypo
Mike Blumenkrantz [Wed, 31 Oct 2012 16:30:01 +0000 (16:30 +0000)]
typo

SVN revision: 78713

11 years agodnd in efm will no longer cause icons to flicker rapidly when dropping a file
Mike Blumenkrantz [Wed, 31 Oct 2012 15:56:23 +0000 (15:56 +0000)]
dnd in efm will no longer cause icons to flicker rapidly when dropping a file
also added some docs about icon drag struct members

SVN revision: 78712

11 years agopatch from Maxime Villard with some minor changes and openbsd fixes
Mike Blumenkrantz [Wed, 31 Oct 2012 15:40:53 +0000 (15:40 +0000)]
patch from Maxime Villard with some minor changes and openbsd fixes

SVN revision: 78711

11 years agoremove "under construction" text from efm module. the whole damn thing is under const...
Mike Blumenkrantz [Wed, 31 Oct 2012 15:16:23 +0000 (15:16 +0000)]
remove "under construction" text from efm module. the whole damn thing is under construction, not sure why only this module actually warns about it

SVN revision: 78710

11 years agofinally fix stupid xkb layout saving bug
Mike Blumenkrantz [Wed, 31 Oct 2012 15:04:51 +0000 (15:04 +0000)]
finally fix stupid xkb layout saving bug
ticket #1656

SVN revision: 78709

11 years agoensure spring folder refreshes after the drop
Mike Blumenkrantz [Wed, 31 Oct 2012 13:36:08 +0000 (13:36 +0000)]
ensure spring folder refreshes after the drop
ticket #1638

SVN revision: 78708

11 years agopulse mixer no longer runs its init function constantly and should allow the slider...
Mike Blumenkrantz [Wed, 31 Oct 2012 11:23:26 +0000 (11:23 +0000)]
pulse mixer no longer runs its init function constantly and should allow the slider to become much more responsive/accurate. also implement volume saving per gadget
ticket #1697

SVN revision: 78702

11 years agodon't need to update pulse mixer gadgets when we're just checking default sink, also...
Mike Blumenkrantz [Wed, 31 Oct 2012 11:21:42 +0000 (11:21 +0000)]
don't need to update pulse mixer gadgets when we're just checking default sink, also ensure that pulse_ready is always called

SVN revision: 78701

11 years agoimprove file op list so it can.. do more.
Carsten Haitzler [Wed, 31 Oct 2012 09:37:21 +0000 (09:37 +0000)]
improve file op list so it can.. do more.

SVN revision: 78696

11 years agoslightly improve e_alert text
Mike Blumenkrantz [Wed, 31 Oct 2012 09:28:32 +0000 (09:28 +0000)]
slightly improve e_alert text

SVN revision: 78695

11 years agoe: use X property for E_TAINTED to and fix parsing of message to.
Cedric BAIL [Wed, 31 Oct 2012 09:00:23 +0000 (09:00 +0000)]
e: use X property for E_TAINTED to and fix parsing of message to.

SVN revision: 78694

11 years agopatch from Deon Thomas to fix lost window warp behavior
Mike Blumenkrantz [Wed, 31 Oct 2012 08:44:50 +0000 (08:44 +0000)]
patch from Deon Thomas to fix lost window warp behavior
ticket #1680

SVN revision: 78693

11 years agoe: e_alert now find the composite window by looking at X property insteed of relying...
Cedric BAIL [Wed, 31 Oct 2012 07:50:10 +0000 (07:50 +0000)]
e: e_alert now find the composite window by looking at X property insteed of relying on E.

SVN revision: 78692

11 years agono more e_editable.c
Carsten Haitzler [Wed, 31 Oct 2012 04:10:07 +0000 (04:10 +0000)]
no more e_editable.c

SVN revision: 78687

11 years agoE entry: Disable thumb scrolling, it's just bad for our purpose.
Tom Hacohen [Tue, 30 Oct 2012 22:53:33 +0000 (22:53 +0000)]
E entry: Disable thumb scrolling, it's just bad for our purpose.

SVN revision: 78684

11 years agofix on hold events for selection by scrollframe in e if thumbscroll is
Carsten Haitzler [Tue, 30 Oct 2012 16:12:20 +0000 (16:12 +0000)]
fix on hold events for selection by scrollframe in e if thumbscroll is
off.

SVN revision: 78674

11 years agowell tbh i dont care what the russian says.. if it CANT BE COMPILED!
Carsten Haitzler [Tue, 30 Oct 2012 15:11:49 +0000 (15:11 +0000)]
well tbh i dont care what the russian says.. if it CANT BE COMPILED!
msgfmt insists every plural entry have the counter (eg %li) in is -
you cant omit it. so someone re-translate this so include the counter
%fmt.

SVN revision: 78673

11 years agoE entry: Move to edje_entry and remove e_editable.
Tom Hacohen [Tue, 30 Oct 2012 14:06:13 +0000 (14:06 +0000)]
E entry: Move to edje_entry and remove e_editable.

This should reduce the number of issues in the long run and reduced the
amount of code we have to maintain."

SVN revision: 78663

11 years agoE scrolled_entry: Set evas min size. Should probably be in e_widget_size_min_set.
Tom Hacohen [Tue, 30 Oct 2012 14:06:08 +0000 (14:06 +0000)]
E scrolled_entry: Set evas min size. Should probably be in e_widget_size_min_set.

SVN revision: 78662

11 years agoE srcollframe: Added a mode to disable key navigation + fixed show region.
Tom Hacohen [Tue, 30 Oct 2012 14:05:50 +0000 (14:05 +0000)]
E srcollframe: Added a mode to disable key navigation + fixed show region.

Show region now doesn't move if the requested region is inside of the
already visible region.

SVN revision: 78661

11 years agofsel no longer changes entry text when changing directory
Mike Blumenkrantz [Tue, 30 Oct 2012 13:28:05 +0000 (13:28 +0000)]
fsel no longer changes entry text when changing directory
ticket #1695

SVN revision: 78656

11 years agoremove some old fsel comments
Mike Blumenkrantz [Tue, 30 Oct 2012 13:02:17 +0000 (13:02 +0000)]
remove some old fsel comments

SVN revision: 78650

11 years agoupdating russian translation
Massimo Maiurana [Tue, 30 Oct 2012 12:10:17 +0000 (12:10 +0000)]
updating russian translation

SVN revision: 78648

11 years agofix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus option...
Mike Blumenkrantz [Tue, 30 Oct 2012 11:57:35 +0000 (11:57 +0000)]
fix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus option allows ignoring, animating, activating (current behavior is activating) on hint
right now this uses the "urgent" signal for the animate state, may want to change it to something else if separate theming is desired
ticket #1642

SVN revision: 78647

11 years agounused var--
Mike Blumenkrantz [Tue, 30 Oct 2012 11:54:49 +0000 (11:54 +0000)]
unused var--

SVN revision: 78646

11 years agoformatting
Mike Blumenkrantz [Tue, 30 Oct 2012 11:44:54 +0000 (11:44 +0000)]
formatting

SVN revision: 78643

11 years agoe: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel patch.
Cedric BAIL [Tue, 30 Oct 2012 08:36:26 +0000 (08:36 +0000)]
e: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel patch.

SVN revision: 78640

11 years agopatch from Doyoun Kang to fix gadman gadget positioning
Mike Blumenkrantz [Tue, 30 Oct 2012 08:04:52 +0000 (08:04 +0000)]
patch from Doyoun Kang to fix gadman gadget positioning

SVN revision: 78636

11 years agoe: no need to freeze/thaw focus tracking when not getting in event loop
Boris Faure [Mon, 29 Oct 2012 18:28:58 +0000 (18:28 +0000)]
e: no need to freeze/thaw focus tracking when not getting in event loop

SVN revision: 78618

11 years agofix trivial typos
Mike Blumenkrantz [Mon, 29 Oct 2012 12:40:14 +0000 (12:40 +0000)]
fix trivial typos
patch by Igor Murzov

SVN revision: 78615

11 years agofix box item finding as spotted by Igor Murzov
Mike Blumenkrantz [Mon, 29 Oct 2012 11:59:55 +0000 (11:59 +0000)]
fix box item finding as spotted by Igor Murzov

SVN revision: 78613

11 years agoefm now checks (on startup) for stale device links on desktop and tries to remove...
Mike Blumenkrantz [Mon, 29 Oct 2012 09:52:23 +0000 (09:52 +0000)]
efm now checks (on startup) for stale device links on desktop and tries to remove them
ticket #1689

SVN revision: 78608

11 years agoaccount for users closing help dialog in qa tutorial
Mike Blumenkrantz [Mon, 29 Oct 2012 08:29:59 +0000 (08:29 +0000)]
account for users closing help dialog in qa tutorial
ticket #1693

SVN revision: 78605

11 years agobetter fix for ilist item delete sizing bug
Mike Blumenkrantz [Mon, 29 Oct 2012 08:13:00 +0000 (08:13 +0000)]
better fix for ilist item delete sizing bug

SVN revision: 78604

11 years agodisable current theme menu item in themes menu
Mike Blumenkrantz [Mon, 29 Oct 2012 08:11:45 +0000 (08:11 +0000)]
disable current theme menu item in themes menu

SVN revision: 78603

11 years agofix default theme build
Mike Blumenkrantz [Mon, 29 Oct 2012 08:05:02 +0000 (08:05 +0000)]
fix default theme build
SPANK SPANK SPANK raster!!!

SVN revision: 78602

11 years agofix shelf magic fail
Mike Blumenkrantz [Mon, 29 Oct 2012 08:01:25 +0000 (08:01 +0000)]
fix shelf magic fail

SVN revision: 78601

11 years agoE: Fix warning: variable 'cfd' set but not used
Christopher Michael [Sun, 28 Oct 2012 10:33:48 +0000 (10:33 +0000)]
E: Fix warning: variable 'cfd' set but not used

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78584

11 years agoE: Fix warning: variable 'lp' set but not used
Christopher Michael [Sun, 28 Oct 2012 10:32:20 +0000 (10:32 +0000)]
E: Fix warning: variable 'lp' set but not used

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78583

11 years agoE: Fix warning: variable 'h' set but not used
Christopher Michael [Sun, 28 Oct 2012 10:31:04 +0000 (10:31 +0000)]
E: Fix warning: variable 'h' set but not used

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78582

11 years agoE: Fix warning: variable ‘output’ set but not used. Add unused to argv.
Christopher Michael [Sun, 28 Oct 2012 10:29:02 +0000 (10:29 +0000)]
E: Fix warning: variable ‘output’ set but not used. Add unused to argv.

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78581

11 years agowell - i found inconsistent namespacing for tasks and xkbswitch. fix!
Carsten Haitzler [Sun, 28 Oct 2012 09:27:33 +0000 (09:27 +0000)]
well - i found inconsistent namespacing for tasks and xkbswitch. fix!

SVN revision: 78578

11 years agofix box crash
Mike Blumenkrantz [Sun, 28 Oct 2012 08:40:03 +0000 (08:40 +0000)]
fix box crash

SVN revision: 78575

11 years agoadjust efm fwin setup and popup to be... better theme friendly!
Carsten Haitzler [Sun, 28 Oct 2012 07:45:48 +0000 (07:45 +0000)]
adjust efm fwin setup and popup to be... better theme friendly!

SVN revision: 78565

11 years agoand actually explicitly make toolbooks scrollable by default.
Carsten Haitzler [Sat, 27 Oct 2012 10:43:54 +0000 (10:43 +0000)]
and actually explicitly make toolbooks scrollable by default.

SVN revision: 78560

11 years agofix toolbar/toolbook sizing issue and also make toolbar emit signals
Carsten Haitzler [Sat, 27 Oct 2012 10:40:16 +0000 (10:40 +0000)]
fix toolbar/toolbook sizing issue and also make toolbar emit signals
to say if icons are there or not.

SVN revision: 78559

11 years agoand F2 for rename
Mike Blumenkrantz [Fri, 26 Oct 2012 13:37:55 +0000 (13:37 +0000)]
and F2 for rename

SVN revision: 78536

11 years agoefm now supports F5 for refresh
Mike Blumenkrantz [Fri, 26 Oct 2012 13:35:30 +0000 (13:35 +0000)]
efm now supports F5 for refresh

SVN revision: 78535

11 years agouse file label for tooltip if available
Mike Blumenkrantz [Fri, 26 Oct 2012 13:31:03 +0000 (13:31 +0000)]
use file label for tooltip if available
ticket #1659

SVN revision: 78534

11 years agoonly display mount type for filepreview if volume is mounted
Mike Blumenkrantz [Fri, 26 Oct 2012 13:30:30 +0000 (13:30 +0000)]
only display mount type for filepreview if volume is mounted

SVN revision: 78533

11 years agotasks gadgets now respect skip_taskbar with greater alacrity
Mike Blumenkrantz [Fri, 26 Oct 2012 12:34:37 +0000 (12:34 +0000)]
tasks gadgets now respect skip_taskbar with greater alacrity
ticket #1681

SVN revision: 78529

11 years agowe're only gonna have one taskbar item per border so break here
Mike Blumenkrantz [Fri, 26 Oct 2012 12:23:33 +0000 (12:23 +0000)]
we're only gonna have one taskbar item per border so break here

SVN revision: 78527

11 years agocreate gadman gadcons after module init is over to avoid re-creating all the gadcons...
Mike Blumenkrantz [Fri, 26 Oct 2012 12:13:53 +0000 (12:13 +0000)]
create gadman gadcons after module init is over to avoid re-creating all the gadcons repeatedly during init; speeds up init quite a bit and inadvertently fixes ticket #1685

SVN revision: 78526

11 years agofix crash in battery gadget when deleting a gadget after module has been unloaded...
Mike Blumenkrantz [Fri, 26 Oct 2012 11:43:07 +0000 (11:43 +0000)]
fix crash in battery gadget when deleting a gadget after module has been unloaded (possible if gadget is in edit mode)

SVN revision: 78523

11 years agoupdating various translations
Massimo Maiurana [Fri, 26 Oct 2012 11:38:26 +0000 (11:38 +0000)]
updating various translations

SVN revision: 78522

11 years agoclamp shots to correct geometry to prevent SIGFPE which hopefully nobody noticed
Mike Blumenkrantz [Fri, 26 Oct 2012 10:45:24 +0000 (10:45 +0000)]
clamp shots to correct geometry to prevent SIGFPE which hopefully nobody noticed

SVN revision: 78521

11 years agofix taking window shots when window is partially offscreen by clamping shot to screen...
Mike Blumenkrantz [Fri, 26 Oct 2012 10:33:22 +0000 (10:33 +0000)]
fix taking window shots when window is partially offscreen by clamping shot to screen geometry
ticket #1667

SVN revision: 78519

11 years agoefm also listens to efreet cache build events just in case
Mike Blumenkrantz [Fri, 26 Oct 2012 10:05:17 +0000 (10:05 +0000)]
efm also listens to efreet cache build events just in case

SVN revision: 78516

11 years agoefm now listens to efreet cache update events
Mike Blumenkrantz [Fri, 26 Oct 2012 10:00:44 +0000 (10:00 +0000)]
efm now listens to efreet cache update events
ticket #1580

SVN revision: 78515

11 years agoadd widget playground dialog to main menu for easy access to testing e widgets in...
Mike Blumenkrantz [Fri, 26 Oct 2012 08:33:02 +0000 (08:33 +0000)]
add widget playground dialog to main menu for easy access to testing e widgets in future

SVN revision: 78509

11 years agowhen removing items from ilist, autoresize the ilist if it's in a scroller to prevent...
Mike Blumenkrantz [Fri, 26 Oct 2012 08:30:24 +0000 (08:30 +0000)]
when removing items from ilist, autoresize the ilist if it's in a scroller to prevent item sizes from becoming larger
ticket #1678

SVN revision: 78508

11 years agoprevent attempts to remove negative number ilist items
Mike Blumenkrantz [Fri, 26 Oct 2012 08:10:08 +0000 (08:10 +0000)]
prevent attempts to remove negative number ilist items

SVN revision: 78507

11 years agoadd e_box function to return item size
Mike Blumenkrantz [Fri, 26 Oct 2012 07:51:38 +0000 (07:51 +0000)]
add e_box function to return item size

SVN revision: 78506

11 years agoE: Fix bug. The "Look" submenu of a gadget would not have any item
Christopher Michael [Fri, 26 Oct 2012 07:20:59 +0000 (07:20 +0000)]
E: Fix bug. The "Look" submenu of a gadget would not have any item
selected (Plain/Inset) if no style was previously selected for this
gadget. This adds code that also checks the Client Class default style
if no gadget style has been assigned yet.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78505

11 years agoE: Fix formatting for 80 columns
Christopher Michael [Fri, 26 Oct 2012 07:20:51 +0000 (07:20 +0000)]
E: Fix formatting for 80 columns

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78504

11 years agoE17: some gettext stuff
Vincent Torri [Thu, 25 Oct 2012 17:47:03 +0000 (17:47 +0000)]
E17: some gettext stuff

Patch by Maxime Villard (rustyBSD)

SVN revision: 78470

11 years agoE17:
Vincent Torri [Thu, 25 Oct 2012 17:43:52 +0000 (17:43 +0000)]
E17:

I. Simplification, andif we cannot stat(), the best
thing to do is toswitch to a copy-delete operation.

II.Just stuff...

III. There is a problem with _e_fm_op_random_char().
When wewant to randomize a string we do srand(time())
foreachcharacter, so if the file is small enough
to be deleted inless than a second, it's not randomized.
And even if it's bigger, it's not goodly randomized.Sorry.

Patch by Maxime Villard rustyBSD

SVN revision: 78469

11 years agofix yet another comp bug provided to us by the masters of graphics, the sultans of...
Mike Blumenkrantz [Thu, 25 Oct 2012 13:47:20 +0000 (13:47 +0000)]
fix yet another comp bug provided to us by the masters of graphics, the sultans of sweet interfaces, the...gtk developers
ticket #1558

SVN revision: 78455

11 years agopatch from PrinceAMD for #1680
Mike Blumenkrantz [Thu, 25 Oct 2012 13:00:12 +0000 (13:00 +0000)]
patch from PrinceAMD for #1680

SVN revision: 78452

11 years agogiven all the theme work going on, I figured it was probably a good idea to shorten...
Mike Blumenkrantz [Thu, 25 Oct 2012 12:47:01 +0000 (12:47 +0000)]
given all the theme work going on, I figured it was probably a good idea to shorten the process of changing themes

SVN revision: 78451

11 years agoss ref here
Mike Blumenkrantz [Thu, 25 Oct 2012 12:24:29 +0000 (12:24 +0000)]
ss ref here

SVN revision: 78450

11 years agorevert attempt to fix PrinceAMD's mess
Mike Blumenkrantz [Thu, 25 Oct 2012 12:19:29 +0000 (12:19 +0000)]
revert attempt to fix PrinceAMD's mess

SVN revision: 78449

11 years agothis was clearly wrong, not sure how I didn't catch it sooner
Mike Blumenkrantz [Thu, 25 Oct 2012 11:50:38 +0000 (11:50 +0000)]
this was clearly wrong, not sure how I didn't catch it sooner

SVN revision: 78448

11 years agolets emit a signal to dialog to know if icon is there or not so it can
Carsten Haitzler [Thu, 25 Oct 2012 11:40:40 +0000 (11:40 +0000)]
lets emit a signal to dialog to know if icon is there or not so it can
more sensibly lay itself out :)

SVN revision: 78446

11 years agofix efm open with dialog to properly account for cases where the desktop file id...
Mike Blumenkrantz [Thu, 25 Oct 2012 11:29:22 +0000 (11:29 +0000)]
fix efm open with dialog to properly account for cases where the desktop file id is not able to be found
ticket #1664

SVN revision: 78444

11 years agofix screen limit border drag thingy
Mike Blumenkrantz [Thu, 25 Oct 2012 10:55:32 +0000 (10:55 +0000)]
fix screen limit border drag thingy
ticket #1680

SVN revision: 78441

11 years agoupdate filepreview when file is changed
Mike Blumenkrantz [Thu, 25 Oct 2012 10:55:03 +0000 (10:55 +0000)]
update filepreview when file is changed
ticket #1666

SVN revision: 78440

11 years agoadd alignment states for dialog text and use left align for text preview
Mike Blumenkrantz [Thu, 25 Oct 2012 09:59:49 +0000 (09:59 +0000)]
add alignment states for dialog text and use left align for text preview
ticket #1655

SVN revision: 78438

11 years agoNavigate menu now tells you when there are no listable items
Mike Blumenkrantz [Thu, 25 Oct 2012 09:35:09 +0000 (09:35 +0000)]
Navigate menu now tells you when there are no listable items
ticket #1682

SVN revision: 78433

11 years agos/Specific/Suggested/
Mike Blumenkrantz [Thu, 25 Oct 2012 09:29:26 +0000 (09:29 +0000)]
s/Specific/Suggested/

SVN revision: 78431

11 years agoctrl+shift drag in efm now also invokes ASK state
Mike Blumenkrantz [Thu, 25 Oct 2012 09:19:17 +0000 (09:19 +0000)]
ctrl+shift drag in efm now also invokes ASK state

SVN revision: 78429

11 years agofix efm file position moving in same directory
Mike Blumenkrantz [Thu, 25 Oct 2012 08:54:50 +0000 (08:54 +0000)]
fix efm file position moving in same directory

SVN revision: 78427

11 years agoBY THE POWER OF GRAYSKULL, MIXER MODULE NOW WORKS AGAIN WITH PULSEAUDIO
Mike Blumenkrantz [Thu, 25 Oct 2012 08:12:44 +0000 (08:12 +0000)]
BY THE POWER OF GRAYSKULL, MIXER MODULE NOW WORKS AGAIN WITH PULSEAUDIO
ticket #1651

SVN revision: 78426

11 years agodesklock popup now sets its own title and class
Mike Blumenkrantz [Thu, 25 Oct 2012 07:54:51 +0000 (07:54 +0000)]
desklock popup now sets its own title and class
ticket #1653

SVN revision: 78423

11 years agowherever cedric commits, b0rks will follow
Mike Blumenkrantz [Thu, 25 Oct 2012 07:53:38 +0000 (07:53 +0000)]
wherever cedric commits, b0rks will follow

SVN revision: 78422

11 years agoformatting
Mike Blumenkrantz [Thu, 25 Oct 2012 07:47:26 +0000 (07:47 +0000)]
formatting

SVN revision: 78421

11 years agoimprove shelf gadget dragging
Mike Blumenkrantz [Thu, 25 Oct 2012 07:37:53 +0000 (07:37 +0000)]
improve shelf gadget dragging
ticket #1658

SVN revision: 78420

11 years agoe: don't drop cache if icon is animated.
Cedric BAIL [Thu, 25 Oct 2012 07:28:24 +0000 (07:28 +0000)]
e: don't drop cache if icon is animated.

We want to use the scale cache and drop the source icon
for all static icon on screen. But for the few of them that
do resize and animate, we need to keep that data or it will
slow a us down a lot. So now we play nicely with our SCALE_HINT.

SVN revision: 78419

11 years agofix sidebar frame
Mike Blumenkrantz [Thu, 25 Oct 2012 07:17:10 +0000 (07:17 +0000)]
fix sidebar frame
ticket #1654

SVN revision: 78418

11 years agoe17: Remove unused variable
Stefan Schmidt [Wed, 24 Oct 2012 19:50:35 +0000 (19:50 +0000)]
e17: Remove unused variable

SVN revision: 78410

11 years agoDoxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Stefan Schmidt [Wed, 24 Oct 2012 19:50:29 +0000 (19:50 +0000)]
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.

Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409

11 years agofix emit of maximize signal handling for border maximization when not
Carsten Haitzler [Wed, 24 Oct 2012 09:48:34 +0000 (09:48 +0000)]
fix emit of maximize signal handling for border maximization when not
a fullscreen one.

SVN revision: 78394

11 years agoE Randr: Don't show outputs which are not connected.
Christopher Michael [Wed, 24 Oct 2012 06:28:01 +0000 (06:28 +0000)]
E Randr: Don't show outputs which are not connected.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78388

11 years agopass on oreintation of gadon to start icon edje obj.
Carsten Haitzler [Tue, 23 Oct 2012 14:56:02 +0000 (14:56 +0000)]
pass on oreintation of gadon to start icon edje obj.

SVN revision: 78372