summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* e: use AM_CPPFLAGS instead of INCLUDESLucas De Marchi2012-10-3163-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_LIBTOOLLucas De Marchi2012-10-311-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 gettextMassimo Maiurana2012-10-311-24/+6
| | | | SVN revision: 78716
* typoMike Blumenkrantz2012-10-311-1/+1
| | | | SVN revision: 78713
* dnd in efm will no longer cause icons to flicker rapidly when dropping a fileMike Blumenkrantz2012-10-311-4/+8
| | | | | | | also added some docs about icon drag struct members SVN revision: 78712
* patch from Maxime Villard with some minor changes and openbsd fixesMike Blumenkrantz2012-10-311-19/+18
| | | | SVN revision: 78711
* remove "under construction" text from efm module. the whole damn thing is ↵Mike Blumenkrantz2012-10-311-11/+11
| | | | | | under construction, not sure why only this module actually warns about it SVN revision: 78710
* finally fix stupid xkb layout saving bugMike Blumenkrantz2012-10-311-4/+3
| | | | | | | ticket #1656 SVN revision: 78709
* ensure spring folder refreshes after the dropMike Blumenkrantz2012-10-311-0/+1
| | | | | | | ticket #1638 SVN revision: 78708
* pulse mixer no longer runs its init function constantly and should allow the ↵Mike Blumenkrantz2012-10-312-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 Blumenkrantz2012-10-311-2/+3
| | | | | | sink, also ensure that pulse_ready is always called SVN revision: 78701
* improve file op list so it can.. do more.Carsten Haitzler2012-10-311-7/+35
| | | | SVN revision: 78696
* slightly improve e_alert textMike Blumenkrantz2012-10-311-3/+3
| | | | SVN revision: 78695
* e: use X property for E_TAINTED to and fix parsing of message to.Cedric BAIL2012-10-312-9/+48
| | | | SVN revision: 78694
* patch from Deon Thomas to fix lost window warp behaviorMike Blumenkrantz2012-10-316-85/+154
| | | | | | | ticket #1680 SVN revision: 78693
* e: e_alert now find the composite window by looking at X property insteed of ↵Cedric BAIL2012-10-314-8/+58
| | | | | | relying on E. SVN revision: 78692
* no more e_editable.cCarsten Haitzler2012-10-311-1/+0
| | | | SVN revision: 78687
* E entry: Disable thumb scrolling, it's just bad for our purpose.Tom Hacohen2012-10-301-1/+0
| | | | SVN revision: 78684
* fix on hold events for selection by scrollframe in e if thumbscroll isCarsten Haitzler2012-10-301-14/+18
| | | | | | | | off. SVN revision: 78674
* well tbh i dont care what the russian says.. if it CANT BE COMPILED!Carsten Haitzler2012-10-301-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 Hacohen2012-10-3011-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 Hacohen2012-10-301-0/+1
| | | | | | e_widget_size_min_set. SVN revision: 78662
* E srcollframe: Added a mode to disable key navigation + fixed show region.Tom Hacohen2012-10-302-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 directoryMike Blumenkrantz2012-10-301-0/+6
| | | | | | | ticket #1695 SVN revision: 78656
* remove some old fsel commentsMike Blumenkrantz2012-10-301-9/+0
| | | | SVN revision: 78650
* updating russian translationMassimo Maiurana2012-10-3019-1365/+1221
| | | | SVN revision: 78648
* fix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus ↵Mike Blumenkrantz2012-10-305-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 Blumenkrantz2012-10-301-1/+1
| | | | SVN revision: 78646
* formattingMike Blumenkrantz2012-10-301-379/+396
| | | | SVN revision: 78643
* e: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel ↵Cedric BAIL2012-10-302-0/+64
| | | | | | patch. SVN revision: 78640
* patch from Doyoun Kang to fix gadman gadget positioningMike Blumenkrantz2012-10-301-2/+2
| | | | SVN revision: 78636
* e: no need to freeze/thaw focus tracking when not getting in event loopBoris Faure2012-10-291-8/+0
| | | | SVN revision: 78618
* fix trivial typosMike Blumenkrantz2012-10-292-2/+2
| | | | | | | patch by Igor Murzov SVN revision: 78615
* fix box item finding as spotted by Igor MurzovMike Blumenkrantz2012-10-291-3/+3
| | | | SVN revision: 78613
* efm now checks (on startup) for stale device links on desktop and tries to ↵Mike Blumenkrantz2012-10-299-45/+129
| | | | | | | | | remove them ticket #1689 SVN revision: 78608
* account for users closing help dialog in qa tutorialMike Blumenkrantz2012-10-291-6/+17
| | | | | | | ticket #1693 SVN revision: 78605
* better fix for ilist item delete sizing bugMike Blumenkrantz2012-10-291-1/+1
| | | | SVN revision: 78604
* disable current theme menu item in themes menuMike Blumenkrantz2012-10-291-1/+4
| | | | SVN revision: 78603
* fix default theme buildMike Blumenkrantz2012-10-291-25/+25
| | | | | | | SPANK SPANK SPANK raster!!! SVN revision: 78602
* fix shelf magic failMike Blumenkrantz2012-10-291-3/+6
| | | | SVN revision: 78601
* E: Fix warning: variable 'cfd' set but not usedChristopher Michael2012-10-281-4/+3
| | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78584
* E: Fix warning: variable 'lp' set but not usedChristopher Michael2012-10-281-2/+1
| | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78583
* E: Fix warning: variable 'h' set but not usedChristopher Michael2012-10-281-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 Michael2012-10-281-4/+1
| | | | | | Signed-off-by: Christopher Michael <cpmichael1@comcast.net> SVN revision: 78581
* well - i found inconsistent namespacing for tasks and xkbswitch. fix!Carsten Haitzler2012-10-283-11/+11
| | | | SVN revision: 78578
* fix box crashMike Blumenkrantz2012-10-281-0/+1
| | | | SVN revision: 78575
* adjust efm fwin setup and popup to be... better theme friendly!Carsten Haitzler2012-10-285-292/+231
| | | | SVN revision: 78565
* and actually explicitly make toolbooks scrollable by default.Carsten Haitzler2012-10-271-0/+1
| | | | SVN revision: 78560
* fix toolbar/toolbook sizing issue and also make toolbar emit signalsCarsten Haitzler2012-10-272-2/+10
| | | | | | | | to say if icons are there or not. SVN revision: 78559
* and F2 for renameMike Blumenkrantz2012-10-261-0/+5
| | | | SVN revision: 78536