Changeset [81926]: e_win now traps elm_win_activate to avoid conflict with...
e_win now traps elm_win_activate to avoid conflict with active hint ignore settings
View ArticleTicket #2133 (Mixer needs some tlc) created
It appears that the wizard defaults to set the mixer to change the "master" channel (or some useful channel). Instead I think it's the top channel alphabetically (which on both my machines was "beep")....
View ArticleChangeset [81927]: devs/seoz build.sh: Updated build script according to the...
devs/seoz build.sh: Updated build script according to the latest efl changes. added more dependencies : libsndfile-dev libpulse-dev valgrind efreet and edbus are merged into the single efl tree....
View ArticleChangeset [81928]: change view-refresh theme icon to use one that doesn't...
change view-refresh theme icon to use one that doesn't look horrible
View ArticleChangeset [81929]: web/contribute en-body: updated the build dependency and...
web/contribute en-body: updated the build dependency and build script according to the latest efl changes.
View ArticleTicket #2134 (evrything / fileman / enlightenment_open inconsistency) created
which application opens which file type is inconsistent between efm and evrything launcher. -If I change which application opens a file in evrything, then enlightenment_open / fileman do the same. -If...
View ArticleChangeset [81930]: convert #defines in e_int_menus.h to enums
convert #defines in e_int_menus.h to enums
View ArticleChangeset [81931]: add enum for deskflip animation mode
add enum for deskflip animation mode
View ArticleChangeset [81932]: efl: fix valgrind check. wrong variable name, thanks Doug...
efl: fix valgrind check. wrong variable name, thanks Doug Newgard for spotting it.
View ArticleChangeset [81933]: efl/eina: fix mempools when they are not static although...
efl/eina: fix mempools when they are not static although we force them to be fixed to static, we left the automake to make it possible and they were wrong: missed the proper directory prefix for .la...
View ArticleChangeset [81934]: efl: eio checks cleanup some functions were being checked...
efl: eio checks cleanup some functions were being checked but their IFDEF not being handled, others (getpwnam and getgrnam) were isolated in a code that is now Windows, then no need to check them as...
View ArticleChangeset [81935]: efl: cleanup HAVE_THREADS and pthread usage outside of...
efl: cleanup HAVE_THREADS and pthread usage outside of eina. Eina now abstracts threads, so use that. the touched files had the EFL_HAVE_THREADS as it's mandatory now.
View ArticleChangeset [81936]: efl: beef thread documentation and error reporting....
efl: beef thread documentation and error reporting. eina_thread_join() is nasty and didn't report errors :-( I'm using Eina_Error here, but it's global to the application and not thread-local. Maybe...
View ArticleChangeset [81937]: efl: remove checks for EINA_HAVE_THREADS
efl: remove checks for EINA_HAVE_THREADS
View ArticleChangeset [81938]: efl: remove lstat and fchmod checks. - fchmod() was...
efl: remove lstat and fchmod checks. fchmod() was isolated by HAVE_CHMOD, which was always present before... then fchmod() is also present as no errors were reported since its introduction. fchmod()...
View ArticleChangeset [81940]: efl: make xattr stuff work. * fix eina_xattr_value_ls()...
efl: make xattr stuff work. fix eina_xattr_value_ls() and eina_xattr_value_fd_ls() to not loop infinitely. NULL terminate the retrieved xattr values, at least they'll be easier to handle in our...
View ArticleChangeset [81942]: efl: add eina_file_copy() it's useful to copy file from...
efl: add eina_file_copy() it's useful to copy file from one place to another and this will be used in eio' s implementation. NOTE: did not use mmap here as mmap faults may be cumbersome to handle...
View Article