Mike Blumenkrantz
7475d4032d
E18.0 release
9 years ago
Mike Blumenkrantz
fb2db25056
remove cl/news entries about conf2
9 years ago
Mike Blumenkrantz
be6351f15e
fix mixer regression which broke non-pulseaudio support
9 years ago
Igor Murzov
ea1ae87962
Update russian translation
9 years ago
Igor Murzov
5e840d4b5c
Add more messages to the pot
9 years ago
Mike Blumenkrantz
bd6bbdd5f4
only set mouse-in focus if target window is not already the focused window
...
T483 again
9 years ago
Mike Blumenkrantz
1868f28480
mailmap myself
9 years ago
maxerba
4bbdeeb6b7
updating italian translation
9 years ago
maxerba
6b17d616d3
updating galician translation
9 years ago
Mike Blumenkrantz
d216853252
when rolling back an efm_op task, also remove children tasks
...
this simplifies/fixes the case where copying directories and canceling the operation would not correctly propagate the cancel to subtasks (contents of the directory)
T680
9 years ago
Mike Blumenkrantz
c2c9c3ab72
propagate parent tasks when creating work tasks from scan tasks
9 years ago
Mike Blumenkrantz
b93c035176
set efm_op parent tasks when creating new scan tasks for a directory
9 years ago
Mike Blumenkrantz
f9c16ba1ce
separately calling eina_init after ecore_init in e_fm_op? wtfffffffffffffffffffffffffffffffff
9 years ago
Mike Blumenkrantz
f6ec2c6f60
set ecore_app_no_system_modules in various system utilities
9 years ago
Mike Blumenkrantz
d4fe53e2ce
check smart data on efm rename dialog delete
9 years ago
Mike Blumenkrantz
428d2adb00
errr...new desklock variable is meant to be !checked to see if the user has ever successfully unlocked
9 years ago
Mike Blumenkrantz
cc9c130c24
clean up desklock showing on startup, add env var for checking unlocked state
...
desklock's layer is below the start splash layer, so this can just be shown any time regardless of whether it's enabled. security++
previously the fact that e was restarting could break out of desklocked startup due to how the env variables were set. now there is a new variable which only gets set when the screen is locked which will force lock on startup even during restarts
T681
9 years ago
Cedric BAIL
56d9c12676
gdb: test for bad kernel behavior.
9 years ago
Cedric BAIL
147f088efa
gdb: detect that the file was generated properly.
...
This is a workaround kernel that prevent ptrace to another process.
9 years ago
Cedric BAIL
fd271ba0c8
gdb: don't forget to turn on file logging to get anything useful.
9 years ago
Doug Newgard
ccbad52829
Cleanup PKGBUILD
...
Summary:
Name shouldn't include 17, that was only because it went into the Arch
repos that way
No need for _pkgver variable
Wayland is now at 1.3 in the repos, so the deps don't need to be
conditional. That was left over from before the release.
Removing libtool files is now the default, don't need it in the options.
Updated pkgver function. As it was, it would only include v_maj, v_min,
v_mic, but didn't take into account the -alpha/-beta/-rc added in the
AC_INIT. Now it does.
If we're building from git instead of snapshot tarballs as was
previously assumed, we need to use autogen.sh instead of just configure
Install text files to /usr/share/doc. This is more correct
Reviewers: cedric, raster
Reviewed By: raster
CC: cedric, raster
Differential Revision: https://phab.enlightenment.org/D380
9 years ago
José Roberto de Souza
3b00919101
systray: Remove xembed callbacks when xembed support is disable
9 years ago
José Roberto de Souza
dc74938241
Refactor systray to have only one box
...
This is simpler and avoid some edje erros.
This patch depends on a patch on elementary to update systray edj.
9 years ago
Igor Murzov
f2e20b2052
Update russian translation
9 years ago
Mike Blumenkrantz
292bcf6e81
only allow backlight to go to 0.1, not 0.0
...
on some backlight devices, 0.0 is completely off, which can render the system unusable.
T651
9 years ago
Mike Blumenkrantz
02e95afdf3
use regular ecore-exe for pulse start to not track launch
9 years ago
Mike Blumenkrantz
c7a23ab5bd
don't crash when pulse exec deletes itself during startup timer
9 years ago
Mike Blumenkrantz
64b8da15a4
don't crash when ibar mouse rolling
...
T666 (wtf)
9 years ago
Shawn Lee
7c2d0c7bdd
fix - enlightenment could be fell in infinite loop in e_border_focus_set().
...
Reviewers: seoz, zmike
CC: cedric, raster
Differential Revision: https://phab.enlightenment.org/D382
9 years ago
Mike Blumenkrantz
39cf0a5a1b
try connecting to pulse on a timer after it gets started in case it's a slow startup
9 years ago
Mike Blumenkrantz
bccda8e7b3
try running start-pulseaudio-x11 from mixer
9 years ago
Boris Faure
3155115bc5
fix tiling configuration screen
9 years ago
Mike Blumenkrantz
7435381907
only clip shelf object to zone if shelf is not a popup
...
T629
9 years ago
Mike Blumenkrantz
ed1a5e4bcf
switch to rc2
9 years ago
Mike Blumenkrantz
ec484b1317
force unmount/eject on udisks2 filesystem removal, also remove undocumented fixme from seb
...
T432, T398
9 years ago
Cedric BAIL
07347198c6
gitignore: don't track change.
9 years ago
Cedric BAIL
0eb74fe4a1
pkgbuild: follow AUR enlightenment17-git naming.
9 years ago
Carsten Haitzler
e2c20040e8
e17 wizard - update missing flags and alignment in ui, as well as refresh
...
this adds moldova (moldavian?) flag for layouts of keyboards and
refreshes some of the generic images for unknown, latin america, brail
and arabic "flag" images, and forces flag icons to be 2:1 aspect
ration with icon centered within that area to address T647
9 years ago
Mike Blumenkrantz
0c2d21558f
fix a magnificent typo in my last commit
9 years ago
Mike Blumenkrantz
a7d1a4588e
only revert focus to a sticky window on desk flip if there's no other window to revert to
...
T625
9 years ago
Mike Blumenkrantz
b0854dedd1
remove unused variable
9 years ago
Mike Blumenkrantz
caa41d0c7c
force hide of new shelves when not visible
9 years ago
Sebastian Dransfeld
ae8a067e6d
e: Check whether allocation succeeds
...
CID 1039865
9 years ago
Sebastian Dransfeld
06a85fca4d
e: check for NULL value in parameter
...
CID 1040146
9 years ago
Sebastian Dransfeld
e818c83322
e: ignore signals with no signal
...
A signal needs a name to be handled.
CID 1040147
9 years ago
Sebastian Dransfeld
43a4f21e06
e: double paranthesis as gcc suggests
...
Since we assign and check for true value in one operation, use double
paranthesis.
9 years ago
Sebastian Dransfeld
5820112ba3
e: remove un-needed NULL check.
...
bdname = params, which is already checked
CID 1039830, 1039831
9 years ago
Sebastian Dransfeld
d5853ddc2c
e: Check for error reading lid status
9 years ago
Mike Blumenkrantz
d985b01aa9
check efm queued icons when trying to live delete a file to ensure the icon is deleted
...
T633
9 years ago
Mike Blumenkrantz
bbaa7a76b7
set systray icon layer based on gadcon container layer
9 years ago