Commit Graph

12159 Commits

Author SHA1 Message Date
Carsten Haitzler cff3bfb61b oooh fix some infinite loops in entry .. and oh so much make color
specture.selector/sliders WORK again... properly.



SVN revision: 79557
2012-11-23 11:24:39 +00:00
Carsten Haitzler 4d880b56ec remove some infintie loops in entry where is resizes to the same size
and sets the same3 text again and again.



SVN revision: 79556
2012-11-23 04:41:47 +00:00
Carsten Haitzler 5d7474c5e5 split about text -> the translatable bit and the license bit (always
english).



SVN revision: 79539
2012-11-22 11:57:22 +00:00
Carsten Haitzler 6c466cd6f3 stderr for the run cmd so we can debug and stuff...
SVN revision: 79529
2012-11-22 01:27:03 +00:00
Massimo Maiurana 8314c3b95c updating various translations
SVN revision: 79519
2012-11-21 19:45:32 +00:00
Carsten Haitzler e9a383f40c printf--
SVN revision: 79489
2012-11-21 04:08:58 +00:00
Carsten Haitzler 2efe87a0e9 fix up single click and click to rename + event sticking with mouse
events.



SVN revision: 79488
2012-11-21 04:06:23 +00:00
Carsten Haitzler a7853d3ed9 add a shorter date format...
SVN revision: 79487
2012-11-21 03:10:41 +00:00
Sebastian Dransfeld 98b5464da5 wizard: listen for efreet build event, not update
build event signals cache exists, update that it has been updated. We
only want an existing cache here.

SVN revision: 79482
2012-11-20 22:02:02 +00:00
Sebastian Dransfeld 5986618d0a e: remove cruft
SVN revision: 79480
2012-11-20 21:18:30 +00:00
Carsten Haitzler fe99dc3e26 about legal stuff + contact info.
SVN revision: 79476
2012-11-20 15:37:50 +00:00
Carsten Haitzler e87dc77227 ensure the about dialog has a copy of the license to make sure legally
we've given the info needed in an accessible place to the user.



SVN revision: 79475
2012-11-20 15:32:27 +00:00
Sebastian Dransfeld 113d9dde6f e: typo
SVN revision: 79463
2012-11-20 05:56:54 +00:00
Carsten Haitzler 7e8768ad5d add new about theme signals/text capabilities as per email - change 1
string - "Theme" -> "About Theme"



SVN revision: 79461
2012-11-20 01:41:33 +00:00
Sebastian Dransfeld 8d810ae79f e: build and install modules separately
SVN revision: 79454
2012-11-19 20:17:06 +00:00
Christopher Michael e5a6beaa9e Also show refresh rate in the popup menu.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 79450
2012-11-19 13:19:06 +00:00
Sebastian Dransfeld 875b1959d1 e: formatting
SVN revision: 79440
2012-11-19 08:16:40 +00:00
Carsten Haitzler a1f39e26d9 remove -no-undefined for osx
SVN revision: 79437
2012-11-19 03:26:26 +00:00
Carsten Haitzler deec0c92b7 umm commit damnit! -> illume2 policies/keyboard install location fix.
SVN revision: 79436
2012-11-19 01:25:13 +00:00
Mike McCormack 8b1be88993 e: Fix unchecked return code warning
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 79433
2012-11-18 19:58:02 +00:00
Massimo Maiurana 5e58640d61 updating portuguese and italian translations
SVN revision: 79431
2012-11-18 16:54:34 +00:00
Vincent Torri ba53c29261 E17: update alloca detection
SVN revision: 79427
2012-11-18 13:42:48 +00:00
Vincent Torri 506306c28b e17: config.h is automatically added as a dependency by automake
SVN revision: 79414
2012-11-18 07:48:26 +00:00
Sebastian Dransfeld e54ec613c4 e: gravity on lock win
SVN revision: 79412
2012-11-17 20:58:36 +00:00
Sebastian Dransfeld 5865d2d675 e: lock parent, not window
SVN revision: 79411
2012-11-17 20:39:29 +00:00
Mike Blumenkrantz 36af3ea6bb only post-adjust menu position for non-submenus
ticket #1802


SVN revision: 79403
2012-11-16 22:09:48 +00:00
Daniel Juyung Seo f185eabf92 e e_entry.c: 1. Used EINA_TRUE/FALSE for Eina_Bool. 2. Removed unused variable 'have_preedit'
SVN revision: 79379
2012-11-16 11:46:03 +00:00
Sebastian Dransfeld 30350d0f76 e: edit == !noedit && !edit == noedit
SVN revision: 79373
2012-11-16 10:20:31 +00:00
Sebastian Dransfeld 69ccc437dc e/conf_theme: Improvements
Application themes are only for gtk apps, so add GTK to naming. Also add
an indicator whether theme supports gtk{2,3}.

SVN revision: 79370
2012-11-16 09:51:29 +00:00
Carsten Haitzler 1da5608d7b entry - read only mode (noedit) should be supported and use it from
file preview too...



SVN revision: 79368
2012-11-16 09:08:14 +00:00
Sebastian Dransfeld 6004ba2eaa e: prevent events on modal parent
This fixes trapping of events on modal parents. We can't change event
mask, as that changes the event _we_ receive, not the client. We must
add and input window above the parent which traps the events.

SVN revision: 79367
2012-11-16 09:02:24 +00:00
Carsten Haitzler 7f0093484a dont double-send disablke emits in wizard.
SVN revision: 79365
2012-11-16 08:32:39 +00:00
Mike Blumenkrantz 4c2e27030f don't set dummy layouts in kbd wizard page anymore, also sort by label so we get a usable list
SVN revision: 79361
2012-11-16 07:03:02 +00:00
Tom Hacohen 5d840bab5b E entry: force disable thumbscroll.
We need that disabled, as currently mouse grabbing breaks if that's not
set. That's what you get when you have scrolling and selection in the same
place. We can just use selection for scrolling or fix the issue.
The fix would probably require using the ON_SCROLL flag instead of
the ON_HOLD and actually handle it correctly.

SVN revision: 79359
2012-11-16 06:55:40 +00:00
Mike Blumenkrantz 26b38be179 fix crash in menus
SVN revision: 79347
2012-11-15 15:01:19 +00:00
Mike Blumenkrantz c984977c20 prevent thread crash on startup; efreet does some non-threadsafe stuff, so we need to not be generating multiple menus simultaneously on init
SVN revision: 79344
2012-11-15 13:20:34 +00:00
Carsten Haitzler 9cceb74058 fix text mouse pointer stickiness in entry.
SVN revision: 79342
2012-11-15 12:40:27 +00:00
Shinwoo Kim d65998418d [access] load, save config value
SVN revision: 79341
2012-11-15 12:30:55 +00:00
Mike McCormack b0f8f6c8bf e: Fix warning unused return code warning
e_widget_filepreview.c:817:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 79337
2012-11-15 11:14:31 +00:00
Massimo Maiurana eac882bdcd updating portuguese and italian translations
SVN revision: 79335
2012-11-15 10:49:47 +00:00
Shinwoo Kim e109df357a [access] enhance access module
1. use proper variable name longpressed instead of down.
 2. add client message handler to construct, distruct the input window.
 3. comment out 2 finger related lines.
 4. send ACTION_READ message with x, y coordinate.



SVN revision: 79332
2012-11-15 10:08:45 +00:00
Mike Blumenkrantz 3b8856aa3c unbreak tab completion in efm typebufs
SVN revision: 79331
2012-11-15 09:59:51 +00:00
Mike Blumenkrantz 9e4184cee1 thread-create favorite apps menu on startup since this will probably be a commonly used menu
SVN revision: 79328
2012-11-15 09:36:21 +00:00
Mike Blumenkrantz 6d3694d4a9 improve menu positioning for menus which have not yet generated items at the time that they are made visible
SVN revision: 79326
2012-11-15 09:20:28 +00:00
Carsten Haitzler 4535107c4a comp -> enusre styles for init window and desklock are still (so they
just fade in and out - no zoom).



SVN revision: 79325
2012-11-15 09:12:16 +00:00
Carsten Haitzler 3a20ce737f fix inconsistent signal src for desklock.
SVN revision: 79324
2012-11-15 09:11:49 +00:00
Mike Blumenkrantz ca2501c4a1 move menu sizing to after menu actually gets sized to prevent multiple resizes
SVN revision: 79323
2012-11-15 08:57:01 +00:00
Mike Blumenkrantz 97e91c2e9b no more garbage in text file previews
ticket #1601


SVN revision: 79322
2012-11-15 08:20:48 +00:00
Mike Blumenkrantz 7c7927bd4e patch from Maxime Villard fixing a bug in EFM which could cause data loss when dragging directories onto external devices
SVN revision: 79319
2012-11-15 07:31:05 +00:00
Carsten Haitzler 3b8e40fb12 make font preview string cover more scripts and be more useful.
SVN revision: 79309
2012-11-15 04:21:47 +00:00
Hyojin Kim e8398b2057 From: Hyojin Kim <hyojina.kim@gmail.com>
Subject: [E-devel] font, size list are not enabled even though custom
font is checked.

I'm a beginner of EFL. and this is my first bug reporting.
If I don't follow the rule of bug reporting, please correct me.

* Bug
In font settings, I checked "Enable Custom Font Classes" and set a
font and
size.
then, when I enter font settings again, font and size list are disabled.

* Cause
cfdata->cur_enabled is always 0 in _basic_create_widgets().

*Solution
 set cfdata->cur_enabled as 1 in _basic_init_data_fill().
 
 Please review attached before,after files.
 If the changes are not perfect, please give me feedback.
 
 


SVN revision: 79308
2012-11-15 03:49:33 +00:00
Mike Blumenkrantz c752389817 e now remembers left/right maximization state across restarts
ticket #1694


SVN revision: 79294
2012-11-14 13:47:37 +00:00
Mike Blumenkrantz a3a8cc827c ensure pulse mixer always disconnects when requested
SVN revision: 79292
2012-11-14 12:33:52 +00:00
Mike Blumenkrantz 62a83145f7 ensure that we aren't trying to lost window warp new windows
SVN revision: 79289
2012-11-14 11:47:34 +00:00
Mike Blumenkrantz 818881cc77 break after finding matching remember
SVN revision: 79288
2012-11-14 11:41:00 +00:00
Mike Blumenkrantz 1c629696ee e should now remember pre-maximize sizes for windows across restarts
SVN revision: 79287
2012-11-14 11:39:29 +00:00
Mike Blumenkrantz 0bc2c8a7d8 only size/swallow menu icons once
SVN revision: 79278
2012-11-14 10:35:38 +00:00
Mike Blumenkrantz 0c0605da1e pack before thaw so we don't calc twice
SVN revision: 79277
2012-11-14 10:27:27 +00:00
Mike Blumenkrantz cc887a265c formatting
DEAR CEDRIC: PLEASE LEARN HOW TO FORMAT YOUR CODE CORRECTLY. THANKS.


SVN revision: 79276
2012-11-14 09:57:11 +00:00
Mike Blumenkrantz 714185fd1a fix possible, but confusing, dnd crash in efm
SVN revision: 79275
2012-11-14 09:50:00 +00:00
Mike Blumenkrantz 6d22c11a5d due to the combined efforts of an elite developer task force (EDTF) led by devilhorns over a period of weeks, a comp bug caused by fullscreen windows not properly reenabling compositing for override windows is now slightly less crippling, though still very crippling in some cases
ticket #1558


SVN revision: 79274
2012-11-14 09:40:30 +00:00
Mike Blumenkrantz fbca1c1c83 zero the window menu caption buffer
SVN revision: 79272
2012-11-14 09:25:13 +00:00
Mike Blumenkrantz ea545a4eda probably fix bug where mixer bindings would fail to be added again after refreshing a gadget
ticket #1774


SVN revision: 79271
2012-11-14 09:05:00 +00:00
Carsten Haitzler 8e5a49765b make e ipc socket string shorter. osx is unhappy with long paths for
sockets it seems. :)



SVN revision: 79268
2012-11-14 06:38:25 +00:00
Sebastian Dransfeld 2723076d62 e/shot: use mkstemps when template has ext
SVN revision: 79247
2012-11-13 21:35:40 +00:00
Sebastian Dransfeld e6005b1b3d e/wizard: load the copied desktop to trigger cache
SVN revision: 79245
2012-11-13 20:36:41 +00:00
Mike Blumenkrantz 65a08d98fe add E_EVENT_BACKLIGHT_CHANGE
SVN revision: 79238
2012-11-13 17:36:51 +00:00
Mike Blumenkrantz 4e4db42904 properly multiply backlight timeout by seconds
SVN revision: 79230
2012-11-13 13:50:31 +00:00
Mike Blumenkrantz c2ef62e4b5 fix bug where changing config in one clock gadget would reset all clock gadgets
SVN revision: 79229
2012-11-13 13:40:31 +00:00
Thomas Gstädtner 0906b365d1 border remembers: rename Using to Identifiers to be more obvious
Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79223
2012-11-13 10:58:16 +00:00
Thomas Gstädtner 76026c02c8 border locks: deengrishify
Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79222
2012-11-13 10:58:11 +00:00
Thomas Gstädtner 5349d22d16 wallpaper: more sane dialog title
Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79221
2012-11-13 10:58:04 +00:00
Thomas Gstädtner c4ac816070 physics: fix typo
let's teach a correct metric system, shall we? :P

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79220
2012-11-13 10:57:58 +00:00
Thomas Gstädtner 62c7d7231b e_fm: fix typo
Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79219
2012-11-13 10:57:50 +00:00
Mike Blumenkrantz 6f633693a7 fix e_start on BSDs, patch from Maxime Villard
SVN revision: 79218
2012-11-13 10:54:35 +00:00
Mike Blumenkrantz 5768027eba int size fix from Maxime Villard
SVN revision: 79217
2012-11-13 10:52:49 +00:00
Mike Blumenkrantz 051353d137 fix video preview layouts
ticket #1716


SVN revision: 79216
2012-11-13 10:45:58 +00:00
Mike Blumenkrantz ae73a11981 another rewrite: gadman now just resets itself on a timer any time you mess with monitors instead of trying to add/remove gadcons properly. this should fix some bugs which were floating around
SVN revision: 79211
2012-11-13 09:51:28 +00:00
Mike Blumenkrantz c064a1d2b0 rewrite theme menu scanning to not need a scan every time the menu opens
SVN revision: 79210
2012-11-13 09:30:37 +00:00
Lucas De Marchi bcac7d0525 e: remove leftover files from built tree
SVN revision: 79209
2012-11-13 09:10:35 +00:00
Lucas De Marchi 226756395e e: use subdir-objects only on modules
autopoint/gettext stuff isn't happy at all with subdir-objects option in
configure.ac. We need this option to compile the modules or otherwise we
have a conflict in the generated objects.

big spankies to the gettext crowd.

"fix" it by only using subdir-objects in src/modules/Makefile.am, where
it's really needed.



SVN revision: 79208
2012-11-13 09:09:06 +00:00
Mike Blumenkrantz 4a4f40215e pass border to kill function as expected and don't kill anything if a non-border object was passed
ticket #1769


SVN revision: 79206
2012-11-13 08:39:45 +00:00
Christopher Michael b9446430c8 Surfaceless extension is not longer required for wayland clients in E
Compositor.

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

SVN revision: 79205
2012-11-13 08:33:36 +00:00
Mike Blumenkrantz 3eebf58116 from rustyBSD:
Hi,
 here is a patch for e/src/modules/cpufreq/e_mod_main.c

 I. _cpufreq_status_check_available() always returns 1,
    so moved to void.

 II. Don't need to 'buf[sizeof(buf) - 1] = 0;', as it's
     already done by snprintf.

 III. Stuff for OpenBSD.

 IV. Fixed files descriptors leaks, and removed useless
     code.

 thanks


SVN revision: 79203
2012-11-13 07:54:03 +00:00
Mike Blumenkrantz e97ccf53cd by popular (overwhelming) demand, -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it now prevents enlightenment_start from ptracing, which allows gdb attaching once more
SVN revision: 79202
2012-11-13 07:46:02 +00:00
Carsten Haitzler 80858ec4fc 1. move crashdump to its own file - not in xsession-errors (gets
overitten by whatever is already writing to it)
2. set restart env var so crashes dont bring up init splash.



SVN revision: 79198
2012-11-13 05:47:36 +00:00
Tom Hacohen 151e675cf2 E menu: Fix menu abbreviation.
Possibly not the fastest way to do it, but I really don't have the time to
do it now. I'm just doing it because it took me less time to fix it than
to handle all of Mike's bugging in PM and mails. ;P
Something is still broken in here, but I don't have time to deal with
it, if there's something broken please let me know or fix it yourself,
should be fairly easy.

SVN revision: 79189
2012-11-12 18:35:34 +00:00
Tom Hacohen e79ad1ed13 E menu: title abbrv is now less broken.
Still very broken.

SVN revision: 79188
2012-11-12 18:35:20 +00:00
Mike Blumenkrantz 62004a922e no need for AM_LIBADD in any of these makefiles either
SVN revision: 79171
2012-11-12 15:11:12 +00:00
Mike Blumenkrantz 868e9820e4 don't delete evry pkgconfig file for make clean
SVN revision: 79170
2012-11-12 15:10:15 +00:00
Mike Blumenkrantz 8de2ac43f1 s/reopen/relaunch/
SVN revision: 79169
2012-11-12 14:47:36 +00:00
Carsten Haitzler 3868f0f91a try avoid null ptr derefs.
SVN revision: 79168
2012-11-12 14:45:59 +00:00
Christopher Michael 2603f3d7a1 Kick the Wayland support for E Compositor back into build shape.
NB: Builds again now, but does not Yet render wayland clients...soon ;)

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

SVN revision: 79164
2012-11-12 14:41:30 +00:00
Mike Blumenkrantz fa8b81e403 HUUUUUUGE spankies to the person who wrote the backlight settings config. massive. humongous. colossal. cannot-adequately-describe-size-because-it-is-too-large sized spankies.
there was a callback set on the dpms timer slider which would, whenever the slider was moved and on creating the slider, set the backlight+screensaver timers to zero IN THE E CONFIG ITSELF. this means anyone who ever opened the dialog with dpms enabled had their backlight+screensaver config broken.
cannot emphasize how bad this is.
ticket #1765


SVN revision: 79163
2012-11-12 14:09:04 +00:00
Mike Blumenkrantz 3234fbd9e8 use same limits for screensaver timing as in backlight
SVN revision: 79162
2012-11-12 14:05:25 +00:00
Mike Blumenkrantz b0799e082f set sane config limits for backlight/screensaver enable
ticket #1760


SVN revision: 79161
2012-11-12 13:58:39 +00:00
Mike Blumenkrantz 8800c3b406 fix some possible round issues in screensaver config
SVN revision: 79160
2012-11-12 13:52:38 +00:00
Mike Blumenkrantz b9082e6209 improve checks for window position limits
ticket #1740


SVN revision: 79159
2012-11-12 13:15:42 +00:00
Mike Blumenkrantz f54201ce24 woo typo
SVN revision: 79158
2012-11-12 13:13:17 +00:00
Mike Blumenkrantz 959afb514a define XCB_ATOM_NONE if not defined because opensuse sucks
ticket #1722
this commit brought to you by the recipient of the 2012 E-Devel "Hater" award


SVN revision: 79157
2012-11-12 13:02:12 +00:00
Mike Blumenkrantz 3606401dcf only try opening .so files as wizard pages
SVN revision: 79153
2012-11-12 11:52:33 +00:00
Mike Blumenkrantz 37e893bc15 change pulse reconnect mechanism to always just try and reconnect on a timer
ticket #1742


SVN revision: 79151
2012-11-12 11:44:59 +00:00
Mike Blumenkrantz 021e030364 set popup edje bg to pull in shape settings on popup
ticket #1714


SVN revision: 79150
2012-11-12 11:10:44 +00:00
Mike Blumenkrantz 31b2e6dcf9 add "Flip To Previous Desktop" action
ticket #1717, patch originally by Robert David <robert.david.public@gmail.com>


SVN revision: 79148
2012-11-12 10:49:28 +00:00
Mike Blumenkrantz 5231b6c6aa shot module improvements:
* no longer init curl every time a shot is uploaded
* disable share dialog's Cancel button once upload is complete


SVN revision: 79147
2012-11-12 10:28:00 +00:00
Mike Blumenkrantz 903f4630cd add -no-undefined to e module build
SVN revision: 79146
2012-11-12 10:24:25 +00:00
Stefan Schmidt eb399ef785 e/tiling: Add all images to EXTRA_DIST after makefile changes.
We should make sure the images are landing in the tarball for make distcheck.

SVN revision: 79145
2012-11-12 10:09:40 +00:00
Mike Blumenkrantz e5903f4740 add support for and use eina_list_last_data_get
SVN revision: 79144
2012-11-12 10:05:09 +00:00
Mike Blumenkrantz cd4c26b0f5 use list handler macro
SVN revision: 79143
2012-11-12 10:00:08 +00:00
Mike Blumenkrantz 031624abd9 xkb no longer sets dummy default layouts and is smarter about applying configs without layouts
SVN revision: 79141
2012-11-12 09:49:07 +00:00
Mike Blumenkrantz c3569031ff more MAX removals
ticket #1757 (4/3)


SVN revision: 79140
2012-11-12 09:24:01 +00:00
Mike Blumenkrantz 4ae43fb422 check for sys/ptrace.h and only use ptrace() in e_start_main.c if it's present
ticket #1757 (3/3)


SVN revision: 79139
2012-11-12 09:23:39 +00:00
Mike Blumenkrantz 15b668e01a more build fixes: MAX into e.h if not defined, remove other definitions as pointed out by Robert David
ticket #1757 (2/3)


SVN revision: 79138
2012-11-12 09:16:23 +00:00
Mike Blumenkrantz cf98c0003f fix static grab build on solaris
ticket #1757 (1/3)


SVN revision: 79137
2012-11-12 09:10:16 +00:00
Mike Blumenkrantz 8567e132c9 patch from rustyBSD with tempget fixes
SVN revision: 79136
2012-11-12 08:40:35 +00:00
Carsten Haitzler e34a70334f thar be clock theme fun... in e17.
warning: new strings for intl due to having to make date a config
option.



SVN revision: 79130
2012-11-12 04:32:59 +00:00
Carsten Haitzler dba1bff12e handle the 0 copied files case... but... no thana - dont change the
return value. it WAITS for efreet to be happy and give an update
event. this event doesnt come and thats currently some efreet bug.



SVN revision: 79120
2012-11-11 20:27:55 +00:00
Massimo Maiurana 5e2b9f2a6c updating russian translation
SVN revision: 79119
2012-11-11 20:20:43 +00:00
Carsten Haitzler 687e8f2fe9 and make sure it fits on 640x480.
SVN revision: 79117
2012-11-11 20:13:27 +00:00
Carsten Haitzler 629cec5473 make scaling dialog match changes in wizard.
SVN revision: 79116
2012-11-11 20:07:45 +00:00
Mike Blumenkrantz 4644272a70 AM_LIBADD is NOT an automake variable, confusing (and stupid) though that may seem! this fixes pretty much all modules which were previously broken. spankies!
SVN revision: 79109
2012-11-11 08:38:41 +00:00
Samuel F. Baggen 7d17ed409d fix for button Next in wizard which was disabled by default on the Sizing page, the cause may have been the previous state
SVN revision: 79099
2012-11-10 17:47:59 +00:00
Tom Hacohen b49befa400 E entry: use E_FREE as suggested by Sebastian Dransfeld.
SVN revision: 79090
2012-11-10 10:11:25 +00:00
Carsten Haitzler 0c1681eca7 fix a few minor wizrd things:
1. if adding desktop files takes to long to rescane... provide a blank
pge+title at least with disabled next button
2. adjust sizes of title preview for scaling to be useful.
3. adjust other text box sizes to avoid scrollies.



SVN revision: 79079
2012-11-10 03:57:57 +00:00
Samuel F. Baggen 9eef0e9ae0 not prompted/ui page is waiting for user to click in next page, which makes wizard progress confusing because is needed to click again when nothing happened
SVN revision: 79077
2012-11-10 03:34:54 +00:00
Samuel F. Baggen d49d43fa34 typo from recyclating code
SVN revision: 79076
2012-11-10 03:18:31 +00:00
Carsten Haitzler 16e8ff0ff5 disable the screensaver/dpms blank forcing - it fixes 1 xorg issue but
triggers others on other xorgs. ugh.



SVN revision: 79074
2012-11-10 01:44:50 +00:00
Mike McCormack 1b1fdc0b45 e: Comment code generating an unused warning
SVN revision: 79070
2012-11-09 21:54:12 +00:00
Tom Hacohen ac38ad5121 E entry: Fixed issue with marup and text set/get.
This fixes #1715 or at least should.

SVN revision: 79061
2012-11-09 19:41:06 +00:00
Vincent Torri c6de6576c0 E17: fix keyboard for NetBSD and OpenBSD in wizard
patch by Maxime Villard (rustyBSD)


SVN revision: 79060
2012-11-09 19:33:38 +00:00
Carsten Haitzler 7c7b388014 send enlightenment_start a sigusr1 and it will give up its ptracing
efforts on e17. :) u can then gdb attach as u like.



SVN revision: 79029
2012-11-09 15:42:57 +00:00
Carsten Haitzler f534e30089 put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup?



SVN revision: 79024
2012-11-09 14:49:05 +00:00
Cedric BAIL 6980eb0bc7 e: improve usability of WBOD.
SVN revision: 79023
2012-11-09 13:53:08 +00:00
Christopher Michael 2170cc5b98 E: Fix typo spotted by rustyBSD.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 79016
2012-11-09 11:05:35 +00:00
Carsten Haitzler 5fa813e1cc lucas... u're going to hate me... but i'm reverting this whole lot of
module build chnages because its fundamentally broken. it DOES NOT
PRODUCE .SO FILES. just .la and .a files. the only reason u dont
notice is.. you ALREADY had .so's installed. i just got in from the
airport... synced and updated.. rebuilt and was met with all modules
not loading... literally - no .so's are installed int he module dirs.
try rm -rf the instaleld module tree.

regardless... this has to be reverted be3cause it's a major break. the
idea is right/nice. the implementation is causing... problems.



SVN revision: 79015
2012-11-09 10:45:35 +00:00
Lucas De Marchi 29e6c350e4 e/cpufreq: run the install data hook correctly
SVN revision: 79006
2012-11-09 00:10:35 +00:00
Lucas De Marchi e2d112bb23 e/modules: install everything headers
SVN revision: 79002
2012-11-08 17:40:33 +00:00
Lucas De Marchi bf8f13e811 e: fix relative/absolute path usage in automake
automake thinks it's good to mix absolute and relative path, based on
where the build dir is. So, $(top_srcdir) is not always relative
regardless the fact that if we wanted it to be absolute we could have
used $(abs_top_srcdir). So... use the absolute dir. Always.



SVN revision: 78999
2012-11-08 14:20:28 +00:00
Lucas De Marchi c5f1ac5065 e/modules: workaround missing dep in some automake versions
Automake 1.11 seems not to include a dependency between
wizard_page_150_la_OBJECTS and the generated .c/.h files. I'm not
entirely sure this is the right fix, but letting the build broken for
some people is not nice neither. Try to fix it with this, and check
later if this is indeed necessary.



SVN revision: 78998
2012-11-08 13:01:20 +00:00
Lucas De Marchi 0dd06ef17e e/mixer: remove trailing \t
It was not intended and apparently it fails to build in some computers as is.



SVN revision: 78989
2012-11-08 03:50:07 +00:00
Lucas De Marchi 7c381d2d27 e/modules: fix missing "\" for line continuation
Add "\" for line continuation in temperature and dropshadow modules.



SVN revision: 78988
2012-11-08 03:45:14 +00:00
Lucas De Marchi 7a9d3996d2 e/temperature: simplify build options
SVN revision: 78987
2012-11-08 03:45:05 +00:00
Lucas De Marchi 7941ef8cdf e/modules: reference srcdir to build edj files
This fixes out-of-tree build.



SVN revision: 78986
2012-11-08 02:51:34 +00:00
Lucas De Marchi 0000e87ffc e/modules: delete old Makefile.am's
SVN revision: 78983
2012-11-07 21:50:53 +00:00
Lucas De Marchi 7e3c136fce e/modules: shorten edje flags
SVN revision: 78982
2012-11-07 21:46:56 +00:00
Lucas De Marchi 87c46275c1 e/modules: shorten build rule for .edj
SVN revision: 78980
2012-11-07 21:46:47 +00:00
Lucas De Marchi f5d69d04b3 e/modules: silent edje_cc
SVN revision: 78979
2012-11-07 21:46:42 +00:00
Lucas De Marchi 7d6e2c8778 e/modules: Do not use recursive Makefiles
SVN revision: 78978
2012-11-07 21:46:35 +00:00
Cedric BAIL 3fe9bed80e E: should now compile on Mac OS X.
SVN revision: 78977
2012-11-07 21:21:04 +00:00
Cedric BAIL 03d50e9546 E: little hack to handle valid SIGILL.
SVN revision: 78976
2012-11-07 20:56:57 +00:00
Sebastian Dransfeld 8eacf64412 pager: prevent double pager windows
SVN revision: 78950
2012-11-06 21:31:25 +00:00
Sebastian Dransfeld 164151842f e: always apply xsettings
And use _e_xsettings_update instead of looping managers

SVN revision: 78941
2012-11-06 15:21:11 +00:00
Sebastian Dransfeld 9fdf8faf78 e: Fix free of list from _e_border_sub_borders_new
First loop, then eina_list_free == spankies!!!

Please fix code correctly when mistakes are spotted.

S.

SVN revision: 78913
2012-11-05 08:31:23 +00:00
ChunEon Park b71fad439d e/e_border - Fix memory leak
Dear all.

I found that there is code to occur memory leak in e_border.c and I fixed it.
Please review this patch.

Thanks.

Doyoun Kang

Singed-Off-By:Doyoun Kang<doyoun.kang@samsung.com>



SVN revision: 78910
2012-11-05 07:51:07 +00:00
Hannes Janetzek f03c7fb898 e17/evry: block less
SVN revision: 78909
2012-11-05 01:12:19 +00:00
Hannes Janetzek 34625fa849 e17/evry: use cached exe list directly, no need to strdup
SVN revision: 78907
2012-11-05 00:17:26 +00:00
Hannes Janetzek 401ad33fe5 e17/evry: avoid some spankies
- keep pointer to idler, callback might be renewed


SVN revision: 78906
2012-11-04 22:57:04 +00:00
Hannes Janetzek e885e76f12 e17/evry: add monitors for PATH, avoid scanning each time.
- maybe something like this could go into e_exec?


SVN revision: 78904
2012-11-04 22:11:02 +00:00
Hannes Janetzek 447afe0a2b e17/evry> this look like nonsense
SVN revision: 78903
2012-11-04 19:28:42 +00:00
Hannes Janetzek 88e76c90eb e17/evry - fix exebuf to eina_file conversion. eina_file_statat does not return Eina_Bool
SVN revision: 78902
2012-11-04 19:11:25 +00:00
Carsten Haitzler b278916e9d dark theme -> e17 tree default.
SVN revision: 78896
2012-11-04 11:52:35 +00:00
Mike Blumenkrantz 568b106bd3 some patch from Maxime Villard for secure deletion fixes again
SVN revision: 78876
2012-11-02 21:02:26 +00:00
Mike Blumenkrantz dc0dd0906f efm progress bar thingy now handles secure deletion
ticket #1702
also renamed the "unknow" operation to "unknown", default theme updated


SVN revision: 78865
2012-11-02 13:45:47 +00:00
Mike Blumenkrantz 7de1d89a0b fix process updating for secure delete operations, efm_op now requires libmath
SVN revision: 78864
2012-11-02 13:44:37 +00:00
Mike Blumenkrantz 2bd9c7f72c efm now remembers sort mode per-directory
ticket #1696


SVN revision: 78861
2012-11-02 12:36:35 +00:00
Mike Blumenkrantz 43fcfbb1d9 simplify macro
SVN revision: 78858
2012-11-02 12:26:20 +00:00
Mike Blumenkrantz 2f0c52ee23 uchar -> bool
SVN revision: 78857
2012-11-02 12:19:50 +00:00
Mike Blumenkrantz b48ec91e0e formatting
SVN revision: 78856
2012-11-02 12:16:06 +00:00
Mike Blumenkrantz 6f24439dc4 efm Sorting menu is now a first-level submenu
SVN revision: 78855
2012-11-02 12:12:28 +00:00
Mike Blumenkrantz 0cb7e8e3f3 finally fix annoying submenu offset bug
ticket #1691


SVN revision: 78854
2012-11-02 11:56:32 +00:00
Mike Blumenkrantz bcd7b442c4 hack/fix initial toolbar sizing, prevents weird fwin size bugs caused by trying to calc toolbar size before the toolbar has been sized
SVN revision: 78852
2012-11-02 11:31:06 +00:00
Mike Blumenkrantz d23548d79e only move windows to center when they're offscreen
SVN revision: 78851
2012-11-02 11:17:33 +00:00
Mike Blumenkrantz b355a53324 formatting
SVN revision: 78850
2012-11-02 10:11:32 +00:00
Mike Blumenkrantz 943d9d7423 fix shadow warning
SVN revision: 78849
2012-11-02 09:50:49 +00:00
Mike Blumenkrantz dc6f35c7f1 unbork e_start; 500 bonus b0rker points to cedric for b0rking the unb0rkable
SVN revision: 78848
2012-11-02 09:50:03 +00:00
Mike Blumenkrantz e020a07e58 filepreview now works with gifs
SVN revision: 78846
2012-11-02 09:34:28 +00:00
Mike Blumenkrantz c3a97e3965 filepreview now uses preview as container for video previews
SVN revision: 78845
2012-11-02 09:09:01 +00:00
Mike Blumenkrantz 01b47aed5f overhaul and fix custom bg+overlay setting/unsetting in efm
SVN revision: 78844
2012-11-02 09:04:26 +00:00
Mike Blumenkrantz d253e7cc05 shelves config dialog now watches rename events
ticket #1712


SVN revision: 78834
2012-11-02 08:04:32 +00:00
Mike Blumenkrantz 1fbcc07e04 whoops forgot to ref
SVN revision: 78833
2012-11-02 08:03:35 +00:00
Mike Blumenkrantz 0b5a3ec96d break out ilist item label setting
SVN revision: 78832
2012-11-02 08:00:58 +00:00
Mike Blumenkrantz 14e898b6a7 add shelf rename events
SVN revision: 78831
2012-11-02 07:53:37 +00:00
Mike Blumenkrantz c3729552ee fix entry crash
SVN revision: 78830
2012-11-02 07:46:53 +00:00
Mike Blumenkrantz c5b9a2b768 screen limits option now affects windows lost prior to enabling the option, patch by Deon Thomas
ticket #1711


SVN revision: 78829
2012-11-02 07:44:00 +00:00
Mike Blumenkrantz f37f21c247 unbork window shading from yesterday
SVN revision: 78828
2012-11-02 07:34:40 +00:00
Hannes Janetzek ab50d227c2 e17/evry: exebuf name some variables by what they do
- fix segv in config dialog. did e_widget change? 
   i beleive  e_widget_entry_add(e, &(page->trigger)) must have always set page->trigger to be not null
   ... just in case there are other places where this was not chacked before


SVN revision: 78793
2012-11-01 15:02:03 +00:00
Mike Blumenkrantz 0532cb78fd fix desktop file rename cnp operations
ticket #1703


SVN revision: 78789
2012-11-01 14:41:36 +00:00
Mike Blumenkrantz 87217a841b add container variant of e_win_evas_object_win_get: e_container_evas_object_container_get
SVN revision: 78788
2012-11-01 14:14:10 +00:00
Mike Blumenkrantz 54330a3ca6 reorder+fix some border sizing code to not do funny things like randomly make windows with half-sized borders
ticket #1690


SVN revision: 78786
2012-11-01 13:50:14 +00:00
Mike Blumenkrantz 9306965e13 fix client win list with long utf8 titles and length limits, also fix a related leak
ticket #1649


SVN revision: 78752
2012-11-01 09:18:50 +00:00
Mike Blumenkrantz 0dfb15f58e use handler list macro
SVN revision: 78750
2012-11-01 08:25:35 +00:00
Mike Blumenkrantz 0cb0c0939a unbreak build, spankies cedric
SVN revision: 78749
2012-11-01 08:14:36 +00:00
Carsten Haitzler f9c6b40357 double ensure that tb signal emit happens.
SVN revision: 78745
2012-11-01 06:36:57 +00:00
Cedric BAIL 380386817b e: full rewrite of our WBOD.
NOTE: the new behaviour require a parent process,
here enlightenment_start, to watch over enlightenment.
It does use ptrace to monitor his child and track
what is going on. When a crash happen it ask gdb to
add the backtrace directly into .xsession-errors.

If you use systemd user session, you may want to offload
that work to systemd. You can do so, but don't forget to
pass -nopause to enlightenment when you start it.

WARNING: For all user, you will need to exit your
current session and start a fresh one for this new WBOD
to work at all. Just restarting Enlightenment will not
help you.


SVN revision: 78742
2012-11-01 06:23:49 +00:00
Cedric BAIL 0b5db2653e e: simplify logic.
SVN revision: 78737
2012-11-01 01:09:22 +00:00
Lucas De Marchi 92eee9068a 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
2012-10-31 20:40:40 +00:00
Massimo Maiurana db489a2338 patch from Igor Murzov for a correct use of plural forms with gettext
SVN revision: 78716
2012-10-31 18:44:14 +00:00
Mike Blumenkrantz 1cc67fa9a1 typo
SVN revision: 78713
2012-10-31 16:30:01 +00:00
Mike Blumenkrantz efd116d655 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
2012-10-31 15:56:23 +00:00
Mike Blumenkrantz 78967eac38 patch from Maxime Villard with some minor changes and openbsd fixes
SVN revision: 78711
2012-10-31 15:40:53 +00:00