Changeset [82271]: Evas smart clipped: Potentially fix memory leak as...
Evas smart clipped: Potentially fix memory leak as reported by raster. Not really properly tested, sorry for that.
View ArticleChangeset [82272]: web contribute: Updated efl build information according to...
web contribute: Updated efl build information according to the latest efl changes.
View ArticleChangeset [82274]: forecasts config now shows celcius/fahrenheit as unit...
forecasts config now shows celcius/fahrenheit as unit measurement instead of confusing metric/english
View ArticleChangeset [82275]: efl/edje: codegen shouldn't use BUILT_SOURCES. if use...
efl/edje: codegen shouldn't use BUILT_SOURCES. if use BUILT_SOURCES it will always generate those files, and their requirement codegen.edj, even if examples were not to be built. make will...
View ArticleChangeset [82276]: efl: distcheck will run tests and compile all examples....
efl: distcheck will run tests and compile all examples. Tests are disabled by default, but they should be mandatory for distcheck. So should be examples, we should have them to at least compile. As...
View ArticleTicket #2155 (crash related to _eio_inotify_events and ibox edje file) created
This crash happened even with ibox module unloaded. (gdb) bt #0 0x00007f5049894a7d in pause () from /lib64/libpthread.so.0 #1 <signal handler called> #2 0x00007f5048181d25 in raise () from...
View ArticleChangeset [82278]: efl/evas: proper glShaderSource() definition as glext.h it...
efl/evas: proper glShaderSource() definition as glext.h it is "const char * const *", not "const char ", and it was triggering a warning in our code. it's just constness and will not trigger an error...
View ArticleChangeset [82279]: efl/edje: improve HAVE_ECORE_IMF conditional handling. I...
efl/edje: improve HAVE_ECORE_IMF conditional handling. I wonder if we should still support no Ecore_IMF, can we make it mandatory as it's always built with single-tree?
View ArticleChangeset [82280]: efl/edje: fix definition of parameter-less functions.
efl/edje: fix definition of parameter-less functions.
View ArticleChangeset [82281]: efl/edje: ecore_imf_init() only once. use technique...
efl/edje: ecore_imf_init() only once. use technique similar to elementary and delay init() of module, but once you do, do it only once and avoid shutdown() until edje_shutdown(). This is good if we...
View ArticleChangeset [82282]: e_dbus-1.7.5: Fixed missing returns. Patch by Tomas Cech ...
e_dbus-1.7.5: Fixed missing returns. Patch by Tomas Cech <tcech@…> On Sun, Jan 6, 2013 at 12:34 AM, Tomas Cech <tcech@…> wrote: Hi, there are some missing returns from functions not...
View ArticleChangeset [82283]: emotion: install external module in the correct place
emotion: install external module in the correct place
View ArticleChangeset [82284]: since the po files here was obtained merging original...
since the po files here was obtained merging original files from ecore and efreet I think that headers should contain authors from both files, and so I did it. I've also replaced any reference to...
View ArticleChangeset [82287]: fail more gracefully when curl fucks us on image fetching
fail more gracefully when curl fucks us on image fetching
View Article