Mike Blumenkrantz
a0b07b9df7
fix ibar mouse in/out animations
...
previous operation resulted in repeated show/hide signals which looked bad.
going to have to investigate timer settings on this, current behavior, while a step in the right direction, seems unusable for me with the mismatch of no delay to show, LOOOOOOONG delay to hide
10 years ago
Mike Blumenkrantz
11c6db8e74
reword ibar mouseover config option for easier reading/translation
10 years ago
Carsten Haitzler
86f4dc82d5
ibar - add option to show icon menu on mousover
10 years ago
Chris Michael
eb4c914c3e
Initialize btn variable to zero
...
Fixes compiler warning 'btn' may be used uninitialized
Signed-off-by: Chris Michael <devilhorns@comcast.net>
10 years ago
maxerba
91ddfa0f86
Updating serbian and italian translations
10 years ago
Mike Blumenkrantz
40e947db15
bugfix: store opacity in remembers like we do in the other remember edd
10 years ago
Mike Blumenkrantz
7824d31942
dear $EDITOR, thanks for removing that newline in the includes.
...
I didn't need it, and it didn't break anything.
no wait, fuck you.
sincerely,
zmike
10 years ago
Mike Blumenkrantz
8462090f3d
bugfix: no more crashes when being a jerk with Navigate menu scrolling
...
this really only happens if you're TRYING to break things, but don't assume parent menu item is active item since it might not be
10 years ago
Mike Blumenkrantz
e0df6b9095
bugfix: only set uid for eeze mounting of disks which are not native linux fstypes
...
T484
10 years ago
Carsten Haitzler
63a49e4dca
comp - make message for missing gl a bit more helpful
10 years ago
Carsten Haitzler
00050ffca8
livethumb - fix problem where e canvas list didnt del the livethumb ee
10 years ago
Carsten Haitzler
ab268a42b0
evrything - fixes strict aliasing wanring and was a stupid cast anyway
...
this fixes strict aliasing wanrings (-Wstrict-aliasing) whihc are a
result of imported md5 code being just really stupid with casting an
array to a ptr when there is no need.
10 years ago
Mike Blumenkrantz
28b157c385
bugfix: startup splash now updates the version number more reliably
...
e_init_show() sets its own strings now so they get set on existing objects instead of failing silently
10 years ago
Mike Blumenkrantz
e2f7641432
bugfix: use the right directory for user themes
10 years ago
maxerba
6acfa95395
Updating portuguese translation
10 years ago
Mike Blumenkrantz
2ea6870f10
bugfix: check shot filename for actual file extension, not just extension string
...
T684
10 years ago
Mike Blumenkrantz
a00b8354b5
bugfix: infinite printing of SLEEP with release build
...
T690
10 years ago
maxerba
8138921739
Updating serbian translation
10 years ago
Mike Blumenkrantz
2a01f4b3cb
bugfix: delete mixer's pulse exe handler after it's started so desklock doesn't break
10 years ago
Mike Blumenkrantz
7475d4032d
E18.0 release
10 years ago
Mike Blumenkrantz
fb2db25056
remove cl/news entries about conf2
10 years ago
Mike Blumenkrantz
be6351f15e
fix mixer regression which broke non-pulseaudio support
10 years ago
Igor Murzov
ea1ae87962
Update russian translation
10 years ago
Igor Murzov
5e840d4b5c
Add more messages to the pot
10 years ago
Mike Blumenkrantz
bd6bbdd5f4
only set mouse-in focus if target window is not already the focused window
...
T483 again
10 years ago
Mike Blumenkrantz
1868f28480
mailmap myself
10 years ago
maxerba
4bbdeeb6b7
updating italian translation
10 years ago
maxerba
6b17d616d3
updating galician translation
10 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
10 years ago
Mike Blumenkrantz
c2c9c3ab72
propagate parent tasks when creating work tasks from scan tasks
10 years ago
Mike Blumenkrantz
b93c035176
set efm_op parent tasks when creating new scan tasks for a directory
10 years ago
Mike Blumenkrantz
f9c16ba1ce
separately calling eina_init after ecore_init in e_fm_op? wtfffffffffffffffffffffffffffffffff
10 years ago
Mike Blumenkrantz
f6ec2c6f60
set ecore_app_no_system_modules in various system utilities
10 years ago
Mike Blumenkrantz
d4fe53e2ce
check smart data on efm rename dialog delete
10 years ago
Mike Blumenkrantz
428d2adb00
errr...new desklock variable is meant to be !checked to see if the user has ever successfully unlocked
10 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
10 years ago
Cedric BAIL
56d9c12676
gdb: test for bad kernel behavior.
10 years ago
Cedric BAIL
147f088efa
gdb: detect that the file was generated properly.
...
This is a workaround kernel that prevent ptrace to another process.
10 years ago
Cedric BAIL
fd271ba0c8
gdb: don't forget to turn on file logging to get anything useful.
10 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
10 years ago
José Roberto de Souza
3b00919101
systray: Remove xembed callbacks when xembed support is disable
10 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.
10 years ago
Igor Murzov
f2e20b2052
Update russian translation
10 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
10 years ago
Mike Blumenkrantz
02e95afdf3
use regular ecore-exe for pulse start to not track launch
10 years ago
Mike Blumenkrantz
c7a23ab5bd
don't crash when pulse exec deletes itself during startup timer
10 years ago
Mike Blumenkrantz
64b8da15a4
don't crash when ibar mouse rolling
...
T666 (wtf)
10 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
10 years ago
Mike Blumenkrantz
39cf0a5a1b
try connecting to pulse on a timer after it gets started in case it's a slow startup
10 years ago
Mike Blumenkrantz
bccda8e7b3
try running start-pulseaudio-x11 from mixer
10 years ago