Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e: use AM_CPPFLAGS instead of INCLUDES | Lucas De Marchi | 2012-10-31 | 63 | -68/+67 |
| | | | | | | | | | | | 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 | ||||
* | e: Use LT_INIT instead of AC_PROG_LIBTOOL | Lucas De Marchi | 2012-10-31 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | patch from Igor Murzov for a correct use of plural forms with gettext | Massimo Maiurana | 2012-10-31 | 1 | -24/+6 |
| | | | | SVN revision: 78716 | ||||
* | typo | Mike Blumenkrantz | 2012-10-31 | 1 | -1/+1 |
| | | | | SVN revision: 78713 | ||||
* | dnd in efm will no longer cause icons to flicker rapidly when dropping a file | Mike Blumenkrantz | 2012-10-31 | 1 | -4/+8 |
| | | | | | | | also added some docs about icon drag struct members SVN revision: 78712 | ||||
* | patch from Maxime Villard with some minor changes and openbsd fixes | Mike Blumenkrantz | 2012-10-31 | 1 | -19/+18 |
| | | | | SVN revision: 78711 | ||||
* | remove "under construction" text from efm module. the whole damn thing is ↵ | Mike Blumenkrantz | 2012-10-31 | 1 | -11/+11 |
| | | | | | | under construction, not sure why only this module actually warns about it SVN revision: 78710 | ||||
* | finally fix stupid xkb layout saving bug | Mike Blumenkrantz | 2012-10-31 | 1 | -4/+3 |
| | | | | | | | ticket #1656 SVN revision: 78709 | ||||
* | ensure spring folder refreshes after the drop | Mike Blumenkrantz | 2012-10-31 | 1 | -0/+1 |
| | | | | | | | ticket #1638 SVN revision: 78708 | ||||
* | pulse mixer no longer runs its init function constantly and should allow the ↵ | Mike Blumenkrantz | 2012-10-31 | 2 | -5/+25 |
| | | | | | | | | | slider to become much more responsive/accurate. also implement volume saving per gadget ticket #1697 SVN revision: 78702 | ||||
* | don't need to update pulse mixer gadgets when we're just checking default ↵ | Mike Blumenkrantz | 2012-10-31 | 1 | -2/+3 |
| | | | | | | sink, also ensure that pulse_ready is always called SVN revision: 78701 | ||||
* | improve file op list so it can.. do more. | Carsten Haitzler | 2012-10-31 | 1 | -7/+35 |
| | | | | SVN revision: 78696 | ||||
* | slightly improve e_alert text | Mike Blumenkrantz | 2012-10-31 | 1 | -3/+3 |
| | | | | SVN revision: 78695 | ||||
* | e: use X property for E_TAINTED to and fix parsing of message to. | Cedric BAIL | 2012-10-31 | 2 | -9/+48 |
| | | | | SVN revision: 78694 | ||||
* | patch from Deon Thomas to fix lost window warp behavior | Mike Blumenkrantz | 2012-10-31 | 6 | -85/+154 |
| | | | | | | | ticket #1680 SVN revision: 78693 | ||||
* | e: e_alert now find the composite window by looking at X property insteed of ↵ | Cedric BAIL | 2012-10-31 | 4 | -8/+58 |
| | | | | | | relying on E. SVN revision: 78692 | ||||
* | no more e_editable.c | Carsten Haitzler | 2012-10-31 | 1 | -1/+0 |
| | | | | SVN revision: 78687 | ||||
* | E entry: Disable thumb scrolling, it's just bad for our purpose. | Tom Hacohen | 2012-10-30 | 1 | -1/+0 |
| | | | | SVN revision: 78684 | ||||
* | fix on hold events for selection by scrollframe in e if thumbscroll is | Carsten Haitzler | 2012-10-30 | 1 | -14/+18 |
| | | | | | | | | off. SVN revision: 78674 | ||||
* | well tbh i dont care what the russian says.. if it CANT BE COMPILED! | Carsten Haitzler | 2012-10-30 | 1 | -6/+6 |
| | | | | | | | | | | 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 | ||||
* | E entry: Move to edje_entry and remove e_editable. | Tom Hacohen | 2012-10-30 | 11 | -2420/+335 |
| | | | | | | | This should reduce the number of issues in the long run and reduced the amount of code we have to maintain." SVN revision: 78663 | ||||
* | E scrolled_entry: Set evas min size. Should probably be in ↵ | Tom Hacohen | 2012-10-30 | 1 | -0/+1 |
| | | | | | | e_widget_size_min_set. SVN revision: 78662 | ||||
* | E srcollframe: Added a mode to disable key navigation + fixed show region. | Tom Hacohen | 2012-10-30 | 2 | -1/+25 |
| | | | | | | | Show region now doesn't move if the requested region is inside of the already visible region. SVN revision: 78661 | ||||
* | fsel no longer changes entry text when changing directory | Mike Blumenkrantz | 2012-10-30 | 1 | -0/+6 |
| | | | | | | | ticket #1695 SVN revision: 78656 | ||||
* | remove some old fsel comments | Mike Blumenkrantz | 2012-10-30 | 1 | -9/+0 |
| | | | | SVN revision: 78650 | ||||
* | updating russian translation | Massimo Maiurana | 2012-10-30 | 19 | -1365/+1221 |
| | | | | SVN revision: 78648 | ||||
* | fix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus ↵ | Mike Blumenkrantz | 2012-10-30 | 5 | -21/+50 |
| | | | | | | | | | | 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 | ||||
* | unused var-- | Mike Blumenkrantz | 2012-10-30 | 1 | -1/+1 |
| | | | | SVN revision: 78646 | ||||
* | formatting | Mike Blumenkrantz | 2012-10-30 | 1 | -379/+396 |
| | | | | SVN revision: 78643 | ||||
* | e: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel ↵ | Cedric BAIL | 2012-10-30 | 2 | -0/+64 |
| | | | | | | patch. SVN revision: 78640 | ||||
* | patch from Doyoun Kang to fix gadman gadget positioning | Mike Blumenkrantz | 2012-10-30 | 1 | -2/+2 |
| | | | | SVN revision: 78636 | ||||
* | e: no need to freeze/thaw focus tracking when not getting in event loop | Boris Faure | 2012-10-29 | 1 | -8/+0 |
| | | | | SVN revision: 78618 | ||||
* | fix trivial typos | Mike Blumenkrantz | 2012-10-29 | 2 | -2/+2 |
| | | | | | | | patch by Igor Murzov SVN revision: 78615 | ||||
* | fix box item finding as spotted by Igor Murzov | Mike Blumenkrantz | 2012-10-29 | 1 | -3/+3 |
| | | | | SVN revision: 78613 | ||||
* | efm now checks (on startup) for stale device links on desktop and tries to ↵ | Mike Blumenkrantz | 2012-10-29 | 9 | -45/+129 |
| | | | | | | | | | remove them ticket #1689 SVN revision: 78608 | ||||
* | account for users closing help dialog in qa tutorial | Mike Blumenkrantz | 2012-10-29 | 1 | -6/+17 |
| | | | | | | | ticket #1693 SVN revision: 78605 | ||||
* | better fix for ilist item delete sizing bug | Mike Blumenkrantz | 2012-10-29 | 1 | -1/+1 |
| | | | | SVN revision: 78604 | ||||
* | disable current theme menu item in themes menu | Mike Blumenkrantz | 2012-10-29 | 1 | -1/+4 |
| | | | | SVN revision: 78603 | ||||
* | fix default theme build | Mike Blumenkrantz | 2012-10-29 | 1 | -25/+25 |
| | | | | | | | SPANK SPANK SPANK raster!!! SVN revision: 78602 | ||||
* | fix shelf magic fail | Mike Blumenkrantz | 2012-10-29 | 1 | -3/+6 |
| | | | | SVN revision: 78601 | ||||
* | E: Fix warning: variable 'cfd' set but not used | Christopher Michael | 2012-10-28 | 1 | -4/+3 |
| | | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78584 | ||||
* | E: Fix warning: variable 'lp' set but not used | Christopher Michael | 2012-10-28 | 1 | -2/+1 |
| | | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78583 | ||||
* | E: Fix warning: variable 'h' set but not used | Christopher Michael | 2012-10-28 | 1 | -5/+2 |
| | | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78582 | ||||
* | E: Fix warning: variable ‘output’ set but not used. Add unused to argv. | Christopher Michael | 2012-10-28 | 1 | -4/+1 |
| | | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78581 | ||||
* | well - i found inconsistent namespacing for tasks and xkbswitch. fix! | Carsten Haitzler | 2012-10-28 | 3 | -11/+11 |
| | | | | SVN revision: 78578 | ||||
* | fix box crash | Mike Blumenkrantz | 2012-10-28 | 1 | -0/+1 |
| | | | | SVN revision: 78575 | ||||
* | adjust efm fwin setup and popup to be... better theme friendly! | Carsten Haitzler | 2012-10-28 | 5 | -292/+231 |
| | | | | SVN revision: 78565 | ||||
* | and actually explicitly make toolbooks scrollable by default. | Carsten Haitzler | 2012-10-27 | 1 | -0/+1 |
| | | | | SVN revision: 78560 | ||||
* | fix toolbar/toolbook sizing issue and also make toolbar emit signals | Carsten Haitzler | 2012-10-27 | 2 | -2/+10 |
| | | | | | | | | to say if icons are there or not. SVN revision: 78559 | ||||
* | and F2 for rename | Mike Blumenkrantz | 2012-10-26 | 1 | -0/+5 |
| | | | | SVN revision: 78536 |