Lucas De Marchi [Wed, 31 Oct 2012 20:40:51 +0000 (20:40 +0000)]
e: Use autoreconf
SVN revision: 78722
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
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
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
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
Mike Blumenkrantz [Wed, 31 Oct 2012 16:30:01 +0000 (16:30 +0000)]
typo
SVN revision: 78713
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
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
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
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
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
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
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
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
Mike Blumenkrantz [Wed, 31 Oct 2012 09:28:32 +0000 (09:28 +0000)]
slightly improve e_alert text
SVN revision: 78695
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
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
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
Carsten Haitzler [Wed, 31 Oct 2012 04:10:07 +0000 (04:10 +0000)]
no more e_editable.c
SVN revision: 78687
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
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
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
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
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
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
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
Mike Blumenkrantz [Tue, 30 Oct 2012 13:02:17 +0000 (13:02 +0000)]
remove some old fsel comments
SVN revision: 78650
Massimo Maiurana [Tue, 30 Oct 2012 12:10:17 +0000 (12:10 +0000)]
updating russian translation
SVN revision: 78648
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
Mike Blumenkrantz [Tue, 30 Oct 2012 11:54:49 +0000 (11:54 +0000)]
unused var--
SVN revision: 78646
Mike Blumenkrantz [Tue, 30 Oct 2012 11:44:54 +0000 (11:44 +0000)]
formatting
SVN revision: 78643
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
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
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
Mike Blumenkrantz [Mon, 29 Oct 2012 12:40:14 +0000 (12:40 +0000)]
fix trivial typos
patch by Igor Murzov
SVN revision: 78615
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
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
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
Mike Blumenkrantz [Mon, 29 Oct 2012 08:13:00 +0000 (08:13 +0000)]
better fix for ilist item delete sizing bug
SVN revision: 78604
Mike Blumenkrantz [Mon, 29 Oct 2012 08:11:45 +0000 (08:11 +0000)]
disable current theme menu item in themes menu
SVN revision: 78603
Mike Blumenkrantz [Mon, 29 Oct 2012 08:05:02 +0000 (08:05 +0000)]
fix default theme build
SPANK SPANK SPANK raster!!!
SVN revision: 78602
Mike Blumenkrantz [Mon, 29 Oct 2012 08:01:25 +0000 (08:01 +0000)]
fix shelf magic fail
SVN revision: 78601
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
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
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
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
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
Mike Blumenkrantz [Sun, 28 Oct 2012 08:40:03 +0000 (08:40 +0000)]
fix box crash
SVN revision: 78575
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
Carsten Haitzler [Sat, 27 Oct 2012 10:43:54 +0000 (10:43 +0000)]
and actually explicitly make toolbooks scrollable by default.
SVN revision: 78560
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
Mike Blumenkrantz [Fri, 26 Oct 2012 13:37:55 +0000 (13:37 +0000)]
and F2 for rename
SVN revision: 78536
Mike Blumenkrantz [Fri, 26 Oct 2012 13:35:30 +0000 (13:35 +0000)]
efm now supports F5 for refresh
SVN revision: 78535
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
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
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
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
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
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
Massimo Maiurana [Fri, 26 Oct 2012 11:38:26 +0000 (11:38 +0000)]
updating various translations
SVN revision: 78522
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
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
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
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
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
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
Mike Blumenkrantz [Fri, 26 Oct 2012 08:10:08 +0000 (08:10 +0000)]
prevent attempts to remove negative number ilist items
SVN revision: 78507
Mike Blumenkrantz [Fri, 26 Oct 2012 07:51:38 +0000 (07:51 +0000)]
add e_box function to return item size
SVN revision: 78506
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
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
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
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
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
Mike Blumenkrantz [Thu, 25 Oct 2012 13:00:12 +0000 (13:00 +0000)]
patch from PrinceAMD for #1680
SVN revision: 78452
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
Mike Blumenkrantz [Thu, 25 Oct 2012 12:24:29 +0000 (12:24 +0000)]
ss ref here
SVN revision: 78450
Mike Blumenkrantz [Thu, 25 Oct 2012 12:19:29 +0000 (12:19 +0000)]
revert attempt to fix PrinceAMD's mess
SVN revision: 78449
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
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
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
Mike Blumenkrantz [Thu, 25 Oct 2012 10:55:32 +0000 (10:55 +0000)]
fix screen limit border drag thingy
ticket #1680
SVN revision: 78441
Mike Blumenkrantz [Thu, 25 Oct 2012 10:55:03 +0000 (10:55 +0000)]
update filepreview when file is changed
ticket #1666
SVN revision: 78440
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
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
Mike Blumenkrantz [Thu, 25 Oct 2012 09:29:26 +0000 (09:29 +0000)]
s/Specific/Suggested/
SVN revision: 78431
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
Mike Blumenkrantz [Thu, 25 Oct 2012 08:54:50 +0000 (08:54 +0000)]
fix efm file position moving in same directory
SVN revision: 78427
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
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
Mike Blumenkrantz [Thu, 25 Oct 2012 07:53:38 +0000 (07:53 +0000)]
wherever cedric commits, b0rks will follow
SVN revision: 78422
Mike Blumenkrantz [Thu, 25 Oct 2012 07:47:26 +0000 (07:47 +0000)]
formatting
SVN revision: 78421
Mike Blumenkrantz [Thu, 25 Oct 2012 07:37:53 +0000 (07:37 +0000)]
improve shelf gadget dragging
ticket #1658
SVN revision: 78420
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
Mike Blumenkrantz [Thu, 25 Oct 2012 07:17:10 +0000 (07:17 +0000)]
fix sidebar frame
ticket #1654
SVN revision: 78418
Stefan Schmidt [Wed, 24 Oct 2012 19:50:35 +0000 (19:50 +0000)]
e17: Remove unused variable
SVN revision: 78410
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
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
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
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
Carsten Haitzler [Tue, 23 Oct 2012 14:20:19 +0000 (14:20 +0000)]
gaaaarh! long standing shelf bug - dont emit signal to right obvject
for orientation of shelf gadget frame! fix!
SVN revision: 78368